@font-face {
  font-family: "Octin College";
  src: url("../font/octin_college_rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.h-scrollAnim {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s ease-out;
}
.h-scrollAnim.is-scrollIn {
  transform: translate(0, 0px);
  opacity: 1;
}
/* mv */
#mv {
  margin-top: 0;
  position: relative;
  visibility: hidden;
}
#mv.slick-initialized {
  visibility: visible;
}
#mv .mv_item img {
  margin-left: auto;
  margin-right: auto;
}
.mv_wrapper {
  position: relative;
}
.container_09 {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  @media screen and (max-width: 770px) {
    display: none;
  }
}

#page-seasonseat .scroll-down_09 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
#page-seasonseat .scroll-down_09:hover {
  color: #fff;
}
#page-seasonseat .container_09.is-mv-bg02 .scroll-down_09 {
  color: #041f45;
  font-weight: bold;
}

.gradient-line {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #809ee2);
  animation: extend 2s infinite;
  margin-inline: auto;
}

@keyframes extend {
  0%,
  100% {
    height: 0;
  }
  50% {
    height: 80px;
  }
}
/* @media (max-width: 1311px) {
  #mv {
    margin-top: 100px;
  }
}

@media (max-width: 769px) {
  #mv {
    margin-top: 64px;
  }
} */

#QR {
  background-color: #fff;
  text-align: center;
  padding: 3em 15.333% 3em 15.333%;
}

#QR .QR {
  border: solid #a20000 3px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-width: 1040px;
  text-align: center;
  display: inline-block;
  padding: 30px 0 30px 0;
  box-sizing: border-box;
}

#QR .QR:has(a:hover) {
  opacity: 0.7;
  transition: 0.6s;
}
#QR a {
  width: 100%;
  height: 100%;
}

#QR a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
#QR .text30 {
  font-size: 30px;
  color: #a20000 !important;
  font-weight: bold;
}

#QR .text18 {
  font-size: 18px;
  color: #a20000 !important;
  text-decoration: underline;
}

@media screen and (max-width: 770px) {
  #QR .QR {
    padding-bottom: 10px;
  }
  #QR .text30 {
    font-size: 20px;
  }
  #QR .text18 {
    font-size: 12px;
  }
}

/* about */

#about {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #041f45;
  background-image: url(../imgs/logoBig.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 65px 47%;
}

#about .flexBlock4 {
  display: flex;
  gap: 15px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
  padding-bottom: 47px;
}
@media screen and (max-width: 770px) {
  #about .flexBlock4 {
    flex-direction: column;
  }
}

/* #about .flexBlock3 .surround {
  margin: 0 1em 0 1em;
} */

#about h2 {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding-top: 0.8em;
}

#about .textBox p {
  margin-top: 1.5em;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 770px) {
  #about h2 {
    font-size: 30px;
  }
  #about .textBox p {
    font-size: 16px;
    text-align: left;
  }
  #about {
    padding-left: 24px;
    padding-right: 24px;
  }

  #about .flexBlock3 {
    flex-wrap: wrap;
  }

  #about .flexBlock3 .surround {
    margin: 1em 0 1em 0;
  }
}

/* aboutQr */
#aboutQR {
  background-color: #f5f5f5;
  padding-bottom: 50px;
}

#aboutQR h2 {
  padding-top: 1em;
  color: #00214b;
  font-family: "Noto Serif JP";
  font-size: 50px;
  text-align: center;
  line-height: 1.5;
}

#aboutQR .subTitle {
  color: #00214b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#aboutQR .subTitle p {
  margin: 3em 0 3em 0;
}

#aboutQR .flexBlock {
  display: flex;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
#aboutQR .flexBlock ul {
  margin-top: 2em;
}
#aboutQR .flexBlock ul li {
  font-size: 18px;
  margin-top: 1em;
  font-weight: bold;
  margin-left: 3em;
  margin-right: 2em;
  background-image: url("../imgs/check.png");
  background-repeat: no-repeat;
  padding-left: 2em;
  background-position: left top 0.3em;
}

#aboutQR .caution {
  margin-top: 2em;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  color: #00214b;
}

#aboutQR .flexBlock div {
  border: 3px #000 solid;
  width: 48%;
  height: 387px;
  border-radius: 10px;
}

#aboutQR .flexBlock h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #00214b;
  margin-top: 30px;
}
@media (max-width: 770px) {
  #owners_voice .marginTop2Pc {
    margin-top: 2em;
  }
  #aboutQR h2 {
    font-size: 30px;
  }

  #aboutQR {
    padding-left: 24px;
    padding-right: 24px;
  }
  #aboutQR .flexBlock {
    flex-wrap: wrap;
  }
  #aboutQR .flexBlock div {
    width: 100%;
  }

  #aboutQR .flexBlock div:nth-child(2) {
    margin-top: 2em;
  }

  #aboutQR .flexBlock ul li {
    font-size: 14px;
    margin: 0 1em 0 1em;
    padding-bottom: 1.5em;
  }
}

/* infoarea__inner */
.infoarea__inner {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.infoarea__news {
  text-align: center;
}
@media (min-width: 769px) {
  .infoarea__news {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    max-width: 1040px;
    margin: 0 auto;

    /* 20250228 複数行対応 */
    /* height: 80px; */
    height: auto;
    padding: 30px 0;
  }
}

.infoarea__news p {
  margin-bottom: 0 !important;
  font-size: 20px;
}

.infoarea__news p a {
  color: #9b190a !important;
}

.infoarea__left {
  margin-right: 14px;
}

.infoarea__left > p {
  display: inline-block;
  background-color: #041f45;
  color: #fff;
  min-width: 107px;
  padding: 4px 10px;
  font-size: 1.8em;
}

.infoarea__right ul {
  text-align: left;
  margin-left: 16px;
}

.infoarea__right ul li {
  list-style: none;
  font-size: 1.15em;
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 18px;
}
.infoarea__right ul li::before {
  position: absolute;
  left: 0;
  top: 0.8em;
  content: "";
  aspect-ratio: 1;
  width: 4px;
  border-radius: 50%;
  display: block;
  background-color: currentColor;
}

.infoarea__right ul li a {
  color: #000 !important;
  text-decoration: underline !important;
}

.infoarea__right ul li a:hover {
  color: #9b190a !important;
}

@media (max-width: 769px) {
  .infoarea__inner {
    /* height: 60px;
        padding: 0 20px; */
    height: auto;
    padding: 20px 10px;
    flex-wrap: wrap;
  }

  .infoarea__left {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .infoarea__left > p {
    width: 100%;
    display: inline-block;
    background-color: #041f45;
    color: #fff;
    padding: 4px 10px;
  }

  .infoarea__right ul li {
    margin-bottom: 10px;
  }
}

/* movie */
.movie_item video {
  width: 100%;
  height: auto;
}

#page-seasonseat #movie {
  background: transparent linear-gradient(316deg, #041f45 0%, #01060e 100%) 0%
    0% no-repeat padding-box;
  position: relative;
  color: #fff;
}

@media (min-width: 769px) {
  #page-seasonseat #movie {
    padding: 3rem 0;
  }
}

#page-seasonseat #movie h2 {
  text-align: center;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 432px;
}

