@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
.dummy {
  width: 100%;
  height: 200vh;
}

body {
  min-width: initial;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

button:focus {
  outline: none;
}

a {
  color: #000;
}

.annotation {
  margin: 0.5rem 0;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 988px) {
  .annotation {
    font-size: 10px;
  }
}

.category-navi__sp {
  display: none;
}

header {
  height: 80px;
  width: 100%;
  background-color: #FF8709;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: fixed;
  top: 0;
  z-index: calc(infinity);
}
@media only screen and (max-width: 988px) {
  header {
    height: 50px;
  }
}
header a {
  display: block;
  width: 300px;
}
@media only screen and (max-width: 988px) {
  header a {
    width: 150px;
  }
}
header a img {
  width: 100%;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.main .kv_wrap:before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/assets/img/tickets/season_seat/kv_pc.jpg) center center/cover no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 988px) {
  .main .kv_wrap:before {
    background: url("/assets/img/tickets/season_seat/kv_sp.jpg") center center/cover no-repeat;
  }
}
.main p {
  margin: 0;
}

.main_inner {
  background-color: #fff;
}

.h2_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 0 auto 30px;
}
.h2_ttl .eng_ttl {
  font-size: 50px;
  font-family: "DRIBBLE_font", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
}
.h2_ttl .eng_ttl span {
  font-family: "Oswald", sans-serif;
  display: inline;
  font-size: 44px;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .h2_ttl .eng_ttl span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 988px) {
  .h2_ttl .eng_ttl {
    font-size: 36px;
  }
}
.h2_ttl .jp_ttl {
  font-size: 14px;
  font-weight: bold;
}
.h2_ttl + p {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
.h2_ttl + p br {
  display: none;
}
@media only screen and (max-width: 988px) {
  .h2_ttl + p {
    font-size: 24px;
  }
  .h2_ttl + p br {
    display: initial;
  }
}

.label_ttl {
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 7px 17px;
  background-color: #FF8709;
  border-radius: 30px;
  margin: 0 auto 30px;
}

.orange_btn {
  display: block;
  width: 100%;
  max-width: 550px;
  height: 112px;
  position: relative;
  padding-inline: 110px 70px;
  margin-inline: auto;
  border-radius: 70px;
  background: linear-gradient(90deg, #ff8a00 40%, #ffb940 100%);
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 988px) {
  .orange_btn {
    padding-inline: 80px 30px;
    height: 90px;
  }
}
.orange_btn > img {
  width: 50px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 988px) {
  .orange_btn > img {
    width: 47px;
    left: 25px;
  }
}
.orange_btn > p {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.orange_btn > p .orange_btn_eng {
  font-size: 24px;
  font-family: "DRIBBLE", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .orange_btn > p .orange_btn_eng {
    font-size: 14px;
  }
}
.orange_btn > p .orange_btn_jp {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .orange_btn > p .orange_btn_jp {
    font-size: 18px;
  }
}
.orange_btn:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url(/assets/img/tickets/season_seat/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
@media only screen and (max-width: 988px) {
  .orange_btn:after {
    right: 25px;
  }
}
@media only screen and (min-width: 988px) {
  .orange_btn:hover:after {
    right: 45px;
  }
}

.blue_btn {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 112px;
  position: relative;
  padding-inline: 90px 66px;
  margin-inline: auto;
  border-radius: 70px;
  background: linear-gradient(90deg, #004067 0%, #206C9A 100%);
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 988px) {
  .blue_btn {
    padding-inline: 80px 30px;
    height: 90px;
  }
}
.blue_btn > img {
  width: 47px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 988px) {
  .blue_btn > img {
    width: 47px;
    left: 25px;
  }
}
.blue_btn > p {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.blue_btn > p .blue_btn_jp {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .blue_btn > p .blue_btn_jp {
    font-size: 18px;
  }
}
.blue_btn:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url(/assets/img/tickets/season_seat/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
@media only screen and (max-width: 988px) {
  .blue_btn:after {
    right: 25px;
  }
}
@media only screen and (min-width: 988px) {
  .blue_btn:hover:after {
    right: 45px;
  }
}

.link_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 988px) {
  .link_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.link_list a {
  max-width: 400px;
  height: 75px;
  padding-inline: 20px 30px;
  text-align: center;
}
.link_list a:after {
  right: 25px;
}
@media only screen and (min-width: 988px) {
  .link_list a:hover:after {
    right: 30px;
  }
}

.js-tab-contents > * {
  display: none;
}

.js-tab-contents > .is-active {
  display: block;
  line-height: 1.2;
}

.inner_style {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.inner_style_m {
  max-width: 800px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.kv_area {
  margin-top: calc(-100vh + 80px);
  height: 80vh;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 988px) {
  .kv_area {
    margin-top: calc(-100vh + 50px);
  }
}
.kv_area .kv_txt {
  width: 50%;
  height: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 7%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 988px) {
  .kv_area .kv_txt {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
  }
}
.kv_area .kv_txt p {
  display: flex;
  gap: 3%;
  width: 116%;
  margin: 0;
  padding-left: 8%;
}
@media only screen and (max-width: 988px) {
  .kv_area .kv_txt p {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    position: absolute;
    margin: 0 auto;
  }
  .kv_area .kv_txt p:nth-child(1) {
    top: 16vw;
  }
  .kv_area .kv_txt p:nth-child(2) {
    top: 26vw;
  }
  .kv_area .kv_txt p:nth-child(3) {
    top: 65%;
  }
}
.kv_area .kv_txt p img {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.kv_area .kv_txt p img.fade-in {
  opacity: 1;
}
.kv_area .kv_txt p .kv_txt_01 {
  width: 42%;
}
.kv_area .kv_txt p .kv_txt_02 {
  width: 36%;
}
.kv_area .kv_txt p .kv_txt_03 {
  width: 40%;
}
.kv_area .kv_txt p .kv_txt_04 {
  width: 14.7%;
}
.kv_area .kv_txt p .kv_txt_05 {
  width: 67%;
}
@media only screen and (max-width: 988px) {
  .kv_area .kv_txt p .kv_txt_05 {
    width: 90%;
  }
}

.lead_area {
  padding: 50vh 0 calc(20% + 82px);
  text-align: center;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  /* 背景画像 */
  background: url(/assets/img/tickets/season_seat/lead_bg.jpg) center center/cover;
  --mask-x: 0%;
  --mask-y: 0%;
  mask-position: var(--mask-x) var(--mask-y);
  -webkit-mask-position: var(--mask-x) var(--mask-y);
  will-change: mask-position;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/assets/img/tickets/season_seat/fog.webp);
  mask-image: url(/assets/img/tickets/season_seat/fog.webp);
  -webkit-mask-size: 250%;
  mask-size: 250%;
}
@media only screen and (max-width: 988px) {
  .lead_area {
    padding: 30vh 0 calc(20% + 22px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
  }
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_area_txt {
    position: relative;
  }
}
.lead_area .lead_inner + .lead_inner {
  margin-top: 4.5vw;
}
.lead_area .lead_inner p {
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease;
  font-size: 1.41vw;
  line-height: 3.1;
  font-weight: 900;
  color: #002d55;
}
.lead_area .lead_inner p br {
  display: none;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner p {
    font-size: 4vw;
    line-height: 2.8;
  }
  .lead_area .lead_inner p br {
    display: initial;
  }
}
.lead_area .lead_inner p.is-show {
  opacity: 1;
}
.lead_area .lead_inner p.txt_l {
  font-size: 1.94vw;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner p.txt_l {
    font-size: 6vw;
    line-height: 2;
  }
}
.lead_area .lead_inner p img {
  width: 120px;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_inner p img {
    width: 14%;
  }
}
.lead_area .lead_player img {
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease;
}
.lead_area .lead_player img.is-show {
  opacity: 1;
}
.lead_area .lead_player img.lead_player_img01 {
  width: 27%;
  top: calc(50vh + 1.5%);
  left: 11%;
  z-index: 11;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_player img.lead_player_img01 {
    top: initial;
    bottom: -6%;
    left: 9%;
    z-index: 11;
    width: 37%;
  }
}
.lead_area .lead_player img.lead_player_img02 {
  width: 16%;
  top: calc(50vh + 1.5%);
  right: 10%;
  z-index: 12;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_player img.lead_player_img02 {
    top: initial;
    bottom: -6%;
    width: 25%;
    right: 9%;
    z-index: 12;
  }
}
.lead_area .lead_player img.lead_player_img03 {
  width: 16%;
  top: calc(50vh + 11.5%);
  right: 18%;
  z-index: 13;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_player img.lead_player_img03 {
    width: 25%;
    top: 29%;
    right: -1%;
  }
}
.lead_area .lead_player img.lead_player_img04 {
  width: 19%;
  top: calc(50vh + 18%);
  left: 7%;
  z-index: 14;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_player img.lead_player_img04 {
    width: 26%;
    top: 42%;
    left: 1%;
  }
}
.lead_area .lead_player img.lead_player_img05 {
  width: 23.5%;
  top: calc(50vh + 24%);
  right: 5%;
  z-index: 15;
}
@media only screen and (max-width: 988px) {
  .lead_area .lead_player img.lead_player_img05 {
    width: 31.5%;
    top: 46%;
    right: -3%;
  }
}
.lead_area ul {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 30px;
  max-width: 830px;
  margin: 10% auto 0;
}
@media only screen and (max-width: 988px) {
  .lead_area ul {
    width: calc(100% - 40px);
    padding: 10px 20px;
    margin-top: 20%;
  }
}
.lead_area ul li a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  padding-block: 15px;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (min-width: 988px) {
  .lead_area ul li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 988px) {
  .lead_area ul li {
    gap: 20px;
    padding-block: 10px;
    font-size: 14px;
  }
}
.lead_area ul li time {
  color: #808080;
  font-weight: 500;
  word-break: keep-all;
}
.lead_area ul li p {
  color: #002d55;
  font-weight: bold;
  text-align: left;
}
.lead_area ul li + li {
  border-top: 1px solid #808080;
}

.bg-video {
  margin-top: -82px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
@media only screen and (max-width: 988px) {
  .bg-video {
    margin-top: -22px;
  }
}

.u3_scrollWrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 80px, 100% 0);
  margin-top: -82px;
}
@media only screen and (max-width: 988px) {
  .u3_scrollWrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 20px, 100% 0);
    margin-top: -22px;
  }
}

.u3_panel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u3_panel.u3_panel--first {
  background: linear-gradient(to bottom, #cee5fa, #c8e1f8);
  padding: 200px 0 0;
  flex-direction: column;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--first {
    padding: 80px 0 0;
  }
}
.u3_panel.u3_panel--first .u3_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--first .u3_ttl {
    gap: 1%;
    margin-bottom: 40px;
  }
}
.u3_panel.u3_panel--first .u3_ttl img {
  width: 78px;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--first .u3_ttl img {
    width: 7%;
  }
}
.u3_panel.u3_panel--first .u3_ttl p {
  font-size: 96px;
  line-height: 1;
  color: #FF8709;
  font-family: "DRIBBLE_font", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--first .u3_ttl p {
    font-size: 8vw;
  }
}
.u3_panel.u3_panel--first > p {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.85;
  color: #002d55;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--first > p {
    font-size: 14px;
    line-height: 2;
  }
}
.u3_panel.u3_panel--main {
  background: linear-gradient(to bottom, #c8e1f8, #a3cdf8);
  height: 100vh;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--main {
    padding-top: 0;
  }
}
.u3_panel.u3_panel--main .is-active {
  opacity: 1;
  visibility: inherit;
}
.u3_panel.u3_panel--main .u2_circle {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 17%;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--main .u2_circle {
    width: 70%;
    height: auto;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    aspect-ratio: 1/1;
  }
}
.u3_panel.u3_panel--main .u2_circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
}
.u3_panel.u3_panel--main .u3_img {
  width: calc(100% - 40px);
  margin: 0 auto 60px;
  max-width: 800px;
  display: block;
}
@media only screen and (max-width: 988px) {
  .u3_panel.u3_panel--main .u3_img {
    margin: 0 auto 30px;
  }
}
.u3_panel.u3_panel--last {
  background: #a3cdf8 url(/assets/img/tickets/season_seat/u3_bg.jpg) bottom center/100% no-repeat;
  padding-bottom: 35%;
  flex-direction: column;
}
.u3_panel.u3_panel--last > a {
  width: calc(100% - 40px);
  max-width: 920px;
  display: block;
  margin: 0 auto;
  transition: 0.2s ease;
}
.u3_panel.u3_panel--last > a img {
  width: 100%;
}
@media only screen and (min-width: 988px) {
  .u3_panel.u3_panel--last > a:hover {
    opacity: 0.7;
  }
}

.u3_table {
  width: calc(100% - 40px);
  max-width: 920px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 988px) {
  .u3_table {
    margin-bottom: 29px;
  }
}
.u3_table dl {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  max-width: 920px;
  border: 1px solid #c6c6c6;
}
.u3_table dl:nth-child(1) {
  border-bottom: none;
}
@media only screen and (max-width: 988px) {
  .u3_table dl {
    display: block;
  }
}
.u3_table dl dt {
  padding: 20px 40px;
  background-color: #002d55;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  border: 1px solid #c6c6c6;
}
@media only screen and (max-width: 988px) {
  .u3_table dl dt {
    padding: 8px;
  }
}
.u3_table dl dt p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .u3_table dl dt p {
    font-size: 18px;
  }
}
.u3_table dl dd {
  padding: 20px 40px;
  background-color: #fff;
  width: 100%;
  border: 1px solid #c6c6c6;
}
@media only screen and (max-width: 988px) {
  .u3_table dl dd {
    padding: 15px 28px;
  }
}
.u3_table dl dd p {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 988px) {
  .u3_table dl dd p {
    font-size: 18px;
  }
}
.u3_table dl dd p small {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 988px) {
  .u3_table dl dd p small {
    font-size: 10px;
  }
}

.u3_panel--main {
  position: relative;
}

.u3_mainSticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u3_stepItem {
  position: absolute;
  will-change: transform, opacity;
}

.anchor_link {
  width: 100%;
  background-color: #002d55;
  height: 94px;
}
@media only screen and (max-width: 988px) {
  .anchor_link {
    height: 142px;
  }
}
.anchor_link ul {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor_link ul li {
  width: 20%;
}
@media only screen and (max-width: 988px) {
  .anchor_link ul li {
    width: 33.33%;
  }
}
.anchor_link ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .anchor_link ul li a {
    font-size: 16px;
  }
}
.anchor_link ul li a:after {
  content: "";
  width: 10px;
  height: 5px;
  background-image: url(/assets/img/tickets/season_seat/anchor_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.anchor_link ul li a:hover:after {
  transform: translateY(5px);
}

.purchase_benefits {
  background: #FF8709 url(/assets/img/tickets/season_seat/purchase_bg_pc.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  width: 100%;
  height: auto;
  padding-block: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits {
    height: auto;
    padding: 60px 20px 0;
    background-image: url(/assets/img/tickets/season_seat/purchase_bg_sp.jpg);
  }
}
.purchase_benefits .jp_ttl {
  color: #fff;
}
.purchase_benefits .slides_area {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area {
    display: block;
  }
}
.purchase_benefits .slides_area .box-01 {
  width: 302px;
  position: absolute;
  padding-right: 5px;
  left: calc(50% - 567px);
  top: -386px;
  z-index: 1;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-01 {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 auto;
    background-color: initial;
  }
}
.purchase_benefits .slides_area .box-01 img {
  width: 100%;
  transform: translateY(200px);
  transition: transform 0.2s ease;
  will-change: transform;
}
.purchase_benefits .slides_area .box-01 img.is-show {
  transform: translateY(0);
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-01 img {
    max-width: 400px;
    transform: translateY(0);
    margin: 0 auto;
    display: block;
  }
}
.purchase_benefits .slides_area .box-02 {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-02 {
    width: 100%;
  }
}
.purchase_benefits .slides_area .box-02 .slides-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-02 .slides-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.purchase_benefits .slides_area .box-02 .slide {
  background-color: #fff;
  border-radius: 30px;
  flex: 0 0 290px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-02 .slide {
    width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.purchase_benefits .slides_area .box-02 .slide img.slide_icon {
  width: 130px;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-02 .slide img.slide_icon {
    width: 50px;
    padding-block: 6px;
    order: 1;
  }
}
.purchase_benefits .slides_area .box-02 .slide img.slide_img {
  width: 100%;
}
.purchase_benefits .slides_area .box-02 .slide .slide_ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  color: #FF8709;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-02 .slide .slide_ttl {
    order: 2;
    width: calc(100% - 70px);
    text-align: left;
  }
}
.purchase_benefits .slides_area .box-02 .slide .slide_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .purchase_benefits .slides_area .box-02 .slide .slide_txt {
    width: 100%;
    text-align: center;
    order: 3;
  }
}
.purchase_benefits .slides_area .box-02 .slide .slide_txt small {
  font-size: 12px;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.seats_price {
  position: relative;
  color: #fff;
}
.seats_price .ttl_area {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
}
.seats_price .ttl_area .jp_ttl {
  color: #fff;
}
@media only screen and (max-width: 988px) {
  .seats_price .ttl_area {
    width: 100%;
  }
}
.seats_price .eyecatch {
  position: relative;
  height: 400lvh;
}
.seats_price .eyecatch__container {
  position: sticky;
  top: 0;
  height: 100lvh;
  width: 100%;
  overflow: hidden;
}
.seats_price .eyecatch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.seats_price .eyecatch__viewport {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0);
}
.seats_price .eyecatch__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.seats_price .eyecatch__logo {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -60%);
  color: #fff;
  font-size: clamp(20px, 3vw, 32px);
  text-align: center;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .seats_price .eyecatch__logo {
    top: 35%;
  }
}

.seat_area {
  margin-bottom: 70px;
}
@media only screen and (max-width: 988px) {
  .seat_area {
    margin-bottom: 30px;
  }
}
.seat_area .seat_area_inner {
  padding-block: 120px 0;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner {
    padding-block: 60px 0;
  }
}
.seat_area .seat_area_inner > img {
  width: 100%;
}
.seat_area .seat_area_inner .seat_area_tab_area {
  margin: 70px auto 0;
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area {
    margin: 30px auto 0;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li {
  width: 100%;
  height: 56px;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li {
    height: 50px;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  border: none;
  transition: 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li button:hover {
    opacity: 0.7;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li:nth-child(1) button {
  background-color: #EA4D08;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li:nth-child(2) button {
  background-color: #E9C100;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li:nth-child(3) button {
  background-color: #347FC5;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li:nth-child(4) button {
  background-color: #8DC556;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li:nth-child(5) button {
  background-color: #22B9D8;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_list li:nth-child(6) button {
  background-color: #EE7A00;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .seat_img_area {
  position: relative;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .seat_img_area img {
  line-height: 0;
  font-size: 0;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .seat_img_area .seat_photo {
  width: 100%;
  position: relative;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .seat_img_area .seat_map {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28%;
  z-index: 1;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn {
  width: 100%;
  padding: 20px 80px 20px 30px;
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn:hover {
    opacity: 0.7;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > p {
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > p {
    font-size: 18px;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div p {
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div p {
    text-align: left;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div p.seat_name {
  font-weight: bold;
  font-size: 30px;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div p.seat_name {
    font-size: 24px;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div p.seat_price {
  font-size: 20px;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div p.seat_price {
    font-size: 18px;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > div > div p.seat_price span {
  font-weight: bold;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 50px;
}
@media only screen and (max-width: 988px) {
  .seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box .modal_open_btn > img {
    width: 37px;
    top: initial;
    right: 10px;
    bottom: 10px;
  }
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box:nth-child(1) .modal_open_btn {
  background-color: #ffe3d7;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box:nth-child(2) .modal_open_btn {
  background-color: #fff8d8;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box:nth-child(3) .modal_open_btn {
  background-color: #e2f1ff;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box:nth-child(4) .modal_open_btn {
  background-color: #eeffde;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box:nth-child(5) .modal_open_btn {
  background-color: #dffaff;
}
.seat_area .seat_area_inner .seat_area_tab_area .seat_area_tab_content_box:nth-child(6) .modal_open_btn {
  background-color: #fff6ed;
}

/* 初期非表示 */
.modal {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: calc(infinity);
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* オーバーレイ */
.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: calc(infinity);
  padding-block: 20px;
}

/* コンテンツ */
.modal__container {
  background: #fff;
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 80px 40px 40px;
  overflow-y: auto;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 988px) {
  .modal__container {
    padding: 50px 20px 20px;
  }
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  background-image: url(/assets/img/tickets/season_seat/modal_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (max-width: 988px) {
  .modal__close {
    width: 25px;
    height: 25px;
  }
}

.modal_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-block: 33px;
}
@media only screen and (max-width: 988px) {
  .modal_bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal_bottom > img {
  width: 100%;
}
.modal_bottom .modal_bottom_txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1;
}
.modal_bottom .modal_bottom_txt h3 {
  font-size: 30px;
}
@media only screen and (max-width: 988px) {
  .modal_bottom .modal_bottom_txt h3 {
    font-size: 24px;
  }
}
.modal_bottom .modal_bottom_txt > div {
  display: flex;
  gap: 14px;
}
@media only screen and (max-width: 988px) {
  .modal_bottom .modal_bottom_txt > div {
    flex-direction: column;
  }
}
.modal_bottom .modal_bottom_txt > div .seat_price {
  font-size: 20px;
}
@media only screen and (max-width: 988px) {
  .modal_bottom .modal_bottom_txt > div .seat_price {
    font-size: 18px;
  }
}
.modal_bottom .modal_bottom_txt > div .seat_price span {
  font-weight: bold;
}
.modal_bottom .modal_bottom_txt .seat_txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .modal_bottom .modal_bottom_txt .seat_txt {
    font-size: 14px;
  }
}
.modal_bottom .modal_bottom_txt .seat_txt small {
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 988px) {
  .modal_bottom .modal_bottom_txt .seat_txt small {
    font-size: 10px;
  }
}

.seat-slider {
  position: relative;
}
.seat-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.seat-slider .seat-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 10;
}
.seat-slider .seat-nav .seat-label {
  font-weight: bold;
  font-size: 16px;
}
.seat-slider .seat-nav .seat-prev,
.seat-slider .seat-nav .seat-next {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-image: url(/assets/img/tickets/season_seat/modal_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
}
.seat-slider .seat-nav .seat-prev {
  transform: rotate(180deg);
}
.seat-slider .seat-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seat-slider .seat-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.seat-slider .seat-pagination .swiper-pagination-bullet-active {
  background: #FF8709;
}
@media only screen and (max-width: 988px) {
  .seat-slider img {
    height: 200px;
    object-fit: cover;
  }
  .seat-slider .seat-nav {
    bottom: 20px;
    gap: 12px;
  }
  .seat-slider .seat-nav .seat-prev,
  .seat-slider .seat-nav .seat-next {
    width: 20px;
    height: 20px;
  }
}

.price_off {
  position: relative;
  font-size: 36px;
  color: #002d55;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto 40px !important;
  text-align: center;
  width: fit-content;
}
@media only screen and (max-width: 988px) {
  .price_off {
    font-size: 24px;
    margin: 0 auto 27px !important;
  }
}
.price_off span {
  font-size: 48px;
  color: #FF8709;
}
@media only screen and (max-width: 988px) {
  .price_off span {
    font-size: 30px;
  }
}
.price_off::before, .price_off:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 52px;
  background-color: #002d55;
}
@media only screen and (max-width: 988px) {
  .price_off::before, .price_off:after {
    width: 4px;
    bottom: -12px;
  }
}
.price_off:before {
  left: -30px;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 988px) {
  .price_off:before {
    left: -20px;
  }
}
.price_off:after {
  right: -30px;
  transform: rotate(30deg);
}
@media only screen and (max-width: 988px) {
  .price_off:after {
    right: -20px;
  }
}

@media only screen and (max-width: 988px) {
  .table_style_wrap {
    overflow-y: scroll;
  }
}

.tab_style {
  width: 100%;
}
.tab_style .tab_style_buttons {
  width: 100%;
  height: 66px;
  margin-bottom: 20px;
  display: flex;
}
@media only screen and (max-width: 988px) {
  .tab_style .tab_style_buttons {
    height: 60px;
  }
}
.tab_style .tab_style_buttons li {
  width: 50%;
  height: 100%;
}
.tab_style .tab_style_buttons li button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FF8709;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  color: #000;
}
@media only screen and (min-width: 988px) {
  .tab_style .tab_style_buttons li button:hover {
    background-color: #FF8709;
    color: #fff;
  }
}
.tab_style .tab_style_buttons li.is-active button {
  background-color: #FF8709;
  color: #fff;
}
.tab_style .tab_style_buttons li.is-active button:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 20px;
  background: #FF8709;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0 0%);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.table_style {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-collapse: collapse;
}
.table_style th,
.table_style td {
  border: 1px solid #c6c6c6;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 16px;
  vertical-align: middle;
}
.table_style th br,
.table_style td br {
  display: none;
}
@media only screen and (max-width: 988px) {
  .table_style th,
  .table_style td {
    font-size: 12px;
    padding: 9px;
    text-align: center;
  }
  .table_style th br,
  .table_style td br {
    display: initial;
  }
}
.table_style thead tr th {
  background-color: #002d55;
  color: #fff;
}
.table_style tbody tr th {
  text-align: center;
}
.table_style tbody tr th:nth-child(2) {
  background-color: #FFF799;
}
.table_style tbody tr td:nth-child(1) {
  color: #fff;
}
@media only screen and (max-width: 988px) {
  .table_style tbody tr td:nth-child(1) {
    display: table-cell;
    word-break: keep-all;
  }
}
.table_style tbody tr td:nth-child(1) span {
  padding: 3px 14px;
  font-size: 12px;
  border-radius: 40px;
  background-color: #fff;
  margin-left: 10px;
  word-break: keep-all;
}
@media only screen and (max-width: 988px) {
  .table_style tbody tr td:nth-child(1) span {
    padding: 3px 10px;
    font-size: 10px;
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }
}
.table_style tbody tr td:nth-child(2) {
  background-color: #FFF799;
  font-weight: 900;
  font-size: 20px;
  word-break: keep-all;
}
@media only screen and (max-width: 988px) {
  .table_style tbody tr td:nth-child(2) {
    font-size: 14px;
  }
}
.table_style tbody tr td:nth-child(2) span {
  padding: 4px 7px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  background-color: #F10000;
  margin-left: 10px;
  word-break: keep-all;
}
@media only screen and (max-width: 988px) {
  .table_style tbody tr td:nth-child(2) span {
    padding: 4px 5px;
    font-size: 10px;
    margin-top: 5px;
    display: inline-block;
    margin-left: 0;
  }
}
.table_style tbody tr td:nth-child(3), .table_style tbody tr td:nth-child(4) {
  text-align: right;
  font-size: 18px;
}
@media only screen and (max-width: 988px) {
  .table_style tbody tr td:nth-child(3), .table_style tbody tr td:nth-child(4) {
    font-size: 12px;
  }
}
.table_style tbody tr td.ss {
  background-color: #EA4D08;
}
.table_style tbody tr td.ss span {
  color: #EA4D08;
}
.table_style tbody tr td.s {
  background-color: #E9C100;
}
.table_style tbody tr td.s span {
  color: #E9C100;
}
.table_style tbody tr td.a {
  background-color: #347FC5;
}
.table_style tbody tr td.a span {
  color: #347FC5;
}
.table_style tbody tr td.b {
  background-color: #8DC556;
}
.table_style tbody tr td.b span {
  color: #8DC556;
}
.table_style tbody tr td.ff {
  background-color: #22B9D8;
}
.table_style tbody tr td.ff span {
  color: #22B9D8;
}
.table_style tbody tr td.sf {
  background-color: #EE7A00;
}
.table_style tbody tr td.sf span {
  color: #EE7A00;
}

.price_link_txt {
  color: #002d55;
  font-weight: 900;
  text-align: center;
  margin: 70px auto 27px !important;
  font-size: 30px;
  line-height: 1.2;
}
.price_link_txt br {
  display: none;
}
@media only screen and (max-width: 988px) {
  .price_link_txt {
    margin: 30px auto 15px !important;
    font-size: 20px;
  }
  .price_link_txt br {
    display: initial;
  }
}

.price_inner {
  padding-bottom: 120px;
}
@media only screen and (max-width: 988px) {
  .price_inner {
    padding-bottom: 60px;
  }
}

.loop-slider {
  overflow: hidden;
  width: 100%;
}

.loop-track {
  display: flex;
  width: max-content;
}

.loop-item {
  flex: 0 0 auto;
}
.loop-item img {
  display: block;
  width: 330px;
  height: auto;
}
@media only screen and (max-width: 988px) {
  .loop-item img {
    width: 190px;
  }
}

.apply_area {
  padding-block: 120px;
}
@media only screen and (max-width: 988px) {
  .apply_area {
    padding-block: 60px;
  }
}
.apply_area .h2_ttl .eng_ttl {
  -webkit-text-stroke: 1px #002d55;
}
.apply_area .h2_ttl .jp_ttl {
  color: #002d55;
}
.apply_area .apply_img {
  width: 674px;
  margin: 0 auto 70px;
  display: block;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply_img {
    width: calc(100% - 40px);
    max-width: 290px;
    margin: 0 auto 30px;
  }
}
.apply_area .apply-slider {
  padding: 0;
  position: relative;
}
.apply_area .apply-slider .swiper-slide {
  width: 800px;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider .swiper-slide {
    width: 100%;
  }
}
.apply_area .apply-slider .swiper-wrapper {
  align-items: stretch;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider {
    padding: 0 20px;
    width: 100%;
  }
}
.apply_area .apply-slider .apply-box {
  border: 6px solid #FF8709;
  border-radius: 30px;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 37px;
  height: auto;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider .apply-box {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
    height: 100%;
  }
}
.apply_area .apply-slider .apply-box > img {
  width: 180px;
  margin-inline: auto;
}
.apply_area .apply-slider .apply-box .apply-box_txt {
  flex: 1;
}
.apply_area .apply-slider .apply-box .apply-box_txt h4 {
  border-bottom: 2px solid #FF8709;
  padding-bottom: 10px;
  color: #FF8709;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider .apply-box .apply-box_txt h4 {
    margin-bottom: 20px;
  }
}
.apply_area .apply-slider .apply-box .apply-box_txt h4 span:nth-child(1) {
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider .apply-box .apply-box_txt h4 span:nth-child(1) {
    font-size: 24px;
  }
}
.apply_area .apply-slider .apply-box .apply-box_txt h4 span:nth-child(2) {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider .apply-box .apply-box_txt h4 span:nth-child(2) {
    font-size: 18px;
  }
}
.apply_area .apply-slider .apply-box .apply-box_txt p {
  font-size: 16px;
  line-height: 1.43;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-slider .apply-box .apply-box_txt p {
    font-size: 14px;
  }
}
.apply_area .apply-prev,
.apply_area .apply-next {
  position: absolute;
  width: 32px;
  height: 35px;
  cursor: pointer;
  background-image: url(/assets/img/tickets/season_seat/modal_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-prev,
  .apply_area .apply-next {
    display: none;
  }
}
.apply_area .apply-prev {
  transform: rotate(180deg) translateY(50%);
  left: calc(50% - 470px);
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-prev {
    left: 2px;
  }
}
.apply_area .apply-next {
  right: calc(50% - 470px);
}
@media only screen and (max-width: 988px) {
  .apply_area .apply-next {
    right: 2px;
  }
}
.apply_area .orange_btn {
  width: calc(100% - 40px);
  margin-top: 60px;
}
@media only screen and (max-width: 988px) {
  .apply_area .orange_btn {
    margin-top: 30px;
  }
}

.faq_area {
  background-color: #E6E6E6;
  padding-block: 120px;
}
@media only screen and (max-width: 988px) {
  .faq_area {
    padding-block: 60px;
  }
}
.faq_area .h2_ttl .eng_ttl {
  -webkit-text-stroke: 1px #002d55;
}
.faq_area .h2_ttl .jp_ttl {
  color: #002d55;
}
.faq_area .tab_style .tab_style_buttons li button {
  border: 3px solid #002d55;
  color: #002d55;
}
@media only screen and (min-width: 988px) {
  .faq_area .tab_style .tab_style_buttons li:hover button {
    background-color: #CCD9E1;
  }
}
.faq_area .tab_style .tab_style_buttons li.is-active button {
  background-color: #002d55;
  color: #fff;
  pointer-events: none;
}
.faq_area .tab_style .tab_style_buttons li.is-active button:after {
  background-color: #002d55;
}
.faq_area .tab_style .tab_style_buttons li:nth-child(2) button {
  border-left: none;
  border-right: none;
}

.attention_area {
  background-color: #F3F3F3;
  padding-block: 120px;
}
@media only screen and (max-width: 988px) {
  .attention_area {
    padding-block: 60px;
  }
}
.attention_area .h2_ttl .eng_ttl {
  -webkit-text-stroke: 1px #002d55;
}
.attention_area .h2_ttl .jp_ttl {
  color: #002d55;
}
.attention_area ul li {
  padding-block: 15px;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .attention_area ul li {
    font-size: 14px;
    padding-left: 18px;
  }
}
.attention_area ul li:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #002d55;
  border-radius: 8px;
}
@media only screen and (max-width: 988px) {
  .attention_area ul li:before {
    width: 13px;
    height: 13px;
    top: 20px;
  }
}

.faq_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq_list li {
  width: 100%;
}
.faq_list li button {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #E9EFF3;
  align-items: center;
  gap: 20px;
  border: none;
  padding: 0 60px 0 0;
}
@media only screen and (max-width: 988px) {
  .faq_list li button {
    min-height: 60px;
    height: auto;
    align-items: stretch;
  }
}
.faq_list li button span.faq-q {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002d55;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "DRIBBLE_font", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .faq_list li button span.faq-q {
    font-size: 18px;
    width: 35px;
    height: auto;
  }
}
.faq_list li button span.faq-q-txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  color: #000;
  flex: 1;
}
@media only screen and (max-width: 988px) {
  .faq_list li button span.faq-q-txt {
    font-size: 14px;
    padding-block: 10px;
    display: flex;
    align-items: center;
  }
}
.faq_list li button:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background: url(/assets/img/tickets/season_seat/accordion_icon.svg) center center/cover no-repeat;
  transition: 0.2s ease;
}
@media only screen and (max-width: 988px) {
  .faq_list li button:before {
    right: 16px;
  }
}
.faq_list li button.is-open:before {
  transform: translateY(-50%) rotate(45deg);
}
.faq_list li .faq-a {
  background-color: #fff;
}
.faq_list li .faq-a .faq-a_inner {
  padding: 20px;
}
@media only screen and (max-width: 988px) {
  .faq_list li .faq-a .faq-a_inner {
    padding: 30px 20px;
  }
}
.faq_list li .faq-a p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .faq_list li .faq-a p {
    font-size: 14px;
  }
}
.faq_list li .faq-a p a {
  text-decoration: none;
  color: #FF8709;
}
@media only screen and (min-width: 988px) {
  .faq_list li .faq-a p a:hover {
    opacity: 0.7;
  }
}

.js-accordion .js-acc-trigger {
  cursor: pointer;
}
.js-accordion .js-acc-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  box-sizing: border-box;
}

.corporate_area {
  background: #002d55 url("/assets/img/tickets/season_seat/corporate_bg.jpg") center center/cover no-repeat;
  background-attachment: fixed;
  padding-block: 120px;
}
@media only screen and (max-width: 988px) {
  .corporate_area {
    padding-block: 60px;
  }
}
.corporate_area .ttl_area .jp_ttl {
  color: #fff;
}
@media only screen and (max-width: 988px) {
  .corporate_area .ttl_area {
    width: 100%;
  }
}
.corporate_area .ttl_area .h2_ttl + p {
  color: #fff;
}
.corporate_area .corporate_panel {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 100px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel {
    padding: 50px 20px;
    gap: 30px;
  }
}
.corporate_area .corporate_panel .corporate_lead {
  color: #002d55;
  text-align: center;
  font-weight: bold;
}
.corporate_area .corporate_panel .corporate_lead .corporate_lead_ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_lead .corporate_lead_ttl {
    font-size: 18px;
  }
}
.corporate_area .corporate_panel .corporate_lead .corporate_lead_txt {
  font-size: 16px;
  line-height: 1.56;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_lead .corporate_lead_txt {
    font-size: 14px;
  }
}
.corporate_area .corporate_panel .corporate_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.corporate_area .corporate_panel .corporate_list li {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_list li {
    gap: 10px;
    flex-direction: row;
  }
}
.corporate_area .corporate_panel .corporate_list li img {
  width: 100%;
  max-width: 153px;
  display: block;
  margin-inline: auto;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_list li img {
    width: 80px;
    height: 80px;
  }
}
.corporate_area .corporate_panel .corporate_list li div {
  flex: 1;
  font-weight: bold;
}
.corporate_area .corporate_panel .corporate_list li div h4 {
  color: #FF8709;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_list li div h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.corporate_area .corporate_panel .corporate_list li div p {
  font-size: 16px;
  line-height: 1.4;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_list li div p {
    font-size: 14px;
  }
}
.corporate_area .corporate_panel > a {
  width: 100%;
  max-width: 720px;
  display: block;
  margin: 0 auto;
  transition: 0.2s ease;
}
.corporate_area .corporate_panel > a img {
  width: 100%;
}
@media only screen and (min-width: 988px) {
  .corporate_area .corporate_panel > a:hover {
    opacity: 0.7;
  }
}
.corporate_area .corporate_panel .corporate_period img {
  width: 674px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 988px) {
  .corporate_area .corporate_panel .corporate_period img {
    width: calc(100% - 40px);
    max-width: 290px;
    margin: 0 auto;
  }
}

.subscription {
  border-radius: 30px;
  background-color: #fff;
  padding: 30px;
  max-width: 830px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
@media only screen and (max-width: 988px) {
  .subscription {
    width: calc(100% - 40px);
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.subscription h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .subscription h2 {
    font-size: 22px;
  }
}
.subscription .u3_table {
  width: 100%;
  margin: 0 auto;
}
.subscription > p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .subscription > p {
    font-size: 18px;
  }
}
.subscription > a {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 70px;
  position: relative;
  margin-inline: auto;
  border-radius: 70px;
  background: #FF8709;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .subscription > a {
    height: 75px;
    max-width: 310px;
  }
}
.subscription > a > p {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.subscription > a > p .btn_jp {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .subscription > a > p .btn_jp {
    font-size: 18px;
  }
}
.subscription > a:after {
  content: "";
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 5px;
  height: 10px;
  background-image: url(/assets/img/tickets/season_seat/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
@media only screen and (max-width: 988px) {
  .subscription > a:after {
    right: 40px;
  }
}
@media only screen and (min-width: 988px) {
  .subscription > a:hover:after {
    top: calc(50% + 3px);
  }
}