@charset "utf-8";

/* =========================================================
   LAVENEA LP — mobile first (375–430px)
   ========================================================= */

:root {
  --pink:        #c2185b;
  --pink-light:  #e04d84;
  --pink-pale:   #e0799c;
  --pink-border: #f3cdd7;
  --ink:         #3b2b30;
  --ink-soft:    #4a3239;
  --ink-mute:    #6b4a53;
  --ink-faint:   #8a6a72;
  --gold:        #d9b26a;
  --bg:          #f4ecec;
  --lp-width:    430px;
  --serif: 'Noto Serif JP', serif;
  --sans:  'Noto Sans JP', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
h1, h2, h3, p, figure, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }

a { color: var(--pink); text-decoration: none; }
a:hover { color: #9e1249; }

.lp {
  max-width: var(--lp-width);
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* ---------- 共通セクション見出し ---------- */
.sec-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--ink-soft);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 18px;
  text-wrap: pretty;
}
.sec-title--plain { margin-bottom: 0; }
.sec-title__accent { color: var(--pink); font-size: 31px; }
.sec-title__big { color: var(--pink); font-size: 44px; line-height: 1; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background: linear-gradient(180deg, #fff9fa 0%, #fdeef1 55%, #fbe3e9 100%);
  padding-bottom: 28px;
}

.hero__visual { position: relative; height: 430px; overflow: hidden; }

.hero__photo {
  position: absolute;
  top: 0; left: -6%;
  width: 104%; height: 100%;
  object-fit: cover;
  object-position: 28% 20%;
}

.hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(255,255,255,.18) 0%,
    rgba(255,250,251,0)  28%,
    rgba(253,240,243,.72) 58%,
    rgba(253,238,241,.95) 80%,
    #fdeef1 100%);
}

.hero__lead {
  position: absolute;
  top: 211px; left: 10px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.7;
  color: #f01450;
  text-shadow: 0 1px 6px rgba(255,255,255,.9);
}

.hero__device {
  position: absolute;
  top: 91px; left: 213px;
  width: 209px; height: 235px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(160,110,120,.28));
}

.hero__brand {
  position: absolute;
  top: 14px; right: 16px;
  text-align: center;
  text-shadow: 0 1px 6px rgba(255,255,255,.9);
}
.hero__brand-name { font-family: var(--serif); font-size: 19px; letter-spacing: .22em; color: #5a3d45; }
.hero__brand-kana { font-size: 9px; letter-spacing: .3em; color: var(--ink-faint); margin-top: 2px; }
.hero__brand-cat  { font-size: 10px; letter-spacing: .12em; color: var(--ink-mute); margin-top: 8px; }

.hero__body {
  position: relative;
  margin-top: -168px;
  padding: 0 20px;
}

.hero__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.24;
  letter-spacing: .01em;
  color: var(--pink);
  text-shadow: 0 2px 10px rgba(255,255,255,.9);
}
.hero__num      { font-size: 58px; line-height: .9; }
.hero__title-lg { font-size: 46px; }
.hero__title-ink{ color: var(--ink-soft); }

.hero__sub {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: .01em;
}

/* ---------- 3バッジ ---------- */
.badges { display: flex; gap: 6px; margin-top: 14px; }
.badge {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1px solid var(--pink-border);
  border-radius: 8px;
  padding: 7px 6px;
}
.badge__mark { flex: 0 0 14px; text-align: center; color: var(--pink-pale); font-size: 13px; }
.badge__text { flex: 1; font-size: 10px; font-weight: 700; line-height: 1.35; color: #5a3d45; }

/* ---------- 円形コピー ---------- */
.circles { display: flex; gap: 8px; margin-top: 14px; }
.circle {
  flex: 1;
  aspect-ratio: 1 / .82;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-soft);
  box-shadow: 0 3px 10px rgba(180,140,90,.15);
}

