/* ============================================================
   ほっと安心帽 LP — Brushed-up styles
   - 小学生向け：明るく・ポップ・親しみやすい
   - 保護者意識：信頼感・本物感・読みやすさ
   - Reference: hotto-anshinbou.com の柔らかさ × 現状LPの構造
   ============================================================ */

/* ───── Tokens ───── */
:root {
  /* Brand */
  --green:       #2A8B4F;
  --green-dark:  #1D6438;
  --green-deep:  #0E4A26;
  --green-light: #E8F5EE;
  --green-mint:  #F2FAF5;

  --orange:      #FF8C2A;
  --orange-dark: #E36A0A;
  --orange-lt:   #FFF1E2;

  --yellow:      #FFD33E;
  --yellow-soft: #FFF3B8;

  --pink:        #FF8FA3;
  --pink-soft:   #FFE4EA;

  --sky:         #5BC0EB;
  --sky-soft:    #E2F2FB;

  --teal:        #1FAB9B;
  --teal-soft:   #E0F5F2;

  --red:         #E63946;

  /* Neutrals */
  --cream:       #FFF9EC;
  --cream-dark:  #F6EFD9;
  --bg:          #FFFCF3;
  --text:        #1F2A24;
  --sub:         #5F6B65;
  --mute:        #93998F;
  --line:        #E9E2CC;
  --white:       #fff;

  /* Tokens */
  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 36px;

  --shadow-sm: 0 2px 6px rgba(31, 42, 36, .08);
  --shadow:    0 6px 22px rgba(31, 42, 36, .10);
  --shadow-lg: 0 14px 40px rgba(31, 42, 36, .14);

  /* Fonts */
  --font-disp: "M PLUS Rounded 1c", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* ───── Reset ───── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { -webkit-text-size-adjust: 100%; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }

/* ───── Body / Page ───── */
body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.78;
  font-size: 15px;
  background:
    radial-gradient(circle at 12% 10%, #FFE9B8 0%, transparent 36%),
    radial-gradient(circle at 88% 80%, #C9EBD4 0%, transparent 38%),
    radial-gradient(circle at 50% 50%, #C9EED9 0%, transparent 46%),
    var(--cream);
  background-attachment: fixed;
  min-height: 100vh;
}

.page-wrap {
  max-width: 440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media (min-width: 720px) and (max-width: 1023px) {
  .page-wrap {
    margin: 24px auto;
    box-shadow: 0 30px 80px rgba(31, 42, 36, .18), 0 8px 24px rgba(31,42,36,.08);
    border-radius: 22px;
    overflow: hidden;
  }
}

.page {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.br-sm { display: none; }

/* ============================================================
   HEADER
   ============================================================ */
.hd {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 252, 243, .94);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
  padding: 10px 14px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
}
.hd__logo {
  display: flex; align-items: center;
}
.hd__logo-img {
  height: 36px; width: auto;
  display: block;
}
.hd__cta { display: flex; gap: 6px; }
.hbtn {
  display: inline-flex; align-items: center; gap: 4px;
  border: none; border-radius: 999px;
  padding: 8px 12px; font-size: 12px; font-weight: 800;
  white-space: nowrap;
  font-family: var(--font-disp);
  transition: transform .15s, box-shadow .15s;
}
.hbtn:active { transform: translateY(1px); }
.hbtn--tel {
  background: var(--white); color: var(--orange-dark);
  border: 2px solid var(--orange);
}
.hbtn--sample {
  background: var(--orange); color: var(--white);
  box-shadow: 0 3px 0 var(--orange-dark);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 36px 22px 0;
  background:
    radial-gradient(circle at 90% -10%, rgba(255, 211, 62, .35) 0%, transparent 38%),
    radial-gradient(circle at -10% 110%, rgba(255, 143, 163, .25) 0%, transparent 40%),
    linear-gradient(180deg, #FFF6DB 0%, var(--bg) 92%);
  overflow: hidden;
}

.hero__deco { position: absolute; inset: 0; pointer-events: none; }
.deco-star { position: absolute; color: var(--yellow); opacity: .85; }
.deco-star--1 { top: 30px; right: 18px; animation: twinkle 3s infinite; }
.deco-star--2 { top: 78px; left: 22px; color: var(--pink); animation: twinkle 2.4s infinite .4s; }
.deco-star--3 { top: 140px; right: 30px; color: var(--orange); opacity: .55; animation: twinkle 3.5s infinite .8s; }

.deco-dot { position: absolute; border-radius: 50%; }
.deco-dot--1 { top: 60px; right: 80px; width: 8px; height: 8px; background: var(--sky); }
.deco-dot--2 { top: 168px; left: 36px; width: 10px; height: 10px; background: var(--green); opacity: .65; }
.deco-dot--3 { top: 200px; right: 60px; width: 6px; height: 6px; background: var(--pink); }

@keyframes twinkle {
  0%, 100% { opacity: .9; transform: scale(1) rotate(0deg); }
  50%      { opacity: .35; transform: scale(.78) rotate(36deg); }
}

.hero__top { position: relative; z-index: 2; }

.hero__badge-row { margin-bottom: 14px; }
.hero__pill,
.feat-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--white); color: var(--green-dark);
  border: 2px solid var(--green);
  border-radius: 999px;
  font-weight: 800;
  font-family: var(--font-disp);
  box-shadow: 0 2px 0 var(--green);
}
.hero__pill { padding: 6px 13px; font-size: 12px; }
.hero__pill .icon { color: var(--yellow); }

.hero__title {
  font-family: var(--font-disp);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: var(--text);
  margin-bottom: 16px;
}
.hero__title-em {
  display: inline-block;
  position: relative;
  color: var(--green-dark);
}
.hero__title-em::after {
  content: '';
  position: absolute;
  left: -4px; right: -4px; bottom: -2px;
  height: 10px;
  background: var(--yellow);
  z-index: -1;
  border-radius: 4px;
  opacity: .85;
}

.hero__sg-badge {
  display: inline-block;
  background: linear-gradient(135deg, #F0C000, #FFD700, #C09000);
  color: #5A3800;
  font-family: var(--font-disp);
  font-weight: 900;
  padding: 2px 10px 4px;
  border-radius: 8px;
  margin-right: 4px;
  font-size: 24px;
  border: 2px solid #C09000;
  box-shadow: 0 2px 0 #A07500;
  vertical-align: 6px;
}

.hero__sub {
  font-size: 15px;
  line-height: 1.85;
  color: var(--sub);
  font-weight: 500;
  margin-bottom: 22px;
}
.hl-mark {
  background: linear-gradient(transparent 58%, var(--yellow) 58%);
  font-weight: 700;
  color: var(--text);
  padding: 0 2px;
}

.hero__visual { position: relative; z-index: 1; margin: 0 -22px; }

.hero__photo {
  position: relative;
  padding: 18px 18px 8px;
}
.hero__photo-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 24px rgba(180, 30, 30, .18))
          drop-shadow(0 4px 10px rgba(0, 0, 0, .06));
  animation: hover-float 4s ease-in-out infinite;
}
.hero__sticker {
  position: absolute;
  background: var(--white);
  border-radius: 999px;
  padding: 7px 13px;
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 12px;
  color: var(--green-dark);
  box-shadow: 0 4px 14px rgba(0,0,0,.12), 0 2px 0 rgba(0,0,0,.06);
  display: inline-flex; align-items: center; gap: 4px;
  white-space: nowrap;
  z-index: 2;
}
.hero__sticker--1 {
  top: 18%; left: 4%;
  background: var(--yellow);
  color: #5A3800;
  transform: rotate(-8deg);
  padding: 10px 14px 12px;
  flex-direction: column; gap: 0;
  line-height: 1;
  border: 3px solid var(--white);
}
.hero__sticker-num { font-size: 22px; }
.hero__sticker-num small { font-size: 11px; margin-left: 1px; }
.hero__sticker-lbl { font-size: 10px; font-weight: 800; margin-top: 2px; }

.hero__sticker--2 {
  top: 6%; right: 6%;
  background: var(--green);
  color: var(--white);
  transform: rotate(7deg);
  padding: 8px 14px;
  border: 3px solid var(--white);
}
.hero__sticker--2 svg { stroke: var(--yellow); }

.hero__sticker--3 {
  bottom: 14%; right: 4%;
  background: var(--orange);
  color: var(--white);
  transform: rotate(-4deg);
  font-size: 11px;
  padding: 7px 12px;
  border: 3px solid var(--white);
}

/* ───── Placeholder ───── */
.ph {
  position: relative;
  background: var(--green-mint);
  border: 2px dashed #A8D4BA;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 18px;
  gap: 8px;
  color: #5A8770;
  font-size: 11px;
  line-height: 1.55;
}
.ph small { font-size: 10px; color: var(--mute); }
.ph__title {
  font-size: 12px; font-weight: 800; color: #3A6B52;
  background: rgba(255,255,255,.85);
  padding: 3px 10px; border-radius: 999px;
}

.ph--hero {
  border-radius: 0;
  border: none;
  border-top: 1px dashed #BDD9C7;
  border-bottom: 1px dashed #BDD9C7;
  background:
    radial-gradient(circle at 50% 40%, #FFE9B8 0%, transparent 60%),
    linear-gradient(180deg, #FFF6DB, #E8F5EE);
  min-height: 320px;
  padding: 24px 18px 32px;
}
.ph--wide { min-height: 200px; }
.ph--sq   { min-height: 170px; padding: 22px 14px; }
.ph--sm   { min-height: 130px; }

.ph__hat {
  width: 220px;
  max-width: 80%;
  filter: drop-shadow(0 8px 14px rgba(217, 52, 44, .25));
  animation: hover-float 4s ease-in-out infinite;
}
@keyframes hover-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-8px) rotate(1deg); }
}
.ph__note {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  margin-top: 8px;
}

.ph__icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: grid; place-items: center;
  margin-bottom: 4px;
}
.ph__icon--sun { background: var(--yellow); color: var(--orange-dark); }
.ph__icon--blue { background: var(--sky-soft); color: var(--sky); }
.ph__icon svg { stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.ph__hat-mini { width: 84px; margin-bottom: 6px; filter: drop-shadow(0 4px 8px rgba(0,0,0,.1)); }

/* ───── Hero photo (full-bleed real image) ───── */
.hero-photo {
  position: relative;
  margin: 18px 0 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 4px solid var(--white);
  outline: 2px solid var(--cream-dark);
  outline-offset: -6px;
}
.hero-photo__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hero-photo__cap,
.photo-card__cap {
  position: absolute;
  display: inline-flex; align-items: center;
  background: var(--white);
  font-family: var(--font-disp);
  font-size: 12px; font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.hero-photo__cap {
  left: 12px; bottom: 12px;
  gap: 6px; padding: 7px 14px;
  color: var(--green-dark);
  box-shadow: 0 3px 10px rgba(0,0,0,.18);
}
.hero-photo__cap svg { stroke: var(--green); }

/* ───── Inside-structure infographic ───── */
.inside-photo {
  margin: 22px 0 8px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  border: 2px solid var(--cream-dark);
}
.inside-photo__img { width: 100%; height: auto; display: block; }

/* ───── Photo card (two-col内で使う) ───── */
.photo-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  border: 3px solid var(--white);
  outline: 2px solid var(--cream-dark);
  outline-offset: -5px;
}
.photo-card__img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.photo-card--wide .photo-card__img { aspect-ratio: 4 / 3; }
.photo-card__cap {
  left: 10px; bottom: 10px;
  gap: 5px; padding: 6px 12px;
  color: var(--orange-dark);
}
.photo-card__cap svg { stroke: var(--orange); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.photo-card__cap--blue { color: #1A7BA6; }
.photo-card__cap--blue svg { stroke: var(--sky); }

/* ───── Product photo (spec section) ───── */
.product-photo {
  background: var(--white);
  border-radius: var(--radius);
  border: 2px solid var(--cream-dark);
  padding: 16px 12px 12px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.product-photo__img {
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-photo__cap {
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 14px;
  color: var(--green-dark);
  text-align: center;
  line-height: 1.3;
}
.product-photo__cap small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--mute);
  margin-top: 2px;
}
.product-photo--placeholder { background: var(--green-mint); border-style: dashed; }
.product-photo--placeholder .ph__hat-mini { width: 70%; max-width: 130px; }

.hero__btm {
  position: relative;
  z-index: 2;
  padding: 22px 0 36px;
  text-align: center;
}
.hero__btm-note {
  font-size: 12px;
  color: var(--sub);
  margin-top: 10px;
}

/* ───── CTA Button ───── */
.btn-cta {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  background: var(--orange);
  color: var(--white);
  border: none;
  border-radius: 999px;
  padding: 17px 26px;
  font-family: var(--font-disp);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .03em;
  box-shadow: 0 5px 12px var(--orange-dark), 0 10px 24px rgba(255, 140, 42, .35);
  transition: transform .15s, box-shadow .15s;
  width: 100%;
  max-width: 380px;
  text-align: center;
}
.btn-cta:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--orange-dark), 0 4px 10px rgba(255,140,42,.3); }
.btn-cta--lg { padding: 18px 24px; font-size: 17px; }

.btn-outline {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--white);
  color: var(--green-dark);
  border: 2px solid var(--green);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-family: var(--font-disp);
  font-weight: 800;
  font-size: 14px;
  margin-top: 18px;
  box-shadow: 0 3px 0 var(--green);
}