@media (min-width: 769px) {
  #page-seasonseat #movie h2 {
    margin: 0 auto 3rem;
  }
}

#page-seasonseat #movie h2 .sub {
  font-size: 16px;
  letter-spacing: 0.25rem;
}

@media (min-width: 769px) {
  #page-seasonseat #movie h2 .sub {
    font-size: 18px;
  }
}

#page-seasonseat #movie p {
  text-align: center;
}

p.movie_undertitle {
  font-size: 24px;
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  text-align: left !important;
}

@media (min-width: 769px) {
  p.movie_undertitle {
    font-size: 36px;
  }
}

/* seasonseat2027TOP映像 */

.movieTop2027 #page-seasonseat #movie {
  background: none;
}

.movieTop2027 #page-seasonseat #movie video {
  border-radius: 10px;
  border: solid #fff 3px;
}
.movieTop2027 .movie_item video {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.movieTop2027 #page-seasonseat #movie {
  position: absolute;
  z-index: 2;
  right: 2vw;
  bottom: -100px;
}

@media (max-width: 769px) {
  .movieTop2027 #page-seasonseat #movie {
    padding-top: 2em;
    background: #fff;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .movieTop2027 .movie_item video {
    max-width: 90%;
  }
}

.movieTop2027 p.movie_undertitle {
  font-size: 24px;
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  text-align: left !important;
}

@media (min-width: 769px) {
  .movieTop2027 p.movie_undertitle {
    font-size: 36px;
  }
}

/* magnific popup */

.mfp-ready #video-popup {
  position: relative;
  display: inline-block;
}

.mfp-ready #video-popup video {
  width: 100%;
  max-width: 1000px;
}

.mfp-close {
  font-size: 70px;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .mfp-close {
    right: 20px;
  }
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

/* seat_lineup */
#page-seasonseat #seat_linup {
  background-color: #f5f5f5;
  padding: 4rem 0;
  position: relative;
  color: #fff;
}

@media (min-width: 769px) {
  #page-seasonseat #seat_linup {
    padding: 3rem 0;
  }
}

#page-seasonseat #seat_linup h2 {
  text-align: center;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 432px;
}

@media (min-width: 769px) {
  #page-seasonseat #seat_linup h2 {
    margin: 0 auto 6rem;
  }
}

#page-seasonseat #seat_linup h2 .sub {
  font-size: 16px;
  letter-spacing: 0.25rem;
  color: #041f45;
}

@media (min-width: 769px) {
  #page-seasonseat #seat_linup h2 .sub {
    font-size: 20px;
  }
}

#page-seasonseat #seat_linup .seat_linup__h3_inner {
  position: relative;
  z-index: 10;
  text-align: left;
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 2.25px;
  color: #ffffff;
  font-size: 30px;
}

@media (max-width: 999px) {
  #page-seasonseat #seat_linup .seat_linup__h3_inner {
    font-size: 26px;
    text-align: center;
    padding: 30px;
    background: transparent linear-gradient(180deg, #041f45 0%, #071427 100%) 0%
      0% no-repeat padding-box;
  }
}

@media (min-width: 1000px) {
  #page-seasonseat #seat_linup .seat_linup__h3::before {
    content: "";
    position: absolute;
    height: 160px;
    top: 200px;
    right: 20%;
    bottom: 10px;
    z-index: 0;
    display: block;
    width: 100vw;
    background: transparent linear-gradient(180deg, #041f45 0%, #071427 100%) 0%
      0% no-repeat padding-box;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  }
}

.seat_linup__h3_inner h3 {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .seat_linup__h3_inner h3 {
    margin-bottom: 10px;
    line-height: 1.1;
  }
}

@media (min-width: 1000px) {
  .seat_linup__h3_inner h3 {
    padding-left: 30px;
  }
}

.seat_linup__h3_sub {
  display: block;
  font-size: 16px !important;
  margin-top: 10px;
}

.seat_linup__wappaer {
  display: flex;
  margin: 6em auto;
  justify-content: center;
  /* overflow-x: scroll; */
}

@media (max-width: 999px) {
  .seat_linup__wappaer {
    margin-top: 3em;
  }
}

.seat_linup__wappaer .seat_linup__item:nth-of-type(even) {
  margin: 0 15px;
}

@media (min-width: 769px) {
  .seat_linup__wappaer .seat_linup__item:nth-of-type(even) {
    margin: 0 30px;
  }
}

.seat_linup__item {
  max-width: 300px;
  display: block;
}

.seat_linup__wappaer a:hover {
  color: #041f45 !important;
  text-decoration: none !important;
  opacity: 0.8;
}

@media (min-width: 769px) {
  .seat_linup__item {
    max-width: 500px;
  }
}

.seat_lineup__desc {
  color: #041f45;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 769px) {
  .seat_lineup__desc {
    font-size: 20px;
  }
}

.seat_lineup__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 3em;
}

.seat_lineup__link p {
  font-size: 16px;
}

@media (min-width: 769px) {
  .seat_lineup__link p {
    margin-bottom: 0 !important;
    font-size: 20px;
  }
}

.seat_lineup__link p a {
  color: #041f45 !important;
}

/* seat_linup_mid */

#page-seasonseat #seat_linup_mid {
  background-color: #f5f5f5;
  padding: 0 0 4rem 0;
  position: relative;
  color: #fff;
}

@media (min-width: 769px) {
  #page-seasonseat #seat_linup_mid {
    padding: 3rem 0;
  }
}

#page-seasonseat #seat_linup_mid .seat_linup__h3_inner {
  position: relative;
  z-index: 10;
  text-align: center;
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 2.25px;
  color: #ffffff;
  font-size: 30px;
}

