* {
  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: "Inter", 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;
}

.lp-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(960px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-footer__wrap {
    max-width: 100%;
  }
}
.lp-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-footer__links {
    gap: 10px 20px;
  }
}
.lp-footer__link span {
  position: relative;
  display: inline;
  padding-bottom: 3px;
  border-bottom: 1px solid #bda167;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-footer__link span {
    font-size: 14px;
  }
}
.lp-footer__link span::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("../public/img/icons/external-link.svg") no-repeat center/contain;
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.lp-footer__copyright {
  padding: 32px 0 240px;
  color: #919191;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-footer__copyright {
    padding-bottom: 120px;
    font-size: 14px;
  }
}

.lp__section {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .lp__section {
    padding-top: 40px;
  }
}
.lp__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(960px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp__container {
    max-width: 100%;
  }
}
.lp__heading {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 8px;
  font-size: 56px;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__heading {
    margin-bottom: 24px;
    font-size: 5.8333333333vw;
  }
}
.lp__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 8px;
  background-color: #e60012;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .lp__heading::before {
    width: 10.4166666667vw;
    height: 0.8333333333vw;
    border-radius: 0.4166666667vw;
  }
}
.lp__text {
  font-size: 35px;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp__text {
    font-size: 3.6458333333vw;
  }
}
.lp__text span.fs45 {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .lp__text span.fs45 {
    font-size: 4.6875vw;
  }
}
.lp__btn {
  position: relative;
  gap: 56px;
  width: 100%;
  max-width: 640px;
  height: 112px;
  margin: 0 auto;
  background-color: #bda167;
  border: 4px solid #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__btn {
    gap: 15px;
    max-width: 66.6666666667vw;
    height: 11.6666666667vw;
    border-width: 2px;
    border-radius: 6.25vw;
  }
}
.lp__btn span.btn-text {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lp__btn span.btn-text {
    font-size: 4.1666666667vw;
  }
}
.lp__btn span.btn-icon {
  width: 34px;
  height: 34px;
  background: url("../public/img/icons/external-link.svg") no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__btn span.btn-icon {
    width: 3.5416666667vw;
    height: 3.5416666667vw;
  }
}
.lp__mv {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(960px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp__mv {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv {
    padding: 0;
  }
}
.lp__mv-image {
  width: 100%;
  aspect-ratio: 5/4;
}
@media screen and (max-width: 767px) {
  .lp__campaign-container {
    padding: 0;
  }
}
.lp__campaign-poster {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp__campaign-poster {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__howto-container {
    padding: 0;
  }
}
.lp__howto-content {
  padding: 80px 40px 120px;
  background-color: #e8e8e8;
  border-radius: 62px;
}
@media screen and (max-width: 767px) {
  .lp__howto-content {
    padding: 8.3333333333vw 4.1666666667vw 12.5vw;
    border-radius: 30px;
  }
}
.lp__howto-poster {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .lp__howto-poster {
    margin-bottom: 30px;
  }
}
.lp__terms {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .lp__terms {
    margin-bottom: 15.625vw;
  }
}
.lp__terms-content {
  position: relative;
  padding: 40px;
  border: 1px solid #bda167;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__terms-content {
    padding: 4.1666666667vw;
  }
}
.lp__terms-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#fff));
  background: linear-gradient(to bottom, transparent 0, #fff 100%);
}
@media screen and (max-width: 767px) {
  .lp__terms-content::before {
    height: 100px;
  }
}
.lp__terms-content.collapsed::before {
  display: none;
}
.lp__terms-text.read-more {
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp__terms-text.read-more.collapsed {
  height: auto;
}
.lp__terms-btn {
  gap: 24px;
  max-width: 400px;
  height: 82px;
  margin-top: 30px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp__terms-btn {
    gap: 2.5vw;
    max-width: 41.6666666667vw;
    height: 8.5416666667vw;
  }
}
.lp__terms-btn span.btn-text {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .lp__terms-btn span.btn-text {
    font-size: 2.6041666667vw;
  }
}
.lp__terms-btn span.btn-icon {
  width: 20px;
  height: 20px;
  background: url("../public/img/icons/arrow-down.svg") no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__terms-btn span.btn-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.lp__terms-btn.toggled span.btn-icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.lp__fab {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp__fab.toggle {
  opacity: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}
.lp__fab-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__fab-text {
  color: #bda167;
  font-size: 28px;
  font-weight: 500;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .lp__fab-text {
    font-size: 14px;
  }
}
.lp__fab-btn {
  max-width: 800px;
  padding: 20px;
  background-color: #e60012;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .lp__fab-btn {
    max-width: 90%;
  }
}
.lp__fab-btn span.btn-icon {
  background-image: url("../public/img/icons/arrow-right.svg");
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.c-red {
  color: #e60012;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}
