* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
[hidden] { display: none !important; }
.sp-only { display: none; }
body { margin: 0; background: #0a1327; font-family: var(--font-jp); color: var(--text); line-height: 1.8; font-size: 13.5px; }
a { color: var(--gold-d); }
a:hover { color: #7a5f22; }
button { font: inherit; }
.lp { width: min(100%, var(--lp-max)); margin: 0 auto; background: var(--cream); position: relative; overflow-x: clip; min-height: 100vh; padding-bottom: 76px; }
.en { font-family: var(--font-en); letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; }
.gt { background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sec { padding: 40px 22px; display: flex; flex-direction: column; gap: 16px; }
.h2 { font-size: 22px; line-height: 1.45; margin: 0; font-weight: 600; letter-spacing: 0.04em; text-align: center; color: var(--navy); }
.rule { display: flex; align-items: center; gap: 12px; }
.rule::before, .rule::after { content: ""; flex: 1; border-top: 1px solid var(--gold); opacity: .7; }
.h2-deco { position: relative; padding: 0 0 12px; text-align: center; }
.h2-deco::before {
  content: none;
}
.h2-deco::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(215,182,83,0), var(--gold) 20%, #F3DC98 50%, var(--gold) 80%, rgba(215,182,83,0));
  box-shadow: var(--glow-gold);
  pointer-events: none;
}
.h2-deco > span,
.h2-deco > em {
  position: relative;
  display: inline-block;
  background: transparent;
}
.rule.h2-deco { display: block; }
.rule.h2-deco::before { content: none; }
.hl {
  font-style: normal;
  background: linear-gradient(transparent 60%, rgba(201,165,90,.35) 60%);
}
.proof .h2-deco,
.howto .h2-deco { color: var(--cream); }
.proof .hl,
.howto .hl {
  color: var(--gold-l);
  background: none;
}
.btn { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 56px; font: 600 15px/1.4 var(--font-jp); letter-spacing: .04em; text-align: center; padding: 12px 14px; border-radius: var(--radius-pill); text-decoration: none; cursor: pointer; border: 0; width: 100%; box-shadow: none; }
.btn-gold { background: var(--gold-btn); color: var(--navy); border: 1px solid #b8933f; box-shadow: var(--shadow-soft); }
.btn-gold:hover { background: linear-gradient(90deg,#F6E4A8 0%,#FFF3CF 40%,#E9CF7F 75%,#F6E4A8 100%); }
.btn-gold:active { background: #C9A64B; transform: translateY(1px); box-shadow: 0 4px 12px rgba(7,21,47,.25); }
.btn-gold::after,
.btn-navy::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 4px;
  flex: none;
}
.fv .fv-cta::after { content: none; }
.btn-outline { background: transparent; color: var(--gold-l); border: 1.5px solid var(--gold); border-radius: var(--radius-pill); }
.btn-outline-dark { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--cream); border: 0; border-radius: var(--radius); }
.btn-line { background: transparent; color: var(--cream); border: 1px solid rgba(244,239,230,.7); border-radius: var(--radius-pill); }
.btn-line-dark { background: transparent; color: var(--navy); border: 1px solid var(--navy); border-radius: var(--radius-pill); }
.chip { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: rgba(9,37,69,.9); border: 1px solid var(--gold); padding: 12px 12px 12px 16px; font-size: 13px; border-radius: var(--radius); color: var(--cream); }
.chip-code { font-family: var(--font-en); font-size: 26px; letter-spacing: .08em; font-weight: 600; line-height: 1; }
.copy { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; min-width: 112px; font-family: var(--font-jp); font-size: 13px; font-weight: 700; letter-spacing: .04em; padding: 8px 12px; border-radius: var(--radius); background: var(--gold-btn); color: var(--navy); border: 0; cursor: pointer; }
.copy::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='11' height='11' rx='1.5'/%3E%3Cpath d='M5 15V5a1 1 0 0 1 1-1h10'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='11' height='11' rx='1.5'/%3E%3Cpath d='M5 15V5a1 1 0 0 1 1-1h10'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}
.copy.is-copied { background: #2E8B57; color: #fff; }
.copy.is-copied::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}
.fv-copy::before { content: none; }
.fv-copy.is-copied .fv-copy-icon { display: none; }
.fv-copy.is-copied::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.badge { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 6px 14px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 700; letter-spacing: .02em; border: 0; background: var(--gold-btn); color: var(--navy); align-self: flex-start; }
.badge::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: none;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  background:
    linear-gradient(currentColor,currentColor) 50% 50% / 1.5px 6px no-repeat,
    linear-gradient(currentColor,currentColor) 50% 45% / 5px 1.5px no-repeat;
}
.badge[data-state="instock"], .badge-instock { background: #DFF3E3; color: #1E5A2E; }
.badge[data-state="instock"]::before, .badge-instock::before { width: 10px; height: 10px; background: #2E8B57; border: 0; }
.badge[data-state="soldout"], .badge-soldout { background: #8D93A0; color: #fff; }
.badge[data-state="soldout"]::before, .badge-soldout::before {
  border: 1.5px solid currentColor;
  background:
    linear-gradient(45deg, transparent 42%, currentColor 42% 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, currentColor 42% 58%, transparent 58%);
}
.stamp {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 1px 5px;
  border: 2px solid #c8321e;
  border-radius: 4px;
  background: rgba(255,255,255,.78);
  color: #c8321e;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-4deg);
}
.status { text-align: center; font-size: 12.5px; letter-spacing: .08em; padding: 8px 12px; line-height: 1.5; color: var(--cream); background: var(--red); }
:root[data-stock-mode="line"] .status { background: #4a1010; }
.ring { flex: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-en); font-size: 18px; font-weight: 600; color: var(--gold-l); }
.num { font-family: var(--font-en); color: var(--gold); font-size: 18px; font-weight: 600; flex: none; width: 28px; line-height: 1.4; }
.card { background: #fff; border: 1px solid var(--gold); border-radius: var(--radius); display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.card-h { flex-direction: row; align-items: stretch; }
.card-h img { width: 128px; flex: none; object-fit: cover; display: block; background: var(--cream2); }
.field { border: 1px solid #cfc7b6; background: #fff; padding: 11px 12px; font-size: 13px; color: #9a9a9a; border-radius: 2px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq { background: #fff; border: 0; border-radius: var(--radius-m); padding: 14px 16px; box-shadow: 0 6px 18px rgba(7,21,47,.08); font-size: 14px; color: var(--ink); }
.faq summary { display: flex; justify-content: space-between; gap: 12px; align-items: center; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary { font-size: 14px; font-weight: 700; color: var(--navy); }
.faq summary::after { content: "＋"; flex: none; width: 26px; height: 26px; border: 1.5px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold-d); font-size: 16px; line-height: 1; }
.faq[open] summary::after { content: "−"; }
.faq p { margin: 10px 0 0; color: var(--muted); font-size: 13.5px; }
.tile { position: relative; aspect-ratio: 1 / 1; width: 100%; border-radius: 2px; overflow: hidden; background: var(--cream2); }
.tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sticky { position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; width: min(100%, var(--lp-max)); background: rgba(9,37,69,.97); border-top: 1px solid var(--gold); box-shadow: 0 -8px 24px rgba(0,0,0,.25); padding: 10px 14px; display: flex; gap: 8px; z-index: 20; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:root[data-stock-mode="line"] .cta-buy { display: none; }
:root[data-stock-mode="buy"] .cta-line-only { display: none; }

.in { display: contents; }
[data-depth] { height: 1px; }
.center { text-align: center; }
.small { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.7; }
.lead { margin: 0; font-size: 16px; line-height: 1.75; color: var(--navy); font-weight: 600; }
.bg-white { background: #fff; }
.bg-navy { background: var(--navy); color: var(--cream); }

.bg-d-1 { background-image: url('../assets/generated/d-1-bg.jpg'); }
.bg-d-4 { background-image: url('../assets/generated/d-4-bg.jpg'); }
.bg-d-5 { background-image: url('../assets/generated/d-5-bg.jpg'); }
.bg-d-6 { background-image: url('../assets/generated/d-6-bg-mobile.jpg'); }

.fv {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background-color: var(--navy);
  background-image: url('../assets/generated/fv-hero.jpg');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 0 26px;
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,37,69,0) 0%, rgba(9,37,69,0) 46%, rgba(9,37,69,.68) 62%, rgba(9,37,69,.94) 100%);
  pointer-events: none;
}
.fv > .in > * { position: relative; z-index: 1; }
.fv-light {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 20% 80%, rgba(214,190,130,.16) 0%, rgba(214,190,130,0) 30%);
  pointer-events: none;
  will-change: transform;
}
.fv .fv-en {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: .28em;
  line-height: 1;
  color: #fff;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-shadow: 0 1px 4px rgba(9,37,69,.4);
}
.fv .fv-vert {
  position: absolute;
  top: 18px;
  right: 14px;
  z-index: 2;
  margin: 0;
  writing-mode: vertical-rl;
  font-family: var(--font-hand);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.1;
  color: var(--navy);
  text-shadow: 0 0 12px rgba(255,255,255,.85), 0 0 2px rgba(255,255,255,.9);
}
.fv-body { margin-top: min(63vw, 260px); width: 100%; padding: 0 12px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.fv-h1 { position: relative; margin: 0; padding-bottom: 10px; font-size: clamp(40px, 12.8vw, 50px); line-height: 1.1; font-weight: 700; letter-spacing: 0; white-space: nowrap; }
.fv-h1 .gt { filter: drop-shadow(0 3px 8px rgba(0,0,0,.5)); }
.fv-h1::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 0;
  bottom: 2px;
  height: 8px;
  background: linear-gradient(90deg, rgba(201,165,90,0) 0%, #d9b866 12%, #f3dc98 50%, #c39a45 88%, rgba(201,165,90,0) 100%);
  border-radius: 50% / 100%;
  transform: rotate(-1.2deg);
  opacity: .95;
}
.fv-tagline { margin: 0; font-size: clamp(18px, 5.6vw, 22px); line-height: 1.3; font-weight: 700; letter-spacing: 0; color: #fff; white-space: nowrap; text-shadow: 0 2px 10px rgba(0,0,0,.55); }
.fv-mention { margin: 4px 12px 0; padding: 8px 12px; border-left: 2px solid var(--gold); background: rgba(9,37,69,.55); border-radius: var(--radius); display: flex; flex-direction: column; gap: 2px; }
.fv-mention-main { font-size: 14px; font-weight: 700; line-height: 1.5; color: #fff; }
.fv-mention-sub { font-size: 11.5px; line-height: 1.5; color: var(--gold-l); }
.fv-ribbon { margin: 4px 12px 0; display: flex; align-items: center; gap: 10px; padding: 6px; border: 1.5px solid var(--gold); border-radius: 8px; background: rgba(9,37,69,.85); box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.fv-ribbon-label { flex: none; display: flex; align-items: center; justify-content: center; height: 30px; padding: 0 10px; border-radius: 6px; background: var(--gold-btn); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.fv-ribbon-body { flex: 1; min-width: 0; font-size: clamp(9.5px, 2.75vw, 12px); line-height: 1.4; font-weight: 700; white-space: nowrap; color: #fff; }
.fv-lead { margin: 0 12px; padding: 8px 0; text-align: center; font-size: clamp(11px, 3.2vw, 13px); line-height: 1.5; font-weight: 600; letter-spacing: 0; white-space: normal; color: #fff; border-top: 1px solid rgba(215,182,83,.5); border-bottom: 1px solid rgba(215,182,83,.5); }
.fv-limited { margin: 0 12px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 700; color: #fff; }
.fv-limited::before, .fv-limited::after { content: "/"; color: var(--gold); font-weight: 400; margin: 0 10px; }
.fv-limited-icon { width: 18px; height: 18px; flex: none; color: var(--gold-l); }
.fv-limited strong { color: var(--gold-l); letter-spacing: .06em; }
.fv-limited-sep { color: var(--gold); }
.fv-stock { margin: -4px 12px 0; text-align: center; font-size: 11px; line-height: 1.5; color: rgba(244,239,230,.82); }
.fv-stock strong { color: var(--gold-l); font-weight: 600; }
.fv-stock-note { margin: 2px 12px 0; text-align: center; font-size: 10.5px; line-height: 1.5; color: rgba(244,239,230,.7); }
.fv .btn, .fv .chip, .fv .countdown { margin-left: 12px; margin-right: 12px; width: auto; }
.chip-dark { background: rgba(255,255,255,.05); color: var(--cream); }
.chip-label { display: block; font-size: 10px; letter-spacing: .14em; color: var(--gold-l); margin-bottom: 3px; }
.countdown {
  background: rgba(0,0,0,.35);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.countdown-label { font-size: 11px; letter-spacing: .12em; color: var(--gold-l); }
.countdown strong { font-family: var(--font-en); font-size: 24px; letter-spacing: .06em; }
.fv .fv-cta {
  min-height: 64px;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--navy);
  padding: 10px 18px;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.7), inset 0 -2px 0 rgba(150,110,30,.35);
}
.fv-cta-icon { width: 28px; height: 28px; flex: none; }
.fv-cta-label { flex: 1; text-align: center; border-left: 1px solid rgba(9,37,69,.35); padding-left: 12px; white-space: nowrap; }
.fv-cta-chevron { width: 18px; height: 18px; flex: none; }
.fv .fv-idbox { display: flex; flex-direction: column; align-items: stretch; gap: 8px; padding: 12px; border: 1px solid var(--gold); background: rgba(9,37,69,.86); border-radius: 8px; }
.fv-idbox .chip-label { margin: 0; font-size: 12px; letter-spacing: .04em; color: #fff; }
.fv-idbox-row { display: flex; align-items: center; gap: 8px; }
.fv-code-box { flex: 1; min-width: 0; text-align: center; background: #fff; color: var(--navy); border-radius: 6px; padding: 8px 12px; font-family: var(--font-en); font-size: 22px; font-weight: 600; letter-spacing: .04em; line-height: 1.2; }
.fv-copy { flex: none; min-width: 112px; min-height: 44px; font-family: var(--font-jp); font-size: 13px; font-weight: 700; letter-spacing: .04em; gap: 6px; padding: 8px 12px; border-radius: 6px; }
.fv-copy-icon { width: 16px; height: 16px; flex: none; }
.fv-trust { margin: 0 12px; display: flex; align-items: center; gap: 10px; padding: 4px 8px; color: #fff; text-decoration: none; font-size: 12px; line-height: 1.55; }
.fv-trust-icon { width: 28px; height: 28px; flex: none; color: var(--gold-l); }
.fv-trust-text { flex: 1; text-align: left; }
.fv-trust-chevron { display: none; }

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.check-list li::before {
  content: "";
  flex: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold-d);
  transform: rotate(45deg);
  margin: 0 3px;
}

.tile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.tile-card { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.tile-card strong { color: var(--navy); font-size: 12px; line-height: 1.45; }
.tile-card .num { width: auto; font-size: 30px; line-height: 1; letter-spacing: .06em; }
.tile-card .small { font-size: 10.5px; }
.concept-def {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 600;
}
.mix {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--cream);
  border-radius: var(--radius-m);
  padding: 16px;
  box-shadow: var(--shadow-soft);
}
.mix-label {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--gold-d);
  text-align: center;
}
.mix-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.mix-item { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 0; }
.mix-item img { height: 130px; width: auto; filter: drop-shadow(0 8px 16px rgba(7,21,47,.25)); }
.mix-item figcaption { font-size: 11px; line-height: 1.4; text-align: center; color: var(--navy); font-weight: 600; }
.mix-item figcaption small { display: block; font-size: 9.5px; font-weight: 400; color: var(--muted); }
.mix-photo { margin: 0; border-radius: var(--radius-m); overflow: hidden; background: var(--cream2); }
.mix-photo img { display: block; width: 100%; height: auto; }
.mix-photo figcaption { padding: 8px 10px; font-size: 11px; line-height: 1.6; color: var(--muted); background: #fff; }
.mix-photo-wide { width: 100%; }
.mix-item-balm { flex: none; }
.mix-item-balm img { height: 120px; }
.mix-video { position: relative; margin: 0; border-radius: var(--radius-m); overflow: hidden; background: var(--navy); }
.mix-video-el { display: block; width: 100%; height: auto; max-height: 420px; object-fit: cover; }
.mix-video-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%; border: 0; background: rgba(9,37,69,.72); color: var(--gold-l); display: grid; place-items: center; cursor: pointer; transition: opacity .2s ease; }
.mix-video-btn svg { width: 24px; height: 24px; margin-left: 3px; }
.mix-video.is-playing .mix-video-btn { opacity: 0; pointer-events: none; }
.mix-video figcaption { padding: 8px 10px; font-size: 11px; line-height: 1.6; color: var(--muted); background: #fff; }
.mix-disclaimer { color: var(--muted); }
.mix-op {
  color: var(--gold);
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.mix-eq {
  grid-column: 1;
  justify-self: end;
}
.mix-ratio {
  grid-column: 2 / 4;
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.mix-ratio-num {
  font-family: var(--font-en);
  font-size: 40px;
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 700;
  color: var(--navy);
}
.mix-plus {
  display: flex;
  align-items: center;
  gap: 14px;
}
.mix-plus-title { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 4px; line-height: 1.5; }
.mix-plus p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--muted);
}
.concept-one {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
  font-weight: 600;
}
.start-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--gold);
  background: var(--cream);
  border-radius: var(--radius);
}
.start-guide article {
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  border-right: 1px solid var(--gold);
}
.start-guide article:last-child { border-right: 0; }
.start-guide .en { font-size: 9px; color: var(--gold-d); }
.start-guide strong { font-size: 12px; color: var(--navy); }
.start-guide .small { font-size: 10.5px; }

#products .cards { display: flex; flex-direction: column; gap: 16px; }
#products .card.card-h {
  background: #fff;
  border: 0;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  gap: 0;
}
.card:not(.card-h) > img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; display: block; background: var(--cream2); }
#products .card-media {
  width: 118px;
  flex: none;
  align-self: stretch;
  display: grid;
  place-items: center;
  background: var(--navy);
  overflow: hidden;
}
#products .card-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: transparent;
}
#products .card-media.is-photo img { object-fit: cover; padding: 0; }
.card-body { padding: 12px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 0; }
#products .card-body .en { font-size: 10px; color: var(--gold-d); letter-spacing: .2em; }
#products .card-body .card-title { margin: 0; font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.4; }
#products .card-body .btn-navy { min-height: 44px; font-size: 13px; padding: 8px 10px; margin-top: auto; }
#products .card-body .badge { font-size: 12px; padding: 5px 10px; min-height: 30px; white-space: nowrap; }
#products .card-body { padding: 12px 12px; }
.pick {
  align-self: flex-start;
  border: 1.5px solid #C8321E;
  border-radius: var(--radius-pill);
  padding: 3px 10px;
  color: #C8321E;
  background: #fff;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.proof, .howto, .final {
  position: relative;
  overflow: hidden;
  background-color: var(--navy);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--cream);
}
.proof .h2, .howto .h2 { color: var(--cream); position: relative; }
.proof-media { display: flex; flex-direction: column; gap: 16px; align-items: center; position: relative; }
.proof-reel-wrap {
  width: 240px;
  flex: none;
}
.proof-reel {
  position: relative;
  width: 240px;
  height: 427px;
  min-height: 427px;
  flex: none;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(201,165,90,.7);
}
.proof-reel > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  display: block;
}
.proof-caption {
  display: block;
  margin-top: 6px;
  color: var(--cream);
  font-size: 10px;
  line-height: 1.5;
}
.proof-stills { width: 100%; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.proof-stills figure {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  min-width: 0;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(201,165,90,.7);
}
.proof-stills img { width: 100%; height: 100%; min-height: 0; object-fit: cover; display: block; }
.proof-stills figcaption {
  position: static;
  padding: 4px 0 0;
  background: none;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: .18em;
  color: var(--gold-l);
}
.steps, .profile, .operator-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.steps .en { font-size: 9px; color: var(--gold-l); }
.steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.steps li {
  border: 1px solid rgba(244,239,230,.3);
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.5;
}
.steps li:nth-last-child(-n+3) { border-color: var(--gold); background: rgba(201,165,90,.18); }
.profile, .operator-head { flex-direction: row; align-items: center; }
.avatar { flex: none; display: block; width: 56px; height: 56px; border-radius: 50%; overflow: hidden; border: 1px solid var(--gold); }
.avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile strong { color: var(--cream); }
.profile .small, .proof .small, .howto .small { color: rgba(244,239,230,.75); }

#basics .cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
#basics .card { padding: 10px; align-items: center; text-align: center; }
#basics .card strong { font-size: 11px; color: var(--navy); }
#basics .card .small { font-size: 10px; }

.howto-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.howto-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16.7%;
  right: 16.7%;
  border-top: 2px dotted var(--gold);
  opacity: .8;
  z-index: 0;
}
.howto-steps article { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.howto-steps .ring {
  width: 40px;
  height: 40px;
  background: var(--gold-btn);
  color: var(--navy);
  border: 0;
  font-size: 20px;
  font-weight: 700;
}
.howto-steps svg { color: var(--gold-l); }
.step-label { font-size: 13px; font-weight: 700; color: var(--gold-l); letter-spacing: .06em; }
.howto-steps p { margin: 0; font-size: 11.5px; line-height: 1.6; }
.register-mock {
  border: 1px solid var(--gold);
  background: var(--cream);
  color: var(--ink);
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}
.mock-bar { display: flex; align-items: center; gap: 8px; padding: 8px 10px; background: #E9E4D8; border-bottom: 1px solid #d8d0bf; }
.mock-dots { display: inline-flex; gap: 4px; flex: none; }
.mock-dots i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #c4bcab; }
.mock-url { flex: 1; min-width: 0; font-family: var(--font-en); font-size: 10.5px; color: #6b6558; background: #fff; border: 1px solid #d8d0bf; border-radius: 2px; padding: 3px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-badge { flex: none; font-size: 10px; letter-spacing: .08em; color: var(--cream); background: var(--navy); padding: 3px 8px; border-radius: 2px; }
.mock-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 10px; }
.mock-title { margin: 0 0 2px; font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--navy); }
.mock-body .field { background: #EFEFEF; border: 1px solid #EFEFEF; color: #6b6b6b; padding: 10px 12px; font-size: 12.5px; }
.mock-body .ref-code-field { background: #fff; border: 2px solid var(--gold-d); color: var(--navy); }
.mock-note { margin: 0; font-size: 10.5px; line-height: 1.6; color: #555; }
.mock-ellipsis { text-align: center; font-size: 11px; letter-spacing: .04em; color: #9a9a9a; padding: 2px 0; }
.mock-agree { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: #333; }
.mock-agree i { display: block; width: 14px; height: 14px; border: 1px solid #999; border-radius: 2px; background: #fff; flex: none; }
.mock-btn { display: block; text-align: center; min-height: 44px; line-height: 44px; font-size: 13px; font-weight: 600; letter-spacing: .04em; color: #fff; background: #1a1a1a; border-radius: var(--radius); }
.mock-cap { margin: 0; padding: 10px 14px 12px; font-size: 11px; line-height: 1.6; color: var(--muted); border-top: 1px solid #e3ddd0; background: #F6F4EF; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.ref-field { display: flex; flex-direction: column; gap: 6px; }
.ref-field p { margin: 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ref-field p strong { font-size: 12px; color: var(--navy); }
.ref-field p span { font-size: 10px; background: var(--red); color: var(--cream); padding: 2px 8px; letter-spacing: .1em; }
.ref-field .chip-code { border: 1.5px solid var(--gold-d); color: var(--navy); }
.ref-code-field {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid var(--gold-d);
  box-shadow: 0 0 0 4px rgba(201,165,90,.25);
}
.ref-code-field svg {
  flex: none;
  fill: none;
  stroke: var(--gold-d);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.note { margin: 0; font-size: 11px; line-height: 1.7; color: rgba(244,239,230,.8); }
.howto-remind {
  margin: 0;
  padding-left: 10px;
  border-left: 3px solid var(--gold-l);
  color: var(--cream);
  font-size: 13px;
  line-height: 1.7;
}
.howto-remind strong { color: var(--gold-l); }
.faq ul.faq-list {
  display: block;
  margin: 8px 0 0;
  padding-left: 1.2em;
  list-style: disc;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.timeline {
  border-left: 1px solid var(--gold);
  margin-left: 8px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.timeline article { position: relative; display: flex; flex-direction: column; }
.timeline article::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}
.timeline article:last-child::before { background: var(--red); }
.timeline .en { font-size: 12px; color: var(--gold-d); letter-spacing: .16em; }
.timeline article:last-child .en { color: var(--red-t); }
.timeline article:last-child .en.stamp { color: #c8321e; letter-spacing: .12em; }
.timeline p { margin: 0; color: var(--ink); }

.caution { background: var(--navy); padding-top: 40px; padding-bottom: 40px; gap: 16px; }
.caution-intro { display: flex; flex-direction: column; gap: 2px; }
.caution-title { text-align: left; color: var(--cream); font-size: 22px; line-height: 1.5; }
.caution-domain { margin: 0; font-family: var(--font-en); font-size: 13px; letter-spacing: .06em; color: var(--gold-l); }
.caution-box { background: var(--cream); color: var(--navy); border-radius: var(--radius-m); padding: 20px 16px; border: 0; box-shadow: none; display: flex; flex-direction: column; gap: 14px; }
.caution-head { display: flex; align-items: flex-start; gap: 10px; }
.caution-icon { width: 24px; height: 24px; flex: none; color: var(--red-t); }
.caution-warning { margin: 0; font-size: 18px; font-weight: 700; line-height: 1.5; color: var(--red-t); }
.caution-reasons { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.caution-reasons li { display: flex; flex-direction: column; gap: 4px; }
.caution-reasons li + li { padding-top: 16px; border-top: 1px solid rgba(9,37,69,.12); }
.caution-reasons strong { font-size: 14px; font-weight: 700; color: var(--navy); }
.caution-reasons p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--text); }
.caution-source { font-size: 12.5px; color: var(--navy); text-decoration: underline; text-underline-offset: 3px; padding: 4px 0; }
.caution-cta { margin-top: 2px; }
.caution-salon { margin: 0; text-align: center; font-size: 13px; color: rgba(244,239,230,.85); }

.operator-head { gap: 12px; }
.operator-logo { flex: none; display: block; width: 104px; }
.operator-logo img { width: 100%; height: auto; display: block; }
.operator-head strong { color: var(--navy); }
.operator-links { display: flex; gap: 8px; flex-wrap: wrap; }
.operator-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--navy);
  color: var(--navy);
  text-decoration: none;
  font-size: 13px;
  border-radius: var(--radius);
}

.final {
  align-items: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 46px;
  color: var(--navy);
  background-color: var(--cream2);
  background-position: center;
}
.final .en { position: relative; font-size: 10px; color: var(--gold); }
.final .h2 { position: relative; color: var(--navy); font-size: 28px; }
.final .btn, .final .chip { position: relative; width: 100%; }
.final .chip { text-align: left; }
.final-cta { justify-content: space-between; }

.sticky .btn { flex: 1 1 0; width: auto; min-width: 0; min-height: 46px; font-size: 14px; padding: 8px; box-shadow: none; }
.sticky .btn-line { flex: 0 0 auto; color: var(--gold-l); border: 1.5px solid var(--gold); font-size: 11px; padding: 8px 12px; letter-spacing: .1em; }
.sticky .cta-line-only { flex: 1 1 0; }

.modal { border: 1px solid var(--gold); border-radius: var(--radius-m); padding: 0; width: min(92vw, 380px); background: var(--cream); color: var(--ink); }
.modal::backdrop { background: rgba(9,21,48,.7); }
.modal-body { padding: 22px 20px; display: flex; flex-direction: column; gap: 12px; border-radius: var(--radius-m); }
.modal-body p { margin: 0; }

@media (max-width: 1023px) {
  .sp-only { display: inline; }
}

/* ===== voices (実DM抜粋) ===== */
.voices-en { display: block; font-size: 11px; color: var(--gold-l); }
.voices .h2 { color: var(--cream); }
.voices .hl { color: var(--gold-l); background: none; }
.voices-icon { display: block; width: 34px; height: 34px; margin: 0 auto -4px; color: var(--gold-l); }
.voices-sub { margin-top: -6px; color: rgba(241,234,222,.8); }
.dm-list { display: flex; flex-direction: column; gap: 14px; }
.dm { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(215,182,83,.6); border-radius: var(--radius-m); padding: 14px; box-shadow: var(--shadow-soft); }
.dm-tag { display: inline-block; font-size: 11px; letter-spacing: .06em; line-height: 1.4; color: var(--gold-l); border: 1px solid var(--gold); padding: 2px 8px; margin-bottom: 10px; border-radius: 2px; }
.dm-row { display: flex; gap: 8px; align-items: flex-end; margin-top: 8px; }
.dm-row-aya { justify-content: flex-end; }
.dm-bubble { margin: 0; max-width: 84%; padding: 10px 12px; font-size: 13.5px; line-height: 1.7; border-radius: var(--radius); }
.dm-bubble-user { background: var(--cream); color: var(--ink); }
.dm-bubble-aya { background: var(--navy-l); color: var(--cream); }
.dm-avatar { flex: none; width: 28px; height: 28px; border-radius: 50%; }
.dm-avatar-user { background: var(--cream2); border: 1px solid var(--gold); }
.dm-avatar-aya { padding: 0; border: 1px solid var(--gold); overflow: hidden; background: none; }
.dm-avatar-aya img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.dm-code { font-family: var(--font-en); font-weight: 600; letter-spacing: .04em; color: var(--gold-l); }
.dm-more { color: var(--cream); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.voices > .in > .small:last-child { color: rgba(241,234,222,.8); }

/* ===== howto routes (登録不要 / 会員登録) ===== */
.route { border: 1px solid rgba(215,182,83,.6); border-radius: var(--radius-m); padding: 14px; display: flex; flex-direction: column; gap: 12px; background: rgba(9,37,69,.35); }
.route-head { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 15px; font-weight: 700; color: var(--cream); }
.route-tag { flex: none; font-size: 10px; letter-spacing: .08em; padding: 2px 8px; border-radius: 999px; background: var(--gold-btn); color: var(--navy); font-weight: 700; }
.route-sub { margin: -6px 0 0; font-size: 11.5px; line-height: 1.6; color: rgba(244,239,230,.75); }
.route .howto-steps { margin: 0; }

/* ===== member (会員登録すると) ===== */
.member-lead { margin: 0; font-size: 14px; line-height: 1.8; color: var(--navy); font-weight: 600; }
.member-code { font-family: var(--font-en); color: var(--gold-d); letter-spacing: .04em; font-size: 1.1em; }
.member-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.member-list li { display: flex; gap: 12px; align-items: flex-start; background: #fff; border-radius: var(--radius-m); padding: 14px; box-shadow: var(--shadow-soft); }
.member-icon { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--gold-btn); display: grid; place-items: center; color: var(--navy); }
.member-icon svg { width: 18px; height: 18px; }
.member-list strong { display: block; font-size: 14px; color: var(--navy); line-height: 1.45; margin-bottom: 4px; }
.member-list .small { margin: 0; }
#member .btn-navy { min-height: 52px; }

/* Task A: FV / final CTA */
.fv-items { margin: 0 12px; text-align: center; font-size: 11px; line-height: 1.6; color: var(--gold-l); font-weight: 700; letter-spacing: 0; word-break: keep-all; overflow-wrap: anywhere; }
.fv-items-note { display: block; font-size: 11px; font-weight: 400; color: rgba(244,239,230,.8); margin-top: 2px; }
.fv-cta-note { margin: 6px 12px 0; text-align: center; font-size: 11px; line-height: 1.6; color: rgba(244,239,230,.85); }
.final-plain { background-image: none; background-color: var(--navy); }
.final.final-plain .h2 { color: var(--cream); }
.final-products { display: flex; align-items: flex-end; justify-content: center; gap: 10px; }
.final-products img { height: 112px; width: auto; filter: drop-shadow(0 10px 18px rgba(0,0,0,.5)); }
.final-lead { margin: 0; text-align: center; font-size: 13px; line-height: 1.7; color: var(--cream); }

/* Task K: AYA VIP LINE guidance */
.line-note { margin: 0; font-size: 12.5px; line-height: 1.8; color: var(--ink); }
.line-secondary { min-height: 46px; font-size: 13px; }
.final .btn-line-dark { color: var(--cream); border-color: rgba(244,239,230,.6); }

.fv-brand { margin: 2px 12px 0; text-align: center; font-size: 11.5px; line-height: 1.6; color: rgba(244,239,230,.85); }
