@charset "utf-8";

:root {
  --font-mincho-w3: "FP-ヒラギノ明朝 ProN W3";
  --font-mincho-w6: "FP-ヒラギノ明朝 ProN W6";
}

html,
body {
  color: #333;
  font-family: var(--font-mincho-w3);
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 1100px;
}

body {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin-top: var(--header-height, 59px);
}

img {
  vertical-align: bottom;
  line-height: 0;
  max-width: 100%;
}

a:hover img {
}

a {
}

.pc,
.pc_only {
  display: inherit;
}

.mobile,
.sp_only {
  display: none;
}

section {
  margin: 10rem 0;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner_wide {
  width: 1100px;
  margin: 0 auto;
}

.inner_1000 {
  width: 1000px;
  margin: 0 auto;
}

.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_between {
  justify-content: space-between;
}

.j_end {
  justify-content: flex-end;
}

.align_center {
  align-items: center;
}

.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.f_blue {
  color: #001f74;
}
.f_blue {
  color: #001f74;
}
.f_red_d {
  color: #8f0012;
}
.f_bold,
b,
strong {
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

header {
  background: #00004e;
  color: #fff;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header > div > h1 {
  width: 200px;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
}

header > div > nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

header > div > nav > ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-right: 1rem;
}

.header-nav-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu-btn {
  display: none;
}

header > div > nav > ul > li > a {
  font-size: 1.3rem;
  color: #fff;
}
.language-btn {
  width: 130px;
}

.language-select-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 0.8rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.language-select-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  background: url("../image/ja/icon-language.webp") no-repeat center / contain;
}

.language-select {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: none;
  background-color: #00004e;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}

.language-select option {
  color: #333;
  background-color: #fff;
}

.language-select-arrows {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 12px;
  margin-left: 0.5rem;
}

.language-select-arrows::before,
.language-select-arrows::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.language-select-arrows::before {
  top: 0;
  border-bottom: 5px solid #fff;
}

.language-select-arrows::after {
  bottom: 0;
  border-top: 5px solid #fff;
}

.page-faq .language-select-label {
  border-color: #000;
}

.page-faq .language-select-icon {
  background-image: url("../image/ja/icon-language02.webp");
}

.page-faq .language-select {
  color: #000;
  background-color: #fff;
}

.page-faq .language-select option {
  color: #333;
  background-color: #fff;
}

.page-faq .language-select-arrows::before {
  border-bottom-color: #000;
}

.page-faq .language-select-arrows::after {
  border-top-color: #000;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reserve-btn {
  position: relative;
  width: 190px;
}

.reserve-btn__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: .7rem 1rem;
  border: 0;
  background: #ffd500;
  cursor: pointer;
  font-family: var(--font-mincho-w6);
  font-size: 1.5rem;
  font-weight: normal;
  color: #3c2618;
  line-height: 1;
}

.reserve-btn__label {
  flex: 0 0 auto;
  white-space: nowrap;
}

.reserve-btn__icon {
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #3c2618;
}

.reserve-btn__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.7rem solid #fff;
}

.reserve-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 200;
}

.reserve-btn:hover .reserve-dropdown,
.reserve-btn.is-open .reserve-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.reserve-dropdown li {
  border-bottom: 1px solid #3c2618;
}

.reserve-dropdown li:last-child {
  border-bottom: 0;
}

.reserve-dropdown a {
  display: block;
  padding: 1rem .5rem;
  color: #3c2618;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.reserve-dropdown a:hover {
  background: #e6e6e6;
}

body.lang-en .reserve-dropdown a,
body.lang-zh .reserve-dropdown a {
  font-size: 1.2rem;
}

.page-faq header {
  background: #fff;
  color: #000;
}
.page-faq header a {
  color: #000;
}

.video-area {
  position: relative;
}

.video-area video {
  width: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  height: 620px;
}

