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

- Base

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

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

body {
  background-color: var(--cc-blue) !important;
}

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

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

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

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

- 表示アニメーション

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

- フォント

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

- フォントサイズ

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

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

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

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

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

- z-index

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

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

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

- イージング

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

- 共通

================================================ */
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.game.addReset {
  background-color: #000000;
  overflow-x: clip;
}

.game-sc__ttl span {
  display: block;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.game-sc__ttl span.-en {
  font-size: 5.625rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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;
  letter-spacing: 0.02em;
  color: #209bea;
  translate: 0 -4px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc__ttl span.-en {
    font-size: 15.3333333333vw;
  }
  .game-sc__ttl span.-jp {
    font-size: 4.2666666667vw;
    translate: 0 0;
  }
}
/* ================================================

- ボタン

================================================ */
.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;
  min-width: 440px;
  min-height: 57px;
  padding: 10px 22px;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border: solid 1px #FFFFFF;
  position: relative;
  z-index: 1;
}
.game-btn button span,
.game-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.game-btn.-next button::after,
.game-btn.-next a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          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 {
    width: 100%;
    min-width: 0;
    min-height: 13.333vw;
    padding: 2.564vw 5.641vw;
    font-size: 4vw;
  }
  .game-btn.-next button::after,
  .game-btn.-next a::after {
    right: 3.59vw;
    width: 1.795vw;
    height: 2.308vw;
  }
}
/* ================================================

- ヘッダー

================================================ */
.game-header {
  width: 100%;
  padding-top: 24px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.game-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 0 35px;
  position: relative;
}

.game-header__logo {
  width: 72px;
}
.game-header__logo a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-header {
    padding-top: 3.077vw;
  }
  .game-header__inner {
    padding: 0 3.333vw;
  }
  .game-header__logo {
    width: 11.795vw;
  }
}
/* ================================================

- ナビゲーション

================================================ */
.game-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  inset: 0;
  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;
  background-color: rgb(0, 0, 0);
}

.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: 20px;
  max-width: 586px;
  margin: 0 auto;
}

.game-nav__item {
  width: calc(33.3333333333% - 13.3333333333px);
  background-image: url(/files/user/static/asset/images/game/lp/renewal/common/nav_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.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: 34px 0 30px;
}
.game-nav__item a span {
  display: block;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.game-nav__item a span.-en {
  margin-top: 13px;
  font-size: 2.125rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.game-nav__item a span.-jp {
  margin-top: 4px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.game-nav__item__icon {
  width: 34px;
}

/*--- 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 6.41vw;
  }
  .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: 4.103vw;
  }
  .game-nav__item {
    width: calc(50% - 2.0515vw);
  }
  .game-nav__item a {
    padding: 5.128vw 0 4.359vw;
  }
  .game-nav__item a span.-en {
    margin-top: 2.564vw;
    font-size: 7.7333333333vw;
  }
  .game-nav__item a span.-jp {
    margin-top: 0.256vw;
    font-size: 3.4666666667vw;
  }
  .game-nav__item__icon {
    width: 7.692vw;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.game-hamburgerBtn {
  display: block;
  position: absolute;
  top: 5px;
  right: 35px;
  cursor: pointer;
  background-color: transparent;
  z-index: 20;
}
.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);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-hamburgerBtn {
    top: 5px;
    right: 20px;
  }
  .game-hamburgerBtn .game-hamburgerBtn__line {
    width: 35px;
    height: 25px;
  }
  .game-hamburgerBtn .game-hamburgerBtn__line span::before {
    top: -8px;
  }
  .game-hamburgerBtn .game-hamburgerBtn__line span::after {
    top: 8px;
  }
}
/* ================================================

- チケット

================================================ */
.game-sc.-ticket {
  padding: 140px 0 140px;
  background-image: url(/files/user/static/asset/images/game/lp/renewal/ticket_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.game-ticket__banner {
  width: 300px;
  margin: 0 auto;
}
.game-ticket__banner a {
  display: block;
}

.game-ticket__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 140px;
  margin-top: 67px;
}

.game-ticket__layout:has(.game-presents) {
  margin-top: 95px;
}

.game-ticket:has(.game-presents.-day1) .game-ticket__layout {
  margin-top: 23px;
}

.game-ticket__block {
  color: #FFFFFF;
}

.game-ticket__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;
}
.game-ticket__date span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.game-ticket__date span.-day {
  font-size: 10rem;
}
.game-ticket__date span.-week {
  font-size: 4rem;
}

.game-ticket__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;
  gap: 36px;
  translate: 0 -13px;
}

.game-ticket__time__item {
  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: 1px;
  position: relative;
}
.game-ticket__time__item dt {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.game-ticket__time__item dd {
  font-size: 3.25rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.game-ticket__time__item:last-of-type::before {
  content: "";
  position: absolute;
  top: 48%;
  left: -17px;
  translate: 0 -50%;
  width: 2px;
  height: 44px;
  background-color: #FFFFFF;
  rotate: 28deg;
}

.game-ticket__btn {
  margin-top: 11px;
}
.game-ticket__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: 400px;
  min-height: 57px;
  padding: 0 22px;
  font-size: 1.0625rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border: solid 1px #FFFFFF;
  position: relative;
  z-index: 1;
}
.game-ticket__btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.game-ticket__btn.-next button,
.game-ticket__btn.-next a {
  position: relative;
}
.game-ticket__btn.-next button span::before,
.game-ticket__btn.-next a span::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 9px;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-ticket {
    padding: 19.231vw 0 20vw;
    background-image: url(/files/user/static/asset/images/game/lp/renewal/ticket_bg_sp.jpg);
  }
  .game-ticket__banner {
    width: 43.846vw;
  }
  .game-ticket__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14.821vw;
    margin-top: 12.821vw;
  }
  .game-ticket__layout:has(.game-presents) {
    margin-top: 14.359vw;
  }
  .game-ticket:has(.game-presents.-day1) .game-ticket__layout {
    margin-top: 10.256vw;
  }
  .game-ticket__block {
    padding: 0 6.41vw;
  }
  .game-ticket__date {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
            align-items: baseline;
    padding-left: 8.718vw;
  }
  .game-ticket__date span.-day {
    font-size: 22.9333333333vw;
  }
  .game-ticket__date span.-week {
    font-size: 10.1333333333vw;
  }
  .game-ticket__time {
    gap: 9.231vw;
    translate: 0 -0.513vw;
  }
  .game-ticket__time__item {
    gap: 0.256vw;
  }
  .game-ticket__time__item dt {
    font-size: 4vw;
  }
  .game-ticket__time__item dd {
    font-size: 8vw;
  }
  .game-ticket__time__item:last-of-type::before {
    top: 48%;
    left: -4.359vw;
    width: 0.256vw;
    height: 7.949vw;
    rotate: 28deg;
  }
  .game-ticket__btn {
    margin-top: 4.103vw;
  }
  .game-ticket__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: 87.179vw;
    min-height: 13.077vw;
    padding: 0 3.59vw;
    font-size: 4vw;
  }
  .game-ticket__btn.-next button span::before,
  .game-ticket__btn.-next a span::before {
    right: 0.513vw;
    width: 1.795vw;
    height: 2.308vw;
  }
}
/* ================================================

- アンカーナビ

================================================ */
.game-sc.-anchorNav {
  padding: 150px 0 170px;
  background-color: #000000;
}

.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;
  gap: 20px;
}