/* ---------- 価格ボックス ---------- */
.price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(190,140,155,.18);
}
.price__before { flex-shrink: 0; text-align: center; color: #6b5a5f; }
.price__before-label { display: block; font-size: 9px; letter-spacing: .04em; }
.price__before-value {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: var(--pink);
}
.price__arrow { flex-shrink: 0; color: var(--pink); font-size: 20px; }
.price__now { flex: 1; min-width: 0; }
.price__tag {
  display: inline-block;
  background: var(--pink);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
  padding: 2px 10px;
}
.price__amount { display: flex; align-items: baseline; color: var(--pink); font-weight: 900; }
.price__figure { font-size: 34px; letter-spacing: -.01em; }
.price__figure--sm { font-size: 31px; }
.price__yen { font-size: 17px; }
.price__tax { font-size: 9px; font-weight: 700; margin-left: 2px; }
.price__off {
  flex-shrink: 0;
  border: 1.5px solid #e78fae;
  border-radius: 8px;
  padding: 6px 8px;
  text-align: center;
  color: var(--pink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

/* ---------- CTA ---------- */
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pink-light) 0%, var(--pink) 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
  box-shadow: 0 8px 18px rgba(194,24,91,.32), inset 0 1px 0 rgba(255,255,255,.35);
}
.cta:hover { color: #fff; filter: brightness(1.06); }
.cta__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.8);
  font-size: 13px;
}
.cta--pulse { animation: ctaPulse 2.4s ease-in-out infinite; }
@keyframes ctaPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}
@media (prefers-reduced-motion: reduce) {
  .cta--pulse { animation: none; }
}

.cta-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 280px;
  height: 38px;
  margin: 12px auto 0;
  border: 1.5px solid var(--pink);
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  font-size: 14px;
  font-weight: 700;
}

/* =========================================================
   WORRIES
   ========================================================= */
.worries {
  background: linear-gradient(180deg, #f2f0f0 0%, #e9e6e6 100%);
  padding: 30px 20px 34px;
}
.worries__inner { display: flex; gap: 12px; align-items: flex-start; }
.worries__figure { flex: 0 0 40%; }
.worries__figure img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(180,140,150,.2);
}
.worries__figure figcaption {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.6;
  color: #7a5a62;
}
.worries__list { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.worries__list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
}
.check { color: var(--pink-light); font-size: 15px; line-height: 1.3; }

/* =========================================================
   REASONS
   ========================================================= */
.reasons { background: #f7eef0; padding: 30px 18px 38px; }
.reasons .sec-title { font-size: 25px; line-height: 1.35; margin-bottom: 20px; }

.reasons__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.reason {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(190,150,160,.18);
}
.reason--wide {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  align-items: center;
}
.reason__head { display: flex; align-items: center; gap: 6px; }
.reason__no {
  flex-shrink: 0;
  width: 24px; height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e0a0b6;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 14px;
  color: var(--pink);
}
.reason__title { font-size: 14px; font-weight: 700; color: var(--pink); line-height: 1.3; }
.reason__title--sm { font-size: 13px; }
.reason__img {
  width: 100%;
  aspect-ratio: 1 / .72;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 10px;
  display: block;
  background: #f7eef0;
}
.reason__img--side {
  flex: 0 0 38%;
  width: 38%;
  min-width: 0;
  aspect-ratio: 1 / .9;
  margin-top: 0;
}
.reason__body { flex: 1; min-width: 0; }
.reason__text { margin-top: 10px; font-size: 11.5px; line-height: 1.7; color: var(--ink-soft); }
.reason--wide .reason__text { margin-top: 8px; }

/* =========================================================
   BRAND
   ========================================================= */
.brand {
  position: relative;
  background: #fdf6f7;
  padding: 34px 20px 30px;
  overflow: hidden;
}
.brand__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 60% 55%;
}
.brand__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(255,250,251,.60) 0%,
    rgba(255,248,250,.48) 55%,
    rgba(252,240,243,.66) 100%);
}
.brand__head { position: relative; text-align: center; }
.brand__name  { font-family: var(--serif); font-size: 30px; letter-spacing: .16em; color: #5a3d45; }
.brand__kana  { font-size: 10px; letter-spacing: .3em; color: var(--ink-faint); margin-top: 4px; }
.brand__catch {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.6;
  color: var(--pink);
}
.brand__text {
  position: relative;
  margin-top: 18px;
  padding-right: 86px;
  font-size: 12.5px;
  line-height: 2;
  color: var(--ink);
  text-shadow: 0 1px 6px rgba(255,255,255,.95);
}
.brand__poem {
  position: relative;
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.9;
  color: #d2568a;
}
.brand__foot {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 16px;
}
.brand__tagline { font-size: 11px; letter-spacing: .34em; line-height: 2.1; color: #a98a92; }
.brand__note { font-size: 11.5px; line-height: 1.9; color: var(--ink-mute); text-align: right; }
.brand__device {
  position: absolute;
  top: 256px; left: 205px;
  width: 289px; height: 169px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(160,110,120,.25));
}

/* =========================================================
   HOW TO
   ========================================================= */
.howto {
  background: linear-gradient(180deg, #fbeef1 0%, #fdf7f8 100%);
  padding: 30px 16px 34px;
}
.howto .sec-title { font-size: 27px; }
.howto__lead {
  margin: 8px 0 18px;
  text-align: center;
  font-size: 12px;
  color: #7a5a62;
}
.steps { display: flex; flex-direction: column; gap: 12px; }
.step {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(190,150,160,.18);
}
.step__media { position: relative; flex: 0 0 38%; width: 38%; min-width: 0; }
.step__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #f7eef0;
}
.step__no {
  position: absolute;
  top: 6px; left: 6px;
  background: rgba(255,255,255,.92);
  border-radius: 6px;
  padding: 3px 7px;
  text-align: center;
  line-height: 1.1;
  font-family: var(--serif);
  font-size: 17px;
  color: var(--pink);
}
.step__no small {
  display: block;
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: .14em;
}
.step__body { flex: 1; min-width: 0; }
.step__title { font-size: 15px; font-weight: 700; color: var(--ink); }
.step__text { margin-top: 6px; font-size: 12px; line-height: 1.75; color: var(--ink-soft); }

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  background: linear-gradient(180deg, #fdf7f8 0%, #fbeef1 100%);
  padding: 30px 18px 34px;
}
.faq .sec-title { margin-bottom: 18px; }
.faq__list { display: flex; flex-direction: column; gap: 10px; }
.faq__item {
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(190,150,160,.16);
}
.faq__item:has(.faq__q[aria-expanded="true"]) { border-radius: 20px; }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 12px 16px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.faq__q:hover { opacity: .85; }
.faq__icon {
  flex-shrink: 0;
  width: 26px; height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink-light);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.faq__text { flex: 1; min-width: 0; font-size: 13.5px; font-weight: 500; color: var(--ink); }
.faq__sign { flex-shrink: 0; color: var(--pink-light); font-size: 18px; line-height: 1; }
.faq__a {
  padding: 0 18px 16px 52px;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--ink-soft);
}