/* ============================================================
   BADGES BAND
   ============================================================ */
.badges {
  background: var(--green-deep);
  color: var(--white);
  padding: 28px 20px 32px;
  position: relative;
}
.badges::before, .badges::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 14px;
}
.badges::before {
  top: -1px;
  background:
    radial-gradient(circle at 12px 14px, var(--green-deep) 14px, transparent 15px) repeat-x;
  background-size: 24px 14px;
  transform: rotate(180deg);
}
.badges::after {
  bottom: -1px;
  background:
    radial-gradient(circle at 12px 14px, var(--green-deep) 14px, transparent 15px) repeat-x;
  background-size: 24px 14px;
}
.badges__head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 18px; justify-content: center;
}
.badges__wave {
  flex: 0 0 36px; height: 2px;
  background: rgba(255, 211, 62, .6);
}
.badges__ttl {
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 14px;
  color: var(--yellow);
  letter-spacing: .04em;
}
.badges__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.badge {
  background: var(--white); color: var(--text);
  border-radius: var(--radius);
  padding: 16px 8px 14px;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 0 rgba(0,0,0,.12);
}
.badge__icon-wrap {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 6px;
  color: var(--white);
}
.badge__icon-wrap--gold  { background: linear-gradient(135deg, #F0C000, #FFD700); color: #5A3800; }
.badge__icon-wrap--green { background: var(--green); }
.badge__icon-wrap--blue  { background: var(--sky); }
.badge__icon-wrap--pink  { background: var(--pink); }

.badge__num {
  position: absolute;
  top: -10px; right: -6px;
  background: var(--yellow);
  color: var(--orange-dark);
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 12px;
  border-radius: 999px;
  padding: 3px 9px;
  border: 2px solid var(--white);
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.badge__txt {
  font-size: 12px;
  font-family: var(--font-disp);
  font-weight: 700;
  color: var(--text);
  line-height: 1.5;
}
.badge__txt strong { color: var(--green-dark); display: block; font-size: 14px; }

/* ============================================================
   SECTIONS
   ============================================================ */
.sec {
  padding: 48px 22px;
  position: relative;
}
.sec--cream { background: var(--cream); }
.sec--mint  { background: var(--green-mint); }
.sec--green {
  background: var(--green);
  color: var(--white);
}
.sec--green::before, .sec--green::after {
  content: '';
  position: absolute; left: 0; right: 0; height: 16px;
}
.sec--green::before {
  top: -1px;
  background: radial-gradient(circle at 12px 16px, var(--green) 16px, transparent 17px) repeat-x;
  background-size: 24px 16px;
  transform: rotate(180deg);
}

.lbl {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-disp);
  font-size: 12px; font-weight: 800;
  letter-spacing: .06em;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.lbl::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: currentColor;
  opacity: .6;
}
.lbl--g { background: var(--green-light); color: var(--green-dark); }
.lbl--o { background: var(--orange-lt);   color: var(--orange-dark); }
.lbl--y { background: var(--yellow);      color: #5A3800; }

.h2 {
  font-family: var(--font-disp);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  color: var(--text);
}
.h2--w { color: var(--white); }
.h2-em {
  color: var(--green-dark);
  display: inline-block;
  position: relative;
}
.h2-em--underline::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 10px;
  background: var(--yellow);
  z-index: -1;
  opacity: .85;
  border-radius: 4px;
}
.h2-em--marker {
  background: linear-gradient(transparent 60%, var(--yellow) 60%);
  padding: 0 4px;
  border-radius: 4px;
}
.h2-yw { color: var(--yellow); }
.h2 .sg-mark-big {
  display: inline-block;
  background: linear-gradient(135deg, #F0C000, #FFD700);
  color: #5A3800;
  padding: 2px 12px 4px;
  border-radius: 10px;
  font-size: 22px;
  border: 2px solid #C09000;
  margin-right: 4px;
  vertical-align: 10px;
}

.lead {
  font-size: 14px;
  line-height: 1.95;
  color: var(--sub);
  margin-bottom: 20px;
}
.lead--w { color: rgba(255,255,255,.92); }
.lead--center { text-align: center; }
.lead strong { color: var(--green-dark); font-weight: 800; }
.lead--w strong { color: var(--yellow); }

.caution {
  font-size: 12px;
  line-height: 1.7;
  color: var(--mute);
  background: rgba(255,255,255,.6);
  border-radius: 10px;
  padding: 12px;
  margin-top: 16px;
}
.caution--w { color: rgba(255,255,255,.78); background: rgba(0,0,0,.18); }

/* ───── Q BOX (問題提起) ───── */
.q-box {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 22px 22px 28px;
  margin: 18px 0 22px;
  font-family: var(--font-disp);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  border-left: 6px solid var(--orange);
}
.q-box__quote {
  position: absolute;
  top: -6px; right: 14px;
  font-family: Georgia, serif;
  font-size: 80px;
  color: var(--orange);
  opacity: .15;
  line-height: 1;
}
.q-box__em {
  display: inline-block;
  color: var(--orange-dark);
  background: var(--yellow-soft);
  padding: 0 6px;
  border-radius: 4px;
  margin-top: 4px;
}

/* ============================================================
   CONCEPT BAND
   ============================================================ */
.concept {
  background: var(--orange);
  color: var(--white);
  padding: 44px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.concept::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.18) 0%, transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,.15) 0%, transparent 32%);
}
.concept__deco { position: absolute; inset: 0; pointer-events: none; }
.deco-star--c1 { top: 24px; left: 28px; color: var(--yellow); animation: twinkle 3s infinite; }
.deco-star--c2 { top: 60px; right: 30px; color: var(--white); opacity: .7; animation: twinkle 2.4s infinite .3s; }
.deco-star--c3 { bottom: 30px; left: 36px; color: var(--yellow); animation: twinkle 2.8s infinite .6s; }

