/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
.p-lp-top__MV {
  position: relative;
}
.p-lp-top__MV .p-lp-top__MV__inner figcaption {
  position: absolute;
  top: 2%;
  right: 5%;
}
@media (max-width: 1200px) {
  .p-lp-top__MV .p-lp-top__MV__inner figcaption {
    width: min(45%, 500px);
    top: 0;
    right: 0;
  }
}
.p-lp-top__MV .p-lp-top__MV__inner figcaption img {
  max-width: 800px;
}
@media (max-width: 1200px) {
  .p-lp-top__MV .p-lp-top__MV__inner figcaption img {
    max-width: 100%;
  }
}
.p-lp-top__MV .p-lp-top__MV__cap {
  position: absolute;
  right: clamp(8px, 1vw, 10px);
  bottom: clamp(8px, 1vw, 10px);
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.p-lp-top__ctaMsg {
  background: #93795A;
  padding: clamp(10px, 1vw, 20px) 10px;
}
.p-lp-top__ctaMsg p {
  font-size: clamp(22px, 2vw, 30px);
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}

.p-lp-top__usp {
  background: #f4f4f4;
  padding: clamp(20px, 3vw, 30px) 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-lp-top__usp .usp-bnr {
  margin: clamp(20px, 3vw, 30px) auto 0;
}
.p-lp-top__usp .usp-lead {
  margin-top: clamp(40px, 25.5555555556px + 3.7037037037vw, 70px);
}
.p-lp-top__usp .usp-lead strong {
  font-size: clamp(20px, 16.1481481481px + 0.987654321vw, 28px);
  line-height: 1.8;
  font-style: normal;
  font-weight: 500;
}
.p-lp-top__usp .usp-lead p {
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 2.5;
  margin: clamp(30px, 4vw, 40px) auto;
}
.p-lp-top__usp .usp-lead p span {
  display: block;
  line-height: 1.6;
  margin-top: 30px;
}/*# sourceMappingURL=top.css.map */