* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 121, 0, .14), transparent 30%),
    radial-gradient(circle at 86% 3%, rgba(6, 27, 58, .13), transparent 34%),
    #eaf1f7;
  color: #07172f;
  font-family: "Yu Gothic", "YuGothic", "BIZ UDPGothic", Meiryo, sans-serif;
}
a { color: inherit; text-decoration: none; }
.lpHeader {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  width: min(1180px, calc(100vw - 40px));
  height: 76px;
  margin: 18px auto;
  padding: 0 18px 0 26px;
  border: 1px solid rgba(6, 27, 58, .13);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 48px rgba(6,27,58,.14);
  backdrop-filter: blur(16px);
}
.lpLogo { width: 210px; display: flex; flex: 0 0 auto; align-items: center; }
.lpLogo img { width: 100%; display: block; height: auto; }
.lpNav {
  margin-left: auto;
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.lpHeaderCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6400, #ff9f18);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(255,121,0,.32);
  white-space: nowrap;
}
.lpWrap {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto 80px;
}
.imgSlice {
  position: relative;
  overflow: hidden;
  margin: 22px 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(6,27,58,.14);
}
.imgSlice img {
  display: block;
  width: 100%;
  height: auto;
}
.hotspot {
  position: absolute;
  display: block;
}
.heroHotspot {
  right: 5%;
  bottom: 2.2%;
  width: 25%;
  height: 6.2%;
  border-radius: 16px;
}
.priceHotspot {
  left: 5%;
  bottom: 14%;
  width: 24%;
  height: 9%;
  border-radius: 18px;
}
.finalHotspot {
  left: 35.6%;
  bottom: 13.4%;
  width: 29%;
  height: 14%;
  border-radius: 18px;
}
.stickyCta {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px 14px 22px;
  border-radius: 18px;
  background: #061b3a;
  color: #fff;
  box-shadow: 0 18px 48px rgba(6,27,58,.35);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: .22s ease;
}
.stickyCta.isVisible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.stickyCta span { color: #ffd84a; font-size: 13px; font-weight: 900; }
.stickyCta b { padding: 12px 18px; border-radius: 12px; background: #ff7900; }

/* Hide legacy adult-video order widgets on the renewed ORESEN site. */
.aimv-chatbot,
.aimv-chatbot__toggle,
.aimv-chatbot__panel,
.aimv-sticky-cta {
  display: none !important;
}

.oresenFooter {
  margin-top: 70px;
  padding: 56px 20px 28px;
  background: #061b3a;
  color: #fff;
}
.oresenFooter__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 44px;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.oresenFooter__brand strong {
  display: block;
  font-size: 26px;
  letter-spacing: .08em;
}
.oresenFooter p {
  margin: 16px 0 0;
  color: #d9e6f5;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}
.oresenFooter__note {
  color: #aebfd4 !important;
}
.oresenFooter h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}
.oresenFooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.oresenFooter li + li {
  margin-top: 10px;
}
.oresenFooter a {
  color: #d9e6f5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.oresenFooter__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, 100%);
  margin: 38px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #aebfd4;
  font-size: 13px;
}

@media (max-width: 700px) {
  body { background: #eaf1f7; }
  .lpHeader {
    top: 0;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 14px;
    border-radius: 0;
    border-width: 0 0 1px;
    box-shadow: 0 8px 18px rgba(6,27,58,.10);
  }
  .lpLogo { width: 126px; }
  .lpNav { display: none; }
  .lpHeaderCta {
    height: 38px;
    margin-left: auto;
    padding: 0 13px;
    border-radius: 10px;
    font-size: 12px;
  }
  .lpWrap {
    width: 100%;
    margin-bottom: 72px;
  }
  .imgSlice {
    width: min(390px, 100vw);
    margin: 0 auto 10px;
    border-radius: 0;
    box-shadow: none;
  }
  .heroHotspot {
    left: 10%;
    right: auto;
    bottom: 4.8%;
    width: 80%;
    height: 4.2%;
  }
  .priceHotspot {
    left: 7%;
    bottom: 49%;
    width: 86%;
    height: 6.8%;
  }
  .finalHotspot {
    left: 12%;
    bottom: 12.6%;
    width: 76%;
    height: 11.2%;
  }
  .stickyCta {
    left: 12px;
    right: 12px;
    bottom: 10px;
    justify-content: space-between;
  }
  .oresenFooter {
    margin-top: 40px;
    padding: 42px 22px 92px;
  }
  .oresenFooter__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .oresenFooter__bottom {
    display: block;
  }
  .oresenFooter__bottom span {
    display: block;
    margin-top: 8px;
  }
}
