/* =========================================================
   components.css — Dityca MEN'S（明るい上質・生成りグレージュ）
   骨格は姉妹と共通（中央450px縦列＋固定翼）。
   ========================================================= */
.h2 { font-family: var(--ff-ja); font-size: var(--fs-h2); font-weight: 500; line-height: 1.7; letter-spacing: .06em; }
.h3 { font-family: var(--ff-ja); font-size: var(--fs-h3); font-weight: 500; line-height: 1.6; letter-spacing: .04em; }
.label-en { font-family: var(--ff-en); font-size: 11px; font-weight: 400; letter-spacing: .28em; text-transform: uppercase; color: var(--accent-deep); }
.lead { font-size: var(--fs-sm); line-height: 2.05; color: var(--ink-2); }
.note { font-size: var(--fs-note); line-height: 1.85; color: var(--ink-3); }

/* 骨格 */
.stage { position: relative; }
.shell { position: relative; z-index: 1; width: 100%; max-width: var(--col); margin-inline: auto; background: var(--paper); overflow: hidden; }
.wing { display: none; position: fixed; top: 0; height: 100vh; overflow: hidden; z-index: 0; }
.wing__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wing__veil { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(38,35,32,.42) 0%, rgba(38,35,32,.12) 30%, rgba(38,35,32,.12) 60%, rgba(38,35,32,.5) 100%); }
.wing__inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 40px; color: #fff; }
.wing__mark { font-family: var(--ff-mincho); font-size: 26px; letter-spacing: .04em; color: #fff; }
.wing__tag { margin-top: 12px; font-family: var(--ff-en); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,.86); }
.wing__foot { font-size: 12px; line-height: 2; color: rgba(255,255,255,.86); }
.wing__foot strong { display: block; font-weight: 500; letter-spacing: .04em; color: #fff; }
.wingnav { text-align: right; padding: 16px 20px; background: rgba(38,35,32,.5); }
.wingnav li + li { margin-top: 13px; }
.wingnav a { font-size: 14px; letter-spacing: .06em; color: #fff; transition: opacity 240ms var(--ease); }
.wingnav a:hover { opacity: .7; }
.wing__ctas { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.wing__ctas-head { margin-bottom: 2px; font-family: var(--ff-en); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,.86); }
.wing__cta { display: inline-flex; align-items: center; justify-content: center; min-width: 210px; padding: 14px 22px; background: var(--paper); color: var(--ink); font-size: 13px; font-weight: 500; letter-spacing: .04em; border-radius: var(--radius); transition: background 240ms var(--ease); }
.wing__cta:hover { background: #fff; }
@media (min-width: 1100px) { .wing { display: block; } .wing--l { left: 0; right: calc(50% + var(--col)/2); } .wing--r { right: 0; left: calc(50% + var(--col)/2); } }
@media (min-width: 1500px) { .wing { width: 525px; } .wing--l { left: auto; right: calc(50% + var(--col)/2); } .wing--r { right: auto; left: calc(50% + var(--col)/2); } }

/* セクション */
.section { padding: var(--sp-section) var(--gut); }
.section + .section { padding-top: calc(var(--sp-section) * .66); }
.section--2 { background: var(--paper-2); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink .h2 { color: var(--paper); }
.section--ink .lead { color: rgba(246,243,239,.76); }
.section--ink .label-en { color: var(--accent); }
.section__head { margin-bottom: var(--sp-block); }
.section__head .label-en { display: block; margin-bottom: 12px; }
.section__head .h2 { margin-bottom: 16px; }

/* ボタン */
.btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 18px 20px; background: var(--cv); color: var(--cv-ink); font-size: 15px; font-weight: 500; letter-spacing: .04em; border-radius: var(--radius); transition: background 240ms var(--ease); }
.btn:hover { background: var(--cv-hover); }
.btn:active { background: #444; }
.btn__arrow { font-family: var(--ff-en); }
.section--ink .btn { background: var(--paper); color: var(--ink); }
.section--ink .btn:hover { background: #fff; }
.btn-note { margin-top: 10px; text-align: center; font-size: var(--fs-note); color: var(--ink-3); }
.section--ink .btn-note { color: rgba(246,243,239,.6); }

/* 追従CTA */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(246,243,239,.95); backdrop-filter: blur(10px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform 420ms var(--ease); }
.sticky.is-on { transform: translateY(0); }
.sticky__label { display: block; margin-bottom: 6px; text-align: center; font-size: var(--fs-note); color: var(--ink-2); }
.sticky__label b { font-weight: 500; color: var(--accent-deep); }
.sticky .btn { padding: 14px; }
.sticky__label, .sticky .btn { max-width: var(--col); margin-inline: auto; }
@media (min-width: 1100px) { .sticky { display: none; } }

/* 悩み */
.worry { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.worry li { padding: 17px 18px; background: var(--paper); font-size: var(--fs-sm); line-height: 1.85; color: var(--ink-2); }
.worry-bridge { margin-top: 26px; font-size: var(--fs-sm); line-height: 2.05; color: var(--ink-2); }

/* データ引用（唯一の一次A） */
.stat { margin-top: 8px; padding: 22px; background: var(--paper-2); border-left: 2px solid var(--accent); }
.stat p { font-size: var(--fs-body); line-height: 1.95; color: var(--ink); }
.stat b { font-weight: 500; color: var(--accent-deep); }
.stat cite { display: block; margin-top: 12px; font-style: normal; font-size: var(--fs-note); line-height: 1.7; color: var(--ink-3); }

/* 施術メニュー・流れ */
.menu { margin-top: 8px; }
.menu__media { aspect-ratio: 4/3; background: var(--paper-2); margin-bottom: 18px; }
.menu__media img { width: 100%; height: 100%; object-fit: cover; }
.flow { counter-reset: f; border-top: 1px solid var(--line); }
.flow li { position: relative; padding: 15px 0 15px 40px; border-bottom: 1px solid var(--line); font-size: var(--fs-sm); line-height: 1.8; color: var(--ink-2); }
.flow li::before { counter-increment: f; content: counter(f); position: absolute; left: 0; top: 15px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--accent); font-family: var(--ff-en); font-size: 12px; color: var(--accent-deep); }
.flow li b { color: var(--ink); font-weight: 500; }
.menu__meta { margin-top: 16px; font-size: var(--fs-sm); color: var(--ink-2); }
.menu__meta b { color: var(--ink); font-weight: 500; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; width: 100%; padding: 20px 0; text-align: left; font-size: var(--fs-body); font-weight: 500; line-height: 1.75; color: var(--ink); }
.faq__q:active { background: var(--paper-2); }
.faq__q em { font-style: normal; white-space: nowrap; }
.faq__mark { flex-shrink: 0; width: 14px; font-size: 15px; color: var(--accent-deep); transition: transform 320ms var(--ease); }
.faq__q[aria-expanded="true"] .faq__mark { transform: rotate(45deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 400ms var(--ease); }
.faq__a.is-open { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 0 22px; font-size: var(--fs-sm); line-height: 2.05; color: var(--ink-2); }

/* 店舗 */
.shop + .shop { margin-top: 14px; }
.shop { padding: 22px 20px; background: var(--paper); border: 1px solid var(--line); }
.shop__name { font-family: var(--ff-mincho); font-size: var(--fs-h3); margin-bottom: 4px; color: var(--ink); }
.shop__area { font-family: var(--ff-en); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-deep); }
.shop__info { margin: 14px 0 18px; font-size: var(--fs-sm); line-height: 1.9; color: var(--ink-2); }
.shop__info a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* 最終CTA・フッター */
.final { text-align: center; }
.final .h2 { margin-bottom: 16px; }
.final .lead { margin-bottom: var(--sp-block); }
.foot { padding: 34px var(--gut) calc(var(--sticky-h) + 34px); background: var(--paper); border-top: 1px solid var(--line); text-align: center; }
.foot__mark { font-family: var(--ff-mincho); font-size: 24px; letter-spacing: .04em; color: var(--ink); margin-bottom: 10px; }
.foot__rule { width: 26px; height: 2px; margin: 16px auto; background: var(--rose); }
.foot__note { font-size: var(--fs-note); line-height: 1.9; color: var(--ink-3); }
@media (min-width: 1100px) { .foot { padding-bottom: 34px; } }

/* reveal・スキップ */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }
.nb { white-space: nowrap; }
.skiplink { position: absolute; left: -9999px; z-index: 100; }
.skiplink:focus { left: 12px; top: 12px; padding: 12px 18px; background: var(--ink); color: var(--paper); font-size: 13px; }
:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: 3px; }
.section--ink :focus-visible { outline-color: var(--paper); }
.h2,.h3,.fv__title{ text-wrap: balance; }
p,li,dd,.lead{ text-wrap: pretty; }