.game-anchorNav__item {
  width: 182px;
  background-image: url(/files/user/static/asset/images/game/lp/renewal/common/nav_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.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: 34px 0 30px;
}
.game-anchorNav__item a span {
  display: block;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.game-anchorNav__item a span.-en {
  margin-top: 13px;
  font-size: 2.125rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.game-anchorNav__item a span.-jp {
  margin-top: 4px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.game-anchorNav__item__icon {
  width: 34px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-anchorNav {
    padding: 18.718vw 0 20.256vw;
  }
  .game-anchorNav {
    padding: 0 6.41vw;
  }
  .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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.103vw;
  }
  .game-anchorNav__item {
    width: calc(50% - 2.0515vw);
  }
  .game-anchorNav__item a {
    padding: 5.128vw 0 4.359vw;
  }
  .game-anchorNav__item a span.-en {
    margin-top: 2.564vw;
    font-size: 7.7333333333vw;
  }
  .game-anchorNav__item a span.-jp {
    margin-top: 0.256vw;
    font-size: 3.4666666667vw;
  }
  .game-anchorNav__item__icon {
    width: 7.692vw;
  }
}
/* ================================================

- ギャラリー

================================================ */
.game-gallery {
  padding-bottom: 105px;
  position: relative;
}

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

.swiper-slide.game-gallery__swiper__slide {
  width: 290px;
  height: auto;
  background-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper-slide.game-gallery__swiper__slide img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* swiper
**********************/
/* 前ページボタンのスタイル */
/* 次ページボタンのスタイル */
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-gallery {
    padding-bottom: 21.538vw;
  }
  .swiper-slide.game-gallery__swiper__slide img {
    height: 87.179vw;
  }
}
/* ================================================

- スライドテキスト

================================================ */
.game-gallery__slide {
  position: absolute;
  bottom: 0;
  z-index: 1;
  overflow-x: clip;
}

.game-gallery__slide__clone {
  width: 100%;
  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-gallery__slide__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;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.game-gallery__slide__list.-list1 {
  -webkit-animation: loop-slide-left1 40s -20s infinite linear none;
          animation: loop-slide-left1 40s -20s infinite linear none;
}

.game-gallery__slide__list.-list2 {
  -webkit-animation: loop-slide-left2 40s infinite linear none;
          animation: loop-slide-left2 40s infinite linear none;
}
.game-gallery__slide__list.-list2 .game-gallery__slide__item {
  padding-left: 80px;
}

.game-gallery__slide__list.-list1.-reverse {
  -webkit-animation: loop-slide-right1 40s -20s infinite linear none;
          animation: loop-slide-right1 40s -20s infinite linear none;
}

.game-gallery__slide__list.-list2.-reverse {
  -webkit-animation: loop-slide-right2 40s infinite linear none;
          animation: loop-slide-right2 40s infinite linear none;
}

.game-gallery__slide__item {
  width: 2365px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@-webkit-keyframes loop-slide-left1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  99.9%, to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-left1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  99.9%, to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-left2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99.9%, to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop-slide-left2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99.9%, to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop-slide-right1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  99.9%, to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loop-slide-right1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  99.9%, to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loop-slide-right2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  99.9%, to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-right2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  99.9%, to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-gallery__slide__list.-list2 .game-gallery__slide__item {
    padding-left: 15.385vw;
  }
  .game-gallery__slide__item {
    width: 470.769vw;
  }
}
/* ================================================

- SCHEDULE

================================================ */
.game-sc.-schedule {
  padding: 177px 0 138px;
  overflow-x: clip;
}
.game-sc.-schedule .game-sc__inner {
  position: relative;
  z-index: 1;
}
.game-sc.-schedule .game-sc__inner::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -35px;
  background-image: url(/files/user/static/asset/images/game/lp/renewal/schedule_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 305px;
  height: 397px;
  z-index: -1;
}

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

.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%;
  padding: 8px 0 3px;
  background-color: transparent;
  border: solid 1px #005cbe;
}
.game-schedule__tab__item button span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #209bea;
  letter-spacing: 0.02em;
}
.game-schedule__tab__item button span.-day {
  font-size: 3.25rem;
}
.game-schedule__tab__item button span.-week {
  margin-left: 10px;
  font-size: 2.125rem;
}

.game-schedule__tab__item.-active button {
  background-color: #005cbe;
  cursor: default;
}
.game-schedule__tab__item.-active button span {
  color: #FFFFFF;
}

.game-schedule__timeline {
  margin-top: 47px;
  padding: 0 150px;
}

.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: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 25px;
  color: #FFFFFF;
  position: relative;
}
.game-timeline__item .blue {
  color: #209bea;
}
.game-timeline__item .white {
  color: #FFFFFF;
}
.game-timeline__item::after {
  content: "";
  position: absolute;
  top: 95px;
  left: 47px;
  width: 1px;
  height: calc(100% - 95px);
  background-color: #005cbe;
}

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

.game-timeline__item:last-of-type::after {
  display: none;
}

.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: 95px;
  min-height: 95px;
  font-size: 2rem;
  line-height: 1.25;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  border-radius: 100%;
  border: solid 2px #005cbe;
}

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

