@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  font-size: 10px;
  color: #1e1e1e;
  scroll-behavior: smooth;
}

body {
  background: #0d1527;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .title {
    display: block;
    text-align: center;
  }
}
.title__main {
  display: block;
  font: italic 700 14rem/13rem rama-gothic-m, "Rama Gothic", sans-serif;
}
@media screen and (max-width: 900px) {
  .title__main {
    font-size: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title__main {
    font-size: 8.5rem;
    line-height: 7.5rem;
  }
}
.title__sub {
  font: normal 700 3rem/1 "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  display: inline-block;
  margin-left: 2rem;
}
@media screen and (max-width: 900px) {
  .title__sub {
    font-size: 2.25rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title__sub {
    font-size: 2rem;
    display: block;
    margin-left: initial;
    margin-top: 5px;
  }
}
.title__sub::before {
  content: "【";
}
.title__sub::after {
  content: "】";
}

.button {
  border: 2px solid #2159dc;
  border-radius: 37.5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #2159dc;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 75px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0;
  padding-inline: 5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.8rem;
    height: 50px;
    border-radius: 25px;
    padding-inline: 3rem;
  }
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("/files/user/static/asset/images/special/2024/openinggame/icons/caret.svg") no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 6px;
    height: 10.5px;
    right: 17px;
  }
}
.button:hover {
  background-color: rgba(33, 89, 220, 0.8);
  letter-spacing: 0.05em;
}
.button--white {
  background: #fff;
  color: #000;
  border-color: #000;
}
.button--white::after {
  -webkit-filter: initial;
          filter: initial;
}
.button--white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.button--dark {
  background: #131b36;
  border-color: #131b36;
}
.button--dark:hover {
  background-color: rgba(19, 27, 54, 0.8);
}
.button--external::after {
  width: 23px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("/files/user/static/asset/images/special/2024/openinggame/icons/external.svg");
}
@media screen and (max-width: 767px) {
  .button--external::after {
    width: 11px;
  }
}

