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

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- 全体

================================================ */
.seasonseat-body {
  padding-top: 64px;
  padding-bottom: 120px;
}

.seasonseat-page {
  margin-top: 68px;
}

.seasonseat-page.-corporateSeasonseat {
  margin-top: 0;
}

.seasonseat-page.-corporateTicket {
  margin-top: 100px;
  padding-top: 100px;
  border-top: solid 1px #3b496c;
}

.seasonseat-mv {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.seasonseat-sc__ttl {
  padding-bottom: 14px;
  border-bottom: solid 1px #3b496c;
}
.seasonseat-sc__ttl span {
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-body {
    padding-top: 64px;
    padding-bottom: 100px;
  }
  .seasonseat-page {
    margin-top: 68px;
  }
  .seasonseat-page.-corporateSeasonseat {
    margin-top: 0;
  }
  .seasonseat-page.-corporateTicket {
    margin-top: 80px;
    padding-top: 70px;
    border-top: solid 1px #3b496c;
  }
  .seasonseat-mv {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  .seasonseat-sc__ttl {
    padding-bottom: 14px;
  }
  .seasonseat-sc__ttl span {
    font-size: 6.4vw;
  }
  .seasonseat-sc__inner {
    padding: 0 6.4vw;
  }
}
/* ================================================

- シーズンシートのメリット

================================================ */
.seasonseat-sc.-merit {
  margin-top: 130px;
}

.seasonseat-merit {
  margin-top: 43px;
}

.seasonseat-merit__list {
  counter-reset: item;
}
.seasonseat-merit__list li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: -1px;
  left: 9px;
  font-size: 2.5rem;
  color: #209bea;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}

.seasonseat-merit__item {
  padding-left: 50px;
  position: relative;
}

.seasonseat-merit__item:not(:first-of-type) {
  margin-top: 44px;
}

.seasonseat-merit__summary dt {
  font-size: 1.25rem;
  line-height: 1.434;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.seasonseat-merit__summary dd {
  margin-top: 9px;
}
.seasonseat-merit__summary dd p {
  font-size: 0.9375rem;
  line-height: 1.867;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-merit {
    margin-top: 90px;
  }
  .seasonseat-merit {
    margin-top: 40px;
  }
  .seasonseat-merit__list li:before {
    top: -1px;
    left: 0;
    font-size: 10.1333333333vw;
  }
  .seasonseat-merit__item {
    padding-left: 9.333vw;
  }
  .seasonseat-merit__item:not(:first-of-type) {
    margin-top: 44px;
  }
  .seasonseat-merit__summary dt {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .seasonseat-merit__summary dd {
    margin-top: 9px;
  }
  .seasonseat-merit__summary dd p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- 対象試合

================================================ */
.seasonseat-sc.-matches {
  margin-top: 120px;
}

.seasonseat-matches {
  margin-top: 40px;
}

.seasonseat-matches__summary p {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}
.seasonseat-matches__summary p span {
  display: block;
  margin-top: 18px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-matches {
    margin-top: 80px;
  }
  .seasonseat-matches {
    margin-top: 40px;
  }
  .seasonseat-matches__summary p {
    font-size: 5.0666666667vw;
    line-height: 1.6;
  }
  .seasonseat-matches__summary p span {
    margin-top: 15px;
    font-size: 3.7333333333vw;
    line-height: 1.867;
  }
}
/* ================================================

- 販売スケジュール

================================================ */
.seasonseat-sc.-schedule {
  margin-top: 125px;
}

.seasonseat-sc.-schedule + .seasonseat-sc.-schedule {
  margin-top: 80px;
}

.seasonseat-schedule {
  margin-top: 44px;
}

.seasonseat-schedule__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1px), 1fr));
  gap: 2px;
}

.seasonseat-schedule__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 38px 22px 39px;
  background-color: #172a5a;
}