.concept__quote {
  font-family: var(--font-disp);
  font-size: 12px; letter-spacing: .3em;
  color: rgba(255,255,255,.7);
  margin-bottom: 14px;
  position: relative;
}
.concept__main {
  font-family: var(--font-disp);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}
.concept__em {
  display: inline-block;
  background: var(--yellow);
  color: var(--orange-dark);
  padding: 0 12px 4px;
  border-radius: 10px;
  transform: rotate(-2deg);
}
.concept__sub {
  font-size: 13px;
  color: rgba(255,255,255,.92);
  margin-top: 14px;
  position: relative;
}

/* ============================================================
   HAT FLIP (タップで内側)
   ============================================================ */
.hat-flip {
  perspective: 1200px;
  width: 100%;
  margin: 22px 0 8px;
  cursor: pointer;
}
.hat-flip__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.5,1.6,.4,1);
}
.hat-flip.is-flipped .hat-flip__inner { transform: rotateY(180deg); }
.hat-flip__face {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  border-radius: var(--radius);
  background: var(--white);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center;
  padding: 20px 18px;
  box-shadow: var(--shadow);
  border: 2px solid var(--cream-dark);
}
.hat-flip__face--back { transform: rotateY(180deg); background: var(--cream); }
.hat-illust { width: 80%; max-width: 240px; }
.hat-flip__cap {
  margin-top: 12px;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-family: var(--font-disp);
}
.hat-flip__cap span {
  font-size: 15px; font-weight: 900; color: var(--green-dark);
}
.hat-flip__cap small { font-size: 11px; color: var(--sub); }
.hat-flip__cap--back span { color: var(--orange-dark); }

