@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: 64px;
}
.addReset .ticket-sc {
  padding-top: 88px;
}
.addReset .ticket-sc:not(:first-of-type) {
  border-top: solid 1px #3b496c;
}
.addReset .ticket-sc__ttl {
  position: relative;
  text-align: center;
  font-size: 6.875rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #152a61;
}
.addReset .ticket-sc__ttl span {
  position: absolute;
  top: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.addReset .ticket-sc__content {
  margin-top: 34px;
}
.addReset .ticket-sc__subTtl {
  padding-bottom: 19px;
  border-bottom: solid 1px #3b496c;
}
.addReset .ticket-sc__subTtl span {
  font-size: 1.375rem;
  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-btn {
  max-width: 358px;
  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: 23px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.addReset .ticket-btn a[href^="javascript:void(0)"] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: default;
}
@media (hover: hover) {
  .addReset {
    /* リンクの場合 */
  }
  .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;
  gap: 80px;
}
.addReset .ticket-btn__layout .ticket-btn {
  margin: 0;
}
.addReset .ticket-showcase__changePoint {
  margin-top: 80px;
}
.addReset .ticket-showcase__changePoint__ttl {
  padding: 15px 30px;
  background-color: #FFFFFF;
  text-align: center;
}
.addReset .ticket-showcase__changePoint__ttl p {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.addReset .ticket-showcase__changePoint__summary {
  margin-top: 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-body {
    padding-top: 64px;
  }
  .addReset .ticket-sc {
    padding-top: 60px;
  }
  .addReset .ticket-sc__inner {
    padding: 0 6.4vw;
  }
  .addReset .ticket-sc__ttl {
    font-size: 20vw;
    line-height: 0.9;
  }
  .addReset .ticket-sc__ttl span {
    top: 44%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-size: 6.9333333333vw;
    white-space: nowrap;
  }
  .addReset .ticket-sc__content {
    margin-top: 34px;
  }
  .addReset .ticket-sc__subTtl {
    padding-bottom: 15px;
  }
  .addReset .ticket-sc__subTtl span {
    font-size: 5.3333333333vw;
  }
  .addReset .ticket-btn {
    width: 68vw;
  }
  .addReset .ticket-btn a span {
    margin-top: 23px;
    font-size: 4vw;
  }
  .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;
    gap: 30px;
  }
  .addReset .ticket-showcase__changePoint {
    margin-top: 80px;
  }
}
/* ================================================

- showcase

================================================ */
.addReset .ticket-sc.-showcase {
  padding-top: 0;
  padding-bottom: 100px;
}
.addReset .ticket-showcase__banner {
  margin-top: 70px;
}
.addReset .ticket-showcase__banner 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);
}
@media (hover: hover) {
  .addReset .ticket-showcase__banner {
    margin-top: 70px;
  }
  .addReset .ticket-showcase__banner a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .addReset .ticket-showcase__banner a:any-link:hover {
    opacity: 0.7;
  }
}
.addReset .ticket-showcase__btn {
  margin-top: 75px;
}
.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;
  max-width: 1218px;
  width: 100%;
  margin: 90px auto 0;
  gap: 10px;
}
.addReset .ticket-anchor__btn {
  width: calc(20% - 8px);
}
.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: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background-image: url(/files/user/static/asset/images/common/pattern-1.jpg);
  background-size: 600px;
  background-position: top center;
  background-repeat: repeat;
  -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;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-showcase {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .addReset .ticket-showcase__banner {
    margin-top: 65px;
  }
  .addReset .ticket-showcase__btn {
    margin-top: 55px;
  }
  .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;
    margin: 40px auto 0;
    gap: 10px;
  }
  .addReset .ticket-anchor__btn {
    width: calc(50% - 5px);
  }
  .addReset .ticket-anchor__btn a {
    min-height: 56px;
    font-size: 4vw;
  }
}
/* ================================================

- 価格・席種（タブ）

================================================ */
.addReset .ticket-tab {
  margin-top: 42px;
}
.addReset .ticket-tab__list {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  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;
  gap: 12px;
}
.addReset .ticket-tab__item {
  width: calc(33.3333333333% - 8px);
}
.addReset .ticket-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: 56px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background-image: url(/files/user/static/asset/images/common/pattern-1.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat;
  -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);
}
.addReset .ticket-tab__item button:hover {
  opacity: 0.7;
}
.addReset .ticket-tab__item.-active button {
  background-image: none;
  background-color: #0d7cc4;
}
.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-tab {
    margin-top: 40px;
  }
  .addReset .ticket-tab__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: 10px;
  }
  .addReset .ticket-tab__item {
    width: calc(50% - 5px);
  }
  .addReset .ticket-tab__item button {
    min-height: 56px;
    font-size: 3.4666666667vw;
    line-height: 1.275;
  }
}
/* ================================================

- 価格・席種

================================================ */
.addReset .ticket-sc.-arena {
  padding-bottom: 137px;
}
.addReset .ticket-arena {
  margin-top: 60px;
}
.addReset .ticket-arena__figure {
  max-width: 828px;
  width: 100%;
  margin: 80px auto 0;
}
.addReset .ticket-arena__figure.-fukuikenn {
  max-width: 828px;
}
.addReset .ticket-arena__figure.-fukuishi {
  max-width: 520px;
}
.addReset .ticket-arena__figure.-aisin {
  max-width: 712px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-arena {
    padding-bottom: 90px;
  }
  .addReset .ticket-arena {
    margin-top: 45px;
  }
  .addReset .ticket-arena__figure {
    margin: 40px auto 0;
  }
  .addReset .ticket-arena__figure.-fukuikenn {
    max-width: 828px;
  }
  .addReset .ticket-arena__figure.-fukuishi {
    max-width: 520px;
  }
  .addReset .ticket-arena__figure.-aisin {
    max-width: 712px;
  }
}
/* ================================================

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

================================================ */
.addReset {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  /* アコーディオンが開いた時のスタイル */
}
.addReset .ticket-accordion {
  margin-top: 80px;
}
.addReset .ticket-accordion__details {
  background-color: #0e2c7b;
}
.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: 15px 40px 0 76px;
  font-size: 1.25rem;
  line-height: 1.475;
  letter-spacing: 0.04em;
  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: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 100%;
  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%);
}
.addReset .ticket-accordion__summary[data-num="1"]::before {
  background-color: #4c43e1;
}
.addReset .ticket-accordion__summary[data-num="2"]::before {
  background-color: #ca2ccb;
}
.addReset .ticket-accordion__summary[data-num="3"]::before {
  background-color: #008a89;
}
.addReset .ticket-accordion__summary[data-num="4"]::before {
  background-color: #cf3936;
}
.addReset .ticket-accordion__summary[data-num="5"]::before {
  background-color: #cb7800;
}
.addReset .ticket-accordion__summary[data-num="6"]::before {
  background-color: #58990a;
}
.addReset .ticket-accordion__summary[data-num="7"]::before {
  background-color: #3367bb;
}
.addReset .ticket-accordion__summary[data-num="8"]::before {
  background-color: #3c87ae;
}
.addReset .ticket-accordion__summary[data-num="9"]::before {
  background-color: #af9f05;
}
.addReset .ticket-accordion__summary[data-num="10"]::before {
  background-color: #9bd0b5;
}
.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: 28px;
  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 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: 40px;
  }
  .addReset .ticket-accordion__details:not(:first-of-type) {
    margin-top: 8px;
  }
  .addReset .ticket-accordion__summary {
    display: block;
    min-height: 56px;
    padding: 4vw 10.667vw 3.2vw 16.5vw;
    font-size: 4.8vw;
  }
  .addReset .ticket-accordion__summary:hover {
    opacity: 1;
  }
  .addReset .ticket-accordion__summary strong,
  .addReset .ticket-accordion__summary small {
    display: block;
    margin-left: 0;
    font-size: 3.3333333333vw;
  }
  .addReset .ticket-accordion__summary::before {
    width: 13.867vw;
    padding-top: 1.6vw;
    padding-right: 1.867vw;
    font-size: 7.7333333333vw;
  }
  .addReset .ticket-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .addReset .ticket-accordion__icon::before, .addReset .ticket-accordion__icon::after {
    width: 16px;
    height: 2px;
  }
}
/* ================================================

- 価格・席種

================================================ */
.addReset .ticket-arena__block {
  padding: 35px 40px 43px;
}
.addReset .ticket-price__block:not(:first-of-type) {
  margin-top: 28px;
}
.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%;
  color: #FFFFFF;
  text-align: center;
}
.addReset table.ticket-price__table thead th {
  width: 33.3333333333%;
  padding-bottom: 15px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.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 {
  padding: 15px 0;
  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 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: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #152756;
  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.04em;
  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: 30px;
}
.addReset .ticket-arena__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-arena__summary p:not(:first-of-type) {
  margin-top: 5px;
}
.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;
  margin-bottom: 60px;
}
.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.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) {
  .addReset .ticket-arena__block {
    padding: 40px 0 30px;
  }
  .addReset .ticket-price__block:not(:first-of-type) {
    margin-top: 20px;
  }
  .addReset .ticket-price__list dt {
    min-height: 50px;
    font-size: 4.2666666667vw;
  }
  .addReset .ticket-price__list dd {
    min-height: 50px;
    font-size: 5.0666666667vw;
  }
  .addReset .ticket-price__list dd small {
    font-size: 4.2666666667vw;
  }
  .addReset .ticket-price__list:not(:first-of-type) {
    margin-top: 1px;
  }
  .addReset table.ticket-price__table thead th {
    width: 33.3333333333%;
    padding-bottom: 15px;
    font-size: 4.2666666667vw;
  }
  .addReset table.ticket-price__table thead th small {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 3.7333333333vw;
  }
  .addReset table.ticket-price__table tbody th {
    padding: 15px 0;
    font-size: 4.2666666667vw;
  }
  .addReset table.ticket-price__table tbody th small {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 3.7333333333vw;
  }
  .addReset table.ticket-price__table tbody td {
    padding: 15px 0;
    font-size: 4.8vw;
  }
  .addReset table.ticket-price__table tbody td small {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-price__table__note {
    margin-top: 12px;
    text-align: left;
  }
  .addReset .ticket-price__table__note p {
    font-size: 3.2vw;
  }
  .addReset .ticket-arena__summary {
    margin-top: 30px;
  }
  .addReset .ticket-arena__summary p {
    font-size: 4vw;
  }
  .addReset .ticket-arena__summary p:not(:first-of-type) {
    margin-top: 5px;
  }
  .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: 15px;
    margin-bottom: 40px;
  }
  .addReset .ticket-gallery__item {
    width: 100%;
  }
  .addReset .ticket-gallery__item figcaption {
    margin-top: 3px;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

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

================================================ */
/* swiper
**********************/
.ticket-swiper__prev,
.ticket-swiper__next {
  position: absolute;
  top: 353px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ticket-swiper__prev::after,
.ticket-swiper__next::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ticket-swiper__prev:hover,
.ticket-swiper__next:hover {
  opacity: 0.7;
}

.ticket-swiper__prev.swiper-button-disabled,
.ticket-swiper__next.swiper-button-disabled {
  opacity: 0;
}

/* 次ページボタンのスタイル */
.ticket-swiper__next {
  right: -4px;
}
.ticket-swiper__next::after {
  left: 0;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

/* 前ページボタンのスタイル */
.ticket-swiper__prev {
  left: -4px;
}
.ticket-swiper__prev::after {
  right: 0;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}

.swiper-pagination__ticket.swiper-pagination {
  position: static;
  margin-top: 100px;
}

.swiper-pagination-bullet {
  margin: 0 4px !important;
}

.swiper-pagination__ticket .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  display: inline-block;
  background-color: #FF0000;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-pagination__ticket .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.swiper-pagination__ticket .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0d7cc4;
}

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

- 販売スケジュール

================================================ */
.addReset .ticket-sc.-schedule {
  padding-bottom: 130px;
}
.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;
  -webkit-clip-path: polygon(0 0, 0% 100%, 50% 50%);
          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.04em;
  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.04em;
  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__overflow {
  margin-top: 70px;
}
.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;
}
.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: 14px 9px 15px;
  font-size: 0.9375rem;
  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: left;
}
.addReset .ticket-schedule__table thead th {
  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.-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.-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;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-schedule {
    padding-bottom: 90px;
  }
  .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: 55px;
    padding-left: 0;
    gap: 90px;
  }
  .addReset .ticket-schedule__root__item {
    padding-bottom: 0;
  }
  .addReset .ticket-schedule__root__item::before {
    content: "";
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7px;
    height: 60px;
  }
  .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: 10px;
  }
  .addReset .ticket-schedule__root__txt dt {
    font-size: 4.5333333333vw;
  }
  .addReset .ticket-schedule__root__txt dd {
    margin-top: 5px;
    font-size: 3.7333333333vw;
  }
  .addReset .overflow-container {
    overflow-x: scroll;
  }
  .addReset .overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
  }
  .addReset .ticket-schedule__table {
    width: 960px;
  }
  .addReset .ticket-schedule__table th,
  .addReset .ticket-schedule__table td {
    padding: 14px 10px 15px;
    font-size: 0.875rem;
  }
}
/* ================================================

- 購入方法

================================================ */
.addReset .ticket-sc.-howto {
  padding-bottom: 130px;
}
.addReset .ticket-howto {
  margin-top: 40px;
}
.addReset .ticket-howto__btn {
  margin-top: 52px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-howto {
    padding-bottom: 90px;
  }
  .addReset .ticket-howto {
    margin-top: 40px;
  }
  .addReset .ticket-howto__btn {
    margin-top: 52px;
  }
}
/* ================================================

- 観戦について

================================================ */
.addReset .ticket-sc.-manners {
  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-bottom: solid 1px #3b496c;
}
.addReset .ticket-manners__ttl span {
  font-size: 1.375rem;
  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-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.04em;
  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.04em;
  color: #FFFFFF;
}
.addReset .ticket-coupon__summary p.-fz15 {
  font-size: 0.9375rem;
}
.addReset .ticket-coupon__summary p.-fz20 {
  font-size: 1.25rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .addReset .ticket-sc.-manners {
    padding-bottom: 100px;
  }
  .addReset .ticket-manners {
    margin-top: 40px;
  }
  .addReset .ticket-manners__block:not(:first-of-type) {
    margin-top: 60px;
  }
  .addReset .ticket-manners__ttl {
    padding-bottom: 17px;
  }
  .addReset .ticket-manners__ttl span {
    font-size: 5.6vw;
  }
  .addReset .ticket-manners__summary {
    margin-top: 27px;
  }
  .addReset .ticket-manners__summary p {
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-coupon__summary {
    margin-top: 27px;
  }
  .addReset .ticket-coupon__summary p {
    font-size: 4.5333333333vw;
  }
  .addReset .ticket-coupon__summary p.-fz15 {
    font-size: 3.7333333333vw;
  }
  .addReset .ticket-coupon__summary p.-fz20 {
    font-size: 5.0666666667vw;
  }
}
/* ================================================

- お問い合わせ

================================================ */
.addReset .ticket-sc.-contact {
  padding-top: 80px;
  padding-bottom: 140px;
}
.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.04em;
  color: #FFFFFF;
}
.addReset .ticket-contact__block {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 65px;
  padding: 10px 0 10px 75px;
  border-left: solid 1px #3b496c;
}
.addReset .ticket-contact__name {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  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 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .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: 6.1333333333vw;
  }
  .addReset .ticket-contact__block {
    margin-left: 0;
    margin-top: 35px;
    padding: 35px 0 0;
    border-left: none;
    border-top: solid 1px #3b496c;
  }
  .addReset .ticket-contact__name {
    font-size: 4.8vw;
  }
  .addReset .m-bgBtn.ticket-contact__btn {
    margin-top: 40px;
  }
  .addReset .m-bgBtn.ticket-contact__btn a {
    min-height: 56px;
  }
}
/* ================================================

-

================================================ */
.membership-showcase__changePoint {
  margin-top: 75px;
  padding: 28px 0 34px;
  background-color: #152756;
}

