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

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

- イージング

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

- 共通

================================================ */
.view-bg {
  position: fixed;
  inset: 0;
  background-image: url("../../asset/images/special/2526/midnight/page_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}

.p-bg2 {
  min-height: 100vh;
  background-color: transparent;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: center center;
}

.p-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
  position: relative;
}

.p-sc__ttl {
  padding-top: 23px;
  position: relative;
}
.p-sc__ttl span {
  display: block;
  color: #fff6de;
  text-align: center;
  text-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
}
.p-sc__ttl span.-en {
  font-size: 2.125rem;
  line-height: 1.218;
  letter-spacing: 0.12em;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-sc__ttl span.-en.-min {
  margin-top: 10px;
  font-size: 1.375rem;
}
.p-sc__ttl span.-en.-poweredby {
  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: 20px;
  margin-top: 30px;
  font-size: 0.875rem;
  text-align: center;
}
.p-sc__ttl span.-en.-poweredby img {
  display: block;
  width: 200px;
}
.p-sc__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #fff6de;
  border-radius: calc(infinity * 1px);
  width: 88px;
  height: 6px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .view-bg {
    display: none;
  }
  _::-webkit-full-page-media, _:future, :root .view-bg {
    display: block;
  }
  .p-bg2 {
    background-image: url("../../asset/images/special/2526/midnight/page_bg_sp.jpg");
  }
  _::-webkit-full-page-media, _:future, :root .p-bg2 {
    background-color: transparent;
    background-image: none;
  }
  .p-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-sc__ttl {
    padding-top: 4.897vw;
  }
  .p-sc__ttl span {
    text-shadow: 0px 0px 1.795vw 0px rgba(250, 242, 187, 0.8);
  }
  .p-sc__ttl span.-en {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }
  .p-sc__ttl span.-en.-min {
    margin-top: 10px;
    font-size: 4vw;
  }
  .p-sc__ttl span.-en.-poweredby {
    gap: 4vw;
    margin-top: 8vw;
    font-size: 2.9333333333vw;
    line-height: 1.475;
  }
  .p-sc__ttl span.-en.-poweredby img {
    display: block;
    width: 45.333vw;
  }
  .p-sc__ttl::before {
    width: 9.231vw;
    height: 0.769vw;
  }
}
/* ================================================

- ボタン

================================================ */
.p-btn button,
.p-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;
  max-width: 430px;
  width: 100%;
  min-height: 58px;
  padding: 0 10px;
  font-size: 0.875rem;
  color: #0e1b3c;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.36em;
  background-color: rgb(255, 233, 176);
  border-radius: calc(infinity * 1px);
  position: relative;
  z-index: 1;
  -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);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
          box-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
}
.p-btn button span,
.p-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-btn button:hover,
.p-btn a:hover {
  color: #1e2570;
}
.p-btn a:not([href]) {
  cursor: default;
  background-color: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-btn a:not([href]):hover {
  color: #0e1b3c;
}

.p-btn.-transparent button,
.p-btn.-transparent a {
  min-height: 44px;
  font-size: 0.75rem;
  color: #ffe9b0;
  background-color: transparent;
  border: solid 1px rgb(255, 233, 176);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
          box-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
}

.p-btn.-next button,
.p-btn.-next a {
  position: relative;
}
.p-btn.-next button span::before,
.p-btn.-next a span::before {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214px%22%20height%3D%2224px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(30%2C%2037%2C%20112)%22%20d%3D%22M0.534%2C22.743%20C-0.175%2C22.042%20-0.175%2C20.908%200.534%2C20.207%20L8.848%2C11.1000%20L0.534%2C3.793%20C-0.175%2C3.092%20-0.175%2C1.958%200.534%2C1.257%20L0.882%2C0.914%20C1.594%2C0.212%202.749%2C0.212%203.461%2C0.914%20L13.406%2C10.732%20C14.115%2C11.433%2014.115%2C12.567%2013.406%2C13.268%20L3.461%2C23.086%20C2.749%2C23.789%201.594%2C23.789%200.882%2C23.086%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
}

.p-btn.-next.-transparent button,
.p-btn.-next.-transparent a {
  position: relative;
}
.p-btn.-next.-transparent button span::before,
.p-btn.-next.-transparent a span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20233%2C%20176)%22%20d%3D%22M0.268%2C11.544%20C-0.088%2C11.182%20-0.088%2C10.596%200.268%2C10.234%20L4.434%2C5.993%20L0.268%2C1.750%20C-0.088%2C1.388%20-0.088%2C0.802%200.268%2C0.440%20L0.442%2C0.263%20C0.799%2C-0.101%201.378%2C-0.101%201.734%2C0.263%20L6.718%2C5.337%20C7.073%2C5.699%207.073%2C6.285%206.718%2C6.647%20L1.734%2C11.722%20C1.378%2C12.085%200.799%2C12.085%200.442%2C11.722%20%22%2F%3E%3C%2Fsvg%3E");
  width: 7px;
  height: 12px;
}

