@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-orange: #f4801d;
  --cc-navy: #363963;
  --cc-black: #1f2029;
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

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

- フォント

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

- フォントサイズ

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

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

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

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

- z-index

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

- イージング

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

- 共通

================================================ */
body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.game sub {
  display: inline-block;
  vertical-align: sub;
  translate: 0 5px;
}

.game-note p {
  font-size: 0.9375rem;
  line-height: 1.533;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-black);
}
.game-note p:not(:first-of-type) {
  margin-top: 5px;
}

.game-note.-white p {
  color: #FFFFFF;
}

.game-wrapper {
  overflow-x: clip;
}

.game-sc {
  clip-path: inset(0 0 round 0 0 0 0);
  position: relative;
  z-index: 1;
}
.game-sc::before {
  content: attr(data-ttl);
  position: absolute;
  top: -25px;
  left: -10px;
  font-size: 9.375rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--cc-navy);
  z-index: -1;
}

.game-sc.-right {
  position: relative;
}
.game-sc.-right::before {
  left: auto;
  right: -10px;
}

.game-sc__ttl {
  padding-bottom: 23px;
  position: relative;
}
.game-sc__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 1px;
  background-color: var(--cc-black);
}
.game-sc__ttl span {
  display: block;
  text-align: center;
}
.game-sc__ttl span.-en {
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--cc-black);
}
.game-sc__ttl span.-jp {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-black);
}
.game-sc__ttl span.-en + span.-jp {
  margin-top: 10px;
}

.game-sc__ttl.-min span.-en {
  font-size: 3.125rem;
}
.game-sc__ttl.-min span.-jp {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.game-sc__ttl.-large span.-jp {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.game-sc__ttl.-white::after {
  background-color: #FFFFFF;
}
.game-sc__ttl.-white span.-jp {
  color: #FFFFFF;
}

.overflow-container {
  overflow: visible;
}

.game-comingSoon {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.game-comingSoon p {
  font-size: 3.5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--cc-black);
}

.game-comingSoon.-white p {
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc::before {
    top: -2.4vw;
    left: -0.267vw;
    font-size: 17.8666666667vw;
  }
  .game-sc.-right::before {
    left: auto;
    right: -1.067vw;
  }
  .game-sc__ttl {
    padding-bottom: 4.8vw;
  }
  .game-sc__ttl::after {
    width: 13.333vw;
  }
  .game-sc__ttl span.-en {
    font-size: 13.3333333333vw;
  }
  .game-sc__ttl span.-jp {
    font-size: 4.8vw;
  }
  .game-sc__ttl span.-en + span.-jp {
    margin-top: 2.667vw;
  }
  .game-sc__ttl.-min span.-en {
    font-size: 6.6666666667vw;
  }
  .game-sc__ttl.-min span.-jp {
    font-size: 6.9333333333vw;
  }
  .game-sc__ttl.-large span.-jp {
    font-size: 8vw;
  }
  .overflow-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .game-comingSoon {
    padding: 50px 0;
  }
  .game-comingSoon p {
    font-size: 10.6666666667vw;
  }
  .game sub {
    translate: 0 1.067vw;
  }
}
/* ================================================

- ボタン

================================================ */
.game-btn button,
.game-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: 320px;
  min-height: 60px;
  padding: 0 16px;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: var(--cc-black);
  border-radius: calc(infinity * 1px);
  position: relative;
  z-index: 1;
}
.game-btn button span,
.game-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.game-btn.-w380 button,
.game-btn.-w380 a {
  width: 380px;
  min-height: 64px;
  font-size: 1.125rem;
}

.game-btn.-ticket button span,
.game-btn.-ticket a span {
  width: auto;
  padding-left: 37px;
  position: relative;
}
.game-btn.-ticket button span::before,
.game-btn.-ticket a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../../elements/img/content/matches/info/icon_ticket.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.game-btn.-next button::after,
.game-btn.-next a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 7px;
  height: 9px;
  background-color: #FFFFFF;
}

.game-btn.-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-btn button,
  .game-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: 77.333vw;
    min-height: 14.933vw;
    padding: 0 2.667vw;
    font-size: 4vw;
  }
  .game-btn.-w380 button,
  .game-btn.-w380 a {
    width: 85.333vw;
    min-height: 16vw;
    font-size: 4.2666666667vw;
  }
  .game-btn.-ticket button span,
  .game-btn.-ticket a span {
    padding-left: 8.533vw;
  }
  .game-btn.-ticket button span::before,
  .game-btn.-ticket a span::before {
    width: 5.867vw;
    height: 5.867vw;
  }
}
/* ================================================

- ヘッダー

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

- ナビゲーション

================================================ */
.game-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: 70px 0;
  -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-color: #007f53;
}

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

.game-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;
  height: 100%;
}

.game-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 0;
  max-width: 728px;
  margin: 0 auto;
}

.game-nav__item {
  width: 182px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.game-nav__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11px 0 12px;
}
.game-nav__item a span {
  display: block;
  color: #FFFFFF;
}
.game-nav__item a span.-en {
  margin-top: 14px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.game-nav__item a span.-jp {
  margin-top: 6px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.game-nav__item:last-of-type,
.game-nav__item:nth-of-type(4n) {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.game-nav__item__icon {
  width: 38px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -30px;
    z-index: 11;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 70px 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;
  }
  .game-nav.-active {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .game-nav__inner {
    height: 100%;
    padding: 0 5.333vw;
  }
  .game-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .game-nav__item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .game-nav__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 11px 0 12px;
  }
  .game-nav__item a span.-en {
    margin-top: 11px;
    font-size: 4.8vw;
  }
  .game-nav__item a span.-jp {
    margin-top: 6px;
    font-size: 3.0666666667vw;
  }
  .game-nav__item {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .game-nav__item:last-of-type,
  .game-nav__item:nth-child(2n) {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .game-nav__item__icon {
    width: 8.533vw;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.game-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: var(--cc-black);
  z-index: 11;
}
.game-hamburgerBtn .game-hamburgerBtn__line {
  position: relative;
  width: 35px;
  height: 25px;
}
.game-hamburgerBtn .game-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);
}
.game-hamburgerBtn .game-hamburgerBtn__line span::before,
.game-hamburgerBtn .game-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: inherit;
  transition: inherit;
}
.game-hamburgerBtn .game-hamburgerBtn__line span::before {
  top: -8px;
}
.game-hamburgerBtn .game-hamburgerBtn__line span::after {
  top: 8px;
}

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

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

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-hamburgerBtn {
    top: 0;
    right: 0;
    width: 60px;
    min-height: 60px;
  }
  .game-hamburgerBtn .game-hamburgerBtn__line {
    width: 26.25px;
    height: 18.75px;
  }
  .game-hamburgerBtn .game-hamburgerBtn__line span::before {
    top: -8px;
  }
  .game-hamburgerBtn .game-hamburgerBtn__line span::after {
    top: 8px;
  }
  .game-hamburgerBtn.-hide {
    display: none;
  }
}
/* ================================================

- 試合情報

================================================ */
.game-sc.-info {
  padding: 162px 0 110px;
  background-image: url("../../elements/img/content/matches/info/gameinfo_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.game-info {
  margin-top: 40px;
}

.game-info__presents {
  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: 50px;
}

.game-info__presents__ttl {
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-black);
}
.game-info__presents__ttl sub {
  display: inline-block;
  vertical-align: sub;
  translate: 0 8px;
}

.game-info__presents__presented {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
}
.game-info__presents__presented p {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-black);
}