@media (max-width: 999px) {
  #page-seasonseat #seat_linup_mid .seat_linup__h3_inner {
    font-size: 26px;
    text-align: center;
    padding: 30px;
    background: transparent linear-gradient(180deg, #041f45 0%, #071427 100%) 0%
      0% no-repeat padding-box;
  }
}

@media (min-width: 1000px) {
  #page-seasonseat #seat_linup_mid .seat_linup__h3::before {
    content: "";
    position: absolute;
    height: 160px;
    top: 0;
    left: 20%;
    bottom: 10px;
    z-index: 0;
    display: block;
    width: 100vw;
    background: transparent linear-gradient(180deg, #041f45 0%, #071427 100%) 0%
      0% no-repeat padding-box;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
  }
}

/* seat_linup_last */

#page-seasonseat #seat_linup_last {
  background-color: #f5f5f5;
  padding: 0 0 4rem 0;
  position: relative;
  color: #fff;
}

@media (min-width: 769px) {
  #page-seasonseat #seat_linup_last {
    padding: 3rem 0;
  }
}

#page-seasonseat #seat_linup_last .seat_linup__h3_inner {
  position: relative;
  z-index: 10;
  text-align: left;
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 2.25px;
  color: #ffffff;
  font-size: 30px;
}

@media (max-width: 999px) {
  #page-seasonseat #seat_linup_last .seat_linup__h3_inner {
    font-size: 26px;
    text-align: center;
    padding: 30px;
    background: transparent linear-gradient(180deg, #041f45 0%, #071427 100%) 0%
      0% no-repeat padding-box;
  }
}

@media (min-width: 1000px) {
  #page-seasonseat #seat_linup_last .seat_linup__h3::before {
    content: "";
    position: absolute;
    height: 160px;
    top: 0;
    right: 20%;
    bottom: 10px;
    z-index: 0;
    display: block;
    width: 100vw;
    background: transparent linear-gradient(180deg, #041f45 0%, #071427 100%) 0%
      0% no-repeat padding-box;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  }
}

/* advantage */
#page-seasonseat #advantage {
  background-color: #fff;
  padding: 4rem 0;
  position: relative;
  color: #fff;
}

@media (min-width: 769px) {
  #page-seasonseat #advantage {
    padding: 3rem 0;
  }
}

#page-seasonseat #advantage h2 {
  text-align: center;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 432px;
}

@media (min-width: 769px) {
  #page-seasonseat #advantage h2 {
    margin: 0 auto 3rem;
  }
}

#page-seasonseat #advantage h2 .sub {
  font-size: 16px;
  letter-spacing: 0.25rem;
}

@media (min-width: 769px) {
  #page-seasonseat #advantage h2 .sub {
    font-size: 20px;
    color: #041f45;
  }
}

@media (min-width: 769px) {
  .advantage__item::before {
    content: "";
    position: absolute;
    height: 390px;
    top: 0;
    right: 190px;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 80%;
    background: transparent linear-gradient(180deg, #f9ce2d 0%, #c5a736 100%) 0%
      0% no-repeat padding-box;
  }
}

.advantage__item {
  position: relative;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  background: transparent linear-gradient(180deg, #f9ce2d 0%, #c5a736 100%) 0%
    0% no-repeat padding-box;
}

@media (min-width: 769px) {
  .advantage__item {
    position: relative;
    display: flex;
    padding: 40px 0 60px 40px;
    flex-direction: row;
    align-items: center;
    background: none;
  }
}

.advantage__item .advantage__desc {
  max-width: 100%;
  z-index: 10;
  margin-right: 0;
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .advantage__item .advantage__desc {
    max-width: 400px;
    z-index: 10;
    margin-right: 30px;
    padding: 0;
  }
}

.advantage__item .advantage__desc img {
  max-width: 100px !important;
}

.advantage__item .advantage__desc h3 {
  margin-top: 1em !important;
  font-size: 20px;
}

.advantage__item_reverse .advantage__desc h3 {
  margin-top: 1em !important;
}

.advantage__item .advantage__img {
  z-index: 11;
}

/* advantage__item_reverse */
@media (min-width: 769px) {
  .advantage__item_reverse::before {
    content: "";
    position: absolute;
    height: 390px;
    top: 0;
    left: 190px;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 80%;
    background: transparent linear-gradient(180deg, #f9ce2d 0%, #c5a736 100%) 0%
      0% no-repeat padding-box;
  }
}

.advantage__item_reverse {
  position: relative;
  display: flex;
  padding: 20px;
  margin: 60px 0;
  align-items: center;
  flex-direction: column;
  background: transparent linear-gradient(180deg, #f9ce2d 0%, #c5a736 100%) 0%
    0% no-repeat padding-box;
}

@media (min-width: 769px) {
  .advantage__item_reverse {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 0 !important;
    flex-direction: row-reverse;
    background: none;
  }
}

.advantage__item_reverse .advantage__desc {
  max-width: 100%;
  z-index: 10;
  margin-left: 0;
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .advantage__item_reverse .advantage__desc {
    max-width: 400px;
    z-index: 10;
    margin-left: 30px;
    padding: 0;
  }
}

.advantage__item_reverse .advantage__desc img {
  max-width: 100px !important;
}

.advantage__item_reverse .advantage__desc h3 {
  font-size: 20px;
}

.advantage__item_reverse .advantage__img {
  z-index: 11;
}

/* owners_befefit */
#page-seasonseat #owners_befefit {
  background: transparent linear-gradient(316deg, #041f45 0%, #01060e 100%) 0%
    0% no-repeat padding-box;
  padding: 4rem 0;
  position: relative;
  color: #fff;
}

@media (min-width: 769px) {
  #page-seasonseat #owners_befefit {
    padding: 3rem 0;
  }
}

#page-seasonseat #owners_befefit h2 {
  text-align: center;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 510px;
}

@media (min-width: 769px) {
  #page-seasonseat #owners_befefit h2 {
    margin: 0 auto 3rem;
  }
}

#page-seasonseat #owners_befefit h2 .sub {
  font-size: 16px;
  letter-spacing: 0.25rem;
}

@media (min-width: 769px) {
  #page-seasonseat #owners_befefit h2 .sub {
    font-size: 20px;
  }
}

.owners_befefit__subtitle {
  text-align: center;
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .owners_befefit__subtitle {
    text-align: center;
    font-family:
      "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
    font-size: 24px;
    margin-bottom: 40px;
  }
}