.seasonseat-schedule__category {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.seasonseat-schedule__category dt {
  padding-left: 25px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.seasonseat-schedule__category dt small {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.seasonseat-schedule__category dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #209bea;
}
.seasonseat-schedule__category dd {
  padding-left: 25px;
  margin-top: 10px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.seasonseat-schedule__category dd span {
  font-size: 1.75rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-schedule {
    margin-top: 85px;
  }
  .seasonseat-sc.-schedule + .seasonseat-sc.-schedule {
    margin-top: 40px;
  }
  .seasonseat-schedule {
    margin-top: 40px;
  }
  .seasonseat-schedule__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .seasonseat-schedule__item {
    width: 100%;
    padding: 38px 5.333vw 39px;
  }
  .seasonseat-schedule__category dt {
    padding-left: 6.133vw;
    font-size: 4.5333333333vw;
  }
  .seasonseat-schedule__category dt small {
    font-size: 3.4666666667vw;
  }
  .seasonseat-schedule__category dd {
    padding-left: 6.133vw;
    margin-top: 10px;
    font-size: 5.0666666667vw;
  }
  .seasonseat-schedule__category dd span {
    font-size: 7.2vw;
  }
}
/* ================================================

- シーズンシート特典

================================================ */
.seasonseat-sc.-benefits {
  margin-top: 130px;
}

.seasonseat-benefits {
  margin-top: 50px;
}

.seasonseat-benefits__list {
  counter-reset: item;
}
.seasonseat-benefits__list li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 40px;
  padding-top: 6px;
  padding-right: 7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.875rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  background-color: #0e2c7b;
  -webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
}

.seasonseat-benefits__item {
  padding-left: 70px;
  font-size: 1.25rem;
  line-height: 1.434;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
}
.seasonseat-benefits__item span {
  display: block;
  margin-top: 4px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.seasonseat-benefits__item:not(:first-of-type) {
  margin-top: 27px;
}

.seasonseat-benefits__images {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 12px;
  margin-top: 40px;
}

.seasonseat-benefits__images.-s2024 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px 40px;
}

.seasonseat-benefits__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.seasonseat-benefits__summary p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.seasonseat-benefits__summary .m-fz15-lh17 p {
  font-size: 0.9375rem;
}

.seasonseat-benefits__image.-s2024 {
  width: 280px;
}

.seasonseat-benefits__image {
  width: calc(33.3333333333% - 8px);
}
.seasonseat-benefits__image figcaption {
  display: block;
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1.434;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-benefits {
    margin-top: 90px;
  }
  .seasonseat-benefits {
    margin-top: 40px;
  }
  .seasonseat-benefits__list {
    counter-reset: item;
  }
  .seasonseat-benefits__list li:before {
    width: 13.333vw;
    height: 9.867vw;
    padding-top: 1.6vw;
    padding-right: 1.867vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 7.4666666667vw;
  }
  .seasonseat-benefits__item {
    padding-left: 17.6vw;
    font-size: 4.5333333333vw;
    line-height: 1.434;
  }
  .seasonseat-benefits__item span {
    font-size: 3.7333333333vw;
  }
  .seasonseat-benefits__item:not(:first-of-type) {
    margin-top: 27px;
  }
  .seasonseat-benefits__images {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.2vw;
    margin-top: 40px;
  }
  .seasonseat-benefits__images.-s2024 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .seasonseat-benefits__summary {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .seasonseat-benefits__summary p {
    font-size: 4.5333333333vw;
  }
  .seasonseat-benefits__summary .m-fz15-lh17 p {
    font-size: 3.7333333333vw;
  }
  .seasonseat-benefits__image.-s2024 {
    max-width: 280px;
    width: 100%;
  }
  .seasonseat-benefits__image {
    width: calc(50% - 1.6vw);
  }
  .seasonseat-benefits__image figcaption {
    margin-top: 5px;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- 会場図

================================================ */
.seasonseat-sc.-arena {
  margin-top: 130px;
}

.seasonseat-tab {
  margin-top: 50px;
}

.seasonseat-arena {
  margin-top: 62px;
}

.seasonseat-arena__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-right: 0;
}

.seasonseat-arena__row.-fukuikenn {
  padding-left: 0;
}

.seasonseat-arena__row.-fukuishi {
  padding-left: 160px;
}

.seasonseat-arena__row.-aisin {
  padding-left: 70px;
}

.seasonseat-arena__figure {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.seasonseat-arena__figure.-fukuikenn {
  max-width: 744px;
}

.seasonseat-arena__figure.-fukuishi {
  max-width: 467px;
}

.seasonseat-arena__figure.-aisin {
  max-width: 639px;
}

.seasonseat-arena__row.-playoff {
  padding-right: 0;
}

.seasonseat-arena__note {
  margin-top: 20px;
}

.seasonseat-arena__note.-fukuishi {
  padding-left: 160px;
}

.seasonseat-arena__note.-aisin {
  padding-left: 70px;
}

.seasonseat-arena__list {
  margin-left: auto;
}
.seasonseat-arena__list li {
  padding-left: 36px;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
}
.seasonseat-arena__list li::before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  padding-top: 6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  background-color: #0e2c7b;
}
.seasonseat-arena__list li:not(:first-child) {
  margin-top: 23px;
}
.seasonseat-arena__list li[data-num="1"]::before {
  background-color: #4c43e1;
}
.seasonseat-arena__list li[data-num="2"]::before {
  background-color: #ca2ccb;
}
.seasonseat-arena__list li[data-num="3"]::before {
  background-color: #008a89;
}
.seasonseat-arena__list li[data-num="4"]::before {
  background-color: #cf3936;
}
.seasonseat-arena__list li[data-num="5"]::before {
  background-color: #cb7800;
}
.seasonseat-arena__list li[data-num="6"]::before {
  background-color: #58990a;
}
.seasonseat-arena__list li[data-num="7"]::before {
  background-color: #3367bb;
}
.seasonseat-arena__list li[data-num="8"]::before {
  background-color: #3c87ae;
}
.seasonseat-arena__list li[data-num="9"]::before {
  background-color: #af9f05;
}
.seasonseat-arena__list li[data-num="10"]::before {
  background-color: #9bd0b5;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-arena {
    margin-top: 90px;
  }
  .seasonseat-tab {
    margin-top: 40px;
  }
  .seasonseat-arena {
    margin-top: 50px;
  }
  .seasonseat-arena__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .seasonseat-arena__row.-fukuikenn {
    padding-left: 0;
  }
  .seasonseat-arena__row.-fukuishi {
    padding-left: 0;
  }
  .seasonseat-arena__row.-aisin {
    padding-left: 0;
  }
  .seasonseat-arena__figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .seasonseat-arena__figure.-fukuikenn {
    max-width: 744px;
  }
  .seasonseat-arena__figure.-fukuishi {
    max-width: 467px;
  }
  .seasonseat-arena__figure.-aisin {
    max-width: 639px;
  }
  .seasonseat-arena__note {
    margin-top: 20px;
  }
  .seasonseat-arena__note.-fukuishi {
    padding-left: 0;
  }
  .seasonseat-arena__note.-aisin {
    padding-left: 0;
  }
  .seasonseat-arena__list {
    margin-left: 0;
    margin-top: 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 30px 13.333vw;
    gap: 20px 0;
  }
  .seasonseat-arena__list li {
    width: 50%;
    padding-left: 9.067vw;
    font-size: 3.7333333333vw;
  }
  .seasonseat-arena__list li::before {
    width: 6.4vw;
    height: 6.4vw;
    padding-top: 1.067vw;
    font-size: 5.0666666667vw;
  }
  .seasonseat-arena__list li:not(:first-child) {
    margin-top: 0;
  }
}
/* ================================================

- 販売価格

================================================ */
.seasonseat-sc.-price {
  margin-top: 130px;
}

.seasonseat-price {
  margin-top: 37px;
}

.seasonseat-overflow-container {
  margin-top: 58px;
  overflow: visible;
}

.seasonseat-overflow-container.-corporateTicket {
  margin-top: 0;
}

.seasonseat-price__table {
  width: 100%;
  border-left: 1px solid var(--cc-blue);
  border-collapse: collapse;
  border-spacing: 0;
}
.seasonseat-price__table th,
.seasonseat-price__table td {
  border-bottom: 1px solid var(--cc-blue);
  border-right: 1px solid var(--cc-blue);
  background-color: #152756;
  font-size: 1.0625rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
}
.seasonseat-price__table th .m-indent--kome,
.seasonseat-price__table td .m-indent--kome {
  margin-top: 5px;
}
.seasonseat-price__table th .m-indent--kome p,
.seasonseat-price__table td .m-indent--kome p {
  display: block;
  font-size: 0.75rem;
  line-height: 1.475;
  text-align: left;
}
.seasonseat-price__table thead th {
  padding: 9px 5px 9px;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  background-color: #1b316a;
  white-space: nowrap;
}
.seasonseat-price__table thead tr:first-child th:nth-last-child(-n+2) {
  width: 330px;
}
.seasonseat-price__table tbody th {
  width: 356px;
  padding: 19px 5px 19px 62px;
  text-align: left;
  position: relative;
}
.seasonseat-price__table tbody th::before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 38px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  background-color: #152756;
}
.seasonseat-price__table tbody th[data-num="1"]::before {
  background-color: #4c43e1;
}
.seasonseat-price__table tbody th[data-num="2"]::before {
  background-color: #ca2ccb;
}
.seasonseat-price__table tbody th[data-num="3"]::before {
  background-color: #008a89;
}
.seasonseat-price__table tbody th[data-num="4"]::before {
  background-color: #cf3936;
}
.seasonseat-price__table tbody th[data-num="5"]::before {
  background-color: #cb7800;
}
.seasonseat-price__table tbody th[data-num="6"]::before {
  background-color: #58990a;
}
.seasonseat-price__table tbody th[data-num="7"]::before {
  background-color: #3367bb;
}
.seasonseat-price__table tbody th[data-num="8"]::before {
  background-color: #3c87ae;
}
.seasonseat-price__table tbody th[data-num="9"]::before {
  background-color: #af9f05;
}
.seasonseat-price__table tbody th[data-num="10"]::before {
  background-color: #9bd0b5;
}
.seasonseat-price__table tbody td {
  padding: 9px 5px 9px;
}
.seasonseat-price__table tbody td:first-child {
  white-space: nowrap;
}
.seasonseat-price__table tbody td.-w12 {
  width: 12%;
}
.seasonseat-price__table tbody td.-w17 {
  width: 17%;
}
.seasonseat-price__table tbody td.-w18 {
  width: 18%;
}
.seasonseat-price__table tbody td.-w25 {
  width: 25%;
}
.seasonseat-price__table tbody td.-small {
  width: 12%;
}
.seasonseat-price__table tr.-bg th,
.seasonseat-price__table tr.-bg td {
  background-color: #ecf4fc;
}

.seasonseat-price__table tbody th[data-num="1"]::before {
  background-color: #4c43e1;
}
.seasonseat-price__table tbody th[data-num="2"]::before {
  background-color: #ca2ccb;
}
.seasonseat-price__table tbody th[data-num="3"]::before {
  background-color: #cf3936;
}
.seasonseat-price__table tbody th[data-num="4"]::before {
  background-color: #cb7800;
}
.seasonseat-price__table tbody th[data-num="5"]::before {
  background-color: #58990a;
}
.seasonseat-price__table tbody th[data-num="6"]::before {
  background-color: #af9f05;
}
.seasonseat-price__table tbody th[data-num="7"]::before {
  background-color: #3367bb;
}
.seasonseat-price__table tbody th[data-num="8"]::before {
  background-color: #3c87ae;
}
.seasonseat-price__table tbody th[data-num="9"]::before {
  background-color: #af9f05;
}
.seasonseat-price__table tbody th[data-num="10"]::before {
  background-color: #9bd0b5;
}

.seasonseat-price__table.-houjin thead tr:first-child th:nth-last-child(-n+2) {
  width: auto;
}

.seasonseat-price__bordered__note {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.334;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  text-align: right;
}

.seasonseat-price__note.m-fz15-lh17 {
  margin-top: 53px;
}
.seasonseat-price__note.m-fz15-lh17 p {
  letter-spacing: 0.02em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-price {
    margin-top: 90px;
  }
  .seasonseat-price {
    margin-top: 37px;
  }
  .seasonseat-overflow-container {
    margin-top: 58px;
    overflow-x: scroll;
  }
  .seasonseat-overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
  }
  .seasonseat-price__table {
    width: 700px;
  }
  .seasonseat-price__table th,
  .seasonseat-price__table td {
    font-size: 0.875rem;
  }
  .seasonseat-price__table th .m-indent--kome,
  .seasonseat-price__table td .m-indent--kome {
    margin-top: 5px;
  }
  .seasonseat-price__table th .m-indent--kome p,
  .seasonseat-price__table td .m-indent--kome p {
    font-size: 0.6875rem;
  }
  .seasonseat-price__table thead th {
    padding: 14px 5px 15px 14px;
  }
  .seasonseat-price__table thead tr:first-child th:nth-last-child(-n+2) {
    width: auto;
  }
  .seasonseat-price__table tbody th {
    width: auto;
    padding: 19px 5px 19px 50px;
    text-align: left;
    position: relative;
  }
  .seasonseat-price__table tbody th::before {
    width: 38px;
    font-size: 1.5rem;
  }
  .seasonseat-price__table tbody td {
    padding: 7px 5px 8px 14px;
  }
  .seasonseat-price__table tbody td.-w12 {
    width: 12%;
  }
  .seasonseat-price__table tbody td.-w17 {
    width: 17%;
  }
  .seasonseat-price__table tbody td.-w18 {
    width: 18%;
  }
  .seasonseat-price__table tbody td.-w25 {
    width: 25%;
  }
  .seasonseat-price__table tbody td.-small {
    width: 10%;
  }
  .seasonseat-price__bordered__note {
    margin-top: 10px;
    font-size: 3.4666666667vw;
  }
  .seasonseat-price__note.m-fz15-lh17 {
    margin-top: 45px;
  }
}
/* ================================================

- 注意事項

================================================ */
.seasonseat-sc.-attention {
  margin-top: 126px;
}

.seasonseat-attention {
  margin-top: 44px;
}

.seasonseat-attention__list dt {
  padding-left: 26px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
}
.seasonseat-attention__list dt::before {
  content: "■";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #209bea;
}
.seasonseat-attention__list dd {
  margin-top: 19px;
}
.seasonseat-attention__list dd p {
  font-size: 0.9375rem;
  line-height: 1.867;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.seasonseat-attention__list:not(:first-of-type) {
  margin-top: 42px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-attention {
    margin-top: 86px;
  }
  .seasonseat-attention {
    margin-top: 40px;
  }
  .seasonseat-attention__list dt {
    padding-left: 6.933vw;
    font-size: 5.0666666667vw;
  }
  .seasonseat-attention__list dd {
    margin-top: 19px;
  }
  .seasonseat-attention__list dd p {
    font-size: 3.7333333333vw;
  }
  .seasonseat-attention__list:not(:first-of-type) {
    margin-top: 42px;
  }
}
/* ================================================

- 購入方法

================================================ */
.seasonseat-sc.-howto {
  margin-top: 120px;
}

.seasonseat-sc__catch {
  text-align: center;
}
.seasonseat-sc__catch p {
  font-size: 1.625rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.seasonseat-sc__catch + .seasonseat-howto {
  margin-top: 100px;
}

.seasonseat-howto {
  margin-top: 46px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-howto {
    margin-top: 80px;
  }
  .seasonseat-sc__catch {
    text-align: left;
  }
  .seasonseat-sc__catch p {
    font-size: 5.0666666667vw;
    line-height: 1.7;
  }
  .seasonseat-sc__catch + .seasonseat-howto {
    margin-top: 100px;
  }
  .seasonseat-howto {
    margin-top: 40px;
  }
}
/* ================================================

- お問い合わせ

================================================ */
.seasonseat-sc.-contact {
  margin-top: 130px;
  padding-top: 70px;
  padding-bottom: 147px;
  border-top: solid 1px #3b496c;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-contact {
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 107px;
  }
}
/* ================================================

-

================================================ */
.seasonseat-attention__details:not(:first-of-type) {
  margin-top: 8px;
}

.seasonseat-attention__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 15px 40px 15px 76px;
  font-size: 1.125rem;
  line-height: 1.475;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  background-color: #152756;
  position: relative;
  cursor: pointer;
}
.seasonseat-attention__summary::before {
  content: "Q";
  position: absolute;
  top: 5px;
  left: 27px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.seasonseat-attention__summary::-webkit-details-marker {
  display: none;
}

@media (hover: hover) {
  .seasonseat-attention__summary {
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .seasonseat-attention__summary:hover {
    opacity: 0.7;
  }
}
.seasonseat-attention__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 29px;
  right: 45px;
}
.seasonseat-attention__icon::before, .seasonseat-attention__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
}
.seasonseat-attention__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.seasonseat-attention__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.seasonseat-attention__details.-open .seasonseat-attention__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.seasonseat-attention__content__txt {
  padding: 40px 40px 40px 94px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.seasonseat-attention__content__txt::before {
  content: "A";
  position: absolute;
  top: 38px;
  left: 47px;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.seasonseat-attention__content__txt p {
  font-size: 0.9375rem;
  line-height: 1.867;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.seasonseat-attention__content__txt .-red {
  color: #FF0000;
}

.js-details.-open .seasonseat-attention__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-attention__details:not(:first-of-type) {
    margin-top: 10px;
  }
  .seasonseat-attention__summary {
    padding: 5.333vw 10.667vw 5.333vw 11.667vw;
    font-size: 4.2666666667vw;
  }
  .seasonseat-attention__summary::before {
    top: 2.333vw;
    left: 3.467vw;
    font-size: 9.0666666667vw;
  }
  .seasonseat-attention__icon {
    top: 8vw;
    right: 8vw;
  }
  .seasonseat-attention__icon::before, .seasonseat-attention__icon::after {
    width: 16px;
  }
  .seasonseat-attention__content__txt {
    padding: 5.333vw 5.333vw 5.333vw 17vw;
  }
  .seasonseat-attention__content__txt::before {
    top: 4.667vw;
    left: 8.333vw;
    font-size: 9.0666666667vw;
  }
  .seasonseat-attention__content__txt p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- ハーフシーズンシート追加

================================================ */
.seasonseat-halfseasonseat__photos {
  margin-top: 60px;
}

.seasonseat-halfseasonseat__lead p {
  font-size: 1.25rem;
  line-height: 1.434;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.seasonseat-halfseasonseat__summary {
  margin-top: 13px;
}
.seasonseat-halfseasonseat__summary p {
  font-size: 1rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-halfseasonseat__photos {
    margin-top: 60px;
  }
  .seasonseat-halfseasonseat__lead p {
    font-size: 4.8vw;
  }
  .seasonseat-halfseasonseat__summary {
    margin-top: 10px;
  }
  .seasonseat-halfseasonseat__summary p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- シーズンシートのメリット

================================================ */
.seasonseat-sc.-playoff {
  margin-top: 130px;
}

.playoff-schedule {
  margin-top: 44px;
}

.playoff-schedule__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 10px;
}

.playoff-schedule__item {
  width: calc(50% - 5px);
  padding: 24px 20px 29px;
  color: #FFFFFF;
  background-color: #172a5a;
}

.playoff-schedule__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 97px;
  padding: 8px 5px 7px;
  color: #0e1b3c;
  border: solid 1px #FFFFFF;
  background-color: #FFFFFF;
  text-align: center;
}
.playoff-schedule__ttl p {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.playoff-schedule__ttl p span {
  display: block;
  margin-top: 4px;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.playoff-schedule__ttl p small {
  margin-top: 6px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playoff-schedule__arena {
  margin-top: 16px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.playoff-schedule__arena small {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playoff-schedule__games {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 1px;
  margin-top: 19px;
}

.playoff-schedule__game {
  width: calc(33.3333333333% - 0.6666666667px);
  padding: 12px 15px 10px 15px;
  color: #0e1b3c;
  text-align: center;
  background-color: #ecf4fc;
}
.playoff-schedule__game dt {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  text-align: left;
}
.playoff-schedule__game dd {
  margin-top: 4px;
  font-size: 3.125rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.playoff-schedule__game dd span {
  display: block;
  padding: 3px 10px 0;
  font-size: 1.25rem;
  border: solid 1px #0e1b3c;
}
.playoff-schedule__game dd small {
  display: block;
  margin-top: 8px;
  font-size: 1.25rem;
}

.playoff-schedule__game:nth-of-type(2n) {
  background-color: #FFFFFF;
}

.playoff-schedule__note {
  margin-top: 10px;
}
.playoff-schedule__note p {
  font-size: 0.75rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-playoff {
    margin-top: 24vw;
  }
  .playoff-schedule {
    margin-top: 10.667vw;
  }
  .playoff-schedule__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 2.667vw;
  }
  .playoff-schedule__item {
    width: 100%;
    padding: 3.733vw 3.733vw 5.333vw;
  }
  .playoff-schedule__ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: 0;
    padding: 2.133vw 1.333vw 1.867vw;
  }
  .playoff-schedule__ttl p {
    font-size: 4.2666666667vw;
  }
  .playoff-schedule__ttl p span {
    margin-top: 1.067vw;
    font-size: 5.3333333333vw;
  }
  .playoff-schedule__ttl p small {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
  .playoff-schedule__arena {
    margin-top: 4.267vw;
    font-size: 4.2666666667vw;
  }
  .playoff-schedule__arena small {
    font-size: 3.4666666667vw;
  }
  .playoff-schedule__games {
    gap: 0.267vw;
    margin-top: 5.067vw;
  }
  .playoff-schedule__game {
    width: calc(33.3333333333% - 0.1776666667vw);
    padding: 3.2vw 2.667vw 2.667vw;
  }
  .playoff-schedule__game dt {
    font-size: 4.2666666667vw;
  }
  .playoff-schedule__game dd {
    margin-top: 1.067vw;
    font-size: 12.8vw;
  }
  .playoff-schedule__game dd span {
    display: block;
    padding: 0.8vw 2.667vw 0;
    font-size: 4.8vw;
  }
  .playoff-schedule__game dd small {
    display: block;
    margin-top: 7px;
    font-size: 4.8vw;
  }
  .playoff-schedule__note {
    margin-top: 2.667vw;
  }
  .playoff-schedule__note p {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- おすすめ席

================================================ */
.seasonseat-sc.-recommend {
  margin-top: 130px;
}

.seasonseat-recommend {
  margin-top: 40px;
}

.seasonseat-recommend__block {
  padding: 42px 40px 48px;
  background-color: #152756;
}

.seasonseat-recommend__block:not(:first-of-type) {
  margin-top: 50px;
}

.seasonseat-recommend__block__ttl {
  padding-left: 25px;
  line-height: 1.3;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  position: relative;
}
.seasonseat-recommend__block__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 62px;
  background-color: #209bea;
}
.seasonseat-recommend__block__ttl dd {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.seasonseat-recommend__block__ttl dt {
  margin-top: 10px;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.seasonseat-recommend__photo {
  margin-top: 40px;
  padding: 0 40px;
}

.seasonseat-recommend__photo__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 60px;
}

.seasonseat-recommend__photo__item {
  width: calc(50% - 30px);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-recommend {
    margin-top: 90px;
  }
  .seasonseat-recommend {
    margin-top: 40px;
  }
  .seasonseat-recommend__block {
    padding: 35px 20px 40px;
  }
  .seasonseat-recommend__block:not(:first-of-type) {
    margin-top: 40px;
  }
  .seasonseat-recommend__block__ttl {
    padding-left: 20px;
    line-height: 1.425;
  }
  .seasonseat-recommend__block__ttl::before {
    width: 3px;
    height: 100%;
  }
  .seasonseat-recommend__block__ttl dd {
    font-size: 4vw;
  }
  .seasonseat-recommend__block__ttl dt {
    margin-top: 10px;
    font-size: 5.3333333333vw;
  }
  .seasonseat-recommend__photo {
    margin-top: 30px;
    padding: 0;
  }
  .seasonseat-recommend__photo__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .seasonseat-recommend__photo__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
/* ================================================

- 法人シーズンチケットのご案内

================================================ */
.seasonseat-sc.-corporate {
  margin-top: 130px;
}

.seasonseat-corporate {
  margin-top: 40px;
}

.seasonseat-corporate__banner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.seasonseat-corporate__list {
  margin-top: 35px;
}

.seasonseat-corporate__item:not(:first-of-type) {
  margin-top: 50px;
}

.seasonseat-corporate__item.-corporateTicket {
  margin-top: 80px;
}

.seasonseat-corporate__item dt {
  padding-left: 25px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.seasonseat-corporate__item dt::before {
  content: "■";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #209bea;
}
.seasonseat-corporate__item dd {
  margin-top: 17px;
}

.seasonseat-corporate__item__figure {
  max-width: 600px;
  width: 100%;
  margin: 34px auto 0;
}

.seasonseat-corporate__btn.m-bgBtn.-center {
  max-width: 380px;
  margin: 54px auto 0;
}
.seasonseat-corporate__btn.m-bgBtn.-center a {
  min-height: 56px;
  padding: 15px 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-sc.-corporate {
    margin-top: 90px;
  }
  .seasonseat-corporate {
    margin-top: 40px;
  }
  .seasonseat-corporate__list {
    margin-top: 35px;
  }
  .seasonseat-corporate__item:not(:first-of-type) {
    margin-top: 47px;
  }
  .seasonseat-corporate__item dt {
    padding-left: 25px;
    font-size: 4.8vw;
    line-height: 1.425;
  }
  .seasonseat-corporate__item dt::before {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .seasonseat-corporate__item dd {
    margin-top: 17px;
  }
  .seasonseat-corporate__item__figure {
    margin: 30px auto 0;
  }
  .seasonseat-corporate__btn.m-bgBtn.-center {
    max-width: 380px;
    margin: 30px auto 0;
  }
  .seasonseat-corporate__btn.m-bgBtn.-center a {
    min-height: 56px;
  }
}
/* ================================================

- 法人シーズンチケット

================================================ */
.seasonseat-corporate__table {
  width: 100%;
  border-left: 1px solid var(--cc-blue);
  border-collapse: collapse;
  border-spacing: 0;
}
.seasonseat-corporate__table th,
.seasonseat-corporate__table td {
  border-bottom: 1px solid var(--cc-blue);
  border-right: 1px solid var(--cc-blue);
  background-color: #152756;
  font-size: 1.0625rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
}
.seasonseat-corporate__table th small,
.seasonseat-corporate__table td small {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.seasonseat-corporate__table th span,
.seasonseat-corporate__table td span {
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.seasonseat-corporate__table thead th {
  padding: 9px 5px 9px;
  font-size: 1.0625rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  background-color: #1b316a;
  white-space: nowrap;
}
.seasonseat-corporate__table tbody th {
  width: 20%;
  padding: 15px 15px;
  text-align: left;
  position: relative;
}
.seasonseat-corporate__table tbody th[data-plan=a] {
  background-color: #B58933;
}
.seasonseat-corporate__table tbody th[data-plan=b] {
  background-color: #DBC49C;
}
.seasonseat-corporate__table tbody th[data-plan=c] {
  background-color: #B6B7B9;
}
.seasonseat-corporate__table tbody th[data-plan=d] {
  background-color: #DEDFE0;
  color: #0e1b3c;
}
.seasonseat-corporate__table tbody th[data-plan=e] {
  background-color: #BC5C2F;
}
.seasonseat-corporate__table tbody th[data-plan=f] {
  background-color: #B58933;
}
.seasonseat-corporate__table tbody th[data-plan=g] {
  background-color: #B6B7B9;
}
.seasonseat-corporate__table tbody th[data-plan=h] {
  background-color: #BC5C2F;
}
.seasonseat-corporate__table tbody td.-w12 {
  width: 12%;
}
.seasonseat-corporate__table tbody td.-w17 {
  width: 17%;
}
.seasonseat-corporate__table tbody td.-w18 {
  width: 18%;
}
.seasonseat-corporate__table tbody td.-w25 {
  width: 25%;
}
.seasonseat-corporate__table tbody td {
  padding: 19px 15px 19px;
}
.seasonseat-corporate__table tr.-bg th,
.seasonseat-corporate__table tr.-bg td {
  background-color: #ecf4fc;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .seasonseat-corporate__table {
    width: 700px;
  }
  .seasonseat-corporate__table th,
  .seasonseat-corporate__table td {
    font-size: 1.0625rem;
  }
  .seasonseat-corporate__table th small,
  .seasonseat-corporate__table td small {
    font-size: 0.8125rem;
  }
  .seasonseat-corporate__table th span,
  .seasonseat-corporate__table td span {
    font-size: 1.3125rem;
  }
  .seasonseat-corporate__table thead th {
    padding: 9px 5px 9px;
    font-size: 1.0625rem;
  }
  .seasonseat-corporate__table tbody th {
    width: 15%;
    padding: 15px 15px;
  }
  .seasonseat-corporate__table tbody td.-w12 {
    width: 12%;
  }
  .seasonseat-corporate__table tbody td.-w17 {
    width: 17%;
  }
  .seasonseat-corporate__table tbody td.-w18 {
    width: 18%;
  }
  .seasonseat-corporate__table tbody td.-w25 {
    width: 25%;
  }
  .seasonseat-corporate__table tbody td {
    padding: 19px 10px 19px;
  }
  .seasonseat-corporate__table tr.-bg th,
  .seasonseat-corporate__table tr.-bg td {
    background-color: #ecf4fc;
  }
}