.hat-flip__hint {
  position: absolute; bottom: 12px; right: 12px;
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--yellow);
  color: var(--orange-dark);
  font-family: var(--font-disp);
  font-size: 10px; font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 0 var(--orange);
  animation: pulse-tap 1.8s infinite;
}
@keyframes pulse-tap {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}

/* ============================================================
   FEAT GRID
   ============================================================ */
.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}
.feat-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 12px 16px;
  text-align: center;
  box-shadow: 0 3px 0 rgba(0,0,0,.08), var(--shadow-sm);
  border: 2px solid var(--cream-dark);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.feat-card::before {
  content: '';
  position: absolute;
  top: -20px; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--cream-dark);
}
.feat-card__icon {
  position: absolute;
  top: -18px; left: 50%;
  transform: translateX(-50%);
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--white);
  margin: 0;
}
.feat-card--green  .feat-card__icon { background: var(--green); }
.feat-card--orange .feat-card__icon { background: var(--orange); }
.feat-card--blue   .feat-card__icon { background: var(--sky); }
.feat-card--teal   .feat-card__icon { background: var(--teal); }

.feat-card__title {
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 14px;
  color: var(--text);
}
.feat-card__text {
  font-size: 12px;
  color: var(--sub);
  line-height: 1.6;
}

.feat-list {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
.feat-pill { padding: 8px 14px; font-size: 12px; }
.feat-pill svg { stroke: var(--green); fill: none; }

/* ============================================================
   NUM HIGHLIGHT
   ============================================================ */
.num-hl {
  position: relative;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 18px 22px;
  text-align: center;
  margin: 18px 0 26px;
  box-shadow: 0 8px 0 var(--green-deep), 0 14px 30px rgba(31, 100, 56, .3);
  overflow: hidden;
}
.num-hl__deco {
  position: absolute; inset: 0; pointer-events: none;
}
.num-hl__deco svg {
  position: absolute; color: var(--yellow); opacity: .8;
}
.num-hl__deco svg:nth-child(1) { top: 14px; left: 16px; animation: twinkle 3s infinite; }
.num-hl__deco svg:nth-child(2) { top: 16px; right: 20px; animation: twinkle 2.6s infinite .3s; opacity: .5; }
.num-hl__deco svg:nth-child(3) { bottom: 18px; right: 28px; animation: twinkle 3.4s infinite .6s; }

.num-hl__lbl {
  font-family: var(--font-disp);
  font-size: 13px; font-weight: 700;
  color: rgba(255,255,255,.85);
}
.num-hl__big {
  font-family: var(--font-disp);
  display: flex; align-items: baseline; justify-content: center; gap: 2px;
  margin: 4px 0;
}
.num-hl__big-num {
  font-size: 84px; font-weight: 900;
  color: var(--yellow);
  line-height: 1;
  letter-spacing: -.04em;
  text-shadow: 0 4px 0 rgba(0,0,0,.15);
}
.num-hl__big-pct {
  font-size: 36px; font-weight: 900;
  color: var(--yellow);
  margin-left: 2px;
}
.num-hl__big-tail {
  font-size: 16px; font-weight: 800;
  color: var(--white);
  margin-left: 6px;
}
.num-hl__note {
  font-size: 12px;
  line-height: 1.7;
  opacity: .9;
  margin-top: 6px;
}
.num-hl__note strong { color: var(--yellow); }

/* ============================================================
   CHART
   ============================================================ */
.chart {
  margin: 24px 0;
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 16px 18px;
  border: 2px solid var(--cream-dark);
  box-shadow: var(--shadow-sm);
}
.chart__title {
  font-family: var(--font-disp);
  font-size: 13px; font-weight: 800;
  text-align: center; margin-bottom: 18px;
  color: var(--sub);
}
.chart__bars {
  display: flex; align-items: flex-end; justify-content: center;
  gap: 14px; height: 200px;
  border-bottom: 2px dashed var(--line);
  padding-bottom: 6px;
  position: relative;
}
.bar {
  flex: 1;
  display: flex; flex-direction: column; align-items: center;
  justify-content: flex-end; gap: 8px;
  height: 100%;
  position: relative;
}
.bar__fill {
  width: 100%;
  height: 0;
  border-radius: 12px 12px 0 0;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding-top: 8px; gap: 4px;
  transition: height 1.2s cubic-bezier(.4,1.6,.5,1);
  position: relative;
}
.is-animated .bar__fill { height: var(--h); }
.bar__face {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  color: rgba(255,255,255,.88);
  stroke: rgba(255,255,255,.88);
  fill: none;
}
.bar--c .bar__face { color: var(--yellow); stroke: var(--yellow); }
.bar__val {
  font-family: var(--font-disp);
  font-size: 13px; font-weight: 900;
  color: var(--white);
  background: rgba(0,0,0,.18);
  padding: 1px 7px;
  border-radius: 999px;
}
.bar__val small { font-size: 10px; font-weight: 700; }
.bar__label {
  font-family: var(--font-disp);
  font-size: 12px; font-weight: 700;
  color: var(--sub);
  text-align: center;
  line-height: 1.35;
}
.bar--a .bar__fill { background: linear-gradient(180deg, #C4C4C4, #9E9E9E); }
.bar--b .bar__fill { background: linear-gradient(180deg, #FFB066, var(--orange)); }
.bar--c .bar__fill { background: linear-gradient(180deg, #5BC97E, var(--green)); }
.bar--c .bar__label { color: var(--green-dark); font-weight: 900; }

.bar__crown {
  position: absolute;
  top: -6px; left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  background: var(--yellow);
  color: var(--orange-dark);
  font-family: var(--font-disp);
  font-size: 10px; font-weight: 900;
  padding: 3px 8px;
  border-radius: 999px;
  border: 2px solid var(--orange);
  white-space: nowrap;
  z-index: 2;
  opacity: 0;
  transition: opacity .4s 1.4s;
}
.is-animated .bar__crown { opacity: 1; }

.chart__note {
  text-align: center;
  font-size: 12px;
  color: var(--mute);
  margin-top: 10px;
  line-height: 1.6;
}

/* ============================================================
   COMPARE (防災ずきん vs)
   ============================================================ */
.compare {
  display: flex; flex-direction: column;
  gap: 0;
  margin: 22px 0 18px;
  position: relative;
}
.compare__col {
  border-radius: var(--radius);
  padding: 18px 18px;
  position: relative;
}
.compare__col--no  {
  background: rgba(0,0,0,.18);
  border: 2px dashed rgba(255,255,255,.25);
}
.compare__col--yes {
  background: var(--white);
  color: var(--text);
  border: 2px solid var(--yellow);
  box-shadow: 0 6px 0 var(--green-dark);
}
.compare__col--yes p strong { color: var(--green-dark); }

.compare__arrow {
  align-self: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--orange-dark);
  display: grid; place-items: center;
  font-family: var(--font-disp);
  font-size: 14px; font-weight: 900;
  margin: -8px 0;
  z-index: 2;
  position: relative;
  border: 3px solid var(--green);
  box-shadow: 0 3px 0 var(--orange);
}
.compare__head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 8px;
}
.compare__mark {
  width: 28px; height: 28px;
  display: flex; justify-content: center; align-items: center;
  border-radius: 50%;
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 18px;
  background: rgba(255,255,255,.18);
  color: #FFB0B0;
}
.compare__mark--yes { background: var(--green); color: var(--white); }
.compare__label {
  font-family: var(--font-disp);
  font-weight: 800;
  font-size: 14px;
  color: inherit;
}
.compare__col--no .compare__label { color: rgba(255,255,255,.75); }

.compare__col p {
  font-size: 13px;
  line-height: 1.7;
}
.compare__icon-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.compare__icon-row svg {
  width: 40px; height: 40px;
  stroke: rgba(255,255,255,.45);
  fill: none;
}
.compare__col--yes .compare__icon-row svg {
  stroke: var(--green);
}

/* ============================================================
   MID CTA
   ============================================================ */
.mid-cta {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 211, 62, .3) 0%, transparent 40%),
    var(--yellow-soft);
  padding: 36px 22px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mid-cta__deco { position: absolute; inset: 0; pointer-events: none; }
.mid-cta__deco svg:nth-child(1) { position: absolute; top: 20px; left: 28px; color: var(--orange); animation: twinkle 3s infinite; }
.mid-cta__deco svg:nth-child(2) { position: absolute; bottom: 22px; right: 36px; color: var(--green); animation: twinkle 2.4s infinite .4s; }

.mid-cta__lbl {
  font-family: var(--font-disp);
  font-size: 12px; font-weight: 800;
  color: var(--orange-dark);
  margin-bottom: 8px;
}
.mid-cta__title {
  font-family: var(--font-disp);
  font-size: 22px; font-weight: 900;
  line-height: 1.55;
  margin-bottom: 6px;
}
.mid-cta__sub {
  font-size: 12px; color: var(--sub);
  margin-bottom: 18px;
}

.tel-box {
  display: block;
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px 16px;
  margin-bottom: 14px;
  border: 2px solid var(--green);
  box-shadow: 0 4px 0 var(--green-dark);
  text-align: center;
}
.tel-box__lbl {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700;
  color: var(--sub); margin-bottom: 4px;
}
.tel-box__num {
  display: block;
  font-family: var(--font-disp);
  font-size: 32px; font-weight: 900;
  color: var(--green-dark);
  letter-spacing: .04em;
  line-height: 1.2;
}
.tel-box__hours {
  display: block;
  font-size: 12px; color: var(--sub);
  margin-top: 4px;
}

/* ============================================================
   TWO-COL (画像2分割)
   ============================================================ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}
.two-col--stack {
  grid-template-columns: 1fr;
  gap: 14px;
}

/* ============================================================
   SG CARDS
   ============================================================ */
.sg-grid {
  display: flex; flex-direction: column; gap: 12px;
  margin-top: 18px;
}
.sg-card {
  position: relative;
  background: var(--white);
  border: 2px solid var(--green);
  border-radius: var(--radius);
  padding: 18px 18px 16px 56px;
  box-shadow: 0 4px 0 var(--green-dark);
}
.sg-card__num {
  position: absolute;
  top: 14px; left: 14px;
  width: 32px; height: 32px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 13px;
}
.sg-card__head {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 15px;
  color: var(--green-dark);
  margin-bottom: 4px;
}
.sg-card__head svg { color: var(--green); stroke: currentColor; fill: none; }
.sg-card__body {
  font-size: 13px;
  color: var(--sub);
  line-height: 1.75;
}

.sg-only {
  margin-top: 22px;
  background: linear-gradient(135deg, var(--yellow) 0%, #FFE066 100%);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  text-align: center;
  position: relative;
  border: 2px solid var(--orange);
  box-shadow: 0 4px 0 var(--orange);
}
.sg-only__icon {
  color: var(--orange);
  margin: 0 auto 4px;
  display: block;
}
.sg-only p {
  font-family: var(--font-disp);
  font-weight: 800;
  font-size: 14px;
  color: var(--orange-dark);
  line-height: 1.7;
}
.sg-only strong { color: var(--green-dark); font-size: 17px; }

/* ============================================================
   AWARD / MEDIA
   ============================================================ */
.award {
  position: relative;
  background: linear-gradient(135deg, #FFE2A8 0%, #FFD33E 45%, #F0B400 100%);
  border-radius: var(--radius);
  padding: 26px 16px 22px;
  text-align: center;
  margin: 18px 0;
  border: 2px solid #C09000;
  box-shadow: 0 5px 0 #A07500;
}
.award__ribbon {
  position: absolute;
  top: 12px; left: -6px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-disp);
  font-size: 12px; font-weight: 900;
  letter-spacing: .08em;
  padding: 3px 10px 3px 8px;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.award__ribbon::before {
  content: ''; position: absolute;
  left: 0; bottom: -4px;
  border: 2px solid #8C2027;
  border-color: #8C2027 transparent transparent #8C2027;
  border-width: 4px 4px 0 2px;
}
.award__icon-wrap {
  width: 64px; height: 64px;
  background: var(--white);
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 6px;
  border: 3px solid #5A3800;
  box-shadow: 0 3px 0 #5A3800;
}
.award__title {
  font-family: var(--font-disp);
  font-size: 18px; font-weight: 900;
  color: #5A3800;
  letter-spacing: .04em;
}
.award__sub {
  font-family: var(--font-disp);
  font-size: 14px; font-weight: 800;
  color: #3A2400;
  margin-top: 2px;
}

.media-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 16px;
}
.media-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  border-left: 4px solid var(--green);
  box-shadow: var(--shadow-sm);
}
.media-item--news { border-left-color: #8A8AA0; }
.media-item--book { border-left-color: var(--orange); }
.media-item__icon-wrap {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.media-item--news .media-item__icon-wrap { background: #EBEBF2; color: #6A6A80; }
.media-item--book .media-item__icon-wrap { background: var(--orange-lt); color: var(--orange); }
.media-item__icon-wrap svg { stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.media-item__main { flex: 1; min-width: 0; }
.media-item__date {
  font-family: var(--font-disp);
  font-size: 12px; color: var(--mute);
  letter-spacing: .04em;
}
.media-item__name {
  font-family: var(--font-disp);
  font-size: 13px; font-weight: 800;
  color: var(--text);
  line-height: 1.4;
}
.media-item__detail {
  font-size: 12px; color: var(--sub); line-height: 1.5; margin-top: 1px;
}

/* ============================================================
   SPEC TABLE
   ============================================================ */
.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  margin-top: 16px;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.spec-table th {
  background: var(--green-light);
  color: var(--green-dark);
  padding: 12px 14px;
  text-align: left;
  font-weight: 800;
  font-family: var(--font-disp);
  width: 36%;
  vertical-align: top;
  font-size: 12px;
}
.spec-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  line-height: 1.6;
  vertical-align: top;
}
.spec-table tr:last-child th,
.spec-table tr:last-child td { border-bottom: none; }
.spec-table tr:not(:last-child) th { border-bottom: 1px solid var(--line); }
.spec-table small { color: var(--mute); font-size: 11px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 18px;
}
.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 2px solid transparent;
  transition: border-color .2s;
}
.faq-item[open] { border-color: var(--green); }
.faq-item summary {
  padding: 16px 16px;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-disp);
  font-size: 14px; font-weight: 800;
  color: var(--text);
  line-height: 1.5;
}
.faq-q {
  width: 28px; height: 28px; flex-shrink: 0;
  background: var(--green); color: var(--white);
  border-radius: 8px;
  display: grid; place-items: center;
  font-family: var(--font-disp); font-weight: 900;
  font-size: 14px;
}
.faq-i {
  margin-left: auto;
  color: var(--green);
  stroke: currentColor; fill: none; stroke-width: 2.5;
  transition: transform .3s;
}
.faq-item[open] .faq-i { transform: rotate(45deg); }
.faq-a {
  padding: 0 16px 16px 54px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--sub);
}

/* ============================================================
   SHOP TRUST
   ============================================================ */
.shop-trust {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
  padding: 44px 22px;
  position: relative;
  overflow: hidden;
}
.shop-trust::before {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 211, 62, .2), transparent);
  top: -50px; right: -50px;
}
.shop-trust__quote {
  font-family: var(--font-disp);
  font-size: 16px;
  font-weight: 700;
  color: var(--yellow);
  background: rgba(255,255,255,.08);
  padding: 14px 18px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 18px 0;
  line-height: 1.6;
}
.shop-box {
  background: rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 18px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.15);
}
.shop-box__name {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-disp);
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.shop-box__name svg { color: var(--yellow); }
.shop-box__row {
  display: flex; gap: 12px;
  font-size: 13px;
  margin-bottom: 6px;
}
.shop-box__lbl {
  font-family: var(--font-disp);
  font-weight: 700;
  min-width: 48px;
  color: rgba(255,255,255,.6);
  font-size: 12px;
}
.shop-box__val a { color: var(--yellow); }

.shop-map {
  margin-top: 14px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 200px;
}
.shop-map iframe {
  width: 100%; height: 100%;
  display: block; border: 0;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 211, 62, .4) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255, 143, 163, .3) 0%, transparent 40%),
    var(--orange);
  padding: 52px 22px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta__deco { position: absolute; inset: 0; pointer-events: none; }