#owners_befefit .comment {
  max-width: 166px;
  position: absolute;
  top: -45px;
  right: 43%;
}

@media (max-width: 770px) {
  #owners_befefit .comment {
    display: none;
  }
}

.owners_befefit__link {
  position: relative;
  margin-top: 4em;
  text-align: center;
}

.owners_befefit__link img {
  max-width: 400px !important;
}

.owners_befefit__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#owners_befefit .caution {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 769px) {
  .owners_befefit__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.owners_befefit__item {
  max-width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 769px) {
  .owners_befefit__item {
    max-width: calc(100% / 2 - 20px);
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
  }
}

.owners_befefit__item img {
  margin-bottom: 10px;
}

.owners_befefit__item:nth-of-type(even) {
  margin-left: 0;
}

@media (min-width: 769px) {
  .owners_befefit__item:nth-of-type(even) {
    margin-left: 40px;
  }
}

/* owners_voice */
#page-seasonseat #owners_voice {
  background: linear-gradient(
    to bottom,
    #041f45 0%,
    #01060e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 3rem 60px;
  position: relative;
  color: #fff;
}
@media (max-width: 769px) {
  #page-seasonseat #owners_voice {
    padding: 2rem 30px;
  }
}
/* #owners_voice {
  background-color: #fff;
  padding: 48px 60px;
} */

#owners_voice h2 {
  font-family: "Octin College";
  text-align: center;
  font-size: 60px;

  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
@media (max-width: 769px) {
  #owners_voice h2 {
    font-size: 30px;
  }
  #owners_voice .subheading {
    font-size: 16px;
  }
}
#owners_voice .subheading {
  color: #fff;
}
#owners_voice .slick-track {
  display: flex;
}
#owners_voice .slick-track .owners_voice__2nd_item {
  height: auto;
}

.owners_voice__3nd_wrapper {
  max-width: 932px;
  margin: 0 auto;
  display: flex;
}
#page-seasonseat .owners_voice__3nd_item {
  padding: 20px 30px;
  height: auto;
}
#page-seasonseat .owners_voice__3nd_item_imgWrapper img {
  width: initial;
}
#page-seasonseat .owners_voice__3nd_item_txt {
  font-size: 18px;
  line-height: 1.88;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #page-seasonseat .owners_voice__3nd_item_imgWrapper img {
    max-width: 110px;
  }
  #page-seasonseat .owners_voice__3nd_item {
    padding: 20px;
  }
  #page-seasonseat .owners_voice__3nd_item_txt {
    font-size: 16px;
  }
}
#page-seasonseat .owners_voice__3nd_wrapper .slick-arrow {
  background-image: url("../imgs/2027/slide_arrow.svg");
  background-size: cover;
  width: 36px;
  height: auto;
  aspect-ratio: 36/46;
  filter: brightness(0) invert(1);
}

#page-seasonseat .owners_voice__3nd_wrapper .slick-prev {
  left: -50px;
}
#page-seasonseat .owners_voice__3nd_wrapper .slick-next {
  right: -50px;
  transform: translate(0, -50%) rotate(180deg);
}

#page-seasonseat .owners_voice__3nd_wrapper .slick-arrow::before {
  content: "";
}

.owners_voice__3nd_item {
  margin: 0 10px;
  /* margin-bottom: 40px; */
  background-color: #fff;
  color: #041f45;
}

@media (max-width: 769px) {
  #page-seasonseat .owners_voice__3nd_wrapper .slick-arrow {
    width: 18px;
  }
  #page-seasonseat .owners_voice__3nd_wrapper .slick-prev {
    left: -20px;
  }
  #page-seasonseat .owners_voice__3nd_wrapper .slick-next {
    right: -20px;
  }
}

.dotLineHeading strong {
  font-size: 40px;
}
.dotLineHeading span {
  position: relative;
}
.dotLineHeading span::after {
  content: "";
  width: 1500px;
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(100%, -50%);
  border-top: 1px dashed #fff;
}
#page-seasonseat .dotLineHeading {
  overflow: hidden;
  text-align: left;
  font-size: 24px;
  max-width: 1033px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .dotLineHeading strong {
    font-size: 30px;
  }
  #page-seasonseat .dotLineHeading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* #page-seasonseat #owners_voice h2 {
  text-align: center;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 440px;
}

@media (min-width: 769px) {
  #page-seasonseat #owners_voice h2 {
    margin: 0 auto 3rem;
  }
}

#page-seasonseat #owners_voice h2 .sub {
  font-size: 16px;
  letter-spacing: 0.25rem;
}

@media (min-width: 769px) {
  #page-seasonseat #owners_voice h2 .sub {
    font-size: 20px;
  }
} */

.owners_voice__1st_wrapper {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
}

@media (min-width: 769px) {
  .owners_voice__1st_wrapper {
    display: flex;
    margin-bottom: 40px;
    flex-direction: row;
  }
}

.owners_voice__1st_left {
  margin: 0 auto;
  width: 60%;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .owners_voice__1st_left {
    margin: 0 60px 0 0;
    width: 75%;
  }
}

.owners_voice__1st_left img {
  max-width: 125px;
}

.owners_voice__1st_right h5 {
  background-color: #d9b221;
  padding: 20px;
  font-size: 22px;
  margin-bottom: 0 !important;
  position: relative;
}

@media (min-width: 769px) {
  .owners_voice__1st_right h5 {
    background-color: #d9b221;
    padding: 20px;
    font-size: 30px;
    margin-bottom: 0 !important;
    position: relative;
  }
}

.owners_voice__1st_right p {
  background-color: #fff;
  color: #041f45;
  padding: 20px;
  font-size: 16px;
}

@media (min-width: 769px) {
  .owners_voice__1st_right p {
    background-color: #fff;
    color: #041f45;
    padding: 20px;
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .owners_voice__1st_right h5::after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: transparent;
    border-right-color: #d9b221;
    border-width: 10px;
    margin-left: 0;
    margin-top: -10px;
  }
}

/* #owners_voice h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
} */
.owners_voice__2nd_wrapper {
  max-width: 932px;
  margin: 0 auto 24px;
}
/* .owners_voice__2nd_wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .owners_voice__2nd_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .owners_voice__2nd_wrapper.marginTop2Pc {
    margin-top: 2em;
  }
} */

