* {
  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: 24px;
  }
}
.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__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.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(65% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
@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-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: 45px 130px;
}
@media screen and (max-width: 767px) {
  .lp__hos {
    margin-block: -25px 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;
}
@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;
  }
}

.overflow {
  overflow: hidden;
}

.container {
  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) {
  .container {
    max-width: 100%;
  }
}

.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;
  }
}