.p-btn.-min button,
.p-btn.-min a {
  min-height: 42px;
  font-size: 0.75rem;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
          box-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
}
.p-btn.-min button::before,
.p-btn.-min a::before {
  width: 12px;
  height: 14px;
}

.p-btn.-center {
  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;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-btn button,
  .p-btn a {
    max-width: 110.256vw;
    width: 100%;
    min-height: 12.821vw;
    padding: 0 2.564vw;
    font-size: 3.7333333333vw;
    -webkit-box-shadow: 0px 0px 1.795vw 0px rgba(250, 242, 187, 0.8);
            box-shadow: 0px 0px 1.795vw 0px rgba(250, 242, 187, 0.8);
  }
  .p-btn.-transparent button,
  .p-btn.-transparent a {
    min-height: 11.282vw;
    font-size: 0.75rem;
  }
  .p-btn.-next button span::before,
  .p-btn.-next a span::before {
    right: 1.538vw;
    width: 1.026vw;
    height: 1.538vw;
  }
  .p-btn.-next.-transparent button span::before,
  .p-btn.-next.-transparent a span::before {
    width: 1.026vw;
    height: 1.538vw;
  }
  .p-btn.-min button,
  .p-btn.-min a {
    min-height: 8.205vw;
    font-size: 2.6666666667vw;
    -webkit-box-shadow: 0px 0px 1.795vw 0px rgba(250, 242, 187, 0.8);
            box-shadow: 0px 0px 1.795vw 0px rgba(250, 242, 187, 0.8);
  }
  .p-btn.-min button::before,
  .p-btn.-min a::before {
    width: 1.026vw;
    height: 1.538vw;
  }
}
/* ================================================

- showcase

================================================ */
.p-bg1 {
  padding: 123px 0 159px;
  background-color: #050A30;
  background-image: url("../../asset/images/special/2526/midnight/showcase_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 0px center;
}

.p-showcase__summary {
  text-align: center;
}
.p-showcase__summary p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: 0.24em;
  color: #fff6de;
  text-shadow: 0px 0px 7px rgba(250, 242, 187, 0.8);
}

.p-showcase__summary.-txt1 p {
  font-size: 1.125rem;
  line-height: 2.167;
}

.p-showcase__summary.-txt2 {
  margin-top: 47px;
}
.p-showcase__summary.-txt2 p {
  font-size: 2.375rem;
  line-height: 1.375;
  color: #ffdd84;
}

.p-showcase__summary.-txt3 {
  margin-top: 23px;
}
.p-showcase__summary.-txt3 p {
  font-size: 1.125rem;
  line-height: 2.25;
}

.p-showcase__summary.-txt4 {
  margin-top: 50px;
}
.p-showcase__summary.-txt4 p {
  font-size: 1rem;
}

.p-showcase__summary.-txt5 {
  margin-top: 70px;
}
.p-showcase__summary.-txt5 p {
  font-size: 1.625rem;
  line-height: 1.308;
  letter-spacing: 0.2em;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffdd84;
}

.p-showcase__logo {
  width: 420px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-bg1 {
    padding: 19.487vw 0 22.564vw;
    background-image: url("../../asset/images/special/2526/midnight/showcase_bg_sp.jpg");
  }
  .p-showcase__summary {
    text-align: center;
  }
  .p-showcase__summary p {
    text-shadow: 0px 0px 1.795vw rgba(250, 242, 187, 0.8);
  }
  .p-showcase__summary.-txt1 p {
    font-size: 4vw;
  }
  .p-showcase__summary.-txt2 {
    margin-top: 5.641vw;
  }
  .p-showcase__summary.-txt2 p {
    font-size: 8vw;
    letter-spacing: 0.16em;
  }
  .p-showcase__summary.-txt3 {
    margin-top: 1.538vw;
  }
  .p-showcase__summary.-txt3 p {
    font-size: 3.7333333333vw;
  }
  .p-showcase__summary.-txt4 {
    margin-top: 8.205vw;
  }
  .p-showcase__summary.-txt4 p {
    font-size: 3.7333333333vw;
    line-height: 1.25;
  }
  .p-showcase__summary.-txt5 {
    margin-top: 9.744vw;
  }
  .p-showcase__summary.-txt5 p {
    font-size: 5.8666666667vw;
    letter-spacing: 0.16em;
    line-height: 1.227;
  }
  .p-showcase__logo {
    width: 66.154vw;
    margin-top: 12.821vw;
  }
}
/* ================================================

- SEASON CONCEPT

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

- SCHEDULE

================================================ */
.p-sc.-schedule {
  padding-top: 166px;
}
.p-sc.-schedule .p-sc__inner {
  position: relative;
}

.p-schedule__inner {
  margin-top: 63px;
  overflow-x: clip;
}

.p-schedule__swiper.swiper {
  overflow: visible;
}