.video-image {
  position: absolute;
  width: 500px;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article {
  position: relative;
}
.catch-area {
  padding: 10% 0 10%;
  background: url("../image/ja/img-bg.webp") no-repeat bottom center;
  background-size: cover;
  margin: 0;
  position: relative;
}
.catch-area .inner {
  position: relative;
}
.catch-area .catch-inner {
}
.catch-area h2 {
  font-size: 3.6rem;
  font-style: italic;
  color: #fff;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin-bottom: 1rem;
}

.catch-area p {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
  margin-bottom: 4rem;
}

.point-list {
  text-align: right;
  margin-top: -30rem;
}

.bus-bg {
  margin-top: -7rem;
  width: 80%;
  display: block;
  margin: auto;
  margin-top: -8rem;
}

@media screen and (min-width: 1000px) {
  .point-list {
    position: relative;
    left: 5rem;
  }
}
.point-list li + li {
  margin-top: 1.5rem;
}
.point-list li img {
  width: 400px;
}
h2.ttl01 {
  width: 90%;
  margin: auto;
  margin-bottom: 1rem;
}

.limited-area {
  margin-top: 0;
}
.limited-box {
  background: url(../image/ja/bg02.webp) no-repeat bottom center;
  background-size: cover;
  padding: 10rem 0 20rem;
}

.limited-ttl-txt {
  font-size: 2.7rem;
  color: #fff;
  background: #4d49de;
  width: fit-content;
  padding: 5px 2rem;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 1rem;
}

.date {
  font-size: 3.8rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
}

.date > span {
  font-size: 2.6rem;
}

.limited-txt {
  font-size: 1.7rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
}

.price-box {
  width: 76%;
  margin: auto;
  background: #fff;
  padding: 1px 0px;
  margin-top: 3rem;
}

.price-box-inner {
  border: solid 2px;
  margin: 1rem;
}

.price-box-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}
.price-box-item img {
  width: 49%;
}
.price-box-item p {
  width: 100%;
}

.price-txt {
  font-size: 2.2rem;
  background: #dce8e9;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: var(--font-mincho-w6);
  padding: 0.5rem;
}

.price-txt > span {
  font-size: 1.5rem;
  background: #ffff00;
  padding: 5px 1rem;
}
.limited-box .reserve-box {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  width: 78%;
  margin: 4rem auto 0;
}
.limited-box .reserve-box > div{
  width: 48%;
}
.limited-box .reserve-box > div > div + div{
  margin-top: 2rem;
}
.limited-box .reserve-box a {
  padding: 2rem 2rem;
  border-radius: 20px;
  display: block;
}
.limited-box .reserve-box .day-btn  a {
  background: #fff0c5;
  
}
.limited-box .reserve-box .night-btn  a { 
  background: #ddebf1;
}
.limited-box .reserve-box a p.day-time {
  font-size: 2.1rem;
  text-align: center;
  color: #3c2618;
}
body.lang-en .limited-box .reserve-box a p.day-time {
  font-size: 1.6rem;
}
.limited-box .reserve-box  a p.day-time span {
  background: #3c2618;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 1rem;
  letter-spacing: 2px;
  margin-right: 1rem;
}
.limited-box .reserve-box div a .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-radius: 15px;
  font-size: 1.7rem;
  color: #3c2618;
  text-align: center;
  text-decoration: none;
  margin: auto;
    margin-top: auto;
  margin-top: 2rem;
}

 .limited-box .reserve-box div a .btn {
  background: #ffd500;
}
.limited-box .reserve-box div.day-btn a .btn {
  background: #ffba00;
}
.limited-box .reserve-box div.night-btn a:hover {
  background: #96b4ef;
}
.limited-box .reserve-box div.day-btn a:hover {
  background: #ffba00;
}
.limited-box .reserve-box div.night-btn a .btn {
  background: #96b4ef;
}

.limited-box .reserve-box div a:hover .btn {
  background: #3c2618 !important;
  color: #fff;
}
.limited-box  .reserve-box div a .btn img {
  width: 20px;
}
.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #ffd500;
  border: solid 2px #3c2618;
  width: 280px;
  box-sizing: border-box;
  padding: 1rem 0;
  border-radius: 10px;
  font-size: 1.8rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  color: #3c2618;
  text-align: center;
  text-decoration: none;
  margin: auto;
  margin-top: 2rem;
  position: relative;
}