#page-seasonseat .owners_voice__2nd_wrapper .slick-arrow {
  background-image: url("../imgs/2027/slide_arrow.svg");
  background-size: cover;
  width: 36px;
  height: auto;
  aspect-ratio: 36/46;
  filter: brightness(0) invert(1);
}

#page-seasonseat .owners_voice__2nd_wrapper .slick-prev {
  left: -50px;
}
#page-seasonseat .owners_voice__2nd_wrapper .slick-next {
  right: -50px;
  transform: translate(0, -50%) rotate(180deg);
}

#page-seasonseat .owners_voice__2nd_wrapper .slick-arrow::before {
  content: "";
}

.owners_voice__2nd_item {
  margin: 0 10px;
  /* margin-bottom: 40px; */
  background-color: #fff;
  color: #041f45;
}

@media (max-width: 769px) {
  /* .owners_voice__2nd_item {
    max-width: calc(100% / 2 - 15px);
    margin-bottom: 0;
  } */
  #page-seasonseat .owners_voice__2nd_wrapper .slick-arrow {
    width: 18px;
  }
  #page-seasonseat .owners_voice__2nd_wrapper .slick-prev {
    left: -20px;
  }
  #page-seasonseat .owners_voice__2nd_wrapper .slick-next {
    right: -20px;
  }
}

.owners_voice__3nd_item {
  display: flex !important;

  gap: 30px;
  color: #041f45;
  align-items: center;
  margin: 0 10px;
  background-color: #fff;
}

.owners_voice__2nd_item_body {
  padding: 15px 20px 30px 20px;
}
@media (max-width: 769px) {
  .owners_voice__2nd_item_body {
    padding: 15px 15px 20px 15px;
  }
}

@media (max-width: 850px) {
  .owners_voice__3nd_item {
    flex-direction: column;
    gap: 20px;
  }
  .owners_voice__3nd_item_imgWrapper {
    height: 244px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .owners_voice__3nd_item_imgWrapper {
    height: auto;
  }
  #page-seasonseat .owners_voice__3nd_item_imgWrapper img {
    height: 160px;
  }
}
#page-seasonseat .owners_voice__2nd_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}
.owners_voice__2nd_title::after {
  content: "さま";
  font-size: 24px;
}
.owners_voice__2nd_seat {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.owners_voice__2nd_seat span:last-child {
  display: inline-block;
  flex: 1;
}
@media (max-width: 769px) {
  #page-seasonseat .owners_voice__2nd_title {
    font-size: 22px;
  }
  .owners_voice__2nd_label {
    display: block;
    width: fit-content;
  }
}
.owners_voice__2nd_label {
  background-color: #a20000;
  color: #fff;

  padding: 4px 8px;
  margin-right: 8px;
}

.owners_voice__2nd_link {
  text-align: center;
}
.owners_voice__2nd_link img {
  margin-left: auto;
  margin-right: auto;
}
#page-seasonseat .owners_voice__2nd_link img {
  width: 233px;
}
@media (max-width: 769px) {
  #page-seasonseat .owners_voice__2nd_link img {
    width: 150px;
  }
}
.owners_voice__2nd_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 38px !important;
}
@media (max-width: 769px) {
  .owners_voice__2nd_text {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
}
/* belluna_dome */
#page-seasonseat #belluna_dome {
  background-color: #fff;
  padding: 4rem 30px;
  position: relative;
  color: #fff;
}

#page-seasonseat #belluna_dome .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  #page-seasonseat #belluna_dome {
    padding: 3rem 60px 0;
  }
}

#page-seasonseat #belluna_dome h2 {
  text-align: center;
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 432px;
}

@media (min-width: 769px) {
  #page-seasonseat #belluna_dome h2 {
    margin: 0 auto 3rem;
  }
}

#page-seasonseat #belluna_dome h2 .sub {
  font-size: 16px;
  letter-spacing: 0.25rem;
  color: #041f45;
}

@media (min-width: 769px) {
  #page-seasonseat #belluna_dome h2 .sub {
    font-size: 20px;
  }
}

/* @media (min-width: 769px) {
  .belluna_dome__item::before {
    content: "";
    position: absolute;
    height: 310px;
    top: 0px;
    right: 190px;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 80%;
    background-color: #e3b623;
  }
} */

/* .belluna_dome__item {
  position: relative;
  display: flex;
  padding: 10px;
  align-items: flex-start;
  flex-direction: column;
  background-color: #e3b623;
}

@media (min-width: 769px) {
  .belluna_dome__item {
    position: relative;
    display: flex;
    padding: 40px 0 40px 40px;
    align-items: flex-start;
    flex-direction: row;
    background: none;
    background-color: none;
  }
} */
/*
.belluna_dome__item .belluna_dome__desc {
  max-width: 400px;
  z-index: 10;
  padding: 0 10px;
  margin-right: 30px;
}

@media (min-width: 769px) {
  .belluna_dome__item .belluna_dome__desc {
    max-width: 400px;
    z-index: 10;
    padding: 0;
    margin-right: 30px;
  }
}

.belluna_dome__item .belluna_dome__desc h3 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .belluna_dome__item .belluna_dome__desc h3 {
    font-size: 32px;
  }
} */

/* .belluna_dome__item .belluna_dome__img {
  z-index: 11;
  max-width: 500px;
} */

/* advantage__item_reverse */
/* @media (min-width: 769px) {
  .belluna_dome__item_reverse::before {
    content: "";
    position: absolute;
    height: 310px;
    top: 0px;
    left: 190px;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 80%;
    background-color: #e32389;
  }
}

.belluna_dome__item_reverse {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  flex-direction: column;
  background-color: #e32389;
  margin: 40px 0;
}

@media (min-width: 769px) {
  .belluna_dome__item_reverse {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 40px 40px 40px 0 !important;
    flex-direction: row-reverse;
    background-color: none;
    background: none;
    margin: 0;
  }
} */
/*
.belluna_dome__item_reverse .belluna_dome__desc {
  max-width: 400px;
  z-index: 10;
  margin-left: 0;
  padding: 0 10px;
}

@media (min-width: 769px) {
  .belluna_dome__item_reverse .belluna_dome__desc {
    max-width: 400px;
    z-index: 10;
    margin-left: 30px;
    padding: 0;
  }
}

.belluna_dome__item_reverse .belluna_dome__desc h3 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .belluna_dome__item_reverse .belluna_dome__desc h3 {
    font-size: 32px;
  }
} */
/*
.belluna_dome__item_reverse .belluna_dome__img {
  z-index: 11;
  max-width: 500px;
}

img.belluna_dome__imgtitle01 {
  width: 261px !important;
}

img.belluna_dome__imgtitle02 {
  width: 178px !important;
}

img.belluna_dome__imgtitle03 {
  width: 216px !important;
} */

