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

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

- イージング

================================================ */
@media (hover: hover) {
  .event-interview__item a:-moz-any-link:hover, .event-match__item a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .event-interview__item a:any-link:hover,
  .event-match__item a:any-link:hover {
    opacity: 0.8;
  }
}
.event-interview__item a,
.event-match__item a {
  -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);
}

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

.-bg--deco1 {
  padding: 100px 0 100px;
  background-image: url(/files/user/static/asset/images/event/opening/bg_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.-bg--deco2 {
  padding: 0 0 100px;
  background-image: url(/files/user/static/asset/images/event/opening/bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.-bg--deco3 {
  padding: 0 0 100px;
  background-image: url(/files/user/static/asset/images/event/opening/bg_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .-basic {
    margin: 100px auto 0;
  }
  .-bg--deco1 {
    padding: 100px 0 100px;
    background-image: url(/files/user/static/asset/images/event/opening/bg_1_sp.jpg);
  }
  .-bg--deco2 {
    padding: 0 0 100px;
    background-image: url(/files/user/static/asset/images/event/opening/bg_2_sp.jpg);
  }
  .-bg--deco3 {
    padding: 0 0 100px;
    background-image: url(/files/user/static/asset/images/event/opening/bg_3_sp.jpg);
  }
}
/* ================================================

- 共通

================================================ */
body.event {
  background-color: #00082f;
}

.event-body {
  padding: 50px 0 125px;
}

.event-sc__ttl {
  font-size: 4.375rem;
  font-family: "FBWS", "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.event-sc__ttl2 {
  font-size: 5rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.event-sc__comingsoon {
  margin-top: 56px;
  text-align: center;
}
.event-sc__comingsoon p {
  font-size: 2.75rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #51597f;
}

.event-decoration {
  position: relative;
}
.event-decoration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1280px;
  z-index: -1;
}

.event-decoration.-decoration1::before {
  background-image: url(/files/user/static/asset/images/event/opening/bg_1.jpg);
  height: 828px;
}

.event-decoration.-decoration2::before {
  background-image: url(/files/user/static/asset/images/event/opening/bg_2.jpg);
  height: 903px;
}

.event-decoration.-decoration3::before {
  background-image: url(/files/user/static/asset/images/event/opening/bg_3.jpg);
  height: 794px;
}

.event-sc.-schedule.event-decoration.-decoration1::before {
  top: -430px;
}

.event-sc.-pickup.event-decoration.-decoration2::before {
  top: -30px;
}

.event-sc.-match.event-decoration.-decoration3::before {
  top: -30px;
}

.event-sc.-goods.event-decoration.-decoration1::before {
  top: 0;
}

.event-sc.-match.event-gallery.-decoration3::before {
  top: 0;
}

.event-sc.-schedule.event-decoration.-decoration1.-January::before {
  top: -120px;
}

.m-booTicket.event-booTicket2 {
  margin-top: 35px;
}

.m-booTicket.event-booTicket3 {
  margin-top: 55px;
}

.m-booTicket.event-booTicket4 {
  margin-top: 140px;
}

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

.event-sc__summary.-center {
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc__ttl {
    font-size: 14.6666666667vw;
  }
  .event-sc__ttl2 {
    font-size: 13.8666666667vw;
  }
  .event-body {
    padding: 20px 0 110px;
    overflow-x: hidden;
  }
  .event-sc__comingsoon {
    margin-top: 56px;
  }
  .event-sc__comingsoon p {
    font-size: 6.6666666667vw;
  }
  .event-decoration {
    position: relative;
  }
  .event-decoration::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 194.667vw;
  }
  .event-decoration.-decoration1::before {
    background-image: url(/files/user/static/asset/images/event/opening/bg_1_sp.jpg);
    height: 125.867vw;
  }
  .event-decoration.-decoration2::before {
    background-image: url(/files/user/static/asset/images/event/opening/bg_2_sp.jpg);
    height: 155.733vw;
  }
  .event-decoration.-decoration3::before {
    background-image: url(/files/user/static/asset/images/event/opening/bg_3_sp.jpg);
    height: 137.067vw;
  }
  .event-sc.-schedule.event-decoration.-decoration1::before {
    top: -50.667vw;
  }
  .event-sc.-pickup.event-decoration.-decoration2::before {
    top: 9.067vw;
  }
  .event-sc.-match.event-decoration.-decoration3::before {
    top: -8vw;
  }
  .event-sc.-goods.event-decoration.-decoration1::before {
    top: 0;
  }
  .event-sc.-gallery.event-decoration.-decoration3::before {
    top: 7.467vw;
  }
  .event-sc.-schedule.event-decoration.-decoration1.-January::before {
    top: -16vw;
  }
  .m-booTicket.event-booTicket2 {
    margin-top: 35px;
  }
  .m-booTicket.event-booTicket3 {
    margin-top: 55px;
  }
  .m-booTicket.event-booTicket4 {
    margin-top: 80px;
  }
  .event-sc__summary {
    margin-top: 20px;
    text-align: left;
  }
  .event-sc__summary p {
    font-size: 4vw;
  }
}
/* ================================================

- MV

================================================ */
.event-mv {
  background-color: #00082f;
}

.event-mv.-professional {
  background-color: #000003;
}

.event-mv__inner {
  position: relative;
}

.event-mv__main {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.event-mv__lead {
  position: absolute;
  top: 406px;
  left: 130px;
  max-width: 471px;
  width: 100%;
}

.event-mv__schedule {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 359px;
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 1280px) {
  .event-mv__lead {
    top: 31.719vw;
    left: 10.156vw;
    width: 36.797vw;
  }
  .event-mv__schedule {
    bottom: 4.297vw;
    width: 28.047vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-mv__lead {
    top: 41.333vw;
    left: 6.667vw;
    width: 210px;
  }
  .event-mv__schedule {
    bottom: 0;
    width: 174px;
  }
}
/* ================================================

- FUKUI BLOWINDS、開幕。

================================================ */
.event-sc.-showcase {
  margin-top: 60px;
}

.event-showcase__ttl {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

.event-showcase__txtTtl {
  font-size: 4.375rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.event-showcase__txtTtl span {
  display: block;
  font-size: 1.375rem;
  line-height: 1.454;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.event-showcase__txtTtl.-jp {
  font-size: 3.125rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}

.event-showcase__summary {
  margin-top: 45px;
  text-align: center;
}
.event-showcase__summary p {
  font-size: 1.125rem;
  line-height: 2.222;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

.event-showcase__txtTtl.-jp.-playoff {
  font-size: 2.875rem;
}

.event-showcase__summary.-playoff p {
  font-size: 1rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-showcase {
    margin-top: 60px;
  }
  .event-showcase {
    padding: 0 6.4vw;
  }
  .event-showcase__txtTtl {
    font-size: 16vw;
  }
  .event-showcase__txtTtl span {
    font-size: 5.0666666667vw;
  }
  .event-showcase__txtTtl.-jp {
    font-size: 9.6vw;
  }
  .event-showcase__ttl {
    width: 320px;
  }
  .event-showcase__summary {
    margin-top: 40px;
  }
  .event-showcase__summary p {
    font-size: 4.2666666667vw;
  }
  .event-showcase__txtTtl.-jp.-playoff {
    font-size: 9.0666666667vw;
  }
  .event-showcase__summary.-playoff p {
    font-size: 4vw;
  }
}
/* ================================================

- SCHEDULE

================================================ */
.event-sc.-schedule {
  margin-top: 108px;
}

.event-schedule {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 40px;
  padding: 0 40px;
}

.event-schedule.-wrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}

.event-schedule.-playoff {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.event-schedule__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 508px;
  width: 100%;
  padding: 20px 21px 55px 25px;
  background-color: #FFFFFF;
  position: relative;
}

.event-schedule__block.-comingSoon {
  min-height: 340px;
}
.event-schedule__block.-comingSoon .event-sc__comingsoon {
  margin-top: 26px;
}

.event-schedule__block.-column2 {
  width: calc(50% - 10px);
}

.event-schedule__head {
  margin-top: -3px;
}

.event-schedule__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.event-schedule__ttl:not(:first-of-type) {
  margin-top: 30px;
}

.event-schedule__date {
  min-width: 98px;
  font-size: 4rem;
  line-height: 1;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.event-schedule__date span {
  display: block;
  margin-top: -10px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}

.event-schedule__date.-sat {
  color: #1e2570;
}

.event-schedule__date.-sun {
  color: #5680ff;
}

.event-schedule__date.-mon {
  color: #0e1b3c;
}

.event-schedule__time {
  margin-left: 2px;
  padding-top: 6px;
}

.event-schedule__time__label {
  text-align: center;
}
.event-schedule__time__label dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 62px;
  min-height: 15px;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  background-color: #7585ad;
}
.event-schedule__time__label dd {
  margin-top: 2px;
  font-size: 0.875rem;
  color: #09122a;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-schedule__time__label dd small {
  display: inline-block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.event-schedule__time__label:not(:first-of-type) {
  margin-top: 10px;
}

.event-schedule__teams {
  max-width: 120px;
  width: 100%;
  margin-left: 10px;
  padding-bottom: 25px;
}

.event-schedule__teams.-playoff {
  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;
  min-height: 330px;
}

.event-schedule__teams__flag {
  text-align: center;
}
.event-schedule__teams__flag img {
  display: block;
  width: 88px;
  margin: 0 auto;
}
.event-schedule__teams__flag figcaption {
  margin-top: 27px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.event-schedule__btn {
  width: 160px;
}
.event-schedule__btn a {
  min-height: 44px;
}
.event-schedule__btn a span {
  font-size: 0.9375rem;
}
.event-schedule__btn a:not([href]) {
  opacity: 0.3;
}
.event-schedule__btn a:not([href]) span {
  padding-right: 0;
}
.event-schedule__btn a:not([href]) span::before {
  display: none;
}

.event-schedule__btn:not(:first-of-type) {
  margin-top: 5px;
}

.event-schedule__btn__unit:not(:first-of-type) {
  margin-top: 16px;
}

.event-schedule__btn.-event {
  background-image: none;
  background-color: #0e1b3c;
}
.event-schedule__btns.-pv {
  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%;
}
.event-schedule__btns.-pv .event-schedule__btn__unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.event-schedule__btns.-pv .event-schedule__btn__unit .event-schedule__btn:not(:first-of-type) {
  margin-top: 0;
}
.event-schedule__btns.-pv .event-schedule__btn__unit .event-schedule__btn__unit:not(:first-of-type) {
  margin-top: 0;
}

.m-bgBtn.event-schedule__btn.-pv {
  width: calc(50% - 5px);
}
.m-bgBtn.event-schedule__btn.-pv a {
  min-height: 60px;
}
.m-bgBtn.event-schedule__btn.-pv a span {
  padding-right: 20px;
}

.event-schedule__note {
  position: absolute;
  left: 23px;
  bottom: 18px;
}
.event-schedule__note p {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-schedule {
    margin-top: 100px;
  }
  .event-sc.-schedule .event-sc__inner {
    padding: 0 6.4vw;
  }
  .event-schedule {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    padding: 0;
  }
  .event-schedule.-playoff {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .event-schedule__block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 4vw 22px;
    margin-top: 30px;
  }
  .event-schedule__block.-comingSoon {
    min-height: 0;
  }
  .event-schedule__block.-comingSoon .event-sc__comingsoon {
    margin-top: 0;
  }
  .event-schedule__block.-column2 {
    width: 100%;
    margin-top: 0;
  }
  .event-schedule__ttl:not(:first-of-type) {
    margin-top: 2.667vw;
  }
  .event-schedule__date {
    min-width: 24.533vw;
    font-size: 16.8vw;
  }
  .event-schedule__date span {
    margin-top: -2.667vw;
    font-size: 6.6666666667vw;
  }
  .event-schedule__time {
    margin-left: 0.533vw;
    padding-top: 1.867vw;
  }
  .event-schedule__time__label {
    text-align: center;
  }
  .event-schedule__time__label dt {
    min-width: 14.4vw;
    min-height: 4vw;
    font-size: 2.6666666667vw;
  }
  .event-schedule__time__label dd {
    margin-top: 0.533vw;
    font-size: 3.4666666667vw;
  }
  .event-schedule__time__label dd small {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    font-size: 2.6666666667vw;
  }
  .event-schedule__time__label:not(:first-of-type) {
    margin-top: 1.333vw;
  }
  .event-schedule__teams {
    max-width: 34.133vw;
    margin-left: 2.667vw;
    padding-bottom: 6.667vw;
  }
  .event-schedule__teams.-playoff {
    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;
    min-height: 0;
  }
  .event-schedule__teams__flag img {
    max-width: 88px;
    width: 23.467vw;
  }
  .event-schedule__teams__flag figcaption {
    margin-top: 20px;
    font-size: 3.2vw;
  }
  .event-schedule__btns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
    gap: 2.667vw;
  }
  .event-schedule__btn {
    width: 100%;
  }
  .event-schedule__btn a {
    min-height: 44px;
  }
  .event-schedule__btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .event-schedule__btn__unit {
    width: calc(50% - 1.3335vw);
  }
  .event-schedule__btn__unit:not(:first-of-type) {
    margin-top: 0;
  }
  .event-schedule__btns.-pv {
    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;
    height: auto;
  }
  .event-schedule__btns.-pv .event-schedule__btn__unit {
    width: 100%;
  }
  .event-schedule__btn.-pv a {
    min-height: 60px;
  }
  .event-schedule__note {
    width: 100%;
    margin-top: 25px;
    position: static;
  }
  .event-schedule__note p {
    font-size: 3.2vw;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .m-bgBtn.event-schedule__btn.-event a span {
    padding-right: 6.4vw;
    font-size: 3.4666666667vw;
  }
  .event-schedule__btns.-pv .event-schedule__btn__unit {
    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: 10px;
    width: 100%;
  }
  .event-schedule__btns.-pv .event-schedule__btn__unit .event-schedule__btn:not(:first-of-type) {
    margin-top: 0;
  }
  .event-schedule__btns.-pv .event-schedule__btn__unit .event-schedule__btn__unit:not(:first-of-type) {
    margin-top: 0;
  }
  .m-bgBtn.event-schedule__btn.-pv {
    width: 100%;
  }
  .m-bgBtn.event-schedule__btn.-pv a span {
    padding-right: 30px;
  }
}
/* ================================================

- CM

================================================ */
.event-sc.-cm {
  margin-top: 122px;
}

.event-cm__iframe iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-cm {
    margin-top: 100px;
  }
}
/* ================================================

- PICK UP

================================================ */
.event-sc.-pickup {
  margin-top: 136px;
}

.event-pickup {
  padding: 50px 0 60px;
  background-color: #00082f;
  background-image: url(/files/user/static/asset/images/event/opening/pickup_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.event-pickup__inner {
  padding: 0 40px;
}

.event-pickup__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 50px 34px;
  margin-top: 40px;
}

.event-pickup__list.-daily {
  margin-top: 62px;
}

.event-pickup__item {
  width: calc(50% - 17px);
  position: relative;
}

.event-pickup__item.-single {
  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;
  width: 100%;
  gap: 40px;
}
.event-pickup__item.-single .event-pickup__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 453px;
}
.event-pickup__item.-single .event-pickup__summary {
  margin-top: 0;
}

.event-pickup__item.-goods {
  padding-bottom: 100px;
}

.event-pickup__item.-column1 {
  width: 560px;
}

.event-pickup__summary {
  margin-top: 24px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.event-pickup__summary dt {
  font-size: 1.3125rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-pickup__summary dd {
  margin-top: 13px;
}
.event-pickup__summary dd p {
  font-size: 0.9375rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.event-pickup__summary dd p span {
  font-size: 0.8125rem;
}

.event-pickup__summary__note {
  margin-top: 15px;
}
.event-pickup__summary__note p {
  font-size: 0.875rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-pickup {
    margin-top: 100px;
  }
  .event-sc.-pickup .event-sc__inner {
    padding: 0 6.4vw;
  }
  .event-pickup {
    padding: 30px 0 40px;
    background-image: url(/files/user/static/asset/images/event/opening/pickup_bg_sp.jpg);
  }
  .event-pickup__inner {
    padding: 0 4vw;
  }
  .event-pickup__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
  }
  .event-pickup__list.-daily {
    margin-top: 40px;
  }
  .event-pickup__item {
    width: 100%;
  }
  .event-pickup__item .m-bgBtn.-w360 {
    width: 100%;
  }
  .event-pickup__item.-single {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  .event-pickup__item.-single .event-pickup__photo {
    width: 100%;
  }
  .event-pickup__item.-single .event-pickup__summary {
    margin-top: 0;
  }
  .event-pickup__item.-goods {
    padding-bottom: 0;
  }
  .event-pickup__summary {
    margin-top: 24px;
  }
  .event-pickup__summary dt {
    font-size: 5.3333333333vw;
  }
  .event-pickup__summary dd {
    margin-top: 13px;
  }
  .event-pickup__summary dd p {
    font-size: 3.7333333333vw;
  }
  .event-pickup__summary dd p span {
    font-size: 3.2vw;
  }
}
/* ================================================

- MACTH

================================================ */
.event-sc.-match {
  margin-top: 140px;
}

.event-match {
  padding: 30px 0;
  background-color: #020A32;
  position: relative;
}

.event-match__player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.event-match__inner {
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.event-match__schedule {
  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;
}

.event-match__schedule:not(:first-of-type) {
  margin-top: -17px;
}

.event-match__date {
  min-width: 200px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.event-match__date span {
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  font-family: "Teko", sans-serif;
  font-weight: 300;
}

.event-match__time {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-left: 15px;
  padding-top: 10px;
}

.event-match__time__label {
  color: #FFFFFF;
  text-align: center;
}
.event-match__time__label dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 74px;
  min-height: 25px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #155ba9;
}
.event-match__time__label dd {
  margin-top: 7px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-match__time__label dd small {
  display: inline-block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.event-match__time__label:not(:first-of-type) {
  margin-left: 9px;
}

.event-match__teams {
  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;
  margin-top: -10px;
}

.event-match__vs {
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.event-match__flag {
  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;
  margin-left: 13px;
}
.event-match__flag img {
  display: block;
  width: 88px;
}
.event-match__flag figcaption {
  margin-left: 13px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

.event-match__arena {
  margin-top: 12px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

.event-match__note {
  margin-top: 25px;
}
.event-match__note p {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.event-match__privilege {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 700px;
  width: 100%;
  margin-top: 70px;
  padding: 30px 30px;
  background-color: #060e37;
  position: relative;
}

.event-match__privilege__label {
  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: 192px;
  width: 100%;
  min-height: 36px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  background-color: #155ba9;
  position: absolute;
  top: -25px;
  left: 30px;
}
.event-match__privilege__label::after, .event-match__privilege__label::before {
  content: "";
  position: absolute;
  top: 0;
}
.event-match__privilege__label::before {
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 15px;
  border-color: transparent transparent #155ba9 transparent;
}
.event-match__privilege__label::after {
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 15px 0 0;
  border-color: #155ba9 transparent transparent transparent;
}

.event-match__privilege__photo {
  max-width: 290px;
  width: 100%;
}

.event-match__privilege__summary {
  margin-left: 30px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.event-match__privilege__summary dt {
  font-size: 1.125rem;
  line-height: 1.444;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-match__privilege__summary dd {
  margin-top: 8px;
}
.event-match__privilege__summary dd p {
  font-size: 0.9375rem;
  line-height: 1.733;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.event-sc__ttl.-event {
  margin-top: 60px;
}

.event-match__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 55px 35px;
  margin-top: 47px;
}

.event-match__item {
  width: calc(33.3333333333% - 23.3333333333px);
}
.event-match__item a {
  display: block;
}

.event-match__item__summary {
  margin-top: 20px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.event-match__item__summary dt {
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-match__item__summary dd {
  margin-top: 12px;
}
.event-match__item__summary dd p {
  font-size: 0.9375rem;
  line-height: 1.733;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-match {
    margin-top: 140px;
  }
  .event-match {
    padding: 0 0 30px;
  }
  .event-match__player {
    top: -26.667vw;
    right: -11.2vw;
    width: 145vw;
    overflow: hidden;
  }
  .event-match__inner {
    padding: 0 6.4vw;
  }
  .event-match__schedule {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .event-match__schedule:not(:first-of-type) {
    margin-top: -4.533vw;
  }
  .event-match__date {
    min-width: 0;
    font-size: 27.4666666667vw;
  }
  .event-match__date span {
    font-size: 5.3333333333vw;
  }
  .event-match__time {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    margin-left: 2.667vw;
    padding-top: 0px;
  }
  .event-match__time__label dt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    min-width: 17.6vw;
    min-height: 6.667vw;
    font-size: 3.2vw;
  }
  .event-match__time__label dd {
    margin-top: 1.867vw;
    font-size: 4.8vw;
  }
  .event-match__time__label dd small {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    font-size: 2.6666666667vw;
  }
  .event-match__time__label:not(:first-of-type) {
    margin-left: 2.133vw;
  }
  .event-match__teams {
    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;
    margin-top: 0;
  }
  .event-match__vs {
    font-size: 8.8vw;
  }
  .event-match__flag {
    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;
    margin-left: 3.467vw;
  }
  .event-match__flag img {
    max-width: 88px;
    width: 23.467vw;
  }
  .event-match__flag figcaption {
    margin-left: 3.467vw;
    font-size: 4.5333333333vw;
  }
  .event-match__arena {
    margin-top: 12px;
    font-size: 4vw;
  }
  .event-match__note {
    margin-top: 25px;
  }
  .event-match__note p {
    font-size: 3.2vw;
  }
  .event-match__privilege {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    padding: 30px 6.4vw;
    border: solid 1px #29375e;
  }
  .event-match__privilege__label {
    max-width: 192px;
    min-height: 36px;
    padding: 0 2.667vw;
    font-size: 4.8vw;
    top: -20px;
    left: 6.4vw;
  }
  .event-match__privilege__photo {
    max-width: 100%;
  }
  .event-match__privilege__summary {
    margin-left: 0;
    margin-top: 18px;
  }
  .event-match__privilege__summary dt {
    font-size: 4.5333333333vw;
  }
  .event-match__privilege__summary dd {
    margin-top: 8px;
  }
  .event-match__privilege__summary dd p {
    font-size: 3.7333333333vw;
  }
  .event-match__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 40px 4vw;
    margin-top: 40px;
  }
  .event-match__item {
    width: calc(50% - 2vw);
  }
  .event-match__item__summary {
    margin-top: 18px;
  }
  .event-match__item__summary dt {
    font-size: 4.2666666667vw;
  }
  .event-match__item__summary dd {
    margin-top: 10px;
  }
  .event-match__item__summary dd p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- GOODS

================================================ */
.event-sc.-goods {
  margin-top: 125px;
}

.event-goods {
  margin-top: 45px;
  padding: 46px 40px 57px;
  background-color: #00082f;
  background-image: url(/files/user/static/asset/images/event/opening/goods_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.event-goods__summary {
  margin-top: 20px;
  text-align: center;
}
.event-goods__summary p {
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.event-goods__image {
  max-width: 869px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.event-goods.-professional {
  background-image: none;
}

.event-pickup__summary.-professional {
  max-width: 900px;
  width: 100%;
  margin: 24px auto 0;
}

.event-goods__image.-professional {
  max-width: 900px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.event-goods__btn {
  margin-top: 60px;
  width: 340px;
}
.event-goods__btn button,
.event-goods__btn a {
  min-height: 56px;
}

.event-goods__btn2.m-bgBtn.-w360 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-goods {
    margin-top: 100px;
  }
  .event-sc.-goods .event-sc__inner {
    padding: 0 6.4vw;
  }
  .event-goods {
    margin-top: 45px;
    padding: 45px 0 57px;
    background-image: url(/files/user/static/asset/images/event/opening/goods_bg_sp.jpg);
  }
  .event-goods__summary {
    margin-top: 30px;
    text-align: center;
  }
  .event-goods__summary p {
    font-size: 4vw;
  }
  .event-goods__image {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .event-goods.-professional {
    margin-top: 35px;
    padding: 35px 0 50px;
  }
  .event-pickup__summary.-professional {
    margin: 20px auto 0;
  }
  .event-pickup__summary.-professional dt {
    font-size: 4.8vw;
  }
  .event-pickup__summary.-professional dd {
    margin-top: 13px;
  }
  .event-pickup__summary.-professional dd p {
    font-size: 3.4666666667vw;
  }
  .event-pickup__summary.-professional dd p span {
    font-size: 2.9333333333vw;
  }
  .event-goods__btn {
    margin-top: 45px;
    width: 87.2vw;
  }
  .event-goods__btn button,
  .event-goods__btn a {
    min-height: 52px;
  }
  .event-goods__btn2 {
    position: static;
    margin-top: 45px;
  }
  .event-goods__btn2.m-bgBtn.-w360 {
    position: static;
    width: 100%;
    margin-top: 45px;
  }
}
/* ================================================

- GOURMET

================================================ */
.event-sc.-gourmet {
  margin-top: 130px;
}
.event-sc.-gourmet .event-sc__inner {
  padding: 0 40px;
}

.event-gourmet {
  margin-top: 40px;
}

.event-gourmet.-daily {
  margin-top: 60px;
}

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

.event-gourmet__item {
  display: grid;
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto;
}

.event-gourmet__photo {
  display: grid;
}

.event-gourmet__summary {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  margin-top: 13px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.event-gourmet__summary dt {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.event-gourmet__summary dt small {
  font-size: 0.875rem;
  line-height: 1.714;
}
.event-gourmet__summary dt small.-block {
  display: block;
}
.event-gourmet__summary dd {
  margin-top: 15px;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-gourmet__summary dd small {
  font-size: 0.875rem;
}

.event-gourmet__note {
  margin-top: 70px;
  text-align: right;
}
.event-gourmet__note p {
  font-size: 0.875rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-gourmet {
    margin-top: 100px;
  }
  .event-sc.-gourmet .event-sc__inner {
    padding: 0 6.4vw;
  }
  .event-gourmet {
    margin-top: 20px;
  }
  .event-gourmet.-daily {
    margin-top: 40px;
  }
  .event-gourmet__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 1.4666666667vw), 1fr));
    gap: 40px 2.2vw;
  }
  .event-gourmet__summary {
    margin-top: 13px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }
  .event-gourmet__summary dt {
    font-size: 3.4666666667vw;
  }
  .event-gourmet__summary dt small {
    font-size: 2.9333333333vw;
  }
  .event-gourmet__summary dt small.-block {
    display: inline;
  }
  .event-gourmet__summary dd {
    margin-top: 10px;
    font-size: 4vw;
  }
  .event-gourmet__summary dd small {
    font-size: 3.2vw;
  }
  .event-gourmet__note {
    margin-top: 50px;
    text-align: right;
  }
  .event-gourmet__note p {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- PHOTO GALLERY

================================================ */
.event-sc.-gallery {
  margin-top: 130px;
}

.event-gallery {
  max-width: 940px;
  width: 100%;
  margin: 40px auto;
}

.event-gallery__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 34px 34px;
}

.event-gallery__item {
  display: none;
  width: calc(50% - 17px);
}
.event-gallery__item a {
  display: block;
}

.event-gallery__item.-active {
  display: block;
}

.event-gallery__btn {
  width: 300px;
  margin: 50px auto 0;
  background-image: url(/files/user/static/asset/images/common/pattern-1.jpg);
  background-size: 600px;
  background-position: top center;
  background-repeat: repeat;
}
.event-gallery__btn button,
.event-gallery__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: 52px;
  -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);
}
.event-gallery__btn button:hover,
.event-gallery__btn a:hover {
  opacity: 0.7;
}
.event-gallery__btn button span,
.event-gallery__btn a span {
  display: inline-block;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 1.583;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  position: relative;
}
.event-gallery__btn button span::before,
.event-gallery__btn a span::before {
  content: "";
  position: absolute;
  left: -4px;
  top: calc(50% - 1.5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-bottom: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.event-gallery__btn.-disabled {
  display: none;
}
.event-gallery__btn.-disabled button,
.event-gallery__btn.-disabled a {
  cursor: default;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-gallery {
    margin-top: 130px;
  }
  .event-sc.-gallery .event-sc__inner {
    padding: 0 6.4vw;
  }
  .event-gallery {
    margin: 30px auto;
  }
  .event-gallery__list {
    gap: 4vw;
  }
  .event-gallery__item {
    width: calc(50% - 2vw);
  }
  .event-gallery__btn {
    width: 80vw;
    margin: 50px auto 0;
  }
  .event-gallery__btn button,
  .event-gallery__btn a {
    min-height: 52px;
  }
  .event-gallery__btn button span,
  .event-gallery__btn a span {
    padding-left: 6.667vw;
    font-size: 4vw;
  }
}
/* ================================================

- フロートボタン

================================================ */
.event-floatBtn {
  position: fixed;
  right: 40px;
  bottom: -60px;
  width: 202px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity, bottom 0.5s;
  transition: opacity, bottom 0.5s;
}
.event-floatBtn a {
  display: block;
  position: relative;
  -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);
}
.event-floatBtn a:hover {
  opacity: 0.8;
}

.event-floatBtn.-active {
  bottom: 40px;
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-floatBtn {
    right: 6.4vw;
    bottom: -60px;
    width: 38.4vw;
  }
}
/* ================================================

- カウントダウン

================================================ */
.event-sc.-timers {
  margin-bottom: 100px;
}

.event-timers {
  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;
  -webkit-transition: height, opacity 1.2s;
  transition: height, opacity 1.2s;
}
.event-timers p {
  margin: 0 0.075em;
  font-size: 4.375rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.event-timers p span.-colon {
  font-size: 3.125rem;
}
.event-timers p small {
  display: block;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  font-size: 1rem;
  font-family: "FBWS", "Teko", sans-serif;
  font-weight: 400;
}

.event-timers.-fadeOut {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.event-timers__compTxt {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height, opacity 1.4s;
  transition: height, opacity 1.4s;
}
.event-timers__compTxt p {
  font-size: 4.375rem;
  font-family: "FBWS", "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.event-timers__compTxt.-fadeIn {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-timers {
    margin: 30px 0 0;
  }
  .event-timers p {
    margin: 0 0.075em;
    font-size: 13.3333333333vw;
  }
  .event-timers p span.-colon {
    font-size: 9.3333333333vw;
  }
  .event-timers p small {
    -webkit-transform: translateY(-1.333vw);
            transform: translateY(-1.333vw);
    font-size: 2.6666666667vw;
  }
  .event-timers__compTxt p {
    font-size: 13.3333333333vw;
  }
}
/* ================================================

-

================================================ */
.event-sc.-panel {
  margin-top: 100px;
}

.event-panel__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.event-panel__item {
  width: calc(33.3333333333% - 6.6666666667px);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-panel {
    margin-top: 60px;
  }
  .event-panel__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.667vw;
  }
  .event-panel__item {
    width: 100%;
  }
}
/* ================================================

-

================================================ */
.event-sc.-point {
  margin-top: 100px;
}

.event-point__banner {
  margin-top: 80px;
}

.event-point__banner__block:not(:first-of-type) {
  margin-top: 40px;
}

.event-point__banner__image a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.event-point__banner__image a:hover {
  opacity: 0.7;
}

.event-sc__summary.event-point__summary {
  margin-top: 20px;
}

.event-point__present {
  max-width: 600px;
  width: 100%;
  margin: 60px auto 0;
}

.event-point__present__summary {
  margin-bottom: 20px;
  text-align: center;
}
.event-point__present__summary p {
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-point {
    margin-top: 100px;
  }
  .event-sc.-point .event-showcase {
    padding: 0 6.4vw;
  }
  .event-point {
    padding: 0 6.4vw;
  }
  .event-point .event-match__item {
    width: 84%;
    margin: 0 auto;
  }
  .event-point.-playback .event-match__item {
    width: 100%;
    margin: 0 auto;
  }
  .event-point__banner {
    margin-top: 80px;
  }
  .event-point__banner__block:not(:first-of-type) {
    margin-top: 30px;
  }
  .event-sc__summary.event-point__summary {
    margin-top: 20px;
  }
  .event-point__present {
    margin: 50px auto 0;
  }
  .event-point__present__image {
    width: 75%;
    margin: 0 auto;
  }
  .event-point__present__summary {
    margin-bottom: 20px;
  }
}
/* ================================================

- 一覧

================================================ */
.players-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 40px;
  gap: 35px;
}

.players-item {
  width: calc(33.3333333333% - 23.3333333333px);
  background-color: #1b316a;
}
.players-item a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.players-item a:hover {
  opacity: 0.7;
}
.players-item a[href^="javascript:void(0)"] {
  cursor: default;
}
.players-item a[href^="javascript:void(0)"]:hover {
  opacity: 1;
}

.players-item:nth-child(2n) {
  background-color: #152756;
}
.players-item:nth-child(2n) .players-item__block {
  background-color: #152756;
}

.players-item__photo {
  background-color: #e5e5e5;
}

.players-item__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 17px 18px 16px;
  gap: 13px;
  background-color: #1b316a;
}

.players-item__block.-performer {
  padding: 17px 18px 38px;
}

.players-item__number {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  font-size: 4.75rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.players-item__profile {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.players-item__profile dt {
  font-size: 1rem;
  line-height: 1.333;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}
.players-item__profile dt span {
  display: block;
  margin-top: 5px;
  font-size: 0.8125rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.players-item__profile dd {
  margin-top: 7px;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.players-item__summary {
  width: 100%;
  padding-top: 20px;
  border-top: solid 1px #FFFFFF;
}
.players-item__summary p {
  font-size: 0.875rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .players-item {
    width: 100%;
  }
  .players-item__block {
    padding: 17px 3.2vw 20px;
    gap: 2.4vw;
  }
  .players-item__block.-performer {
    padding: 17px 2.4 38px;
  }
  .players-item__number {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 20.2666666667vw;
  }
  .players-item__profile dt {
    font-size: 5.3333333333vw;
  }
  .players-item__profile dt span {
    margin-top: 4px;
    font-size: 4.2666666667vw;
  }
  .players-item__profile dd {
    margin-top: 6px;
    font-size: 3.4666666667vw;
  }
  .players-item__summary {
    padding-top: 15px;
  }
  .players-item__summary p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- PLAYOFF

================================================ */
.event-sc.-basic.-bg--deco1.-showcase.-playoff {
  padding: 40px 0 100px;
  margin-top: 80px;
  background-image: url(/files/user/static/asset/images/special/2425/playoff/message_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.event-sc.-schedule.-playoff {
  margin-top: 80px;
}

.event-sc.-basic.-bg--deco2.-playoff.-tournament {
  padding-top: 88px;
}

.event-sc.-basic.-bg--deco3.-playoff.-ticket {
  padding: 70px 0 100px;
  margin-top: 0;
}

.event-sc.-basic.-bg--deco1.-payoff.-interview {
  padding: 75px 0 100px;
  margin-top: 0;
}

.event-schedule.-wrap.-playoff {
  margin-top: 82px;
  gap: 74px 20px;
}

.event-playoff__label {
  position: relative;
}
.event-playoff__label::before {
  content: attr(data-label);
  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: -52px;
  left: 0;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  font-style: italic;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  min-height: 52px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(21, 19, 86)), to(rgb(21, 73, 174)));
  background: linear-gradient(90deg, rgb(21, 19, 86) 0%, rgb(21, 73, 174) 100%);
}

.overflow-container {
  overflow: visible;
}

.playoff-ticket {
  margin-top: 29px;
  padding: 19px 18px 20px;
  background-image: url(../../asset/images/event/playoff/ticket_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.playoff-ticket__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.playoff-ticket__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 15px;
  padding-top: 5px;
}
.playoff-ticket__list .playoff-ticket__head {
  width: 106px;
}
.playoff-ticket__list .playoff-ticket__schedule {
  width: 275px;
}

.playoff-ticket__list:not(:first-of-type) {
  padding-left: 10px;
  border-left: solid 1px #6b81ac;
}
.playoff-ticket__list:not(:first-of-type) .playoff-ticket__head {
  display: none;
}

.playoff-ticket__list__btns {
  display: none;
}

.playoff-ticket__summary {
  margin-top: 20px;
}
.playoff-ticket__summary p {
  font-size: 0.9375rem;
  line-height: 1.733;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.playoff-ticket__btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 19px;
  margin-top: 60px;
}
.playoff-ticket__btns .m-bgBtn {
  width: calc(33.3333333333% - 12.6666666667px);
}
.playoff-ticket__btns .m-bgBtn a {
  min-height: 56px;
}

.event-interview__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 45px;
  margin-top: 30px;
}

.event-interview__item {
  width: calc(33.3333333333% - 30px);
}
.event-interview__item a {
  display: block;
}

.event-goods__photo {
  max-width: 1020px;
  width: 100%;
  margin: 40px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .event-sc.-basic.-bg--deco1.-showcase.-playoff {
    padding: 10px 0 60px;
    margin-top: 70px;
    background-image: url(/files/user/static/asset/images/special/2425/playoff/message_bg_sp.jpg);
  }
  .event-sc.-schedule.-playoff {
    margin-top: 70px;
  }
  .event-sc.-basic.-bg--deco2.-playoff.-tournament {
    padding-top: 23.467vw;
  }
  .event-sc.-basic.-bg--deco3.-playoff.-ticket {
    padding: 18.667vw 0 26.667vw;
    margin-top: 0;
  }
  .event-sc.-basic.-bg--deco1.-payoff.-interview {
    padding: 20vw 0 26.667vw;
    margin-top: 0;
  }
  .event-schedule.-wrap.-playoff {
    margin-top: 21.867vw;
    gap: 19.733vw 5.333vw;
  }
  .event-playoff__label::before {
    top: -13.867vw;
    font-size: 9.0666666667vw;
    min-height: 13.867vw;
  }
  .overflow-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .overflow-container::after {
    content: "";
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2233.414px%22%20height%3D%2225.414px%22%20viewBox%3D%220%200%2033.414%2025.414%22%20enable-background%3D%22new%200%200%2033.414%2025.414%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0%2C12.707h32%20M20%2C24.707l12-12l-12-12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 8.8vw;
    height: 6.667vw;
    scale: 0.7;
    -webkit-animation-name: flash;
            animation-name: flash;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  .event-tournament {
    width: 187.2vw;
  }
  .playoff-ticket {
    margin-top: 7.733vw;
    padding: 5.067vw 4vw 5.333vw;
    background-image: url(../../asset/images/event/playoff/ticket_bg_sp.jpg);
    background-size: cover;
  }
  .playoff-ticket__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.667vw;
  }
  .playoff-ticket__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.333vw 1.867vw;
    padding-top: 0;
  }
  .playoff-ticket__list .playoff-ticket__head {
    width: 21.6vw;
  }
  .playoff-ticket__list .playoff-ticket__schedule {
    width: 55.733vw;
  }
  .playoff-ticket__list:not(:first-of-type) {
    padding-left: 0;
    padding-top: 10.667vw;
    border-left: none;
    border-top: solid 1px #6b81ac;
  }
  .playoff-ticket__list:not(:first-of-type) .playoff-ticket__head {
    display: block;
  }
  .playoff-ticket__list__btns {
    display: block;
    width: 100%;
  }
  .playoff-ticket__list__btns .m-bgBtn:not(:first-of-type) {
    margin-top: 3.733vw;
  }
  .playoff-ticket__list__btns .m-bgBtn a span {
    font-size: 4vw;
  }
  .playoff-ticket__summary {
    margin-top: 5.333vw;
  }
  .playoff-ticket__summary p {
    font-size: 3.7333333333vw;
  }
  .playoff-ticket__btns {
    display: none;
  }
  .event-interview {
    padding: 0 6.4vw;
  }
  .event-interview__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10.667vw;
    margin-top: 8vw;
  }
  .event-interview__item {
    width: 100%;
  }
  .event-goods__photo {
    max-width: 272vw;
    width: 100%;
    margin: 40px auto 0;
  }
}
/* ================================================

- 2025 PLAYOFF

================================================ */
.event-showcase__summary.-playoff.-serif p {
  font-size: 1.125rem;
  color: rgb(234, 246, 250);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-shadow: 2.121px 2.121px 11.85px rgba(13, 25, 61, 0.51);
}

.event-pv__presented__ttl {
  font-size: 2.5rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.event-pv__presented__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.event-pv__presented__item {
  width: calc(33.3333333333% - 13.3333333333px);
}
.event-pv__presented__item 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;
  padding: 10px 10px;
  background-color: #FFFFFF;
}
.event-pv__presented__item a img {
  max-width: 300px;
}

.event-pv__presented__list.-min {
  margin-top: 30px;
}
.event-pv__presented__list.-min .event-pv__presented__item {
  width: calc(25% - 15px);
}

.event-pv__summarys {
  margin-top: 80px;
  padding: 0 80px;
}

.event-pv__summarys__ttl {
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}

.event-pv__summarys__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
  padding: 25px 20px 24px;
  border-bottom: solid 1px #FFFFFF;
}
.event-pv__summarys__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.event-pv__summarys__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.event-pv__summarys__list dd p:not(:first-of-type) {
  margin-top: 15px;
}

.event-pv__summarys__list:first-of-type {
  border-top: solid 1px #FFFFFF;
}

.event-pv__btn.m-bgBtn {
  width: 440px;
  margin-top: 60px;
}
.event-pv__btn.m-bgBtn a {
  min-height: 64px;
}

.event-showcase__playoffMessage {
  max-width: 340px;
  width: 100%;
  margin: 40px auto 0;
}

.event-schedule__block.-column2.event-playoff__label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.event-schedule__block.-column2.event-playoff__label .event-schedule__note {
  position: static;
  margin-top: 15px;
}

.event-schedule__block.-column2.event-playoff__label.-comingSoon {
  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) {
  .event-showcase__summary.-playoff.-serif p {
    font-size: 4.1333333333vw;
    white-space: nowrap;
  }
  .event-pv__presented {
    padding: 0 5.333vw;
  }
  .event-pv__presented__ttl {
    font-size: 8.9333333333vw;
  }
  .event-pv__presented__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 4vw;
    margin-top: 20px;
  }
  .event-pv__presented__item {
    width: calc(50% - 2vw);
  }
  .event-pv__presented__item a {
    padding: 5px 10px;
  }
  .event-pv__presented__list.-min {
    margin-top: 25px;
    padding: 0 4vw;
  }
  .event-pv__presented__list.-min .event-pv__presented__item {
    width: calc(50% - 2vw);
  }
  .event-pv__summarys {
    margin-top: 80px;
    padding: 0 5.333vw;
  }
  .event-pv__summarys__ttl {
    font-size: 5.7333333333vw;
  }
  .event-pv__summarys__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 21px 0 20px;
  }
  .event-pv__summarys__list dt {
    width: 21.333vw;
  }
  .event-pv__summarys__list dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .event-pv__summarys__list dd p:not(:first-of-type) {
    margin-top: 15px;
  }
  .event-pv__btn.m-bgBtn {
    width: 335px;
    margin-top: 60px;
  }
  .event-pv__btn.m-bgBtn a {
    min-height: 64px;
  }
  .event-showcase__playoffMessage {
    max-width: 340px;
    width: 74.667vw;
    margin: 50px auto 0;
  }
  .event-schedule__block.-column2.event-playoff__label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .event-schedule__block.-column2.event-playoff__label .event-schedule__note {
    position: static;
    margin-top: 15px;
  }
}