body.lang-en .btn a,
body.lang-zh .btn a {
  font-size: 1.5rem;
}
.btn a:hover {
  background: #3c2618;
  color: #fff;
}
.btn a img {
  width: 25px;
}
.whats-area {
  margin-bottom: 0;
}
.whats-area .ttl02-img {
  width: 50%;
  margin: auto;
  display: block;
  margin-bottom: -8rem;
  position: relative;
  z-index: 10;
}
.whats-area .whats-box {
  background: #fff5dd;
  border-radius: 20px;
  padding: 8rem 5rem 40rem;
  position: relative;
  z-index: 3;
  margin-bottom: 20rem;
}

.whats-area .whats-box > p {
  font-size: 2rem;
  margin: auto;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
}

.whats-area .whats-box > p > span {
  font-size: 3.3rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  padding: 1rem;
  border-bottom: solid 1px;
  border-top: solid 1px;
  display: block;
  width: fit-content;
  margin: 1rem auto;
}

.whats-area .whats-box > ul {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  width: 85%;
  margin: 3rem auto;
}

.whats-area .whats-box > ul > li {
  font-size: 2rem;
  border: solid 1px #f7a400;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
}
body.lang-zh .whats-area .whats-box > ul > li {
  font-size: 1.5rem;
}

.whats-area .whats-box > ul > li > span {
  background: #dc0000;
  width: 54px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  line-height: 1.3;
}

.whats-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18%;
  z-index: 1;
  width: 80%;
}

.whats-area .bus-slide {
  position: relative;
}

.whats-area .bus-slide .swiper-button-prev,
.whats-area .bus-slide .swiper-button-next {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: 0;
  right: auto;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.whats-area .bus-slide .swiper-button-prev::after,
.whats-area .bus-slide .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.whats-area .bus-slide .swiper-button-prev::after {
  background-image: url("../image/ja/prev.webp");
}

.whats-area .bus-slide .swiper-button-next::after {
  background-image: url("../image/ja/next.webp");
}

.whats-area .bus-slide .swiper-button-prev {
  left: calc(50% - var(--slide-nav-offset, 80px));
}

.whats-area .bus-slide .swiper-button-next {
  left: calc(50% + var(--slide-nav-offset, 80px));
}

.course-box {
  background: #fff5dd;
  padding: 5rem 4rem;
  border-radius: 30px;
}
.course-box > p {
  font-size: 2.6rem;
  text-align: center;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}
.course-area {
  padding: 10rem 0;
  margin: 0;
}
.course-area h2 {
  margin: auto;
  margin-bottom: 5rem;
}

h2.ttl-2 {
  background: #000;
  width: 200px;
  color: #fff;
  padding: 1rem;
  font-size: 2.6rem;
  margin-bottom: 5rem;
  text-align: center;
}
body.lang-zh h2.ttl-2 {
  width: 210px;
}
body.lang-en h2.ttl-2 {
  width: 11em;
}
.tab-wrap {
  margin-top: 3rem;
}
.tab-list {
  display: grid;
  border-bottom: 2px solid #eee;
  gap: 1rem;
  padding-left: 0;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: 0 auto 3rem;
}

.tab-item {
  list-style: none;
  padding: 1rem 2rem;
  cursor: pointer;
  font-size: 2.4rem;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
}
.tab-item span {
  font-size: 1.6rem;
  display: block;
}
.tab-item.active {
  color: #fff;
  border: none;
}
.tab-item.day-tab.active {
  background: #ff5f00;
}
.tab-item.night-tab.active {
  background: #4d49de;
}
.tab-content {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 4rem 0;
}

.tab-content .course-reserve {
  padding: 0rem 4rem 0;
}
.tab-content h3:nth-child(1) {
  font-size: 2.6rem;
  display: flex;
  gap: 2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin-bottom: 2rem;
  align-items: center;
  margin-left: 2.5rem;
  line-height: 1.3;
}

.tab-content h3 > span {
  font-size: 2rem;
  width: 190px;
  font-weight: normal;
  align-items: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 2px;
}
.day-content.tab-content h3 > span {
  background: #ff5f00;
}
.night-content.tab-content h3 > span {
  background: #4d49de;
}

.tab-content .reserve-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.tab-content .reserve-box div a {
  padding: 2rem 3rem;
  border-radius: 20px;
  display: block;
}
.tab-content.day-content .reserve-box div a {
  background: #fff0c5;
}
.tab-content.night-content .reserve-box div a {
  background: #ddebf1;
}
.tab-content .reserve-box div a p.day-time {
  font-size: 2.1rem;
  text-align: center;
  color: #3c2618;
}
body.lang-en .reserve-box div a p.day-time {
  font-size: 1.8rem;
}
.tab-content .reserve-box div a p.day-time span {
  background: #3c2618;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 1rem;
  letter-spacing: 2px;
  margin-right: 1rem;
}

.lang-en .whats-area .whats-box > ul > li {
  height: 3em;
}
.lang-en .whats-area .whats-box > ul > li p {
  width: 80%;
}
.reserve-box div a .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-radius: 15px;
  font-size: 1.7rem;
  color: #3c2618;
  text-align: center;
  text-decoration: none;
  margin: auto;
  margin-top: 2rem;
}

