    :root {
      --nn-gold-300:  #f5d44a;
      --nn-gold-400:  #d4aa00;
      --nn-gold-500:  #b08800;
      --nn-orange-400:#f08c2e;
      --nn-orange-500:#d9781f;
      --nn-black:     #0d0d0d;
      --nn-dark:      #1a1a1a;
      --nn-dark2:     #242424;
      --nn-text-light:#e8e0c8;
      --nn-text-mid:  #c8b878;
      --nn-text-pale: #8a7a50;
    }
    body.nano-page { background: var(--nn-black); color: var(--nn-text-light); }

    /* HERO */
    .nn-hero {
      background: linear-gradient(160deg,#0d0d0d 0%,#1a1a1a 50%,#0a0a0a 100%);
      position: relative; overflow: hidden; padding: 100px 0 70px;
      border-bottom: 1px solid rgba(212,170,0,0.3);
    }
    .nn-hero::before {
      content:''; position: absolute; width:700px; height:700px; border-radius:50%;
      background:radial-gradient(circle,rgba(212,170,0,0.12) 0%,transparent 65%);
      top:-250px; right:-200px; pointer-events:none;
    }
    .nn-eyebrow {
      font-family:'Cormorant Garamond',serif; font-style:italic; font-size:0.85rem;
      letter-spacing:0.32em; color:var(--nn-orange-400); text-transform:uppercase;
      margin-bottom:10px; display:flex; align-items:center; gap:8px;
    }
    .nn-hero-title {
      font-family:'Noto Serif JP',serif; font-size:clamp(1.8rem,4.5vw,3rem);
      font-weight:800; color:#fff; line-height:1.25; margin-bottom:16px;
    }
    .nn-hero-title span { color:var(--nn-gold-300); }
    .nn-hero-subtitle {
      font-size:1.1rem; font-weight:700; color:var(--nn-gold-200);
      margin-bottom:20px; line-height:1.6;
      border-left:4px solid var(--nn-gold-400); padding-left:14px;
    }
    .nn-hero-desc {
      font-size:0.87rem; line-height:1.95; color:var(--nn-text-light);
      max-width:460px; margin-bottom:26px; opacity:0.85;
    }
    .nn-badge {
      display:inline-flex; align-items:center; gap:6px;
      background:rgba(240,140,46,0.12); border:1px solid rgba(240,140,46,0.4);
      color:var(--nn-orange-400); border-radius:50px; padding:5px 16px;
      font-size:0.78rem; margin:3px 3px 3px 0; letter-spacing:0.05em;
    }
    .nn-btn {
      display:inline-flex; align-items:center; gap:8px;
      background:linear-gradient(90deg,var(--nn-gold-500),var(--nn-orange-400));
      color:#0d0d0d; border-radius:50px; padding:13px 38px; font-size:0.85rem;
      font-family:'Noto Sans JP',sans-serif; font-weight:700; letter-spacing:0.1em;
      transition:all 0.3s ease; box-shadow:0 4px 24px rgba(240,140,46,0.35);
      margin-top:18px; text-decoration:none;
    }
    .nn-btn:hover { background:linear-gradient(90deg,var(--nn-orange-500),var(--nn-gold-300)); transform:translateY(-1px); color:#0d0d0d; }

    /* Hero frame */
    .nn-hero-img-wrap { position:relative; display:flex; justify-content:center; align-items:center; }
    .nn-hero-frame {
      width:300px; height:375px; border-radius:200px 200px 160px 160px;
      overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,0.6),0 0 40px rgba(212,170,0,0.15);
      background:linear-gradient(160deg,#2a2a1a,#1a1a0a); flex-shrink:0;
      border:1px solid rgba(212,170,0,0.25);
    }
    .nn-hero-frame img { width:100%; height:100%; object-fit:cover; display:block; }
    .nn-img-placeholder {
      width:100%; height:100%; display:flex; flex-direction:column;
      align-items:center; justify-content:center; gap:10px; color:var(--nn-gold-400);
    }
    .nn-img-placeholder i { font-size:2.2rem; opacity:0.5; }
    .nn-img-placeholder span { font-size:0.7rem; color:var(--nn-text-pale); letter-spacing:0.1em; }

    /* AGA爆発バッジ */
    .nn-aga-badge {
      display:inline-flex; flex-direction:column; align-items:center; justify-content:center;
      width:128px; height:128px; background:linear-gradient(145deg,var(--nn-gold-400),var(--nn-orange-400)); text-align:center;
      clip-path:polygon(50% 0%,61% 10%,73% 5%,76% 18%,90% 18%,88% 32%,100% 38%,92% 50%,100% 62%,88% 68%,90% 82%,76% 82%,73% 95%,61% 90%,50% 100%,39% 90%,27% 95%,24% 82%,10% 82%,12% 68%,0% 62%,8% 50%,0% 38%,12% 32%,10% 18%,24% 18%,27% 5%,39% 10%);
      padding:10px;
    }
    .nn-aga-wrap {
      position:absolute;
      top:-6px;
      right:-16px;
      z-index:4;
    }
    .nn-aga-badge .aga-main { font-family:'Noto Serif JP',serif; font-size:1rem; font-weight:800; color:#0d0d0d; display:block; line-height:1.2; }
    .nn-aga-badge .aga-sub  { font-size:0.58rem; font-weight:700; color:#0d0d0d; display:block; margin-top:4px; line-height:1.4; }

    .nn-float-tag {
      position:absolute; background:rgba(26,26,10,0.92); border:1px solid rgba(212,170,0,0.4);
      border-radius:16px; padding:10px 18px; box-shadow:0 8px 30px rgba(0,0,0,0.5);
      font-size:0.8rem; color:var(--nn-text-light); display:flex; align-items:center; gap:7px; z-index:3;
    }
    .nn-float-tag.bl { bottom:36px; left:-18px; }
    .nn-float-tag i { color:var(--nn-gold-400); font-size:0.82rem; }

    /* SECTION COMMON */
    .nn-section { padding:64px 0; }
    .nn-section.bg-dark  { background:var(--nn-dark); }
    .nn-section.bg-dark2 { background:var(--nn-dark2); }

    .nn-section-label {
      font-family:'Cormorant Garamond',serif; font-style:italic; font-size:0.75rem;
      letter-spacing:0.32em; color:var(--nn-gold-400); text-transform:uppercase; margin-bottom:6px;
    }
    .nn-section-title {
      font-family:'Noto Serif JP',serif; font-size:1.45rem; font-weight:400; color:#fff; margin-bottom:4px;
    }
    .nn-section-title::before {
      content:''; display:inline-block; width:4px; height:1.2em; background:var(--nn-gold-400);
      vertical-align:middle; margin-right:12px; border-radius:2px;
    }
    .nn-divider { width:40px; height:1px; background:rgba(212,170,0,0.35); margin:14px 0 36px; }
    .nn-case-lead { font-size:0.85rem; color:var(--nn-text-mid); margin-bottom:28px; letter-spacing:0.05em; }

    /* CASE CARDS */
    .nn-case-card {
      background:var(--nn-dark2); border:1px solid rgba(212,170,0,0.2); border-radius:20px;
      overflow:hidden; height:100%; transition:transform 0.3s,box-shadow 0.3s;
    }
    .nn-case-card:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,0.6),0 0 20px rgba(212,170,0,0.1); }
    .nn-case-header {
      background:rgba(212,170,0,0.1); border-bottom:1px solid rgba(212,170,0,0.2);
      padding:8px 14px; font-size:0.72rem; color:var(--nn-text-mid);
      letter-spacing:0.05em; display:flex; align-items:center; gap:6px;
    }
    .nn-case-header i { color:var(--nn-gold-400); }

    /* Before/After 横並び */
    .nn-ba-wrap { display:flex; position:relative; height:200px; }
    .nn-ba-before, .nn-ba-after { flex:1; overflow:hidden; position:relative; }
    .nn-ba-before img, .nn-ba-after img { width:100%; height:100%; object-fit:cover; display:block; }
    .nn-ba-date {
      position:absolute; bottom:8px; left:8px;
      background:rgba(212,170,0,0.9); color:#0d0d0d;
      font-size:0.7rem; font-weight:700; padding:3px 10px; border-radius:4px;
    }
    .nn-ba-date.right { left:auto; right:8px; }
    .nn-ba-arrow {
      position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:5;
      width:38px; height:38px; background:var(--nn-gold-400); border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      color:#0d0d0d; font-size:1rem; font-weight:900;
      box-shadow:0 0 16px rgba(0,0,0,0.7);
    }

    /* 単体事例画像 */
    .nn-case-img {
      overflow:hidden; background:linear-gradient(135deg,#1a1a0d,#2a2a15);
      display:flex; align-items:center; justify-content:center; position:relative;
    }
    .nn-case-img-sm { height:200px; }
    .nn-case-img img { width:100%; height:100%; object-fit:cover; display:block; }

    .nn-case-body { padding:18px 20px; }
    .nn-case-body p { font-size:0.85rem; line-height:1.85; color:var(--nn-text-light); margin:0; opacity:0.9; }

    /* プラセンタ説明 */
    .nn-placenta-card {
      background:var(--nn-dark2); border:1px solid rgba(212,170,0,0.3); border-radius:20px; overflow:hidden;
    }
    .nn-placenta-media {
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(212,170,0,0.25);
      aspect-ratio:4/3;
      background:var(--nn-dark2);
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .nn-placenta-media-img {
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .nn-placenta-body { padding:28px 32px; }
    .nn-placenta-title {
      font-family:'Noto Serif JP',serif; font-size:1.2rem; font-weight:700;
      color:var(--nn-gold-200); margin-bottom:16px; display:flex; align-items:center; gap:10px;
    }
    .nn-placenta-title i { color:var(--nn-gold-400); }
    .nn-placenta-points { list-style:none; padding:0; margin:0; }
    .nn-placenta-points li {
      padding:10px 0; font-size:0.9rem; color:var(--nn-text-light);
      border-bottom:1px solid rgba(212,170,0,0.12);
      display:flex; align-items:center; gap:10px;
    }
    .nn-placenta-points li:last-child { border-bottom:none; }
    .nn-placenta-points i { color:var(--nn-gold-400); flex-shrink:0; }

    /* STEPS */
    .nn-step-list { list-style:none; padding:0; margin:0; }
    .nn-step-list li {
      padding:12px 0; font-size:0.9rem; color:var(--nn-text-light);
      border-bottom:1px solid rgba(212,170,0,0.12);
      display:flex; align-items:center; gap:12px;
    }
    .nn-step-list li:last-child { border-bottom:none; }
    .nn-step-num {
      min-width:28px; height:28px; border-radius:50%; background:rgba(212,170,0,0.15);
      color:var(--nn-gold-300); font-size:0.75rem; font-weight:600;
      display:flex; align-items:center; justify-content:center; flex-shrink:0;
      border:1px solid rgba(212,170,0,0.3);
    }
    .nn-sico { color:var(--nn-gold-400); font-size:0.85rem; width:16px; text-align:center; flex-shrink:0; }

    .nn-step-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
    .nn-step-card { border-radius:14px; overflow:hidden; }
    .nn-step-img {
      height:110px; display:flex; align-items:center; justify-content:center; overflow:hidden;
    }
    .nn-step-img.c1 { background:linear-gradient(135deg,#2a2510,#1e1c0c); }
    .nn-step-img.c2 { background:linear-gradient(135deg,#252210,#1a180a); }
    .nn-step-img.c3 { background:linear-gradient(135deg,#201e0e,#161508); }
    .nn-step-img.c4 { background:linear-gradient(135deg,#1c1a0c,#121108); }
    .nn-step-img.c5 { background:linear-gradient(135deg,#18160a,#0e0d06); }
    .nn-step-img.c6 { background:linear-gradient(135deg,#141208,#0c0b04); }
    .nn-step-img img { width:100%; height:100%; object-fit:cover; display:block; }
    .nn-step-label { font-size:0.7rem; color:var(--nn-text-pale); text-align:center; padding:6px 4px; background:var(--nn-dark2); }
    .nn-step-label span { display:block; font-size:0.64rem; color:var(--nn-gold-400); font-family:'Cormorant Garamond',serif; font-style:italic; }

    /* FAQ */
    .nn-faq-item {
      background:var(--nn-dark2); border:1px solid rgba(212,170,0,0.15);
      border-radius:16px; padding:24px 28px; margin-bottom:14px;
    }
    .nn-faq-q { font-size:0.9rem; font-weight:500; color:#fff; margin-bottom:10px; display:flex; align-items:flex-start; gap:10px; }
    .nn-faq-q i { color:var(--nn-gold-400); font-size:1rem; margin-top:1px; flex-shrink:0; }
    .nn-faq-a { font-size:0.85rem; color:var(--nn-text-light); line-height:1.85; margin:0; padding-left:26px; opacity:0.88; }

    /* PRICE */
    .nn-price-card {
      background:linear-gradient(135deg,#1e1a08 0%,#2a240e 100%);
      border:1.5px solid rgba(212,170,0,0.4); border-radius:24px;
      padding:48px 40px; text-align:center; position:relative; overflow:hidden;
    }
    .nn-price-card::after {
      content:''; position:absolute; width:300px; height:300px; border-radius:50%;
      background:radial-gradient(circle,rgba(212,170,0,0.12),transparent 70%);
      bottom:-100px; right:-80px; pointer-events:none;
    }
    .nn-price-sublabel { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:0.9rem; color:var(--nn-gold-400); letter-spacing:0.2em; margin-bottom:4px; }
    .nn-price-title { font-family:'Noto Serif JP',serif; font-size:1.5rem; font-weight:600; color:#fff; margin-bottom:16px; }
    .nn-price-tag { display:inline-block; background:var(--nn-gold-400); color:#0d0d0d; font-size:0.8rem; font-weight:700; padding:4px 18px; border-radius:4px; margin-bottom:14px; }
    .nn-price-main { font-family:'Noto Serif JP',serif; font-size:3.5rem; font-weight:700; color:var(--nn-gold-300); line-height:1.1; margin-bottom:4px; text-shadow:0 0 30px rgba(212,170,0,0.3); }
    .nn-price-main-top { margin-top:12px; }
    .nn-price-desc { font-size:0.82rem; color:var(--nn-text-light); margin:16px 0 0; line-height:1.8; opacity:0.85; }

    .nn-cta {
      background:linear-gradient(90deg,#0d0d0d 0%,#1a1a0a 100%);
      border:1px solid rgba(212,170,0,0.4); padding:26px 36px; border-radius:16px;
      color:var(--nn-gold-300); font-size:0.9rem; line-height:1.7; text-align:center;
      margin-top:28px; box-shadow:0 8px 32px rgba(0,0,0,0.5);
      display:flex; align-items:center; justify-content:center; gap:10px;
    }
    .nn-cta i { font-size:1rem; flex-shrink:0; }

    /* ── 特徴チップ ── */
    .nn-chip {
      display: inline-flex; align-items: center; gap: 6px;
      border: 1.5px solid rgba(240,140,46,0.35);
      border-radius: 50px;
      padding: 6px 22px;
      font-size: 0.88rem;
      color: var(--nn-orange-400);
      margin: 5px 4px;
      transition: all 0.2s;
      background: rgba(240,140,46,0.06);
    }
    .nn-chip i { font-size: 0.72rem; }
    .nn-chip:hover { background: rgba(240,140,46,0.15); border-color: var(--nn-orange-400); }

    /* ── 特徴セクション ── */
    .nn-feature-hero {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 48px;
      align-items: center;
      margin-bottom: 48px;
    }
    .nn-feature-hero-copy {
      order: -1;
    }
    .nn-feature-kicker {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 0.9rem;
      letter-spacing: 0.2em;
      color: var(--nn-orange-400);
      text-transform: uppercase;
      margin-bottom: 12px;
      display: block;
    }
    .nn-feature-title {
      font-family: 'Noto Serif JP', serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.4;
      margin-bottom: 16px;
    }
    .nn-feature-desc {
      font-size: 0.9rem;
      line-height: 1.9;
      color: var(--nn-text-light);
      opacity: 0.9;
    }

    /* ── 特徴ポイントカード ── */
    .nn-feature-points {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
    .nn-feature-card {
      background: rgba(240,140,46,0.08);
      border: 1px solid rgba(240,140,46,0.2);
      border-radius: 16px;
      padding: 24px 20px;
      text-align: center;
      transition: all 0.3s ease;
    }
    .nn-feature-card:hover {
      background: rgba(240,140,46,0.15);
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(240,140,46,0.15);
    }
    .nn-feature-card-label {
      display: inline-block;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--nn-orange-400);
      color: #fff;
      font-size: 0.9rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
    }
    .nn-feature-card-title {
      font-family: 'Noto Serif JP', serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 10px;
    }
    .nn-feature-card-text {
      font-size: 0.82rem;
      line-height: 1.8;
      color: var(--nn-text-light);
      opacity: 0.85;
    }

    /* ── 特徴リスト ── */
    .nn-feat-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .nn-feat-list li {
      padding: 12px 0;
      font-size: 0.88rem;
      color: var(--nn-text-light);
      border-bottom: 1px solid rgba(240,140,46,0.12);
      display: flex;
      align-items: flex-start;
      gap: 10px;
      line-height: 1.75;
    }
    .nn-feat-list li:last-child { border-bottom: none; }
    .nn-feat-list i {
      color: var(--nn-orange-400);
      font-size: 0.85rem;
      flex-shrink: 0;
      margin-top: 3px;
    }

    @media (max-width: 768px) {
      .nn-feature-hero {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      .nn-feature-hero-copy {
        order: 0;
      }
      .nn-feature-points {
        grid-template-columns: 1fr;
      }
      .nn-feature-title {
        font-size: 1.3rem;
      }
    }

    /* ANIMATIONS */
    @keyframes nnFadeUp { from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:translateY(0);} }
    .nn-fu { animation:nnFadeUp 0.7s ease both; }
    .nn-d2 { animation-delay:0.2s; } .nn-d3 { animation-delay:0.3s; } .nn-d4 { animation-delay:0.4s; }

/* =========================================
   SCALP CARE - Light Theme Overrides
   ========================================= */
body.nano-page {
  --nn-black: #fffdf8;
  --nn-dark: #fff9f0;
  --nn-dark2: #fff4e6;
  --nn-text-light: #3b2f1d;
  --nn-text-mid: #8a6a2f;
  --nn-text-pale: #b58f49;
  background: var(--nn-black);
  color: var(--nn-text-light);
}

.nn-hero {
  background: linear-gradient(160deg, #fff9ef 0%, #fff2de 55%, #ffe9ce 100%);
  border-bottom: 1px solid rgba(212,170,0,0.25);
}

.nn-hero::before {
  background: radial-gradient(circle, rgba(212,170,0,0.18) 0%, transparent 68%);
}

.nn-section.bg-dark,
.nn-section.bg-dark2 {
  background: #fffaf2;
}

.nn-hero-title,
.nn-hero-subtitle,
.nn-section-title,
.nn-faq-q,
.nn-price-title {
  color: #2f2418;
}

.nn-hero-desc,
.nn-case-body p,
.nn-faq-a,
.nn-price-desc,
.nn-step-list li,
.nn-placenta-points li {
  color: #5f4721;
  opacity: 1;
}

.nn-hero-frame,
.nn-case-card,
.nn-placenta-card,
.nn-faq-item,
.nn-price-card,
.nn-placenta-media {
  background: #fff;
  border-color: rgba(212,170,0,0.22);
  box-shadow: 0 6px 20px rgba(176,136,0,0.12);
}

.nn-float-tag {
  background: #fff;
  color: #5a431f;
  border-color: rgba(212,170,0,0.35);
}

.nn-case-header {
  background: #fff8eb;
}

.nn-step-label {
  background: #fff8eb;
}

.nn-cta {
  background: linear-gradient(90deg, #fff3dc 0%, #ffe8c0 100%);
  color: #5e4318;
  border-color: rgba(212,170,0,0.35);
  box-shadow: 0 6px 20px rgba(176,136,0,0.15);
}

/* Light theme - 新セクション用スタイル */
.nn-chip {
  border-color: rgba(240,140,46,0.3);
  color: #d9781f;
  background: rgba(240,140,46,0.08);
}

.nn-chip:hover {
  background: rgba(240,140,46,0.15);
  border-color: var(--nn-orange-400);
}

.nn-feature-kicker {
  color: #d9781f;
}

.nn-feature-title {
  color: #2d2518;
}

.nn-feature-desc {
  color: #4f3e20;
}

.nn-feature-card {
  background: rgba(240,140,46,0.06);
  border-color: rgba(240,140,46,0.2);
}

.nn-feature-card:hover {
  background: rgba(240,140,46,0.12);
  box-shadow: 0 8px 24px rgba(240,140,46,0.1);
}

.nn-feature-card-title {
  color: #2d2518;
}

.nn-feature-card-text {
  color: #5f4721;
}

.nn-feat-list li {
  border-bottom-color: rgba(240,140,46,0.1);
  color: #4f3e20;
}

.nn-feat-list i {
  color: #d9781f;
}

    /* ── メッセージセクション（新規） ── */
    .nn-message-section {
      padding: 72px 0;
      background: linear-gradient(135deg, rgba(240,140,46,0.05) 0%, rgba(212,170,0,0.03) 100%);
    }

    .nn-message-box {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .nn-message-kicker {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 0.9rem;
      letter-spacing: 0.2em;
      color: var(--nn-orange-400);
      text-transform: uppercase;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .nn-message-title {
      font-family: 'Noto Serif JP', serif;
      font-size: 2rem;
      font-weight: 700;
      color: var(--nn-text-pale);
      line-height: 1.4;
      margin-bottom: 24px;
    }

    .nn-message-divider {
      width: 80px;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--nn-orange-400), transparent);
      margin: 20px auto 36px;
    }

    .nn-message-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }

    .nn-message-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(240,140,46,0.2);
      border-radius: 16px;
      padding: 28px 24px;
      transition: all 0.3s ease;
    }

    .nn-message-card:hover {
      background: rgba(255,255,255,0.1);
      border-color: rgba(240,140,46,0.4);
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(240,140,46,0.15);
    }

    .nn-message-card-label {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--nn-orange-400);
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .nn-message-card-label i {
      font-size: 1.1rem;
    }

    .nn-message-card-text {
      font-size: 0.88rem;
      line-height: 1.8;
      color: var(--nn-text-light);
      opacity: 0.9;
    }

    .nn-message-footer {
      font-size: 1rem;
      line-height: 1.9;
      color: var(--nn-text-light);
      background: rgba(240,140,46,0.1);
      border-left: 4px solid var(--nn-orange-400);
      padding: 24px 28px;
      border-radius: 8px;
    }

    .nn-message-footer strong {
      color: var(--nn-orange-400);
      display: block;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    @media (max-width: 768px) {
      .nn-message-section {
        padding: 48px 0;
      }

      .nn-message-title {
        font-size: 1.5rem;
      }

      .nn-message-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .nn-message-card {
        padding: 20px 16px;
      }

      .nn-message-footer {
        font-size: 0.9rem;
      }
    }

    /* Light theme - メッセージセクション */
    .nn-message-section {
      background: linear-gradient(135deg, rgba(240,140,46,0.04) 0%, rgba(212,170,0,0.02) 100%);
    }

    .nn-message-card {
      background: rgba(240,140,46,0.06);
      border-color: rgba(240,140,46,0.2);
    }

    .nn-message-card:hover {
      background: rgba(240,140,46,0.12);
      border-color: rgba(240,140,46,0.35);
      box-shadow: 0 12px 32px rgba(240,140,46,0.1);
    }

    .nn-message-footer {
      background: rgba(240,140,46,0.08);
      border-left-color: var(--nn-orange-400);
      color: #4f3e20;
    }

    .nn-message-footer strong {
      color: #d9781f;
    }
   /*========================================= */
body.nano-page,
.nn-hero,
.nn-section.bg-dark,
.nn-section.bg-dark2,
.nn-case-card,
.nn-placenta-card,
.nn-faq-item,
.nn-price-card,
.nn-hero-frame,
.nn-float-tag,
.nn-step-label,
.nn-case-header,
.nn-placenta-media,
.nn-cta{
  background-color: #fffaf2;
}

.nn-hero {
  background-image: linear-gradient(160deg, #fffef8 0%, #fff6e8 55%, #ffeed8 100%);
}

.nn-hero-frame,
.nn-case-card,
.nn-placenta-card,
.nn-faq-item,
.nn-price-card,
.nn-placenta-media,
.nn-float-tag {
  border-color: rgba(212,170,0,0.3);
  box-shadow: 0 6px 20px rgba(176,136,0,0.12);
}

.nn-hero-title,
.nn-hero-subtitle,
.nn-section-title,
.nn-price-title,
.nn-faq-q {
  color: #2d2518;
}

.nn-hero-desc,
.nn-case-body p,
.nn-faq-a,
.nn-price-desc,
.nn-step-list li,
.nn-placenta-points li,
.nn-case-lead {
  color: #4f3e20;
  opacity: 1;
}

.nn-cta {
  background-image: linear-gradient(90deg, #fff3dc 0%, #ffe8c0 100%);
  color: #4f3a16;
  border-color: rgba(212,170,0,0.4);
}

/* no-dark additional overrides */
.nn-case-img,
.nn-step-label,
.nn-case-header,
.nn-placenta-media {
  background-color: #fff8eb;
}

.nn-step-img.c1,
.nn-step-img.c2,
.nn-step-img.c3,
.nn-step-img.c4,
.nn-step-img.c5,
.nn-step-img.c6 {
  background: linear-gradient(135deg, #fff5e4, #ffe9c9);
}

.nn-ba-date,
.nn-ba-date.right,
.nn-price-tag {
  background: #ffd27f;
  color: #3f2f14;
}

/* ensure dark gradients are removed */
.nn-hero-frame,
.nn-case-img,
.nn-price-card,
.nn-placenta-card,
.nn-faq-item,
.nn-placenta-media {
  background-image: linear-gradient(135deg, #fff9ee, #ffefda);
}

.nn-float-tag,
.nn-step-label,
.nn-case-header {
  background-image: none;
}

/* =========================================
   TEXT & ICON ALIGNMENT - ズレ修正
   ========================================= */

/* リストアイテムのアイコンアラインメント修正 */
.nn-step-list li,
.nn-placenta-points li,
.nn-feat-list li {
  align-items: flex-start;
  gap: 12px;
}

.nn-step-list i,
.nn-placenta-points i,
.nn-feat-list i {
  margin-top: 2px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .nn-step-list li,
  .nn-placenta-points li,
  .nn-feat-list li {
    gap: 10px;
  }

  .nn-step-list i,
  .nn-placenta-points i,
  .nn-feat-list i {
    margin-top: 1px;
  }
}

/* =========================================
   CHIP - モバイルでの折返し対応
   ========================================= */
.nn-chip {
  white-space: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 640px) {
  .nn-chip {
    white-space: normal;
    word-break: keep-all;
  }

  .mb-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
}

/* =========================================
   ボタンテキスト - 折返し防止
   ========================================= */
.nn-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .nn-btn {
    white-space: normal;
    padding: 12px 28px;
  }
}

/* =========================================
   ヒーロータイトル - 行ズレ修正
   ========================================= */
.nn-hero-title {
  word-break: keep-all;
  line-height: 1.3;
}

.nn-message-title,
.nn-section-title,
.nn-feature-title {
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* =========================================
   バッジ配置 - モバイル対応
   ========================================= */
@media (max-width: 640px) {
  .nn-badge {
    display: inline-flex;
    margin-bottom: 8px;
  }

  .mb-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* =========================================
   アイコン - サイズ調整
   ========================================= */
.nn-faq-q i,
.nn-message-card-label i,
.nn-chip i {
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .nn-faq-q i {
    font-size: 0.9rem;
    margin-top: 0;
  }

  .nn-message-card-label i {
    font-size: 1rem;
  }

  .nn-chip i {
    font-size: 0.65rem;
  }
}

/* =========================================
   テーブル/リスト - 横スクロール対応
   ========================================= */
@media (max-width: 640px) {
  .nn-feat-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nn-feat-list li {
    min-width: 100%;
    padding-right: 0;
  }
}

/* =========================================
   画像コンテナ - アスペクト比修正
   ========================================= */
.nn-case-img,
.nn-placenta-media,
.nn-hero-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nn-case-img img,
.nn-placenta-media-img,
.nn-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .nn-case-img-sm {
    height: 160px;
  }

  .nn-ba-wrap {
    height: 160px;
  }
}

/* =========================================
   セクション - タイトル/ラベル通列調整
   ========================================= */
.nn-section-label,
.nn-message-kicker {
  display: block;
  overflow-wrap: break-word;
}

@media (max-width: 640px) {
  .nn-section-label {
    letter-spacing: 0.05em;
  }

  .nn-message-kicker {
    letter-spacing: 0.08em;
  }
}

/* =========================================
   FAQ - アイテムの行ズレ修正
   ========================================= */
.nn-faq-item {
  display: flex;
  flex-direction: column;
}

@media (max-width: 640px) {
  .nn-faq-item {
    padding: 16px 18px;
  }

  .nn-faq-q {
    gap: 8px;
  }
}

/* =========================================
   メッセージボックス - 中央配置修正
   ========================================= */
.nn-message-box {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .nn-message-box {
    padding: 0 12px;
  }
}

/* =========================================
   Price Card - 価格表示調整
   ========================================= */
.nn-price-main {
  word-break: break-word;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .nn-price-main {
    font-size: 2.2rem;
  }
}

/* =========================================
   全体 - 最小フォントサイズ設定
   ========================================= */
@media (max-width: 640px) {
  body.nano-page {
    font-size: 14px;
    line-height: 1.6;
  }

  p, li, span {
    line-height: 1.6;
  }
}

/* =========================================
   ULTRA MOBILE - 非常に小さい画面対応
   ========================================= */
@media (max-width: 380px) {
  .nn-hero-title {
    font-size: 1.2rem;
  }

  .nn-message-title {
    font-size: 1.15rem;
  }

  .nn-feature-title {
    font-size: 1.1rem;
  }

  .nn-section-title {
    font-size: 0.95rem;
  }

  .nn-aga-badge {
    width: 80px;
    height: 80px;
  }

  .nn-hero-frame {
    width: 200px;
    height: 250px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body.nano-page .copy {
  background: #0abab5;
  background-color: #0abab5;
  color: #fff;
  border-top: none;
}

/* =========================================
   SCALP CARE - Flow 5 Column
   ========================================= */
.nn-flow5-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.nn-flow5-grid::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f0e4bb 10%, #f0e4bb 90%, transparent);
  transform: translateY(-50%);
  z-index: 0;
}
.nn-flow5-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  opacity: 0;
  transform: translateY(24px);
  animation: nnFlow5FadeUp .55s ease forwards;
}
.nn-flow5-card:nth-child(1) { animation-delay: 0s; }
.nn-flow5-card:nth-child(2) { animation-delay: .1s; }
.nn-flow5-card:nth-child(3) { animation-delay: .2s; }
.nn-flow5-card:nth-child(4) { animation-delay: .3s; }
.nn-flow5-card:nth-child(5) { animation-delay: .4s; }
@keyframes nnFlow5FadeUp {
  to { opacity: 1; transform: translateY(0); }
}
.nn-flow5-step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #b8952a;
  background: #faf7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: #b8952a;
  margin-bottom: 18px;
  transition: background .3s, color .3s;
}
.nn-flow5-card-inner {
  background: #fffdf5;
  border: 1px solid rgba(184,149,42,.18);
  border-radius: 16px;
  padding: 28px 16px 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 16px rgba(184,149,42,.07);
  transition: box-shadow .3s;
}
.nn-flow5-card:hover .nn-flow5-card-inner {
  box-shadow: 0 6px 28px rgba(184,149,42,.15);
}
.nn-flow5-icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fffdf5;
  border: 1px solid #f0e4bb;
  box-shadow: 0 4px 20px rgba(184,149,42,0.15), inset 0 1px 0 rgba(255,255,255,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s;
}
.nn-flow5-card:hover .nn-flow5-icon-wrap {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 32px rgba(184,149,42,0.15), inset 0 1px 0 rgba(255,255,255,.9);
}
.nn-flow5-icon-wrap svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #b8952a;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nn-flow5-card:hover .nn-flow5-step-num {
  background: #b8952a;
  color: #fff;
}
.nn-flow5-step-title {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 400;
  letter-spacing: .05em;
  color: #5a4a2a;
  margin-bottom: 6px;
}
.nn-flow5-step-label {
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1.7;
  color: #8a7a5a;
}
/* =========================================
   RESPONSIVE - Tablet (900px以下)
   ========================================= */
@media (max-width: 900px) {
  .nn-hero {
    padding: 80px 0 50px;
  }
  .nn-hero-title {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  }
  .nn-hero-subtitle {
    font-size: 1rem;
  }
  .nn-section {
    padding: 48px 0;
  }
  .nn-feature-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .nn-feature-points {
    grid-template-columns: 1fr;
  }
  .nn-message-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nn-flow5-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .nn-flow5-grid::before { display: none; }
  .nn-flow5-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* =========================================
   RESPONSIVE - Mobile Large (768px以下)
   ========================================= */
@media (max-width: 768px) {
  .nn-section {
    padding: 42px 0;
  }
  .nn-section-title {
    font-size: 1.2rem;
  }
  .nn-hero-frame {
    width: 260px;
    height: 325px;
  }
  .nn-aga-badge {
    width: 110px;
    height: 110px;
  }
  .nn-aga-badge .aga-main {
    font-size: 0.9rem;
  }
  .nn-aga-badge .aga-sub {
    font-size: 0.52rem;
  }
  .nn-feature-card {
    padding: 20px 16px;
  }
  .nn-feature-card-label {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
  }
  .nn-message-card {
    padding: 24px 20px;
  }
  .nn-message-title {
    font-size: 1.6rem;
  }
}

/* =========================================
   RESPONSIVE - Mobile (640px以下)
   ========================================= */
@media (max-width: 640px) {
  body.nano-page {
    font-size: 14px;
  }
  .nn-hero {
    padding: 60px 0 40px;
  }
  .nn-hero-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .nn-hero-subtitle {
    font-size: 0.95rem;
  }
  .nn-hero-desc {
    font-size: 0.82rem;
    max-width: 100%;
  }
  .nn-eyebrow {
    font-size: 0.8rem;
  }
  .nn-badge {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
  .nn-btn {
    padding: 11px 32px;
    font-size: 0.8rem;
    width: 100%;
    justify-content: center;
  }
  .nn-section {
    padding: 36px 0;
  }
  .nn-section-label {
    font-size: 0.7rem;
  }
  .nn-section-title {
    font-size: 1.1rem;
  }
  .nn-section-title::before {
    width: 3px;
    height: 1rem;
    margin-right: 8px;
  }
  .nn-divider {
    margin: 12px 0 24px;
  }
  .nn-hero-img-wrap {
    margin-top: 20px;
  }
  .nn-hero-frame {
    width: 240px;
    height: 300px;
  }
  .nn-aga-wrap {
    top: -8px;
    right: -12px;
  }
  .nn-aga-badge {
    width: 100px;
    height: 100px;
  }
  .nn-aga-badge .aga-main {
    font-size: 0.85rem;
  }
  .nn-aga-badge .aga-sub {
    font-size: 0.48rem;
  }
  .nn-float-tag {
    font-size: 0.75rem;
    padding: 8px 14px;
    bottom: 24px;
    left: -12px;
  }
  .nn-chip {
    font-size: 0.8rem;
    padding: 5px 16px;
    margin: 4px 3px;
  }
  .nn-feature-hero-copy {
    order: 0;
  }
  .nn-feature-kicker {
    font-size: 0.85rem;
  }
  .nn-feature-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .nn-feature-desc {
    font-size: 0.85rem;
  }
  .nn-feature-points {
    gap: 12px;
  }
  .nn-feature-card {
    padding: 16px 12px;
  }
  .nn-feature-card-label {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
    margin-bottom: 12px;
  }
  .nn-feature-card-title {
    font-size: 0.95rem;
  }
  .nn-feature-card-text {
    font-size: 0.78rem;
  }
  .nn-feat-list li {
    font-size: 0.82rem;
    padding: 10px 0;
    gap: 8px;
  }
  .nn-feat-list i {
    font-size: 0.78rem;
  }
  .nn-message-section {
    padding: 42px 0;
  }
  .nn-message-kicker {
    font-size: 0.85rem;
  }
  .nn-message-title {
    font-size: 1.4rem;
  }
  .nn-message-divider {
    width: 60px;
    height: 1.5px;
    margin: 16px auto 28px;
  }
  .nn-message-grid {
    gap: 12px;
    margin-bottom: 32px;
  }
  .nn-message-card {
    padding: 18px 14px;
    border-radius: 12px;
  }
  .nn-message-card-label {
    font-size: 0.9rem;
  }
  .nn-message-card-text {
    font-size: 0.82rem;
  }
  .nn-message-footer {
    font-size: 0.85rem;
    padding: 20px 18px;
    border-left-width: 3px;
  }
  .nn-message-footer strong {
    font-size: 1rem;
  }
  .nn-case-card {
    border-radius: 16px;
  }
  .nn-ba-wrap {
    height: 160px;
  }
  .nn-ba-arrow {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
  .nn-case-body {
    padding: 14px 16px;
  }
  .nn-case-body p {
    font-size: 0.8rem;
  }
  .nn-placenta-body {
    padding: 20px 18px;
  }
  .nn-placenta-title {
    font-size: 1.05rem;
    gap: 6px;
  }
  .nn-placenta-points li {
    font-size: 0.82rem;
    padding: 8px 0;
  }
  .nn-faq-item {
    padding: 18px 20px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
  .nn-faq-q {
    font-size: 0.85rem;
  }
  .nn-faq-a {
    font-size: 0.8rem;
    padding-left: 22px;
  }
  .nn-price-card {
    padding: 36px 24px;
  }
  .nn-price-main {
    font-size: 2.5rem;
  }
  .nn-price-desc {
    font-size: 0.78rem;
  }
  .nn-cta {
    padding: 20px 24px;
    font-size: 0.85rem;
  }
}

/* =========================================
   RESPONSIVE - Small Mobile (500px以下)
   ========================================= */
@media (max-width: 500px) {
  .nn-hero {
    padding: 50px 0 30px;
  }
  .nn-hero-title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .nn-hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }
  .nn-section-title {
    font-size: 1rem;
  }
  .nn-section-label {
    font-size: 0.65rem;
  }
  .nn-hero-frame {
    width: 220px;
    height: 275px;
  }
  .nn-aga-badge {
    width: 90px;
    height: 90px;
  }
  .nn-message-title {
    font-size: 1.25rem;
  }
  .nn-flow5-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .nn-flow5-card:nth-child(5) {
    grid-column: auto;
    max-width: none;
  }
}

/* Flow5 Mobile対応 */
@media (max-width: 540px) {
  .nn-flow5-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nn-flow5-grid::before { display: none; }
  .nn-flow5-card:nth-child(5) {
    grid-column: auto;
    max-width: none;
    margin: 0;
  }
  .nn-flow5-card-inner {
    flex-direction: row;
    text-align: left;
    padding: 18px 20px;
    gap: 16px;
  }
  .nn-flow5-icon-wrap {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
  }
  .nn-flow5-icon-wrap svg {
    width: 24px;
    height: 24px;
  }
  .nn-flow5-step-num { margin-bottom: 0; }
}

/* =========================================
   BOOKING - Hot Pepper Beauty Section
   ========================================= */
.nn-booking-section {
  background: linear-gradient(160deg, #0d0d0d 0%, #1a1a1a 50%, #0a0a0a 100%);
  padding: 64px 0;
  border-top: 1px solid rgba(212, 170, 0, 0.3);
  border-bottom: 1px solid rgba(212, 170, 0, 0.3);
}

.nn-booking-banner {
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 56px 32px;
}

.nn-booking-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}

.nn-booking-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  color: var(--nn-orange-400);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nn-booking-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.65;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-break: keep-all;
  line-break: strict;
}

.nn-booking-sub {
  font-size: 0.85rem;
  color: var(--nn-text-mid);
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 32px;
  overflow-wrap: break-word;
  word-break: keep-all;
  line-break: strict;
  opacity: 0.9;
}

.nn-booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 38px;
  border-radius: 50px;
  text-decoration: none;
  color: #0d0d0d;
  background: linear-gradient(90deg, var(--nn-gold-500), var(--nn-orange-400));
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 24px rgba(240, 140, 46, 0.35);
}

.nn-booking-btn:hover {
  color: #0d0d0d;
  background: linear-gradient(90deg, var(--nn-orange-500), var(--nn-gold-300));
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(240, 140, 46, 0.45);
}

.nn-booking-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #0d0d0d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.nn-booking-btn:hover svg {
  transform: translateX(4px);
}

.nn-booking-btn-note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--nn-text-pale);
  letter-spacing: 0.05em;
  opacity: 0.85;
}

@media (max-width: 576px) {
  .nn-booking-section {
    padding: 40px 0 48px;
  }

  .nn-booking-banner {
    padding: 40px 24px;
  }

  .nn-booking-title {
    font-size: 1.25rem;
  }

  .nn-booking-btn {
    padding: 13px 30px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
  }
}

footer{
  margin-top: 0;
}