.cta__deco svg { position: absolute; color: var(--yellow); }
.cta__deco svg:nth-child(1) { top: 24px; left: 24px; animation: twinkle 3s infinite; }
.cta__deco svg:nth-child(2) { top: 60px; right: 32px; animation: twinkle 2.4s infinite .4s; }
.cta__deco svg:nth-child(3) { bottom: 30px; left: 36px; animation: twinkle 3.4s infinite .7s; }

.cta__lbl {
  font-family: var(--font-disp);
  font-weight: 800;
  font-size: 13px;
  color: var(--white);
  background: rgba(0,0,0,.18);
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.cta__title {
  font-family: var(--font-disp);
  font-size: 28px; font-weight: 900;
  color: var(--white);
  line-height: 1.45;
  margin-bottom: 12px;
}
.cta__title-em {
  display: inline-block;
  background: var(--yellow);
  color: var(--orange-dark);
  padding: 0 14px 4px;
  border-radius: 10px;
  transform: rotate(-2deg);
}
.cta__sub {
  font-size: 13px;
  color: rgba(255,255,255,.92);
  margin-bottom: 24px;
  line-height: 1.7;
}
.cta__tel {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  margin-bottom: 16px;
  box-shadow: 0 6px 0 rgba(0,0,0,.18);
}
.cta__tel-lbl {
  font-size: 12px; color: var(--sub); font-weight: 700;
  display: block; margin-bottom: 4px;
}
.cta__tel-num {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-disp);
  font-size: 36px; font-weight: 900;
  color: var(--green-dark);
  letter-spacing: .04em;
}
.cta__tel-hours {
  display: block;
  font-size: 12px;
  color: var(--sub);
  margin-top: 4px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #1A1F1C;
  color: rgba(255,255,255,.55);
  text-align: center;
  padding: 26px 16px 90px;
  font-size: 12px;
  line-height: 1.95;
}
.footer__tm { margin-top: 10px; font-size: 12px; color: rgba(255,255,255,.4); }

