/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
.p-lp-top__MV {
  position: relative;
}
.p-lp-top__MV .p-lp-top__MV__inner figcaption {
  position: absolute;
  width: min(100%, 1080px);
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .p-lp-top__MV .p-lp-top__MV__inner figcaption {
    top: -5px;
  }
}
.p-lp-top__MV .p-lp-top__MV__inner figcaption img {
  max-width: 340px;
}
.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;
}
.p-lp-top__usp .usp-bnr {
  margin: clamp(20px, 3vw, 30px) auto 0;
}
.p-lp-top__usp .usp-lead {
  font-size: clamp(13px, 1.6vw, 16px);
  text-align: center;
  line-height: 2.5;
  margin: clamp(30px, 4vw, 40px) auto;
}
.p-lp-top__usp .usp-lead span {
  display: block;
  line-height: 1.6;
  margin-top: 30px;
}

.p-lp-top__movie {
  margin-top: clamp(30px, 5vw, 50px);
}
.p-lp-top__movie iframe {
  aspect-ratio: 16/9;
  max-width: 1080px;
  width: 100%;
  height: auto;
  margin-top: 30px;
}/*# sourceMappingURL=top.css.map */