* {
  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;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #131414;
  letter-spacing: 0.03em;
  scroll-behavior: smooth;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

.main {
  overflow: hidden;
}

.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;
}

.button {
  z-index: 9;
  position: relative;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: #fff;
}
.button::before {
  content: "";
  position: absolute;
  max-width: calc(50% + 2px);
  width: 100%;
  height: 100%;
  background: #d00419;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button::after {
  content: "";
  position: absolute;
  max-width: calc(50% + 2px);
  width: 100%;
  height: 100%;
  background: #d00419;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:hover .button__txt {
  color: #d00419;
}
.button:hover .button__txt span::after {
  background-image: url("./public/img/arrow-right-red.svg");
}
.button:hover::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #d00419;
  top: 0;
  right: 0;
}
.button:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #d00419;
  top: 0;
  left: 0;
}
.button__txt {
  display: inline-block;
  color: #fff;
  width: 320px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #d00419;
  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;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .button__txt {
    width: 240px;
    height: 60px;
    font-size: 16px;
  }
}
.button__txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  border-bottom: 2px solid #d00419;
  border-right: 2px solid #d00419;
}
.button span {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  padding-right: 34px;
  position: relative;
}
.button span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("./public/img/arrow-right.svg") no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .button span::after {
    width: 8px;
    height: 15px;
  }
}
.button--blue::before, .button--blue::after {
  background: #00abe6;
}
.button--blue:hover .button__txt {
  color: #00abe6;
}
.button--blue:hover .button__txt span::after {
  background-image: url("./public/img/arrow-right-blue.svg");
}
.button--blue:hover::before, .button--blue:hover::after {
  background: #00abe6;
}
.button--blue .button__txt {
  border: 1px solid #00abe6;
}
.button--blue .button__txt::after {
  border-color: #00abe6;
}
.button .lp-lower__seating-new-wrap {
  -webkit-clip-path: polygon(2px 0, 100% 0%, calc(100% - 2px) 100%, 0% 100%);
          clip-path: polygon(2px 0, 100% 0%, calc(100% - 2px) 100%, 0% 100%);
}
.button .lp-lower__seating-new-test {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.title {
  color: #131414;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.title__en {
  font: 700 5rem "Oswald", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: 36px;
  }
}
.title__jp {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: 22px;
  }
}
.title--white {
  color: #fff;
}

