@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/twilight/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}

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

.p-sc__ttl {
  padding-top: 85px;
  position: relative;
}
.p-sc__ttl span {
  display: block;
  color: #dbf9ff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(201, 246, 255, 0.75);
}
.p-sc__ttl span.-en {
  font-size: 4.875rem;
  line-height: 1.231;
  letter-spacing: 0.12em;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-sc__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-image: url("../../asset/images/special/2526/twilight/ttl_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 162px;
  height: 69px;
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc__ttl {
    padding-top: 57px;
  }
  .p-sc__ttl span {
    text-shadow: 0px 0px 14px rgba(201, 246, 255, 0.75);
  }
  .p-sc__ttl span.-en {
    font-size: 2.5625rem;
  }
  .p-sc__ttl::before {
    width: 162px;
    height: 69px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .view-bg {
    display: none;
  }
  _::-webkit-full-page-media, _:future, :root .view-bg {
    display: block;
  }
  .p-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-sc__ttl {
    padding-top: 7.265vw;
  }
  .p-sc__ttl span {
    text-shadow: 0px 0px 1.709vw rgba(201, 246, 255, 0.75);
  }
  .p-sc__ttl span.-en {
    font-size: 6.9333333333vw;
  }
  .p-sc__ttl::before {
    width: 13.846vw;
    height: 5.897vw;
  }
}
/* ================================================

- ボタン

================================================ */
.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;
  width: 100%;
  min-height: 148px;
  padding: 0 22px;
  font-size: 2.8125rem;
  color: #0e1b3c;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3em;
  background-color: #c9f6ff;
  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 15px 5px rgba(201, 246, 255, 0.4);
          box-shadow: 0px 0px 15px 5px rgba(201, 246, 255, 0.4);
}
.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 {
  font-size: 2.4375rem;
  color: #dbf9ff;
  background-color: transparent;
  border: solid 3px #dbf9ff;
  text-shadow: 0px 0px 20px rgba(201, 246, 255, 0.75);
  -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);
}

.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: 25px;
  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: 13px;
  height: 23px;
}

.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,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%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%20width%3D%2215%22%20height%3D%2224%22%20version%3D%221.1%22%20viewBox%3D%220%200%2015%2024%22%3E%20%3Cpath%20d%3D%22M9.521%2C12L.573%2C3.519c-.764-.724-.764-1.896%2C0-2.62l.374-.355C1.713-.181%2C2.957-.181%2C3.723.544l10.705%2C10.145c.764.724.764%2C1.896%2C0%2C2.62L3.723%2C23.456c-.766.726-2.01.726-2.776%2C0l-.374-.355c-.764-.724-.764-1.896%2C0-2.62l8.948-8.481Z%22%20fill%3D%22%23dbf9ff%22%2F%3E%3C%2Fsvg%3E");
  width: 15px;
  height: 24px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
          filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
}

.p-btn.-min button,
.p-btn.-min a {
  min-height: 98px;
  font-size: 1.875rem;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(201, 246, 255, 0.4);
          box-shadow: 0px 0px 0px 0px rgba(201, 246, 255, 0.4);
}
.p-btn.-min button::before,
.p-btn.-min a::before {
  width: 9px;
  height: 15px;
}