/* item last */
/* @media (min-width: 769px) {
  .belluna_dome__item_last::before {
    content: "";
    position: absolute;
    height: 310px;
    top: 0px;
    right: 190px;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 80%;
    background-color: #2350e3;
  }
} */

.belluna_dome__wrapper {
  margin-bottom: 66px;
}
@media (max-width: 769px) {
  .belluna_dome__wrapper {
    margin-bottom: 30px;
  }
}
.belluna_dome__unit {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
}
.belluna_dome__item {
  background-color: #fff;
  padding: 40px 20px 8px;
  position: relative;
  margin: 0 10px;
}
@media (max-width: 769px) {
  .belluna_dome__item {
    background-color: #fff;
    padding: 20px 10px 8px;
  }
}
.belluna_dome__item__yellow {
  background-color: #f9ce2d;
}
.belluna_dome__item__pink {
  background-color: #e32389;
}
.belluna_dome__item__blue {
  background-color: #2350e3;
}
.belluna_dome__item__green {
  background-color: #51a437;
}
.belluna_dome__img img {
  margin-bottom: 12px;
}
.belluna_dome__desc {
  font-size: 28px;
  line-height: 1.21;
}
@media (max-width: 769px) {
  .belluna_dome__desc {
    font-size: 18px;
  }
}

.belluna_dome__enTxt {
  font-family: "Octin College";
  font-size: 60px;
  font-weight: bold;
  color: #00214b;
  position: absolute;
  left: 20px;
  top: 6px;
  line-height: 1em;
  text-shadow:
    3px 3px 0px #fff,
    -3px -3px 0px #fff,
    -3px 3px 0px #fff,
    3px -3px 0px #fff,
    3px 0 0px #fff,
    -3px 0 0px #fff,
    0 3px 0px #fff,
    0 -3px 0px #fff;
}
@media (max-width: 769px) {
  .belluna_dome__enTxt {
    font-size: 30px;
  }
}
#page-seasonseat .belluna_dome__unit .slick-arrow {
  background-image: url("../imgs/2027/slide_arrow.svg");
  background-size: cover;
  width: 36px;
  height: auto;
  aspect-ratio: 36/46;
}

#page-seasonseat .belluna_dome__unit .slick-prev {
  left: -50px;
}
#page-seasonseat .belluna_dome__unit .slick-next {
  right: -50px;
  transform: translate(0, -50%) rotate(180deg);
}

#page-seasonseat .belluna_dome__unit .slick-arrow::before {
  content: "";
}

/* .owners_voice__3nd_item {
  margin: 0 10px;
  background-color: #fff;
  color: #041f45;
} */

@media (max-width: 769px) {
  #page-seasonseat .belluna_dome__unit .slick-arrow {
    width: 18px;
  }
  #page-seasonseat .belluna_dome__unit .slick-prev {
    left: -20px;
  }
  #page-seasonseat .belluna_dome__unit .slick-next {
    right: -20px;
  }
}
/* .belluna_dome__item_last {
  position: relative;
  display: flex;
  padding: 10px;
  align-items: flex-start;
  flex-direction: column;
  background-color: #2350e3;
} */

/* @media (min-width: 769px) {
  .belluna_dome__item_last {
    position: relative;
    display: flex;
    padding: 40px 0 40px 40px;
    align-items: flex-start;
    flex-direction: row;
    background: none;
    background-color: none;
  }
} */
/*
.belluna_dome__item_last .belluna_dome__desc {
  max-width: 400px;
  z-index: 10;
  padding: 0 10px;
  margin-right: 30px;
}

@media (min-width: 769px) {
  .belluna_dome__item_last .belluna_dome__desc {
    max-width: 400px;
    z-index: 10;
    padding: 0;
    margin-right: 30px;
  }
}

.belluna_dome__item_last .belluna_dome__desc h3 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .belluna_dome__item_last .belluna_dome__desc h3 {
    font-size: 32px;
  }
} */

/* .belluna_dome__item_last .belluna_dome__img {
  z-index: 11;
  max-width: 500px;
} */

/* Apply */

#page-seasonseat #apply {
  background-color: #041f45;
  padding: 4rem 0rem;
  position: relative;
  color: #fff;
}

@media (min-width: 769px) {
  #page-seasonseat #apply {
    padding: 8rem 0;
  }
}

#page-seasonseat #apply h2 {
  text-align: center;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 432px;
}

@media (min-width: 769px) {
  #page-seasonseat #apply h2 {
    margin: 0 auto 6rem;
  }
}

#page-seasonseat #apply h2 .sub {
  font-size: 16px;
  letter-spacing: 0.25rem;
}

@media (min-width: 769px) {
  #page-seasonseat #apply h2 .sub {
    font-size: 20px;
  }
}

#page-seasonseat #apply .container-apply {
  background: #fff;
  border-radius: 20px;
  color: #000;
  padding: 40px;
}

@media (min-width: 769px) {
  #page-seasonseat #apply .container-apply {
    padding: 80px;
  }
}

#page-seasonseat #apply .apply__select_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 769px) {
  #page-seasonseat #apply .apply__select_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.apply__select_item {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  border: 3px solid #041f45;
  color: #041f45;
  background-color: #fff;
  border-radius: 8px;
}

.apply__select_item:hover {
  opacity: 0.9;
}

@media (min-width: 769px) {
  .apply__select_item {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2 - 30px);
    height: 80px;
  }
}

#page-seasonseat #apply .apply__select_inactive {
  background-color: #041f45 !important;
  color: #fff !important;
}

.apply__view {
  margin-top: 40px;
}

.apply__view .apply__step_wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .apply__view .apply__step_wrapper {
    display: flex;
    flex-direction: row;
  }
}

.apply__view .apply__step_wrapper .apply__step_img {
  width: 100%;
  height: 50px;
  background-color: #041f45;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
}

@media (min-width: 769px) {
  .apply__view .apply__step_wrapper .apply__step_img {
    width: 180px;
    height: 90px;
    background-color: #041f45;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
  }
}