.game-info__presents__logo {
  width: 160px;
}
.game-info__presents__logo a {
  display: block;
}

.game-info__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 80px;
  margin-top: 18px;
}

.game-info__emblem {
  width: 286px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.game-info__emblem.-home {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.game-info__emblem.-away {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.game-info__vs {
  display: none;
}

.game-info__detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
  color: var(--cc-black);
}

.game-info__convention {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.game-info__detail__date {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-top: 10px;
}
.game-info__detail__date dt.-day {
  font-size: 7.5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.game-info__detail__date dd.-week {
  font-size: 3.125rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.game-info__detail__kickoff {
  margin-top: 8px;
  font-size: 2.375rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.game-info__detail__team {
  margin-top: 20px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-info__detail__team span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.game-info__stadium {
  margin-top: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.game-guide.game-info__guide {
  margin-top: 45px;
}

.game-btn.game-info__btn {
  margin-top: 32px;
}

.game-info__btn__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 92px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-info {
    padding: 21.333vw 0 21.333vw;
    background-image: url("../../elements/img/content/matches/info/gameinfo_bg_sp.jpg");
  }
  .game-info {
    margin-top: 8vw;
  }
  .game-info__presents {
    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: 13.333vw;
  }
  .game-info__presents__ttl {
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: var(--cc-black);
  }
  .game-info__presents__ttl sub {
    display: inline-block;
    vertical-align: sub;
    translate: 0 2.133vw;
  }
  .game-info__presents__presented {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 4vw;
  }
  .game-info__presents__presented p {
    font-size: 1.0625rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--cc-black);
  }
  .game-info__presents__logo {
    width: 42.667vw;
  }
  .game-info__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 2.667vw;
    margin-top: 4.8vw;
  }
  .game-info__emblem {
    width: 36.267vw;
  }
  .game-info__emblem.-home {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .game-info__emblem.-away {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .game-info__vs {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 5.3333333333vw;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: var(--cc-black);
  }
  .game-info__detail {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .game-info__convention {
    font-size: 4.2666666667vw;
  }
  .game-info__detail__date {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
            align-items: baseline;
    gap: 2.133vw;
    margin-top: 1.6vw;
  }
  .game-info__detail__date dt.-day {
    font-size: 29.0666666667vw;
  }
  .game-info__detail__date dd.-week {
    font-size: 11.7333333333vw;
  }
  .game-info__detail__kickoff {
    margin-top: 2.133vw;
    font-size: 9.6vw;
  }
  .game-info__detail__team {
    margin-top: 4vw;
    font-size: 5.6vw;
  }
  .game-info__stadium {
    margin-top: 4.267vw;
    font-size: 3.7333333333vw;
  }
  .game-guide.game-info__guide {
    margin-top: 12vw;
  }
  .game-btn.game-info__btn {
    margin-top: 8.533vw;
  }
  .game-info__btn__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.333vw;
    margin-top: 12vw;
  }
}
/* ================================================

- 前回対戦の振り返り

================================================ */
.game-sc.-review {
  padding: 75px 0 78px;
  background-color: var(--cc-navy);
  background-image: url("../../elements/img/content/matches/info/review_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.game-review {
  margin-top: 40px;
}

.game-review__video {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.game-review__video a {
  display: block;
  position: relative;
}
.game-review__video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url("../../elements/img/content/matches/info/icon_youtube.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  width: 74px;
  height: 52px;
}

.game-review__summary {
  margin-top: 30px;
  color: #FFFFFF;
  text-align: center;
}
.game-review__summary dt {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-review__summary dt span {
  margin-right: 0.5em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.game-review__summary dd {
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-review {
    padding: 16vw 0 18.667vw;
    background-image: url("../../elements/img/content/matches/info/review_bg_sp.jpg");
  }
  .game-sc.-review .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-review {
    margin-top: 10.667vw;
  }
  .game-review__video a::after {
    width: 12.8vw;
    height: 9.067vw;
  }
  .game-review__summary {
    margin-top: 6.667vw;
  }
  .game-review__summary dt {
    font-size: 5.0666666667vw;
  }
  .game-review__summary dd {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- ニュース

================================================ */
.game-sc.-news {
  padding: 153px 0 130px;
}

.game-news {
  max-width: 880px;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.game-news__item a {
  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: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 25px 0 25px;
  border-bottom: solid 1px #c1c3c9;
}
.game-news__item a span {
  font-size: 1rem;
  line-height: 1.625;
}
.game-news__item a span.-date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 102px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--cc-orange);
}
.game-news__item a span.-ttl {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-black);
}

.game-news__item:first-of-type a {
  border-top: solid 1px #c1c3c9;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-news {
    padding: 21.333vw 0 21.333vw;
  }
  .game-sc.-news .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-news {
    margin-top: 10.667vw;
  }
  .game-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8vw;
    padding: 4vw 0;
  }
  .game-news__item a span {
    font-size: 3.7333333333vw;
  }
  .game-news__item a span.-date {
    width: auto;
  }
}
/* ================================================

- タブ

================================================ */
.game-ustaTabs__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: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 2px;
}

.game-ustaTabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.game-ustaTabs__item button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  font-size: 1.375rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  background-color: var(--cc-black);
  border-bottom: solid 2px #FFFFFF;
  position: relative;
}
.game-ustaTabs__item button span {
  padding-left: 85px;
  position: relative;
}
.game-ustaTabs__item button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
}
.game-ustaTabs__item button span.-enjoy::before {
  background-image: url("../../elements/img/content/matches/info/icon_star.png");
}
.game-ustaTabs__item button span.-guide::before {
  background-image: url("../../elements/img/content/matches/info/icon_guide.png");
}

.game-ustaTabs__item.-active button {
  cursor: default;
  background-color: var(--cc-orange);
  border-bottom: solid 2px var(--cc-orange);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-ustaTabs__list {
    gap: 0.267vw;
  }
  .game-ustaTabs__item button {
    min-height: 17.6vw;
    font-size: 4.5333333333vw;
    line-height: 1.425;
    border-bottom: solid 1px #FFFFFF;
  }
  .game-ustaTabs__item button span {
    padding-left: 8.8vw;
  }
  .game-ustaTabs__item button span::before {
    left: 1.6vw;
    width: 6.133vw;
    height: 5.867vw;
  }
  .game-ustaTabs__item.-active button {
    border-bottom: solid 1px var(--cc-orange);
  }
}
/* ================================================

- SCHEDULE

================================================ */
.game-tab__item {
  overflow-y: clip;
  position: relative;
  z-index: 1;
}

.game-sc.-schedule {
  padding: 80px 0 120px;
  background-color: var(--cc-orange);
}

.game-schedule {
  margin-top: 43px;
}

.game-schedule__bg {
  position: sticky;
  top: 0;
  left: 0;
  translate: 120px 0;
}
.game-schedule__bg::before {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  background-image: url("../../elements/img/content/matches/info/schedule_bg.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  width: 460px;
  height: 750px;
}

.game-schedule__tab__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;
}

.game-schedule__tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.game-schedule__tab__item button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  width: 100%;
  min-height: 66px;
  padding: 10px 0 0;
  background-color: #FFFFFF;
  position: relative;
}
.game-schedule__tab__item button span.-ttl {
  display: block;
  padding-bottom: 13px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-black);
  letter-spacing: 0.02em;
  position: relative;
}
.game-schedule__tab__item button span.-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 12px;
  height: 7px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--cc-black);
}

.game-schedule__tab__item.-active button {
  background-color: var(--cc-black);
  border: none;
  cursor: default;
}
.game-schedule__tab__item.-active button span.-ttl {
  color: #FFFFFF;
}
.game-schedule__tab__item.-active button span.-ttl::after {
  background-color: #FFFFFF;
}

.game-schedule__tab__item:first-of-type button {
  border-top-left-radius: calc(infinity * 1px);
  border-bottom-left-radius: calc(infinity * 1px);
}

.game-schedule__tab__item:last-of-type button {
  border-top-right-radius: calc(infinity * 1px);
  border-bottom-right-radius: calc(infinity * 1px);
}

.game-schedule__timeline {
  margin-top: 53px;
  padding: 0 65px;
}

.game-timeline__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 25px;
  position: relative;
}
.game-timeline__item .orange {
  color: var(--cc-orange);
}
.game-timeline__item .white {
  color: var(--cc-orange);
}
.game-timeline__item::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 39px;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}