/* ============================================================
   FLOATING CTA (mobile sticky)
   ============================================================ */
.float-cta {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  width: calc(100% - 24px);
  max-width: 420px;
  display: flex;
  gap: 8px;
  z-index: 90;
  transition: transform .35s cubic-bezier(.5, 1.5, .4, 1);
  pointer-events: none;
}
.float-cta.is-visible {
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.float-cta__tel,
.float-cta__sample {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 13px 14px;
  border-radius: 999px;
  font-family: var(--font-disp);
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.float-cta__tel {
  background: var(--white);
  color: var(--green-dark);
  border: 2px solid var(--green);
  flex: 0 0 90px;
}
.float-cta__sample {
  background: var(--orange);
  color: var(--white);
  border: 2px solid var(--orange-dark);
}

/* ============================================================
   Tweaks theme overrides
   ============================================================ */
body.theme-classic {
  background: var(--cream) !important;
}
body.theme-classic .hero {
  background: linear-gradient(180deg, var(--green-light) 0%, var(--bg) 100%);
}
body.theme-classic .concept { background: var(--green); }
body.theme-classic .concept__main em,
body.theme-classic .concept__em { background: var(--orange); color: var(--white); }
body.theme-classic .cta {
  background: var(--green-dark);
}

body.theme-fresh {
  background:
    radial-gradient(circle at 20% 20%, #D4F0FB 0%, transparent 36%),
    radial-gradient(circle at 80% 80%, #E7F5E2 0%, transparent 40%),
    #F4FAFE !important;
}
body.theme-fresh .hero {
  background: linear-gradient(180deg, #D4F0FB 0%, #F4FAFE 100%);
}
body.theme-fresh .concept { background: var(--sky); }
body.theme-fresh .cta {
  background: radial-gradient(circle at 30% 30%, var(--pink) 0%, var(--sky) 100%);
}

body.no-deco .deco-star,
body.no-deco .deco-dot,
body.no-deco .concept__deco,
body.no-deco .mid-cta__deco,
body.no-deco .cta__deco,
body.no-deco .num-hl__deco { display: none !important; }

body:not(.rounded-font) {
  --font-disp: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* ============================================================
   ▼ DESKTOP / PC view (≥ 1024px)
   ============================================================ */
@media (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 1.85;
    background:
      radial-gradient(circle at 8% 6%, #FFE9B8 0%, transparent 22%),
      radial-gradient(circle at 92% 90%, #C9EBD4 0%, transparent 24%),
      radial-gradient(circle at 50% 50%, #FFE2EC 0%, transparent 30%),
      var(--cream);
  }

  .page-wrap {
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }
  .page {
    background: transparent;
    overflow: visible;
  }

  /* Universal section spacing util */
  .hd,
  .hero,
  .badges,
  .sec,
  .concept,
  .mid-cta,
  .shop-trust,
  .cta,
  .footer {
    padding-left: max(40px, calc((100vw - 1180px) / 2));
    padding-right: max(40px, calc((100vw - 1180px) / 2));
  }

  /* ─── HEADER ─── */
  .hd { padding-top: 16px; padding-bottom: 16px; }
  .hd__logo-img { height: 44px; }
  .hd__logo-mark {
    width: 44px; height: 44px;
    font-size: 22px; border-radius: 10px;
  }
  .hd__logo-text { font-size: 15px; }
  .hd__logo-text small { font-size: 11px; margin-top: 3px; }
  .hd__cta { gap: 10px; }
  .hbtn { padding: 12px 22px; font-size: 14px; gap: 6px; }
  .hbtn .icon { width: 16px; height: 16px; }

  /* ─── HERO (2-col) ─── */
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "top    visual"
      "btm    visual";
    column-gap: 56px;
    padding-top: 70px;
    padding-bottom: 96px;
    align-items: center;
    min-height: 600px;
  }
  .hero__top    { grid-area: top;    align-self: end;    padding-top: 0; max-width: 560px; }
  .hero__visual { grid-area: visual; align-self: center; margin: 0; min-width: 0; }
  .hero__btm    { grid-area: btm;    align-self: start;  text-align: left; padding: 24px 0 0; }

  .hero__title {
    font-size: 54px;
    line-height: 1.32;
  }
  .hero__sg-badge {
    font-size: 42px; padding: 4px 16px 6px; border-radius: 12px;
  }
  .hero__sub { font-size: 18px; line-height: 1.85; max-width: 480px; }
  .hero__pill { font-size: 13px; padding: 7px 16px; }
  .feat-pill  { font-size: 14px; padding: 10px 20px; }

  .hero__btm-note {
    display: inline-block; margin: 0 0 0 16px;
    font-size: 13px; vertical-align: middle;
  }

  .hero__visual .hero__photo {
    padding: 0;
  }
  .hero__visual .hero__photo-img {
    max-width: 100%;
  }
  .hero__sticker--1 { top: 8%; left: -2%; }
  .hero__sticker--2 { top: -2%; right: 2%; }
  .hero__sticker--3 { bottom: 8%; right: 0%; font-size: 13px; padding: 9px 16px; }
  .hero__sticker-num { font-size: 28px; }
  .hero__sticker-num small { font-size: 13px; }
  .hero__sticker-lbl { font-size: 11px; }

  /* Hero deco - repositioned for wide layout */
  .deco-star--1 { top: 60px; right: 7%; }
  .deco-star--2 { top: 60%; left: 4%; }
  .deco-star--3 { top: 30%; right: 48%; }
  .deco-dot--1  { top: 30%; right: 12%; }
  .deco-dot--2  { top: 70%; left: 8%; }
  .deco-dot--3  { top: 22%; left: 42%; }

  /* CTA Buttons */
  .btn-cta {
    width: auto;
    min-width: 300px;
    padding: 20px 32px;
    font-size: 17px;
  }

  /* ─── BADGES (4 cols, wide) ─── */
  .badges {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  .badges__head { margin-bottom: 24px; }
  .badges__wave { flex: 0 0 60px; }
  .badges__ttl { font-size: 16px; }
  .badges__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
  }
  .badge { padding: 22px 16px 18px; }
  .badge__icon-wrap { width: 56px; height: 56px; }
  .badge__icon-wrap svg { width: 30px; height: 30px; }
  .badge__txt { font-size: 13px; line-height: 1.55; }
  .badge__txt strong { font-size: 16px; }

  /* ─── SECTIONS ─── */
  .sec { padding-top: 96px; padding-bottom: 96px; }
  .sec > .lbl,
  .sec > .h2,
  .sec > .lead,
  .sec > .q-box,
  .sec > .caution {
    max-width: 760px;
  }
  .sec > .lead--center { margin-left: auto; margin-right: auto; }

  .lbl { font-size: 13px; padding: 6px 16px; margin-bottom: 16px; }
  .h2 { font-size: 40px; margin-bottom: 24px; line-height: 1.32; }
  .lead { font-size: 16px; max-width: 720px; line-height: 1.95; }

  .q-box {
    font-size: 20px;
    padding: 28px 32px 28px 38px;
    max-width: 800px;
  }
  .q-box__quote { font-size: 110px; right: 24px; top: -8px; }

  /* Problem statement wide image */
  .sec .ph--wide { min-height: 280px; max-width: 900px; margin-left: auto; margin-right: auto; }
  .hero-photo {
    max-width: 980px;
    margin: 28px auto 0;
    border-width: 6px;
    outline-offset: -8px;
  }
  .hero-photo__cap {
    left: 20px; bottom: 20px;
    font-size: 14px;
    padding: 9px 18px;
  }

  /* ─── CONCEPT ─── */
  .concept {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .concept__quote { font-size: 13px; letter-spacing: .35em; }
  .concept__main { font-size: 60px; }
  .concept__sub { font-size: 16px; margin-top: 20px; }
  .deco-star--c1 { top: 50px; left: 10%; }
  .deco-star--c2 { top: 80px; right: 12%; }
  .deco-star--c3 { bottom: 50px; left: 14%; }

  /* ─── 商品のヒミツ (2-col) ─── */
  .sec--mint:has(> .inside-photo) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    grid-template-areas:
      "lbl   hat"
      "h2    hat"
      "lead  hat"
      "feat  feat";
    align-items: start;
  }
  .sec--mint > .lbl    { grid-area: lbl; align-self: end; }
  .sec--mint > .h2     { grid-area: h2; }
  .sec--mint > .lead   { grid-area: lead; max-width: none; }
  .sec--mint > .inside-photo {
    grid-area: hat;
    align-self: center;
    margin: 0;
  }
  .sec--mint:has(> .inside-photo) > .feat-grid {
    grid-area: feat;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 64px;
    gap: 18px;
    max-width: 1080px;
    margin-left: auto; margin-right: auto;
  }
  .feat-card { padding: 38px 14px 20px; }
  .feat-card__title { font-size: 16px; }
  .feat-card__text { font-size: 14px; }
  .feat-card__icon { width: 48px; height: 48px; top: -24px; }
  .feat-card::before { width: 52px; height: 52px; top: -26px; }
  .feat-card__icon svg { width: 24px; height: 24px; }

  /* ─── 安全性能 ─── */
  .num-hl {
    padding: 38px 28px 30px;
    max-width: 760px;
    margin: 28px auto 36px;
  }
  .num-hl__big-num { font-size: 120px; }
  .num-hl__big-pct { font-size: 52px; }
  .num-hl__big-tail { font-size: 20px; }
  .num-hl__lbl { font-size: 15px; }
  .num-hl__note { font-size: 14px; }

  .chart {
    padding: 32px 32px 24px;
    max-width: 760px;
    margin: 32px auto;
  }
  .chart__title { font-size: 15px; margin-bottom: 22px; }
  .chart__bars { height: 280px; gap: 32px; padding-bottom: 8px; }
  .bar__face { width: 30px; height: 30px; }
  .bar__val { font-size: 16px; padding: 2px 10px; }
  .bar__label { font-size: 14px; }
  .chart__note { font-size: 13px; margin-top: 14px; }

  /* ─── 防災対応 (compare 2-col) ─── */
  .sec--green .compare {
    grid-template-columns: 1fr auto 1fr;
    display: grid;
    align-items: stretch;
    gap: 0;
    column-gap: 0;
    max-width: 980px;
    margin: 28px auto 24px;
  }
  .compare__col { align-self: stretch; padding: 26px 26px; }
  .compare__col--no { border-radius: 18px 0 0 18px; }
  .compare__col--yes { border-radius: 0 18px 18px 0; }
  .compare__arrow { margin: 0; align-self: center; width: 52px; height: 52px; font-size: 16px; }
  .compare__col p { font-size: 15px; }
  .compare__icon-row svg { width: 52px; height: 52px; }
  .sec--green .caution { max-width: 1000px; margin-left: auto; margin-right: auto; font-size: 13px; }

  /* ─── Mid CTA ─── */
  .mid-cta {
    padding-top: 68px;
    padding-bottom: 72px;
  }
  .mid-cta__title { font-size: 28px; }
  .mid-cta__sub { font-size: 14px; margin-bottom: 24px; }
  .tel-box { max-width: 420px; margin: 0 auto 16px; }
  .tel-box__num { font-size: 38px; }
  .mid-cta .btn-cta { max-width: 420px; }

  /* ─── ふだんの快適性能 ─── */
  .sec--cream .two-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 24px auto;
  }
  .sec--cream .two-col--stack {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .ph--sq { min-height: 240px; padding: 32px 20px; }
  .ph--sq small { font-size: 12px; }
  .feat-list { justify-content: center; margin-top: 28px; }
  .feat-pill { font-size: 14px; padding: 10px 20px; }

  /* ─── SG (3-col) ─── */
  .sg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1080px;
    margin: 28px auto 0;
  }
  .sg-card { padding: 24px 22px 22px 64px; }
  .sg-card__num { width: 36px; height: 36px; font-size: 14px; top: 18px; left: 18px; }
  .sg-card__head { font-size: 17px; }
  .sg-card__body { font-size: 14px; }
  .sg-only { max-width: 720px; margin: 36px auto 0; padding: 26px 24px; }
  .sg-only p { font-size: 16px; }
  .sg-only strong { font-size: 20px; }

  /* ─── メディア・受賞 ─── */
  .award { max-width: 600px; margin: 24px auto 28px; padding: 32px 24px 28px; }
  .award__title { font-size: 24px; }
  .award__sub { font-size: 16px; }
  .award__icon-wrap { width: 72px; height: 72px; }

  .media-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 900px;
    margin: 20px auto 0;
  }
  .media-item { padding: 14px 16px; }
  .media-item__name { font-size: 14px; }
  .media-item__detail { font-size: 13px; }

  /* ─── 商品仕様 ─── */
  .sec .two-col { max-width: 800px; margin-left: auto; margin-right: auto; }
  .spec-table {
    max-width: 760px;
    margin: 20px auto 0;
    font-size: 14px;
  }
  .spec-table th { font-size: 13px; padding: 14px 18px; }
  .spec-table td { padding: 14px 18px; }
  .btn-outline { max-width: 480px; margin: 22px auto 0; font-size: 15px; }

  /* ─── FAQ (2-col) ─── */
  .faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 1080px;
    margin: 24px auto 0;
  }
  .faq-item summary { font-size: 16px; padding: 18px 20px; }
  .faq-a { font-size: 14px; padding: 0 20px 18px 60px; }

  /* ─── 取扱店 (2-col) ─── */
  .shop-trust {
    padding-top: 80px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    column-gap: 60px;
    row-gap: 16px;
    align-items: start;
  }
  .shop-trust > .lbl,
  .shop-trust > .h2,
  .shop-trust > .lead,
  .shop-trust > .shop-trust__quote { grid-column: 1; max-width: none; }
  .shop-trust > .shop-box {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: stretch;
    padding: 24px;
  }
  .shop-trust__quote { font-size: 18px; margin: 4px 0 0; }
  .shop-map { height: 260px; }

  /* ─── 最終CTA ─── */
  .cta { padding-top: 110px; padding-bottom: 110px; }
  .cta__lbl { font-size: 14px; padding: 5px 18px; }
  .cta__title { font-size: 44px; max-width: 760px; margin: 0 auto 14px; }
  .cta__sub { font-size: 15px; max-width: 640px; margin: 0 auto 28px; }
  .cta__tel { max-width: 480px; margin: 0 auto 18px; padding: 24px 20px; }
  .cta__tel-num { font-size: 42px; }
  .cta .btn-cta { max-width: 480px; }

  /* ─── Footer ─── */
  .footer { padding: 36px 16px; }

  /* Hide floating CTA on desktop */
  .float-cta { display: none !important; }
}

/* ─── Larger desktops ─── */
@media (min-width: 1280px) {
  .hero__title { font-size: 60px; }
  .h2 { font-size: 44px; }
  .concept__main { font-size: 68px; }
  .cta__title { font-size: 48px; }
  .hero { min-height: 640px; }
}
