@charset "utf-8";
/* CSS Price */
/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.mv-page__item {
  width: min(50%, 85.2rem);
  padding: 0 5rem;
  margin: 0;
}
.mv-title {
  text-align: left;
}
.mv-title__jp h2 {
  margin-bottom: 2rem;
  color: #ff9300;
  font-size: clamp(4.8rem, 7vw, 13rem);
  font-weight: 900;
  text-wrap: auto;
  line-height: 1;
  white-space: nowrap;
}
.mv-title__en {
  margin-bottom: 2rem;
  color: #000000;
  font-size: clamp(3.2rem, 5vw, 9rem);
  font-family: "Braah One", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.mv-title__text {
  position: relative;
}
.mv-title__text h3 {
  display: block;
  background-color: #fff;
  padding: 0 1rem;
  color: #000;
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  font-weight: 700;
  white-space: nowrap;
}
.mv-title__text::before, .mv-title__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: #000;
}
.mv-title__text::before {
  left: 0;
}
.mv-title__text::after {
  right: 0;
}
.mv-page__image {
  width: 94.2rem;
  height: 100%;
  border-radius: 34.8rem 0 0 34.8rem;
  overflow: hidden;
}
.mv-page__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .mv-page {
    padding-top: 13.5rem;
  }
  .mv-page__item {
    padding: 7rem 2.5rem;
  }
  .mv-title__text::before, .mv-title__text::after {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .mv-page__item {
    width: 100%;
  }
  .mv-title {
    text-align: center;
  }
  .mv-title__text::before, .mv-title__text::after {
    width: 30%;
  }
  .mv-page__image {
    display: none;
  }
}
/* Section - Headline
----------------------------------------------------------------------------------------------------*/
.sec-headline {
  width: min(97%, 120rem);
  /*max-width: 120rem;*/
  margin: 10rem auto;
}
.sec-headline__copy {
  margin-bottom: 8.5rem;
  font-size: clamp(4rem, 6vw, 9.4rem);
  font-weight: 900;
}
.sec-headline__text {
  color: #5a5a5a;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  text-align: justify;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .sec-headline {
    margin: 10rem auto 7rem;
  }
  .sec-headline__copy {
    writing-mode: vertical-rl;
    height: 56rem;
    margin: 0 auto 6rem;
  }
}
/* Section - Plan
----------------------------------------------------------------------------------------------------*/
.sec-plan {
  padding-bottom: 7rem;
}
.sec-plan__copy {
  width: 65rem;
  margin: 0 auto 5rem;
  font-size: 9.2rem;
  font-weight: 900;
  color: #000;
  text-align: left;
  line-height: 1.25;
}
.sec-plan__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 89rem;
  margin: 0 auto;
}
.sec-plan__box-lite, .sec-plan__box-standard {
  width: 42.5rem;
  border: 1px solid #999999;
}
.sec-plan__box-lite dt, .sec-plan__box-standard dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  border-bottom: 1px solid #999999;
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 700;
}
.sec-plan__box-lite dt {
  background-color: #7ac943;
}
.sec-plan__box-standard dt {
  background-color: #382093;
}
.sec-plan__box-lite dd, .sec-plan__box-standard dd {
  padding-top: 4rem;
  margin: 0 auto;
  text-align: right;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 0.8;
}
.sec-plan__box-lite dd {
  width: 14.5rem;
}
.sec-plan__box-standard dd {
  width: 18.2rem;
}
.sec-plan__box-lite dd big, .sec-plan__box-standard dd big {
  font-size: 8rem;
}
.sec-plan__box-lite dd span, .sec-plan__box-standard dd span {
  font-size: 1.6rem;
  font-weight: 700;
}
.sec-plan__box-lite dd span b, .sec-plan__box-standard dd span b {
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-plan__box-lite dd.design, .sec-plan__box-standard dd.design {
  width: 29rem;
  padding-bottom: 4rem;
  margin: 0 auto;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
.sec-plan__box-lite dd.design big, .sec-plan__box-standard dd.design big {
  font-size: 4.8rem;
  font-weight: 700;
}
.sec-plan__box-attention {
  margin-top: 2.5rem;
  color: #5a5a5a;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .sec-plan {
    padding-bottom: 0;
  }
  .sec-plan__copy {
    width: 27.5rem;
    font-size: 3.8rem;
  }
  .sec-plan__box {
    flex-direction: column;
    width: 100%;
  }
  .sec-plan__box-lite, .sec-plan__box-standard {
    width: 100%;
  }
  .sec-plan__box-lite {
    margin-bottom: 3rem;
  }
  .sec-plan__box-lite dt, .sec-plan__box-standard dt {
    height: 6.4rem;
    font-size: 3.3rem;
  }
  .sec-plan__box-lite dd, .sec-plan__box-standard dd {
    padding-top: 2.5rem;
  }
  .sec-plan__box-attention {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
}
/* Footer Copy
----------------------------------------------------------------------------------------------------*/
.footer-copy {
  background-color: #ff9300;
}