.tab-content .reserve-box div a .btn {
  background: #ffd500;
}
.tab-content.day-content .reserve-box div a .btn {
  background: #ffba00;
}
.tab-content.night-content .reserve-box div a:hover {
  background: #96b4ef;
}
.tab-content.day-content .reserve-box div a:hover {
  background: #ffba00;
}
.tab-content.night-content .reserve-box div a .btn {
  background: #96b4ef;
}

.tab-content .reserve-box div a:hover .btn {
  background: #3c2618 !important;
  color: #fff;
}
.tab-content .reserve-box div a .btn img {
  width: 20px;
}
.map-box {
  margin-top: 3rem;
  position: relative;
}
.map-box img {
  width: 90%;
  margin: auto;
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}
.night-content.tab-content .map-box::before {
  background: #708ade;
}
.day-content.tab-content .map-box::before {
  background: #ff9a00;
}
.map-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
}

.course-list {
  display: flex;
  gap: 3rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  margin: 5rem auto;
}

.course-list .course-item {
  width: 30%;
}
.course-list .course-item p {
  font-size: 1.4rem;
  margin-top: 10px;
}
body.lang-en .course-list .course-item p {
  height: 2em;
}
p.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1.5em solid #000;
  vertical-align: middle;
  margin-left: 0.5em;
}
.flow-area {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 40%,
    #fff5dd 40%,
    #ebe9d3 100%
  );
  padding: 0rem 0 8rem;
  margin: 0;
}

.flow-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 auto 3rem;
}
.flow-item {
  width: 300px;
  border: solid 1px;
  padding: 3rem 1rem;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}

.flow-item > p:nth-child(1) {
  font-size: 1.6rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px;
  width: 165px;
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
}
body.lang-en .flow-item > p:nth-child(1).one {
  padding-bottom: 2em;
}

.flow-item > p:nth-child(1) > span:nth-child(1) {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 2px #3c2618;
  background: #ffd500;
  margin: auto;
  margin-bottom: 1rem;
}

.flow-item > p:nth-child(2) {
  font-size: 1.2rem;
  letter-spacing: 0;
}
body.lang-en .flow-item > p:nth-child(2) {
  height: 2em;
}
.info-txt {
  color: #fff;
  font-size: 1.5rem;
  background: #a71527;
  width: 55%;
  margin: auto;
  text-align: center;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
body.lang-en .info-txt {
  width: 60%;
}
.info-txt img {
  width: 29px;
}

.info-txt-sub {
  font-size: 1.3rem;
  text-align: center;
}
.btn-box.btn a {
  /* border-radius: 10px; */
  border-radius: 30px;
}

.platform-area {
  padding: 10rem 0;
  margin: 0;
  margin-top: 10rem;
  background: #dce8e9;
}
.platform-ttl {
  background: #fff;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 10%,
    #fff 10%,
    #fff 90%,
    transparent 90%,
    transparent 100%
  );
  margin-bottom: 3rem;
}
.platform-ttl .inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  align-items: center;
}