.game-timeline__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 30px;
}
.game-timeline__content p {
  font-size: 1.125rem;
  line-height: 1.556;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.game-timeline__content p small {
  font-size: 1rem;
}
.game-timeline__content p a {
  color: #209bea;
  text-decoration: underline;
}

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

.game-schedule__timeline__note {
  margin-top: 48px;
}
.game-schedule__timeline__note p {
  font-size: 1rem;
  line-height: 1.556;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-schedule {
    padding: 30.769vw 0 19.231vw;
  }
  .game-sc.-schedule .game-sc__inner {
    padding: 0 6.41vw;
  }
  .game-sc.-schedule .game-sc__inner::before {
    top: -9.231vw;
    right: -9.744vw;
    width: 47.436vw;
    height: 61.795vw;
  }
  .game-schedule {
    margin-top: 9.487vw;
  }
  .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 {
    padding: 3.333vw 0 2.308vw;
  }
  .game-schedule__tab__item button span.-day {
    font-size: 9.7333333333vw;
  }
  .game-schedule__tab__item button span.-week {
    margin-left: 2.564vw;
    font-size: 6.1333333333vw;
  }
  .game-schedule__timeline {
    margin-top: 12.308vw;
    padding: 0;
  }
  .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: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 3.333vw;
  }
  .game-timeline__item::after {
    top: 14.103vw;
    left: 6.923vw;
    width: 0.256vw;
    height: calc(100% - 14.103vw);
  }
  .game-timeline__item:not(:last-of-type) {
    padding-bottom: 5.897vw;
  }
  .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;
    width: 14.103vw;
    min-height: 14.103vw;
    font-size: 4.8vw;
    border: solid 1px #005cbe;
  }
  .game-timeline__time.-text {
    font-size: 3.3333333333vw;
    line-height: 1.154;
  }
  .game-timeline__time.-close {
    width: 18.205vw;
    border-radius: 7.051vw;
  }
  .game-timeline__content {
    padding-top: 4.103vw;
  }
  .game-timeline__content p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .game-timeline__content p small {
    font-size: 3.7333333333vw;
  }
  .game-timeline__photo {
    margin: 3.846vw 0;
  }
  .game-schedule__timeline__note {
    margin-top: 10.513vw;
  }
  .game-schedule__timeline__note p {
    font-size: 3.8666666667vw;
    line-height: 1.6;
  }
}
/* ================================================

- イベント

================================================ */
.game-sc.-event {
  padding: 138px 0 143px;
  min-height: 100vh;
  background-image: url(/files/user/static/asset/images/game/lp/renewal/event_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

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

.game-event__tab {
  translate: 0 9px;
}

.game-event__tab__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 85px;
}

.game-event__tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.game-event__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;
}
.game-event__tab__item button span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.game-event__tab__item button span.-day {
  font-size: 3.25rem;
}
.game-event__tab__item button span.-week {
  margin-left: 10px;
  font-size: 2.125rem;
}

.game-event__tab__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -36px;
  translate: 0 -50%;
  width: 1px;
  height: 50px;
  background-color: #FFFFFF;
}

.game-event__tab__item.-active button {
  background-color: transparent;
  cursor: default;
}
.game-event__tab__item.-active button span {
  color: #209bea;
}

.game-event {
  margin-top: 50px;
  position: relative;
}

.game-event__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: 50px;
  padding: 50px;
  background-color: #000000;
  position: relative;
}

.game-event__item__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 420px;
  position: relative;
}