.apply__view .apply__step_wrapper .apply__step_img img {
  width: 92px !important;
}

.apply__stepinfo_wrapper {
  margin: 20px 0;
}

.apply__stepinfo_wrapper .caution {
  font-size: 11px;
}

.apply__stepinfo_wrapper .bold {
  font-weight: bold;
}

.apply__stepinfo_wrapper p {
  color: #041f45;
}

.apply__stepinfo_wrapper.noMargin {
  margin: 0;
}

.apply__stepinfo_wrapper a {
  color: #041f45 !important;
  font-weight: bold;
}

#apply .flexBlock {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 150px;
  margin-top: 2em;
}

@media (max-width: 770px) {
  #apply .flexBlock {
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    margin-top: 2em;
  }
  #apply .flexBlock .noMargin p {
    margin-top: 1em;
  }
}

#apply .flexBlock div:nth-child(2) {
  margin-left: 30px;
}
#apply .flexBlock div:nth-child(2) .caution {
  font-size: 10px;
}

@media (min-width: 769px) {
  .apply__stepinfo_wrapper {
    margin: 20px 0 20px 150px;
  }
}

.apply__view .apply__arrow {
  margin: 0 auto 40px;
  text-align: center;
}

.apply__view .apply__arrow img {
  width: 145px !important;
}

.apply__view .apply__step_wrapper .apply__step_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #041f45;
  border: 3px solid #041f45;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
}

@media (min-width: 769px) {
  .apply__view .apply__step_wrapper .apply__step_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 30px;
    font-size: 24px;
    font-weight: bold;
    color: #041f45;
    border: 3px solid #041f45;
    width: 100%;
    border-radius: 0px 8px 8px 0px;
  }
}

.apply__view-hide {
  display: none;
}

/* foot_nav */
#foot_nav {
  text-align: center;
  padding: 2.5rem 0rem;
  background-color: #041f45;
  color: #fff;
}
#foot_nav img {
  max-width: 100%;
}
.foot_nav__list {
  margin: 30px auto;
}

.foot_nav__list ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 769px) {
  .foot_nav__list ul {
    display: flex;
    flex-direction: row;
  }
}

.foot_nav__list ul li {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .foot_nav__list ul li {
    width: calc(100% / 5 - 50px);
  }
}

.foot_nav__list ul li:not(:last-child) {
  border-right: none;
}

@media (min-width: 769px) {
  .foot_nav__list ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

.foot_nav__list ul li a {
  color: #fff !important;
}

#foot_nav img {
  width: 350px;
}

/* pagetitle */
#pagetitle .container {
  background-color: #041f45;
  height: 260px;
  margin-top: 64px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 46px;
}

@media (min-width: 769px) {
  #pagetitle .container {
    margin-top: 100px;
  }
}

.pagetitle_sub {
  display: block;
  font-size: 28px;
  font-weight: 400;
}

/* select_seat */

#select_seat {
  background-color: #fff;
  padding: 4rem 0rem;
}

#select_seat p {
  text-align: center;
  font-size: 22px;
  color: #041f45;
}

#select_seat .select_seat__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-direction: column;
}

@media (min-width: 769px) {
  #select_seat .select_seat__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: row;
  }
}

#select_seat .select_seat__wrapper .select_seat__item {
  width: 100%;
  padding: 40px 10px;
  border: 1px solid #041f45;
  height: 211px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  position: relative;
  margin: 0 0 40px 0;
}

@media (min-width: 769px) {
  #select_seat .select_seat__wrapper .select_seat__item {
    width: calc(100% / 3 - 15px);
    padding: 40px 10px;
    border: 1px solid #041f45;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    position: relative;
  }
}

#select_seat .select_seat__wrapper .select_seat__item a {
  text-decoration: none !important;
}

#select_seat .select_seat__wrapper .select_seat__item:hover {
  background: transparent linear-gradient(283deg, #d9b221 0%, #c19a0c 100%) 0%
    0% no-repeat padding-box;
}

#select_seat .select_seat__wrapper .select_seat__item a:hover {
  color: #fff !important;
}

#select_seat .select_seat__wrapper .select_seat__item::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 175px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #041f45;
  border-right: 3px solid #041f45;
  transform: rotate(135deg);
}

.select_seat__maintitle {
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-size: 22px !important;
  display: block;
}

#select_seat .select_seat__wrapper .select_seat__item a {
  color: #041f45 !important;
}

.seat-movie-modal {
  margin: 30px auto 0;
  text-align: center;
  display: block;
}

.seat-movie-modal:hover {
  opacity: 0.8;
}

.seat-movie-modal img {
  width: 266px !important;
}

.seat_price_link {
  margin: 30px auto 0;
  text-align: center;
}

.seat_price_link:hover {
  opacity: 0.8;
}

.seat_price_link img {
  width: 300px !important;
}

@media (min-width: 769px) {
  .seat_price_link img {
    width: 516px !important;
  }
}

#price_dl {
  background-color: #03152e !important;
  position: relative;
  text-align: center;
  padding-bottom: 5rem;
}

#price_dl img {
  max-width: 470px !important;
}

/* seatarea_title */

.seatarea_title {
  background: transparent linear-gradient(283deg, #d9b221 0%, #c19a0c 100%) 0%
    0% no-repeat padding-box;
}

.seatarea_title .container {
  height: 230px;
  display: flex;
  align-items: center;
}

.seatarea_title h2 {
  color: #fff;
}

.seatarea_maintitle {
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-size: 30px !important;
  display: block;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .seatarea_maintitle {
    font-family:
      "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
    font-size: 30px !important;
    display: block;
    line-height: 1.5;
  }
}

/* select_benefit */
#select_benefit {
  background-color: #fff;
  padding: 4rem 0rem;
}

#select_benefit p {
  text-align: center;
  font-size: 22px;
  color: #041f45;
}

#select_benefit .select_benefit__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 40px;
}

@media (min-width: 769px) {
  #select_benefit .select_benefit__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: row;
  }
}

#select_benefit .select_benefit__wrapper .select_benefit__item {
  width: 100%;
  padding: 40px 10px;
  height: 161px;
  border: 1px solid #041f45;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  position: relative;
  margin: 0 0 30px 0;
}

@media (min-width: 769px) {
  #select_benefit .select_benefit__wrapper .select_benefit__item {
    width: calc(100% / 3 - 15px);
    padding: 40px 10px;
    border: 1px solid #041f45;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    position: relative;
  }
}

