@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #131414;
  scroll-behavior: smooth;
}

.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;
}

.header {
  width: 100%;
  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;
    background: #26282e;
  }
}
.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-container {
  background: #26282e;
}
@media screen and (max-width: 980px) {
  .header__logo-container {
    background: transparent;
  }
}
.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 {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 980px) {
  .header__btn-wrap {
    gap: 5px;
    padding: 17px 20px;
  }
}
.header__application-btn {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#d00419), to(#b20013));
  background: linear-gradient(to right, #d00419 0%, #b20013 100%);
  min-width: 140px;
  height: 45px;
  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;
    max-width: 118px;
    height: 45px;
    margin: 0 auto;
    min-width: unset;
    width: 118px;
  }
}
@media screen and (max-width: 767px) {
  .header__application-btn {
    font-size: 14px;
  }
}
.header__application-btn span {
  padding-left: 24px;
  position: relative;
}
.header__application-btn span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("./public/img/icons/save_fill.svg") no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__application-btn--white {
  background: #fff;
  color: #131414;
}
@media screen and (max-width: 980px) {
  .header__application-btn--white {
    border: 1px solid #131414;
  }
}
.header__application-btn--white span::after {
  background: url("./public/img/icons/info-logo.svg") no-repeat;
  background-size: contain;
}
.header__nav {
  position: relative;
  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;
  }
}
.header__nav--bg-col {
  background: #fff;
}
@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;
  }
}
.header__nav--scrolled {
  background: transparent;
}
@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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -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: 8px 20px 0;
  }
}
.header__nav-wrap--bg {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__nav-item {
  border-right: 1px solid #cecece;
  height: 30px;
  padding: 0 32px;
  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: 1200px) {
  .header__nav-item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-item {
    padding: 0;
    height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid #cecece;
  }
}
.header__nav-item:first-child {
  border-left: 1px solid #cecece;
}
@media screen and (max-width: 980px) {
  .header__nav-item:first-child {
    border-left: none;
  }
}
.header__nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1310px) {
  .header__nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-link {
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #131414;
  }
}
.header__nav-link.scrolled {
  color: #131414;
}

.footer {
  width: 100%;
  height: 206px;
  background-color: #26282e;
}
@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 {
    text-align: center;
    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;
  }
}

