@charset "utf-8";
/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 120px 15px;
  position: relative;
}
.article-inner[data-type="wide"] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 100px 15px;
}
.main-article {
  max-width: 1024px;
  margin: 0 auto;
  padding: 70px 0;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
.m-nav-breadcrumb a, .m-nav-breadcrumb-sub a, .m-nav-breadcrumb-ctg a {
  color: #d1d1d1;
}
.m-btn-l.disable {
  pointer-events: none;
  background: #ccc;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
  .article-inner {
    padding: 80px 25px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .t-mode-rwd .l-footer {
    padding-left: 0;
  }
  .t-mode-rwd .l-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 0;
  }
  .l-content-body {
    margin: 0;
    padding: 0;
  }
  .l-footer {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-head {
    padding: 10px;
    position: relative;
    z-index: 5;
  }
  .l-content-body {
    padding: 0;
    margin-top: 0;
  }
  .l-content-main {
    margin: 0;
  }
  .article-inner {
    padding: 60px 10px;
  }
  .main-article {
    padding: 20px 0 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .l-footer {
    position: relative;
    z-index: 50;
  }
}
/* Section Color */
.l-content-head {
  background-color: #1e1e1e;
}
section[data-type="svt_color"] {
  background: linear-gradient(135deg, #f3c4c3, #8aa0cb);
  color: #333;
}
section {
  background-color: transparent;
  color: #333;
}
section[data-type="white"] {
  background-color: #fff;
  color: #333;
}
section[data-type="black"] {
  background-color: #1e1e1e;
  color: #ccc;
}
section[data-type="gray"] {
  background: #f2f2f2;
  color: #333;
}
section[data-type="inflight"] {
  display: flex;
  background-image: url(../img/img_inflight_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
section[data-type="stamprally"] {
  display: flex;
  background-image: url(../img/img_stamprally_bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
/* Hdg-Sec-Lv2 */
.hdg-sec-lv2 {
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.hdg-sec-lv2.a-ac {
  justify-content: center;
}
.hdg-sec-lv2.a-ar {
  justify-content: end;
  flex-direction: row-reverse;
}
section[data-type="black"] .hdg-sec-lv2 {
  color: #fff;
}
.hdg-sec-lv2 > h2 {
  font-family: utopia-std-subhead, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hdg-sec-lv2 > h2 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    margin: 0 0 20px;
    flex-direction: column !important;
    align-items: center;
  }
  .hdg-sec-lv2[data-type="small"] {
    align-items: center;
  }
  .hdg-sec-lv2 > h2 {
    font-size: 4.5rem;
    padding: 0 !important;
  }
  section[data-type="stamprally"] .hdg-sec-lv2 > h2 {
    font-size: 3.4rem;
  }
}
/* Hdg-Sec-Lv3 */
.hdg-sec-lv3 {
  margin: 230px 0 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdg-sec-lv3 > h3 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3.2rem;
  color: #FFF;
  width: 45%;
  padding: 4px;
  background-color: #1e1e1e;
  text-align: center;
}
section[data-type="black"] .hdg-sec-lv3 {
  margin-top: 100px;
  border-bottom: 1.7px solid #FFF;
}
section[data-type="black"] .hdg-sec-lv3 > h3 {
  font-size: 4rem;
  padding: 0;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3 {
    margin: 90px 0 30px;
  }
  .hdg-sec-lv3 > h3 {
    font-size: 2rem;
    width: 60%;
  }
  section[data-type="black"] .hdg-sec-lv3 > h3 {
    font-size: 2.5rem;
    color: #FFF;
  }
}
/* Hdg-Sec-Lv4 */
.hdg-sec-lv4 {
  margin: 50px 0 25px;
}
.hdg-sec-lv4 > h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #666;
}
section[data-type="black"] .hdg-sec-lv4 > h4 {
  color: #d1d1d1;
}
.hdg-sec-lv4 + * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv4 {
    margin: 40px 0 15px;
  }
  .hdg-sec-lv4 > h4 {
    font-size: 1.4rem;
  }
}
/* Lead Section */
.m-section-lead {
  color: #707070;
  font-size: 1.8rem;
  margin-top: 50px;
}
section[data-type="black"] .m-section-lead {
  color: #ccc;
}
section[data-type="black"] .m-section-lead a {
  color: #ccc;
}
section[data-type="stamprally"] .m-section-lead {
  color: #333;
}
.m-section-lead > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-section-lead {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 367px) {
  .m-section-lead {
    font-size: 1.2rem;
  }
}
/* Main Visual */
.main-visual {
  margin: 0;
  padding: 0;
}
.main-visual > h1 {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  background-image: url(../img/img_mv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-visual > h1 img {
  width: 100%;
  max-width: 1200px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin: 0;
  }
  .main-visual > h1 {
    flex-direction: column;
  }
  .main-visual > h1 img {
    width: 100%;
    margin: 0;
  }
}
/* FOLLOW */
#follow .m-img {
  margin-top: 0;
}
#follow .m-img img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #follow .m-img {
    width: 35%;
  }
}
/* NEWS */
.m-box-news {
  width: 100%;
  max-height: 170px;
  overflow-y: scroll;
  padding: 35px;
  border: 1px solid #ccc;
}
.m-box-news > *:first-child {
  margin-top: 0;
}
.m-box-news .m-list-topics__date {
  color: #f2f2f2;
}
.m-list-topics__txt a {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .m-box-news {
    max-height: 170px;
    padding: 15px 10px;
  }
}
/* TOUR */
section[data-type="black"] .m-tbl tbody th {
  background-color: #333;
}
section[data-type="black"] .m-tbl tbody td {
  background-color: transparent;
}
section[data-type="black"] .m-list-btn[data-type="wide"] li {
  max-width: 600px;
}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 3px
}
.dli-caret-circle-fill-right::before {
  content: '';
  color: #ccc;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* MEMBER LIST */
.member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.member-list > li {
  width: 13.5%;
  height: auto;
  margin-right: 5px;
}
.member-list li:nth-of-type(7n) {
  margin-right: 0;
}
.member-list_inner {
  position: relative;
}
.member-list_inner .member-list_name span {
  font-family: utopia-std-subhead, serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  color: #333;
}
@media screen and (max-width: 767px) {
  .member-list {
    width: 100%;
  }
  .member-list > li {
    width: 32%;
    height: auto;
    margin-right: 4px;
  }
  .member-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .member-list li:nth-of-type(7n) {
    margin-right: 4px;
  }
  .member-list_inner .member-list_name {
    bottom: 5px;
    left: 7px;
  }
  .member-list_inner .member-list_name span {
    font-size: 1.3rem;
  }
}
/* Bottom Erea */
.btm-link-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.btm-link-btn > li {
  width: 50%;
  padding-left: 20px;
}
.btm-link-btn a {
  color: #ccc;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.btm-link-btn a::after {
  width: 5px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-position: -30px -10px;
  background-image: url(/resource/img/icn_sprite.svg);
  content: '';
}
.copyright {
  text-align: center;
  color: #ccc;
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .btm-link-btn {
    flex-direction: column;
    margin-left: 0;
  }
  .btm-link-btn > li {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .btm-link-btn > li:first-child {
    margin-top: 0;
  }
  .btm-link-btn a {
    padding: 20px;
  }
  .copyright {
    font-size: 1.3rem;
  }
}
/* SP MENU */
#sp-menu {
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  height: calc(100vh - 59px);
  padding: 30px;
  display: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 1000;
}
.menu-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menu-modal {
  padding: 50px 40px;
  background-color: #000;
}
.hdg-menu-modal {
  font-size: 6rem;
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.sp-menu-list {
  padding: 25px;
  text-align: center;
}
.sp-menu-list > li {
  margin-top: 22px;
}
.sp-menu-list > li:first-child {
  margin-top: 0;
}
.sp-menu-list > li a {
  font-family: utopia-std-subhead, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  text-decoration: none;
  color: #FFF;
}
.burger-btn-wrap {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2000;
}
.burger-btn {
  display: block;
  width: 39px;
  height: 39px;
  position: relative;
  z-index: 4000;
  border: none;
}
.bar {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
}
.bar_top {
  top: 10px;
}
.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bar_bottom {
  bottom: 10px;
}
.burger-btn.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform .3s;
}
/* header */
.l-header-util {
  font-family: utopia-std-subhead, serif;
  font-style: italic;
  letter-spacing: 1px;
}
.m-header-link a {
  color: #FFF;
}
.l-header-content-sub .m-header-link .m-header-link-parent {
  border-right: 0;
}
.m-header-link > li {
  border-right: 0;
}
/* header FAQ */
li.m-header-link-sub span {
  padding: 2px 10px;
  background: linear-gradient(135deg, #f3c4c3, #8aa0cb);
  border-radius: 3px;
}
li.m-header-link-sub a.h-faq:hover {
  text-decoration: none;
}
ul.sp-menu-list span {
  font-family: utopia-std-subhead, serif;
  font-style: italic;
  padding: 5px 15px;
  background: linear-gradient(135deg, #f3c4c3, #8aa0cb);
  border-radius: 3px;
}
/* FAQ */
#faq .m-tab .m-tab-list > li > a.is-current {
  background: #f2f2f2;
}
.marker {
  background-color: #1e1e1e;
  color: #fff;
}
/* 20231113追加 */
.m-btn-l {
  background: linear-gradient(135deg, #f3c4c3, #8aa0cb);
}
/* 20240115追加 */
/* MOVIE */
.main-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 70px;
  /*border: 3px solid #a1a1a1;*/
}
.main-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-video {
    margin-top: 30px;
  }
}
/*20240126追加*/
.fc-fff {
  color: #fff;
  font-weight: bold;
}
.a-fs-through-fff {
  text-decoration: line-through 0.2rem #FFF;
}
.a-fs-through-red {
  text-decoration: line-through 0.2rem #990000;
}