/* reset */
h1,
h2,
h3,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* common */
.fs14 {
  font-size: 14px;
}

.fs20 {
  font-size: clamp(14px, 1.6666666666666667vw, 20px);
}

.fs32 {
  font-size: clamp(20px, 2.666666666666667vw, 32px);
}

.lh-160 {
  line-height: 1.6;
}

.fw-500 {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.text-yellow {
  color: #ffd200;
}

.text-brown {
  color: #bf6000;
}

.text-red {
  color: #d14250;
}

.text-blue {
  color: #005db6;
}

.text-white {
  color: #fff;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.d-sp,
.d-sp-flex {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.lp-202512 {
  padding-top: 88px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.4;
}

.lp-section {
  padding: 92px 0 90px;
}

.lp-inner-1280 {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

.lp-inner-832 {
  width: 95%;
  max-width: 832px;
  margin: 0 auto;
}

.btn-registration {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 350px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #f9bdc0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #ed495d;
  text-decoration: none;
  letter-spacing: -0.449px;
}

.lp-animation-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lottie-container {
  width: 100%;
  height: auto;
}

/* hero */
.lp-hero {
  position: relative;
  width: 100%;
  background-color: #106cd4;
  padding: 70px 0 80px 0;
  overflow: hidden;
}

.lp-hero-content {
  gap: 44px;
  width: 52%;
  max-width: 616px;
  color: white;
}

.lp-hero-ribon span {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  margin: 0 -1px;
  padding: 0 16px;
  text-align: center;
  font-weight: bold;
  background: #003063;
}

.lp-hero-title p {
  padding: 20px 0 4px;
}

.lp-hero-title h1 {
  font-size: clamp(28px, 4.4vw, 56px);
  line-height: 1.3;
}

.lp-hero-title .surprise-mark {
  letter-spacing: -10px;
}

.lp-hero-benefits {
  max-width: 580px;
  padding: 24px 20px 24px 24px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  color: #000;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
}

.lp-hero-benefits li {
  gap: 20px;
}

.lp-hero-benefits li:first-child {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d1d1d1;
}

.lp-hero-image {
  position: relative;
  width: 48%;
}

.badge-animation {
  position: absolute;
  right: 3%;
  bottom: -5%;
  width: 50%;
}

.scroll-down-animation {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  width: 48px;
  margin: auto;
}

/* lp-intro */
.lp-intro {
  padding-bottom: 50px;
}

.lp-intro-inner header {
  margin-bottom: 50px;
}

.lp-intro-main {
  gap: 4%;
}

.lp-intro-content {
  width: 50%;
  max-width: 518px;
}

.lp-intro-benefits {
  max-width: 518px;
  margin: 60px 0 80px;
  padding: 32px 20px 32px 24px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  color: #000;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}

.lp-intro-benefits li:first-child {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbeafe;
}

.lp-intro-image {
  width: 50%;
  max-width: 592px;
}

/* lp-benefits */
.lp-benefits {
  background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
  padding: 88px 0;
}

.lp-benefits-header {
  gap: 18px;
  margin-bottom: 54px;
}

.lp-benefits-list li {
  width: 30%;
  padding: 2.581%;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.lp-benefits-list li .image {
  display: block;
  width: 128px;
  height: auto;
  margin: 0 auto;
}

.lp-benefits-list li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 26px 0;
  text-align: center;
}

/* lp-howto */
.lp-howto-inner {
  gap: 70px;
}

.lp-howto-header {
  gap: 24px;
}

.lp-howto-steps {
  gap: 24px;
}

.lp-howto-step {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 32px;
  border-radius: 16px;
}

.lp-howto-step.step1 {
  border: 1px solid #fef9c2;
  background: linear-gradient(135deg, #fefce8 0%, #fff 100%);
}

.lp-howto-step.step2 {
  border: 1px solid #fde4e6;
  background: linear-gradient(135deg, #fef4f5) 0%, #fff 100%;
}

.lp-howto-step.step3 {
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}

.lp-howto-step .step-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-family: Inter;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.45px;
}

.lp-howto-step .step-label span:first-child {
  display: block;
  font-size: 12px;
}

.lp-howto-step .step-label span:last-child {
  font-size: 20px;
}

.lp-howto-step.step1 .step-label {
  background: linear-gradient(180deg, #ffd200 0%, #ffab00 100%);
}

.lp-howto-step.step2 .step-label {
  color: #fff;
  background: linear-gradient(180deg, #ed495d 0%, #af3a43 100%);
}

.lp-howto-step.step3 .step-label {
  color: #fff;
  background: linear-gradient(180deg, #1776de 0%, #005db6 100%);
}

/* lp-faq */
.lp-faq header {
  margin-bottom: 48px;
}

.lp-faq-list {
  gap: 24px;
}

.lp-faq-list > div {
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.lp-faq-list dt {
  display: flex;
  gap: 12px;
  font-weight: bold;
}

.lp-faq-list dd {
  display: flex;
  gap: 12px;
  margin: 16px 0 0;
}

.lp-faq-list [class^='icon-'] {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  font-family: Inter;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.lp-faq-list .icon-q {
  background: #000;
}

.lp-faq-list .icon-a {
  background: #005db6;
}

.lp-faq-list p {
  flex: 1;
  padding-top: 4px;
}

/* lp-terms */
.lp-terms {
  padding-bottom: 45px;
  background: #faf9f5;
}

.lp-terms header {
  margin-bottom: 44px;
}

.lp-terms-list {
  border: 1px solid #e8eaeb;
  border-radius: 16px;
  background: #fff;
  padding: 48px;
}

.lp-terms-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.lp-terms-list li::before {
  content: '•';
  margin-right: 8px;
}

.lp-terms-list li:not(:last-child) {
  margin-bottom: 20px;
}

/* lp-registration */
.lp-registration {
  padding: 68px 0;
}

.lp-registration .lottie-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.lp-registration-inner {
  gap: 24px;
}

.lp-registration-text {
  font-size: clamp(20px, 1.875vw, 24px);
  color: #401700;
  text-shadow: 0 0 4px #fff, 0 0 12px #fff;
}

@media screen and (max-width: 1279.8px) and (min-width: 768px) {
  .btn-registration {
    max-width: 330px;
    font-size: 18px;
  }

  .lp-section {
    padding: 7.187499999999999vw 0;
  }

  .lp-hero {
    padding: 8.333333333333332vw 0 80px 0;
  }

  .lp-hero-content {
    gap: 3.6666666666666665vw;
  }

  .lp-hero-ribon svg {
    width: 1.5625vw;
    height: 3.125vw;
  }

  .lp-hero-ribon span {
    height: 3.125vw;
    line-height: 3.125vw;
  }

  .lp-hero-title p {
    padding: 1.6666666666666667vw 00.33333333333333337vw;
  }

  .lp-hero-image {
    margin-right: -3%;
  }

  .lp-intro-benefits {
    margin: 5vw 0 6.666666666666667vw;
  }

  .lp-benefits-list li {
    width: 31%;
  }

  .lp-benefits-list li h3 {
    min-height: 4.666666666666667vw;
    margin: 2.166666666666667vw 0;
  }

  .lp-howto-header {
    gap: 2vw;
  }
}

@media screen and (max-width: 767.8px) {
  .d-pc {
    display: none;
  }

  .d-sp {
    display: block;
  }

  .d-sp-flex {
    display: flex;
  }

  .sp-flex-column {
    flex-direction: column;
  }

  .lp-202512 {
    padding-top: 60px;
    line-height: 1.7;
  }

  .lp-section {
    padding: 56px 0;
  }

  .lp-section h2 {
    line-height: 1.4;
  }

  .lp-inner-1280,
  .lp-inner-832 {
    width: 88%;
  }

  .btn-registration {
    width: 303px;
    height: 56px;
    font-size: 18px;
  }

  .lp-hero {
    padding: 24px 0 72px;
  }

  .lp-hero-content {
    gap: 22px;
    order: 2;
    width: 100%;
  }

  .lp-hero-ribon svg {
    width: 16px;
    height: 32px;
  }

  .lp-hero-ribon span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 -1px;
  }

  .lp-hero-title p {
    padding: 10px 0 8px;
    font-size: 18px;
  }

  .lp-hero-benefits {
    padding: 12px 16px;
  }

  .lp-hero-benefits li {
    gap: 12px;
  }

  .lp-hero-benefits li:first-child {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .lp-hero-benefits li img {
    width: 32px;
    height: auto;
  }

  .lp-hero-benefits li p {
    line-height: 1.7;
  }

  .lp-hero-image {
    width: 100%;
  }

  .lp-hero-image img {
    display: block;
    width: 84%;
    max-width: 500px;
    margin: 0 auto;
  }

  .badge-animation {
    right: -2%;
    bottom: -4%;
    width: 47%;
  }

  .scroll-down-animation {
    width: 40px;
  }

  .lp-intro-inner header {
    margin-bottom: 20px;
  }

  .lp-intro-content {
    width: 100%;
    order: 2;
    padding-top: 26px;
  }

  .lp-intro-benefits {
    margin: 16px 0 30px;
    padding: 24px;
  }

  .lp-intro-benefits li:first-child {
    font-size: 16px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .lp-intro-benefits li:last-child {
    display: flex;
    flex-direction: column;
    gap: 14px;
    line-height: 2;
  }

  .lp-intro-content .btn-registration {
    margin: 0 auto;
  }

  .lp-intro-image {
    width: 100%;
  }

  .lp-benefits-header {
    margin-bottom: 30px;
  }

  .lp-benefits-header p:last-child {
    margin: 0 auto;
    text-align: left;
  }

  .lp-benefits-list {
    gap: 32px;
  }

  .lp-benefits-list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 32px;
  }

  .lp-benefits-list li .image {
    width: 104px;
  }

  .lp-benefits-list li h3 {
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .lp-howto-header {
    gap: 16px;
  }

  .lp-howto-inner {
    gap: 30px;
  }

  .lp-howto-steps {
    gap: 2px;
  }

  .lp-howto-step {
    padding: 24px;
  }

  .lp-howto-step p {
    flex: 1;
  }

  .lp-faq header {
    margin-bottom: 32px;
  }

  .lp-terms header {
    margin-bottom: 32px;
  }

  .lp-terms-list {
    padding: 32px 24px;
    font-size: 16px;
    line-height: 1.6;
  }
}