.game-event__item__summarys {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 8px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.game-event__item__summarys dt {
  font-size: 1.625rem;
  line-height: 1.556;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.game-event__item__summary {
  margin-top: 15px;
  padding-top: 23px;
  border-top: solid 1px #005cbe;
}
.game-event__item__summary p {
  font-size: 1rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.game-event__item__summary p a {
  text-decoration: underline;
}

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

.game-event__item__pickup {
  position: absolute;
  top: -18px;
  left: -25px;
  width: 108px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-event {
    padding: 24.103vw 0 22.051vw;
    min-height: 100vh;
    background-image: none;
    background-size: cover;
    position: relative;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .game-sc.-event::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    background-image: url(/files/user/static/asset/images/game/lp/renewal/event_bg_sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .game-sc.-event .game-sc__inner {
    padding: 0 3.846vw;
  }
  .game-sc__head.-event {
    display: block;
  }
  .game-event__tab {
    translate: 0 0;
    margin-top: 7.179vw;
  }
  .game-event__tab__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: 15.385vw;
  }
  .game-event__tab__item {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .game-event__tab__item button span.-day {
    font-size: 9.7333333333vw;
  }
  .game-event__tab__item button span.-week {
    margin-left: 1.282vw;
    font-size: 6.1333333333vw;
  }
  .game-event__tab__item:not(:first-of-type)::before {
    top: 45%;
    left: -7.949vw;
    height: 10.769vw;
  }
  .game-event {
    margin-top: 7.179vw;
  }
  .game-event__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: 5.385vw;
    padding: 5.128vw;
  }
  .game-event__item__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .game-event__item__summarys {
    padding-top: 0;
  }
  .game-event__item__summarys dt {
    font-size: 5.0666666667vw;
  }
  .game-event__item__summary {
    margin-top: 2.821vw;
    padding-top: 3.333vw;
  }
  .game-event__item__summary p {
    font-size: 4vw;
    line-height: 1.625;
  }
  .game-event__item:not(:first-of-type) {
    margin-top: 4.103vw;
  }
  .game-event__item__pickup {
    top: auto;
    bottom: -3.077vw;
    left: -2.564vw;
    width: 20.513vw;
  }
}
/* ================================================

- スライドテキスト

================================================ */
.game-event__slide {
  position: absolute;
  top: 25px;
  z-index: 1;
  overflow-x: clip;
}

.game-event__slide__clone {
  width: 100%;
  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-event__slide__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;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.game-event__slide__list.-list1 {
  -webkit-animation: loop-slide-left1 40s -20s infinite linear none;
          animation: loop-slide-left1 40s -20s infinite linear none;
}

.game-event__slide__list.-list2 {
  -webkit-animation: loop-slide-left2 40s infinite linear none;
          animation: loop-slide-left2 40s infinite linear none;
}
.game-event__slide__list.-list2 .game-event__slide__item {
  padding-left: 80px;
}

.game-event__slide__list.-list1.-reverse {
  -webkit-animation: loop-slide-right1 40s -20s infinite linear none;
          animation: loop-slide-right1 40s -20s infinite linear none;
}

.game-event__slide__list.-list2.-reverse {
  -webkit-animation: loop-slide-right2 40s infinite linear none;
          animation: loop-slide-right2 40s infinite linear none;
}

.game-event__slide__item {
  width: 1594px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-event__slide {
    top: 3.333vw;
  }
  .game-event__slide__list.-list2 .game-event__slide__item {
    padding-left: 7.692vw;
  }
  .game-event__slide__item {
    width: 240vw;
  }
}
/* ================================================

- グルメ

================================================ */
.game-gourmetGoods {
  min-height: 100vh;
  background-image: url(/files/user/static/asset/images/game/lp/renewal/gourmet_goods_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-gourmetGoods {
    min-height: 100vh;
    background-image: none;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .game-gourmetGoods::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    background-image: url(/files/user/static/asset/images/game/lp/renewal/gourmet_goods_bg_sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
/* ================================================

- グルメ

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

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

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

.game-gourmet__swiper__list.swiper-wrapper {
  padding-bottom: 60px;
}

.swiper-slide.game-gourmet__swiper__slide {
  width: 360px;
  height: auto;
  padding: 30px 30px 38px;
  background-color: #000000;
  cursor: -webkit-grab;
  cursor: grab;
}

.game-gourmet__swiper__photo {
  position: relative;
}

.game-gourmet__item__pickup {
  position: absolute;
  top: -18px;
  left: -25px;
  width: 77px;
}

dl.game-gourmet__swiper__suammrys {
  margin-top: 18px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
dl.game-gourmet__swiper__suammrys dt {
  font-size: 1.25rem;
  line-height: 1.556;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.game-gourmet__swiper__suammry {
  margin-top: 10px;
}
.game-gourmet__swiper__suammry p {
  font-size: 1rem;
  line-height: 1.625;
}
.game-gourmet__swiper__suammry p span {
  font-size: 0.875rem;
}

/* 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;
  width: auto;
  height: auto;
  top: -17px;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.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: "";
  width: 36px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
}
.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: 32px;
}
.swiper-button-prev.game-goods__swiper__prev::after,
.swiper-button-prev.game-gourmet__swiper__prev::after {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.705mm%22%20height%3D%2216.225mm%22%20version%3D%221.1%22%20viewBox%3D%220%200%2036.013%2045.991%22%3E%20%3Cpath%20d%3D%22M36.013%2C0v7.84l-24.078%2C15.157%2C24.078%2C15.157v7.837L0%2C22.995%2C36.013%2C0Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

/* 次ページボタンのスタイル */
.swiper-button-next.game-goods__swiper__next,
.swiper-button-next.game-gourmet__swiper__next {
  right: 32px;
}
.swiper-button-next.game-goods__swiper__next::after,
.swiper-button-next.game-gourmet__swiper__next::after {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.705mm%22%20height%3D%2216.225mm%22%20version%3D%221.1%22%20viewBox%3D%220%200%2036.013%2045.991%22%3E%20%3Cpath%20d%3D%22M0%2C0v7.84l24.078%2C15.157L0%2C38.154v7.837l36.013-22.996L0%2C0Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-button__arrow.game-goods__swiper__arrow,
.swiper-button__arrow.game-gourmet__swiper__arrow {
  position: relative;
}

.swiper-pagination.game-goods__pagination .swiper-pagination-bullet,
.swiper-pagination.game-gourmet__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  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: #1f8fd7;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-gourmet {
    padding-top: 24.103vw;
  }
  .game-sc.-gourmet .game-sc__head {
    padding: 0 6.41vw;
  }
  .game-gourmet {
    margin-top: 10.256vw;
  }
  .game-gourmet__swiper__list.swiper-wrapper {
    padding-bottom: 13.59vw;
  }
  .swiper-slide.game-gourmet__swiper__slide {
    width: auto;
    height: auto;
    padding: 5.128vw 5.128vw 6.667vw;
  }
  .game-gourmet__item__pickup {
    top: auto;
    bottom: -3.077vw;
    left: -2.564vw;
    width: 16.667vw;
  }
  dl.game-gourmet__swiper__suammrys {
    margin-top: 3.59vw;
  }
  dl.game-gourmet__swiper__suammrys dt {
    font-size: 4.8vw;
  }
  .game-gourmet__swiper__suammry {
    margin-top: 2.564vw;
  }
  .game-gourmet__swiper__suammry p {
    font-size: 3.8666666667vw;
    line-height: 1.667;
  }
  .game-gourmet__swiper__suammry p span {
    font-size: 3.6vw;
  }
  /* 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 {
    top: -2.308vw;
  }
  .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: 5.641vw;
    height: 7.179vw;
  }
  /* 前ページボタンのスタイル */
  .swiper-button-prev.game-goods__swiper__prev,
  .swiper-button-prev.game-gourmet__swiper__prev {
    left: 5.128vw;
  }
  /* 次ページボタンのスタイル */
  .swiper-button-next.game-goods__swiper__next,
  .swiper-button-next.game-gourmet__swiper__next {
    right: 5.128vw;
  }
  .swiper-pagination.game-goods__pagination .swiper-pagination-bullet,
  .swiper-pagination.game-gourmet__pagination .swiper-pagination-bullet {
    width: 2.564vw;
    height: 2.564vw;
  }
  .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.282vw;
  }
}
/* ================================================

- スライドテキスト

================================================ */
.game-gourmet__slide {
  position: absolute;
  top: 25px;
  z-index: 1;
  overflow-x: clip;
}

.game-gourmet__slide__clone {
  width: 100%;
  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-gourmet__slide__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;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.game-gourmet__slide__list.-list1 {
  -webkit-animation: loop-slide-left1 40s -20s infinite linear none;
          animation: loop-slide-left1 40s -20s infinite linear none;
}

.game-gourmet__slide__list.-list2 {
  -webkit-animation: loop-slide-left2 40s infinite linear none;
          animation: loop-slide-left2 40s infinite linear none;
}
.game-gourmet__slide__list.-list2 .game-gourmet__slide__item {
  padding-left: 80px;
}

.game-gourmet__slide__list.-list1.-reverse {
  -webkit-animation: loop-slide-right1 40s -20s infinite linear none;
          animation: loop-slide-right1 40s -20s infinite linear none;
}

.game-gourmet__slide__list.-list2.-reverse {
  -webkit-animation: loop-slide-right2 40s infinite linear none;
          animation: loop-slide-right2 40s infinite linear none;
}

.game-gourmet__slide__item {
  width: 1492px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-gourmet__slide {
    top: 3.333vw;
  }
  .game-gourmet__slide__list.-list2 .game-gourmet__slide__item {
    padding-left: 7.692vw;
  }
  .game-gourmet__slide__item {
    width: 249.231vw;
  }
}
/* ================================================

- オフィシャルグッズ

================================================ */
.game-sc.-goods {
  margin-top: 165px;
  padding-bottom: 154px;
}

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

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

.game-goods__swiper__list.swiper-wrapper {
  padding-bottom: 64px;
}

.swiper-slide.game-goods__swiper__slide {
  width: 420px;
  height: auto;
  padding: 20px 30px 54px;
  background-color: #000000;
  cursor: -webkit-grab;
  cursor: grab;
}

.game-goods__swiper__photo {
  position: relative;
}

.game-goods__item__pickup {
  position: absolute;
  top: -18px;
  left: -25px;
  width: 93px;
}

dl.game-goods__swiper__suammrys {
  margin-top: 21px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
dl.game-goods__swiper__suammrys dt {
  font-size: 1.25rem;
  line-height: 1.556;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.game-goods__swiper__suammry {
  margin-top: 15px;
}
.game-goods__swiper__suammry p {
  font-size: 1rem;
  line-height: 1.625;
}
.game-goods__swiper__suammry p span {
  font-size: 0.875rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-goods {
    margin-top: 28.462vw;
    padding-bottom: 20.513vw;
  }
  .game-sc.-goods .game-sc__head {
    padding: 0 6.41vw;
  }
  .game-goods {
    margin-top: 10.256vw;
  }
  .game-goods__swiper__list.swiper-wrapper {
    padding-bottom: 13.077vw;
  }
  .swiper-slide.game-goods__swiper__slide {
    width: auto;
    height: auto;
    padding: 5.128vw 5.128vw 8.205vw;
  }
  .game-goods__item__pickup {
    top: auto;
    bottom: -3.077vw;
    left: -2.564vw;
    width: 20.513vw;
  }
  dl.game-goods__swiper__suammrys {
    margin-top: 5.385vw;
  }
  dl.game-goods__swiper__suammrys dt {
    font-size: 5.0666666667vw;
  }
  .game-goods__swiper__suammry {
    margin-top: 5.128vw;
  }
  .game-goods__swiper__suammry p {
    font-size: 4vw;
    line-height: 1.6255;
  }
  .game-goods__swiper__suammry p span {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- 会場マップ

================================================ */
.game-sc.-floor {
  min-height: 100vh;
  padding: 132px 0 138px;
  background-image: url(/files/user/static/asset/images/game/lp/renewal/floor_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.game-floor {
  margin-top: 48px;
}

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

.game-floor__head {
  padding: 10px 17px 10px;
  background-color: #000000;
  border: solid 1px #005cbe;
}

.game-floor__ttl {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.game-floor__item {
  margin-top: 50px;
}

.game-overflow {
  overflow: visible;
}

.game-scrollArrows {
  display: none;
}

.game-floor__figure {
  width: 100%;
  margin: 0 auto;
}

.game-floor__figure.-fukuikenn {
  max-width: 828px;
}

.game-floor__figure.-aisin {
  max-width: 800px;
}

.game-floor__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-top: 43px;
  padding: 0 18px;
}
.game-floor__list li {
  padding-left: 31px;
  font-size: 0.9375rem;
  line-height: 1.425;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
}
.game-floor__list li::before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  padding-top: 4px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #0e2c7b;
  border-radius: 100%;
}
.game-floor__list li[data-num="1"]::before {
  background-color: #4c43e1;
}
.game-floor__list li[data-num="2"]::before {
  background-color: #ca2ccb;
}
.game-floor__list li[data-num="3"]::before {
  background-color: #008a89;
}
.game-floor__list li[data-num="4"]::before {
  background-color: #cf3936;
}
.game-floor__list li[data-num="5"]::before {
  background-color: #cb7800;
}
.game-floor__list li[data-num="6"]::before {
  background-color: #58990a;
}
.game-floor__list li[data-num="7"]::before {
  background-color: #3367bb;
}
.game-floor__list li[data-num="8"]::before {
  background-color: #3c87ae;
}
.game-floor__list li[data-num="9"]::before {
  background-color: #af9f05;
}
.game-floor__list li[data-num="10"]::before {
  background-color: #9bd0b5;
}

.game-floor__facility__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.game-floor__facility {
  width: 100%;
}

.game-floor__facility__layout.-aishin .game-floor__facility {
  max-width: 459px;
}

.game-floor__facility.-fukuikenn1f {
  max-width: 459px;
}

.game-floor__facility.-fukuikenn2f {
  max-width: 433px;
}

.game-floor__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: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-top: 43px;
  padding: 0 18px;
}
.game-floor__facility__list li {
  padding-left: 31px;
  font-size: 0.9375rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
}
.game-floor__facility__list li span {
  display: block;
  font-size: 0.8125rem;
}
.game-floor__facility__list li::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  padding-top: 4px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #0173c2;
  border-radius: 100%;
}
.game-floor__facility__list li[data-num="1"]::before {
  background-color: #FFC100;
}
.game-floor__facility__list li[data-num="2"]::before {
  background-color: #FF00AA;
}
.game-floor__facility__list li[data-num="3"]::before {
  background-color: #FF0000;
}
.game-floor__facility__list li[data-num="4"]::before {
  background-color: #00D08C;
}
.game-floor__facility__list li[data-num="5"]::before {
  background-color: #00C8FF;
}
.game-floor__facility__list li[data-num="6"]::before {
  background-color: #C83CFF;
}
.game-floor__facility__list li[data-num="7"]::before {
  background-color: #0032FF;
}
.game-floor__facility__list li[data-num="8"]::before {
  background-color: #00A700;
}
.game-floor__facility__list li[data-num="9"]::before {
  background-color: #E57F0E;
}

.game-floor__facility__list.-aishin li[data-num="1"]::before {
  background-color: #FF00AA;
}
.game-floor__facility__list.-aishin li[data-num="2"]::before {
  background-color: #00DC00;
}
.game-floor__facility__list.-aishin li[data-num="3"]::before {
  background-color: #FF0000;
}
.game-floor__facility__list.-aishin li[data-num="4"]::before {
  background-color: #FF8200;
}
.game-floor__facility__list.-aishin li[data-num="5"]::before {
  background-color: #00C8FF;
}
.game-floor__facility__list.-aishin li[data-num="6"]::before {
  background-color: #0032FF;
}

.game-floor__sumamrys {
  margin-top: 86px;
}

.game-floor__sumamrys__ttl {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

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

.game-floor__sumamrys__list {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.game-floor__sumamrys__list strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.game-floor__sumamrys__list a {
  color: #209bea;
}
.game-floor__sumamrys__list u {
  text-decoration: underline;
}

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

.game-floor__sumamry {
  margin-top: 7px;
}
.game-floor__sumamry p:not(:first-of-type) {
  margin-top: 3px;
}

.game-floor__btn {
  margin-top: 80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-floor {
    min-height: 100vh;
    padding: 18.718vw 0 21.795vw;
    background-image: none;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .game-sc.-floor::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    background-image: url(/files/user/static/asset/images/game/lp/renewal/floor_bg_sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .game-sc.-floor .game-sc__inner {
    padding: 0 6.41vw;
  }
  .game-floor {
    margin-top: 9.744vw;
  }
  .game-floor__block:not(:first-of-type) {
    margin-top: 17.436vw;
  }
  .game-floor__head {
    padding: 2.051vw 3.333vw 2.564vw;
  }
  .game-floor__ttl {
    font-size: 4.8vw;
  }
  .game-floor__item {
    margin-top: 8.974vw;
  }
  .game-overflow {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .game-scrollArrows {
    display: block;
    position: relative;
    padding-bottom: 4.615vw;
    margin-top: 2.564vw;
  }
  .game-scrollArrows::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(16%2C%20117%2C%20225)%22%20d%3D%22M15.005%2C0.006%20L15.005%2C3.586%20L5.625%2C9.004%20L15.005%2C14.423%20L15.005%2C18.002%20L-0.001%2C9.003%20L15.005%2C0.006%20Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.846vw;
    height: 4.615vw;
  }
  .game-scrollArrows::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(16%2C%20117%2C%20225)%22%20d%3D%22M-0.005%2C0.006%20L-0.005%2C3.586%20L9.375%2C9.004%20L-0.005%2C14.423%20L-0.005%2C18.002%20L15.001%2C9.003%20L-0.005%2C0.006%20Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.846vw;
    height: 4.615vw;
  }
  .game-floor__figure {
    width: 174.358vw;
    margin: 0 auto;
  }
  .game-floor__figure.-fukuikenn {
    max-width: 212.308vw;
  }
  .game-floor__figure.-aisin {
    max-width: 205.128vw;
  }
  .game-floor__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.59vw 9.231vw;
    margin-top: 7.179vw;
    padding: 0;
  }
  .game-floor__list li {
    padding-left: 7.949vw;
    font-size: 3.8666666667vw;
    line-height: 1.467;
  }
  .game-floor__list li::before {
    width: 6.154vw;
    height: 6.154vw;
    padding-top: 1.026vw;
    font-size: 4.5333333333vw;
  }
  .game-floor__facility__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.923vw;
  }
  .game-floor__facility__layout.-aishin .game-floor__facility {
    max-width: 117.692vw;
  }
  .game-floor__facility.-fukuikenn1f {
    max-width: 117.692vw;
  }
  .game-floor__facility.-fukuikenn2f {
    max-width: 111.026vw;
  }
  .game-floor__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: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.59vw 9.231vw;
    margin-top: 8.205vw;
    padding: 0;
  }
  .game-floor__facility__list li {
    padding-left: 7.949vw;
    font-size: 3.8666666667vw;
    line-height: 1.467;
  }
  .game-floor__facility__list li span {
    font-size: 3.4666666667vw;
  }
  .game-floor__facility__list li::before {
    width: 6.154vw;
    height: 6.154vw;
    padding-top: 1.026vw;
    font-size: 4.5333333333vw;
  }
  .game-floor__sumamrys {
    margin-top: 17.949vw;
  }
  .game-floor__sumamrys__ttl {
    font-size: 4.8vw;
  }
  .game-floor__sumamrys__inner {
    margin-top: 7.692vw;
  }
  .game-floor__sumamrys__list {
    font-size: 4vw;
  }
  .game-floor__sumamrys__list:not(:first-of-type) {
    margin-top: 7.692vw;
  }
  .game-floor__sumamry {
    margin-top: 1.795vw;
  }
  .game-floor__sumamry p:not(:first-of-type) {
    margin-top: 0.769vw;
  }
  .game-floor__btn {
    margin-top: 15.385vw;
  }
}
/* ================================================

- アクセス

================================================ */
.game-sc.-access {
  padding: 132px 0 152px;
}

.game-access {
  margin-top: 44px;
}

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

.game-access__iframe {
  margin-top: 40px;
}
.game-access__iframe iframe {
  width: 100%;
  aspect-ratio: 1020/600;
}

.game-access__map__summary {
  margin-top: 33px;
}
.game-access__map__summary p {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.game-access__parking {
  margin-top: 73px;
}

.game-access__parking__ttl {
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.game-access__parking__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 14px 0 15px;
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  border-bottom: solid 1px #666666;
}
.game-access__parking__list dt a {
  color: #209bea;
}

.game-access__parking__list:first-of-type {
  margin-top: 22px;
  border-top: solid 1px #666666;
}

.game-access__parking__map {
  max-width: 948px;
  width: 100%;
  margin: 82px auto 0;
}

.game-access__btn {
  margin-top: 80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-sc.-access {
    padding: 19.231vw 0 20.513vw;
  }
  .game-sc.-access .game-sc__inner {
    padding: 0 6.41vw;
  }
  .game-access {
    margin-top: 8.462vw;
  }
  .game-access__place {
    font-size: 5.0666666667vw;
  }
  .game-access__iframe {
    margin-top: 10.256vw;
  }
  .game-access__iframe iframe {
    aspect-ratio: 340/453;
  }
  .game-access__map__summary {
    margin-top: 8.462vw;
  }
  .game-access__map__summary p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .game-access__parking {
    margin-top: 14.359vw;
  }
  .game-access__parking__ttl {
    font-size: 4.8vw;
  }
  .game-access__parking__list {
    padding: 4.359vw 0 3.846vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .game-access__parking__list:first-of-type {
    margin-top: 5.641vw;
  }
  .game-access__parking__map {
    max-width: 243.077vw;
    width: 100%;
    margin: 15.385vw auto 0;
  }
  .game-access__parking__figure {
    width: 174.358vw;
  }
  .game-access__btn {
    margin-top: 15.897vw;
  }
}
/* ================================================

- フッター

================================================ */
.game-footer {
  padding: 70px 0 100px;
  background-color: #0e1b3c;
}

.game-footer__inner {
  padding: 0 60px;
}

.game-footer__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: 60px;
}

.game-footer__sns__item a {
  display: block;
  width: 40px;
}

.game-footer__layout {
  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: 36px;
  margin-top: 78px;
}

.game-footer__logo {
  width: 54px;
}
.game-footer__logo a {
  display: block;
}

.game-footer__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}

.game-footer__nav__item a {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.game-footer__copyright {
  margin-left: auto;
}
.game-footer__copyright small {
  display: block;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-footer {
    padding: 12.821vw 0 25.641vw;
  }
  .game-footer__inner {
    padding: 0;
  }
  .game-footer__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: 12.308vw;
  }
  .game-footer__sns__item a {
    display: block;
    width: 8.205vw;
  }
  .game-footer__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.641vw;
    margin-top: 16.154vw;
  }
  .game-footer__logo {
    width: 10.769vw;
  }
  .game-footer__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;
    gap: 4.103vw;
  }
  .game-footer__nav__item a {
    font-size: 3.0666666667vw;
  }
  .game-footer__copyright {
    margin-left: 0;
    margin-top: 2.821vw;
  }
  .game-footer__copyright small {
    font-size: 2.8vw;
  }
}
/* ================================================

- フロートボタン

================================================ */
.p-floatBtn {
  position: fixed;
  left: 0;
  width: 100%;
  padding-bottom: 15px;
  -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-floatBtn a {
  display: block;
  width: 100%;
  position: relative;
}

.p-floatBtn.-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-floatBtn__laytout {
  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: 40px;
}

.p-floatBtn__item a {
  display: block;
  width: 440px;
  padding: 10px 0 10px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 117, 217)), to(rgb(0, 66, 165)));
  background: linear-gradient(180deg, rgb(0, 117, 217) 0%, rgb(0, 66, 165) 100%);
  -webkit-filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.5));
}

.p-floatBtn__item__layput {
  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;
}
.p-floatBtn__item__layput span.-day {
  padding-left: 40px;
  font-size: 3.125rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  position: relative;
}
.p-floatBtn__item__layput span.-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/files/user/static/asset/images/game/lp/renewal/common/icon_ticket.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.p-floatBtn__item__layput span.-week {
  margin-left: 10px;
  font-size: 2.125rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
.p-floatBtn__item__layput span.-note {
  margin-left: 15px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-floatBtn {
    padding-bottom: 2.564vw;
  }
  .p-floatBtn__laytout {
    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: 3.077vw;
  }
  .p-floatBtn__item {
    width: calc(50% - 5.2565vw);
  }
  .p-floatBtn__item a {
    width: 100%;
    padding: 2.051vw 2.564vw 2.564vw;
  }
  .p-floatBtn__item__layput {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-floatBtn__item__layput span.-day {
    padding-left: 7.692vw;
    font-size: 9.7333333333vw;
  }
  .p-floatBtn__item__layput span.-day::before {
    top: 65%;
    width: 6.667vw;
    height: 6.667vw;
  }
  .p-floatBtn__item__layput span.-week {
    margin-left: 1.282vw;
    font-size: 6.1333333333vw;
  }
  .p-floatBtn__item__layput span.-note {
    width: 100%;
    margin-left: 0;
    padding-left: 7.692vw;
    font-size: 3.2vw;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .game-access__parking__list a:-moz-any-link:hover, .game-event__item__summary p a:-moz-any-link:hover, .p-floatBtn__item a:-moz-any-link:hover, .game-ticket__btn a:-moz-any-link:hover, .game-anchorNav__item a:-moz-any-link:hover, .game-ticket__banner a:-moz-any-link:hover, .game-header__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .game-access__parking__list a:any-link:hover,
  .game-event__item__summary p a:any-link:hover,
  .p-floatBtn__item a:any-link:hover,
  .game-ticket__btn a:any-link:hover,
  .game-anchorNav__item a:any-link:hover,
  .game-ticket__banner a:any-link:hover,
  .game-header__logo a:any-link:hover {
    opacity: 0.7;
  }
  .game-event__tab__item button:enabled:hover,
  .game-schedule__tab__item button:enabled:hover {
    opacity: 0.7;
  }
  .game-event__tab__item.-active button:enabled:hover,
  .game-schedule__tab__item.-active button:enabled:hover {
    opacity: 1;
  }
}
.game-access__parking__list a,
.game-event__item__summary a,
.p-floatBtn__item a,
.game-ticket__btn a,
.game-event__tab__item button,
.game-schedule__tab__item button,
.game-anchorNav__item a,
.game-ticket__banner a,
.game-header__logo a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

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

- タブ

================================================ */
.js-event-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}

.js-event-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

- 冠 PRESENTS

================================================ */
.game-presents {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 23px;
}

.game-presents.-day1 {
  width: 400px;
  margin: 95px auto 0;
}

.addReset .game-presents__logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
.addReset .game-presents__logo img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 240px;
}
.addReset .game-presents__logo figcaption {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1.75rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-presents {
    width: 100%;
    padding: 0 3.846vw;
    margin-bottom: 2.821vw;
  }
  .game-presents.-day1 {
    width: 87.179vw;
    margin: 14.359vw auto 0;
  }
  .addReset .game-presents__logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 0;
  }
  .addReset .game-presents__logo img {
    width: 51.282vw;
  }
  .addReset .game-presents__logo figcaption {
    font-size: 5.8666666667vw;
  }
}