#select_benefit .select_benefit__wrapper .select_benefit__item a {
  text-decoration: none !important;
}

#select_benefit .select_benefit__wrapper .select_benefit__item:hover {
  background: transparent linear-gradient(283deg, #d9b221 0%, #c19a0c 100%) 0%
    0% no-repeat padding-box;
}

#select_benefit .select_benefit__wrapper .select_benefit__item a:hover {
  color: #fff !important;
}

#select_benefit .select_benefit__wrapper .select_benefit__item::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 115px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #041f45;
  border-right: 3px solid #041f45;
  transform: rotate(135deg);
}

.select_benefit__maintitle {
  font-family:
    "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-size: 22px !important;
  display: block;
}

#select_benefit .select_benefit__wrapper .select_benefit__item a {
  color: #041f45 !important;
}

/* contact-button */

a.contact-button:hover {
  text-decoration: none !important;
}

.sp_fix_bar {
  position: fixed;
  bottom: 0;
  height: 40px;
  background-color: #a20000;
  color: #fff;
  width: 100%;
  z-index: 15;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.sp_fix_bar a {
  color: #fff;
  width: 100%;
}

.sp_fix_bar::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media (min-width: 769px) {
  .sp_fix_bar {
    display: none;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px !important;
}

@media (min-width: 769px) {
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px !important;
  }
}
/* advantage */
#advantage2027 {
  background-color: #fff;
  padding: 48px 60px;
}
#advantage2027 h2 {
  font-family: "Octin College";
  text-align: center;
  font-size: 60px;
  color: #041f45;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.subheading {
  color: #041f45;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.sliderItem {
  position: relative;
  counter-increment: cardNumber;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9ce2d+0,c5a736+100 */
  background: linear-gradient(to bottom, #f9ce2d 0%, #c5a736 100%);
}
.sliderItem_number {
  font-family: "Octin College";
  font-size: 72px;
  font-weight: bold;
  color: #00214b;
  position: absolute;
  left: 20px;
  top: 6px;
  line-height: 1em;
  text-shadow:
    3px 3px 0px #fff,
    -3px -3px 0px #fff,
    -3px 3px 0px #fff,
    3px -3px 0px #fff,
    3px 0 0px #fff,
    -3px 0 0px #fff,
    0 3px 0px #fff,
    0 -3px 0px #fff;
}

#page-seasonseat .card_slider {
  max-width: 932px;
  margin: 44px auto 0;
}
#page-seasonseat .card_slider .slick-track {
  display: flex;
}

#page-seasonseat .sliderItem {
  width: 290px;
  height: auto;
  padding: 40px 20px 10px;
  margin: 0 10px;
  color: #fff;
}
.sliderItem_imgwrapper img {
  display: block;
  margin-bottom: 12px;
}
.sliderItem_heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.21;
  margin-bottom: 10px;
}
#page-seasonseat .sliderItem_txt {
  font-size: 18px;
  line-height: 1.66;
  margin-bottom: 0;
  font-weight: bold;
}
#page-seasonseat .card_slider .slick-arrow {
  background-image: url("../imgs/2027/slide_arrow.svg");
  background-size: cover;
  width: 36px;
  height: auto;
  aspect-ratio: 36/46;
}

#page-seasonseat .card_slider .slick-prev {
  left: -50px;
}
#page-seasonseat .card_slider .slick-next {
  right: -50px;
  transform: translate(0, -50%) rotate(180deg);
}

#page-seasonseat .card_slider .slick-arrow::before {
  content: "";
}
@media (max-width: 769px) {
  #advantage2027 {
    padding: 48px 30px;
  }

  #advantage2027 h2 {
    font-size: 30px;
  }
  #page-seasonseat .sliderItem {
    padding: 20px 15px 10px;
  }

  #advantage2027 .subheading {
    font-size: 16px;
  }
  .sliderItem_heading {
    font-size: 18px;
  }
  .sliderItem_number {
    font-size: 35px;
    left: 15px;
    top: 2px;
  }

  #page-seasonseat .card_slider .slick-arrow {
    width: 18px;
  }
  #page-seasonseat .card_slider .slick-prev {
    left: -20px;
  }
  #page-seasonseat .card_slider .slick-next {
    right: -20px;
  }
  #page-seasonseat .sliderItem_txt {
    font-size: 16px;
  }
}

/* graph */
#graph {
  background-color: #f5f5f5;
  padding: 65px 20px 75px;
}
#graph h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  color: #041f45;
}
#graph .subheading {
  font-size: 30px;
  color: #041f45;
  width: fit-content;
  margin: 0 auto 22px;
  position: relative;
  line-height: 1.2;
}
#graph .subheading::after,
#graph .subheading::before {
  content: "";
  position: absolute;

  bottom: -6px;
  width: 3px;
  height: 29px;
  display: block;

  background-color: currentColor;
}
#graph .subheading::after {
  transform: rotate(-34deg);
  left: -24px;
}
#graph .subheading::before {
  transform: rotate(34deg);
  right: -24px;
}
.graphUnit {
  max-width: 1040px;
  margin: 60px auto 0;
  display: flex;
  gap: 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.graphItem {
  padding: 12px 30px 35px;
  text-align: center;
  color: #fff;
  width: 48%;
}

.graphUnit_heading {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #041f45;
  font-weight: bold;
  line-height: 1.2;
}
.graphUnit_heading br {
  display: none;
}
@media (max-width: 769px) {
  .graphUnit_heading {
    font-size: 18px;
  }
  .graphUnit_heading br {
    display: block;
  }
}

.graphItem:has(.graphItem-heading__02) {
  padding-bottom: 15px;
}
.graphItem-heading {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  min-height: 3.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #041f45;
}
.graphItem-heading.graphItem-heading__02 {
  min-height: 0em;
  margin-top: 20px;
}
#page-seasonseat .graphItem-body img {
  max-width: 90%;
  width: 338px;
}
@media (max-width: 769px) {
  #graph {
    padding: 48px 30px;
  }

  #graph h2 {
    font-size: 30px;
  }

  #graph .subheading {
    font-size: 16px;
  }

  #graph .subheading::after,
  #graph .subheading::before {
    height: 20px;
  }
  .graphItem-heading {
    font-size: 18px;
  }

  .graphUnit {
    gap: 20px;
    margin-top: 30px;

    justify-content: center;
  }
  .graphItem {
    min-width: 290px;
  }
}
