* {
  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: #303030;
  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;
}

.fab {
  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: 42px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 405px;
  height: 124px;
  border: 2px solid #000;
  border-top-left-radius: 40px;
  background-color: #f5dc00;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fab {
    gap: 35px;
    width: 337.5px;
    height: 103.3333333333px;
    border-top-left-radius: 33.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .fab {
    width: 100%;
    height: 69px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-inline: 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fab::before {
  content: "";
  position: relative;
  width: 41px;
  height: 36px;
  background: url("../public/img/icons/tickets.svg") center/contain no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fab::before {
    width: 34.1666666667px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fab::before {
    width: 29px;
    height: 26px;
  }
}
.fab::after {
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  background: url("../public/img/icons/arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fab::after {
    width: 33.3333333333px;
    height: 33.3333333333px;
  }
}
.fab:hover {
  background-color: #000;
  color: #fff;
}
.fab:hover::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.fab__texts {
  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: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fab__texts {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fab__texts {
    gap: 6px;
  }
}
.fab__text-big {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fab__text-big {
    font-size: 26.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .fab__text-big {
    font-size: 18px;
  }
}
.fab__text-small {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fab__text-small {
    font-size: 13.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .fab__text-small {
    font-size: 13px;
  }
}

.footer {
  background-color: #42abe8;
  padding-block: 180px;
  position: relative;
  overflow: hidden;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer {
    padding-block: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-block: 40px 94px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  gap: 79px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer__content {
    max-width: 1000px;
    gap: 65.8333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 4%;
    gap: 40px;
  }
}
.footer__logo {
  width: 209px;
  aspect-ratio: 209/221;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer__logo {
    width: 174.1666666667px;
  }
}
.footer__button {
  background-color: #f5dc00;
  border: 4px solid #000;
  padding: 61px 31px;
  width: 100%;
  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;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.45em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer__button {
    border-width: 3.3333333333px;
    padding: 50.8333333333px 25.8333333333px;
    font-size: 33.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__button {
    max-width: 400px;
    padding: 16px;
    font-size: 16px;
    border-width: 2px;
  }
}
.footer__button::after {
  content: "";
  position: relative;
  width: 64px;
  height: 64px;
  background: url("../public/img/icons/arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer__button::after {
    width: 53.3333333333px;
    height: 53.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__button::after {
    width: 32px;
    height: 32px;
  }
}
.footer__button:hover {
  background-color: #000;
  color: #fff;
}
.footer__button-img {
  width: 320px;
  height: 92px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer__button-img {
    width: 266.6666666667px;
    height: 76.6666666667px;
    margin-right: 8.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__button-img {
    width: 131px;
    height: 38px;
    margin-right: 2px;
  }
}
.footer__copyright {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer__copyright {
    bottom: 10px;
    font-size: 12.5px;
  }
}

.lp {
  overflow: hidden;
}
.lp__mv {
  width: 100%;
  min-height: 100vh;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 767px) {
  .lp__mv {
    min-height: unset;
    aspect-ratio: 375/468;
  }
}
.lp__mv-pic {
  display: block;
  height: 100%;
}
.lp__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__heading {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__heading {
    gap: 16px;
  }
}
.lp__heading-en {
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__heading-en {
    height: 41.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__heading-en {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .lp__heading-en--sp42 {
    height: 42px;
  }
}
.lp__heading-jp {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__heading-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__heading-jp {
    font-size: 16px;
  }
}
.lp__button-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.lp__button-wrap::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 4px);
  height: 100%;
  border-radius: 39px;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp__button {
  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: 480px;
  height: 77px;
  border: 2px solid #000;
  border-radius: 39px;
  background-color: #f5dc00;
  font-weight: 700;
  font-size: 3.2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__button {
    width: 400px;
    height: 64.1666666667px;
    font-size: 26.6666666667px;
    border-radius: 32.5px;
  }
}
@media screen and (max-width: 767px) {
  .lp__button {
    width: 315px;
    height: 57px;
    font-size: 24px;
  }
}
.lp__button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("../public/img/icons/arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__button::after {
    width: 33.3333333333px;
    height: 33.3333333333px;
    right: 16.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__button::after {
    width: 32px;
    height: 32px;
  }
}
.lp__button:hover {
  background-color: #000;
  color: #fff;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.lp__image {
  width: 100%;
  max-width: calc(1568px + 8%);
  aspect-ratio: 1568/820;
  padding-inline: 4%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__image {
    max-width: calc(1306.6666666667px + 8%);
  }
}
@media screen and (max-width: 767px) {
  .lp__image {
    aspect-ratio: 329/379;
  }
}
.lp__image img {
  border: 16px solid #000;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lp__image img {
    border-width: 8px;
    border-radius: 5px;
  }
}
.lp__sched {
  background-color: #42abe8;
  padding-block: 80px 305px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched {
    padding-block: 66.6666666667px 254.1666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched {
    padding: 40px 4% 82px;
  }
}
.lp__sched::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../public/img/lp/bg-light.png");
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp__sched::before {
    background-image: url("../public/img/lp/bg-light-sp.png");
  }
}
.lp__sched-container {
  margin: 40px auto;
  border: 4px solid #000;
  border-radius: 208px;
  background-color: #e2ddca;
  max-width: 1200px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-container {
    margin: 33.3333333333px auto;
    border-radius: 173.3333333333px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-container {
    border-width: 2px;
    border-radius: 80px;
    margin-bottom: 24px;
  }
}
.lp__sched-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 20px 33px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-content {
    padding-block: 16.6666666667px 27.5px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-content {
    padding: 40px;
  }
}
.lp__sched-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  gap: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-logo {
    font-size: 20px;
    gap: 15.8333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-logo {
    font-size: 16px;
    gap: 24px;
  }
}
.lp__sched-logo-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__sched-logo-txt {
    gap: 8px;
  }
}
.lp__sched-logo-img {
  width: 104px;
  height: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-logo-img {
    width: 86.6666666667px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-logo-img {
    width: 82px;
    height: 76px;
  }
}
.lp__sched-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-date {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-date {
    gap: 8px;
  }
}
.lp__sched-date-year {
  font: 700 4rem "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-date-year {
    font-size: 33.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-date-year {
    font-size: 20px;
  }
}
.lp__sched-date-day {
  font: 700 12rem "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-date-day {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-date-day {
    font-size: 64px;
  }
}
.lp__sched-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
  gap: 4px;
  background-color: #fff;
  font: 700 4rem "Montserrat", sans-serif;
  line-height: 0.8em;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-date-time {
    padding: 6.6666666667px;
    gap: 3.3333333333px;
    font-size: 33.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-date-time {
    font-size: 20px;
  }
}
.lp__sched-place {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 16px;
  width: 519px;
  background-color: #1663c8;
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-place {
    font-size: 20px;
    padding: 13.3333333333px;
    width: 432.5px;
    margin-bottom: 16.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-place {
    font-size: 16px;
    padding: 4px;
    margin-bottom: 24px;
  }
}
.lp__sched-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-present {
    font-size: 20px;
    gap: 13.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    font-size: 16px;
  }
}
.lp__sched-present-img {
  width: 154px;
  height: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-present-img {
    width: 128.3333333333px;
    height: 15px;
  }
}
.lp__sched-decor-1 {
  position: absolute;
  top: -80px;
  right: -30px;
  width: 303px;
  height: 167px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-decor-1 {
    top: -66.6666666667px;
    right: -25px;
    width: 252.5px;
    height: 139.1666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-decor-1 {
    width: 115px;
    height: 63px;
    top: -22px;
    right: 0;
  }
}
.lp__sched-decor-2 {
  position: absolute;
  bottom: -4px;
  left: -60px;
  width: 240px;
  height: 169px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-decor-2 {
    bottom: -3.3333333333px;
    left: -50px;
    width: 200px;
    height: 140.8333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-decor-2 {
    width: 71px;
    height: 50px;
    left: -9px;
  }
}
.lp__sched-decor-3 {
  position: absolute;
  bottom: -33px;
  right: -4px;
  width: 146px;
  height: 86px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__sched-decor-3 {
    bottom: -27.5px;
    right: -3.3333333333px;
    width: 121.6666666667px;
    height: 71.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-decor-3 {
    width: 84px;
    height: 50px;
    bottom: -8px;
  }
}
.lp__sched-button {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp__highlight {
  padding-block: 80px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-color: #1663c8;
  border-radius: 118px;
  margin-top: -109px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__highlight {
    padding-block: 66.6666666667px 100px;
    gap: 33.3333333333px;
    border-radius: 98.3333333333px;
    margin-top: -90.8333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__highlight {
    padding-block: 34px 40px;
    border-radius: 32px;
    margin-top: -35px;
    gap: 24px;
  }
}
.lp__highlight-image {
  width: 100%;
}
.lp__highlight-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__highlight-text {
    padding-inline: 4%;
    font-size: 15px;
  }
}
.lp__event {
  margin-top: -109px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event {
    margin-top: -90.8333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event {
    margin-top: -35px;
  }
}
.lp__event-special {
  padding: 190px 4% 253px;
  background-color: #0044a9;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special {
    padding: 158.3333333333px 4% 210.8333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-special {
    padding: 75px 4%;
  }
}
.lp__event-special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../public/img/lp/bg-dark.png");
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp__event-special::before {
    background-image: url("../public/img/lp/bg-dark-sp.png");
  }
}
.lp__event-special-banner {
  padding: 40px;
  margin: 126px auto 0;
  max-width: 1400px;
  border: 4px solid #000;
  background-color: #e2ddca;
  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: 50px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special-banner {
    padding: 33.3333333333px;
    margin: 105px auto 0;
    max-width: 1166.6666666667px;
    border-width: 3.3333333333px;
    gap: 41.6666666667px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 78px auto 32px;
    border-width: 2px;
    width: 100%;
    padding: 114px 17px 40px;
    gap: 24px;
  }
}
.lp__event-special-banner::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special-banner::before {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-banner::before {
    top: 8px;
    left: 7px;
  }
}
.lp__event-special-banner::after {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  width: 350px;
  height: 380px;
  background: url("../public/img/lp/decor-special-guest.png?v=1") center/contain no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special-banner::after {
    top: -62.5px;
    right: -62.5px;
    width: 291.6666666667px;
    height: 316.6666666667px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-banner::after {
    background-image: url("../public/img/lp/decor-special-guest-sp.png?v=1");
    width: 361px;
    height: 320px;
    top: 71px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.lp__event-special-image {
  margin-top: -79px;
  width: 610px;
  max-width: 50%;
  aspect-ratio: 610/449;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special-image {
    margin-top: -65.8333333333px;
    width: 508.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-image {
    width: 305px;
    margin-top: 0;
    max-width: 100%;
    aspect-ratio: 305/256;
  }
}
.lp__event-special-heading-wrap {
  position: absolute;
  top: -85px;
  right: 274px;
  max-width: 629px;
  width: 45%;
  aspect-ratio: 629/271;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special-heading-wrap {
    top: -70.8333333333px;
    right: 228.3333333333px;
    max-width: 524.1666666667px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-heading-wrap {
    top: -39px;
    right: 50%;
    width: 308px;
    height: 172px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.lp__event-special-content {
  margin-right: 95px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special-content {
    margin-right: 79.1666666667px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-content {
    margin-right: 0;
  }
}
.lp__event-special-text {
  max-width: 467px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
  margin-block: 90px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-special-text {
    max-width: 389.1666666667px;
    font-size: 13.3333333333px;
    margin-block: 75px 33.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-text {
    margin-block: 0;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-special-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.lp__event-bubble {
  font-weight: 700;
  font-size: 4rem;
  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;
  padding: 19px;
  border-radius: 20px;
  width: 896px;
  background-color: #000;
  margin-bottom: 65px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-bubble {
    font-size: 33.3333333333px;
    padding: 15.8333333333px;
    width: 746.6666666667px;
    margin-bottom: 54.1666666667px;
    border-radius: 16.6666666667px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event-bubble {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-bubble {
    width: 92%;
    margin-inline: 4%;
    font-size: 24px;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 29px;
    text-align: center;
  }
}
.lp__event-bubble::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  border-style: solid;
  border-width: 25px 14px 0 15px;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .lp__event-bubble::after {
    bottom: -15px;
    border-width: 15px 7px 0;
  }
}
.lp__event-wrap {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-left-radius: 118px;
  border-top-right-radius: 118px;
  margin-top: -109px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-wrap {
    padding-top: 66.6666666667px;
    border-top-left-radius: 98.3333333333px;
    border-top-right-radius: 98.3333333333px;
    margin-top: -90.8333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-wrap {
    padding-top: 40px;
    margin-top: -35px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}
.lp__event-wrap--01 {
  background-color: #42abe8;
}
.lp__event-wrap--03 {
  background-color: #1663c8;
  padding-bottom: 190px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-wrap--03 {
    padding-bottom: 158.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-wrap--03 {
    padding-bottom: 75px;
  }
}
.lp__event-wrap--03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../public/img/lp/bg-dark.png");
  border-top-left-radius: 118px;
  border-top-right-radius: 118px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-wrap--03::before {
    border-top-left-radius: 98.3333333333px;
    border-top-right-radius: 98.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-wrap--03::before {
    background: url("../public/img/lp/bg-dark-sp.png");
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}
.lp__event-wrap--04 {
  background-color: #42abe8;
  padding-bottom: 190px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-wrap--04 {
    padding-bottom: 158.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-wrap--04 {
    padding-bottom: 75px;
  }
}
.lp__event-wrap--05 {
  background-color: #d21e1e;
  padding-bottom: 190px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-wrap--05 {
    padding-bottom: 158.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-wrap--05 {
    padding-bottom: 75px;
  }
}
.lp__event-wrap--06 {
  background-color: #f19800;
  padding-bottom: 80px;
  border-radius: 118px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event-wrap--06 {
    padding-bottom: 66.6666666667px;
    border-radius: 98.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event-wrap--06 {
    border-radius: 32px;
    padding-bottom: 40px;
  }
}
.lp__event-image {
  width: 100%;
}
.lp__event02 {
  background-color: #42abe8;
  padding-block: 40px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event02 {
    padding-block: 33.3333333333px 166.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event02 {
    padding-block: 15px 75px;
  }
}
.lp__event02-button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event02-button {
    margin-top: 33.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event02-button {
    margin-top: 24px;
  }
}
.lp__event03-button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp__event03-button {
    margin-top: 24px;
  }
}
.lp__event03-splide {
  margin-block: 40px 56px;
  max-width: calc(1200px + 8%);
  padding-inline: 4%;
  width: 100%;
  visibility: visible;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event03-splide {
    margin-block: 33.3333333333px 46.6666666667px;
    max-width: calc(1000px + 8%);
  }
}
@media screen and (max-width: 767px) {
  .lp__event03-splide {
    padding-inline: calc(4% + 8px);
  }
}
.lp__event03-splide .splide__track {
  overflow: visible;
}
.lp__event03-splide .splide__arrow {
  width: 48px;
  height: 48px;
  opacity: 1;
}
.lp__event03-splide .splide__arrow::before {
  content: "";
  background: url("../public/img/icons/splide-arrow.png") center/contain no-repeat;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.lp__event03-splide .splide__arrow--next {
  right: 8px;
}
.lp__event03-splide .splide__arrow--prev {
  left: 8px;
}
.lp__event03-splide .splide__arrow--prev::before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.lp__event03-splide .splide__arrow svg {
  display: none;
}
.lp__event03-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event03-list {
    margin-block: 33.3333333333px 46.6666666667px;
    gap: 33.3333333333px;
    max-width: calc(1000px + 8%);
  }
}
@media screen and (max-width: 767px) {
  .lp__event03-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0;
  }
}
.lp__event03-item {
  background-color: #e2ddca;
  border: 4px solid #000;
  padding: 24px 36px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event03-item {
    border-width: 3.3333333333px;
    padding: 20px 30px 33.3333333333px;
    gap: 33.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event03-item {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event03-item {
    border-width: 2px;
    padding: 14px;
  }
}
.lp__event03-item::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 100%;
  height: 100%;
  background-color: #e2ddca;
  border: 4px solid #000;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event03-item::before {
    top: 13.3333333333px;
    left: 13.3333333333px;
    border-width: 3.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event03-item::before {
    width: calc(100% + 16px);
    top: 6px;
    left: -10px;
    border-width: 2px;
  }
}
.lp__event03-item-text {
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event03-item-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__event03-item-text {
    font-size: 18px;
  }
}
.lp__event03-item-image {
  border: 2px solid #000;
  border-radius: 40px;
  width: 100%;
  aspect-ratio: 507/342;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event03-item-image {
    border-radius: 33.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event03-item-image {
    aspect-ratio: 297/255;
    border-radius: 20px;
  }
}
.lp__event01-decor {
  position: absolute;
  top: -86px;
  left: calc(50% + 532px);
  width: 266px;
  height: 273px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event01-decor {
    top: -71.6666666667px;
    left: calc(50% + 443.3333333333px);
    width: 221.6666666667px;
    height: 227.5px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event01-decor {
    width: 56px;
    height: 57px;
    top: -9px;
    left: unset;
    right: 4%;
    z-index: 1;
  }
}
.lp__event02-decor01 {
  position: absolute;
  top: 21px;
  left: calc(50% - 782px);
  width: 240px;
  height: 90px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event02-decor01 {
    left: calc(50% - 651.6666666667px);
    width: 200px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event02-decor01 {
    width: 55px;
    height: 24px;
    top: 9px;
    left: 3%;
    z-index: 1;
  }
}
.lp__event02-decor02 {
  position: absolute;
  top: 54px;
  left: calc(50% + 542px);
  width: 234px;
  height: 90px;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event02-decor02 {
    top: 45px;
    left: calc(50% + 451.6666666667px);
    width: 195px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event02-decor02 {
    width: 55px;
    height: 24px;
    top: 9px;
    left: unset;
    right: 3%;
    z-index: 1;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.lp__event03-decor {
  position: absolute;
  top: -41px;
  left: calc(50% - 756px);
  width: 247px;
  height: 185px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event03-decor {
    top: -34.1666666667px;
    left: calc(50% - 630px);
  }
}
@media screen and (max-width: 767px) {
  .lp__event03-decor {
    width: 70px;
    height: 52px;
    top: -4px;
    left: 4%;
    z-index: 1;
  }
}
.lp__event04-decor01 {
  position: absolute;
  top: -35px;
  left: calc(50% - 677px);
  width: 110px;
  height: 94px;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event04-decor01 {
    top: -29.1666666667px;
    left: calc(50% - 564.1666666667px);
    width: 91.6666666667px;
    height: 78.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event04-decor01 {
    width: 44px;
    height: 38px;
    top: 24px;
    left: 5%;
    z-index: 1;
  }
}
.lp__event04-decor02 {
  position: absolute;
  top: -16px;
  left: calc(50% + 666px);
  width: 106px;
  height: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event04-decor02 {
    top: -13.3333333333px;
    left: calc(50% + 555px);
    width: 88.3333333333px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event04-decor02 {
    width: 44px;
    height: 40px;
    top: 31px;
    left: unset;
    right: 6%;
    z-index: 1;
  }
}
.lp__event05-decor {
  position: absolute;
  top: -62px;
  left: calc(50% + 621px);
  width: 198px;
  height: 196px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event05-decor {
    top: -51.6666666667px;
    left: calc(50% + 517.5px);
    width: 165px;
    height: 163.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event05-decor {
    width: 39px;
    height: 39px;
    top: 15px;
    left: unset;
    right: 8%;
    z-index: 1;
  }
}
.lp__event06-decor01 {
  position: absolute;
  top: -24px;
  left: calc(50% - 762px);
  width: 181px;
  height: 201px;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event06-decor01 {
    top: -20px;
    left: calc(50% - 635px);
    width: 150.8333333333px;
    height: 167.5px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event06-decor01 {
    width: 52px;
    height: 58px;
    top: 10px;
    left: 5%;
    z-index: 1;
  }
}
.lp__event06-decor02 {
  position: absolute;
  top: -16px;
  left: calc(50% + 689px);
  width: 135px;
  height: 149px;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__event06-decor02 {
    top: -13.3333333333px;
    left: calc(50% + 574.1666666667px);
    width: 112.5px;
    height: 124.1666666667px;
  }
}
@media screen and (max-width: 767px) {
  .lp__event06-decor02 {
    width: 43px;
    height: 47px;
    top: 18px;
    left: unset;
    right: 4%;
    z-index: 1;
  }
}
.lp__hospitality {
  margin-top: -109px;
  padding-block: 190px 160px;
  background-color: #1663c8;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__hospitality {
    margin-top: -90.8333333333px;
    padding-block: 158.3333333333px 133.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .lp__hospitality {
    margin-top: -35px;
    padding: 75px 4% 58px;
  }
}
.lp__hospitality::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../public/img/lp/bg-dark.png");
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp__hospitality::before {
    background: url("../public/img/lp/bg-dark-sp.png");
  }
}
.lp__hospitality-list {
  margin-top: 64px;
  width: 1330px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__hospitality-list {
    margin-top: 53.3333333333px;
    width: 1108.3333333333px;
    gap: 53.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__hospitality-list {
    margin-top: 24px;
    width: 100%;
    max-width: 333px;
    grid-template-columns: 1fr;
    padding-left: 4%;
  }
}
.lp__hospitality-item {
  position: relative;
  width: 400px;
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__hospitality-item {
    width: 333.3333333333px;
    border-radius: 16.6666666667px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__hospitality-item {
    width: 100%;
    border-radius: 10px;
  }
}
.lp__hospitality-item-img {
  width: 100%;
  height: 100%;
  position: relative;
  top: -24px;
  left: -24px;
  border-radius: 20px;
  border: 2px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__hospitality-item-img {
    top: -20px;
    left: -20px;
    border-radius: 16.6666666667px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__hospitality-item-img {
    top: -10px;
    left: -10px;
    border-radius: 10px;
  }
}
.lp__hospitality-item-btn {
  position: absolute;
  width: 100%;
  right: -16px;
  bottom: -42px;
  padding: 32px 24px 32px 32px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__hospitality-item-btn {
    right: -13.3333333333px;
    bottom: -35px;
    padding: 26.6666666667px 20px 26.6666666667px 26.6666666667px;
    font-size: 20px;
    border-radius: 8.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__hospitality-item-btn {
    right: 0;
    bottom: -18px;
    padding: 12px 16px 12px 24px;
    font-size: 16px;
  }
}
.lp__hospitality-item-btn::after {
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  background: url("../public/img/icons/arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lp__hospitality-item-btn::after {
    width: 33.3333333333px;
    height: 33.3333333333px;
  }
}
@media screen and (max-width: 1200px) {
  .lp__hospitality-item-btn::after {
    width: 32px;
    height: 32px;
  }
}
.lp__hospitality-item-btn:hover {
  color: #fff;
  background-color: #000;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}