* {
  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: #080c7e;
  scroll-behavior: smooth;
}

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

.title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 16px;
  }
}
.title__en {
  font: 700 6.4rem "Montserrat", sans-serif;
  line-height: 1.21875em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: 40px;
    line-height: 1.225em;
    margin-bottom: 4px;
  }
}
.title__jp {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333em;
  display: block;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: 16px;
    line-height: 1.5em;
  }
}

.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;
  position: relative;
  max-width: 315px;
  height: 77px;
  background: #fff;
  border: 2px solid #bf0000;
  border-radius: 10px;
  color: #bf0000;
  font: 700 2.4rem "Montserrat", sans-serif;
  line-height: 1.2083333333em;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    max-width: 100%;
    height: 54px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.2222222222em;
  }
}
.button::after {
  content: "";
  -webkit-mask: url("../public/img/icons/caret-right.svg") no-repeat center/contain;
          mask: url("../public/img/icons/caret-right.svg") no-repeat center/contain;
  background: #bf0000;
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 6px;
    height: 11px;
  }
}
.button:hover {
  background: #bf0000;
  color: #fff;
}
.button:hover::after {
  background: #fff;
}

.footer {
  background: #080c7e;
}
.footer__container {
  max-width: calc(1210px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .footer__container {
    max-width: 100% !important;
  }
}
.footer__content {
  padding: 145px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9.5%;
}
@media screen and (max-width: 980px) {
  .footer__content {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .footer__logo {
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 209px;
  }
}
.footer__logo:hover {
  opacity: 0.85;
}
.footer__ticket-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
  background: #fff;
  border: 2px solid #bf0000;
  border-radius: 10px;
  width: 100%;
  max-width: 874px;
  height: 215px;
  padding: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .footer__ticket-link {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__ticket-link {
    gap: 16px;
    border-radius: 5px;
    max-width: 345px;
    height: 92px;
    padding: 16px 16px 16px 24px;
  }
}
.footer__ticket-link::after {
  content: "";
  -webkit-mask: url("../public/img/icons/caret-right.svg") no-repeat center/contain;
          mask: url("../public/img/icons/caret-right.svg") no-repeat center/contain;
  background: #bf0000;
  width: 18px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .footer__ticket-link::after {
    width: 16px;
    height: 30px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__ticket-link::after {
    width: 6px;
    height: 11px;
    right: 16px;
  }
}
.footer__ticket-link:hover {
  background: #bf0000;
}
.footer__ticket-link:hover::after {
  background: #fff;
}
.footer__ticket-link:hover .footer__ticket-text {
  color: #fff;
}
.footer__ticket {
  max-width: 36.6%;
}
@media screen and (max-width: 767px) {
  .footer__ticket {
    max-width: 131px;
  }
}
.footer__ticket-text {
  color: #bf0000;
  font-size: clamp(3.2rem, 2vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .footer__ticket-text {
    font-size: clamp(2.8rem, 3.2vw, 3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .footer__ticket-text {
    font-size: 16px;
    line-height: 2em;
  }
}
.footer__copyright-block {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .footer__copyright-block {
    padding: 8px;
  }
}
.footer__copyright-text {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright-text {
    font-size: 13px;
  }
}

.lp__mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__mv {
    aspect-ratio: 375/469;
  }
}
.lp__mv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.lp__mv-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.lp__sched {
  background: #080c7e;
  padding-block: 40px 80px;
}
@media screen and (max-width: 767px) {
  .lp__sched {
    padding-block: 24px 40px;
  }
}
.lp__sched-title {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .lp__sched-title {
    margin-bottom: 24px;
  }
}
.lp__sched-box {
  color: #fff;
  background: rgba(74, 152, 255, 0.2);
  padding: 32px 24px 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .lp__sched-box {
    padding: 35px 22px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
}
.lp__sched-box-head {
  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: 31px;
}
@media screen and (max-width: 767px) {
  .lp__sched-box-head {
    gap: 8px;
  }
}
.lp__sched-box-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lp__sched-box-text-block {
    gap: 8px;
  }
}
.lp__sched-box-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333em;
}
@media screen and (max-width: 767px) {
  .lp__sched-box-text {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.lp__sched-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 97px;
}
@media screen and (max-width: 767px) {
  .lp__sched-logo {
    width: 87px;
  }
}
.lp__sched-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;
  margin-block: -15px 16px;
}
@media screen and (max-width: 767px) {
  .lp__sched-block {
    margin-block: 3px 10px;
  }
}
.lp__sched-date-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  font: 700 4rem "Montserrat", sans-serif;
  line-height: 1.225em;
}
@media screen and (max-width: 980px) {
  .lp__sched-date-text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-date-text {
    gap: 16px;
    font-size: 20px;
    line-height: 1.2em;
  }
}
.lp__sched-date-text .date {
  font-size: 12rem;
  line-height: 1.2166666667em;
}
@media screen and (max-width: 980px) {
  .lp__sched-date-text .date {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-date-text .date {
    font-size: 64px;
    line-height: 1.21875em;
  }
}
.lp__sched-ko {
  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: 40px;
  max-width: 743px;
  min-height: 65px;
  margin: 0 auto 24px;
  background: #bf0000;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .lp__sched-ko {
    gap: 7px;
    max-width: 255px;
    min-height: 32px;
    margin-bottom: 16px;
  }
}
.lp__sched-ko-text {
  font: 700 4rem "Montserrat", sans-serif;
  line-height: 1.225em;
}
@media screen and (max-width: 767px) {
  .lp__sched-ko-text {
    font-size: 20px;
  }
}
.lp__sched-dazn {
  max-width: 743px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 980px) {
  .lp__sched-dazn {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-dazn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.lp__sched-dazn-logo-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;
  width: 100%;
  max-width: 381px;
  height: 86px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .lp__sched-dazn-logo-block {
    max-width: 321px;
  }
}
@media screen and (max-width: 767px) {
  .lp__sched-dazn-logo-block {
    max-width: 255px;
    height: 65px;
    border-radius: 5px;
    padding: 6px;
  }
}
.lp__sched-dazn-logo {
  background: #707070;
  width: 100%;
  max-width: 305px;
  padding: 7px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__sched-dazn-logo {
    max-width: 237px;
    padding: 16px;
    font-size: 16px;
  }
}
.lp__present {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .lp__present {
    padding-top: 40px;
  }
}
.lp__banner-block {
  width: 100%;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__banner-block {
    aspect-ratio: 375/468;
  }
}
.lp__present-message-block {
  position: relative;
  color: #fff;
  padding: 24px 24px 80px;
}
@media screen and (max-width: 767px) {
  .lp__present-message-block {
    padding: 16px 4% 40px;
  }
}
.lp__present-message-block::before {
  content: "";
  background: #080c7e;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 35%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 35%, 0 100%);
}
@media screen and (max-width: 980px) {
  .lp__present-message-block::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .lp__present-message-block::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
  }
}
.lp__present-message-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lp__present-message-title {
    font-size: 24px;
    line-height: 1.4583333333em;
    margin-bottom: 14px;
  }
}
.lp__present-message-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp__present-message-text {
    line-height: 1.75em;
    margin-bottom: 24px;
    text-align: left;
  }
}
.lp__guest-wrap {
  position: relative;
}
.lp__event {
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__event {
    padding-top: 8px;
  }
}
.lp__event-content-block {
  position: relative;
  background: #080c7e;
  color: #fff;
  padding: 40px 24px 24px;
}
@media screen and (max-width: 767px) {
  .lp__event-content-block {
    padding: 16px 4%;
  }
}
.lp__event-content-block.pb-40 {
  padding: 24px 24px 40px;
}
@media screen and (max-width: 767px) {
  .lp__event-content-block.pb-40 {
    padding: 16px 4% 24px;
  }
}
.lp__event-content-block.p-24 {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .lp__event-content-block.p-24 {
    padding: 16px 4%;
  }
}
.lp__event-content-block.pbl-40 {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .lp__event-content-block.pbl-40 {
    padding-block: 1.6rem;
  }
}
.lp__event-content-block.l-child {
  padding: 24px 24px 75px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .lp__event-content-block.l-child {
    padding: 16px 4% 67px;
  }
}
.lp__event-content-block.l-child::before {
  content: "";
  background: #080c7e;
  -webkit-clip-path: polygon(79% 0, 40% 50%, 0 100%, 0 0);
          clip-path: polygon(79% 0, 40% 50%, 0 100%, 0 0);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp__event-content-block.l-child::before {
    -webkit-clip-path: polygon(100% 0, 100% 20%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 20%, 0 100%, 0 0);
  }
}
.lp__event-content-block.all-star {
  padding: 218px 24px 24px;
  -webkit-clip-path: polygon(130% 0, 100% 0, 100% 100%, 0 100%, 0 60%);
          clip-path: polygon(130% 0, 100% 0, 100% 100%, 0 100%, 0 60%);
}
@media screen and (max-width: 767px) {
  .lp__event-content-block.all-star {
    padding: 41px 4% 16px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
.lp__event-content-block.mt92 {
  margin-top: 92px;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .lp__event-content-block.mt92 {
    margin-top: 68px;
  }
}
.lp__event-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__event-title {
    font-size: 24px;
    line-height: 1.4583333333em;
  }
}
.lp__event-title.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .lp__event-title.mt-80 {
    margin-top: 40px;
  }
}
.lp__event-title.lines::before, .lp__event-title.lines::after {
  content: "";
  background: url("../public/img/icons/line.svg") no-repeat center/contain;
  display: block;
  width: 31px;
  height: 51px;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .lp__event-title.lines::before, .lp__event-title.lines::after {
    width: 19px;
    height: 31px;
    bottom: 0;
  }
}
.lp__event-title.lines::before {
  left: -55px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .lp__event-title.lines::before {
    left: -39px;
  }
}
.lp__event-title.lines::after {
  right: -55px;
}
@media screen and (max-width: 767px) {
  .lp__event-title.lines::after {
    right: -39px;
  }
}
.lp__hos {
  margin-block: 120px 130px;
}
@media screen and (max-width: 767px) {
  .lp__hos {
    margin-block: 40px 56px;
  }
}
.lp__hos-container {
  max-width: calc(1500px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .lp__hos-container {
    max-width: 100% !important;
  }
}
.lp__hos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 67px;
}
@media screen and (max-width: 1240px) {
  .lp__hos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .lp__hos-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap column;
            flex-flow: nowrap column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.lp__hos-item {
  position: relative;
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .lp__hos-item {
    max-width: 345px;
  }
}
.lp__hos-img {
  width: 100%;
  aspect-ratio: 450/450;
}
@media screen and (max-width: 767px) {
  .lp__hos-img {
    aspect-ratio: 345/240;
  }
}
.lp__hos-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 450px;
  height: 150px;
  background: #fff;
  border: 2px solid #080c7e;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5833333333em;
  padding: 30px;
  position: absolute;
  left: 16px;
  bottom: -11px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__hos-btn {
    max-width: 333px;
    height: 59px;
    border-radius: 5px;
    font-size: 16px;
    padding: 18px 24px;
    left: 12px;
    bottom: -16px;
  }
}
.lp__hos-btn::after {
  content: "";
  -webkit-mask: url("../public/img/icons/caret-right.svg") no-repeat center/contain;
          mask: url("../public/img/icons/caret-right.svg") no-repeat center/contain;
  background: #080c7e;
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__hos-btn::after {
    width: 6px;
    height: 11px;
    right: 24px;
  }
}
.lp__hos-btn:hover {
  background: #080c7e;
  color: #fff;
}
.lp__hos-btn:hover::after {
  background: #fff;
}
.lp__float-button {
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 305px;
  height: 100px;
  background: #fff;
  color: #bf0000;
  border: 2px solid #bf0000;
  border-radius: 10px 0 0;
  padding: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .lp__float-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    height: 69px;
    border-radius: 5px 5px 0 0;
    padding: 12px 16px;
  }
}
.lp__float-button::after {
  content: "";
  -webkit-mask: url("../public/img//icons/caret-right.svg") no-repeat center/contain;
          mask: url("../public/img//icons/caret-right.svg") no-repeat center/contain;
  background: #bf0000;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__float-button::after {
    width: 7px;
    height: 12px;
  }
}
.lp__float-button:hover {
  background: #bf0000;
  color: #fff;
}
.lp__float-button:hover::after {
  background: #fff;
}
.lp__float-button:hover .lp__float-button-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.lp__float-button-icon {
  width: 41px;
  height: 36px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__float-button-icon {
    width: 29px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lp__float-button-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__float-button-text {
    font-size: 18px;
    line-height: 1.4444444444em;
  }
}
.lp__float-button-text .fs-16 {
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp__float-button-text .fs-16 {
    font-size: 13px;
    line-height: 1.4615384615em;
  }
}
.lp__kids {
  background-color: #080c7e;
  padding: 40px 4% 64px;
}
@media screen and (max-width: 767px) {
  .lp__kids {
    padding: 16px 13px 48px;
  }
}
.lp__kids-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px 24px;
}
@media screen and (max-width: 1024px) {
  .lp__kids-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 47px 15px;
  }
}
.lp__kids-item {
  width: 100%;
  max-width: 382px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__kids-item {
    max-width: 165px;
  }
}
.lp__kids-img-wrap {
  width: 100%;
  height: 334px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .lp__kids-img-wrap {
    height: 156px;
    border-radius: 5px;
    padding: 4px 8px;
  }
}
.lp__kids-img {
  width: 100%;
  max-width: 235px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__kids-img {
    max-width: 149px;
  }
}
.lp__kids-title {
  width: 87%;
  height: 83px;
  background-color: #fff;
  border: 2px solid #080c7e;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  position: absolute;
  top: calc(100% - 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__kids-title {
    width: 165px;
    height: 64px;
    border-radius: 5px;
    padding: 8px;
    top: calc(100% - 32px);
    left: 6px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.lp__kids-title::after {
  content: "";
  width: 12px;
  height: 20px;
  -webkit-mask: url("../public/img/icons/blue-caret.svg") center/cover no-repeat;
          mask: url("../public/img/icons/blue-caret.svg") center/cover no-repeat;
  background-color: #080c7e;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lp__kids-title::after {
    width: 6px;
    height: 10px;
    right: 8px;
  }
}
.lp__kids-title:hover {
  background-color: #080c7e;
}
.lp__kids-title:hover::after {
  background-color: #fff;
}
.lp__kids-title:hover > span {
  color: #fff;
}
.lp__kids-title > span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #080c7e;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .lp__kids-title > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__kids-title > span {
    font-size: 16px;
    line-height: 1.25em;
  }
}
.lp__act {
  background-color: #080c7e;
  padding-block: 34px 80px;
}
@media screen and (max-width: 767px) {
  .lp__act {
    padding-block: 16px 40px;
  }
}
.lp__act-wrap:not(:last-child) {
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .lp__act-wrap:not(:last-child) {
    margin-bottom: 68px;
  }
}
.lp__act-head {
  width: 100%;
  max-width: 1200px;
  min-height: 81px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 4rem;
  text-align: center;
  color: #080c7e;
  padding: 10px 10px 8px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .lp__act-head {
    width: calc(100% - 32px);
    min-height: 35px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 16px;
  }
}
.lp__act-splide {
  visibility: visible !important;
}
@media screen and (min-width: 1024px) {
  .lp__act-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.lp__act-item {
  width: 100%;
  max-width: 382px;
  min-height: 493px;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 27px;
}
@media screen and (max-width: 767px) {
  .lp__act-item {
    max-width: 345px;
    min-height: 448px;
    padding: 16px;
  }
}
.lp__act-img {
  width: 100%;
  height: 322px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lp__act-img {
    height: 332px;
    margin-bottom: 8px;
  }
}
.lp__act-img--h232 {
  height: 232px;
}
@media screen and (max-width: 767px) {
  .lp__act-img--h232 {
    height: 220px;
  }
}
.lp__act-img--h280 {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .lp__act-img--h280 {
    height: 296px;
  }
}
.lp__act-img--h160 {
  height: 160px;
}
@media screen and (max-width: 767px) {
  .lp__act-img--h160 {
    height: 145px;
  }
}
.lp__act-heading {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .lp__act-heading {
    margin-bottom: 8px;
  }
}
.lp__act-block:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .lp__act-block:not(:last-child) {
    margin-bottom: 8px;
  }
}
.lp__act-title {
  width: 100%;
  height: 54px;
  display: block;
  background-color: #080c7e;
  border-radius: 5px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1em;
  text-align: center;
  padding-block: 10px 5px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .lp__act-title {
    height: 43px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp__act-title {
    margin-bottom: 4px;
  }
}
.lp__act-title--sm {
  height: 32px;
  font-size: 1.6rem;
  padding: 8px 10px 5px;
  margin-bottom: 8px;
}
.lp__act-title--mb40 {
  margin-bottom: 40px;
}
.lp__act-price {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.lp__act-price > .fs24 {
  font: 700 2.4rem "Montserrat", sans-serif;
  display: inline-block;
  margin-right: 4px;
}
.lp__act-tbl-item {
  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;
}
.lp__act-tbl-item:not(:last-child) {
  margin-bottom: 8px;
}
.lp__act-label {
  font-size: 1.6rem;
  font-weight: 700;
}
.lp__goods {
  padding-block: 40px 49px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp__goods {
    padding-bottom: 27px;
  }
}
.lp__goods::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #080c7e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp__goods::before {
    height: 208px;
  }
}
.lp__goods::after {
  content: "";
  width: 100%;
  height: 226px;
  background: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp__goods::after {
    height: 113px;
    top: 95px;
    bottom: unset;
  }
}
.lp__goods-slider .splide__pagination {
  bottom: -36px;
}
@media screen and (max-width: 767px) {
  .lp__goods-slider .splide__pagination {
    bottom: -27px;
  }
}
.lp__goods-slider .splide__pagination__page {
  background-color: #080c7e;
  border: 1px solid #080c7e;
}
.lp__goods-slider .splide__pagination__page.is-active {
  background-color: #fff;
}
.lp__goods-item {
  width: 100%;
  max-width: 382px;
  height: 496px;
  background-color: #fff;
  border: 2px solid #080c7e;
  border-radius: 10px;
  padding: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__goods-item {
    max-width: 345px;
    height: 448px;
    padding: 16px 8px;
  }
}
.lp__goods-img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.lp__goods-wrap {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .lp__goods-wrap {
    margin-bottom: 25px;
  }
}
.lp__goods-title, .lp__goods-subtitle {
  font-weight: 700;
  color: #080c7e;
  letter-spacing: 0.02em;
  display: block;
}
.lp__goods-title {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .lp__goods-title {
    font-size: 18px;
  }
}
.lp__goods-subtitle {
  font-size: 1.6rem;
}
.lp__goods-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  color: #080c7e;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lp__goods-price {
    bottom: 16px;
  }
}
.lp__goods-price > .fs24 {
  font-size: 2.4rem;
  display: inline-block;
  margin-right: 4px;
}
.lp__goods-btn {
  background-color: transparent;
  margin-top: 40px;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .lp__goods-btn {
    margin-top: 16px;
  }
}
.lp__guest {
  padding-bottom: 1.7rem;
  margin-bottom: 10.3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__guest {
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
}
.lp__guest::before {
  content: "";
  background: #080c7e;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22.4rem), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22.4rem), 0 100%);
}
@media screen and (max-width: 767px) {
  .lp__guest::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.2rem), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.2rem), 0 100%);
  }
}
.lp__guest-splide {
  width: 100%;
}
.lp__guest-splide .splide__arrows {
  max-width: 100%;
  padding-inline: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp__guest-splide .splide__arrows {
    padding-inline: 8px;
  }
}
.lp__guest-splide .splide__pagination {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .lp__guest-splide .splide__pagination {
    margin-top: -1.6rem;
  }
}
.lp__guest-track, .lp__guest-list {
  width: 100%;
  height: 100%;
}
.lp__guest-slide {
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .lp__guest-slide {
    padding-inline: 1.5rem;
  }
}
.lp__guest-box {
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 2.4rem 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .lp__guest-box {
    padding: 1.6rem 1.6rem 0;
  }
}
.lp__guest-thumb {
  width: 100%;
  aspect-ratio: 852/440;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__guest-thumb {
    aspect-ratio: 313/220;
  }
}
.lp__guest-name {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.02em;
  color: #080c7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.5rem;
}
@media screen and (max-width: 767px) {
  .lp__guest-name {
    font-size: 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 5.9rem;
  }
}
.lp__guest-button {
  margin-top: 9.2rem;
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp__guest-button {
    max-width: 100%;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lp__guest-button {
    margin-top: 6.8rem;
  }
}
.lp__smile {
  margin-top: -12.2rem;
}
@media screen and (max-width: 767px) {
  .lp__smile {
    margin-top: -2.5rem;
  }
}

.overflow {
  overflow: hidden;
}

.container {
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-inline: 15px;
  }
}

.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;
  }
}

.white {
  color: #fff;
}

.blue {
  color: #080c7e;
}

.white-bg {
  background: #fff;
}

.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}

.block {
  display: block;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

.splide__arrows {
  width: 100%;
  max-width: 1279px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .splide__arrows {
    max-width: 359px;
  }
}

.splide__arrow {
  width: 79px;
  height: 79px;
  background: #fff url("../public/img/icons/blue-caret.svg") center/14px 25px no-repeat;
  border: 2px solid #080c7e;
  position: relative;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 48px;
    height: 48px;
    background-size: 10px 18px;
    border-width: 1px;
  }
}
.splide__arrow--prev {
  left: unset;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.splide__arrow--next {
  right: unset;
}
.splide__arrow > svg {
  display: none;
}

.splide__pagination {
  bottom: -53px;
}
@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -28px;
  }
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  margin: 0 4px;
  opacity: 1;
}
.splide__pagination__page.is-active {
  background-color: #080c7e;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}