.swiper-slide.p-schedule__item {
  width: 344px;
  height: auto;
  padding: 20px 18px 30px;
  border: solid 1px rgba(201, 246, 255, 0.4);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.7);
          box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.7);
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  position: relative;
}
.swiper-slide.p-schedule__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(201, 246, 255, 0.4)), to(rgba(0, 117, 193, 0.4)));
  background: linear-gradient(0deg, rgba(201, 246, 255, 0.4) 0%, rgba(0, 117, 193, 0.4) 100%);
  z-index: -1;
}

.p-schedule__emblem {
  width: 86px;
  margin: 0 auto;
}

.p-schedule__summary {
  margin-top: 15px;
  color: #FFFFFF;
  text-align: center;
}

.p-schedule__date2 {
  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: 8px;
}
.p-schedule__date2 p {
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-schedule__date2 p span.-day {
  display: inline-block;
  margin-right: 2px;
  font-size: 2.75rem;
}
.p-schedule__date2 p span.-tipoff {
  display: block;
  margin-top: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-schedule__vs {
  margin-top: 20px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-schedule__team {
  margin-top: 8px;
  font-size: 1.3125rem;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-schedule__pin {
  width: 18px;
  margin: 29px auto 0;
}

.p-schedule__arena {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.643;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-schedule__item__btn.p-btn {
  margin-top: 23px;
}
.p-schedule__item__btn.p-btn button,
.p-schedule__item__btn.p-btn a {
  min-height: 58px;
  font-size: 1rem;
}

.swiper-scrollbar.p-scrollbar {
  max-width: 530px;
  width: 100% !important;
  height: 3px !important;
  margin: 65px auto 0;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: rgba(255, 233, 176, 0.3) !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(250, 242, 187, 0.004) !important;
          box-shadow: 0px 0px 20px 0px rgba(250, 242, 187, 0.004) !important;
}
.swiper-scrollbar.p-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: rgb(255, 233, 176) !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(250, 242, 187, 0.8) !important;
          box-shadow: 0px 0px 20px 0px rgba(250, 242, 187, 0.8) !important;
}

.swiper-scrollbar.p-schedule__scrollbar {
  margin: 65px auto 0;
}

.p-schedule__btn {
  max-width: 430px;
  margin: 67px auto 0;
}

.p-schedule__score {
  margin-top: 60px;
  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;
}

.p-schedule__score__list {
  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: 20px;
}
.p-schedule__score__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 2.625rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-schedule__score__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 2.625rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.p-schedule__score__list:not(:first-of-type) {
  margin-top: 20px;
}

/* swiper
**********************/
.swiper-pagination.p-schedule__pagination {
  max-width: 988px;
  width: 100%;
  margin: 0 auto;
  height: 6px !important;
  position: relative !important;
  left: 0 !important;
  bottom: -10px !important;
  background-color: rgba(219, 249, 255, 0.3) !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(201, 246, 255, 0.4) !important;
          box-shadow: 0px 0px 10px 0px rgba(201, 246, 255, 0.4) !important;
}
.swiper-pagination.p-schedule__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 16.6666666667%;
  height: 6px !important;
  margin: 0 !important;
  background-color: transparent !important;
  border-radius: 10px !important;
  translate: 0 -8px;
  cursor: pointer;
}
.swiper-pagination.p-schedule__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination.p-schedule__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination.p-schedule__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dbf9ff !important;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-schedule {
    padding-top: 24.872vw;
  }
  .p-sc.-schedule .p-sc__inner {
    position: relative;
  }
  .p-schedule__inner {
    margin-top: 10.256vw;
    overflow-x: clip;
  }
  .swiper-slide.p-schedule__item {
    width: 88.205vw;
    height: auto;
    padding: 5.128vw 3.846vw 7.179vw;
    -webkit-box-shadow: 0px 0px 1.795vw 0px rgba(201, 246, 255, 0.7);
            box-shadow: 0px 0px 1.795vw 0px rgba(201, 246, 255, 0.7);
  }
  .p-schedule__emblem {
    width: 15.385vw;
  }
  .p-schedule__summary {
    margin-top: 3.846vw;
  }
  .p-schedule__date2 {
    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: 2.051vw;
  }
  .p-schedule__date2 p {
    font-size: 6.6666666667vw;
  }
  .p-schedule__date2 p span.-day {
    margin-right: 0;
    font-size: 10.1333333333vw;
  }
  .p-schedule__date2 p span.-tipoff {
    margin-top: 2.821vw;
    font-size: 2.6666666667vw;
  }
  .p-schedule__vs {
    margin-top: 4.103vw;
    font-size: 4vw;
  }
  .p-schedule__team {
    margin-top: 2.308vw;
    font-size: 4.2666666667vw;
  }
  .p-schedule__pin {
    width: 3.077vw;
    margin: 5.128vw auto 0;
  }
  .p-schedule__arena {
    margin-top: 3.077vw;
    font-size: 3.2vw;
  }
  .p-schedule__item__btn.p-btn {
    margin-top: 4.103vw;
  }
  .p-schedule__item__btn.p-btn button,
  .p-schedule__item__btn.p-btn a {
    min-height: 11.282vw;
    font-size: 3.7333333333vw;
  }
  .swiper-scrollbar.p-scrollbar {
    max-width: 84.615vw;
    height: 2px !important;
    margin: 9.744vw auto 0;
    -webkit-box-shadow: 0px 0px 5.128vw 0px rgba(250, 242, 187, 0.004) !important;
            box-shadow: 0px 0px 5.128vw 0px rgba(250, 242, 187, 0.004) !important;
  }
  .swiper-scrollbar.p-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5.128vw 0px rgba(250, 242, 187, 0.8) !important;
            box-shadow: 0px 0px 5.128vw 0px rgba(250, 242, 187, 0.8) !important;
  }
  .swiper-scrollbar.p-schedule__scrollbar {
    margin: 9.744vw auto 0;
  }
  .p-schedule__btn {
    max-width: 84.615vw;
    margin: 10.513vw auto 0;
  }
  .p-schedule__score {
    margin-top: 7vw;
  }
  .p-schedule__score__list {
    gap: 3.5vw;
  }
  .p-schedule__score__list dt {
    font-size: 8.2666666667vw;
  }
  .p-schedule__score__list dd {
    font-size: 8.2666666667vw;
  }
  .p-schedule__score__list:not(:first-of-type) {
    margin-top: 3.5vw;
  }
}
/* ================================================

- POWER UP BLOWINDS

================================================ */
.p-powerUp {
  margin-top: 63px;
}

.p-entainment__swiper.swiper,
.p-powerUp__swiper.swiper {
  overflow: visible;
}

.swiper-slide.p-powerUp__item {
  width: 344px;
  height: auto;
  padding: 15px 18px 22px;
  border: solid 1px rgba(201, 246, 255, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.7);
          box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.7);
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  position: relative;
}
.swiper-slide.p-powerUp__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(201, 246, 255, 0.1)), to(rgba(0, 117, 193, 0.1)));
  background: linear-gradient(0deg, rgba(201, 246, 255, 0.1) 0%, rgba(0, 117, 193, 0.1) 100%);
  z-index: -1;
}