.section {
  overflow: hidden;
}
.section__head, .section__content, .section__inner {
  padding-inline: 50px;
  margin-inline: auto;
  max-width: 1464px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section__head, .section__content, .section__inner {
    max-width: 100%;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section__head--spnarrow, .section__content--spnarrow, .section__inner--spnarrow {
    padding-inline: 9.73%;
  }
}
.section__head--full, .section__content--full {
  max-width: 100%;
  padding-inline: 0;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1.7rem 4%;
    position: fixed;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
.header.scrolled {
  position: fixed;
  height: 13rem;
  padding-block: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000207), to(transparent));
  background: linear-gradient(to bottom, #000207, transparent);
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .header.scrolled {
    height: 7rem;
    z-index: 999;
  }
}
.header__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    height: 3.5rem;
  }
}
.header__links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 1000px) {
  .header__links {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header__links {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d4d4d4), color-stop(50%, #efefef));
    background: linear-gradient(to right, #d4d4d4 50%, #efefef 50%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    gap: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .header__links.scrolled {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__blink {
  display: grid;
  grid-template-rows: 7.3rem 1fr;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__blink {
    width: 50%;
    height: 80px;
    padding-block: 6.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-rows: 4.7rem 1fr;
    gap: 4px;
    font-size: 1.2rem;
  }
}
.header__blink span {
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header__blink span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.3) 60%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
}
.header__blink:hover span::after {
  max-height: 50px;
}
.header__blink-image {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header__blink-image {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header__blink-image--small {
    height: 82.9%;
  }
}
.header__button {
  width: 21rem;
  height: 8rem;
  border-radius: 5px;
  background: #2159dc;
  padding-inline: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header__button {
    width: 8rem;
    height: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
}
.header__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
  width: 219%;
  height: 100%;
  background: url("/files/user/static/asset/images/special/2024/openinggame/deco/button-split.svg") no-repeat top right/cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("/files/user/static/asset/images/special/2024/openinggame/icons/caret.svg") no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .header__button::after {
    display: none;
  }
}
.header__button:hover::before {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.header__toggle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.2rem;
  padding-right: 9px;
  overflow: hidden;
  display: none;
  font: italic 700 4.2rem/4.2rem rama-gothic-m, "Rama Gothic", sans-serif;
  color: #fff;
  margin-left: 4rem;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__toggle {
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.1rem;
    margin-left: auto;
    height: 2.1rem;
    line-height: 2.1rem;
  }
}
.header__toggle.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__toggle:hover {
    opacity: 0.8;
  }
}
.header__toggle.active .header__toggle-init,
.header__toggle.active .header__toggle-close {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__toggle-init, .header__toggle-close {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background-color: rgba(30, 30, 30, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.menu.active {
  pointer-events: initial;
  opacity: 1;
}
.menu__content {
  width: 100%;
  height: 100%;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .menu__content {
    padding-top: 10rem;
  }
}
.menu__list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  text-align: center;
  max-height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .menu__list {
    gap: 2rem;
  }
}
.menu__list::-webkit-scrollbar {
  display: none;
}
.menu__link {
  display: block;
  color: #fff;
  font: italic 700 6rem/1 rama-gothic-m, "Rama Gothic", sans-serif;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding-inline: 50px;
  margin-inline: auto;
  max-width: 1464px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .menu__link {
    max-width: 100%;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .menu__link {
    font-size: 5rem;
  }
}
.menu__link:hover {
  letter-spacing: 0.03em;
  opacity: 0.6;
}

.footer__pageup-wrap {
  height: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #0d1527;
  padding: 67px 0 73px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__pageup-wrap {
    height: 129px;
    padding: 60px 0 47px;
  }
}
.footer__pageup-wrap:hover .footer__pageup-txt::before {
  top: -23px;
}
.footer__pageup-txt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75em;
  color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .footer__pageup-txt {
    font-size: 14px;
    line-height: 2em;
  }
}
.footer__pageup-txt::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -7px;
  right: 0;
  margin: 0 auto;
  width: 13.99px;
  height: 13.99px;
  background: url("/files/user/static/asset/images/special/2024/openinggame/icons/caret-up-white.svg") no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__content {
  text-align: center;
  width: 100%;
  background-color: #050913;
  padding: 66.1px 0;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 0 36px 65px;
  }
}
@media screen and (max-width: 767px) {
  .footer__block {
    padding: 40px 0 22px;
  }
}
.footer__logo-wrap {
  width: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo-img {
  width: 62px;
}
@media screen and (max-width: 767px) {
  .footer__logo-img {
    width: 50px;
  }
}
.footer__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__list {
    margin-top: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 32px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer__item {
    margin-bottom: 17px;
    border-right: none;
  }
}
.footer__item:last-child {
  border-right: none;
  margin-bottom: 0;
}
.footer__link {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875em;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 13px;
    line-height: 2em;
  }
}
.footer__link:hover {
  opacity: 0.6;
}
.footer__copyright {
  margin-top: 57px;
  font-size: 1.6rem;
  color: #8e8e8e;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 33px;
    font-size: 13px;
  }
}

.lp-mv {
  width: 100%;
  height: 100svh;
  min-height: 93rem;
  background: #000 no-repeat center/cover;
  background-image: url("/files/user/static/asset/images/special/2024/openinggame/lp/mv.webp"), url("/files/user/static/asset/images/special/2024/openinggame/lp/mv.jpg");
  padding-bottom: 8rem;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .lp-mv {
    min-height: initial;
    background-image: url("/files/user/static/asset/images/special/2024/openinggame/lp/mv-sp.webp"), url("/files/user/static/asset/images/special/2024/openinggame/lp/mv-sp.jpg");
    z-index: initial;
    padding-bottom: 4.8rem;
  }
}
.lp-mv::before, .lp-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #2159dc;
  z-index: 1;
}
.lp-mv::before {
  width: 100%;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .lp-mv::before {
    height: 10px;
  }
}
.lp-mv::after {
  width: 35.63%;
  max-width: 684px;
  height: 37px;
  -webkit-clip-path: polygon(6.87% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(6.87% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .lp-mv::after {
    width: 34.4%;
    -webkit-clip-path: polygon(18.6% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(18.6% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.lp-mv__content {
  width: 100%;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .lp-mv__content {
    display: block;
    bottom: 4.8rem;
  }
}
.lp-mv__title {
  color: #fff;
  font-style: italic;
  font-weight: 800;
  font-size: 18rem;
  line-height: 1;
  margin-left: -2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .lp-mv__title {
    font-size: max(6.5rem, min(8vw, 18rem));
    font-size: clamp(6.5rem, 8vw, 18rem);
  }
}
@media screen and (max-width: 767px) {
  .lp-mv__title {
    font-size: 7.5rem;
    line-height: 1.2;
    margin-left: initial;
    text-align: left;
  }
}
.lp-mv__date {
  width: 35.63%;
  padding-left: 10%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .lp-mv__date {
    width: 58.7%;
    max-width: 220px;
    padding-left: 0;
  }
}
.lp-mv__date-image {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.lp-mv__opening {
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font: italic 700 3rem rama-gothic-m, "Rama Gothic", sans-serif;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .lp-mv__opening {
    font-size: 1.5rem;
    left: 4%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.lp-mv__menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5rem;
  display: grid;
  row-gap: clamp(2rem, 1.7vw, 3.2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lp-mv__menu {
    display: none;
  }
}
.lp-mv__menu-link {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.lp-mv__menu-link::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  height: 100%;
  border-left: 5px solid #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp-mv__menu-link:hover {
  opacity: 0.6;
}
.lp-mv__menu-link:hover::after {
  opacity: 1;
}

.lp-vs__banner {
  width: 100%;
  height: 514px;
  background: #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-vs__banner {
    height: 620px;
  }
}
.lp-vs__banner-bg {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-vs__banner-deco {
  width: 49.6%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp-vs__banner-deco {
    display: none;
  }
}
.lp-vs__banner-text {
  height: 16rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 12px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .lp-vs__banner-text {
    left: calc(50% + 8px);
    height: 12rem;
  }
}
.lp-vs__banner-teams {
  width: 50.4%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 147.8px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .lp-vs__banner-teams {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-vs__banner-emblem {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-vs__banner-emblem--top {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-vs__banner-emblem--bot {
    margin-top: 3rem;
  }
}
.lp-vs__sponsor {
  width: 100%;
  height: 103px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-vs__sponsor {
    height: initial;
    padding-block: 3.2rem;
  }
}
.lp-vs__sponsor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .lp-vs__sponsor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }
}
.lp-vs__sponsor-present {
  font: italic 700 6.5rem rama-gothic-m, "Rama Gothic", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-vs__sponsor-present {
    display: block;
    text-align: center;
    font-size: 3.6rem;
  }
}
.lp-vs__sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-vs__sponsor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lp-message {
  width: 100%;
  position: relative;
  background: #000 no-repeat center/cover;
  background-image: url("/files/user/static/asset/images/special/2024/openinggame/lp/message-bg.webp"), url("/files/user/static/asset/images/special/2024/openinggame/lp/message-bg.jpg");
  z-index: 1;
  padding-block: clamp(300px, 32vw, 600px) clamp(100px, 13.5vw, 258px);
}
@media screen and (max-width: 767px) {
  .lp-message {
    padding-block: clamp(260px, 66vw, 500px) clamp(331px, 30vw, 331px);
    background-image: url("/files/user/static/asset/images/special/2024/openinggame/lp/message-bg-sp.webp"), url("/files/user/static/asset/images/special/2024/openinggame/lp/message-bg-sp.jpg");
    background-position: top;
  }
}
.lp-message__title {
  color: #fff;
  font-style: italic;
  font-weight: 800;
  font-size: 11.5rem;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .lp-message__title {
    font-size: max(8rem, min(7vw, 11.5rem));
    font-size: clamp(8rem, 7vw, 11.5rem);
    white-space: initial;
  }
}
@media screen and (max-width: 767px) {
  .lp-message__title {
    font-size: 4rem;
    text-align: left;
    letter-spacing: 0;
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-message__title span {
    line-height: 1.2;
  }
}
.lp-message__text {
  margin-top: 6%;
  font-size: 3.5rem;
  line-height: 2.5;
  font-style: italic;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-message__text {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.lp-message__logo {
  width: 113px;
  margin-top: clamp(10rem, 11vw, 20rem);
}
@media screen and (max-width: 767px) {
  .lp-message__logo {
    margin-top: 5rem;
    width: 56px;
  }
}

.lp-schedule {
  padding-block: 10rem;
  background: #0a1737;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-schedule {
    padding-block: 8rem;
  }
}
.lp-schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  aspect-ratio: 1/1;
  background: url("/files/user/static/asset/images/special/2024/openinggame/lp/schedule-deco.svg") no-repeat right/100%;
  z-index: -1;
}
.lp-schedule__head {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-schedule__head {
    margin-bottom: 5rem;
  }
}
.lp-schedule__head .title {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.lp-schedule__head .title__sub {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp-schedule__head .title__sub {
    margin-bottom: 0;
  }
}
.lp-schedule__game {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media screen and (max-width: 767px) {
  .lp-schedule__game {
    grid-template-columns: 1fr;
  }
}
.lp-schedule__game-col {
  background: #fff;
}
.lp-schedule__game-col--dark {
  background: #efefef;
}
.lp-schedule__game-col--dark .lp-schedule__game-heading {
  color: #007694;
}
.lp-schedule__game-col--dark .lp-schedule__game-heading::before, .lp-schedule__game-col--dark .lp-schedule__game-heading::after {
  background: #efefef;
}
.lp-schedule__game-col--dark .lp-schedule__game-image::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 146, 146, 0.2)), to(#1c9a9a));
  background: linear-gradient(to right, rgba(0, 146, 146, 0.2), #1c9a9a);
}
.lp-schedule__game-col--dark .lp-schedule__game-blink span::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(0, 146, 146, 0.2)));
  background: linear-gradient(transparent 60%, rgba(0, 146, 146, 0.2) 60%);
}
.lp-schedule__game-banner {
  width: 100%;
  height: 200px;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-right: 8.8%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-banner {
    height: initial;
    aspect-ratio: 30/14;
    padding-top: 1rem;
    padding-right: 2.6rem;
  }
}
.lp-schedule__game-heading {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
  color: #2159dc;
  font: italic 700 4.5rem/1 rama-gothic-m, "Rama Gothic", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-heading {
    height: 50px;
    padding-left: 2.7rem;
    font-size: 3rem;
  }
}
.lp-schedule__game-heading::before, .lp-schedule__game-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  z-index: -1;
}
.lp-schedule__game-heading::before {
  width: 100%;
  height: 20px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-heading::before {
    height: 10px;
  }
}
.lp-schedule__game-heading::after {
  width: 277.5px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 66.67% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 66.67% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-heading::after {
    width: 185px;
  }
}
.lp-schedule__game-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp-schedule__game-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 85, 197, 0.2)), to(#003fac));
  background: linear-gradient(to right, rgba(20, 85, 197, 0.2), #003fac);
  width: 100%;
  height: 100%;
}
.lp-schedule__game-date {
  width: 100%;
  font: italic 700 clamp(14rem, 16rem + 1vw, 18rem) rama-gothic-m, "Rama Gothic", sans-serif;
  line-height: 1em;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .lp-schedule__game-date {
    font: italic 700 clamp(12rem, 8rem + 1vw, 18rem) rama-gothic-m, "Rama Gothic", sans-serif;
  }
}
@media screen and (max-width: 980px) {
  .lp-schedule__game-date {
    font-size: 9rem;
  }
}
.lp-schedule__game-day {
  font: italic 700 12rem/1 rama-gothic-m, "Rama Gothic", sans-serif;
  color: #fff;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .lp-schedule__game-day {
    font-size: max(10rem, min(8rem + 1vw, 12rem));
    font-size: clamp(10rem, 8rem + 1vw, 12rem);
  }
}
@media screen and (max-width: 980px) {
  .lp-schedule__game-day {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-day {
    margin-left: 1rem;
  }
}
.lp-schedule__game-info {
  padding: 4rem 4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-info {
    padding: 2.4rem 2.6rem 2.4rem 1.6rem;
  }
}
.lp-schedule__game-button, .lp-schedule__game-dl {
  max-width: 560px;
  margin: 0 auto;
}
.lp-schedule__game-links {
  width: 100%;
  max-width: 560px;
  margin: 2.3rem auto 0;
  display: grid;
  grid-template-columns: 44.64% 42.86%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.36%;
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-links {
    max-width: 210px;
    margin-top: 2.7rem;
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.lp-schedule__game-blink {
  display: grid;
  grid-template-rows: 12rem 1fr;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-schedule__game-blink {
    grid-template-rows: initial;
    font-size: 1.8rem;
  }
}
.lp-schedule__game-blink img {
  width: 100%;
}
.lp-schedule__game-blink span {
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lp-schedule__game-blink span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(20, 85, 197, 0.2)));
  background: linear-gradient(transparent 60%, rgba(20, 85, 197, 0.2) 60%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
}
.lp-schedule__game-blink:hover span::after {
  max-height: 50px;
}
.lp-schedule__dl {
  max-width: 100%;
}
.lp-schedule__dl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-schedule__dl-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.lp-schedule__dl-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.lp-schedule__dl-label {
  width: 12rem;
  height: 40px;
  border-radius: 20px;
  background: #1e1e1e;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-schedule__dl-label {
    width: 9rem;
    height: 30px;
    border-radius: 15px;
    font-size: 1.4rem;
  }
}
.lp-schedule__dl-label--light {
  background: #efefef;
  color: #1e1e1e;
}
.lp-schedule__dl-label--open {
  letter-spacing: 0.3em;
}
.lp-schedule__dl-time {
  text-align: right;
}
.lp-schedule__game-dl {
  max-width: 560px;
}
.lp-schedule__game-dl .lp-schedule__dl-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-schedule__time {
  font: italic 700 8rem/1 rama-gothic-m, "Rama Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-schedule__time {
    font-size: 6rem;
  }
}
.lp-schedule__time--tba {
  font: normal 700 2.5rem "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Hiragino Sans", "YuGothic", "Arial", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-schedule__time--tba {
    font-size: 1.8rem;
  }
}
.lp-schedule__dl-data {
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .lp-schedule__dl-data {
    width: 100%;
    font-size: 1.8rem;
  }
}
.lp-schedule__venue {
  background: #1e1e1e;
  padding: 0 4rem 4.6rem;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-schedule__venue {
    padding: 0 1.6rem 1rem;
  }
}
.lp-schedule__venue::before, .lp-schedule__venue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2159dc;
}
.lp-schedule__venue::before {
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .lp-schedule__venue::before {
    height: 10px;
  }
}
.lp-schedule__venue::after {
  width: 83.87%;
  height: 46px;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .lp-schedule__venue::after {
    width: 61.26%;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 67.57% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 67.57% 0, 100% 100%, 0 100%);
  }
}
.lp-schedule__venue-content {
  width: 100%;
  height: 88px;
  max-width: 1244px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp-schedule__venue-content {
    height: initial;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp-schedule__venue-dl {
    padding-block: 2.7rem;
  }
}
.lp-schedule__venue-map {
  display: inline-block;
  font: italic 700 2.5rem/1 rama-gothic-m, "Rama Gothic", sans-serif;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp-schedule__venue-map {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 4rem;
    margin-left: auto;
    padding-block: 5px 15px;
    font-size: 2rem;
  }
}
.lp-schedule__venue-map::after {
  content: "";
  display: inline-block;
  width: 1.74rem;
  aspect-ratio: 1/1;
  background: url("/files/user/static/asset/images/special/2024/openinggame/icons/external.svg") no-repeat center/contain;
  margin-left: 13px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.lp-schedule__venue-map:hover {
  letter-spacing: 0.02em;
}
.lp-schedule__venue-map:hover::after {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-schedule__venue-map:hover::after {
    margin-left: initial;
  }
}

.lp-highlights {
  background: #000;
}
.lp-highlights__video {
  width: 100%;
  height: 100svh;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp-highlights__video {
    height: initial;
    aspect-ratio: 375/211;
  }
}
.lp-highlights__video::after {
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #bebebe;
  mix-blend-mode: multiply;
}
.lp-highlights__video.played {
  cursor: initial;
}
.lp-highlights__video.played::after {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.lp-highlights__video:hover .lp-highlights__play {
  opacity: 0.8;
  letter-spacing: 0.05em;
}
.lp-highlights__video-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp-highlights__video-cover.hidden, .lp-highlights__play.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.lp-highlights__play {
  width: 144px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
  font: italic 700 5rem rama-gothic-m, "Rama Gothic", sans-serif;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp-highlights__play {
    font-size: 3rem;
    width: 7.8rem;
  }
}
.lp-highlights__play span {
  display: block;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .lp-highlights__play span {
    padding-right: 5px;
  }
}
.lp-highlights__play-button {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(252, 252, 252, 0.5);
  margin-bottom: 1.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-highlights__play-button {
    margin-bottom: 8px;
  }
}
.lp-highlights__play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 8.3rem;
  aspect-ratio: 1/1;
  background: url("/files/user/static/asset/images/special/2024/openinggame/lp/highlights-play.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .lp-highlights__play-button::after {
    width: 4.4rem;
  }
}

.lp-food__head, .lp-food__content {
  position: relative;
  padding-inline: 0;
  margin-inline: 0;
  max-width: 100%;
}
.lp-food__head-container {
  height: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .lp-food__head-container {
    height: 234px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 48px;
  }
}
.lp-food__head-container::before {
  content: "";
  background: url("/files/user/static/asset/images/special/2024/openinggame/lp/food-head-bg-pc.svg") no-repeat 55% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-food__head-container::before {
    background: url("/files/user/static/asset/images/special/2024/openinggame/lp/food-head-bg-sp.svg") no-repeat center/cover;
  }
}
.lp-food__title {
  color: #fcfcfc;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .lp-food__title {
    line-height: unset;
  }
}
.lp-food__banner {
  width: 100%;
  height: 400px;
  background: url("/files/user/static/asset/images/special/2024/openinggame/lp/food-banner.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lp-food__banner {
    height: 250px;
    background: url("/files/user/static/asset/images/special/2024/openinggame/lp/food-banner-sp.jpg") no-repeat center/cover;
  }
}
.lp-food__intro {
  background: #efefef;
  padding-block: 43px 41px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-food__intro {
    padding-block: 32px;
  }
}
.lp-food__intro-container {
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.9%;
}
@media screen and (max-width: 1024px) {
  .lp-food__intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 35px;
  }
}
.lp-food__intro-desc {
  display: block;
  color: #236380;
}
.lp-food__intro-desc.lg {
  font-size: clamp(3rem, 3.4rem + 1vw, 5rem);
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lp-food__intro-desc.lg {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.lp-food__intro-desc.md {
  font-size: clamp(2rem, 1.4rem + 1vw, 3rem);
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-food__intro-desc.md {
    font-size: 20px;
  }
}
.lp-food__tagline-block {
  margin-top: -202px;
}
@media screen and (max-width: 767px) {
  .lp-food__tagline-block {
    margin-top: -112px;
  }
}
.lp-food__tagline {
  color: #88c2c6;
  font: italic 700 10rem rama-gothic-m, "Rama Gothic", sans-serif;
  line-height: 0.85em;
}
@media screen and (max-width: 767px) {
  .lp-food__tagline {
    font-size: 60px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 375px) {
  .lp-food__tagline {
    font-size: clamp(4rem, 16vw, 6rem);
  }
}
.lp-food__stores {
  background: #236380;
  padding-block: 57px 131px;
}
@media screen and (max-width: 767px) {
  .lp-food__stores {
    padding-block: 41px 81px;
  }
}
.lp-food__stores-head {
  padding-bottom: 56px;
  max-width: 1190px;
}
@media screen and (max-width: 767px) {
  .lp-food__stores-head {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-food__stores-head {
    padding-bottom: 41px;
  }
}
.lp-food__stores-result-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}
@media screen and (max-width: 767px) {
  .lp-food__stores-result-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.lp-food__stores-result-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp-food__stores-result-row {
    gap: 15px;
  }
}
.lp-food__stores-categ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  background: #fcfcfc;
  color: #1e1e1e;
  font-size: 2rem;
  font-weight: 700;
  padding-inline: 40px;
  border: 1px solid #fff;
  border-radius: 23px;
}
@media screen and (max-width: 767px) {
  .lp-food__stores-categ {
    font-size: 14px;
    height: 31px;
    padding-inline: 20px;
  }
}
.lp-food__stores-result {
  color: #fcfcfc;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-food__stores-result {
    font-size: 20px;
  }
}
.lp-food__stores-item {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lp-food__stores-item.is-active, .lp-food__stores-item.is-prev, .lp-food__stores-item.is-next {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .lp-food__stores-item.is-active, .lp-food__stores-item.is-prev, .lp-food__stores-item.is-next {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1200px) {
  .lp-food__stores-item.is-active {
    opacity: 1;
  }
}
.lp-food__stores-item:hover {
  opacity: 1;
}
.lp-food__stores-image {
  width: 100%;
  max-width: 350px;
  height: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .lp-food__stores-image {
    max-width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .lp-food__stores-image {
    max-width: 210px;
    height: 210px;
  }
}
.lp-food__stores-info {
  color: #fcfcfc;
  margin-top: 17px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-food__stores-info {
    margin-top: 15px;
  }
}
.lp-food__name {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .lp-food__name {
    font-size: 16px;
  }
}
.lp-food__price, .lp-food__store {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lp-food__price, .lp-food__store {
    font-size: 14px;
  }
}
.lp-food__price {
  margin-bottom: 10px;
}
.lp-food__store-prev, .lp-food__store-next {
  top: 35%;
  width: 80px;
  height: 80px;
  background: #fcfcfc;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lp-food__store-prev, .lp-food__store-next {
    width: 52px;
    height: 52px;
  }
}
.lp-food__store-prev svg, .lp-food__store-next svg {
  fill: #1e1e1e;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .lp-food__store-prev svg, .lp-food__store-next svg {
    width: 13px;
    height: 13px;
  }
}
.lp-food__store-prev {
  left: 14.47%;
}
@media screen and (max-width: 1600px) {
  .lp-food__store-prev {
    left: 12.47%;
  }
}
@media screen and (max-width: 767px) {
  .lp-food__store-prev {
    left: 9.86%;
  }
}
.lp-food__store-next {
  right: 14.47%;
}
@media screen and (max-width: 1600px) {
  .lp-food__store-next {
    right: 12.47%;
  }
}
@media screen and (max-width: 767px) {
  .lp-food__store-next {
    right: 9.86%;
  }
}

.lp-ticket {
  position: relative;
  padding: 50px 50px 0;
  background: #0d1527;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-ticket {
    padding: 35px 9.73% 0;
  }
}
.lp-ticket::before, .lp-ticket::after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  border-radius: 5px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-ticket::before, .lp-ticket::after {
    top: 3.6rem;
    left: 9.73%;
    width: 80.54%;
    height: calc(100% - 3.6rem);
  }
}
.lp-ticket::before {
  background: url("/files/user/static/asset/images/special/2024/openinggame/lp/tickets-bg.jpg") no-repeat center/cover;
}
.lp-ticket::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 114, 168, 0.2)), to(#13305b));
  background: linear-gradient(180deg, rgba(75, 114, 168, 0.2) 0%, #13305b 100%);
  mix-blend-mode: multiply;
}
.lp-ticket__wrapper {
  padding-block: 17.75rem;
  display: grid;
  grid-template: "head links" "cont links" 1fr/1fr 35%;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-inline: 50px;
  margin-inline: auto;
  max-width: 1464px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-ticket__wrapper {
    max-width: 100%;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .lp-ticket__wrapper {
    grid-template-columns: 1fr 25%;
  }
}
@media screen and (max-width: 1200px) {
  .lp-ticket__wrapper {
    max-width: 760px;
    margin: 0 auto;
    grid-template: "head" "cont" "links"/1fr;
    padding-inline: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-ticket__wrapper {
    padding: 5.6rem 1.4rem;
  }
}
.lp-ticket__head {
  width: 100%;
  grid-area: head;
}
.lp-ticket__content {
  width: 100%;
  grid-area: cont;
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .lp-ticket__content {
    margin-block: 4.8rem;
  }
}
.lp-ticket__slogan {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1366px) {
  .lp-ticket__slogan {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-ticket__slogan {
    font-size: 2.1rem;
  }
}
.lp-ticket__button {
  max-width: 674px;
  margin-top: 5.6rem;
}
@media screen and (max-width: 1000px) {
  .lp-ticket__button {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-ticket__button {
    margin-top: 3.2rem;
  }
}
.lp-ticket__links {
  grid-area: links;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 27.12%;
  border-left: 1px solid #fff;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .lp-ticket__links {
    width: 100%;
    padding-left: initial;
    border-left: initial;
    border-top: 1px solid #fff;
    padding-top: 4.8rem;
    height: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-ticket__links {
    gap: 1.6rem;
  }
}
.lp-ticket__blink {
  width: 348px;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .lp-ticket__blink {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-ticket__blink {
    max-width: 210px;
    font-size: 1.8rem;
  }
}
.lp-ticket__blink img {
  width: 100%;
  margin-bottom: 8px;
}
.lp-ticket__blink span {
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lp-ticket__blink span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.3) 60%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
}
.lp-ticket__blink:hover span::after {
  max-height: 50px;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