.membership-showcase__changePoint__inner {
  padding: 0 40px;
}

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

.membership-showcase__changePoint__list {
  margin-top: 14px;
  padding-top: 34px;
  border-top: solid 1px #176eb5;
}

.membership-showcase__changePointitem {
  font-size: 1.25rem;
  line-height: 1.334;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
  padding-left: 55px;
}
.membership-showcase__changePointitem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229px%22%20height%3D%2222px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%20188%2C%20189)%22%20d%3D%22M10.844%2C14.338%20L25.258%2C-0.012%20L28.994%2C3.817%20L10.844%2C21.996%20L0.002%2C11.083%20L3.738%2C7.254%20L10.844%2C14.338%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 22px;
}

.membership-showcase__changePointitem:not(:first-of-type) {
  margin-top: 24px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .membership-showcase__changePoint {
    margin-top: 75px;
    padding: 28px 0 28px;
  }
  .membership-showcase__changePoint__inner {
    padding: 0 5.333vw;
  }
  .membership-showcase__changePoint__ttl {
    font-size: 5.0666666667vw;
  }
  .membership-showcase__changePoint__list {
    margin-top: 14px;
    padding-top: 25px;
  }
  .membership-showcase__changePointitem {
    font-size: 4.5333333333vw;
    padding-left: 40px;
  }
  .membership-showcase__changePointitem::before {
    left: 0;
    max-width: 29px;
    max-height: 22px;
    width: 5.867vw;
    height: 4.533vw;
  }
  .membership-showcase__changePointitem:not(:first-of-type) {
    margin-top: 20px;
  }
}
.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: 30px;
  }
  .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-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;
  }
}