.p-powerUp__sumarys {
  margin-top: 15px;
  padding: 0;
}
.p-powerUp__sumarys dt {
  font-size: 1.625rem;
  line-height: 1.192;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff6de;
  text-align: center;
}
.p-powerUp__sumarys dt.-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-powerUp__sumary {
  margin-top: 12px;
}
.p-powerUp__sumary p {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}
.p-powerUp__sumary p.p-powerUp__sumary__link {
  margin-top: 5px;
}
.p-powerUp__sumary p.p-powerUp__sumary__link a {
  color: rgb(255, 221, 132);
}

.p-btn.p-powerUp__item__btn {
  margin-top: 33px;
}
.p-btn.p-powerUp__item__btn button,
.p-btn.p-powerUp__item__btn a {
  width: 100%;
  min-height: 58px;
}

.p-powerUp__btn {
  margin-top: 40px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-powerUp {
    margin-top: 9.744vw;
  }
  .p-entainment__swiper.swiper,
  .p-powerUp__swiper.swiper {
    overflow: visible;
  }
  .swiper-slide.p-powerUp__item {
    padding: 2.308vw 2.564vw 15.385vw;
    -webkit-box-shadow: 0px 0px 1.795vw 0px rgba(201, 246, 255, 0.7);
            box-shadow: 0px 0px 1.795vw 0px rgba(201, 246, 255, 0.7);
  }
  .p-powerUp__sumarys {
    margin-top: 1.795vw;
    padding: 0;
  }
  .p-powerUp__sumarys dt {
    font-size: 5.8666666667vw;
  }
  .p-powerUp__sumary {
    margin-top: 1.538vw;
  }
  .p-powerUp__sumary p {
    font-size: 3.4666666667vw;
    line-height: 1.539;
  }
  .p-btn.p-powerUp__item__btn {
    margin-top: 7.692vw;
  }
  .p-btn.p-powerUp__item__btn button,
  .p-btn.p-powerUp__item__btn a {
    min-height: 11.282vw;
  }
  .p-powerUp__btn {
    margin-top: 10.256vw;
  }
}
/* ================================================

- SPECIAL ENTAINMENT

================================================ */
.p-sc.-entainment {
  margin-top: 234px;
}

.p-entainment_banner a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-entainment {
    margin-top: 25.641vw;
  }
}
/* ================================================

- GIFT

================================================ */
.p-sc.-gift {
  margin-top: 253px;
}
.p-sc.-gift .p-sc__inner {
  padding: 0 100px;
}

.p-gift {
  margin-top: 60px;
}

.p-gift__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 22.6666666667px), 1fr));
  gap: 90px 34px;
}

.p-gift__item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-row: span 3;
}

.p-gift__item__photo {
  position: relative;
}
.p-gift__item__photo figcaption {
  position: absolute;
  left: 2px;
  bottom: 2px;
  padding: 4px 5px 3px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #0e1b3c;
  background-color: rgb(255, 233, 176);
}
.p-gift__item__photo figcaption span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-gift__item__photo figcaption.-all {
  color: #0e1b3c;
  background-color: rgb(255, 221, 132);
}