/* =========================================================
   CLOSING
   ========================================================= */
.closing {
  position: relative;
  background: linear-gradient(180deg, #fbeef1 0%, #fdeef1 100%);
  padding-bottom: 34px;
}
.closing__visual { position: relative; height: 400px; overflow: hidden; }
.closing__photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 40% 18%;
}
.closing__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(255,255,255,.2) 0%,
    rgba(255,250,251,0) 30%,
    rgba(253,240,243,.75) 62%,
    #fdeef1 96%);
}
.closing__catch {
  position: absolute;
  top: 18px; right: 18px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.75;
  color: var(--pink);
  text-align: right;
  text-shadow: 0 1px 8px rgba(255,255,255,.95);
}
.closing__brand {
  position: absolute;
  left: 20px; bottom: 14px;
  text-shadow: 0 1px 8px rgba(255,255,255,.95);
}
.closing__note {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.8;
  color: #5a3d45;
}
.closing__name { font-family: var(--serif); font-size: 24px; letter-spacing: .18em; color: #5a3d45; }
.closing__kana { font-size: 9px; letter-spacing: .3em; color: var(--ink-faint); margin-top: 2px; }
.closing__cat  { font-size: 10px; letter-spacing: .12em; color: var(--ink-mute); margin-top: 6px; }

.closing__body { padding: 0 20px; }

.offer {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(190,140,155,.18);
}
.offer__label { flex-shrink: 0; }
.offer__title {
  display: block;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-soft);
}
.offer__before {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #6b5a5f;
  text-decoration: line-through;
  text-decoration-color: var(--pink);
}
.offer__amount {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: baseline;
  color: var(--pink);
  font-weight: 900;
}
.offer__off {
  flex-shrink: 0;
  background: var(--pink);
  color: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

/* =========================================================
   小さめ端末（iPhone SE / 375px 未満）の微調整
   ========================================================= */
@media (max-width: 374px) {
  .hero__title { font-size: 34px; }
  .hero__num { font-size: 52px; }
  .hero__title-lg { font-size: 41px; }
  .cta { font-size: 21px; height: 58px; }
  .price__figure { font-size: 30px; }
  .brand__text { padding-right: 0; }
  .brand__device { display: none; }
}

/* =========================================================
   PC：スマホ幅のまま中央寄せで表示
   ========================================================= */
@media (min-width: 768px) {
  body { padding: 32px 16px; }
  .lp { box-shadow: 0 10px 40px rgba(150,110,120,.22); }
}