.platform-ttl-inner > h3 {
  font-size: 4.7rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.platform-ttl-txt {
  font-size: 1.7rem;
  background: #dce8e9;
  margin-bottom: 1rem;
  padding: 0.5rem 3rem;
  text-align: center;
  width: fit-content;
}

.platform-ttl-inner > p:nth-child(3) {
  font-size: 1.6rem;
}

.platform-box {
  background: #fff;
  padding: 4rem 4rem;
  border: solid 1px;
}
.platform-box img {
  width: 95%;
  margin: auto;
  display: block;
}
.platform-box > iframe:nth-child(2) {
  width: 100%;
  height: 500px;
  margin-top: 4rem;
}
.attention-area p {
  font-size: 2.2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin-bottom: 2rem;
}

.prohibited-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem;
  margin-bottom: 3rem;
}
.attention-list li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
.attention-list li + li {
  margin-top: 0.5rem;
}

.sponsorship-area {
  background: #eeefef;
  padding: 10rem 0 5rem;
  margin: 0;
}
div.sponsorship-box + div.sponsorship-box {
  margin-top: 3rem;
}
div.sponsorship-box .sponsorship-ttl {
  font-size: 2.2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin-bottom: 1rem;
}

div.sponsorship-box .sponsorship-ttl2 {
  font-size: 1.8rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin-bottom: 1rem;
}

.sponsorship-box-img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
.sponsorship-box-img p {
  background: #fff;
}
/* ────────────────────── *

 * オープンバス よくある質問

 * ────────────────────── */

.main-title {
  font-size: 1.8rem;
  text-align: center;
  margin: 7rem 0;
}

.open-faq {
  background: #dce8e9;
  padding: 5rem 0;
  margin-top: 0;
}
.open-faq .inner {
  background: #fff;
  padding: 3rem;
  border-radius: 20px;
}

.open-faq-inner-left-title {
  font-size: 17px;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 5rem;
}

div.open-faq-inner dl {
  border: solid 3px #eeefef;
  padding: 1.5rem;
}
div.open-faq-inner dl + dl {
  margin-top: 3rem;
}
.open-faq-inner dl dt p {
  font-size: 1.5rem;
}

.open-faq-inner dl dd span,
.open-faq-inner dl dt span {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.open-faq-inner dl dt span {
  background: #1f2160;
  color: #fff;
}
.open-faq-inner dl dd span {
  border: solid 1px #ffd000;
  color: #a71527;
  background: #fff;
}

.open-faq-inner dl dt,
.open-faq-inner dl dd {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 2rem;
}
.open-faq-inner dl dd {
  align-items: flex-start;
  margin-top: 2rem;
  background: #fff9e5;
  padding: 2rem;
  border-radius: 10px;
  font-size: 1.4rem;
}
.open-faq-inner dl dd p {
  margin: 0;
  line-height: 1.58;
}
.open-faq-inner dl dt {
  align-items: center;
  padding-left: 2rem;
}


div.open-faq-inner:nth-child(2) > div:nth-child(1) {
  margin-top: 8rem;
}

/* ────────────────────── *
 * splash screen
 * ────────────────────── */

body.is-splash-active {
  overflow: hidden;
  margin-top: 0;
}

html.is-splash-active {
  overflow: hidden;
  background: #00004e;
}

.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00004e;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.splash-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash-screen__inner {
  width: 320px;
  padding: 0 2rem;
  box-sizing: border-box;
}

.splash-screen__inner img {
  display: block;
  width: 100%;
  animation: splash-logo-in 0.8s ease forwards;
}

@keyframes splash-logo-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ────────────────────── *

 * footer

 * ────────────────────── */

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 3rem 0;
}

.fix-btn {
  display: block;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 180px;
  z-index: 100;
}

/* ────────────────────── *
 * language-specific assets
 * ────────────────────── */

.lang-en .language-select-icon {
  background-image: url("../image/en/icon-language.webp");
}

.lang-en.page-faq .language-select-icon {
  background-image: url("../image/en/icon-language02.webp");
}

.lang-en .catch-area {
  background-image: url("../image/en/img-bg.webp");
}

.lang-en .limited-box {
  background-image: url(../image/en/bg02.webp);
}

.lang-zh .language-select-icon {
  background-image: url("../image/zh/icon-language.webp");
}

.lang-zh.page-faq .language-select-icon {
  background-image: url("../image/zh/icon-language02.webp");
}

.lang-zh .catch-area {
  background-image: url("../image/zh/img-bg.webp");
}

.lang-zh .limited-box {
  background-image: url(../image/zh/bg02.webp);
}
