@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;
}
.disable {
  pointer-events: none;
  background: #999 !important;
}
@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-color: #9e0a18;
  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;
  background-image: url(../img/bg_06.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 45%;
}
@media screen and (max-width: 767px) {
  section[data-type="black"] {
    background-position: -200% 50%;
    background-size: 120%;
  }
}
section[data-type="tour"] {
  background-color: #1e1e1e;
  color: #ccc;
  background-image: url(../img/bg_mon01.png), url(../img/bg_mon02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
}
@media screen and (min-width: 768px) {
  section[data-type="tour"] {
    background-size: 350px auto, 400px auto;
  }
}
@media screen and (max-width: 767px) {
  section[data-type="tour"] {
    background-size: 150px auto, 150px auto;
  }
}
section[data-type="gray"] {
  background: #f2f2f2;
  color: #333;
  background-image: url(../img/bg_04.png), url(../img/bg_05.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 400px;
}
@media screen and (max-width: 767px) {
  section[data-type="gray"] {
    background-size: 250px;
  }
}
section[data-type="inflight"] {
  display: flex;
  background: url(../img/bg_01.jpg), url(../img/bg_02.png), rgb(255, 255, 255, 0.6);
  background-size: 100vw 100%, 150% auto, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 50% 30%;
  background-blend-mode: hue;
  overflow: hidden;
}
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;
}
/* loading */
.loader-wrapper {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: #a01010;*/
  background-color: #000;
}
.loader-wrapper-inner {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  mask-image: url("../img/logo.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 60%;
  animation: fadein-anim 1s linear forwards;
}
@media screen and (max-width: 767px) {
  .loader-wrapper-inner {
    mask-size: 80%;
  }
}
.hide {
  animation: fadeout-anim 0.5s linear forwards;
  pointer-events: none;
}
@keyframes fadeout-anim {
  100% {
    opacity: 0;
  }
}
@keyframes fadein-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* sakura */
/* ---- reset ---- */
body {
  margin: 0;
}
canvas {
  lin display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  pointer-events: none;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
/* 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;
}
section[data-type="tour"] .hdg-sec-lv2 {
  color: #fff;
}
.hdg-sec-lv2 > h2 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  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: 80px 0 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdg-sec-lv3 > h3 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #FFF;
  width: 45%;
  padding: 4px;
  background-color: #1e1e1e;
  text-align: center;
}
.hdg-sec-lv3 > h3[data-type="subgray"] {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(180deg, #046376 0%, #2192a9 40%, #5cc0d7 100%);
  background: -webkit-linear-gradient(45deg, #046376 0%, #2192a9 40%, #5cc0d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  padding: 4px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3 > h3[data-type="subgray"] {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
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;
}
section[data-type="tour"] .hdg-sec-lv3 {
  margin-top: 100px;
  border-bottom: 1.7px solid #FFF;
}
section[data-type="tour"] .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;
  }
  section[data-type="tour"] .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;
}
section[data-type="tour"] .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="tour"] .m-section-lead {
  color: #ccc;
}
section[data-type="tour"] .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;
  /*padding: 300px 100px;*/
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  /*background-image: url(../img/img_mv_bg.jpg);*/
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.main-visual > h1 img {
  /*width: 100%;
	max-width: 1200px;*/
  width: 100vw;
  height: auto;
  margin: 0;
}
.mv_sp {
  display: none;
}
@media screen and (max-width: 1300px) {
  .mv_sp {
    display: block;
  }
  .mv_pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin: 0;
  }
  .main-visual > h1 {
    /*padding: 200px 50px;*/
    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;
}
section[data-type="tour"] .m-tbl tbody th {
  background-color: #333;
}
section[data-type="tour"] .m-tbl tbody td {
  background-color: transparent;
}
section[data-type="tour"] .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: space-between;
}
@media screen and (max-width: 767px) {
  .member-list {
    justify-content: center;
  }
}
.member-list > li {
  width: 24%;
  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: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  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: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  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: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  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-color: #9e0a18;
  border-radius: 3px;
}
li.m-header-link-sub a.h-faq:hover {
  text-decoration: none;
}
ul.sp-menu-list span {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 15px;
  background-color: #9e0a18;
  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-color: #7d3748;
}
/* 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;
  }
}
/* ruby */
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-ruby]::before {
    top: -0.75em;
    font-size: 0.5em;
  }
}
/* 20240220追加 */
.m-box-notice {
  background: rgb(255 255 255 / 84%);
}
.m-grid__content.img-right {
  float: right;
}
.m-box-supple.box-a-m {
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/*20240430 スタンプラリー*/