.button {
  z-index: 9;
  position: relative;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 307px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .button {
    max-width: 223px;
  }
}
.button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d00419), to(#b20013));
  background: linear-gradient(to right, #d00419 0%, #b20013 100%);
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d00419), to(#b20013));
  background: linear-gradient(to right, #d00419 0%, #b20013 100%);
  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/icons/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: 100%;
  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__txt--txt-red::before, .button__txt--txt-red::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.button__txt--txt-red::before {
  top: 87px;
  left: 11px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#d00419), to(#b20013));
  background: linear-gradient(to right, #d00419 0%, #b20013 100%);
}
@media screen and (max-width: 767px) {
  .button__txt--txt-red::before {
    top: 68px;
  }
}
.button__txt--txt-red::after {
  top: 9px;
  right: -12px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d00419), to(#b20013));
  background: linear-gradient(to right, #d00419 0%, #b20013 100%);
}
.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/icons/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 {
  background: -webkit-gradient(linear, left top, right top, from(#3680f8), to(#264af1));
  background: linear-gradient(to right, #3680f8 0%, #264af1 100%);
}
.button--blue::after {
  background: -webkit-gradient(linear, left top, right top, from(#4790ff), to(#3680f8));
  background: linear-gradient(to right, #4790ff 0%, #3680f8 100%);
}
.button--blue:hover .button__txt {
  color: #3456f6;
}
.button--blue:hover .button__txt span::after {
  background-image: url("./public/img/icons/arrow-right-blue.svg");
}
.button--blue:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#3680f8), to(#264af1));
  background: linear-gradient(to right, #3680f8 0%, #264af1 100%);
}
.button--blue:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#4790ff), to(#3680f8));
  background: linear-gradient(to right, #4790ff 0%, #3680f8 100%);
}
.button--blue .button__txt {
  border: 1px solid #3456f6;
}
.button--blue .button__txt::after {
  border-color: #3456f6;
}
.button--white {
  background: #131414;
}
.button--white::before, .button--white::after {
  background: #fff;
}
.button--white:hover {
  background: #131414;
}
.button--white:hover .button__txt {
  color: #fff;
}
.button--white:hover .button__txt span::after {
  background-image: url("./public/img/icons/arrow-right.svg");
}
.button--white:hover::before, .button--white:hover::after {
  background: #2b2b2b;
}
.button--white .button__txt {
  border: 1px solid #fff;
  color: #2b2b2b;
}
.button--white .button__txt span::after {
  background-image: url("./public/img/arrow-right-black.svg");
}
.button--white .button__txt::after {
  border-color: #fff;
}

.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: 16px;
}
@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;
}

.newlp-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) {
  .newlp-modal {
    padding: 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .newlp-modal {
    padding: 0 20px;
  }
}
.newlp-modal__close {
  z-index: 2;
}
.newlp-modal__content {
  position: relative;
  background-color: #fff;
  margin: 85px auto;
  width: 100%;
  max-width: 900px;
  height: 92vh;
  max-height: 822px;
}
@media screen and (max-width: 1600px) {
  .newlp-modal__content {
    margin: 39px auto;
  }
}
@media screen and (max-width: 950px) {
  .newlp-modal__content {
    margin: 9% auto;
    height: 74vh;
  }
}
.newlp-modal__overflow-y {
  padding: 44px 50px 14px;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .newlp-modal__overflow-y {
    padding: 30px 36px;
  }
}
@media screen and (max-width: 767px) {
  .newlp-modal__overflow-y {
    padding: 20px 15px 38px;
  }
}
.newlp-modal__layout-2col {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .newlp-modal__layout-2col {
    display: block;
  }
}
.newlp-modal__layout-3 {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 24px;
}
@media screen and (max-width: 767px) {
  .newlp-modal__layout-3 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.newlp-modal__layout-3 > *:first-child {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .newlp-modal__layout-3 > *:first-child {
    grid-column: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.newlp-modal__layout-3 > *:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.newlp-modal__layout-3 .newlp-modal__map {
  margin-top: 0;
}
.newlp-modal__layout-3 .newlp-modal__info-title {
  margin-top: 0;
}
.newlp-modal__layout-premium {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (max-width: 767px) {
  .newlp-modal__layout-premium {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .newlp-modal__layout-premium > *:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.newlp-modal__layout-premium > *:nth-child(3) {
  grid-column: 1/3;
}
.newlp-modal__header {
  padding: 13px;
  gap: 18px;
  background: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: 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;
}
@media screen and (max-width: 767px) {
  .newlp-modal__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.newlp-modal__header--blue {
  background: #3456f6;
}
.newlp-modal__header-badge {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(#d00419), to(#b20013));
  background: linear-gradient(to bottom, #d00419, #b20013);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.newlp-modal__header-badge-text-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;
}
.newlp-modal__header-badge-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.875em;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.newlp-modal__header-title {
  font-size: 2.5rem;
  color: #c90;
  letter-spacing: 0.03em;
  line-height: 1.2941176471em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__header-title {
    font-size: 24px;
    text-align: center;
  }
}
.newlp-modal__header-title--small {
  font-size: 1.8rem;
  line-height: 2.4444444444em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__header-title--small {
    font-size: 14px;
  }
}
.newlp-modal__header-title--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .newlp-modal__section {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .newlp-modal__section.active {
    display: block;
  }
}
.newlp-modal__intro {
  margin-block: 10px 24px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__intro {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.newlp-modal__info-title {
  border: 3px solid #3456f6;
  margin-block: 10px;
  font-size: 2rem;
  line-height: 1.45em;
  letter-spacing: 0.03em;
  color: #3456f6;
  text-align: center;
}
.newlp-modal__info-text {
  font-size: 1.4rem;
  line-height: 2.1428571429em;
  letter-spacing: 0.03em;
}
.newlp-modal__info-text--mt10 {
  margin-top: 10px;
}
.newlp-modal__num-list {
  counter-reset: listcounter;
  padding-left: 0;
  list-style: none;
}
.newlp-modal__num-list-item {
  counter-increment: listcounter;
}
.newlp-modal__num-list-item + .newlp-modal__num-list-item {
  margin-top: 12px;
}
.newlp-modal__num-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667em;
  color: #3456f6;
}
.newlp-modal__num-title::before {
  content: counter(listcounter);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font: 700 2rem "Oswald", sans-serif;
  color: #fff;
  background: #3456f6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.newlp-modal__note-list {
  margin-top: 10px;
}
.newlp-modal__note {
  padding-left: 1em;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7857142857em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__note {
    font-size: 12px;
  }
}
.newlp-modal__note::before {
  content: "※";
  margin-left: -1em;
}
.newlp-modal__note + .newlp-modal__note {
  margin-top: 5px;
}
.newlp-modal__note--blue-fs12 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2.0833333333em;
  color: #3456f6;
}
.newlp-modal__note--blue-fs12 + .newlp-modal__note--blue-fs12 {
  margin-top: 0;
}
.newlp-modal__note--big {
  font-size: 1.6rem;
  color: #141414;
}
.newlp-modal__anchor-link {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7857142857em;
  text-decoration: underline;
  color: #3456f6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newlp-modal__anchor-link:hover {
  opacity: 0.8;
}
.newlp-modal__anchor-link:hover .newlp-modal__anchor-link-icon {
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.newlp-modal__anchor-link-icon {
  -webkit-transition: inherit;
  transition: inherit;
  width: 6px;
}
.newlp-modal__price {
  border: 1px solid #616161;
  margin-top: 14px;
  display: grid;
  grid-template-columns: 41% 59%;
}
.newlp-modal__price-col {
  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;
}
.newlp-modal__price-col--label {
  background: -webkit-gradient(linear, left top, left bottom, from(#d00419), to(#b20013));
  background: linear-gradient(to bottom, #d00419, #b20013);
}
.newlp-modal__price-label-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.875em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .newlp-modal__price-label-text {
    font-size: 13px;
  }
}
.newlp-modal__price-detail-text {
  color: #d60017;
}
.newlp-modal__price-yen {
  font: 700 3.2rem "Oswald", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.625em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__price-yen {
    font-size: 24px;
  }
}
.newlp-modal__price-tax {
  font-size: 1.2rem;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__price-tax {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .newlp-modal__slider-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .newlp-modal__slider-wrap {
    margin-block: 0 40px;
    overflow-x: clip;
  }
}
.newlp-modal__slider-wrap--premium {
  margin-top: 16px;
}
.newlp-modal__slider {
  margin-block: auto 0;
  width: 100%;
  aspect-ratio: 39/26;
}
@media screen and (max-width: 767px) {
  .newlp-modal__slider {
    aspect-ratio: unset;
  }
}
.newlp-modal__map {
  margin-top: 24px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .newlp-modal__map {
    margin-block: 0 16px;
    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;
  }
}
.newlp-modal__map--premium {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .newlp-modal__map img {
    width: 60%;
  }
}
.newlp-modal__tbl {
  width: 100%;
  border-collapse: collapse;
}
.newlp-modal__tr:last-child {
  border-bottom: 1px solid #2e2e2e;
}
.newlp-modal__tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.newlp-modal__tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.newlp-modal__th {
  padding: 8px 12px;
  background-color: #131414;
  text-align: center;
  color: #fff;
  border: 1px solid #d3d7db;
  border-bottom: none;
}
.newlp-modal__th:first-child {
  width: 42%;
}
.newlp-modal__th--base-price {
  width: 33%;
  background-color: #0a318f;
}
.newlp-modal__th--selling-price {
  background-color: #297095;
}
.newlp-modal__th-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__th-title {
    font-size: 13px;
  }
}
.newlp-modal__th-title--small {
  font-size: 1.2rem;
  line-height: 3.3333333333em;
}
@media screen and (max-width: 767px) {
  .newlp-modal__th-title--small {
    font-size: 10px;
  }
}
.newlp-modal__td {
  width: 39.3%;
  padding: 9px 0;
  position: relative;
  border: 1px solid #d3d7db;
  border-left: 1px solid #d3d7db;
  text-align: center;
  background-color: #fff;
}
.newlp-modal__td--common {
  width: 80px;
  text-align: center;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .newlp-modal__td--common {
    display: none;
  }
}
.newlp-modal__td--base {
  width: 150px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #131414;
}
.newlp-modal__td--selling {
  text-align: center;
}
.newlp-modal__td-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newlp-modal__td-txt {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
.newlp-modal__td-txt--fs9 {
  font-size: 0.9rem;
}
.newlp-modal__td-txt--fs14 {
  font-size: 1.4rem;
  font-weight: 400;
}
.newlp-modal__td-txt--fs18 {
  font-size: 1.8rem;
  color: #0a318f;
}
.newlp-modal__td-txt--red {
  color: #d00419;
}
.newlp-modal__td-txt--bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .newlp-modal__body-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newlp-modal__body-col .newlp-modal__slider-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top-upper__mv {
  position: relative;
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  .top-upper__mv {
    padding-top: 0;
    margin-top: 60px;
  }
}
.top-upper__mv-container {
  position: absolute;
  top: 243px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
}
@media screen and (max-width: 767px) {
  .top-upper__mv-container {
    top: 156px;
  }
}
.top-upper__mv-container--new {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-upper__mv-txt-border {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  width: 327px;
  height: 52px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 31px;
  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) {
  .top-upper__mv-txt-border {
    width: 261px;
    height: 43px;
    font-size: 18px;
  }
}
.top-upper__mv-txt-border--new {
  font-size: 2.8rem;
  color: #3456f6;
  background-color: #fff;
  padding: 7.5px 32px;
  width: initial;
  height: initial;
  border: unset;
}
@media screen and (max-width: 767px) {
  .top-upper__mv-txt-border--new {
    font-size: 18px;
    padding: 4px 20px;
  }
}
.top-upper__mv-title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.4833333333em;
  color: #fff;
  text-align: center;
  margin: 23px 0 36px;
}
@media screen and (max-width: 980px) {
  .top-upper__mv-title {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__mv-title {
    font-size: 32px;
    line-height: 1.5625em;
    margin: 16px 0 23px;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__mv-title--new {
    font-size: 24px;
  }
}
.top-upper__mv-blue-txt {
  font: 700 3rem "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#3680f8), to(#264af1));
  background: linear-gradient(to right, #3680f8 0%, #264af1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (max-width: 980px) {
  .top-upper__mv-blue-txt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__mv-blue-txt {
    font-size: 20px;
    line-height: 1.65em;
  }
}
.top-upper__page-top {
  cursor: pointer;
  font: 700 2rem "Oswald", sans-serif;
  position: fixed;
  bottom: 60px;
  right: 25px;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.top-upper__mv-img-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-upper__mv-img-wrap {
    height: 500px;
  }
}
.top-upper__mv-img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#686868));
  background: linear-gradient(#a2a2a2, #686868);
  mix-blend-mode: multiply;
}
.top-upper__ticket-shape-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.top-upper__ticket-shape-icon::before {
  content: "";
  width: 228px;
  height: 56px;
  position: absolute;
  background: url("./public/img/icons/ticket-shape-icon01.svg") no-repeat;
  background-size: 100%;
  top: -27px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-shape-icon::before {
    width: 103px;
    height: 25px;
    top: -13px;
    left: 4px;
  }
}
.top-upper__ticket-shape-icon::after {
  content: "";
  width: 228px;
  height: 56px;
  position: absolute;
  background: url("./public/img/icons/ticket-shape-icon02.svg") no-repeat;
  background-size: 100%;
  bottom: -19px;
  left: -23px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-shape-icon::after {
    width: 74px;
    height: 16px;
    bottom: -7px;
    left: 10px;
  }
}
.top-upper__mv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-upper__top-banner {
  width: 100%;
  height: 500px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top-upper__top-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background: #f1f1f1;
  }
}
.top-upper__top-banner--new {
  background-color: #f1f1f1;
}
.top-upper__top-banner-img--new {
  mix-blend-mode: multiply;
}
.top-upper__top-banner-desc {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.2em;
  color: #131414;
  position: absolute;
  top: 50%;
  left: 260px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 20px rgb(241, 241, 241), 0 0 20px rgb(241, 241, 241);
}
@media screen and (max-width: 1400px) {
  .top-upper__top-banner-desc {
    left: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .top-upper__top-banner-desc {
    left: 80px;
  }
}
@media screen and (max-width: 980px) {
  .top-upper__top-banner-desc {
    text-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__top-banner-desc {
    font-size: 16px;
    line-height: 2.25em;
    padding: 64px 30px;
  }
}
.top-upper__ticket {
  background-color: #26282e;
  padding: 100px 0 110px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket {
    padding: 80px 0 90px;
  }
}
.top-upper__ticket-title {
  font: 700 6rem "Oswald", sans-serif;
  color: #0a318f;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media screen and (max-width: 980px) {
  .top-upper__ticket-title {
    font-size: 4.8rem;
  }
}
.top-upper__ticket-container {
  padding: 90px 0 96px;
  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;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-container {
    padding: 60px 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-container {
    gap: 50px;
  }
}
.top-upper__ticket-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .top-upper__ticket-block {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-upper__ticket-block:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-upper__ticket-block:nth-child(even) .top-upper__ticket-desc-wrap {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-block:nth-child(even) .top-upper__ticket-desc-wrap {
    margin: 0;
  }
}
.top-upper__ticket-desc-wrap {
  max-width: 500px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-desc-wrap {
    margin: 0;
    padding: 0 20px;
  }
}
.top-upper__ticket-img-wrap {
  width: 880px;
  height: 430px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-img-wrap {
    width: 100%;
    height: 190px;
    padding-right: 13px;
  }
}
.top-upper__ticket-img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4790ff), to(#0a318f));
  background: linear-gradient(to bottom, #4790ff 0%, #0a318f 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  right: -10px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-img-wrap::before {
    right: 8px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 88.5% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 88.5% 100%, 0% 100%);
  }
}
.top-upper__ticket-img-wrap--reverse {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-img-wrap--reverse {
    padding: 0 0 0 13px;
  }
}
.top-upper__ticket-img-wrap--reverse::before {
  -webkit-clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
  right: unset;
  left: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4790ff), to(#0a318f));
  background: linear-gradient(to bottom, #4790ff 0%, #0a318f 100%);
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-img-wrap--reverse::before {
    left: 8px;
    -webkit-clip-path: polygon(12.5% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(12.5% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.top-upper__ticket-img-wrap--reverse::after {
  content: "";
  width: 132px;
  height: 33px;
  position: absolute;
  background: url("./public/img/icons/ticket-shape-icon05.svg") no-repeat;
  background-size: 100%;
  bottom: -16px;
  left: 18px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-img-wrap--reverse::after {
    width: 64px;
    height: 16px;
    bottom: -8px;
    left: 21px;
  }
}
.top-upper__ticket-img-wrap--reverse .top-upper__ticket-img {
  -webkit-clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
}
.top-upper__ticket-img-wrap--reverse .top-upper__ticket-shape-icon::before {
  content: "";
  width: 240px;
  height: 47px;
  background: url("./public/img/icons/ticket-shape-icon03.svg") no-repeat;
  background-size: 100%;
  top: -16px;
  left: unset;
  right: -37px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-img-wrap--reverse .top-upper__ticket-shape-icon::before {
    width: 123px;
    height: 24px;
    top: -10px;
    right: -7px;
  }
}
.top-upper__ticket-img-wrap--reverse .top-upper__ticket-shape-icon::after {
  content: "";
  width: 75px;
  height: 19px;
  background: url("./public/img/icons/ticket-shape-icon04.svg") no-repeat;
  background-size: 100%;
  bottom: -12px;
  left: unset;
  right: -28px;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-img-wrap--reverse .top-upper__ticket-shape-icon::after {
    width: 36px;
    height: 9px;
    bottom: -5px;
    right: -10px;
  }
}
.top-upper__ticket-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 9;
  -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}
.top-upper__ticket-block-title-en {
  font: 700 4.8rem "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0a318f;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-block-title-en {
    font-size: 36px;
  }
}
.top-upper__ticket-block-title-jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  margin: 16px 0 30px;
}
@media screen and (max-width: 980px) {
  .top-upper__ticket-block-title-jp {
    font-size: 3.4rem;
    line-height: 1.4117647059em;
    margin: 12px 0 23px;
  }
}
.top-upper__ticket-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4%;
}
@media screen and (max-width: 980px) {
  .top-upper__ticket-btn-wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-btn-wrap {
    -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: 34px;
  }
}
.top-upper__ticket-desc {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-desc {
    font-size: 13px;
    line-height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__ticket-desc span {
    font-weight: 700;
  }
}
.top-upper__banner {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .top-upper__banner {
    height: 347px;
  }
}
.top-upper__banner-container {
  width: 100%;
  height: 100%;
  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;
}
.top-upper__banner-title {
  position: absolute !important;
  z-index: 9;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .top-upper__banner-title {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.top-upper__banner-title-en {
  display: block;
  font: 700 3.6rem "Oswald", sans-serif;
  line-height: 1.5555555556em;
  background: -webkit-gradient(linear, left top, right top, from(#4790ff), to(#264af1));
  background: linear-gradient(to right, #4790ff 0%, #264af1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .top-upper__banner-title-en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__banner-title-en {
    font-size: 28px;
    line-height: 1.5714285714em;
    margin-bottom: 22px;
  }
}
.top-upper__banner-title-jp {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4714285714em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-upper__banner-title-jp {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 980px) {
  .top-upper__banner-title-jp {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-upper__banner-title-jp {
    font-size: 32px;
    line-height: 1.5625em;
  }
}
@media screen and (max-width: 490px) {
  .top-upper__banner-title-jp {
    font-size: 23px;
  }
}
.top-upper__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) {
  .top-upper__banner-slide-container {
    gap: 32px;
  }
}
.top-upper__banner-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 2000px;
  -webkit-animation: marquee 20s linear infinite forwards;
          animation: marquee 20s linear infinite forwards;
}
@media screen and (max-width: 767px) {
  .top-upper__banner-slide {
    gap: 16px;
  }
}
.top-upper__banner-slide--reverse {
  -webkit-animation: marquee-rvs 24s linear infinite forwards;
          animation: marquee-rvs 24s linear infinite forwards;
}
.top-upper__banner-slide-img {
  width: 400px;
  height: 260px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .top-upper__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);
  }
}
.top-upper__contact-banner-container {
  width: 100%;
  height: 772px;
  background: url("./public/img/contact-banner-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-banner-container {
    background-image: url("./public/img/contact-banner-sp.jpg");
    height: 782px;
  }
}
.top-upper__contact-banner-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #a1a1a1;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-upper__contact-banner-container--new {
  background-image: url("./public/img/newlp/contact-banner-bg.jpg");
}
.top-upper__contact-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  padding: 0 4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-upper__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: 100px;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-banner-wrap {
    height: 100%;
  }
}
.top-upper__contact-inquiry-wrap {
  max-width: 1000px;
  width: 100%;
  height: 502px;
  border-radius: 10px 10px 0 0;
  margin-top: 90px;
  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;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-inquiry-wrap {
    padding: 0 20px 64px;
    height: unset;
    margin-top: 0;
  }
}
.top-upper__contact-inquiry-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #656565;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-upper__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) {
  .top-upper__contact-inquiry-title {
    font-size: 2.6rem;
    line-height: 1.6923076923em;
    text-align: center;
    padding-bottom: 15px;
  }
}
.top-upper__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) {
  .top-upper__contact-inquiry-title::after {
    width: 60px;
  }
}
.top-upper__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;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-tel-wrap {
    gap: 16px;
    margin-bottom: 4px;
  }
}
.top-upper__contact-tel-txt {
  font: 700 3.6rem "Oswald", sans-serif;
  line-height: 1.4722222222em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-tel-txt {
    font-size: 26px;
    padding-bottom: 5px;
  }
}
.top-upper__contact-tel-no {
  font: 700 5rem "Oswald", sans-serif;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-tel-no {
    font-size: 36px;
  }
}
.top-upper__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;
}
.top-upper__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) {
  .top-upper__contact-sched-label {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
}
.top-upper__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;
}
.top-upper__contact-sched-time {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-upper__contact-sched-time {
    font-size: 13px;
  }
}
.top-upper .txt-animation {
  overflow: hidden;
  position: relative;
}
.top-upper .txt-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;
}
@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes img-animation {
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

.lp-lower {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .lp-lower {
    margin-top: 0;
  }
}
.lp-lower__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(1000px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .lp-lower__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__container {
    padding: 0 5.335%;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-container {
    padding: 0 10px;
  }
}
.lp-lower__border {
  padding: 40px 0;
  border-top: 1px solid #d3d7db;
  border-bottom: 1px solid #d3d7db;
}
.lp-lower__border--lightblue {
  border: unset;
  background-color: #c5dae5;
}
.lp-lower__border--blue {
  border: unset;
  background-color: #9bd2ef;
}
.lp-lower__title-wrap {
  margin: 0 !important;
  text-align: left !important;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .lp-lower__title-wrap {
    padding-bottom: 48px;
  }
}
.lp-lower__title-en {
  font-size: 6rem;
  color: #0a318f;
}
@media screen and (max-width: 767px) {
  .lp-lower__title-en {
    font-size: 48px;
    margin-bottom: 16px;
  }
}
.lp-lower__title-en--white {
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.lp-lower__title-en.text-stroke {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.lp-lower__title-jp {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__title-jp {
    font-size: 24px;
  }
}
.lp-lower__title-jp--white {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
.lp-lower__btn-wrap {
  height: 250px;
  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__button {
  width: 328px;
}
@media screen and (max-width: 767px) {
  .lp-lower__button {
    width: unset;
  }
}
.lp-lower__title-wrap1 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lp-lower__schedule-title-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-title-wrap {
    padding-bottom: 32px;
  }
}
.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__seating-plan {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-plan {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.lp-lower__ticket-type {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-lower__ticket-type {
    font-size: 14px;
  }
}
.lp-lower__ticket-type--fs24 {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lp-lower__ticket-type--fs24 {
    font-size: 18px;
  }
}
.lp-lower__seating-charts {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1090px) {
  .lp-lower__seating-charts {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-charts {
    margin-top: 23px;
  }
}
.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: 767px) {
  .lp-lower__seating-charts-col {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1090px) {
  .lp-lower__seating-charts-col {
    gap: 20px 11px;
    grid-template-columns: repeat(2, 49%);
  }
}
.lp-lower__seating-charts-col--new {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-charts-col--new {
    margin-top: 20px;
  }
}
.lp-lower__seating-chart-block {
  cursor: pointer;
  outline: none;
  border: none;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 490px;
  -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: 30px;
}
@media screen and (max-width: 1090px) {
  .lp-lower__seating-chart-block {
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-chart-block {
    min-height: 110px;
  }
}
.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__inner-block {
  background-color: #fff;
  -webkit-clip-path: polygon(3% 0, 97% 0, 100% 10%, 100% 90%, 97% 100%, 3% 100%, 0 91%, 0 10%);
          clip-path: polygon(3% 0, 97% 0, 100% 10%, 100% 90%, 97% 100%, 3% 100%, 0 91%, 0 10%);
  border-radius: 5px;
}
@media screen and (max-width: 1090px) {
  .lp-lower__inner-block {
    -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__inner-test {
  height: 160px;
  padding: 0 12px;
  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__inner-test {
    height: 110px;
  }
}
.lp-lower__inner-test--h130 {
  height: 130px;
}
@media screen and (max-width: 767px) {
  .lp-lower__inner-test--h130 {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-wrap--sp {
    margin-top: -20px;
  }
}
.lp-lower__seating-chart-color {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  background-color: #07308f;
  font: 700 1.6rem "Oswald", sans-serif;
  letter-spacing: 0.03em;
  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: 767px) {
  .lp-lower__seating-chart-color {
    height: 15px;
    width: 15px;
    font-size: 10px;
  }
}
.lp-lower__seating-chart-color--84 {
  background: -webkit-gradient(linear, left top, left bottom, from(#849bd1), color-stop(#0c137b), to(#000747));
  background: linear-gradient(to bottom, #849bd1, #0c137b, #000747);
}
.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--e3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e32323), to(#740707));
  background: linear-gradient(to bottom, #e32323, #740707);
}
.lp-lower__seating-chart-color--c4 {
  background-color: #c4c31b;
}
.lp-lower__seating-chart-color--07 {
  background-color: #07308f;
}
.lp-lower__seating-chart-color--a4 {
  background-color: #a4c88b;
}
.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-subtitle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.lp-lower__seating-chart-subtitle-badge {
  padding: 1px 10px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(#d00419), to(#b20013));
  background: linear-gradient(to bottom, #d00419, #b20013);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.lp-lower__seating-chart-subtitle-badge-text-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;
}
.lp-lower__seating-chart-subtitle-badge-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.5454545455em;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.lp-lower__seating-chart-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8333333333em;
  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-chart-subtitle--red {
  color: #d60017;
}
.lp-lower__seating-link-wrap {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-link-wrap {
    margin-top: 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-link-wrap--sp-absolute {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-link-wrap--sp-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-lower__seating-link {
  gap: 11px;
  width: 91px;
  height: 33px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  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;
  border-radius: 20px;
  background-color: #f1f1f1;
  font-size: 1.6rem;
  line-height: 1em;
  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--h29 {
  font-size: 1.4rem;
  width: 74px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-link--h29 {
    height: 24px;
    font-size: 12px;
  }
}
.lp-lower__seating-link--h29 svg {
  width: 6px;
  height: 10.49px;
}
.lp-lower__seating-link svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lp-lower__seating-price {
  margin-top: 64px;
  background-color: #f1f1f1;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-price {
    margin-top: 0;
    padding: 34px 20px;
  }
}
.lp-lower__seating-price:last-child {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-price:last-child {
    margin-top: 12px;
  }
}
.lp-lower__seating-price--new:last-child {
  margin-top: 64px;
}
.lp-lower__seating-sales-wrap {
  margin-top: 23px;
  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/blue-bg-new.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-sales-wrap {
    margin-top: 23px;
    width: 262px;
  }
}
.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: 249px;
  height: 42px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-ads {
    font-size: 16px;
    width: 206px;
  }
}
.lp-lower__seating-ads span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__seating-ads span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__table-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lp-lower__table-wrap--mw {
  max-width: 606px;
}
@media screen and (max-width: 1070px) {
  .lp-lower__table-wrap--mw {
    max-width: unset;
  }
}
.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: 0 20px;
  }
}
.lp-lower__modal-content {
  position: relative;
  background-color: #fff;
  margin: 85px auto;
  padding: 50px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1600px) {
  .lp-lower__modal-content {
    margin: 39px auto;
  }
}
@media screen and (max-width: 950px) {
  .lp-lower__modal-content {
    padding: 30px 36px;
    margin: 9% auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-content {
    padding: 20px 15px 38px;
  }
}
.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: 28px;
  }
}
.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--84 {
  background: -webkit-gradient(linear, left top, left bottom, from(#849bd1), color-stop(#0c137b), to(#000747));
  background: linear-gradient(to bottom, #849bd1, #0c137b, #000747);
}
.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--e3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e32323), to(#740707));
  background: linear-gradient(to bottom, #e32323, #740707);
}
.lp-lower__modal-cat-color--c4 {
  background-color: #c4c31b;
}
.lp-lower__modal-cat-color--07 {
  background-color: #07308f;
}
.lp-lower__modal-cat-color--a4 {
  background-color: #a4c88b;
}
.lp-lower__modal-desc {
  margin-top: 8px;
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .lp-lower__modal-desc {
    margin-top: 7px;
    padding-left: 0;
  }
}
.lp-lower__modal-price {
  display: block;
  margin-bottom: 8px;
  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;
  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;
  top: 16rem;
  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: -12px;
    right: -12px;
  }
}
.lp-lower__table-wrap1 {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1076px) {
  .lp-lower__table-wrap1 {
    max-width: initial;
  }
}
.lp-lower__heading-tbl {
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.375em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__heading-tbl {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.lp-lower__tbl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
  margin-top: 40px;
}
@media screen and (max-width: 1070px) {
  .lp-lower__tbl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-top: 0;
  }
}
.lp-lower__tbl-wrap--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-lower__tbl-wrap--mt0 {
  margin-top: 0;
}
@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: 605px;
  border-collapse: collapse;
}
@media screen and (max-width: 1070px) {
  .lp-lower__tbl {
    width: 100%;
  }
}
@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 #d3d7db;
  border-bottom: none;
}
.lp-lower__th--base-price {
  width: 26.3%;
  background-color: #0a318f;
}
.lp-lower__th--base-price-w24p {
  width: 24.75%;
}
.lp-lower__th--selling-price {
  width: 37.9%;
  background-color: #297095;
}
.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 {
  width: 39.3%;
  padding: 9px 11px;
  position: relative;
  border: 1px solid #d3d7db;
  border-left: 1px solid #d3d7db;
  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 {
  width: 150px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #131414;
}
@media screen and (max-width: 767px) {
  .lp-lower__td--base {
    background-color: #787b80;
    color: #fff;
  }
}
.lp-lower__td--selling {
  text-align: center;
}
.lp-lower__td-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-lower__td-wrap--flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.lp-lower__color-box {
  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;
  border-radius: 3px;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .lp-lower__color-box {
    margin-right: 8px;
  }
}
.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--84 {
  background: -webkit-gradient(linear, left top, left bottom, from(#849bd1), color-stop(#0c137b), to(#000747));
  background: linear-gradient(to bottom, #849bd1, #0c137b, #000747);
}
.lp-lower__color-box--e3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e32323), to(#740707));
  background: linear-gradient(to bottom, #e32323, #740707);
}
.lp-lower__color-box--c4 {
  background-color: #c4c31b;
}
.lp-lower__color-box--07 {
  background-color: #07308f;
}
.lp-lower__color-box--a4 {
  background-color: #a4c88b;
}
.lp-lower__color-box-txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.lp-lower__color-box-txt--blk {
  color: #131414;
}
.lp-lower__td-txt {
  font-size: 1.6rem;
  font-weight: 700;
}
.lp-lower__td-txt--fs12 {
  font-size: 1.2rem;
  font-weight: 400;
}
.lp-lower__td-txt--fs14 {
  font-size: 1.4rem;
  font-weight: 400;
}
.lp-lower__td-txt--fs18 {
  font-size: 1.8rem;
  color: #0a318f;
}
.lp-lower__td-txt--red {
  color: #d00419;
}
.lp-lower__td-badge {
  padding: 1px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(#d00419), to(#b20013));
  background: linear-gradient(to bottom, #d00419, #b20013);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (max-width: 767px) {
  .lp-lower__td-badge {
    margin-left: 6px;
  }
}
.lp-lower__td-badge-text-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;
}
.lp-lower__td-badge-text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.5454545455em;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.lp-lower__sales-price-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-price-wrap {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    height: 156px;
    display: block;
    border: 2px solid #d3d7db;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lp-lower__sales-price-wrap {
    height: 123px;
  }
}
.lp-lower__sales-price-wrap:first-child {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-price-wrap:first-child {
    margin-top: 0;
  }
}
.lp-lower__sales-price-wrap:last-child {
  margin-bottom: 0;
}
.lp-lower__sales-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-price-block {
    border-bottom: 2px solid #d3d7db;
  }
}
.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: 6px 7px 11px 6px;
}
.lp-lower__sales-about--base {
  background-color: #0a318f;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-about--base {
    height: 40px;
    padding: 20px 0;
  }
}
.lp-lower__sales-about--sales {
  background-color: #297095;
}
.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;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-info {
    padding: 7px 11px;
  }
}
.lp-lower__sales-info--bgf1 {
  padding: 14px 12px;
  background-color: #f1f1f1;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .lp-lower__sales-info--bgf1 {
    height: 40px;
  }
}
.lp-lower__sales-col {
  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__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-info-txt--red {
  color: #d60017;
  font-size: 1.1rem;
}
.lp-lower__sales-txt {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a318f;
}
.lp-lower__sales-txt--base {
  font-weight: 400;
  color: #131414;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}
.lp-lower__ticket-packs {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .lp-lower__ticket-packs {
    margin-top: 15px;
  }
}
.lp-lower__tickets-txt {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .lp-lower__tickets-txt {
    font-size: 13px;
  }
}
.lp-lower__tickets-desc {
  border-top: 1px solid #d3d7db;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__tickets-desc {
    font-size: 13px;
    margin-top: 8px;
    padding-top: 16px;
  }
}
.lp-lower__tickets-note {
  padding-left: 1em;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7857142857em;
}
.lp-lower__tickets-note::before {
  content: "※";
  margin-left: -1em;
}
.lp-lower__tickets-note + .lp-lower__tickets-note {
  margin-top: 10px;
}
.lp-lower__tickets-note--red-underline {
  color: #d60017;
  text-decoration: underline;
}
.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;
}
.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;
  }
}
.lp-lower__seatsmap-wrap {
  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: 1050px) {
  .lp-lower__seatsmap-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-lower__seat-img1 {
  width: 605px;
  height: 469px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .lp-lower__seat-img1 {
    border: 1px solid #d3d7db;
    width: 100%;
    height: auto;
  }
}
.lp-lower__benefits {
  padding: 100px 0;
  background-color: #26282e;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits {
    padding: 80px 0;
  }
}
.lp-lower__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 49%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  counter-reset: case;
}
@media screen and (max-width: 950px) {
  .lp-lower__benefits-list {
    grid-template-columns: repeat(1, 100%);
    gap: 8px;
  }
}
.lp-lower__benefits-item {
  padding: 93px 33px 45px;
  border-radius: 5px;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #101011;
  counter-increment: case;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-item {
    padding: 40px 20px;
  }
}
.lp-lower__benefits-item::before {
  content: " " counter(case, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
  color: #0a318f;
  font-size: 6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-item::before {
    font-size: 40px;
  }
}
.lp-lower__benefits-item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -26px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
  border-left: 47px solid transparent;
  border-right: 50px solid transparent;
  border-top: 48px solid #26282e;
}
.lp-lower__benefits-item--new {
  padding: 93px 33px 30px;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-item--new {
    padding: 40px 20px;
  }
}
.lp-lower__benefits-item--new::before {
  color: #3456f6;
}
.lp-lower__benefits-content {
  text-align: center;
}
.lp-lower__benefits-img-wrap {
  height: 150px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-img-wrap {
    height: 100px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-img-wrap--new {
    margin-bottom: 35px;
  }
}
.lp-lower__benefits-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-lower__benefits-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.lp-lower__benefits-desc--col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: initial;
}
.lp-lower__benefits-title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667em;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-title {
    font-size: 18px;
  }
}
.lp-lower__benefits-title--small {
  font-size: 20px;
}
.lp-lower__benefits-txt {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.6666666667em;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-txt {
    font-size: 13px;
    margin-top: 11px;
  }
}
.lp-lower__benefits-txt--small {
  font-size: 14px;
}
.lp-lower__benefits-txt--mt8 {
  margin-top: 8px;
}
.lp-lower__benefits-types-wrap {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-types-wrap {
    gap: 4px;
    width: 100%;
  }
}
.lp-lower__benefits-type {
  border-radius: 23px;
  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: #0a318f;
  width: 200px;
  height: 35px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-type {
    font-size: 13px;
    width: 149px;
    width: auto;
    height: 26px;
  }
}
.lp-lower__benefits-type--lightblue {
  background-color: #3456f6;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-type--lightblue {
    padding-inline: 8px;
  }
}
.lp-lower__benefits-type--black {
  background-color: #101011;
  border: 2px solid #3456f6;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143em;
  font-weight: 500;
  width: 190px;
  height: 30px;
}
.lp-lower__benefits-member {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member {
    margin-top: 32px;
  }
}
.lp-lower__benefits-member-title {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-title {
    font-size: 18px;
  }
}
.lp-lower__benefits-member-date {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-date {
    font-size: 24px;
  }
}
.lp-lower__benefits-member-img-wrap {
  margin-top: 41px;
  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;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-img-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.lp-lower__benefits-member-img {
  border-radius: 5px;
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-img {
    height: 96px;
    width: 33%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lp-lower__benefits-member-img--img-mid {
  -o-object-fit: inherit;
     object-fit: inherit;
  height: initial;
  max-height: initial;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-img--img-mid {
    height: 96px;
    width: 33%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.lp-lower__benefits-member-list {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-list {
    width: 100%;
  }
}
.lp-lower__benefits-member-item {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 26px 50px;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-item {
    padding: 16px 0 16px 35px;
    font-size: 18px;
  }
}
.lp-lower__benefits-member-item::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 1px;
  width: 28px;
  height: 21px;
  background-image: url("./public/img/icons/check-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-item::before {
    top: 21px;
    width: 20px;
    height: 15.32px;
  }
}
.lp-lower__benefits-member-item .note {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-member-item .note {
    font-size: 14px;
  }
}
.lp-lower__benefits-member-item--new::before {
  background-image: url("./public/img/icons/check-icon-blue34.svg");
}
.lp-lower__benefits-btn-wrap {
  margin: 72px 0 10px;
  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;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .lp-lower__benefits-btn-wrap {
    gap: 30px;
    margin: 48px 0 10px;
  }
}
.lp-lower__benefits-btn {
  top: 0;
}
.lp-lower__benefits-btn--white {
  background-color: #131414;
}
.lp-lower__benefits-btn--white:hover .lp-lower__button-txt {
  color: #fff;
}
.lp-lower__benefits-btn--white:hover .lp-lower__button-txt span::after {
  background: url("./public/img/arrow-right.svg") no-repeat;
}
.lp-lower__benefits-btn--white:hover:hover {
  background-color: #131414;
}
.lp-lower__benefits-btn--white:hover:hover::before {
  background-color: #131414;
}
.lp-lower__benefits-btn--white:hover:hover::after {
  background-color: #131414;
}
.lp-lower__benefits-btn--white::before {
  background-color: #fff;
}
.lp-lower__benefits-btn--white::after {
  background-color: #fff;
}
.lp-lower__button-txt {
  color: #131414;
  border: 1px solid #fff;
}
.lp-lower__button-txt::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.lp-lower__button-txt--white {
  color: #131414;
}
.lp-lower__button-txt--white:hover span {
  color: #fff;
}
.lp-lower__button-txt--white span::after {
  background: url("./public/img/arrow-right-black.svg") no-repeat;
}
.lp-lower__schedule {
  padding: 100px 0;
  background-color: #297095;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule {
    padding: 80px 0;
  }
}
.lp-lower__schedule-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-title-wrap1 {
    padding-bottom: 33px;
  }
}
.lp-lower__schedule-purchase {
  width: 100%;
  max-width: 360px;
  padding: 0 32px;
  background-color: #155273;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lp-lower__schedule-purchase {
    max-width: 320px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .lp-lower__schedule-purchase {
    padding: 0;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-purchase {
    height: 50px;
    max-width: initial;
  }
}
.lp-lower__schedule-purchase-txt {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .lp-lower__schedule-purchase-txt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 980px) {
  .lp-lower__schedule-purchase-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-purchase-txt {
    font-size: 20px;
  }
}
.lp-lower__schedule-period {
  padding: 2px;
  border-radius: 19px;
  text-align: center;
  width: 159px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .lp-lower__schedule-period {
    font-size: 16px;
  }
}
.lp-lower__date {
  text-align: center;
  width: 100%;
  height: 100px;
  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: 0 32px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .lp-lower__date {
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .lp-lower__date {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__date {
    height: 70px;
  }
}
.lp-lower__schedule-txt {
  font-size: 4.6rem;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #297095;
}
@media screen and (max-width: 980px) {
  .lp-lower__schedule-txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 366px) {
  .lp-lower__schedule-txt {
    font-size: 24px;
  }
}
.lp-lower__schedule-txt--f36 {
  font-size: 3.6rem;
  line-height: 1.4444444444em;
  margin-right: 8px;
}
@media screen and (max-width: 980px) {
  .lp-lower__schedule-txt--f36 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-txt--f36 {
    font-size: 24px;
  }
}
.lp-lower__schedule-txt--f26-circle {
  position: relative;
  top: -6px;
  border-radius: 50%;
  border: 2px solid #297095;
  font-size: 2.6rem;
  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: 48px;
  height: 48px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 12px;
}
@media screen and (max-width: 980px) {
  .lp-lower__schedule-txt--f26-circle {
    font-size: 2.4rem;
    width: 38px;
    height: 38px;
    top: -4px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__schedule-txt--f26-circle {
    width: 30px;
    height: 30px;
    margin: 0 4px 0 0;
    font-size: 16px;
  }
}
.lp-lower__apply {
  padding: 86px 0 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-title {
    padding-bottom: 49px;
  }
}
.lp-lower__apply-tabs-btn-wrap {
  position: relative;
  top: 2px;
  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: 2rem;
  font-weight: 700;
  color: #505050;
  background-color: #e3e3e3;
  border-radius: 5px;
  border-top: 2px solid #d3d7db;
  border-left: 2px solid #d3d7db;
  border-right: 2px solid #d3d7db;
  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: 980px) {
  .lp-lower__apply-tabs-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn {
    padding: 0;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  .lp-lower__apply-tabs-btn {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn--tab1 {
    font-size: 12px;
  }
}
@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;
    font-size: 16px;
  }
}
.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: #0a318f;
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn.active:last-child {
    border-left: 2px solid #d3d7db;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-lower__apply-tabs-btn.active {
    border-right: 2px solid #d3d7db;
    border-left: none;
  }
}
.lp-lower__apply-tabs-btn.active::after {
  opacity: 1;
}
.lp-lower__apply-tabs-btn--new {
  border-width: 1px;
  height: 90px;
}
.lp-lower__apply-tabs-btn--new.active {
  color: #3456f6;
}
.lp-lower__apply-tab-container {
  border-top: 2px solid #d3d7db;
  position: relative;
  padding: 80px 0 100px;
  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 80px;
  }
}
.lp-lower__apply-tab-container--new {
  border-width: 1px;
}
.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:first-child {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.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 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;
}
.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-txt {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp-lower__content-txt {
    font-size: 13px;
  }
}
.lp-lower__content-txt--link {
  text-decoration: underline;
  color: #3456f6;
}
.lp-lower__content-btn {
  margin: 10px 0 20px;
  width: 100%;
  max-width: 353px;
  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: -webkit-gradient(linear, left top, right top, from(#d00419), to(#b20013));
  background: linear-gradient(to right, #d00419 0%, #b20013 100%);
  border-radius: 19px;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-lower__content-btn {
    margin-top: 12px;
    max-width: initial;
    font-size: 13px;
  }
}
.lp-lower__content-btn--mb {
  margin-bottom: 16px;
}
.lp-lower__content-btn--mb0 {
  margin-bottom: 0;
}
.lp-lower__content-btn--fit-content {
  padding-inline: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2em;
  letter-spacing: 0.03em;
}
@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 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation 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%);
  }
}

.newlp__renewal {
  position: relative;
  padding-block: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newlp__renewal {
    padding-block: 80px;
  }
}
.newlp__renewal-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newlp__renewal-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 40, 46, 0.8);
}
.newlp__renewal-container {
  width: 100%;
  max-width: calc(1100px + 8%);
  padding-inline: 4%;
  margin: 90px auto 80px;
}
@media screen and (max-width: 767px) {
  .newlp__renewal-container {
    margin-block: 45px 40px;
  }
}
.newlp__renewal-content {
  border: 3px solid #fff;
  padding: 50px 47px;
}
@media screen and (max-width: 767px) {
  .newlp__renewal-content {
    padding: 20px 12px;
  }
}
.newlp__renewal-heading {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newlp__renewal-heading {
    font-size: 20px;
  }
}
.newlp__renewal-heading .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .newlp__renewal-heading .small {
    font-size: 14px;
  }
}
.newlp__renewal-heading--ls0 {
  letter-spacing: 0;
}
.newlp__renewal-heading--big {
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 1.4375em;
}
@media screen and (max-width: 767px) {
  .newlp__renewal-heading--big {
    font-size: 22px;
  }
}
.newlp__renewal-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .newlp__renewal-blocks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.newlp__renewal-block {
  background-color: #101011;
  padding: 30px 20px;
  border-radius: 5px;
}
.newlp__renewal-block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-block: 20px 6px;
}
@media screen and (max-width: 767px) {
  .newlp__renewal-block-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.newlp__renewal-block-list-item {
  position: relative;
  padding: 20px 10px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
}
.newlp__renewal-block-list-item::before, .newlp__renewal-block-list-item::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 11px;
  aspect-ratio: 1/1;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #101011), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom right, #101011 50%, transparent 50%);
}
.newlp__renewal-block-list-item::before {
  left: -1px;
}
.newlp__renewal-block-list-item::after {
  right: -1px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.newlp__renewal-block-list-item-design {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newlp__renewal-block-list-item-design::before, .newlp__renewal-block-list-item-design::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 11px;
  aspect-ratio: 1/1;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #101011), color-stop(50%, transparent));
  background-image: linear-gradient(to top right, #101011 50%, transparent 50%);
}
.newlp__renewal-block-list-item-design::before {
  left: -1px;
}
.newlp__renewal-block-list-item-design::after {
  right: -1px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.newlp__renewal-block-list-item-heading {
  position: absolute;
  left: 50%;
  top: -13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  color: #fff;
  padding-block: 2.5px;
  text-align: center;
  width: 100%;
  max-width: 104px;
}
.newlp__renewal-block-list-item-heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-15deg);
          transform: translate(-50%, -50%) skew(-15deg);
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d00419), to(#ba0114));
  background-image: linear-gradient(#d00419, #ba0114);
}
.newlp__renewal-block-list-item-title {
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  color: #3456f6;
  margin-bottom: 10px;
}
.newlp__renewal-block-list-item-note {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
.newlp__renewal-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .newlp__renewal-type {
    grid-template-columns: 1fr;
  }
}
.newlp__renewal-type-item {
  background-color: #3456f6;
  text-align: center;
  padding-block: 19px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}
.newlp__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 4%;
}
@media screen and (max-width: 767px) {
  .newlp__btn-wrap {
    -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: 34px;
  }
}
.newlp__benefits-2col {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .newlp__benefits-2col {
    grid-template-columns: 1fr;
  }
}
.newlp__benefits-new {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font: 700 1.8rem "Oswald", sans-serif;
  letter-spacing: 0.03em;
  color: #d60017;
}
.newlp__seat-intro-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8125em;
  color: #141414;
  margin-top: 24px;
}
.newlp__seat-intro-text--medium {
  font-weight: 500;
}

.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;
}

.anchor {
  scroll-margin-top: 80px;
}

.anchor-40 {
  scroll-margin-top: 40px;
}

.anchor-130 {
  scroll-margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .anchor-130 {
    scroll-margin-top: 60px;
  }
}

.anchor-150 {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .anchor-150 {
    scroll-margin-top: 60px;
  }
}

.anchor-100 {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .anchor-100 {
    scroll-margin-top: 60px;
  }
}

.anchor-120 {
  display: block;
  position: relative;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .anchor-120 {
    top: -60px;
  }
}

.anchor-23 {
  display: block;
  position: relative;
  top: 23px;
}

.clr-white {
  color: #fff;
}

.clr-blue34 {
  color: #3456f6;
}

@media screen and (max-width: 767px) {
  .fs14-sp {
    font-size: 14px;
  }
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.newlp-modal .splide {
  position: relative;
}
.newlp-modal .splide__track {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .newlp-modal .splide__track {
    overflow: visible;
  }
}
.newlp-modal .splide__slide {
  width: 100%;
}
.newlp-modal .splide__arrows {
  margin: auto;
  padding-inline: 10px;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .newlp-modal .splide__arrows {
    padding-inline: 4px;
    z-index: 1;
  }
}
.newlp-modal .splide__arrow {
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
  background: url("./public/img/newlp/seat/caret.svg") no-repeat center/contain;
  background-color: #131414;
  background-size: 10px;
  opacity: 1;
  position: static;
}
.newlp-modal .splide__arrow svg {
  display: none;
}
.newlp-modal .splide__arrow--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.newlp-modal .splide__arrow--next {
  -webkit-transform: none;
          transform: none;
}
.newlp-modal .splide__pagination {
  bottom: -18px;
  gap: 8px;
}
.newlp-modal .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  opacity: 0.3;
  background: #b8b8b8;
}
.newlp-modal .splide__pagination__page.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 767px) {
  .newlp-modal__slider-list--pc-grid {
    display: grid !important;
    grid-template: 1fr 1fr/1fr 1fr;
    gap: 0 25px;
  }
}
@media screen and (min-width: 767px) {
  .newlp-modal__slider-list--pc-grid .splide__slide:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
