/* =============================================
   TOMORROWSTEAD WELLNESS アシタバランス — 縦長LP
   ネイビー × 明日葉グリーン × イエロー／太字・数字ドン
   ============================================= */
:root {
  --bg: #f6f8f6;
  --navy: #1d3244;
  --navy-deep: #142330;
  --green: #4e9b4a;
  --green-deep: #38773a;
  --green-pale: #e6f2e4;
  --yellow: #f5c531;
  --ink: #22303b;
  --grey: #6b7b85;
  --line: #dde5e1;
  --white: #fff;
  --sans: 'Noto Sans JP', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.95;
  font-size: 15px;
  letter-spacing: .03em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: var(--sans); }

.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .rv.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .rv { opacity: 1; transform: none; transition: none; }
}

/* ---------- demo banner ---------- */
.demo-band {
  background: #000; color: #d5dde3;
  text-align: center; font-size: 11px; letter-spacing: .14em; padding: 6px 12px;
}
.demo-band a { color: #ffd76b; border-bottom: 1px solid #ffd76b; }

/* ---------- lp header ---------- */
.lp-hd {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1080px; margin: 0 auto; padding: 14px 20px;
}
.lp-hd .brand { display: flex; flex-direction: column; line-height: 1.3; }
.lp-hd .brand b { font-size: 16px; letter-spacing: .1em; font-weight: 900; color: var(--navy); }
.lp-hd .brand span { font-size: 9px; letter-spacing: .28em; color: var(--grey); }
.lp-hd .hd-cta {
  font-size: 12px; letter-spacing: .08em; font-weight: 700;
  background: var(--green-deep); color: #fff; border-radius: 999px; padding: 10px 22px;
}

/* ---------- FV（ダークネイビー・数字主役） ---------- */
.fv {
  position: relative;
  background:
    radial-gradient(circle at 82% 20%, rgba(78, 155, 74, .3) 0%, transparent 45%),
    linear-gradient(160deg, #24405a 0%, var(--navy) 55%, var(--navy-deep) 100%);
  color: #eef3f0;
  overflow: hidden;
}
.fv-in {
  max-width: 1080px; margin: 0 auto; padding: 56px 20px 60px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center;
}
.badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.fv-badge {
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .35);
  color: #fff; font-size: 11px; letter-spacing: .08em; font-weight: 700;
  border-radius: 999px; padding: 5px 14px;
}
.fv h1 {
  font-weight: 900;
  font-size: clamp(30px, 4.6vw, 48px); letter-spacing: .06em; line-height: 1.55;
  margin-bottom: 14px; color: #fff;
}
.fv h1 em { font-style: normal; color: var(--yellow); }
.fv .sub { font-size: 14px; color: #b9c7d2; margin-bottom: 24px; }
.fv-nums { display: flex; gap: 12px; margin-bottom: 26px; flex-wrap: wrap; }
.fv-num {
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px; padding: 12px 18px; text-align: center;
}
.fv-num .val { font-size: 27px; font-weight: 900; color: var(--yellow); line-height: 1.2; display: block; }
.fv-num .val small { font-size: 13px; }
.fv-num .lbl { font-size: 10px; letter-spacing: .08em; color: #b9c7d2; }
.fv-offer {
  background: #fff; color: var(--ink); border-radius: 16px;
  padding: 16px 24px; margin-bottom: 20px; display: inline-block;
}
.fv-offer .t { font-size: 12px; letter-spacing: .1em; font-weight: 700; color: var(--green-deep); display: block; }
.fv-offer .p { font-size: 13px; }
.fv-offer .p b { font-size: 40px; font-weight: 900; color: var(--green-deep); letter-spacing: 0; }
.fv-offer .p s { color: var(--grey); font-size: 13px; margin-right: 8px; }
.fv-img img { border-radius: 18px; box-shadow: 0 18px 44px rgba(0, 0, 0, .4); }
.note-s { font-size: 10.5px; color: #93a6b3; }

/* ---------- CTA ---------- */
.cta-btn {
  display: block; max-width: 480px; margin: 0 auto;
  background: linear-gradient(180deg, #5cb158, #38773a);
  color: #fff; text-align: center;
  font-size: 17px; letter-spacing: .1em; font-weight: 900;
  border-radius: 999px; padding: 18px 30px; border: none; cursor: pointer;
  box-shadow: 0 8px 22px rgba(56, 119, 58, .4);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(56, 119, 58, .5); }
.cta-btn small { display: block; font-size: 11px; font-weight: 500; letter-spacing: .14em; opacity: .92; }
.cta-wrap { padding: 34px 20px; }

/* ---------- sections ---------- */
.sec { padding: 74px 20px; }
.sec-in { max-width: 920px; margin: 0 auto; }
.sec-narrow { max-width: 720px; margin: 0 auto; }
.sec-alt { background: var(--green-pale); }
.sec-head { text-align: center; margin-bottom: 38px; }
.sec-head .en { font-size: 12px; letter-spacing: .3em; color: var(--green); display: block; margin-bottom: 8px; font-weight: 900; }
.sec-head h2 {
  font-weight: 900;
  font-size: clamp(22px, 3.2vw, 31px); letter-spacing: .06em; line-height: 1.7;
}
.sec-head h2 em { font-style: normal; color: var(--green-deep); }
.sec-head h2 mark { background: linear-gradient(transparent 62%, var(--yellow) 62%); color: inherit; }
.sec-head p.lead { margin-top: 12px; color: var(--grey); font-size: 13.5px; }

/* ---------- 悩み ---------- */
.nayami { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; }
.nayami-img { border-radius: 18px; overflow: hidden; }
.checks li {
  background: var(--white); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 14px 18px 14px 48px; margin-bottom: 12px; position: relative;
  font-size: 14px; font-weight: 700;
}
.checks li::before {
  content: '✓'; position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--green-deep); color: #fff; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.nayami-close { text-align: center; margin-top: 30px; font-size: 18px; font-weight: 900; letter-spacing: .06em; }
.nayami-close b { color: var(--green-deep); }

/* ---------- 成分 ---------- */
.seibun { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.seibun-item { background: var(--white); border-radius: 16px; padding: 30px 26px; text-align: center; box-shadow: 0 6px 18px rgba(29, 50, 68, .07); border-top: 4px solid var(--green); }
.seibun-item .num { font-size: 13px; font-weight: 900; letter-spacing: .2em; color: var(--green); display: block; margin-bottom: 10px; }
.seibun-item h3 { font-size: 17px; font-weight: 900; letter-spacing: .04em; margin-bottom: 10px; }
.seibun-item .amt { font-size: 22px; font-weight: 900; color: var(--green-deep); display: block; margin-bottom: 8px; }
.seibun-item .amt small { font-size: 12px; color: var(--grey); font-weight: 700; }
.seibun-item p { font-size: 12.5px; color: var(--grey); text-align: left; }
.gmp-band { margin-top: 34px; background: var(--white); border-radius: 16px; padding: 24px 26px; display: flex; gap: 20px; align-items: center; justify-content: center; flex-wrap: wrap; }
.gmp-band .stamp {
  width: 74px; height: 74px; border-radius: 50%; border: 3px solid var(--navy);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-weight: 900; font-size: 15px; color: var(--navy); flex-shrink: 0;
}
.gmp-band .stamp small { font-size: 8.5px; letter-spacing: .1em; }
.gmp-band p { font-size: 13px; color: var(--grey); max-width: 480px; text-align: left; }

/* ---------- 暮らしバンド ---------- */
.life-band { position: relative; overflow: hidden; }
.life-band img { width: 100%; height: 320px; object-fit: cover; }
.life-band .cap {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(20, 35, 48, .45);
}
.life-band .cap p {
  color: #fff; font-size: clamp(20px, 3.4vw, 30px); font-weight: 900; letter-spacing: .1em;
  text-shadow: 0 2px 14px rgba(20, 35, 48, .6); text-align: center; line-height: 1.8;
}

/* ---------- 声 ---------- */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.voice { background: var(--white); border-radius: 16px; padding: 26px 24px; box-shadow: 0 6px 18px rgba(29, 50, 68, .07); }
.voice .head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.voice .avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--green-pale); display: flex; align-items: center; justify-content: center; color: var(--green-deep); font-weight: 900; font-size: 15px; }
.voice .who { font-size: 11.5px; color: var(--grey); }
.voice .who b { display: block; font-size: 13px; color: var(--ink); }
.voice .stars { color: var(--yellow); font-size: 14px; letter-spacing: .2em; margin-bottom: 8px; }
.voice p { font-size: 12.5px; color: #435662; }
.voices-note { text-align: center; font-size: 10.5px; color: var(--grey); margin-top: 18px; }

/* ---------- オファー ---------- */
.offer-box {
  background: var(--white); border: 3px solid var(--green-deep); border-radius: 20px;
  padding: 40px 34px; text-align: center; position: relative; overflow: hidden;
}
.offer-box .ribbon {
  position: absolute; top: 18px; left: -46px; transform: rotate(-38deg);
  background: var(--yellow); color: var(--navy); font-size: 11px; letter-spacing: .14em; font-weight: 900;
  padding: 6px 50px;
}
.offer-box .t { font-size: 19px; font-weight: 900; letter-spacing: .06em; margin-bottom: 6px; }
.offer-box .big { font-size: 66px; font-weight: 900; color: var(--green-deep); line-height: 1.1; }
.offer-box .big small { font-size: 22px; }
.offer-box .was { color: var(--grey); font-size: 13px; margin-bottom: 16px; }
.offer-box .was s { margin-right: 6px; }
.offer-perks { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin: 18px 0 26px; }
.offer-perks span {
  background: var(--green-pale); color: var(--green-deep);
  font-size: 11.5px; font-weight: 700; letter-spacing: .04em; border-radius: 999px; padding: 6px 16px;
}
.offer-note { font-size: 11px; color: var(--grey); margin-top: 16px; }

/* ---------- Q&A ---------- */
.qa-item { background: var(--white); border: 1.5px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.qa-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 17px 48px 17px 52px; font-size: 14px; font-weight: 700; letter-spacing: .04em; color: var(--ink);
  position: relative; line-height: 1.7;
}
.qa-q::before {
  content: 'Q'; position: absolute; left: 18px; top: 16px;
  font-size: 16px; color: var(--green-deep); font-weight: 900;
}
.qa-q::after {
  content: '＋'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  color: var(--green-deep); font-size: 16px;
}
.qa-item.open .qa-q::after { content: '−'; }
.qa-a { display: none; padding: 0 20px 18px 52px; font-size: 13px; color: var(--grey); position: relative; }
.qa-a::before {
  content: 'A'; position: absolute; left: 18px; top: -2px;
  font-size: 16px; color: var(--yellow); font-weight: 900;
}
.qa-item.open .qa-a { display: block; }

/* ---------- form ---------- */
.order-form { background: var(--white); border-radius: 20px; padding: 38px 34px; box-shadow: 0 10px 30px rgba(29, 50, 68, .12); }
.order-form h3 { font-size: 18px; font-weight: 900; letter-spacing: .04em; text-align: center; margin-bottom: 8px; }
.order-form .fnote { text-align: center; font-size: 11px; color: var(--green-deep); font-weight: 700; margin-bottom: 24px; }
.order-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 700; color: var(--grey); letter-spacing: .06em; margin-bottom: 16px; }
.order-form input, .order-form select {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; background: var(--bg);
}
.order-form input:focus, .order-form select:focus { outline: none; border-color: var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-form .cta-btn { margin-top: 10px; width: 100%; max-width: none; }

/* ---------- modal ---------- */
.dmodal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(20, 35, 48, .55);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.dmodal.open { opacity: 1; pointer-events: auto; }
.dmodal-in { background: var(--bg); max-width: 460px; padding: 44px 36px; text-align: center; border-radius: 18px; }
.dmodal-in .en { font-size: 12px; letter-spacing: .26em; color: var(--green); display: block; margin-bottom: 12px; font-weight: 900; }
.dmodal-in h3 { font-weight: 900; font-size: 18px; letter-spacing: .04em; margin-bottom: 14px; }
.dmodal-in p { font-size: 13px; color: var(--grey); margin-bottom: 8px; }
.dmodal-in p a { color: var(--green-deep); border-bottom: 1px solid var(--green-deep); }
.dmodal-in button {
  margin-top: 18px; background: var(--navy); color: #fff; border: none; border-radius: 999px;
  font-size: 13px; letter-spacing: .14em; font-weight: 700; padding: 12px 40px; cursor: pointer;
}

/* ---------- sticky CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(246, 248, 246, .95); backdrop-filter: blur(8px);
  border-top: 1.5px solid var(--line);
  padding: 10px 16px;
  transform: translateY(110%); transition: transform .35s ease;
}
.sticky-cta.show { transform: none; }
.sticky-in { max-width: 720px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.sticky-in .price { font-size: 11px; line-height: 1.5; white-space: nowrap; }
.sticky-in .price b { font-size: 22px; color: var(--green-deep); display: block; letter-spacing: 0; font-weight: 900; }
.sticky-in .cta-btn { flex: 1; margin: 0; padding: 13px 18px; font-size: 15px; }

/* ---------- footer ---------- */
.ft { background: var(--navy-deep); color: #a9b8c2; padding: 56px 20px 90px; }
.ft-in { max-width: 920px; margin: 0 auto; }
.ft .brand { font-size: 17px; letter-spacing: .12em; color: #e9eef2; font-weight: 900; }
.ft .tag { font-size: 10px; letter-spacing: .2em; color: #6d8090; margin: 4px 0 24px; }
.demo-note {
  border: 1px solid #33475a; border-radius: 12px; padding: 18px 20px;
  font-size: 11.5px; line-height: 2; color: #93a6b3;
}
.demo-note strong { color: #ffd76b; font-weight: 700; }
.demo-note a { color: #ffd76b; border-bottom: 1px solid #ffd76b; }
.copy { margin-top: 22px; font-size: 10px; letter-spacing: .2em; color: #5f7383; }
.copy a { border-bottom: 1px solid #5f7383; }

/* ============ mobile ============ */
@media (max-width: 820px) {
  .fv-in { grid-template-columns: 1fr; padding: 36px 18px 44px; gap: 24px; }
  .fv-img { order: -1; max-width: 380px; margin: 0 auto; }
  .fv h1 { font-size: clamp(26px, 7.2vw, 34px); }
  .fv-nums { gap: 10px; }
  .fv-num { flex: 1; padding: 10px 8px; }
  .fv-num .val { font-size: 21px; }
  .sec { padding: 54px 18px; }
  .nayami { grid-template-columns: 1fr; gap: 24px; }
  .nayami-img { max-width: 420px; margin: 0 auto; }
  .seibun, .voices { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .offer-box { padding: 34px 20px; }
  .offer-box .big { font-size: 54px; }
  .life-band img { height: 240px; }
  .gmp-band p { text-align: center; }
}