.game-timeline__item:not(:last-of-type) {
  padding-bottom: 20px;
}

.game-timeline__item:last-of-type {
  padding-bottom: 20px;
}
.game-timeline__item:last-of-type::after {
  height: 20px;
}

.game-timeline__time {
  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-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  min-height: 80px;
  font-size: 1.375rem;
  line-height: 1.25;
  color: var(--cc-orange);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #FFFFFF;
  clip-path: inset(0 0 round 16px 16px 16px 16px);
  position: relative;
}
.game-timeline__time small {
  translate: 0 3px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.game-timeline__time.-text {
  font-size: 1rem;
  line-height: 1.177;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.game-timeline__summarys {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.game-timeline__summarys p {
  font-size: 1.125rem;
  line-height: 1.556;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-timeline__summarys p small {
  font-size: 1rem;
}
.game-timeline__summarys p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.game-timeline__summarys p.-note {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.game-timeline__photo {
  max-width: 400px;
  width: 100%;
  margin: 15px 0;
}

.game-schedule__timeline__note {
  margin-top: 35px;
}
.game-schedule__timeline__note p {
  font-size: 0.9375rem;
  line-height: 1.556;
  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) {
  .game-sc.-schedule {
    padding: 13.333vw 0 21.333vw;
  }
  .game-sc.-schedule .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-schedule {
    margin-top: 10.667vw;
  }
  .game-schedule__bg {
    translate: 48vw 0;
  }
  .game-schedule__bg::before {
    top: 32vw;
    background-image: url("../../elements/img/content/matches/info/schedule_bg_sp.png");
    width: 88vw;
    height: 143.467vw;
  }
  .game-schedule__tab__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .game-schedule__tab__item button {
    min-height: 14.133vw;
    padding: 2.133vw 0 0;
    background-color: #FFFFFF;
    position: relative;
  }
  .game-schedule__tab__item button span.-ttl {
    display: block;
    padding-bottom: 2.667vw;
    font-size: 4.2666666667vw;
  }
  .game-schedule__tab__item button span.-ttl::after {
    width: 2.133vw;
    height: 1.333vw;
  }
  .game-schedule__timeline {
    margin-top: 10.667vw;
    padding: 0;
  }
  .game-timeline__item {
    gap: 4vw;
  }
  .game-timeline__item::after {
    top: 16vw;
    left: 7.467vw;
    width: 0.533vw;
  }
  .game-timeline__item:not(:last-of-type) {
    padding-bottom: 5.333vw;
  }
  .game-timeline__item:last-of-type {
    padding-bottom: 5.333vw;
  }
  .game-timeline__item:last-of-type::after {
    height: 15px;
  }
  .game-timeline__time {
    width: 16vw;
    min-height: 16vw;
    font-size: 4.5333333333vw;
    clip-path: inset(0 0 round 10px 10px 10px 10px);
  }
  .game-timeline__time small {
    translate: 0 0.533vw;
    font-size: 3.2vw;
  }
  .game-timeline__time.-text {
    font-size: 3.4666666667vw;
  }
  .game-timeline__summarys {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .game-timeline__summarys p {
    font-size: 3.7333333333vw;
  }
  .game-timeline__summarys p small {
    font-size: 3.4666666667vw;
  }
  .game-timeline__summarys p.-note {
    font-size: 3.7333333333vw;
  }
  .game-schedule__timeline__note {
    margin-top: 5.333vw;
  }
  .game-schedule__timeline__note p {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- イベント

================================================ */
.game-sc.-event {
  padding: 80px 0 140px;
  min-height: 100vh;
  background-image: url("../../elements/img/content/matches/info/event_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.game-event {
  margin-top: 42px;
}

.game-event__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: 50px 40px;
  counter-reset: number;
}

.game-event__item {
  width: calc(50% - 20px);
  background-color: #FFFFFF;
}
.game-event__item a {
  display: block;
  height: 100%;
  background-color: #FFFFFF;
}
.game-event__item a:not([href]) {
  cursor: default;
}

.game-event__summarys {
  padding: 18px 28px 30px;
}

.game-event__number {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--cc-orange);
  position: relative;
}
.game-event__number::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 3.125rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  translate: 0 -4px;
}

.game-event__summary {
  margin-top: 6px;
  color: var(--cc-black);
}
.game-event__summary dt {
  font-size: 1.5rem;
  line-height: 1.475;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-event__summary dd {
  margin-top: 18px;
}
.game-event__summary dd p {
  font-size: 1rem;
  line-height: 1.75;
  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) {
  .game-sc.-event {
    padding: 13.333vw 0 26.667vw;
    min-height: 100vh;
    background-image: url("../../elements/img/content/matches/info/event_bg_sp.jpg");
  }
  .game-sc.-event .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-event {
    margin-top: 10.667vw;
  }
  .game-event__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .game-event__item {
    width: 100%;
  }
  .game-event__summarys {
    padding: 3.733vw 5.333vw 6.4vw;
  }
  .game-event__number {
    font-size: 4.8vw;
  }
  .game-event__number::after {
    font-size: 10.6666666667vw;
    translate: 0 -0.8vw;
  }
  .game-event__summary {
    margin-top: 1.6vw;
  }
  .game-event__summary dt {
    font-size: 5.3333333333vw;
  }
  .game-event__summary dd {
    margin-top: 2.133vw;
  }
  .game-event__summary dd p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- グルメ

================================================ */
.game-gourmetGoods {
  padding: 80px 0 105px;
  background-color: #f89929;
  position: relative;
  z-index: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-gourmetGoods {
    padding: 13.333vw 0 24vw;
  }
}
/* ================================================

- グルメ

================================================ */
.game-sc.-gourmet {
  padding-bottom: 93px;
  overflow-x: clip;
}

.game-gourmet__lead {
  margin-top: 38px;
  text-align: center;
}
.game-gourmet__lead p {
  font-size: 1.625rem;
  line-height: 1.385;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: var(--cc-black);
}

.game-gourmet {
  width: 100%;
  margin-top: 53px;
}

.game-gourmet__swiper__ttl {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
}

.game-gourmet__swiper.swiper {
  overflow: visible;
}

.game-gourmet__swiper.swiper:not(:first-of-type) {
  margin-top: 60px;
}

.game-gourmet__swiper__list.swiper-wrapper {
  margin-top: 32px;
  padding-bottom: 51px;
}

.swiper-slide.game-gourmet__swiper__slide {
  width: 320px;
  cursor: -webkit-grab;
  cursor: grab;
}

.game-goods__swiper__photo,
.game-gourmet__swiper__photo {
  position: relative;
  background-color: #FFFFFF;
}

.game-gourmet__suammrys {
  padding: 12px 19px 18px;
  background-color: #FFFFFF;
}

.game-gourmet__suammry dt {
  font-size: 1.0625rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-gourmet__suammry dd {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.game-gourmet__suammry dd p {
  font-size: 0.9375rem;
  line-height: 1.475;
}
.game-gourmet__suammry dd p small {
  font-size: 0.8125rem;
}
.game-gourmet__suammry dd p.-price {
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.game-gourmet__suammry dd p.-price small {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-gourmet__suammry dd p:has(+ p.-price) {
  margin-bottom: 18px;
}

/* swiper
**********************/
.swiper-button-prev.game-goods__swiper__prev,
.swiper-button-next.game-goods__swiper__next,
.swiper-button-prev.game-gourmet__swiper__prev,
.swiper-button-next.game-gourmet__swiper__next {
  position: absolute;
  top: 50%;
  margin-top: 0;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.swiper-button-prev.game-goods__swiper__prev svg,
.swiper-button-next.game-goods__swiper__next svg,
.swiper-button-prev.game-gourmet__swiper__prev svg,
.swiper-button-next.game-gourmet__swiper__next svg {
  display: none;
}
.swiper-button-prev.game-goods__swiper__prev::after,
.swiper-button-next.game-goods__swiper__next::after,
.swiper-button-prev.game-gourmet__swiper__prev::after,
.swiper-button-next.game-gourmet__swiper__next::after {
  content: "";
  position: absolute;
  top: 0;
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-button-prev.game-goods__swiper__prev:hover,
.swiper-button-next.game-goods__swiper__next:hover,
.swiper-button-prev.game-gourmet__swiper__prev:hover,
.swiper-button-next.game-gourmet__swiper__next:hover {
  opacity: 0.8;
}

.swiper-button-prev.game-goods__swiper__prev.swiper-button-disabled,
.swiper-button-next.game-goods__swiper__next.swiper-button-disabled,
.swiper-button-prev.game-gourmet__swiper__prev.swiper-button-disabled,
.swiper-button-next.game-gourmet__swiper__next.swiper-button-disabled {
  opacity: 0;
}

/* 前ページボタンのスタイル */
.swiper-button-prev.game-goods__swiper__prev,
.swiper-button-prev.game-gourmet__swiper__prev {
  left: 0;
}
.swiper-button-prev.game-goods__swiper__prev::after,
.swiper-button-prev.game-gourmet__swiper__prev::after {
  left: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242px%22%20height%3D%2242px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(244%2C%20128%2C%2029)%22%20d%3D%22M20.1000%2C-0.000%20C9.402%2C-0.000%200.000%2C9.402%200.000%2C20.1000%20C0.000%2C32.598%209.402%2C42.000%2020.1000%2C42.000%20C32.598%2C42.000%2041.1000%2C32.598%2041.1000%2C20.1000%20C41.1000%2C9.402%2032.598%2C-0.000%2020.1000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M17.635%2C21.003%20L23.988%2C14.783%20L22.173%2C13.006%20L14.005%2C21.003%20L22.173%2C28.998%20L23.988%2C27.222%20L17.635%2C21.003%20Z%22%2F%3E%3C%2Fsvg%3E");
}

/* 次ページボタンのスタイル */
.swiper-button-next.game-goods__swiper__next,
.swiper-button-next.game-gourmet__swiper__next {
  right: 0;
}
.swiper-button-next.game-goods__swiper__next::after,
.swiper-button-next.game-gourmet__swiper__next::after {
  right: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242px%22%20height%3D%2242px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(244%2C%20128%2C%2029)%22%20d%3D%22M21.000%2C-0.000%20C32.598%2C-0.000%2041.1000%2C9.402%2041.1000%2C20.1000%20C41.1000%2C32.598%2032.598%2C42.000%2021.000%2C42.000%20C9.402%2C42.000%200.000%2C32.598%200.000%2C20.1000%20C0.000%2C9.402%209.402%2C-0.000%2021.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M24.365%2C21.003%20L18.012%2C14.783%20L19.827%2C13.006%20L27.995%2C21.003%20L19.827%2C28.998%20L18.012%2C27.222%20L24.365%2C21.003%20Z%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination.game-goods__pagination .swiper-pagination-bullet,
.swiper-pagination.game-gourmet__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.swiper-pagination.game-goods__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination.game-goods__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination.game-gourmet__pagination .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination.game-gourmet__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-pagination.game-goods__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.game-gourmet__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-gourmet {
    padding-bottom: 16vw;
  }
  .game-gourmet__lead {
    margin-top: 10.133vw;
    padding: 0 5.333vw;
  }
  .game-gourmet__lead p {
    font-size: 5.3333333333vw;
  }
  .game-gourmet {
    margin-top: 10.667vw;
  }
  .game-gourmet__swiper__ttl {
    font-size: 6.1333333333vw;
  }
  .game-gourmet__swiper.swiper {
    overflow: hidden;
  }
  .game-gourmet__swiper.swiper:not(:first-of-type) {
    margin-top: 13.333vw;
  }
  .game-gourmet__swiper__list.swiper-wrapper {
    margin-top: 6.667vw;
    padding-bottom: 12vw;
  }
  .game-gourmet__suammrys {
    padding: 3.2vw 4.533vw 3.733vw;
  }
  .game-gourmet__suammry dt {
    font-size: 4vw;
  }
  .game-gourmet__suammry dd {
    margin-top: 1.067vw;
  }
  .game-gourmet__suammry dd p {
    font-size: 3.4666666667vw;
  }
  .game-gourmet__suammry dd p small {
    font-size: 3.2vw;
  }
  .game-gourmet__suammry dd p.-price {
    font-size: 4.2666666667vw;
  }
  .game-gourmet__suammry dd p.-price small {
    font-size: 3.4666666667vw;
  }
  .game-gourmet__suammry dd p:has(+ p.-price) {
    margin-bottom: 3.2vw;
  }
  .swiper-button-prev.game-goods__swiper__prev,
  .swiper-button-next.game-goods__swiper__next,
  .swiper-button-prev.game-gourmet__swiper__prev,
  .swiper-button-next.game-gourmet__swiper__next {
    top: 46% !important;
  }
  .swiper-button-prev.game-goods__swiper__prev::after,
  .swiper-button-next.game-goods__swiper__next::after,
  .swiper-button-prev.game-gourmet__swiper__prev::after,
  .swiper-button-next.game-gourmet__swiper__next::after {
    width: 10.133vw;
    height: 10.133vw;
  }
  /* 前ページボタンのスタイル */
  .swiper-button-prev.game-goods__swiper__prev::after,
  .swiper-button-prev.game-gourmet__swiper__prev::after {
    left: 1.333vw;
  }
  /* 次ページボタンのスタイル */
  .swiper-button-next.game-goods__swiper__next::after,
  .swiper-button-next.game-gourmet__swiper__next::after {
    right: 1.333vw;
  }
  .swiper-pagination.game-goods__pagination .swiper-pagination-bullet,
  .swiper-pagination.game-gourmet__pagination .swiper-pagination-bullet {
    width: 2.667vw;
    height: 2.667vw;
  }
  .swiper-pagination.game-goods__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination.game-goods__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination.game-gourmet__pagination .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination.game-gourmet__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.867vw;
  }
}
/* ================================================

- グッズ

================================================ */
.game-sc.-goods {
  padding-top: 80px;
  border-top: solid 1px #FFFFFF;
}

.game-goods {
  width: 100%;
  margin-top: 66px;
}

.game-goods__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 30px;
}

.game-goods__item {
  width: calc(33.3333333333% - 20px);
  background-color: #FFFFFF;
}

.game-goods__summarys {
  padding: 18px 20px 20px;
}

.game-goods__summary dt {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.425;
}
.game-goods__summary dd {
  margin-top: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.game-goods__summary dd p {
  font-size: 0.9375rem;
  line-height: 1.475;
}
.game-goods__summary dd p small {
  font-size: 0.8125rem;
}
.game-goods__summary dd p.-price {
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.game-goods__summary dd p.-price small {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-goods__summary dd p:has(+ p.-price) {
  margin-bottom: 10px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-goods {
    padding-top: 13.333vw;
  }
  .game-sc.-goods .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-goods {
    width: 100%;
    margin-top: 10.667vw;
  }
  .game-goods__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: 2.133vw;
  }
  .game-goods__item {
    width: calc(50% - 2.1335vw);
  }
  .game-goods__summarys {
    padding: 3.733vw 3.733vw 4.267vw;
  }
  .game-goods__summary dt {
    font-size: 3.7333333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.425;
  }
  .game-goods__summary dd {
    margin-top: 4vw;
  }
  .game-goods__summary dd p {
    font-size: 3.4666666667vw;
  }
  .game-goods__summary dd p small {
    font-size: 3.2vw;
  }
  .game-goods__summary dd p.-price {
    font-size: 3.7333333333vw;
  }
  .game-goods__summary dd p.-price small {
    font-size: 3.4666666667vw;
  }
  .game-goods__summary dd p:has(+ p.-price) {
    margin-bottom: 2.667vw;
  }
}
/* ================================================

- スタジアムマップ

================================================ */
.game-sc.-stadium {
  padding: 77px 0 100px;
  background-color: #eaecef;
}

.game-stadium {
  margin-top: 52px;
}

.game-stadium__map {
  max-width: 939px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.game-stadium__facility {
  margin-top: 90px;
}

.game-stadium__facility__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: 26px 30px;
  counter-reset: number;
}

.game-stadium__facility__item {
  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: 25px;
  width: calc(50% - 15px);
  padding: 22px;
  background-color: #FFFFFF;
  border-radius: 16px;
  position: relative;
}
.game-stadium__facility__item::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  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: -15px;
  left: -15px;
  background-color: #fd5e18;
  border-radius: 100%;
  width: 50px;
  min-height: 50px;
  font-size: 1.375rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.game-stadium__facility__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 204px;
}

.game-stadium__facility__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.game-stadium__facility__summary dt {
  font-size: 1.25rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-stadium__facility__summary dd {
  margin-top: 8px;
}
.game-stadium__facility__summary dd p {
  font-size: 1rem;
  line-height: 1.625;
  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) {
  .game-sc.-stadium {
    padding: 13.333vw 0 21.333vw;
  }
  .game-sc.-stadium .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-stadium {
    margin-top: 10.667vw;
  }
  .game-stadium__map {
    width: 181.333vw;
  }
  .game-stadium__facility {
    margin-top: 16vw;
  }
  .game-stadium__facility__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: 5.333vw 2.667vw;
  }
  .game-stadium__facility__item {
    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: 3.733vw;
    width: calc(50% - 1.3335vw);
    padding: 3.733vw;
    border-radius: 2.667vw;
  }
  .game-stadium__facility__item::after {
    top: -3.2vw;
    left: -2.133vw;
    width: 9.067vw;
    min-height: 9.067vw;
    font-size: 4.5333333333vw;
  }
  .game-stadium__facility__photo {
    width: 100%;
  }
  .game-stadium__facility__summary {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .game-stadium__facility__summary dt {
    font-size: 4.5333333333vw;
  }
  .game-stadium__facility__summary dd {
    margin-top: 1.6vw;
  }
  .game-stadium__facility__summary dd p {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- アンカーナビ

================================================ */
.game-sc.-anchorNav {
  background-color: var(--cc-black);
}
.game-sc.-anchorNav .game-sc__inner {
  padding: 0 20px;
}

.game-anchorNav__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;
}

.game-anchorNav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.game-anchorNav__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 40px;
  position: relative;
}
.game-anchorNav__item a span {
  display: block;
  color: #FFFFFF;
  text-align: center;
}
.game-anchorNav__item a span.-en {
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--cc-orange);
}
.game-anchorNav__item a span.-jp {
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-anchorNav__item a::after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 50%;
  translate: -50% 0;
  width: 12px;
  height: 7px;
  background-color: #FFFFFF;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-anchorNav {
    padding: 4vw 0 1.333vw;
  }
  .game-sc.-anchorNav .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-anchorNav__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;
  }
  .game-anchorNav__item {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .game-anchorNav__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 6.667vw;
  }
  .game-anchorNav__item a span.-en {
    font-size: 9.3333333333vw;
  }
  .game-anchorNav__item a span.-jp {
    margin-top: 1.333vw;
    font-size: 3.7333333333vw;
  }
  .game-anchorNav__item a::after {
    bottom: 2.933vw;
    width: 2.667vw;
    height: 1.6vw;
  }
}
/* ================================================

- Uスタへ行こう！

================================================ */
.game-sc.-guide {
  background-color: var(--cc-orange);
}

.game-sc.-showcase {
  padding: 80px 0 100px;
}

.game-showcase {
  margin-top: 35px;
}

.game-showcase__lead {
  text-align: center;
}
.game-showcase__lead p {
  font-size: 1.625rem;
  line-height: 1.539;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.game-showcase__visual {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 62px;
}

.game-guide__ttl {
  padding-bottom: 23px;
  position: relative;
}
.game-guide__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 1px;
  background-color: var(--cc-black);
}
.game-guide__ttl span {
  display: block;
  text-align: center;
}
.game-guide__ttl span.-num {
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
}
.game-guide__ttl span.-jp {
  margin-top: 16px;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: var(--cc-black);
}
.game-guide__ttl span.-orange {
  color: var(--cc-orange);
}

.game-guide__summary dt {
  font-size: 1.5rem;
  line-height: 1.275;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-guide__summary dt span.-orange {
  color: var(--cc-orange);
}
.game-guide__summary dt.-fz20 {
  font-size: 1.25rem;
}
.game-guide__summary dd p {
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.game-guide__summary dd p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-guide__summary dd p a {
  display: block;
  padding-left: 15px;
  color: var(--cc-orange);
  position: relative;
}
.game-guide__summary dd p a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 12px;
  background-color: var(--cc-orange);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.game-guide__summary dd p:not(:first-of-type) {
  margin-top: 16px;
}
.game-guide__summary dt:has(+ dd) {
  margin-bottom: 16px;
}

.game-guide__summary:not(:first-of-type) {
  margin-top: 27px;
  padding-top: 23px;
  border-top: solid 1px #c1c3c9;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-showcase {
    padding: 13.333vw 0 21.333vw;
  }
  .game-sc.-showcase .game-sc__inner {
    padding: 0 2.667vw;
  }
  .game-showcase {
    margin-top: 8vw;
  }
  .game-showcase__lead {
    text-align: center;
  }
  .game-showcase__lead p {
    font-size: 5.3333333333vw;
    line-height: 1.539;
  }
  .game-showcase__visual {
    margin-top: 12vw;
  }
  .game-guide__ttl {
    padding-bottom: 5.333vw;
  }
  .game-guide__ttl::after {
    width: 13.333vw;
  }
  .game-guide__ttl span.-num {
    font-size: 16vw;
  }
  .game-guide__ttl span.-jp {
    margin-top: 3.2vw;
    font-size: 6.6666666667vw;
  }
  .game-guide__summary dt {
    font-size: 5.3333333333vw;
  }
  .game-guide__summary dt.-fz20 {
    font-size: 4.5333333333vw;
  }
  .game-guide__summary dd p {
    font-size: 3.7333333333vw;
    line-height: 1.625;
  }
  .game-guide__summary dd p a {
    padding-left: 3.2vw;
  }
  .game-guide__summary dd p a::before {
    top: 1.6vw;
    width: 1.6vw;
    height: 2.667vw;
  }
  .game-guide__summary dd p:not(:first-of-type) {
    margin-top: 3.2vw;
  }
  .game-guide__summary dt:has(+ dd) {
    margin-bottom: 3.2vw;
  }
  .game-guide__summary:not(:first-of-type) {
    margin-top: 4.8vw;
    padding-top: 4.267vw;
  }
}
/* ================================================

- Uスタへ行こう！ - 01

================================================ */
.game-sc.-guide01 {
  padding: 90px 0 110px;
}

.game-guide {
  margin-top: 40px;
}

.game-guide01 {
  padding: 44px 50px 44px;
  background-color: #FFFFFF;
}
.game-guide01 p {
  font-size: 1.125rem;
  line-height: 1.667;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-guide01 {
    padding: 13.333vw 0 21.333vw;
  }
  .game-sc.-guide01 .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-guide {
    margin-top: 9.333vw;
  }
  .game-guide01 {
    padding: 8vw 5.333vw;
  }
  .game-guide01 p {
    font-size: 4vw;
  }
}
/* ================================================

- Uスタへ行こう！ - 02

================================================ */
.game-sc.-guide02 {
  padding: 70px 0 110px;
  border-top: solid 1px #FFFFFF;
}

.game-guide02__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #FFFFFF;
}

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

.game-guide02__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 400px;
}
.game-guide02__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.game-guide02__summarys {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 50px 50px 50px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-guide02 {
    padding: 13.333vw 0 21.333vw;
  }
  .game-sc.-guide02 .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-guide02__item {
    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;
  }
  .game-guide02__item:not(:first-of-type) {
    margin-top: 5.333vw;
  }
  .game-guide02__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .game-guide02__photo img {
    height: auto;
  }
  .game-guide02__summarys {
    padding: 8vw 5.333vw;
  }
}
/* ================================================

- Uスタへ行こう！ - 03

================================================ */
.game-sc.-guide03 {
  padding: 70px 0 110px;
  border-top: solid 1px #FFFFFF;
}

.game-guide03__item {
  padding: 46px 50px 55px;
  background-color: #FFFFFF;
  border-radius: 16px;
  position: relative;
}

.game-guide03__item:not(:first-of-type) {
  margin-top: 50px;
}

.game-guide03__icon {
  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: -20px;
  left: -20px;
  width: 64px;
  min-height: 64px;
  background-color: #fd5e18;
  border: solid 1px #FFFFFF;
  border-radius: 100%;
}
.game-guide03__icon img {
  width: 36px;
  height: 36px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-guide03 {
    padding: 13.333vw 0 21.333vw;
  }
  .game-sc.-guide03 .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-guide03__item {
    padding: 8vw 5.333vw;
    border-radius: 2.667vw;
  }
  .game-guide03__item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .game-guide03__icon {
    top: -5.333vw;
    left: -4vw;
    width: 13.333vw;
    min-height: 13.333vw;
  }
  .game-guide03__icon img {
    width: 7.733vw;
    height: 7.733vw;
  }
}
/* ================================================

- Uスタへ行こう！ - 04

================================================ */
.game-sc.-guide04 {
  padding: 70px 0 0;
  background-color: #FFFFFF;
}
.game-sc.-guide04 .game-guide {
  margin-top: 57px;
}

.game-guide04 {
  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: 140px;
}

.game-guide04__item {
  width: 375px;
}

.game-guide04__map {
  margin-top: 94px;
}
.game-guide04__map iframe {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-guide04 {
    padding: 13.333vw 0 0;
  }
  .game-sc.-guide04 .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-sc.-guide04 .game-guide {
    margin-top: 8vw;
  }
  .game-guide04 {
    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: 13.333vw;
  }
  .game-guide04__item {
    width: 74.667vw;
  }
  .game-guide04__map {
    margin-top: 18.667vw;
  }
  .game-guide04__map iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}
/* ================================================

- Uスタへ行こう！ - 05

================================================ */
.game-sc.-guide05 {
  padding: 70px 0 110px;
  background-color: #eaecef;
}

.game-sc.-seat {
  margin-top: 45px;
  padding-top: 47px;
  border-top: solid 1px #c1c3c9;
}

.game-seat {
  margin-top: 36px;
}
.game-seat svg {
  max-width: 968px;
  width: 100%;
  height: 712.9px;
  margin-left: auto;
  margin-right: auto;
}

.game-sc.-price {
  margin-top: 45px;
  padding-top: 47px;
  border-top: solid 1px #c1c3c9;
}

.game-price {
  margin-top: 43px;
}

.game-price__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  border-right: solid 1px #e8e8e8;
  border-top: solid 1px #e8e8e8;
  background-color: #FFFFFF;
}

.game-price__layout:not(:first-of-type) {
  border-bottom: solid 1px #e8e8e8;
}

.game-price__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;
  width: 39px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #333444;
}
.game-price__label p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

.game-price__label.-desig {
  background-color: #333444;
}

.game-price__label.-free {
  background-color: #666777;
}

.game-price__block {
  width: calc(100% - 39px);
  border-left: solid 1px #e8e8e8;
}

.game-price__sc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.game-price__sc:not(:first-of-type) {
  border-top: solid 1px #e8e8e8;
}

.game-price__sc__seat {
  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: 210px;
  padding: 0 30px;
}
.game-price__sc__seat p {
  color: #FFFFFF;
}

.game-price__sc__seat.-ss {
  background-color: #f9422a;
}

.game-price__sc__seat.-sHome {
  background-color: #fa7626;
}

.game-price__sc__seat.-sDesig {
  background-color: #f73188;
}

.game-price__sc__seat.-backS {
  background-color: #9355FF;
}

.game-price__sc__seat.-homeFree {
  background-color: #2c84de;
}

.game-price__sc__seat.-visitorFree {
  background-color: #32a45f;
}

.game-price__sc__list {
  width: calc((100% - 210px) / 3);
  border-left: solid 1px #e8e8e8;
}

.game-price__sc__type {
  padding: 9px 0;
  text-align: center;
}
.game-price__sc__type p {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.game-price__sc__item {
  width: 100%;
  padding: 22px 0 19px;
  border-top: solid 1px #e8e8e8;
}

.game-price__sc__item__child {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
.game-price__sc__item__child dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 58px;
  min-height: 23px;
  margin-left: 57px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  border: solid 1px #5c5d69;
  border-radius: 5px;
}
.game-price__sc__item__child dd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.06em;
}

.game-price__sc__item__child:not(:first-of-type) {
  margin-top: 11px;
}

.game-price__sc__item__child.-note {
  margin-top: 14px;
}
.game-price__sc__item__child.-note dt {
  display: block;
  width: auto;
  min-height: 0;
  margin-left: 42px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  border: none;
}

.game-price__note {
  margin-top: 26px;
}
.game-price__note 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) {
  .game-sc.-guide05 {
    padding: 13.333vw 0 21.333vw;
  }
  .game-sc.-guide05 .game-guide__summary {
    padding: 0 5.333vw;
  }
  .game-sc.-seat {
    margin-top: 9.333vw;
    padding-top: 9.333vw;
    border-top: solid 1px #c1c3c9;
  }
  .game-seat {
    margin-top: 8vw;
  }
  .game-seat svg {
    height: auto;
  }
  .game-sc.-price {
    margin-top: 10.667vw;
  }
  .game-price {
    margin-top: 9.333vw;
  }
  .game-price__container:not(:first-of-type) {
    border-bottom: solid 1px #e8e8e8;
  }
  .game-price__label {
    width: 10.4vw;
  }
  .game-price__label p {
    font-size: 4vw;
  }
  .game-price__block {
    width: calc(100% - 10.4vw);
  }
  .game-price__sc {
    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;
  }
  .game-price__sc__seat {
    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%;
    padding: 4vw 0;
  }
  .game-price__sc__seat p {
    font-size: 4vw;
  }
  .game-price__sc__list {
    width: 100%;
    border-left: solid 1px #e8e8e8;
  }
  .game-price__sc__list:not(:first-of-type) .game-price__sc__type {
    border-top: solid 1px #e8e8e8;
  }
  .game-price__sc__type {
    padding: 2.133vw 0;
  }
  .game-price__sc__type p {
    font-size: 3.4666666667vw;
  }
  .game-price__sc__type:not(:has(> p)) {
    padding: 0;
    border-top: none;
  }
  .game-price__sc__item {
    padding: 4vw 0 3.733vw;
  }
  .game-price__sc__item__child {
    gap: 4vw;
  }
  .game-price__sc__item__child dt {
    width: 15.467vw;
    min-height: 6.133vw;
    margin-left: 26.667vw;
    font-size: 3.2vw;
  }
  .game-price__sc__item__child dd {
    font-size: 4.2666666667vw;
  }
  .game-price__sc__item__child:not(:first-of-type) {
    margin-top: 1.6vw;
  }
  .game-price__sc__item__child.-note {
    margin-top: 2.667vw;
  }
  .game-price__sc__item__child.-note dt {
    margin-left: 22.667vw;
    font-size: 3.7333333333vw;
  }
  .game-price__note {
    margin-top: 5.333vw;
    padding: 0 5.333vw;
  }
  .game-price__note p {
    font-size: 3.4666666667vw;
    line-height: 1.475;
  }
}
/* ================================================

-

================================================ */
.game-sc.-others {
  padding: 68px 0 70px;
  background-color: #FFFFFF;
}

.game-others__banner__lsit {
  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: 32px;
}

.game-others__banner__item {
  width: 374px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.game-others__banner__item::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #ff6000;
  top: 0;
  left: 0;
}
.game-others__banner__item a {
  display: block;
  padding: 40px 35px 85px;
}

.game-others__banner__icon {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.game-others__banner__icon svg {
  fill: #ff6000;
}

.game-others__banner__ttl {
  margin-top: 5px;
}
.game-others__banner__ttl span {
  display: block;
  color: #ff6000;
  letter-spacing: 0.1rem;
  text-align: center;
}
.game-others__banner__ttl span.-en {
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-others__banner__ttl span.-jp {
  margin-top: 5px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.game-others__banner__summary {
  margin-top: 25px;
  padding: 19px 15px 0;
  border-top: 1px solid #d0d0d0;
}
.game-others__banner__summary p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--cc-black);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-others {
    padding: 16vw 0 16.667vw;
  }
  .game-sc.-others .game-sc__inner {
    padding: 0 10.667vw;
  }
  .game-others__banner__lsit {
    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: 8vw;
  }
  .game-others__banner__item {
    width: 100%;
  }
  .game-others__banner__item a {
    padding: 8vw 5.333vw 12vw;
  }
  .game-others__banner__icon {
    width: 10.667vw;
  }
  .game-others__banner__ttl {
    margin-top: 1.333vw;
  }
  .game-others__banner__ttl span.-en {
    font-size: 4.5333333333vw;
  }
  .game-others__banner__ttl span.-jp {
    margin-top: 1.333vw;
    font-size: 3.4666666667vw;
  }
  .game-others__banner__summary {
    margin-top: 5.333vw;
    padding: 4.267vw 4vw 0;
  }
  .game-others__banner__summary p {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- SNS

================================================ */
.game-sc.-sns {
  padding: 65px 0 72px;
  background-color: #f89929;
}

.game-sns {
  margin-top: 36px;
}

.game-sns__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;
  gap: 37px;
}

.game-sns__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;
  width: 80px;
  min-height: 80px;
  background-color: var(--cc-black);
  border-radius: 100%;
}
.game-sns__item a svg {
  width: 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-sns {
    padding: 16vw 0 18.667vw;
  }
  .game-sc.-sns .game-sc__inner {
    padding: 0 5.333vw;
  }
  .game-sns {
    margin-top: 8.533vw;
  }
  .game-sns__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: 4vw;
  }
  .game-sns__item a {
    width: 16vw;
    min-height: 16vw;
  }
  .game-sns__item a svg {
    width: 5.867vw;
  }
}
/* ================================================

- フロートボタン

================================================ */
.p-floatBanner {
  position: fixed;
  right: 0;
  -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;
  bottom: 0;
  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 {
  max-width: 500px;
  width: 100%;
}
.p-floatBanner__banner a {
  display: block;
}

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

- タブ

================================================ */
.js-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.js-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

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

- インラインモーダル +

================================================ */
#js-modalComponent .m-inlineModal {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

#js-modalComponent.-fadeIn .m-inlineModal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-inlineModal {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 101;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.m-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

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

- バナー

================================================ */
.game-sc.-banner {
  padding: 90px 0 92px;
  background-color: #c7e2ac;
}

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

- フッター

================================================ */
.common_footer {
  padding: 40px 0 50px;
  text-align: center;
  color: #d6dad9;
  background-color: #1f2029;
}

.footer_logo_area {
  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-bottom: 15px;
}

.footer_logo {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.footer_logo a {
  display: block;
}

.footer_navigation {
  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: 15px 0 30px;
}

.footer_navigation li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.footer_navigation li a {
  font-size: 0.8125rem;
  color: #FFFFFF;
}

.footer_navigation li:last-child {
  padding: 0;
  margin: 0;
  border-right: none;
}

.copyright_text {
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  font-weight: 100;
}

/* - @media screen - */
@media screen and (max-width: 568px) {
  .common_footer {
    padding: 10.667vw 5.333vw 13.333vw;
  }
  .footer_logo_area {
    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-bottom: 4vw;
  }
  .footer_logo {
    width: 45.333vw;
  }
  .footer_navigation {
    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: 2.667vw 0;
    margin: 8vw 0;
  }
  .footer_navigation li {
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .footer_navigation li a {
    font-size: 3.4666666667vw;
    padding: 1.333vw 0;
  }
  .footer_navigation li:nth-of-type(2n),
  .footer_navigation li:last-child {
    border-right: none;
  }
  .copyright_text {
    font-size: 2.6666666667vw;
    line-height: 1.725;
  }
  .copyright_text span {
    display: block;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .game-event__item a:-moz-any-link:hover, .game-sns__item a:-moz-any-link:hover, .game-others__banner__item a:-moz-any-link:hover, .game-review__video a:-moz-any-link:hover, .game-info__presents__logo a:-moz-any-link:hover, .p-floatBanner__banner a:-moz-any-link:hover, .game-others__btns__item a:-moz-any-link:hover, .game-btn a:-moz-any-link:hover, .game-news__item a:-moz-any-link:hover, .game-guide a:-moz-any-link:hover, .game-access__parking__list a:-moz-any-link:hover, .game-pickup__item__summary p a:-moz-any-link:hover, .p-floatBanner__item a:-moz-any-link:hover, .game-info__btn a:-moz-any-link:hover, .game-anchorNav__item a:-moz-any-link:hover, .game-info__banner a:-moz-any-link:hover, .game-nav__item a:-moz-any-link:hover, .game-header__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .game-event__item a:any-link:hover,
  .game-sns__item a:any-link:hover,
  .game-others__banner__item a:any-link:hover,
  .game-review__video a:any-link:hover,
  .game-info__presents__logo a:any-link:hover,
  .p-floatBanner__banner a:any-link:hover,
  .game-others__btns__item a:any-link:hover,
  .game-btn a:any-link:hover,
  .game-news__item a:any-link:hover,
  .game-guide a:any-link:hover,
  .game-access__parking__list a:any-link:hover,
  .game-pickup__item__summary p a:any-link:hover,
  .p-floatBanner__item a:any-link:hover,
  .game-info__btn a:any-link:hover,
  .game-anchorNav__item a:any-link:hover,
  .game-info__banner a:any-link:hover,
  .game-nav__item a:any-link:hover,
  .game-header__logo a:any-link:hover {
    opacity: 0.7;
  }
  .game-ustaTabs__item button:enabled:hover,
  .game-schedule__tab__item button:enabled:hover {
    opacity: 0.7;
  }
  .game-ustaTabs__item.-active button:enabled:hover,
  .game-schedule__tab__item.-active button:enabled:hover {
    opacity: 1;
  }
  :where(.game-hamburgerBtn):hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .game-news__item a:not([href]):hover {
    opacity: 0.7;
  }
}
.game-event__item a,
.game-sns__item a,
.game-others__banner__item a,
.game-ustaTabs__item button,
.game-review__video a,
.game-info__presents__logo a,
.p-floatBanner__banner a,
.game-others__btns__item a,
.game-btn a,
.game-news__item a,
.game-guide a,
.game-hamburgerBtn,
.game-nav__item a,
.game-access__parking__list a,
.game-pickup__item__summary a,
.p-floatBanner__item a,
.game-info__btn a,
.game-schedule__tab__item button,
.game-anchorNav__item a,
.game-info__banner a,
.game-header__logo a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.m-inlineModal__close.-game {
  position: fixed;
  z-index: 101;
}