.header {
  width: 100%;
  background: #131414;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 980px) {
  .header {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__container {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__menu-container {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2946cc;
    color: #fff;
  }
}
.header__menu {
  padding-top: 8px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header__menu-line-wrap {
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__menu-line-wrap span {
  display: block;
  width: 100%;
  height: 2.5px;
  background: #fff;
  margin-bottom: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__menu-line-wrap span:last-child {
  margin: 0;
}
.header__menu-line-wrap--active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
}
.header__menu-line-wrap--active span {
  width: 20px;
}
.header__menu-line-wrap--active span:nth-child(1) {
  -webkit-transform: rotate(90deg) translateX(2px);
          transform: rotate(90deg) translateX(2px);
  margin: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__menu-line-wrap--active span:nth-child(3) {
  display: none;
}
.header__menu-txt {
  font: 700 1.4rem "Oswald", sans-serif;
}
.header__logo-wrap {
  height: 80px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__logo-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .header__logo-wrap {
    width: 173px;
    height: 40px;
    margin: 0;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 980px) {
  .header__logo-img {
    width: 163px;
    height: 40px;
    margin: 0;
  }
}
.header__logo {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__application-btn {
  display: block;
  background-color: #d00419;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding-inline: 14px 20px;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #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: 980px) {
  .header__application-btn {
    display: none;
    width: 240px;
    margin: 0 auto;
    font-size: 1.1rem;
  }
}
.header__application-btn:last-of-type {
  margin-left: 20px;
}
@media screen and (max-width: 980px) {
  .header__application-btn:last-of-type {
    margin: 20px auto 0;
  }
}
.header__application-btn span {
  padding-left: 24px;
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.header__application-btn span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("./public/img/save_fill.svg") no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav {
  background: #fff;
  height: 50px;
  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: 980px) {
  .header__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: transparent;
    right: 0;
    top: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 980px) {
  .header__nav--active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #616161;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 980px) {
  .header__nav--tab980 {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.header__nav-container--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  margin: 0 auto;
  max-width: calc(1300px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__nav-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px;
  }
}
.header__nav-item {
  border-right: 1px solid #cecece;
  width: 100%;
  height: 50px;
  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: 980px) {
  .header__nav-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid #cecece;
  }
}
.header__nav-link {
  font-size: 14px;
  width: 100%;
  height: 100%;
  font-weight: 700;
  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: 980px) {
  .header__nav-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer {
  width: 100%;
  height: 206px;
  background: #131414;
}
@media screen and (max-width: 767px) {
  .footer {
    height: auto;
    padding: 40px;
  }
}
.footer__container {
  height: 100%;
  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;
  gap: 40px;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  color: #b8b8b8;
}
@media screen and (max-width: 980px) {
  .footer__copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 40px;
  }
}
.footer__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 980px) {
  .footer__link-wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__link {
  font-size: 1.6rem;
  letter-spacing: 0.03;
}
@media screen and (max-width: 980px) {
  .footer__link {
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    text-align: center;
    font-size: 13px;
  }
}

.lp__mv {
  width: 100%;
  height: 100%;
  max-height: 970px;
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .lp__mv {
    padding-top: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv {
    height: 100%;
  }
}
.lp__page-top {
  cursor: pointer;
  font: 700 2rem "Oswald", sans-serif;
  position: fixed;
  bottom: 60px;
  right: 25px;
  color: #fff;
  z-index: 999;
}
.lp__mv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__signup {
  background: -webkit-gradient(linear, left top, left bottom, from(#0e0e11), to(#212634));
  background: linear-gradient(#0e0e11, #212634);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .lp__signup {
    padding: 40px 0 64px;
  }
}
.lp__signup-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lp__signup-container {
    padding-bottom: 64px;
  }
}
.lp__signup-img-container {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 86px 0 58px;
  }
}
.lp__signup-img-left-side, .lp__signup-img-right-side {
  width: 23.96%;
  position: relative;
}
.lp__signup-img-left-side {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-left-side {
    width: 100%;
    height: 120px;
    margin-bottom: 55px;
  }
}
.lp__signup-img-left-side::before {
  content: "";
  position: absolute;
  width: 27.17%;
  height: 31px;
  background: #d00419;
  bottom: 75px;
  left: -62px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (max-width: 767px) {
  .lp__signup-img-left-side::before {
    bottom: -34px;
    height: 23px;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .lp__signup-img-left-side::after {
    content: "";
    position: absolute;
    height: 23px;
    width: 25%;
    background: #d00419;
    bottom: -7px;
    right: -31px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
  }
}
.lp__signup-img-left-side > .lp__signup-img-block:nth-child(1) {
  width: 93.48%;
  position: absolute;
  top: -32px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-left-side > .lp__signup-img-block:nth-child(1) {
    width: 52%;
    height: 100%;
    top: 0;
    left: -26px;
  }
}
.lp__signup-img-left-side > .lp__signup-img-block:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 36.52%;
  height: 42px;
  background: #d00419;
  top: -26px;
  right: 40px;
  z-index: 9;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (max-width: 767px) {
  .lp__signup-img-left-side > .lp__signup-img-block:nth-child(1)::before {
    width: 39.5%;
    height: 20px;
    top: -12px;
    right: 16px;
  }
}
.lp__signup-img-left-side > .lp__signup-img-block:nth-child(2) {
  width: 54.35%;
  position: absolute;
  right: 83px;
  bottom: -76px;
}
.lp__signup-img-left-side > .lp__signup-img-block:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 34.4%;
  height: 21px;
  background: #d00419;
  bottom: -12px;
  left: 8px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  z-index: 9;
}
.lp__signup-img-center {
  position: relative;
  width: 52.08%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-center {
    width: 100%;
  }
}
.lp__signup-img-center::before {
  content: "";
  position: absolute;
  width: 72.8%;
  height: 31px;
  background: url("./public/img/lp/red-shape-icon01.svg") no-repeat;
  background-size: 100%;
  top: -8px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-center::before {
    width: 80%;
    height: 16px;
    top: -5px;
  }
}
.lp__signup-img-center::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  right: 0;
  background: #ba0114;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-center::after {
    height: 8px;
  }
}
.lp__signup-img-right-side {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side {
    width: 100%;
    height: 190px;
  }
}
.lp__signup-img-right-side::before {
  content: "";
  position: absolute;
  width: 27.17%;
  height: 31px;
  background: #d00419;
  top: -16px;
  left: 33.26%;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side::before {
    display: none;
  }
}
.lp__signup-img-right-side .lp__signup-img-block {
  width: 97.83%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 90px;
  left: 54px;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side .lp__signup-img-block {
    height: 90px;
    width: 39.73%;
    left: -19px;
    top: 32px;
  }
}
.lp__signup-img-right-side .lp__signup-img-block::before {
  content: "";
  position: absolute;
  width: 36.52%;
  height: 42px;
  background: #d00419;
  top: -22px;
  right: 10px;
  z-index: 9;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side .lp__signup-img-block::before {
    width: 33.56%;
    height: 13px;
    top: unset;
    right: unset;
    bottom: -7px;
    left: 0;
  }
}
.lp__signup-img-right-side .lp__signup-img-block::after {
  content: "";
  position: absolute;
  width: 68.48%;
  height: 65px;
  background: url("./public/img/lp/red-shape-icon02.svg") no-repeat;
  background-size: 100% 100%;
  bottom: -34px;
  left: -22px;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side .lp__signup-img-block::after {
    display: none;
    bottom: -34px;
    left: -22px;
  }
}
.lp__signup-img-right-side .lp__signup-img-block:nth-child(1) {
  bottom: 0;
  right: -43px;
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side .lp__signup-img-block:nth-child(1) {
    left: unset;
    top: unset;
    height: 115px;
    width: 52%;
    right: -33px;
  }
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side .lp__signup-img-block:nth-child(1)::before {
    height: 17px;
    bottom: unset;
    left: unset;
    top: -10px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp__signup-img-right-side .lp__signup-img-block:nth-child(1)::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 69.23;
    height: 28px;
    left: -9px;
    bottom: -18px;
  }
}
.lp__signup-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__signup-img-txt {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.48em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp__signup-img-txt {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__signup-img-txt {
    font-size: 32px;
    line-height: 1.46875em;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.lp__signup-desc-txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.2em;
  text-align: center;
  margin-top: -31px;
}
@media screen and (max-width: 767px) {
  .lp__signup-desc-txt {
    margin-top: 0;
    font-size: 16px;
    line-height: 2.25em;
    padding: 0 30px;
  }
}
.lp__features {
  padding: 0 40px;
  counter-reset: point;
}
@media screen and (max-width: 767px) {
  .lp__features {
    padding: 0;
  }
}
.lp__features-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lp__features-heading {
    padding-bottom: 31px;
  }
}
.lp__features-content {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.lp__features-content::before {
  content: "";
  position: absolute;
  width: 86%;
  height: 412px;
  background: -webkit-gradient(linear, left top, right top, from(#00abe6), to(#2172dc));
  background: linear-gradient(to right, #00abe6 0%, #2172dc 100%);
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-15deg);
          transform: translateX(-50%) skew(-15deg);
}
@media screen and (max-width: 767px) {
  .lp__features-content::before {
    -webkit-transform: none;
            transform: none;
    top: -94px;
    left: 0;
    width: 100%;
    height: 250px;
  }
}
.lp__features-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lp__features-list-container {
    padding: 0 20px 20px;
  }
}
.lp__features-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__features-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__features-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  counter-increment: point;
}
@media screen and (max-width: 1366px) {
  .lp__features-item {
    max-width: unset;
    min-height: 584px;
  }
}
@media screen and (max-width: 767px) {
  .lp__features-item {
    min-height: 363px;
  }
}
.lp__features-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #616161;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .lp__features-item--w1366 {
    display: none;
  }
}
.lp__features-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__feature-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px 56px;
  z-index: 9;
}
@media screen and (max-width: 980px) {
  .lp__feature-item-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp__feature-item-wrap {
    padding: 40px 20px;
  }
}
.lp__feature-item-wrap--pt3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp__feature-item-wrap--pt3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__feature-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  max-width: 488px;
  width: 100%;
}
.lp__features-item-no {
  font: 700 5rem "Oswald", sans-serif;
  color: #00abe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .lp__features-item-no {
    font-size: 36px;
  }
}
.lp__features-item-no::after {
  content: counter(point);
  display: block;
  height: 72px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #00abe6;
  color: #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;
}
.lp__features-item-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5555555556em;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .lp__features-item-title {
    font-size: 28px;
    margin: 16px 0 23px;
  }
}
.lp__features-item-dec {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8333333333em;
}
@media screen and (max-width: 767px) {
  .lp__features-item-dec {
    font-size: 18px;
  }
}
.lp__features-grid-img.neck {
  max-width: 40px;
}
.lp__features-item-dec span {
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #d60017;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .lp__features-item-dec span {
    font-size: 24px;
  }
}
.lp__features-ticket-sold {
  display: block;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5555555556em;
  text-align: center;
  margin: 80px 0 14px;
}
@media screen and (max-width: 767px) {
  .lp__features-ticket-sold {
    font-size: 28px;
    margin: 64px 0 23px;
    padding: 0 10px;
  }
}
.lp__features-txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8666666667em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__features-txt {
    font-size: 18px;
    padding: 0 10px;
  }
}
.lp__features-txt span {
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .lp__features-txt span {
    font-size: 24px;
  }
}
.lp__features-benifit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-block: auto;
  gap: 30px;
}
.lp__features-benifit-item {
  background: #fff;
  color: #2e2e2e;
  padding: 24px 24px 16px;
  border-radius: 3px;
  max-height: 162px;
  max-width: 488px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__features-benifit-item {
    padding: 24px 16px 16px;
    min-height: unset;
    max-height: 100%;
  }
}
.lp__features-benifit-title {
  background: -webkit-gradient(linear, left top, right top, from(#00abe6), to(#2172dc));
  background: linear-gradient(to right, #00abe6 0%, #2172dc 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 15px;
  height: 35px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-clip-path: polygon(15px 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
          clip-path: polygon(15px 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  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__features-benifit-title {
    height: 30px;
  }
}
.lp__features-benifit-title span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp__features-benifit-title span {
    font-size: 13px;
  }
}
.lp__features-benifit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .lp__features-benifit-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}
.lp__features-benifit-block.h100 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp__features-grid-img {
    margin: 0 auto;
  }
}
.lp__features-grid-img--w100 {
  width: 100%;
}
.lp__features-block-img-wrap {
  min-width: 155px;
}
@media screen and (max-width: 767px) {
  .lp__features-block-img-wrap {
    min-width: 0;
    width: 155px;
    text-align: center;
  }
}
.lp__features-block-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp__features-block-note {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lp__features-block-note {
    width: 100%;
  }
}
.lp__features-block-note--fs14 {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp__features-block-note--fs14 {
    font-size: 12px;
  }
}
.lp__features-block-note.abs {
  position: absolute;
  bottom: 10px;
  right: 17px;
  max-width: 175px;
}
@media screen and (max-width: 767px) {
  .lp__features-block-note.abs {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: unset;
  }
}
.lp__features-block-desc {
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .lp__features-block-desc {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.lp__features-block-desc--mb16 {
  margin-bottom: 16px;
}
.lp__features-block-desc--mb28 {
  margin-bottom: 28px;
}
.lp__features-block-desc--mb23 {
  margin-bottom: 10px;
}
.lp__features-block-desc--mb52 {
  margin-bottom: 52px;
}
.lp__features-block-desc--mb30 {
  margin-bottom: 30px;
}
.lp__features-grid {
  max-width: 1200px;
  margin: 80px auto 0;
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 980px) {
  .lp__features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp__features-grid {
    display: grid;
    gap: 7px;
    margin-top: 64px;
    padding: 0 10px;
  }
}
.lp__features-grid-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 12px 15px;
  width: 100%;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__features-grid-block {
    padding: 12px;
  }
}
.lp__features-grid-block.new::before {
  content: "";
  height: 59px;
  width: 59px;
  display: block;
  top: -1px;
  left: -1px;
  position: absolute;
  background: url("./public/img/lp/new.png") no-repeat;
  background-size: contain;
}
.lp__features-block-label {
  font-size: 2rem;
  font-weight: 700;
  background: #2946cc;
  color: #fff;
  width: 102px;
  height: 35px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  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__features-block-label {
    font-size: 16px;
    width: 68px;
    height: 30px;
  }
}
.lp__features-block-label span {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.lp__features-block-title {
  color: #2946cc;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .lp__features-block-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lp__features-block-title span {
    font-size: 14px;
  }
}
.lp__banner {
  width: 100%;
  height: 600px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .lp__banner {
    height: 590px;
    padding: 20px 0;
  }
}
.lp__banner-container {
  width: 100%;
  height: 550px;
  background-color: #0b0d16;
  overflow: hidden;
  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;
}
.lp__banner-title {
  position: absolute !important;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .lp__banner-title {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.lp__banner-title-en {
  display: block;
  font: 700 3.6rem "Oswald", sans-serif;
  line-height: 1.5555555556em;
  color: #d00419;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .lp__banner-title-en {
    font-size: 28px;
    line-height: 1.5714285714em;
    margin-bottom: 22px;
  }
}
.lp__banner-slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .lp__banner-slide-container {
    gap: 32px;
  }
}
.lp__banner-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 2000px;
  -webkit-animation: marquee 20s linear infinite forwards;
          animation: marquee 20s linear infinite forwards;
}
@media screen and (max-width: 767px) {
  .lp__banner-slide {
    gap: 16px;
  }
}
.lp__banner-slide--reverse {
  -webkit-animation: marquee-rvs 24s linear infinite forwards;
          animation: marquee-rvs 24s linear infinite forwards;
}
.lp__banner-slide-img {
  width: 400px;
  height: 260px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .lp__banner-slide-img {
    width: 310px;
    height: 200px;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes marquee-rvs {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@keyframes marquee-rvs {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
.lp__banner-title-jp {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4714285714em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp__banner-title-jp {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-title-jp {
    font-size: 40px;
  }
}
.lp__contact-banner {
  padding: 24px 0 15px;
  background: #f1f1f1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__contact-banner {
    padding: 20px 0;
  }
}
.lp__contact-banner-container {
  width: 100%;
  height: 100%;
  max-height: 752px;
  background: url("./public/img/lp/contact-banner1.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .lp__contact-banner-container {
    max-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .lp__contact-banner-container {
    background-image: url("./public/img/lp/contact-banner1-sp.jpg");
  }
}
.lp__contact-banner-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #27415b;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
.lp__contact-shape-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}
.lp__contact-shape-wrap img:nth-child(1) {
  width: 127px;
  height: 44px;
  position: absolute;
  left: 60px;
  top: -7px;
}
.lp__contact-shape-wrap img:nth-child(2) {
  width: 273px;
  height: 63px;
  position: absolute;
  right: 55px;
  top: -17px;
}
.lp__contact-shape-wrap::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 16px;
  background: #f1f1f1;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  left: -21px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .lp__contact-shape-wrap::before {
    width: 112%;
    height: 29px;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("./public/img/lp/grey-shape-icon-sp.svg") no-repeat;
    background-size: 100% 100%;
  }
}
.lp__contact-shape-wrap::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 25px;
  background: #f1f1f1;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  right: -45px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .lp__contact-shape-wrap::after {
    display: none;
  }
}
.lp__contact-banner-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp__contact-banner-wrap {
    padding-top: 64px;
  }
}
.lp__contact-inquiry-wrap {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  margin-top: 76px;
  color: #fff;
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-bottom: 20px;
}
@media screen and (max-width: 1090px) {
  .lp__contact-inquiry-wrap {
    height: 100%;
    margin-top: 0;
    padding: 0 20px 64px;
  }
}
.lp__contact-inquiry-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #656565;
  mix-blend-mode: multiply;
  z-index: 1;
}
.lp__contact-inquiry-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 64px 0 40px;
  padding-bottom: 23px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .lp__contact-inquiry-title {
    font-size: 2.6rem;
    line-height: 1.6923076923em;
    text-align: center;
    margin: 50px 0 24px;
    padding-bottom: 15px;
  }
}
.lp__contact-inquiry-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp__contact-inquiry-title::after {
    width: 60px;
  }
}
.lp__contact-tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  z-index: 9;
  margin-top: 42px;
}
.lp__contact-tel-txt {
  font: 700 3.6rem "Oswald", sans-serif;
  line-height: 1.4722222222em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp__contact-tel-txt {
    font-size: 26px;
    padding-bottom: 5px;
  }
}
.lp__contact-tel-no {
  font: 700 5rem "Oswald", sans-serif;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .lp__contact-tel-no {
    font-size: 36px;
  }
}
.lp__contact-sched-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.lp__contact-sched-label {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #fff;
  line-height: 1.25em;
  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__contact-sched-label {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
}
.lp__contact-sched-time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}
.lp__contact-sched-time {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp__contact-sched-time {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .lp .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.lp .img-animation {
  overflow: hidden;
  position: relative;
}
.lp .img-animation::before {
  -webkit-animation: img-animation 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.lp .img-animation--2::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lp .img-animation--3::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.lp .img-animation--4::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.lp .img-animation--5::before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes img-animation {
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
.lp__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .lp__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lp__flex.mt {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .lp__flex.mt {
    margin-top: 20px;
  }
}

.lp-lower {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-lower__container {
  max-width: 1000px;
  margin: 0 auto;
}
.lp-lower__btn-wrap {
  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;
  gap: 70px;
  height: 100%;
  padding: 20px 0 40px;
}
@media screen and (max-width: 1090px) {
  .lp-lower__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.lp-lower__btn-wrap.ctc {
  height: 100%;
}
.lp-lower__button {
  width: 328px;
}
@media screen and (max-width: 767px) {
  .lp-lower__button {
    width: unset;
  }
}
.lp-lower__title-wrap {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lp-lower__schedule-title-wrap {
  width: 100%;
}
.lp-lower__heading {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__heading {
    font-size: 26px;
  }
}
.lp-lower__heading::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 3px;
  background-color: #2946cc;
}
@media screen and (max-width: 767px) {
  .lp-lower__heading::before {
    bottom: -15px;
    width: 60px;
  }
}
.lp-lower__heading--color-00::before {
  background-color: #00abe6;
}
.lp-lower__title {
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .lp-lower__title {
    font-size: 36px;
  }
}
.lp-lower__subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__subtitle {
    font-size: 22px;
  }
}
.lp-lower__seating-plan {
  background-color: #f1f1f1;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-plan {
    padding-bottom: 20px;
  }
}
.lp-lower__seating-charts {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px 20px;
}
@media screen and (max-width: 1090px) {
  .lp-lower__seating-charts {
    grid-template-columns: 1fr;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-charts {
    margin-top: 30px;
  }
}
.lp-lower__seating-charts > .lp-lower__seating-chart-block {
  min-height: 160px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-charts > .lp-lower__seating-chart-block {
    min-height: 110px;
  }
}
.lp-lower__seating-charts-col {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 32%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1090px) {
  .lp-lower__seating-charts-col {
    gap: 26px 11px;
    grid-template-columns: 1fr;
    padding: 0 4%;
  }
}
.lp-lower__seating-charts-col > .lp-lower__seating-chart-block {
  min-height: 130px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-charts-col > .lp-lower__seating-chart-block {
    min-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-charts-col .lp-lower__seating-wrap {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-charts-col .lp-lower__seating-link-wrap {
    bottom: 9px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.lp-lower__seating-chart-block {
  cursor: pointer;
  outline: none;
  border: none;
  position: relative;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding-block: 32px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-clip-path: polygon(62px -44%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
          clip-path: polygon(62px -44%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}
@media screen and (max-width: 1090px) {
  .lp-lower__seating-chart-block {
    max-width: initial;
    -webkit-clip-path: polygon(116px -70%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
            clip-path: polygon(116px -70%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  }
}
.lp-lower__seating-chart-block:hover .lp-lower__seating-link {
  background-color: #2946cc;
  color: #fff;
}
.lp-lower__seating-chart-block:hover .lp-lower__seating-link svg path {
  fill: #fff;
}
.lp-lower__seating-new-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#00abe6), to(#2172dc));
  background: linear-gradient(to right, #00abe6 0%, #2172dc 100%);
  -webkit-clip-path: polygon(15px 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
          clip-path: polygon(15px 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  top: -16px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.lp-lower__seating-new-wrap.las {
  left: -28px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-new-wrap.las {
    left: -46px;
  }
}
.lp-lower__seating-new-test {
  margin: 0 auto;
  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;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: 130px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-new-test {
    width: 92px;
  }
}
.lp-lower__seating-new-test.pd {
  width: 195px;
}
.lp-lower__seating-new-test.fir {
  width: 225px;
}
.lp-lower__seating-new-test.las {
  width: 385px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-new-test.las {
    width: 100%;
    white-space: nowrap;
    padding-inline: 20px;
  }
}
.lp-lower__seating-chart-color {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  background-color: #07308f;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-chart-color {
    height: 15px;
    width: 15px;
  }
}
.lp-lower__seating-chart-color--gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#fedd5c), color-stop(#eee0aa), color-stop(#fff2bc), color-stop(#eee3b4), color-stop(#cfb854), to(#cbcbcb));
  background: linear-gradient(to bottom, #fedd5c, #eee0aa, #fff2bc, #eee3b4, #cfb854, #cbcbcb);
}
.lp-lower__seating-chart-color--keylime {
  background-color: #c4c31b;
}
.lp-lower__seating-chart-color--ed {
  background-color: #ed5358;
}
.lp-lower__seating-chart-color--02 {
  background-color: #02642a;
}
.lp-lower__seating-chart-color--a5 {
  background-color: #a5c98c;
}
.lp-lower__seating-chart-color--aa {
  background-color: #aaa9aa;
}
.lp-lower__seating-chart-color--722 {
  background-color: #722f72;
}
.lp-lower__seating-chart-color--c4c {
  background-color: #c4c31b;
}
.lp-lower__seating-chart-color--b1 {
  background-color: #b196c6;
}
.lp-lower__seating-chart-color--1da {
  background-color: #1da4dc;
}
.lp-lower__seating-chart-color--d8 {
  background-color: #d8d8d8;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-wrap__main {
    margin-top: 0;
  }
}
.lp-lower__seating-chart-title {
  font-size: 3.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.4444444444em;
  letter-spacing: 0.03em;
  color: #131414;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-chart-title {
    font-size: 24px;
  }
}
.lp-lower__seating-chart-title--fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-chart-title--fs24 {
    font-size: 20px;
  }
}
.lp-lower__seating-chart-title.flex {
  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;
  gap: 10px;
}
.lp-lower__seating-chart-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #131414;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-chart-subtitle {
    font-size: 16px;
  }
}
.lp-lower__seating-chart-subtitle--fs16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-chart-subtitle--fs16 {
    font-size: 13px;
  }
}
.lp-lower__seating-link-wrap {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-link-wrap--sp-absolute {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.lp-lower__seating-link {
  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;
  gap: 11px;
  width: 91px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f1f1f1;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-link {
    font-size: 12px;
    width: 72px;
    height: 28px;
  }
}
.lp-lower__seating-link svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lp-lower__seating-arena:last-child {
  margin-top: 64px;
}
.lp-lower__seating-price {
  margin-top: 80px;
  background-color: #e3e3e3;
  padding: 64px 100px;
}
@media screen and (max-width: 980px) {
  .lp-lower__seating-price {
    padding: 64px 60px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-price {
    margin-top: 24px;
    padding: 70px 20px 54px;
  }
}
.lp-lower__seating-games {
  margin-top: 55px;
  text-align: center;
}
.lp-lower__seating-info {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .lp-lower__seating-info {
    font-size: 16px;
  }
}
.lp-lower__seating-sales-wrap {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("./public/img/icons/red-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-lower__seating-ads {
  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;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  width: 360.64px;
  height: 42px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-ads {
    font-size: 16px;
    width: 295px;
  }
}
.lp-lower__seating-ads span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-ads span {
    font-size: 20px;
  }
}
.lp-lower__modal {
  display: none;
  position: fixed;
  z-index: 801;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(97, 97, 97, 0.9);
}
@media screen and (max-width: 950px) {
  .lp-lower__modal {
    padding: 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__modal {
    padding: 20px;
  }
}
.lp-lower__modal-content {
  position: relative;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 900px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 950px) {
  .lp-lower__modal-content {
    padding: 30px 36px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-content {
    padding: 20px 15px 38px;
    height: 100%;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.lp-lower__modal-title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1764705882em;
  letter-spacing: 0.03em;
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-title {
    font-size: 20px;
  }
}
.lp-lower__modal-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 11px;
}
.lp-lower__modal-block {
  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;
  gap: 8px;
}
.lp-lower__modal-age {
  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;
  padding: 4px 11px;
  border-radius: 14px;
  background-color: #f1f1f1;
  font-size: 1.4rem;
}
.lp-lower__modal-cat-color {
  position: absolute;
  top: 58px;
  left: 50px;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  background-color: #07308f;
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-cat-color {
    top: 25px;
    left: 15px;
  }
}
.lp-lower__modal-cat-color--gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#fedd5c), color-stop(#eee0aa), color-stop(#fff2bc), color-stop(#eee3b4), color-stop(#cfb854), to(#cbcbcb));
  background: linear-gradient(to bottom, #fedd5c, #eee0aa, #fff2bc, #eee3b4, #cfb854, #cbcbcb);
}
.lp-lower__modal-cat-color--ed {
  background-color: #ed5358;
}
.lp-lower__modal-cat-color--keylime {
  background-color: #c4c31b;
}
.lp-lower__modal-cat-color--02 {
  background-color: #02642a;
}
.lp-lower__modal-cat-color--a5 {
  background-color: #a5c98c;
}
.lp-lower__modal-cat-color--aa {
  background-color: #aaa9aa;
}
.lp-lower__modal-cat-color--722 {
  background-color: #722f72;
}
.lp-lower__modal-cat-color--c4c {
  background-color: #c4c31b;
}
.lp-lower__modal-cat-color--b1 {
  background-color: #b196c6;
}
.lp-lower__modal-cat-color--1da {
  background-color: #1da4dc;
}
.lp-lower__modal-cat-color--d8 {
  background-color: #d8d8d8;
}
.lp-lower__modal-desc {
  margin-top: 14px;
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-desc {
    margin-top: 7px;
    padding-left: 0;
  }
}
.lp-lower__modal-price {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-price {
    font-size: 20px;
    padding-left: 37px;
  }
}
.lp-lower__modal-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-txt {
    font-size: 13px;
    margin-top: 16px;
  }
}
.lp-lower__seat-img-wrap {
  text-align: center;
  padding: 17px 0;
  margin-top: 31px;
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .lp-lower__seat-img-wrap {
    margin-top: 15px;
  }
}
.lp-lower__seat-img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1600px) {
  .lp-lower__seat-img {
    height: 165px;
  }
}
@media screen and (max-width: 950px) {
  .lp-lower__seat-img {
    width: 100%;
    height: 130px;
  }
}
.lp-lower__seat-view-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seat-view-wrap {
    gap: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seat-view-wrap .splide__arrow {
    width: 30px;
    height: 30px;
    background-color: rgba(19, 20, 20, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seat-view-wrap .splide__arrow svg {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seat-view-wrap .splide__arrow--prev {
    left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seat-view-wrap .splide__arrow--next {
    right: 4px;
  }
}
.lp-lower__seat-view-wrap .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: -18px;
}
.lp-lower__seat-view-wrap .splide__pagination__page {
  background: #b8b8b8;
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
.lp-lower__seat-view-wrap .splide__pagination__page.is-active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.lp-lower__seat-view-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 260px;
}
@media screen and (max-width: 1600px) {
  .lp-lower__seat-view-img {
    max-height: 150px;
  }
}
@media screen and (max-width: 950px) {
  .lp-lower__seat-view-img {
    width: 100%;
    height: auto;
  }
}
.lp-lower__close-modal {
  position: absolute;
  top: -23px;
  right: -22px;
  border: 2px solid #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;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #131414;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
@media screen and (max-width: 950px) {
  .lp-lower__close-modal {
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__close-modal {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
}
.lp-lower__tbl-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .lp-lower__tbl, .lp-lower__thead, .lp-lower__tbody, .lp-lower__th, .lp-lower__td, .lp-lower__tr {
    display: none;
  }
}
.lp-lower__tbl {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .lp-lower__thead .lp-lower__tr {
    display: none;
  }
}
.lp-lower__tr:last-child {
  border-bottom: 1px solid #2e2e2e;
}
.lp-lower__th {
  padding: 8px 12px;
  background-color: #131414;
  text-align: center;
  color: #fff;
  border: 1px solid #2e2e2e;
  border-bottom: none;
}
.lp-lower__th--base-price {
  width: 22.5%;
  background-color: #787b80;
}
.lp-lower__th--selling-price {
  width: 25%;
  background-color: #d60017;
}
.lp-lower__th-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__th-title {
    font-size: 13px;
  }
}
.lp-lower__td {
  padding: 2px 11px;
  position: relative;
  border: 1px solid #707070;
  border-left: 1px solid #2e2e2e;
  background-color: #fff;
}
.lp-lower__td--common {
  width: 80px;
  text-align: center;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .lp-lower__td--common {
    display: none;
  }
}
.lp-lower__td--base {
  font-family: "Oswald", sans-serif;
  text-align: center;
  background-color: #dcdcdc;
  color: #131414;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-lower__td--base {
    background-color: #787b80;
    color: #fff;
  }
}
.lp-lower__td--base::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 38px;
  background: url("./public/img/lp-lower/arrow-red.svg") no-repeat center center;
  right: -26px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: block;
  z-index: 10;
}
.lp-lower__td--selling {
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #d60017;
  border-right: 1px solid #2e2e2e;
}
.lp-lower__color-box {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  top: 4px;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.lp-lower__color-box--gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#fedd5c), color-stop(#eee0aa), color-stop(#fff2bc), color-stop(#eee3b4), color-stop(#cfb854), to(#cbcbcb));
  background: linear-gradient(to bottom, #fedd5c, #eee0aa, #fff2bc, #eee3b4, #cfb854, #cbcbcb);
}
.lp-lower__color-box--ed {
  background-color: #ed5358;
}
.lp-lower__color-box--02 {
  background-color: #02642a;
}
.lp-lower__color-box--a5 {
  background-color: #a5c98c;
}
.lp-lower__color-box--aa {
  background-color: #aaa9aa;
}
.lp-lower__color-box--722 {
  background-color: #722f72;
}
.lp-lower__color-box--c4c {
  background-color: #c4c31b;
}
.lp-lower__color-box--b1 {
  background-color: #b196c6;
}
.lp-lower__color-box--1da {
  background-color: #1da4dc;
}
.lp-lower__color-box--b19 {
  background-color: #b196c6;
}
.lp-lower__color-box--07 {
  background-color: #07308f;
}
.lp-lower__td-txt {
  font-size: 1.6rem;
  font-weight: 700;
}
.lp-lower__td-txt--fs24 {
  font-size: 2.4rem;
  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;
}
.lp-lower__td-txt .yen {
  font-size: 1.8rem;
}
.lp-lower__td-subtitle {
  margin-left: 32px;
  font-size: 1.4rem;
}
.lp-lower__sales-price-wrap {
  display: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-price-wrap {
    display: block;
  }
}
.lp-lower__sales-price-wrap:last-child {
  margin-bottom: 0;
}
.lp-lower__sales-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-price-block:nth-child(2) {
    border-top: none;
    border-bottom: none;
  }
}
.lp-lower__sales-price-block:nth-child(2) .lp-lower__sales-txt {
  position: relative;
}
.lp-lower__sales-price-block:nth-child(2) .lp-lower__sales-txt::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: url("./public/img/lp-lower/arrow-red.svg") no-repeat center center/contain;
  right: 0;
  left: 0;
  bottom: -26px;
  margin-inline: auto;
  display: block;
  z-index: 10;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp-lower__sales-about {
  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;
  width: 100%;
  max-width: 80px;
  background-color: #131414;
  padding: 12px 10px 11px 6px;
}
.lp-lower__sales-about--base {
  background-color: #787b80;
}
.lp-lower__sales-about--sales {
  background-color: #d60017;
}
.lp-lower__sales-about-txt {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.lp-lower__sales-about-txt--fs10 {
  font-size: 1rem;
  line-height: 2em;
}
.lp-lower__sales-info {
  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;
  padding: 12px 11px;
  width: 100%;
  background-color: #fff;
}
.lp-lower__sales-info--bgf1 {
  padding: 14px 12px;
  background-color: #f1f1f1;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-col > .lp-lower__sales-info-txt {
    font-weight: 700;
  }
}
.lp-lower__sales-info-txt {
  position: relative;
  font-size: 1.3rem;
  line-height: 2em;
  font-weight: 700;
  color: #131414;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-info-txt {
    font-weight: 400;
  }
}
.lp-lower__sales-txt {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d60017;
}
.lp-lower__sales-txt--base {
  color: #131414;
}
.lp-lower__person-col {
  width: 33%;
}
.lp-lower__person-info {
  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;
  gap: 10px;
  text-align: center;
  padding: 12px 14px;
  width: 100%;
  background-color: #f1f1f1;
}
.lp-lower__person-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-lower__person-type {
  font-size: 1.3rem;
  display: block;
}
.lp-lower__subtxt {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__subtxt {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-container {
    padding: 0;
  }
}
.lp-lower__seating-img-wrap {
  padding-top: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-img-wrap {
    margin-top: 40;
  }
}
.lp-lower__seating-img {
  border-radius: 5px;
  max-width: 800px;
  width: 100%;
  height: 100%;
  max-height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-img {
    width: 100%;
    height: auto;
  }
}
.lp-lower__seating-img--map {
  max-height: unset;
}
@media screen and (max-width: 767px) {
  .lp-lower__container-schedule {
    padding: 0;
  }
}
.lp-lower__schedule {
  padding: 80px 0;
}
.lp-lower__schedule-block {
  border-bottom: 1px solid #b8b8b8;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-block {
    padding: 32px 0;
  }
}
.lp-lower__schedule-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lp-lower__schedule-block--bb0 {
  border-bottom: 0;
}
.lp-lower__schedule-field {
  margin-top: 72px;
  padding-bottom: 25px;
  border-radius: 5px;
  border: 2px solid #131414;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-field {
    border: none;
    border-top: 2px solid #131414;
    border-bottom: 2px solid #131414;
    border-radius: 0;
    margin-top: 55px;
    padding-bottom: 20px;
  }
}
.lp-lower__schedule-field-name {
  position: relative;
  top: -18px;
  margin: 0 auto;
  width: 185px;
  height: 37px;
  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;
  background-color: #2946cc;
  border-radius: 19px;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-field-name {
    top: -16px;
    width: 155px;
    height: 32px;
  }
}
.lp-lower__schedule-field-name--bg-00 {
  background-color: #00abe6;
}
.lp-lower__schedule-field-txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-field-txt {
    font-size: 16px;
  }
}
.lp-lower__test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp-lower__test {
    -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;
    gap: 10px;
  }
}
.lp-lower__schedule-txt {
  font-size: 4rem;
  line-height: 1.3em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #2946cc;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-txt {
    font-size: 36px;
  }
}
.lp-lower__schedule-txt--f24 {
  font-size: 2.4rem;
  line-height: 2.1666666667em;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-txt--f24 {
    font-size: 20px;
  }
}
.lp-lower__schedule-txt--f32 {
  font-size: 3.2rem;
  line-height: 1.625em;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-txt--f32 {
    font-size: 26px;
  }
}
.lp-lower__schedule-txt--f32-circle {
  position: relative;
  top: -6px;
  border-radius: 50%;
  border: 2px solid #2946cc;
  font-size: 2.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 12px 0 6px;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-txt--f32-circle {
    font-size: 21px;
  }
}
.lp-lower__arrow {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .lp-lower__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.lp-lower__desc-wrap {
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lp-lower__desc-wrap {
    padding: 0 4%;
  }
}
.lp-lower__desc-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 8px;
  color: #131414;
}
@media screen and (max-width: 767px) {
  .lp-lower__desc-txt {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.lp-lower__desc-txt--link {
  color: #2946cc;
  text-decoration: underline;
  margin: 0 0 0 17px;
}
@media screen and (max-width: 767px) {
  .lp-lower__desc-txt--link {
    margin: 0;
  }
}
.lp-lower__apply {
  padding: 86px 0 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply {
    padding-top: 64px;
  }
}
.lp-lower__apply-tabs-btn-wrap {
  position: relative;
  top: 2px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn-wrap {
    top: 2px;
    gap: 7px;
  }
}
.lp-lower__apply-tabs-btn {
  font-family: "Noto Sans JP", sans-serif;
  width: 490px;
  height: 80px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #505050;
  border-top: 2px solid #131414;
  border-left: 2px solid #131414;
  border-right: 2px solid #131414;
  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;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: height 350ms ease;
  transition: height 350ms ease;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 390px) {
  .lp-lower__apply-tabs-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn:last-child {
    border-right: none;
  }
}
.lp-lower__apply-tabs-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  top: 100%;
  opacity: 0;
  height: 25px;
}
.lp-lower__apply-tabs-btn.active {
  z-index: 2;
  background-color: #fff;
  color: #2946cc;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn.active:last-child {
    border-left: 2px solid #131414;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn.active {
    border-right: 2px solid #131414;
    border-left: none;
  }
}
.lp-lower__apply-tabs-btn.active::after {
  opacity: 1;
}
.lp-lower__apply-tab-container {
  border-top: 2px solid #131414;
  position: relative;
  padding: 65px 0 80px;
  background-color: #fff;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tab-container {
    padding: 30px 0 20px;
  }
}
.lp-lower__apply-tab-content {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 550ms ease;
  transition: opacity 550ms ease;
  visibility: hidden;
}
.lp-lower__apply-tab-content.active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-container {
    padding: 0;
  }
}
.lp-lower__apply-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0 0 25px 25px;
  border-bottom: 1px solid #131414;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-list-item {
    gap: 19px;
    padding: 0 18px 25px;
  }
}
.lp-lower__apply-list-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 32px;
  width: 20px;
  height: 13px;
  background-image: url("./public/img/icons/arrow-down-blk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-list-item:not(:last-child)::before {
    left: 31px;
  }
}
.lp-lower__apply-list-item:not(:first-child) {
  padding: 25px 84px 25px 20px;
}
.lp-lower__step-wrap {
  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;
  margin-bottom: auto;
}
.lp-lower__step-txt {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.35em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-lower__step-txt {
    font-size: 16px;
  }
}
.lp-lower__step-num {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.3333333333em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-lower__step-num {
    font-size: 26px;
  }
}
.lp-lower__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-lower__content.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-lower__content.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lp-lower__content-img {
  max-width: 240px;
}
.lp-lower__content-txt {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .lp-lower__content-txt {
    font-size: 13px;
  }
}
.lp-lower__content-btn {
  margin-top: 16px;
  width: 100%;
  max-width: 188px;
  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;
  height: 37px;
  background-color: #2946cc;
  border-radius: 19px;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__content-btn {
    max-width: 160px;
    font-size: 13px;
  }
}
.lp-lower__contact-cta-wrap {
  position: relative;
  overflow: hidden;
  background-image: url("./public/img/lp-lower/rugby.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 265px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-cta-wrap {
    height: 100%;
    padding-block: 20px;
  }
}
.lp-lower__contact-cta-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.lp-lower__contact-cta-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #f1f1f1;
  bottom: 0;
}
.lp-lower__contact-border {
  position: relative;
}
.lp-lower__contact-border::before, .lp-lower__contact-border::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 207px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-border::before, .lp-lower__contact-border::after {
    height: 28px;
    width: 140px;
  }
}
.lp-lower__contact-border::before {
  right: 55px;
  background-image: url("./public/img/icons/border-right1.svg");
}
.lp-lower__contact-border::after {
  left: -5px;
  background-image: url("./public/img/icons/border-left.svg");
}
@media screen and (max-width: 767px) {
  .lp-lower__contact-border::after {
    left: -26px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.lp-lower .img-animation {
  overflow: hidden;
  position: relative;
}
.lp-lower .img-animation::before {
  -webkit-animation: img-animation 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-animation {
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
.lp-lower__extra {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.75em;
  letter-spacing: 0.03em;
  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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .lp-lower__extra {
    font-size: 13px;
    gap: 6px;
  }
}
.lp-lower__extra::before, .lp-lower__extra::after {
  content: "";
  height: 1px;
  width: 24px;
  background-color: #000;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lp-lower__extra::before, .lp-lower__extra::after {
    width: 16px;
  }
}
.lp-lower__extra::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.lp-lower__extra::after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.lp-lower__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.03em;
  text-align: center;
  color: #131414;
}
@media screen and (max-width: 767px) {
  .lp-lower__text {
    font-size: 13px;
  }
}
.lp-lower__text .big {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-lower__text .big {
    font-size: 20px;
  }
}
.lp-lower__text.mt {
  margin-top: 13px;
}
.lp-lower__text.fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__text.fs13 {
    font-size: 10px;
  }
}
.lp-lower__before {
  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;
  gap: 16px;
  margin-top: 10px;
  border-top: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lp-lower__oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.1666666667em;
  letter-spacing: 0.03em;
  margin-left: 9px;
}
.lp-lower__oswald.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__oswald.fs20 {
    font-size: 16px;
  }
}
.lp-lower__coupon, .lp-lower__parking {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .lp-lower__coupon, .lp-lower__parking {
    padding: 40px 10px 0;
  }
}
.lp-lower__coupon-text {
  margin-top: 24px;
}
@media screen and (max-width: 1080px) {
  .lp-lower__coupon-text {
    padding: 0 4%;
  }
}
.lp-lower__seating {
  background-color: #e3e3e3;
  margin-top: 80px;
  padding-block: 64px 80px;
}

.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;
  }
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc-980 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .pc-980 {
    display: none;
  }
}

.tab-980 {
  display: none;
}
@media screen and (max-width: 980px) {
  .tab-980 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.txt-color-00 {
  color: #00abe6 !important;
}

.border-color-00 {
  border: 2px solid #00abe6;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.anchor.anchor200 {
  top: -200px;
}

.lp-lower__modal-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-prices {
    flex-direction: column;
    gap: 12px;
    margin-block: 10px;
  }
}

.lp-lower__modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.lp-lower__modal-price-title {
  height: 27px;
  padding-inline: 12px;
  background-color: #f1f1f1;
  border-radius: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  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-lower__modal-price-title {
    min-width: 53px;
  }
}

.w500 {
  max-width: 500px;
}