.p-gift__item__summary {
  margin-top: 18px;
}
.p-gift__item__summary p {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}

.p-btn.p-gift__item__btn {
  margin-top: 17px;
}

.p-gift__btn {
  margin-top: 123px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-gift {
    margin-top: 100px;
  }
  .p-sc.-gift .p-sc__inner {
    padding: 0 30px;
  }
  .p-gift {
    margin-top: 43px;
  }
  .p-gift__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2.564vw), 1fr));
    gap: 28px 18px;
  }
  .p-gift__item__photo figcaption {
    left: 2px;
    bottom: 2px;
    padding: 4px 4px 3px;
    font-size: 3.2vw;
  }
  .p-gift__item__summary {
    margin-top: 6px;
  }
  .p-gift__item__summary p {
    font-size: 3.4666666667vw;
    line-height: 1.539;
  }
  .p-btn.p-gift__item__btn {
    margin-top: 10px;
  }
  .p-gift__btn {
    margin-top: 60px;
  }
}
/* ================================================

- EVENT

================================================ */
.p-sc.-event {
  margin-top: 235px;
}
.p-sc.-event .p-sc__inner {
  padding: 0 100px;
}

.p-event {
  margin-top: 57px;
}

.p-event__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 13.3333333333px), 1fr));
  gap: 20px 20px;
}

.p-event__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-row: span 3;
  padding: 17px 20px 26px;
  border: solid 1px rgb(0, 117, 193);
  background: linear-gradient(-114deg, rgba(0, 117, 193, 0.1) 0%, rgba(201, 246, 255, 0.1) 100%);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.4);
          box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.4);
}

.p-event__item__photo {
  width: 224px;
  margin: 0 auto;
  position: relative;
}
.p-event__item__photo figcaption {
  position: absolute;
  left: 2px;
  bottom: 2px;
  padding: 4px 5px 3px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #0e1b3c;
  background-color: rgb(255, 233, 176);
}
.p-event__item__photo figcaption span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-event__item__photo figcaption.-all {
  color: #0e1b3c;
  background-color: rgb(255, 221, 132);
}

.p-event__item__summarys {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  margin-top: 12px;
}
.p-event__item__summarys dt {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff6de;
}

.p-event__item__summary {
  margin-top: 4px;
}
.p-event__item__summary p {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}

.p-event__item__btn {
  margin-top: 14px;
}

.p-event__btn {
  margin-top: 40px;
}

.p-event__note {
  margin-top: 34px;
}
.p-event__note p {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-event {
    margin-top: 25.641vw;
  }
  .p-sc.-event .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-event {
    margin-top: 9.744vw;
  }
  .p-event__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 1.0256666667vw), 1fr));
    gap: 2.051vw 2.051vw;
  }
  .p-event__item {
    grid-template-rows: auto 1fr 2fr;
    padding: 2.308vw 2.564vw 2.308vw;
    -webkit-box-shadow: 0px 0px 1.795vw 0px rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 1.795vw 0px rgba(201, 246, 255, 0.4);
  }
  .p-event__item__photo {
    width: 35.897vw;
  }
  .p-event__item__photo figcaption {
    left: 0.513vw;
    bottom: 0.513vw;
    padding: 1.026vw 1.026vw 0.769vw;
    font-size: 3.2vw;
  }
  .p-event__item__summarys {
    margin-top: 2.051vw;
  }
  .p-event__item__summarys dt {
    font-size: 3.7333333333vw;
    line-height: 1.286;
  }
  .p-event__item__summary {
    margin-top: 0;
  }
  .p-event__item__summary p {
    font-size: 3.4666666667vw;
    line-height: 1.692;
  }
  .p-event__item__btn {
    margin-top: 2.564vw;
  }
  .p-event__btn {
    margin-top: 10.256vw;
  }
  .p-event__note {
    margin-top: 2.821vw;
  }
  .p-event__note p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
/* ================================================

- FANCLUB DAY

================================================ */
.p-sc.-fanclub {
  margin-top: 236px;
}
.p-sc.-fanclub .p-sc__inner {
  padding: 0 100px;
}

.p-fanclub {
  margin-top: 57px;
}

.p-fanclub__swiper.swiper {
  overflow: visible;
}

.swiper-slide.p-fanclub__item {
  width: 810px;
  height: auto;
  padding: 30px 30px 44px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(201, 246, 255, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(201, 246, 255, 0.4);
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  position: relative;
}
.swiper-slide.p-fanclub__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 3px #2d4d77;
  background: linear-gradient(228deg, rgba(201, 246, 255, 0.1) 0%, rgba(0, 117, 193, 0.1) 100%);
  z-index: -1;
}

.p-fanclub__sumarys {
  margin-top: 28px;
  padding: 0 10px;
}
.p-fanclub__sumarys dt {
  font-size: 4.3125rem;
  line-height: 1.217;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #dbf9ff;
  text-align: center;
}

