@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;
}

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

- イージング

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

- 全体

================================================ */
.addReset .ticket-body {
  padding-top: 60px;
}
.addReset .ticket-sc__ttl span {
  display: block;
  color: #FFFFFF;
}
.addReset .ticket-sc__ttl span.-en {
  font-size: 3.375rem;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.addReset .ticket-sc__ttl span.-jp {
  margin-top: 9px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.addReset .ticket-sc__content {
  margin-top: 34px;
}
.addReset .ticket-sc__subTtl span {
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #FFFFFF;
}
.addReset .ticket-btn {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.addReset .ticket-btn a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.addReset .ticket-btn a img.-logo {
  display: block;
}
.addReset .ticket-btn a span {
  display: block;
  margin-top: 13px;
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.addReset .ticket-btn a:not([href]) {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: default;
}
@media (hover: hover) {
  .addReset .ticket-btn a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .addReset .ticket-btn a:any-link:hover {
    opacity: 0.7;
  }
}
.addReset .ticket-btn__note {
  margin-top: 40px;
  text-align: left;
}
.addReset .ticket-btn__layout {
  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;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-body {
    padding-top: 13.333vw;
  }
  .addReset .ticket-sc__ttl span.-en {
    font-size: 9.0666666667vw;
  }
  .addReset .ticket-sc__ttl span.-jp {
    margin-top: 1.867vw;
    font-size: 4vw;
  }
  .addReset .ticket-sc__content {
    margin-top: 9.067vw;
  }
  .addReset .ticket-sc__subTtl span {
    font-size: 4.8vw;
  }
  .addReset .ticket-btn {
    width: 64vw;
  }
  .addReset .ticket-btn a span {
    margin-top: 2.933vw;
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-btn__note {
    margin-top: 6.667vw;
  }
  .addReset .ticket-btn__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ================================================

- showcase

================================================ */
.addReset .ticket-page {
  margin-top: 73px;
}
.addReset .ticket-anchor {
  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;
  width: 100%;
  gap: 92px;
  border-top: solid 1px #3c4c76;
  border-bottom: solid 1px #3c4c76;
  background-color: #0a142d;
}
.addReset .ticket-anchor__btn a {
  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;
  width: 100%;
  min-height: 56px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.addReset .ticket-anchor__btn a:hover {
  opacity: 0.7;
}
.addReset .ticket-showcase__btn {
  margin-top: 145px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-page {
    margin-top: 13.333vw;
  }
  .addReset .ticket-anchor {
    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: 6.667vw 0;
    padding: 5.333vw 2.667vw;
  }
  .addReset .ticket-anchor__btn {
    width: 33.3333333333%;
  }
  .addReset .ticket-anchor__btn a {
    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;
    width: 100%;
    min-height: 0;
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-showcase__btn {
    margin-top: 12vw;
  }
}
/* ================================================

- 2026-27シーズンの変更点

================================================ */
.ticket-sc.-changePoint {
  margin-top: 137px;
}

.ticket-changePoint {
  margin-top: 53px;
}

.ticket-changePoint__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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.ticket-changePoint__item {
  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;
  gap: 34px;
  width: 50%;
  padding: 56px 37px;
  border: solid 1px #3c4c76;
  background-color: #0a142d;
}

.ticket-changePoint__item:not(:first-of-type) {
  border-left: none;
}

.ticket-changePoint__item__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
}

.ticket-changePoint__item__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.ticket-changePoint__item__summary p {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .ticket-sc.-changePoint {
    margin-top: 26.667vw;
  }
  .ticket-sc.-changePoint .ticket-sc__inner {
    padding: 0 5.333vw;
  }
  .ticket-changePoint {
    margin-top: 8vw;
  }
  .ticket-changePoint__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;
  }
  .ticket-changePoint__item {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    width: 100%;
    padding: 6.667vw 0;
  }
  .ticket-changePoint__item:not(:first-of-type) {
    border-left: solid 1px #3c4c76;
    border-top: none;
  }
  .ticket-changePoint__item__icon {
    width: 17.333vw;
  }
  .ticket-changePoint__item__summary p {
    font-size: 4.5333333333vw;
    line-height: 1.6;
  }
}
/* ================================================

- 価格・席種（タブ）

================================================ */
.addReset .ticket-sc.-arena {
  margin-top: 150px;
}
.addReset .ticket-tab {
  margin-top: 53px;
}
.addReset .ticket2025-tab__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 2px;
}
.addReset .ticket2025-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addReset .ticket2025-tab__item button {
  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;
  width: 100%;
  min-height: 60px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background-color: #203a7d;
  -webkit-transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
}
.addReset .ticket2025-tab__item button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--cc-blue);
}
.addReset .ticket2025-tab__item button:hover {
  opacity: 0.7;
}
.addReset .ticket2025-tab__item.-active button {
  min-height: 70px;
  background-image: none;
  background-color: #254eb7;
}
.addReset .js-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}
.addReset .js-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-arena {
    margin-top: 26.667vw;
  }
  .addReset .ticket-sc.-arena .ticket-sc__head {
    padding: 0 5.333vw;
  }
  .addReset .ticket-tab {
    margin-top: 8vw;
  }
  .addReset .ticket2025-tab__list {
    gap: 0.267vw;
  }
  .addReset .ticket2025-tab__item button {
    min-height: 13.067vw;
    font-size: 3.6vw;
    line-height: 1.275;
    letter-spacing: 0;
  }
  .addReset .ticket2025-tab__item button::before {
    top: -0.267vw;
    width: 3.733vw;
    height: 3.733vw;
  }
  .addReset .ticket2025-tab__item.-active button {
    min-height: 14.667vw;
  }
}
/* ================================================

- 価格・席種

================================================ */
.addReset .ticket-arena {
  margin-top: 10px;
  padding: 58px 60px 76px;
  border: solid 1px #3c4c76;
  background-color: #0a142d;
}
.addReset .ticket-arena__arenaview {
  max-width: 1040px;
  width: 100%;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}
.addReset .ticket-arena__arenaview + .ticket-arena__figure {
  margin-top: 77px;
}
.addReset .ticket-arena__figure {
  max-width: 100%;
  width: 100%;
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
}
.addReset .ticket-arena__figure svg {
  width: 100%;
  height: auto;
}
.addReset .ticket-arena__figure.-fukuikenn {
  max-width: 100%;
}
.addReset .ticket-arena__figure.-tsuruga {
  max-width: 909px;
}
.addReset .ticket-arena__figure.-aisin {
  max-width: 799px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-arena {
    margin-top: 1.333vw;
    padding: 8vw 5.333vw 9.333vw;
  }
  .addReset .ticket-arena__arenaview {
    margin-top: 8vw;
  }
  .addReset .ticket-arena__arenaview + .ticket-arena__figure {
    margin-top: 8vw;
  }
  .addReset .ticket-arena__figure {
    margin-top: 8vw;
  }
  .addReset .ticket-arena__figure.-fukuikenn {
    max-width: 100%;
  }
  .addReset .ticket-arena__figure.-tsuruga {
    max-width: 100%;
  }
  .addReset .ticket-arena__figure.-aisin {
    max-width: 100%;
  }
}
/* ================================================

- 価格・席種（アコーディオン）

================================================ */
.addReset .ticket-accordion {
  margin-top: 74px;
}
.addReset .ticket-accordion__details {
  background-color: #1b316a;
}
.addReset .ticket-accordion__details:not(:first-of-type) {
  margin-top: 8px;
}
.addReset .ticket-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  min-height: 56px;
  padding: 14px 40px 0 56px;
  font-size: 1.25rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.addReset .ticket-accordion__summary:hover {
  opacity: 0.6;
}
.addReset .ticket-accordion__summary strong,
.addReset .ticket-accordion__summary small {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.addReset .ticket-accordion__summary strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.addReset .ticket-accordion__summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #0e2c7b;
}
.addReset .ticket-accordion__summary::after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: 27px;
  translate: 0 -50%;
  font-size: 1.375rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.addReset .ticket-accordion__summary[data-num="1"]::before {
  background-color: #753afb;
}
.addReset .ticket-accordion__summary[data-num="2"]::before {
  background-color: #be3afb;
}
.addReset .ticket-accordion__summary[data-num="3"]::before {
  background-color: #ff5bd6;
}
.addReset .ticket-accordion__summary[data-num="4"]::before {
  background-color: #ff555d;
}
.addReset .ticket-accordion__summary[data-num="5"]::before {
  background-color: #ff8e37;
}
.addReset .ticket-accordion__summary[data-num="6"]::before {
  background-color: #ffc300;
}
.addReset .ticket-accordion__summary[data-num="7"]::before {
  background-color: #dfe500;
  color: var(--cc-blue);
}
.addReset .ticket-accordion__summary[data-num="8"]::before {
  background-color: #9ce239;
  color: var(--cc-blue);
}
.addReset .ticket-accordion__summary[data-num="9"]::before {
  background-color: #00cf99;
}
.addReset .ticket-accordion__summary[data-num="10"]::before {
  background-color: #00afc4;
}
.addReset .ticket-accordion__summary[data-num="11"]::before {
  background-color: #0088e7;
}
.addReset .ticket-accordion__summary[data-num="12"]::before {
  background-color: #489B8B;
}
.addReset .ticket-accordion__summary.-wheelchair[data-num=""]::before {
  background-color: #c09b0f;
}
.addReset .ticket-accordion__summary.-tsuruga[data-num="7"]::before {
  background-color: #9ce239;
  color: var(--cc-blue);
}
.addReset .ticket-accordion__summary.-tsuruga[data-num="8"]::before {
  background-color: #00cf99;
  color: #FFFFFF;
}
.addReset {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
}
.addReset summary.ticket-accordion__summary::-webkit-details-marker {
  display: none;
}
.addReset .ticket-accordion__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: 24px;
  right: 40px;
}
.addReset .ticket-accordion__icon::before, .addReset .ticket-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
}
.addReset .ticket-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.addReset .ticket-accordion__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);
}
.addReset {
  /* アコーディオンが開いた時のスタイル */
}
.addReset details.ticket-accordion__details.-open .ticket-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.addReset .ticket-accordion__content {
  background-color: var(--cc-blue);
}
.addReset .js-details.-open .ticket-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-accordion {
    margin-top: 10.667vw;
  }
  .addReset .ticket-accordion__details:not(:first-of-type) {
    margin-top: 1.333vw;
  }
  .addReset .ticket-accordion__summary {
    min-height: 0;
    padding: 2.933vw 8vw 2.933vw 12.8vw;
    font-size: 4.2666666667vw;
  }
  .addReset .ticket-accordion__summary strong,
  .addReset .ticket-accordion__summary small {
    margin-left: 2.667vw;
  }
  .addReset .ticket-accordion__summary::after {
    left: 5.867vw;
    font-size: 4.8vw;
  }
  .addReset .ticket-accordion__icon {
    top: 6vw;
    right: 8vw;
  }
  .addReset .ticket-accordion__icon::before, .addReset .ticket-accordion__icon::after {
    width: 4.267vw;
    height: 0.533vw;
  }
}
/* ================================================

- 価格・席種

================================================ */
.addReset .ticket-arena__block {
  padding: 50px 49px 46px;
  background-color: #0a142d;
}
.addReset .ticket-price {
  margin-top: 50px;
}
.addReset .ticket-gallery + .ticket-price__block {
  margin-top: 50px;
}
.addReset .ticket-price__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;
  text-align: center;
  color: #FFFFFF;
}
.addReset .ticket-price__list dt {
  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;
  width: 50%;
  min-height: 50px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #1b316a;
}
.addReset .ticket-price__list dd {
  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;
  width: 50%;
  min-height: 50px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #152756;
}
.addReset .ticket-price__list dd small {
  font-size: 1.0625rem;
}
.addReset .ticket-price__list:not(:first-of-type) {
  margin-top: 1px;
}
.addReset table.ticket-price__table {
  width: 100%;
  border-top: 1px solid var(--cc-blue);
  border-left: 1px solid var(--cc-blue);
  border-collapse: collapse;
  border-spacing: 0;
}
.addReset table.ticket-price__table th,
.addReset table.ticket-price__table td {
  border-bottom: 1px solid var(--cc-blue);
  border-right: 1px solid var(--cc-blue);
  color: #FFFFFF;
  text-align: center;
}
.addReset table.ticket-price__table thead th {
  padding: 11px 0;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #273f7f;
}
.addReset table.ticket-price__table thead th small {
  margin-left: 0.5em;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.addReset table.ticket-price__table tbody tr:not(:first-of-type) {
  border-top: solid 1px var(--cc-blue);
}
.addReset table.ticket-price__table tbody th {
  width: 360px;
  padding: 17px 25px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #273f7f;
  text-align: left;
}
.addReset table.ticket-price__table tbody th small {
  margin-left: 0.5em;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.addReset table.ticket-price__table tbody td {
  padding: 15px 0;
  font-size: 0.9375rem;
  background-color: #1d326b;
  border-left: solid 1px var(--cc-blue);
}
.addReset table.ticket-price__table tbody td small {
  margin-left: 0.5em;
  font-size: 0.9375rem;
}
.addReset table.ticket-price__table tbody td.-comingsoon {
  padding: 28px 0 30px;
}
.addReset .ticket-price__table__note {
  margin-top: 14px;
  text-align: left;
}
.addReset .ticket-price__table__note p {
  font-size: 0.875rem;
  line-height: 1.633;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.addReset .ticket-arena__summary {
  margin-top: 32px;
}
.addReset .ticket-arena__summary p {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.addReset .ticket-arena__summary strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.addReset .ticket-gallery {
  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: 20px;
}
.addReset .ticket-gallery.mTop20 {
  margin-bottom: 30px;
}
.addReset .ticket-gallery.mTop20 + .ticket-arena__summary {
  margin-top: 30px;
}
.addReset .ticket-gallery__item {
  width: calc(50% - 10px);
}
.addReset .ticket-gallery__item figcaption {
  margin-top: 3px;
  font-size: 0.875rem;
  line-height: 1.633;
  letter-spacing: 0.02em;
  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) {
  .addReset .ticket-arena__block {
    padding: 8vw 0 8vw;
  }
  .addReset .ticket-price {
    margin-top: 8vw;
  }
  .addReset .ticket-gallery + .ticket-price__block {
    margin-top: 10.667vw;
  }
  .addReset .ticket-price__list dt {
    min-height: 13.333vw;
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-price__list dd {
    min-height: 13.333vw;
    font-size: 4.5333333333vw;
  }
  .addReset .ticket-price__list dd small {
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-price__list:not(:first-of-type) {
    margin-top: 0.267vw;
  }
  .addReset table.ticket-price__table thead th {
    width: 33.3333333333%;
    padding: 2.667vw 1.333vw;
    font-size: 3.4666666667vw;
  }
  .addReset table.ticket-price__table thead th small {
    display: block;
    margin-left: 0;
    margin-top: 2.133vw;
    font-size: 3.7333333333vw;
  }
  .addReset table.ticket-price__table tbody th {
    padding: 2.667vw 1.333vw;
    font-size: 3.4666666667vw;
    line-height: 1.325;
  }
  .addReset table.ticket-price__table tbody th small {
    display: block;
    margin-left: 0;
    margin-top: 2.133vw;
    font-size: 3.2vw;
  }
  .addReset table.ticket-price__table tbody td {
    padding: 2.667vw 1.333vw;
    font-size: 3.7333333333vw;
    line-height: 1.275;
  }
  .addReset table.ticket-price__table tbody td small {
    display: block;
    margin-left: 0;
    margin-top: 0.533vw;
    font-size: 3.2vw;
  }
  .addReset .ticket-price__table__note {
    margin-top: 3.2vw;
    text-align: left;
  }
  .addReset .ticket-price__table__note p {
    font-size: 3.2vw;
  }
  .addReset .ticket-arena__summary {
    margin-top: 5.333vw;
  }
  .addReset .ticket-arena__summary p {
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-arena__summary p:not(:first-of-type) {
    margin-top: 2.667vw;
  }
  .addReset .ticket-gallery {
    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: 2.667vw;
  }
  .addReset .ticket-gallery__item {
    width: 100%;
  }
  .addReset .ticket-gallery__item figcaption {
    margin-top: 0.8vw;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- 価格・席種（スライド）

================================================ */
/* swiper
**********************/
/*--- media screen ---*/
/* ================================================

- 販売スケジュール

================================================ */
.addReset .ticket-sc.-schedule {
  padding-bottom: 115px;
}
.addReset .ticket-schedule__summary p {
  font-size: 1rem;
  line-height: 1.867;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.addReset .ticket-schedule__summary p.-fz20 {
  font-size: 1.25rem;
}
.addReset .ticket-schedule__root {
  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;
  margin-top: 55px;
  padding-left: 60px;
  gap: 200px;
}
.addReset .ticket-schedule__root__item {
  padding-bottom: 68px;
  position: relative;
}
.addReset .ticket-schedule__root__item::before {
  content: "";
  position: absolute;
  top: 67px;
  left: calc(100% + 20px);
  width: 160px;
  height: 7px;
  background-color: #FFFFFF;
}
.addReset .ticket-schedule__root__item:last-child::before {
  width: 75px;
}
.addReset .ticket-schedule__root__item:last-child::after {
  content: "";
  position: absolute;
  top: 62px;
  left: calc(100% + 92px);
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
}
.addReset .ticket-schedule__root__circe {
  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;
  width: 140px;
  min-height: 140px;
  background-color: #155ba9;
  border-radius: 100%;
}
.addReset .ticket-schedule__root__circe p {
  font-size: 1.1875rem;
  line-height: 1.211;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
}
.addReset .ticket-schedule__root__circe p span {
  font-size: 1.625rem;
}
.addReset .ticket-schedule__root__txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
.addReset .ticket-schedule__root__txt dt {
  font-size: 1.125rem;
  line-height: 1.475;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #209bea;
}
.addReset .ticket-schedule__root__txt dd {
  margin-top: 5px;
  font-size: 0.9375rem;
  line-height: 1.475;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.addReset .overflow-container {
  overflow: visible;
}
.addReset .ticket-schedule__icon {
  width: 91px;
  margin-top: 70px;
  margin-bottom: 5px;
}
.addReset .ticket-schedule__overflow {
  height: 700px;
  padding-right: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.addReset .ticket-schedule__overflow::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.addReset .ticket-schedule__overflow::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px #0e1b3c;
          box-shadow: inset 0 0 10px #0e1b3c;
}
.addReset .ticket-schedule__overflow::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.addReset .ticket-schedule__table {
  width: 100%;
  border-top: 1px solid var(--cc-blue);
  border-left: 1px solid var(--cc-blue);
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}
.addReset .ticket-schedule__table th,
.addReset .ticket-schedule__table td {
  border-bottom: 1px solid var(--cc-blue);
  border-right: 1px solid var(--cc-blue);
  background-color: #FFFFFF;
  padding: 12px 5px 13px;
  font-size: 0.875rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
}
.addReset .ticket-schedule__table th strong,
.addReset .ticket-schedule__table td strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.addReset .ticket-schedule__table thead th {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  background-color: #155ba9;
}
.addReset .ticket-schedule__table thead th.-founders {
  background-color: #2347cf;
}
.addReset .ticket-schedule__table thead th.-bwzrs {
  background-color: #0087bf;
}
.addReset .ticket-schedule__table thead th.-general {
  background-color: #6a727b;
}
.addReset .ticket-schedule__table thead th.-w8 {
  width: 8%;
}
.addReset .ticket-schedule__table thead th.-w11 {
  width: 10.5%;
}
.addReset .ticket-schedule__table thead th.-w14 {
  width: 14%;
}
.addReset .ticket-schedule__table thead th.-w16 {
  width: 16%;
}
.addReset .ticket-schedule__table thead th.-w17 {
  width: 17%;
}
.addReset .ticket-schedule__table thead th.-platinum {
  background: -webkit-gradient(linear, left top, right top, from(rgb(110, 112, 117)), color-stop(50%, rgb(165, 167, 174)), to(rgb(110, 112, 117)));
  background: linear-gradient(90deg, rgb(110, 112, 117) 0%, rgb(165, 167, 174) 50%, rgb(110, 112, 117) 100%);
}
.addReset .ticket-schedule__table thead th.-gold {
  background: -webkit-gradient(linear, left top, right top, from(rgb(181, 135, 35)), color-stop(50%, rgb(224, 190, 55)), to(rgb(181, 135, 35)));
  background: linear-gradient(90deg, rgb(181, 135, 35) 0%, rgb(224, 190, 55) 50%, rgb(181, 135, 35) 100%);
}
.addReset .ticket-schedule__table thead th.-silver {
  color: var(--cc-blue);
  background-color: #c5c5c5;
}
.addReset .ticket-schedule__table thead th.-family {
  background-color: #0f83cf;
}
.addReset .ticket-schedule__table tbody tr.--bg-1 td {
  background-color: #E8F1FA;
}
.addReset .ticket-schedule__table tbody tr.--bg-2 td {
  background-color: #E7F5DE;
}
.addReset .ticket-schedule__table tbody tr.--bg-3 td {
  background-color: #FCF2D7;
}
.addReset .ticket-schedule__table tbody td img {
  display: block;
  width: 56px;
  margin: 0 auto;
}
.addReset .ticket-schedule__table tbody td span {
  font-size: 0.6875rem;
}
.addReset .ticket-schedule__table tbody td small {
  font-size: 0.875rem;
}
.addReset .ticket-schedule__table tbody td.-bg {
  width: 40px;
  text-align: center;
  background-color: #ecf4fc;
}
.addReset .ticket-schedule__table tbody td.-w14 {
  width: 14%;
}
.addReset .ticket-schedule__table tbody td.-w16 {
  width: 16%;
}
.addReset .ticket-schedule__table tbody td.-w17 {
  width: 17%;
}
.addReset .ticket-schedule__table tbody td.-founders {
  background-color: #e1e7fe;
}
.addReset .ticket-schedule__table tbody td.-bwzrs {
  background-color: #d9f2fc;
}
.addReset .ticket-schedule__table tbody td.-general {
  background-color: #e1e4e6;
}
.addReset .ticket-schedule__table tbody td.-comingsoon {
  padding: 28px 9px 30px;
  text-align: center;
  background-color: #FFFFFF;
}
.addReset .ticket-schedule__table tbody td.--bg-num {
  width: 40px;
  text-align: center;
}
.addReset .ticket-schedule__table tbody td.-gray {
  background-color: #EEEEEE;
}
.addReset .ticket-schedule__table tbody td.-platinum {
  background: -webkit-gradient(linear, left top, right top, from(rgb(182, 186, 193)), color-stop(50%, rgb(227, 230, 238)), to(rgb(182, 186, 193)));
  background: linear-gradient(90deg, rgb(182, 186, 193) 0%, rgb(227, 230, 238) 50%, rgb(182, 186, 193) 100%);
}
.addReset .ticket-schedule__table tbody td.-gold {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 165, 60)), color-stop(50%, rgb(253, 221, 91)), to(rgb(213, 165, 60)));
  background: linear-gradient(90deg, rgb(213, 165, 60) 0%, rgb(253, 221, 91) 50%, rgb(213, 165, 60) 100%);
}
.addReset .ticket-schedule__table tbody td.-silver {
  background-color: #f2f2f2;
}
.addReset .ticket-schedule__table tbody td.-family {
  background-color: #a4d5f5;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-schedule {
    padding-bottom: 21.333vw;
  }
  .addReset .ticket-sc.-schedule .ticket-sc__inner {
    padding: 0 6.4vw;
  }
  .addReset .ticket-schedule__summary p {
    font-size: 4vw;
    line-height: 1.867;
  }
  .addReset .ticket-schedule__summary p.-fz20 {
    font-size: 5.0666666667vw;
  }
  .addReset .ticket-schedule__root {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14.667vw;
    padding-left: 0;
    gap: 24vw;
  }
  .addReset .ticket-schedule__root__item {
    padding-bottom: 0;
  }
  .addReset .ticket-schedule__root__item::before {
    content: "";
    position: absolute;
    top: calc(100% + 4vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.867vw;
    height: 16vw;
  }
  .addReset .ticket-schedule__root__item:last-child::before {
    display: none;
  }
  .addReset .ticket-schedule__root__item:last-child::after {
    display: none;
  }
  .addReset .ticket-schedule__root__circe {
    width: 34.667vw;
    min-height: 34.667vw;
    margin: 0 auto;
  }
  .addReset .ticket-schedule__root__circe p {
    font-size: 4.8vw;
  }
  .addReset .ticket-schedule__root__circe p span {
    font-size: 6.6666666667vw;
  }
  .addReset .ticket-schedule__root__txt {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 2.667vw;
  }
  .addReset .ticket-schedule__root__txt dt {
    font-size: 4.5333333333vw;
  }
  .addReset .ticket-schedule__root__txt dd {
    margin-top: 1.333vw;
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-schedule__icon {
    width: 20.8vw;
    margin-top: 8vw;
    margin-bottom: 1.333vw;
  }
  .addReset .ticket-schedule__overflow {
    height: 128vw;
  }
  .addReset .overflow-container {
    overflow-x: scroll;
  }
  .addReset .overflow-container::before {
    display: block;
    margin-bottom: 5px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.02em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
  }
  .addReset .ticket-schedule__table {
    width: 860px;
  }
  .addReset .ticket-schedule__table th,
  .addReset .ticket-schedule__table td {
    padding: 14px 8px 15px;
    font-size: 0.875rem;
  }
  .addReset .ticket-schedule__table th,
  .addReset .ticket-schedule__table td {
    padding: 12px 5px 13px;
    font-size: 0.8125rem;
  }
  .addReset .ticket-schedule__table thead th {
    font-size: 0.75rem;
  }
  .addReset .ticket-schedule__table thead th.-w8 {
    width: 8%;
  }
  .addReset .ticket-schedule__table thead th.-w11 {
    width: 10.5%;
  }
  .addReset .ticket-schedule__table thead th.-w14 {
    width: 14%;
  }
  .addReset .ticket-schedule__table thead th.-w16 {
    width: 16%;
  }
  .addReset .ticket-schedule__table thead th.-w17 {
    width: 17%;
  }
  .addReset .ticket-schedule__table tbody td img {
    width: 50px;
  }
  .addReset .ticket-schedule__table tbody td span {
    font-size: 0.625rem;
  }
  .addReset .ticket-schedule__table tbody td small {
    font-size: 0.75rem;
  }
  .addReset .ticket-schedule__table tbody td.-bg {
    width: 40px;
  }
  .addReset .ticket-schedule__table tbody td.-w14 {
    width: 14%;
  }
  .addReset .ticket-schedule__table tbody td.-w16 {
    width: 16%;
  }
  .addReset .ticket-schedule__table tbody td.-w17 {
    width: 17%;
  }
  .addReset .ticket-schedule__table tbody td.-comingsoon {
    padding: 28px 9px 30px;
  }
  .addReset .ticket-schedule__table tbody td.--bg-num {
    width: 40px;
  }
}
/* ================================================

- 購入方法

================================================ */
.addReset .ticket-sc.-howto {
  padding-bottom: 130px;
}
.addReset .ticket-howto {
  margin-top: 38px;
}
.addReset .ticket-howto__ttl {
  padding-bottom: 16px;
  border-bottom: solid 1px #3b496c;
}
.addReset .ticket-howto__ttl span {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.addReset .ticket-howto__btn {
  margin-top: 90px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-howto {
    padding-bottom: 21.333vw;
  }
  .addReset .ticket-sc.-howto .ticket-sc__inner {
    padding: 0 6.4vw;
  }
  .addReset .ticket-howto {
    margin-top: 10.667vw;
  }
  .addReset .ticket-howto__btn {
    margin-top: 13.867vw;
  }
}
/* ================================================

- 観戦について

================================================ */
.addReset .ticket-sc.-manners {
  margin-top: 100px;
  padding-bottom: 140px;
}
.addReset .ticket-manners {
  margin-top: 40px;
}
.addReset .ticket-manners__block:not(:first-of-type) {
  margin-top: 80px;
}
.addReset .ticket-manners__ttl {
  padding-bottom: 17px;
  border-botom: solid 1px #1b316a;
}
.addReset .ticket-manners__ttl span {
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.addReset .ticket-manners__summary {
  margin-top: 27px;
}
.addReset .ticket-manners__summary p {
  font-size: 0.9375rem;
  line-height: 1.867;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.addReset .ticket-coupon__summary {
  margin-top: 27px;
}
.addReset .ticket-coupon__summary p {
  font-size: 1.25rem;
  line-height: 1.867;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.addReset .ticket-coupon__summary p.-fz15 {
  font-size: 0.9375rem;
}
.addReset .ticket-coupon__summary p.-fz20 {
  font-size: 1.25rem;
}

/*--- media screen ---*/
/* ================================================

- お問い合わせ

================================================ */
.addReset .ticket-sc.-contact {
  margin-top: 180px;
  padding-top: 80px;
  padding-bottom: 140px;
  border-top: solid 1px #3c4c76;
}
.addReset .ticket-sc.-contact .ticket-sc__inner {
  padding-left: 70px;
}
.addReset .ticket-contact {
  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;
  padding: 0 20px;
}
.addReset .ticket-contact__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 10px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.addReset .ticket-contact__block {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 68px;
  padding: 10px 0 10px 75px;
  border-left: solid 1px #3b496c;
}
.addReset .ticket-contact__name {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.addReset .m-bgBtn.ticket-contact__btn {
  margin-top: 40px;
}
.addReset .m-bgBtn.ticket-contact__btn a {
  min-height: 56px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-contact {
    margin-top: 26.667vw;
    padding-top: 10.667vw;
    padding-bottom: 26.667vw;
  }
  .addReset .ticket-sc.-contact .ticket-sc__inner {
    padding: 0 5.333vw;
  }
  .addReset .ticket-contact {
    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: 0;
  }
  .addReset .ticket-contact__ttl {
    padding-top: 0;
    font-size: 5.0666666667vw;
  }
  .addReset .ticket-contact__block {
    margin-top: 10.667vw;
    margin-left: 0;
    padding: 0;
    border-left: none;
  }
  .addReset .ticket-contact__name {
    font-size: 4.5333333333vw;
  }
  .addReset .m-bgBtn.ticket-contact__btn {
    margin-top: 10.667vw;
  }
  .addReset .m-bgBtn.ticket-contact__btn a {
    min-height: 56px;
  }
}
/* ================================================

-

================================================ */
.ticket-sc__banner {
  margin-bottom: 40px;
}

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

- 販売サイト

================================================ */
.ticket-sale {
  display: none;
  width: 314px;
  margin-left: auto;
  margin-bottom: 40px;
  background-color: #152756;
}

.ticket-sale__ttl {
  padding: 7px 5px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  background-color: #1b316a;
  text-align: center;
}

.ticket-sale__layout {
  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;
  gap: 15px;
  width: 100%;
  padding: 0 10px;
}

.ticket-sale__banner {
  max-width: 128px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .ticket-sale {
    width: 74.667vw;
    margin-bottom: 8vw;
  }
  .ticket-sale__ttl {
    padding: 1.333vw 1.333vw;
    font-size: 3.2vw;
  }
  .ticket-sale__layout {
    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;
    gap: 2.667vw;
    width: 100%;
    padding: 0 2.667vw;
  }
  .ticket-sale__banner {
    max-width: 128px;
  }
}
/* ================================================

- 席価格

================================================ */
.ticket-sc.-price {
  margin-top: 155px;
}

.ticket2025-price {
  margin-top: 45px;
}

.ticket2025-price__summary .m-indent--kome {
  margin-top: 36px;
}

.ticket2025-price__table {
  width: 100%;
  border-top: 1px solid var(--cc-blue);
  border-left: 1px solid var(--cc-blue);
  border-collapse: collapse;
  border-spacing: 0;
}
.ticket2025-price__table th,
.ticket2025-price__table td {
  border-bottom: 1px solid var(--cc-blue);
  border-right: 1px solid var(--cc-blue);
  background-color: #FFFFFF;
  padding: 7px 5px 8px;
  font-size: 0.875rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
}
.ticket2025-price__table th.-fw-700,
.ticket2025-price__table td.-fw-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #ecf4fc;
}
.ticket2025-price__table thead th {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  background-color: #273f7f;
}
.ticket2025-price__table thead th.-ttl {
  padding: 17px 0 16px;
  font-size: 1.625rem;
}
.ticket2025-price__table thead th.-w14 {
  width: 14%;
}
.ticket2025-price__table thead th.-w16 {
  width: 16%;
}
.ticket2025-price__table thead th.-w17 {
  width: 17%;
}
.ticket2025-price__table thead th.-w36 {
  width: 36%;
}
.ticket2025-price__table thead.-value th {
  background-color: #335f9c;
}
.ticket2025-price__table thead.-echizen th {
  background-color: #2b7992;
}
.ticket2025-price__table tbody th {
  width: 360px;
  padding: 8px 10px 10px 20px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  position: relative;
}
.ticket2025-price__table tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.ticket2025-price__table tbody td {
  width: calc((100% - 360px) / 4);
}
.ticket2025-price__table tbody td:has(> strong) {
  font-size: 1rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ticket2025-price__table tbody td.-w14 {
  width: 14%;
}
.ticket2025-price__table tbody td.-w16 {
  width: 16%;
}
.ticket2025-price__table tbody td.-w17 {
  width: 17%;
}
.ticket2025-price__table tbody td.-comingsoon {
  padding: 28px 9px 30px;
  text-align: center;
  background-color: #FFFFFF;
}
.ticket2025-price__table tbody td[class^="--bg-"] {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
.ticket2025-price__table th[data-num="1"]::before {
  background-color: #753afb;
}
.ticket2025-price__table th[data-num="2"]::before {
  background-color: #be3afb;
}
.ticket2025-price__table th[data-num="3"]::before {
  background-color: #ff5bd6;
}
.ticket2025-price__table th[data-num="4"]::before {
  background-color: #ff555d;
}
.ticket2025-price__table th[data-num="5"]::before {
  background-color: #ff8e37;
}
.ticket2025-price__table th[data-num="6"]::before {
  background-color: #ffc300;
}
.ticket2025-price__table th[data-num="7"]::before {
  background-color: #dfe500;
}
.ticket2025-price__table th[data-num="8"]::before {
  background-color: #9ce239;
}
.ticket2025-price__table th[data-num="9"]::before {
  background-color: #00cf99;
}
.ticket2025-price__table th[data-num="10"]::before {
  background-color: #00afc4;
}
.ticket2025-price__table th[data-num="11"]::before {
  background-color: #0088e7;
}
.ticket2025-price__table th[data-num="12"]::before {
  background-color: #489B8B;
}
.ticket2025-price__table th[data-num="0"]::before {
  background-color: #c09b0f;
}

.ticket2025-price__note {
  margin-top: 60px;
}

/* swiper
**********************/
.ticket-price__slide {
  margin-top: 60px;
  padding-bottom: 66px;
  position: relative;
}
.ticket-price__slide .swiper {
  overflow: visible !important;
}
.ticket-price__slide .swiper-slide {
  width: 760px;
}

/* アロー */
.swiper-button-next.ticket-price__arrow,
.swiper-button-prev.ticket-price__arrow {
  position: absolute;
  top: 48%;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-top: 0;
  cursor: pointer;
  z-index: 2;
}
.swiper-button-next.ticket-price__arrow::after,
.swiper-button-prev.ticket-price__arrow::after {
  display: none;
}
.swiper-button-next.ticket-price__arrow svg,
.swiper-button-prev.ticket-price__arrow svg {
  display: none;
}

/* アロー（前へ） */
.swiper-button-prev.ticket-price__arrow {
  left: 110px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260px%22%20height%3D%2260px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(37%2C%2078%2C%20183)%22%20d%3D%22M30.000%2C-0.000%20C46.569%2C-0.000%2059.1000%2C13.432%2059.1000%2C29.1000%20C59.1000%2C46.568%2046.569%2C60.000%2030.000%2C60.000%20C13.431%2C60.000%200.000%2C46.568%200.000%2C29.1000%20C0.000%2C13.432%2013.431%2C-0.000%2030.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M46.1000%2C30.999%20L19.000%2C31.000%20L19.000%2C34.999%20L13.000%2C30.000%20L19.000%2C25.000%20L19.000%2C28.999%20L46.1000%2C28.998%20L46.1000%2C30.999%20Z%22%2F%3E%3C%2Fsvg%3E");
}

/* アロー（次へ） */
.swiper-button-next.ticket-price__arrow {
  right: 110px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260px%22%20height%3D%2260px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(37%2C%2078%2C%20183)%22%20d%3D%22M30.000%2C-0.000%20C46.569%2C-0.000%2059.1000%2C13.432%2059.1000%2C29.1000%20C59.1000%2C46.568%2046.569%2C60.000%2030.000%2C60.000%20C13.431%2C60.000%200.000%2C46.568%200.000%2C29.1000%20C0.000%2C13.432%2013.431%2C-0.000%2030.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M46.1000%2C30.000%20L40.1000%2C34.999%20L40.1000%2C31.000%20L13.000%2C30.999%20L13.000%2C28.998%20L40.1000%2C28.999%20L40.1000%2C25.000%20L46.1000%2C30.000%20Z%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination.ticket-price__pagination .swiper-pagination-bullet {
  width: 80px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination.ticket-price__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination.ticket-price__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination.ticket-price__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .ticket-sc.-price {
    margin-top: 26.667vw;
  }
  .ticket-sc.-price .ticket-sc__head {
    padding: 0 5.333vw;
  }
  .ticket2025-price {
    margin-top: 8vw;
  }
  .ticket2025-price__summary {
    padding: 0 5.333vw;
  }
  .ticket2025-price__summary .m-indent--kome {
    margin-top: 2.667vw;
  }
  .ticket2025-price__table {
    width: 560px;
  }
  .ticket2025-price__table th,
  .ticket2025-price__table td {
    padding: 7px 5px 8px;
    font-size: 0.6875rem;
  }
  .ticket2025-price__table thead th {
    font-size: 0.6875rem;
  }
  .ticket2025-price__table thead th.-ttl {
    padding: 10px 0 12px 20px;
    font-size: 1.375rem;
    text-align: left;
  }
  .ticket2025-price__table tbody th {
    width: 200px;
    padding: 8px 10px 10px 20px;
    font-size: 0.6875rem;
  }
  .ticket2025-price__table tbody td {
    width: calc((100% - 200px) / 4);
  }
  .ticket2025-price__table tbody td:has(> strong) {
    font-size: 0.6875rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .ticket2025-price__note {
    margin-top: 8vw;
    padding: 0 5.333vw;
  }
  /* swiper
  **********************/
  .ticket-price__slide {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  /* アロー */
  .swiper-button-next.ticket-price__arrow,
  .swiper-button-prev.ticket-price__arrow {
    width: 38px;
    height: 38px;
  }
  /* アロー（前へ） */
  .swiper-button-prev.ticket-price__arrow {
    left: 5px;
  }
  /* アロー（次へ） */
  .swiper-button-next.ticket-price__arrow {
    right: 5px;
  }
  .swiper-pagination.ticket-price__pagination .swiper-pagination-bullet {
    width: 70px;
    height: 6px;
  }
}
/* ================================================

- オーバーフローコンテンツ

================================================ */
.ticket-overflow-container {
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 60px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .ticket-overflow-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .ticket-overflow-container::before {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2233.414px%22%20height%3D%2225.414px%22%20viewBox%3D%220%200%2033.414%2025.414%22%20enable-background%3D%22new%200%200%2033.414%2025.414%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0%2C12.707h32%20M20%2C24.707l12-12l-12-12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 8.8vw;
    height: 6.667vw;
    scale: 0.7;
    -webkit-animation-name: flash;
            animation-name: flash;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  .ticket-root {
    width: 187.2vw;
  }
}
/* ================================================

- よくある質問

================================================ */
.ticket-sc.-qa {
  margin-top: 150px;
}

.ticket2025-qa__block:not(:first-of-type) {
  margin-top: 54px;
}

.ticket2025-qa__subTtl {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.ticket2025-qa__subTtl + .seasonseat-attention__details {
  margin-top: 20px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .ticket-sc.-qa {
    margin-top: 100px;
  }
  .ticket-sc.-qa .ticket-sc__inner {
    padding: 0 20px;
  }
  .ticket2025-qa__block:not(:first-of-type) {
    margin-top: 40px;
  }
  .ticket2025-qa__subTtl {
    font-size: 4.5333333333vw;
  }
  .ticket2025-qa__subTtl + .seasonseat-attention__details {
    margin-top: 20px;
  }
}