.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 (min-width: 568px) {
  .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: 540px;
    width: 100%;
    min-height: 72px;
    padding: 0 14px;
    font-size: 1.4375rem;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 10px 3px rgba(201, 246, 255, 0.4);
  }
  .p-btn.-transparent button,
  .p-btn.-transparent a {
    font-size: 1.25rem;
    border: solid 2px #dbf9ff;
    text-shadow: 0px 0px 14px rgba(201, 246, 255, 0.75);
    -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-btn.-next button span::before,
  .p-btn.-next a span::before {
    right: 17px;
    width: 9px;
    height: 16px;
  }
  .p-btn.-next.-transparent button span::before,
  .p-btn.-next.-transparent a span::before {
    width: 10px;
    height: 16px;
    -webkit-filter: drop-shadow(0px 0px 7px rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 7px rgba(201, 246, 255, 0.4));
  }
  .p-btn.-min button,
  .p-btn.-min a {
    min-height: 55px;
    font-size: 0.9375rem;
  }
  .p-btn.-min button::before,
  .p-btn.-min a::before {
    width: 6px;
    height: 10px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .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;
    width: 100%;
    min-height: 12.65vw;
    padding: 0 1.88vw;
    font-size: 4vw;
    -webkit-box-shadow: 0px 0px 1.282vw 0.427vw rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 1.282vw 0.427vw rgba(201, 246, 255, 0.4);
  }
  .p-btn.-transparent button,
  .p-btn.-transparent a {
    font-size: 3.4666666667vw;
    border: solid 0.256vw #dbf9ff;
    text-shadow: 0px 0px 1.709vw rgba(201, 246, 255, 0.75);
    -webkit-box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4);
  }
  .p-btn.-next button span::before,
  .p-btn.-next a span::before {
    right: 2.137vw;
    width: 1.111vw;
    height: 1.966vw;
  }
  .p-btn.-next.-transparent button span::before,
  .p-btn.-next.-transparent a span::before {
    width: 1.282vw;
    height: 2.051vw;
    -webkit-filter: drop-shadow(0px 0px 0.855vw rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 0.855vw rgba(201, 246, 255, 0.4));
  }
  .p-btn.-min button,
  .p-btn.-min a {
    min-height: 8.376vw;
    font-size: 2.6666666667vw;
  }
  .p-btn.-min button::before,
  .p-btn.-min a::before {
    width: 0.769vw;
    height: 1.282vw;
  }
}
/* ================================================

- showcase

================================================ */
.p-bg1 {
  padding: 123px 0 0;
  background-color: #050A30;
  background-image: url("../../asset/images/special/2526/twilight/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.2em;
  color: #dbf9ff;
  text-shadow: 0px 0px 20px rgba(201, 246, 255, 0.75);
}

.p-showcase__summary.-txt1 p {
  font-size: 2.625rem;
  line-height: 2.143;
}

.p-showcase__summary.-txt2 {
  margin-top: 47px;
}
.p-showcase__summary.-txt2 p {
  font-size: 5.625rem;
  line-height: 1.375;
  color: #9deaee;
}
.p-showcase__summary.-txt2 p small {
  font-size: 5.25rem;
}

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

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

.p-showcase__summary.-txt5 {
  margin-top: 70px;
}
.p-showcase__summary.-txt5 p {
  font-size: 3.9375rem;
  line-height: 1.238;
  letter-spacing: 0.12em;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9deaee;
}

.p-showcase__logo {
  width: 731px;
  margin: 255px auto 0;
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-bg1 {
    padding: 0 0 0;
    background-position: bottom 0px center;
  }
  .p-showcase {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-showcase__summary.-txt1 p {
    font-size: 1.4375rem;
  }
  .p-showcase__summary.-txt2 {
    margin-top: 32px;
  }
  .p-showcase__summary.-txt2 p {
    font-size: 3.0625rem;
  }
  .p-showcase__summary.-txt2 p small {
    font-size: 2.875rem;
  }
  .p-showcase__summary.-txt3 {
    margin-top: 15px;
  }
  .p-showcase__summary.-txt3 p {
    font-size: 1.4375rem;
  }
  .p-showcase__summary.-txt4 {
    margin-top: 34px;
  }
  .p-showcase__summary.-txt4 p {
    font-size: 1.25rem;
  }
  .p-showcase__summary.-txt5 {
    margin-top: 47px;
  }
  .p-showcase__summary.-txt5 p {
    font-size: 2.125rem;
  }
  .p-showcase__logo {
    width: 489px;
    margin: 140px auto 0;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-bg1 {
    padding: 10.513vw 0 14vw;
    background-size: cover;
    background-position: bottom 0 center;
  }
  .p-showcase {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-showcase__summary p {
    text-shadow: 0px 0px 1.709vw rgba(201, 246, 255, 0.75);
  }
  .p-showcase__summary.-txt1 p {
    font-size: 3.7333333333vw;
  }
  .p-showcase__summary.-txt2 {
    margin-top: 4.017vw;
  }
  .p-showcase__summary.-txt2 p {
    font-size: 8vw;
  }
  .p-showcase__summary.-txt2 p small {
    font-size: 7.4666666667vw;
  }
  .p-showcase__summary.-txt3 {
    margin-top: 1.966vw;
  }
  .p-showcase__summary.-txt3 p {
    font-size: 3.7333333333vw;
  }
  .p-showcase__summary.-txt4 {
    margin-top: 4.274vw;
  }
  .p-showcase__summary.-txt4 p {
    font-size: 3.4666666667vw;
  }
  .p-showcase__summary.-txt5 {
    margin-top: 5.983vw;
  }
  .p-showcase__summary.-txt5 p {
    font-size: 5.6vw;
  }
  .p-showcase__logo {
    width: 62.479vw;
    margin: 21.795vw auto 0;
  }
}
/* ================================================

- SEASON CONCEPT

================================================ */
.p-sc.-concept {
  margin-top: 310px;
}

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

.p-concept__dummy {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-concept {
    margin-top: 166px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-concept {
    margin-top: 82px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-concept {
    margin-top: 26.496vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-concept {
    margin-top: 10.513vw;
  }
}
/* ================================================

-

================================================ */
.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;
}

/*--- media screen ---*/
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-bg2 {
    background-image: url("../../asset/images/special/2526/twilight/bg.jpg");
  }
  _::-webkit-full-page-media, _:future, :root .p-bg2 {
    background-color: transparent;
    background-image: none;
  }
}
/* ================================================

- SCHEDULE

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

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

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

.swiper-slide.p-schedule__item {
  width: 810px;
  height: auto;
  padding: 74px 44px 83px;
  border: solid 3px rgba(201, 246, 255, 0.6);
  -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;
  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: 184px;
  margin: 0 auto;
}

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

.p-schedule__date {
  font-size: 5.0625rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-schedule__date span {
  font-size: 6rem;
}

.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: 10px;
}
.p-schedule__date2 p {
  font-size: 3.25rem;
  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: 4px;
  font-size: 4.375rem;
}
.p-schedule__date2 p span.-tipoff {
  display: block;
  margin-top: 15px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-align: center;
}

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

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

.p-schedule__pin {
  width: 33px;
  margin: 67px auto 0;
}

.p-schedule__arena {
  margin-top: 33px;
  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: 400;
  font-style: normal;
}

.p-schedule__item__btn.p-btn {
  margin-top: 53px;
}
.p-schedule__item__btn.p-btn button,
.p-schedule__item__btn.p-btn a {
  min-height: 132px;
  font-size: 2.625rem;
}

.swiper-scrollbar.p-scrollbar {
  max-width: 988px;
  width: 100% !important;
  height: 6px !important;
  margin: 116px auto 0;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !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-scrollbar.p-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #dbf9ff !important;
}

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

.p-schedule__btn {
  max-width: 988px;
  margin: 123px auto 0;
}

/* 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 (min-width: 568px) {
  .p-sc.-schedule {
    padding-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-schedule__inner {
    margin-top: 76px;
  }
  .swiper-slide.p-schedule__item {
    width: 430px;
    padding: 30px 20px 40px;
    border: solid 2px rgba(201, 246, 255, 0.6);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.4) !important;
            box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.4) !important;
  }
  .p-schedule__emblem {
    width: 110px;
  }
  .p-schedule__summary {
    margin-top: 11px;
  }
  .p-schedule__date {
    font-size: 3.25rem;
  }
  .p-schedule__date span {
    font-size: 3.875rem;
  }
  .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: 10px;
  }
  .p-schedule__date2 p {
    font-size: 2.5625rem;
  }
  .p-schedule__date2 p span.-day {
    margin-right: 4px;
    font-size: 3.5rem;
  }
  .p-schedule__date2 p span.-tipoff {
    margin-top: 12px;
    font-size: 0.875rem;
  }
  .p-schedule__vs {
    margin-top: 26px;
    font-size: 1.3125rem;
  }
  .p-schedule__team {
    margin-top: 14px;
    font-size: 1.5625rem;
  }
  .p-schedule__pin {
    width: 22px;
    margin: 35px auto 0;
  }
  .p-schedule__arena {
    margin-top: 16px;
    font-size: 1.125rem;
  }
  .p-schedule__item__btn.p-btn {
    margin-top: 30px;
  }
  .p-schedule__item__btn.p-btn button,
  .p-schedule__item__btn.p-btn a {
    min-height: 72px;
    font-size: 1.3125rem;
  }
  .swiper-scrollbar.p-scrollbar {
    max-width: 662px;
    width: 100% !important;
    height: 4px !important;
    margin: 78px auto 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.4) !important;
            box-shadow: 0px 0px 7px 0px rgba(201, 246, 255, 0.4) !important;
  }
  .swiper-scrollbar.p-schedule__scrollbar {
    margin: 78px auto 0;
  }
  .p-schedule__btn {
    max-width: 662px;
    margin: 82px auto 0;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-schedule {
    padding-top: 22.65vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-schedule__inner {
    margin-top: 9.658vw;
    overflow-x: clip;
  }
  .p-schedule__swiper.swiper {
    overflow: hidden;
  }
  .swiper-slide.p-schedule__item {
    width: 69.231vw;
    height: auto;
    padding: 6.325vw 3.761vw 7.094vw;
    border: solid 0.256vw rgba(201, 246, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4) !important;
            box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4) !important;
  }
  .p-schedule__emblem {
    width: 15.726vw;
  }
  .p-schedule__summary {
    margin-top: 1.453vw;
  }
  .p-schedule__date {
    font-size: 7.2vw;
  }
  .p-schedule__date span {
    font-size: 8.5333333333vw;
  }
  .p-schedule__date2 {
    gap: 2.667vw;
  }
  .p-schedule__date2 p {
    font-size: 6.6666666667vw;
  }
  .p-schedule__date2 p span.-day {
    margin-right: 1.067vw;
    font-size: 9.0666666667vw;
  }
  .p-schedule__date2 p span.-tipoff {
    margin-top: 3.4vw;
    font-size: 2.4vw;
  }
  .p-schedule__vs {
    margin-top: 4.53vw;
    font-size: 3.7333333333vw;
  }
  .p-schedule__team {
    margin-top: 2.564vw;
    font-size: 4.2666666667vw;
  }
  .p-schedule__pin {
    width: 2.821vw;
    margin: 5.726vw auto 0;
  }
  .p-schedule__arena {
    margin-top: 2.821vw;
    font-size: 3.2vw;
  }
  .p-schedule__item__btn.p-btn {
    margin-top: 4.53vw;
  }
  .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 {
    width: 84.615vw !important;
    height: 0.513vw !important;
    margin: 9.915vw auto 0;
    -webkit-box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4) !important;
            box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4) !important;
  }
  .swiper-scrollbar.p-schedule__scrollbar {
    margin: 9.915vw auto 0;
  }
  .p-schedule__btn {
    width: 84.533vw;
    margin: 10.513vw auto 0;
  }
}
/* ================================================

- POWER UP BLOWINDS

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

.p-powerUp {
  margin-top: 112px;
}

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

.swiper-slide.p-powerUp__item {
  width: 810px;
  height: auto;
  padding: 27px 30px 45px;
  -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-powerUp__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-powerUp__sumarys {
  margin-top: 27px;
  padding: 0 14px;
}
.p-powerUp__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-powerUp__sumarys dt.-jp {
  font-size: 4.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-powerUp__sumary {
  margin-top: 20px;
}
.p-powerUp__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-btn.p-powerUp__item__btn {
  margin-top: 33px;
}
.p-btn.p-powerUp__item__btn button,
.p-btn.p-powerUp__item__btn a {
  width: 720px;
  min-height: 132px;
}

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

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-powerUp {
    margin-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-powerUp .p-sc__inner {
    padding: 0 60px;
  }
  .p-powerUp {
    margin-top: 75px;
  }
  .swiper-slide.p-powerUp__item {
    width: 430px;
    padding: 18px 20px 25px;
    -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);
  }
  .swiper-slide.p-powerUp__item::before {
    border: solid 2px #2d4d77;
  }
  .p-powerUp__sumarys {
    margin-top: 18px;
    padding: 0 9px;
  }
  .p-powerUp__sumarys dt {
    font-size: 2.25rem;
  }
  .p-powerUp__sumarys dt.-jp {
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .p-powerUp__sumary {
    margin-top: 13px;
  }
  .p-powerUp__sumary p {
    font-size: 1.125rem;
  }
  .p-btn.p-powerUp__item__btn {
    margin-top: 22px;
  }
  .p-btn.p-powerUp__item__btn button,
  .p-btn.p-powerUp__item__btn a {
    width: 482px;
    min-height: 88px;
  }
  .p-powerUp__btn {
    margin-top: 78px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-powerUp {
    margin-top: 22.65vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-powerUp .p-sc__inner {
    padding: 0;
  }
  .p-powerUp {
    margin-top: 9.573vw;
  }
  .p-entainment__swiper.swiper,
  .p-powerUp__swiper.swiper {
    overflow: hidden;
  }
  .swiper-slide.p-powerUp__item {
    width: 69.231vw;
    height: auto;
    padding: 2.308vw 2.564vw 3.846vw;
    -webkit-box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4);
  }
  .swiper-slide.p-powerUp__item::before {
    border: solid 0.256vw #2d4d77;
  }
  .p-powerUp__sumarys {
    margin-top: 2.308vw;
    padding: 0 1.197vw;
  }
  .p-powerUp__sumarys dt {
    font-size: 6.1333333333vw;
  }
  .p-powerUp__sumarys dt.-jp {
    font-size: 5.0666666667vw;
  }
  .p-powerUp__sumary {
    margin-top: 1.709vw;
  }
  .p-powerUp__sumary p {
    font-size: 3.2vw;
  }
  .p-btn.p-powerUp__item__btn {
    margin-top: 2.821vw;
  }
  .p-btn.p-powerUp__item__btn button,
  .p-btn.p-powerUp__item__btn a {
    width: 61.538vw;
    min-height: 11.282vw;
  }
  .p-powerUp__btn {
    margin-top: 10vw;
    padding: 0 7.692vw;
  }
}
/* ================================================

- SPECIAL ENTAINMENT

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

.p-entainment {
  margin-top: 110px;
}

.p-entainment_banner a {
  display: block;
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-entainment {
    margin-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-entainment {
    margin-top: 74px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-entainment {
    margin-top: 23.077vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-entainment {
    margin-top: 9.402vw;
  }
}
/* ================================================

- GIFT

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

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

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

.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: 3px;
  bottom: 3px;
  padding: 5px 6px 5px;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #1e2570;
  background-color: #c9f6ff;
}
.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: #dbf9ff;
  background-color: #0075c1;
}

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

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

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

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-gift {
    margin-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-gift .p-sc__inner {
    padding: 0 0;
  }
  .p-gift {
    margin-top: 74px;
  }
  .p-gift__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 26.6666666667px), 1fr));
    gap: 60px 40px;
  }
  .p-gift__item__photo figcaption {
    left: 2px;
    bottom: 2px;
    padding: 3px 4px 3px;
    font-size: 1rem;
  }
  .p-gift__item__summary {
    margin-top: 20px;
  }
  .p-gift__item__summary p {
    font-size: 1.125rem;
  }
  .p-btn.p-gift__item__btn {
    margin-top: 20px;
  }
  .p-gift__btn {
    margin-top: 82px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-gift {
    margin-top: 23.077vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-gift .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-gift {
    margin-top: 9.402vw;
  }
  .p-gift__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2.564vw), 1fr));
    gap: 7.692vw 5.128vw;
  }
  .p-gift__item__photo {
    width: 35.897vw;
  }
  .p-gift__item__photo figcaption {
    left: 0.256vw;
    bottom: 0.256vw;
    padding: 0.427vw 0.513vw 0.427vw;
    font-size: 3.2vw;
  }
  .p-gift__item__summary {
    margin-top: 2.564vw;
  }
  .p-gift__item__summary p {
    font-size: 3.2vw;
  }
  .p-btn.p-gift__item__btn {
    margin-top: 2.564vw;
  }
  .p-gift__btn {
    margin-top: 10.513vw;
  }
}
/* ================================================

- EVENT

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

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

.p-event__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr));
  gap: 33px 36px;
}

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

.p-event__item__photo {
  width: 420px;
  margin: 0 auto;
  position: relative;
}
.p-event__item__photo figcaption {
  position: absolute;
  left: 3px;
  bottom: 3px;
  padding: 5px 6px 5px;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #1e2570;
  background-color: #c9f6ff;
}
.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: #dbf9ff;
  background-color: #0075c1;
}

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

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

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

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

.p-event__note {
  margin-top: 40px;
}
.p-event__note p {
  font-size: 1rem;
  line-height: 1.667;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #dbf9ff;
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-event {
    margin-top: -60px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-event .p-sc__inner {
    padding: 0 0;
  }
  .p-event {
    margin-top: 72px;
  }
  .p-event__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 16px), 1fr));
    gap: 22px 24px;
  }
  .p-event__item {
    padding: 19px 13px 17px;
    border: solid 2px rgb(0, 117, 193);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(219, 249, 255, 0.4);
            box-shadow: 0px 0px 7px 0px rgba(219, 249, 255, 0.4);
  }
  .p-event__item__photo {
    width: 281px;
  }
  .p-event__item__photo figcaption {
    left: 2px;
    bottom: 2px;
    padding: 3px 4px 3px;
    font-size: 1.125rem;
  }
  .p-event__item__summarys {
    margin-top: 17px;
  }
  .p-event__item__summarys dt {
    font-size: 1.25rem;
  }
  .p-event__item__summary {
    margin-top: 7px;
  }
  .p-event__item__summary p {
    font-size: 1.125rem;
  }
  .p-event__item__btn {
    margin-top: 24px;
  }
  .p-event__btn {
    margin-top: 82px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-event {
    margin-top: 23.077vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-event .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-event {
    margin-top: 9.145vw;
  }
  .p-event__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 1.0256666667vw), 1fr));
    gap: 2.821vw 3.077vw;
  }
  .p-event__item {
    grid-template-rows: auto 1fr 1fr;
    padding: 2.393vw 1.709vw 2.222vw;
    border: solid 0.256vw rgb(0, 117, 193);
    -webkit-box-shadow: 0px 0px 0.855vw 0px rgba(219, 249, 255, 0.4);
            box-shadow: 0px 0px 0.855vw 0px rgba(219, 249, 255, 0.4);
  }
  .p-event__item__photo {
    width: 35.897vw;
  }
  .p-event__item__photo figcaption {
    left: 0.256vw;
    bottom: 0.256vw;
    padding: 0.427vw 0.513vw 0.427vw;
    font-size: 3.2vw;
  }
  .p-event__item__summarys {
    margin-top: 2.222vw;
  }
  .p-event__item__summarys dt {
    font-size: 3.4666666667vw;
  }
  .p-event__item__summary {
    margin-top: 0.855vw;
  }
  .p-event__item__summary p {
    font-size: 3.2vw;
  }
  .p-event__item__btn {
    margin-top: 3.077vw;
  }
  .p-event__btn {
    margin-top: 10.427vw;
  }
  .p-event__note {
    margin-top: 5.333vw;
  }
  .p-event__note p {
    font-size: 2.9333333333vw;
    line-height: 1.425;
  }
}
/* ================================================

- FANCLUB DAY

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

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

.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 ---*/
@media screen and (min-width: 568px) {
  .p-sc.-fanclub {
    margin-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-fanclub .p-sc__inner {
    padding: 0 60px;
  }
  .p-fanclub {
    margin-top: 72px;
  }
  .swiper-slide.p-fanclub__item {
    width: 480px;
    padding: 20px 20px 29px;
    -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);
  }
  .swiper-slide.p-fanclub__item::before {
    border: solid 2px #2d4d77;
  }
  .p-fanclub__sumarys {
    margin-top: 19px;
    padding: 0 7px;
  }
  .p-fanclub__sumarys dt {
    font-size: 2.75rem;
  }
  .p-fanclub__sumary {
    margin-top: 12px;
  }
  .p-fanclub__sumary p {
    font-size: 1.375rem;
  }
  .p-fanclub__item__btn {
    margin-top: 22px;
  }
  .p-fanclub__item__btn button,
  .p-fanclub__item__btn a {
    min-height: 72px;
  }
  .p-fanclub__btn {
    margin-top: 79px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-fanclub {
    margin-top: 23.077vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-fanclub .p-sc__inner {
    padding: 0;
  }
  .p-fanclub {
    margin-top: 9.231vw;
  }
  .p-fanclub__swiper.swiper {
    overflow: hidden;
  }
  .swiper-slide.p-fanclub__item {
    width: 69.231vw;
    padding: 2.564vw 2.564vw 3.761vw;
    -webkit-box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 0.855vw 0px rgba(201, 246, 255, 0.4);
  }
  .swiper-slide.p-fanclub__item::before {
    border: solid 0.256vw #2d4d77;
  }
  .p-fanclub__sumarys {
    margin-top: 2.393vw;
    padding: 0 0.855vw;
  }
  .p-fanclub__sumarys dt {
    font-size: 6.1333333333vw;
  }
  .p-fanclub__sumary {
    margin-top: 1.538vw;
  }
  .p-fanclub__sumary p {
    font-size: 3.2vw;
  }
  .p-fanclub__item__btn {
    margin-top: 2.821vw;
  }
  .p-fanclub__item__btn button,
  .p-fanclub__item__btn a {
    min-height: 11.282vw;
  }
  .p-fanclub__btn {
    margin-top: 10.085vw;
    padding: 0 7.692vw;
  }
}
/* ================================================

- GOODS

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

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

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

.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: 35px;
  text-align: center;
}
.p-goods__item__summary p {
  font-size: 2.4375rem;
  line-height: 1.256;
  letter-spacing: 0.11em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #dbf9ff;
}
.p-goods__item__summary p.-price {
  margin-top: 26px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-goods__item__summary p.-price small {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

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

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-goods {
    margin-top: -100px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-goods .p-sc__inner {
    padding: 0 60px;
  }
  .p-goods {
    margin-top: 72px;
  }
  .p-goods__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 26.6666666667px), 1fr));
    gap: 60px 40px;
  }
  .p-goods__item__photo img {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 10px 3px rgba(201, 246, 255, 0.4);
  }
  .p-goods__item__summary {
    margin-top: 23px;
  }
  .p-goods__item__summary p {
    font-size: 1.25rem;
  }
  .p-goods__item__summary p.-price {
    margin-top: 17px;
  }
  .p-goods__item__summary p.-price small {
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .p-goods__item__btn {
    margin-top: 25px;
  }
  .p-goods__btn {
    margin-top: 79px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-goods {
    margin-top: 23.077vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-goods .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-goods {
    margin-top: 9.231vw;
  }
  .p-goods__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2.564vw), 1fr));
    gap: 7.692vw 5.128vw;
  }
  .p-goods__item__photo img {
    -webkit-box-shadow: 0px 0px 1.282vw 0.342vw rgba(201, 246, 255, 0.4);
            box-shadow: 0px 0px 1.282vw 0.342vw rgba(201, 246, 255, 0.4);
  }
  .p-goods__item__summary {
    margin-top: 2.991vw;
  }
  .p-goods__item__summary p {
    font-size: 3.4666666667vw;
  }
  .p-goods__item__summary p.-price {
    margin-top: 2.222vw;
  }
  .p-goods__item__summary p.-price small {
    font-size: 2.6666666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .p-goods__item__btn {
    margin-top: 3.248vw;
  }
  .p-goods__btn {
    margin-top: 10.085vw;
  }
}
/* ================================================

- VIDEO

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

.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: 130px auto 0;
}

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

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-video {
    margin-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-video .p-sc__inner {
    padding: 0 60px;
  }
  .p-video {
    margin-top: 78px;
  }
  .swiper-slide.p-video__item {
    width: 480px;
  }
  .swiper-scrollbar.p-video__scrollbar.p-scrollbar {
    margin: 87px auto 0;
  }
  .p-video__btn {
    margin-top: 87px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-video {
    margin-top: 23.077vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-video .p-sc__inner {
    padding: 0;
  }
  .p-video {
    margin-top: 9.915vw;
  }
  .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: 270px;
}
.p-sc.-family .p-sc__inner {
  padding: 0 90px;
}

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

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

.p-family__summary {
  margin-top: 56px;
  text-align: center;
}
.p-family__summary p {
  font-size: 2.8125rem;
  line-height: 1.667;
  letter-spacing: 0.11em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #dbf9ff;
}

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

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

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-family {
    margin-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-family .p-sc__inner {
    padding: 0 60px;
  }
  .p-family {
    margin-top: 64px;
  }
  .p-family__booz {
    width: 397px;
  }
  .p-family__summary {
    margin-top: 38px;
  }
  .p-family__summary p {
    font-size: 1.4375rem;
  }
  .p-family__instagram {
    width: 87px;
    margin: 20px auto 0;
  }
  .p-family__btn {
    margin-top: 27px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-family {
    margin-top: 23.077vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-family .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-family {
    margin-top: 8.12vw;
  }
  .p-family__booz {
    width: 50.598vw;
  }
  .p-family__summary {
    margin-top: 4.786vw;
  }
  .p-family__summary p {
    font-size: 4vw;
  }
  .p-family__instagram {
    width: 11.026vw;
    margin: 2.564vw auto 0;
  }
  .p-family__btn {
    margin-top: 3.419vw;
  }
}
/* ================================================

- FOR BEGINNERS

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

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

.p-beginners__banner {
  -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-beginners__summary {
  margin-top: 73px;
  text-align: center;
}
.p-beginners__summary p {
  font-size: 2.8125rem;
  line-height: 1.667;
  letter-spacing: 0.11em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #dbf9ff;
}

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

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-beginners {
    margin-top: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-beginners .p-sc__inner {
    padding: 0 60px;
  }
  .p-beginners {
    margin-top: 70px;
  }
  .p-beginners__banner {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
  }
  .p-beginners__summary {
    margin-top: 49px;
  }
  .p-beginners__summary p {
    font-size: 1.4375rem;
  }
  .p-beginners__btn {
    margin-top: 52px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-beginners {
    margin-top: 23.504vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-beginners .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-beginners {
    margin-top: 8.974vw;
  }
  .p-beginners__banner {
    -webkit-filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
  }
  .p-beginners__summary {
    margin-top: 6.239vw;
  }
  .p-beginners__summary p {
    font-size: 4vw;
  }
  .p-beginners__btn {
    margin-top: 6.581vw;
  }
}
/* ================================================

- ACSESS

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

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

.p-access__photo {
  -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-access__layout {
  margin-top: 70px;
}

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

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

.p-access__btn {
  margin-top: 40px;
}
.p-access__btn button,
.p-access__btn a {
  min-height: 134px;
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-access {
    margin-top: 0;
    padding-bottom: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-sc.-access .p-sc__inner {
    padding: 0 60px;
  }
  .p-access {
    margin-top: 64px;
  }
  .p-access__photo {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
  }
  .p-access__layout {
    margin-top: 47px;
  }
  .p-access__block:not(:first-of-type) {
    margin-top: 68px;
  }
  .p-access__arena {
    font-size: 1.4375rem;
  }
  .p-access__btn {
    margin-top: 27px;
  }
  .p-access__btn button,
  .p-access__btn a {
    min-height: 72px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-access {
    margin-top: 23.077vw;
    padding-bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-sc.-access .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-access {
    margin-top: 8.12vw;
  }
  .p-access__photo {
    -webkit-filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
  }
  .p-access__layout {
    margin-top: 5.983vw;
  }
  .p-access__block:not(:first-of-type) {
    margin-top: 8.718vw;
  }
  .p-access__arena {
    font-size: 4vw;
  }
  .p-access__btn {
    margin-top: 3.419vw;
  }
  .p-access__btn button,
  .p-access__btn a {
    min-height: 11.453vw;
  }
}
/* ================================================

- TICKET

================================================ */
.p-sc.-ticket {
  padding: 396px 0 300px;
  background-image: url("../../asset/images/special/2526/twilight/ticket_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -200px center;
}
.p-sc.-ticket .p-sc__inner {
  padding: 0 90px;
}

.p-ticket__emblem {
  width: 267px;
  margin: 0 auto;
  -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-ticket__banner {
  margin-top: 125px;
}
.p-ticket__banner a {
  display: block;
  width: 510px;
  margin: 0 auto;
}
.p-ticket__banner a img {
  display: block;
  -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-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: 40px;
  font-size: 2.8125rem;
  line-height: 1.667;
  letter-spacing: 0.11em;
  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: 30px;
  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: 14px;
  height: 25px;
  -webkit-filter: drop-shadow(0px 0px 62px 0px rgba(201, 246, 255, 0.5));
          filter: drop-shadow(0px 0px 62px 0px rgba(201, 246, 255, 0.5));
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-sc.-ticket {
    padding: 160px 0 160px;
    background-position: top -134px center;
  }
  .p-sc.-ticket .p-sc__inner {
    padding: 0 60px;
  }
  .p-ticket {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-ticket__emblem {
    width: 120px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
  }
  .p-ticket__banner {
    margin-top: 84px;
  }
  .p-ticket__banner a {
    width: 280px;
  }
  .p-ticket__banner a img {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 10px rgba(201, 246, 255, 0.4));
  }
  .p-ticket__banner__txt {
    margin-top: 27px;
    font-size: 1.125rem;
  }
  .p-ticket__banner__txt span {
    padding-right: 20px;
  }
  .p-ticket__banner__txt span::after {
    width: 9.4px;
    height: 17px;
    -webkit-filter: drop-shadow(0px 0px 42px 0px rgba(201, 246, 255, 0.5));
            filter: drop-shadow(0px 0px 42px 0px rgba(201, 246, 255, 0.5));
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-ticket {
    padding: 33.846vw 0 25.641vw;
    background-position: top -17.094vw center;
  }
  .p-sc.-ticket .p-sc__inner {
    padding: 0 7.692vw;
  }
  .p-ticket {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-ticket__emblem {
    width: 22.821vw;
    -webkit-filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
  }
  .p-ticket__banner {
    margin-top: 10.684vw;
  }
  .p-ticket__banner a {
    width: 43.59vw;
  }
  .p-ticket__banner a img {
    display: block;
    -webkit-filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
            filter: drop-shadow(0px 0px 1.282vw rgba(201, 246, 255, 0.4));
  }
  .p-ticket__banner__txt {
    margin-top: 3.419vw;
    font-size: 4vw;
  }
  .p-ticket__banner__txt span {
    padding-right: 2.564vw;
  }
  .p-ticket__banner__txt span::after {
    width: 1.197vw;
    height: 2.137vw;
    -webkit-filter: drop-shadow(0px 0px 5.299vw 0px rgba(201, 246, 255, 0.5));
            filter: drop-shadow(0px 0px 5.299vw 0px rgba(201, 246, 255, 0.5));
  }
}
/* ================================================

- ヘッダー

================================================ */
.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/twilight/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: 70px;
}

.p-nav__item {
  padding-top: 85px;
  position: relative;
}
.p-nav__item span {
  display: block;
  color: #dbf9ff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(201, 246, 255, 0.75);
}
.p-nav__item span.-en {
  font-size: 4.875rem;
  line-height: 1.231;
  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-image: url("../../asset/images/special/2526/twilight/ttl_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 162px;
  height: 69px;
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-nav {
    padding: 90px 0;
  }
  .p-nav__list {
    gap: 60px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-nav__item {
    padding-top: 57px;
  }
  .p-nav__item span {
    text-shadow: 0px 0px 14px rgba(201, 246, 255, 0.75);
  }
  .p-nav__item span.-en {
    font-size: 3rem;
  }
  .p-nav__item::before {
    width: 109px;
    height: 46px;
  }
}
/*--- 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: 17.949vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-nav__item {
    padding-top: 7.265vw;
  }
  .p-nav__item span {
    text-shadow: 0px 0px 1.709vw rgba(201, 246, 255, 0.75);
  }
  .p-nav__item span.-en {
    font-size: 5.3333333333vw;
  }
  .p-nav__item::before {
    width: 13.846vw;
    height: 5.897vw;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.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 ---*/
@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: 438px;
}
.p-floatBanner__banner a {
  display: block;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(255, 251, 201));
          filter: drop-shadow(0px 0px 10px rgb(255, 251, 201));
}

/*--- media screen ---*/
@media screen and (min-width: 568px) {
  .p-floatBanner {
    right: 20px;
    bottom: 20px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-floatBanner__banner {
    width: 293px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-floatBanner {
    right: 2.564vw;
    bottom: 2.564vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-floatBanner__banner {
    width: 37.436vw;
  }
}
/* ================================================

-

================================================ */
.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.667;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #dbf9ff;
}

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

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