.p-fanclub__sumary {
  margin-top: 18px;
}
.p-fanclub__sumary p {
  font-size: 2.25rem;
  line-height: 1.667;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #dbf9ff;
}

.p-fanclub__item__btn {
  margin-top: 33px;
}
.p-fanclub__item__btn button,
.p-fanclub__item__btn a {
  min-height: 132px;
}

.p-fanclub__btn {
  margin-top: 118px;
}

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

- GOODS

================================================ */
.p-sc.-goods {
  margin-top: 236px;
}
.p-sc.-goods .p-sc__inner {
  padding: 0 150px;
}

.p-goods {
  margin-top: 56px;
}

.p-goods__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 20px), 1fr));
  gap: 60px 30px;
}

.p-goods__item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-row: span 3;
}

.p-goods__item__photo img {
  -webkit-box-shadow: 0px 0px 15px 4px rgba(201, 246, 255, 0.4);
          box-shadow: 0px 0px 15px 4px rgba(201, 246, 255, 0.4);
}

.p-goods__item__summary {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  margin-top: 18px;
  text-align: center;
}
.p-goods__item__summary p {
  font-size: 1rem;
  line-height: 1.255;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}
.p-goods__item__summary p.-price {
  margin-top: 14px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-goods__item__summary p.-price small {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-goods__item__btn {
  margin-top: 21px;
}

.p-goods__btn {
  max-width: 430px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-goods {
    margin-top: 25.641vw;
  }
  .p-sc.-goods .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-goods {
    margin-top: 9.744vw;
  }
  .p-goods__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2.564vw), 1fr));
    gap: 6.667vw 4.103vw;
  }
  .p-goods__item__photo img {
    -webkit-box-shadow: 0px 0px 1.795vw 0.513vw rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 1.795vw 0.513vw rgba(201, 246, 255, 0.4);
  }
  .p-goods__item__summary {
    margin-top: 1.795vw;
  }
  .p-goods__item__summary p {
    font-size: 3.7333333333vw;
    line-height: 1.429;
  }
  .p-goods__item__summary p.-price {
    margin-top: 3.59vw;
  }
  .p-goods__item__summary p.-price small {
    font-size: 3.7333333333vw;
  }
  .p-goods__item__btn {
    margin-top: 2.821vw;
  }
  .p-goods__btn {
    max-width: 84.615vw;
    margin-top: 9.744vw;
  }
}
/* ================================================

- VIDEO

================================================ */
.p-sc.-video {
  margin-top: 262px;
}
.p-sc.-video .p-sc__inner {
  padding: 0 100px;
}

.p-video {
  margin-top: 116px;
}

.p-video__swiper.swiper {
  overflow: visible;
}

.swiper-slide.p-video__item {
  width: 810px;
  height: auto;
}

.swiper-slide.p-video__item iframe {
  width: 100%;
  aspect-ratio: 4/5;
}

.swiper-scrollbar.p-video__scrollbar.p-scrollbar {
  margin: 65px auto 0;
}

.p-video__btn {
  margin-top: 130px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-video {
    margin-top: 25.641vw;
  }
  .p-sc.-video .p-sc__inner {
    padding: 0;
  }
  .p-video {
    margin-top: 9.744vw;
  }
  .p-video__swiper.swiper {
    overflow: hidden;
  }
  .swiper-slide.p-video__item {
    width: 69.231vw;
  }
  .swiper-scrollbar.p-video__scrollbar.p-scrollbar {
    margin: 11.111vw auto 0;
  }
  .p-video__btn {
    margin-top: 11.111vw;
    padding: 0 7.692vw;
  }
}
/* ================================================

- FOR FAMILY

================================================ */
.p-sc.-family {
  margin-top: 262px;
}
.p-sc.-family .p-sc__inner {
  padding: 0 100px;
}

.p-family {
  margin-top: 54px;
}

.p-family__booz {
  width: 316px;
  margin: 0 auto;
}

.p-family__summary {
  margin-top: 31px;
  text-align: center;
}
.p-family__summary p {
  font-size: 1.1875rem;
  line-height: 1.579;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}

.p-family__instagram {
  width: 54px;
  margin: 24px auto 0;
}
.p-family__instagram a {
  display: block;
}

.p-family__btn {
  margin-top: 29px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-family {
    margin-top: 25.641vw;
  }
  .p-sc.-family .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-family {
    margin-top: 7.949vw;
  }
  .p-family__booz {
    width: 50.256vw;
  }
  .p-family__summary {
    margin-top: 20x;
  }
  .p-family__summary p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-family__instagram {
    width: 8.974vw;
    margin: 3.333vw auto 0;
  }
  .p-family__btn {
    margin-top: 4.615vw;
  }
}
/* ================================================

- FOR BEGINNERS

================================================ */
.p-sc.-beginners {
  margin-top: 262px;
}
.p-sc.-beginners .p-sc__inner {
  padding: 0 90px;
}

.p-beginners {
  margin-top: 54px;
}

.p-beginners__banner {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(250, 242, 187, 0.4));
          filter: drop-shadow(0px 0px 15px rgba(250, 242, 187, 0.4));
}

.p-beginners__summary {
  margin-top: 31px;
  text-align: center;
}
.p-beginners__summary p {
  font-size: 1.1875rem;
  line-height: 1.579;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}

.p-beginners__btn {
  margin-top: 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-beginners {
    margin-top: 25.641vw;
  }
  .p-sc.-beginners .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-beginners {
    margin-top: 9.744vw;
  }
  .p-beginners__banner {
    -webkit-filter: drop-shadow(0px 0px 1.795vw rgba(250, 242, 187, 0.4));
            filter: drop-shadow(0px 0px 1.795vw rgba(250, 242, 187, 0.4));
  }
  .p-beginners__summary {
    margin-top: 6.41vw;
  }
  .p-beginners__summary p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-beginners__btn {
    margin-top: 4.615vw;
  }
}
/* ================================================

- ACSESS

================================================ */
.p-sc.-access {
  margin-top: 262px;
  padding-bottom: 200px;
}
.p-sc.-access .p-sc__inner {
  padding: 0 90px;
}

.p-access {
  margin-top: 54px;
}

.p-access__photo {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(250, 242, 187, 0.4));
          filter: drop-shadow(0px 0px 15px rgba(250, 242, 187, 0.4));
}

.p-access__layout {
  margin-top: 31px;
}

.p-access__block:not(:first-of-type) {
  margin-top: 60px;
}

.p-access__arena {
  font-size: 1.1875rem;
  line-height: 1.579;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
  text-align: center;
}

.p-access__btn {
  margin-top: 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-access {
    margin-top: 25.641vw;
    padding-bottom: 25.641vw;
  }
  .p-sc.-access .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-access {
    margin-top: 9.744vw;
  }
  .p-access__photo {
    -webkit-filter: drop-shadow(0px 0px 1.795vw rgba(250, 242, 187, 0.4));
            filter: drop-shadow(0px 0px 1.795vw rgba(250, 242, 187, 0.4));
  }
  .p-access__layout {
    margin-top: 7.692vw;
  }
  .p-access__block:not(:first-of-type) {
    margin-top: 12.821vw;
  }
  .p-access__arena {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-access__btn {
    margin-top: 4.615vw;
  }
}
/* ================================================

- TICKET

================================================ */
.p-sc.-ticket {
  padding: 193px 0 210px;
  background-image: url("../../asset/images/special/2526/midnight/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.p-sc.-ticket .p-sc__inner {
  padding: 0 90px;
}

.p-ticket__emblem {
  width: 96px;
  margin: 0 auto;
}

.p-ticket__banner {
  margin-top: 45px;
}
.p-ticket__banner a {
  display: block;
  width: 224px;
  margin: 0 auto;
}
.p-ticket__banner a img {
  display: block;
}

.p-ticket__banner__txt {
  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;
  margin-top: 20px;
  font-size: 0.9375rem;
  line-height: 1.533;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}
.p-ticket__banner__txt span {
  padding-right: 10px;
  position: relative;
}
.p-ticket__banner__txt span::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  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%2214px%22%20height%3D%2225px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M0.559%2C23.396%20C-0.151%2C22.690%20-0.151%2C21.546%200.559%2C20.839%20L8.876%2C12.562%20L0.559%2C4.284%20C-0.151%2C3.578%20-0.151%2C2.435%200.559%2C1.727%20L0.907%2C1.383%20C1.619%2C0.672%202.775%2C0.672%203.487%2C1.383%20L13.436%2C11.283%20C14.147%2C11.989%2014.147%2C13.134%2013.436%2C13.840%20L3.487%2C23.742%20C2.775%2C24.451%201.619%2C24.451%200.907%2C23.742%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 12px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-ticket {
    padding: 29.487vw 0 28.205vw;
    background-image: url("../../asset/images/special/2526/midnight/footer_bg_sp.jpg");
  }
  .p-sc.-ticket .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-ticket__emblem {
    width: 22.564vw;
  }
  .p-ticket__banner {
    margin-top: 10.513vw;
  }
  .p-ticket__banner a {
    width: 43.59vw;
  }
  .p-ticket__banner__txt {
    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;
    margin-top: 4.615vw;
    font-size: 4vw;
  }
  .p-ticket__banner__txt span {
    padding-right: 2.564vw;
  }
  .p-ticket__banner__txt span::after {
    width: 1.282vw;
    height: 2.051vw;
  }
}
/* ================================================

- ヘッダー

================================================ */
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  z-index: 10;
}

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

- ナビゲーション

================================================ */
.p-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  inset: 0;
  z-index: 11;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  padding: 90px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-image: url("../../asset/images/special/2526/midnight/page_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-nav.-active {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.p-nav__inner {
  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;
}

.p-nav__list {
  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: 90px;
}

.p-nav__item {
  padding-top: 23px;
  position: relative;
}
.p-nav__item span {
  display: block;
  color: #fff6de;
  text-align: center;
  text-shadow: 0px 0px 7px 0px rgba(250, 242, 187, 0.8);
}
.p-nav__item span.-en {
  font-size: 2rem;
  line-height: 1.118;
  letter-spacing: 0.12em;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #fff6de;
  border-radius: calc(infinity * 1px);
  width: 88px;
  height: 6px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -30px;
    z-index: 11;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 23.077vw 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .p-nav.-active {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .p-nav__inner {
    padding: 0 5.333vw;
  }
  .p-nav__list {
    gap: 19vw;
  }
  .p-nav__item {
    padding-top: 4.897vw;
  }
  .p-nav__item span {
    text-shadow: 0px 0px 1.795vw 0px rgba(250, 242, 187, 0.8);
  }
  .p-nav__item span.-en {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }
  .p-nav__item::before {
    width: 9.231vw;
    height: 0.769vw;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.p-hamburgerBtn {
  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;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  min-height: 80px;
  cursor: pointer;
  background-color: transparent;
  z-index: 11;
}
.p-hamburgerBtn .p-hamburgerBtn__line {
  position: relative;
  width: 35px;
  height: 25px;
}
.p-hamburgerBtn .p-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-hamburgerBtn .p-hamburgerBtn__line span::before,
.p-hamburgerBtn .p-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: inherit;
  transition: inherit;
}
.p-hamburgerBtn .p-hamburgerBtn__line span::before {
  top: -8px;
}
.p-hamburgerBtn .p-hamburgerBtn__line span::after {
  top: 8px;
}

.p-hamburgerBtn.-active .p-hamburgerBtn__line span {
  background-color: transparent;
}
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::before,
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::after {
  top: 0;
  background-color: #FFFFFF;
}
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-hamburgerBtn.-hide {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-hamburgerBtn {
    top: 0;
    right: 0;
    width: 14.359vw;
    min-height: 14.359vw;
  }
  .p-hamburgerBtn .p-hamburgerBtn__line {
    width: 6.731vw;
    height: 4.808vw;
  }
  .p-hamburgerBtn .p-hamburgerBtn__line span::before {
    top: -2.051vw;
  }
  .p-hamburgerBtn .p-hamburgerBtn__line span::after {
    top: 2.051vw;
  }
  .p-hamburgerBtn.-hide {
    display: none;
  }
}
/* ================================================

- フロートボタン

================================================ */
.p-floatBanner {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  z-index: 2;
  display: none;
}

.p-floatBanner.-active {
  display: block;
  -webkit-animation: appear 0.3s ease-in;
          animation: appear 0.3s ease-in;
}

@-webkit-keyframes appear {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  99.9%, to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  99.9%, to {
    bottom: 0;
    opacity: 1;
  }
}
.p-floatBanner__banner {
  width: 238px;
}
.p-floatBanner__banner a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-floatBanner {
    right: 3.59vw;
    bottom: 4.615vw;
  }
  .p-floatBanner__banner {
    width: 34.872vw;
  }
}
/* ================================================

-

================================================ */
.pEvent-modal__wrap {
  padding: 90px 0;
  background-color: #13234d;
}

.pEvent-modal__inner {
  padding: 0 60px;
}

.pEvent-modal__photo {
  max-width: 600px;
  margin: 0 auto;
}

.pEvent-modal__summary {
  margin-top: 30px;
}
.pEvent-modal__summary p {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff6de;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .pEvent-modal__wrap {
    padding: 20vw 0 10vw;
  }
  .pEvent-modal__inner {
    padding: 0 7.467vw;
  }
  .pEvent-modal__summary {
    margin-top: 4.667vw;
  }
  .pEvent-modal__summary p {
    font-size: 4vw;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .p-btn a:-moz-any-link:hover {
    box-shadow: 0px 0px 15px 5px rgba(201, 246, 255, 0.8);
  }
  .p-btn a:any-link:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(201, 246, 255, 0.8);
            box-shadow: 0px 0px 15px 5px rgba(201, 246, 255, 0.8);
  }
  .p-btn.-min a:-moz-any-link:hover {
    box-shadow: 0px 0px 8px 2px rgba(201, 246, 255, 0.8);
  }
  .p-btn.-min a:any-link:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(201, 246, 255, 0.8);
            box-shadow: 0px 0px 8px 2px rgba(201, 246, 255, 0.8);
  }
  .p-ticket__banner a:-moz-any-link:hover {
    filter: drop-shadow(0px 0px 15px rgba(201, 246, 255, 0.4));
  }
  .p-ticket__banner a:any-link:hover {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 15px rgba(201, 246, 255, 0.4));
  }
  .p-entainment_banner a:-moz-any-link:hover, .p-floatBanner__banner a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-entainment_banner a:any-link:hover,
  .p-floatBanner__banner a:any-link:hover {
    opacity: 0.7;
  }
}
.p-entainment_banner a,
.p-floatBanner__banner a,
.p-ticket__banner a,
.p-btn a {
  -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);
}

.m-fz15 p {
  font-size: 0.9375rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-fz15 p {
    font-size: 2.8vw;
  }
}