/* ===== Design Tokens ===== */
:root {
  --paper:       #FFFFFF;
  --amber:       #F9C270;
  --amber-soft:  #FFF3DC;
  --amber-line:  #F3DCAE;
  --accent:      #ea5504;
  --cta:         #ed6D1f;
  --cta-d:       #d85e12;
  --price:       #ff5f94;
  --ink:         #595757;
  --ink-d:       #403E3E;
  --ink-m:       #8C8784;
  --line:        #EFE7DC;
  --photo:       #d8d3ca;
  --col:         430px;
  --seed:  'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', system-ui, sans-serif;
  --body:  'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', system-ui, sans-serif;
  --hand:  'Yusei Magic', 'Zen Maru Gothic', cursive;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
html { scroll-behavior: smooth; }
#plan-shooting, #plan-omairi { scroll-margin-top: 80px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

@media (max-width: 767.98px) {
  html, body { background: var(--paper); }}

/* ===== Base ===== */
body {
  background: #FCF6EC;
  color: var(--ink);
  font-family: var(--body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px;
  word-break: normal;
  overflow-wrap: break-word;
}

.col {
  max-width: var(--col);
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  overflow: hidden;
  container-type: inline-size;
  container-name: col;
}

@media (min-width: 768px) {
  .col {
    box-shadow: 0 0 60px rgba(170,130,70,.16);
  }}
@media (max-width: 767.98px) {
  .col { max-width: 100%; }}

.pad {
  padding-left:  clamp(20px, 5vw, 40px);
  padding-right: clamp(20px, 5vw, 40px);
  background: var(--paper);
}

.pad--2 {
  padding-left:  clamp(20px, 5vw, 40px);
  padding-right: clamp(20px, 5vw, 40px);
  background: var(--paper);
  padding-bottom: clamp(44px, 9vw, 64px);
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.logo-img img { height: 100%; width: auto; max-width: 100%; object-fit: contain; }

/* ===== Hero（写真＋丸バッジオーバーレイ） ===== */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 900 / 1507;
  overflow: visible;
  background: var(--photo);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 写真上に丸バッジ（絶対配置） */
.hero-stats {
  position: absolute;
  bottom: -44px;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  gap: clamp(7px, 2vw, 12px);
  padding: 0 clamp(14px, 4vw, 32px);
  z-index: 5;
}

.hero-stats-img {
  position: absolute;
  /* bottom: clamp(-86px, -24cqi, -64px); */
  bottom:clamp(-25px, -10cqi, -40px);
  left: 50%;
  transform: translateX(-50%);
  /* width: calc(100% - clamp(8px, 3vw, 24px)); */
  width: 100%;
  max-width: 820px;
  height: auto;
  z-index: 5;
}

.stat-circle {
  position: relative;
  flex: 1;
  max-width: clamp(108px, 31vw, 134px);
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,.08), 0 0 0 2.5px rgba(249,194,112,.45);
}

/* ===== FV コンテンツ（写真の下・白地） ===== */
.fv-content {
  background: var(--paper);
  text-align: center;
  padding-top: clamp(46px, 17vw, 42px);
  padding-bottom: clamp(28px, 6vw, 40px);
}

/* 実績バッジ */
.s-label {
  display: block;
  font-size: clamp(12px, 3.4cqi, 15px);
  font-weight: 700;
  color: var(--ink-m);
  line-height: 1.3;
  white-space: nowrap;
}

.s-value {
  position: relative;
  width: 100%;
  font-family: var(--seed);
  font-weight: 900;
  color: var(--ink-d);
  font-size: clamp(26px, 7.5cqi, 34px);
  line-height: 1.05;
  margin-top: 2px;
}
.s-value--num em { font-size: clamp(22px, 6.6cqi, 27px); letter-spacing: -.03em; }

.s-value em {
  font-style: normal;
  color: var(--accent);
  display: block;  text-align: center;
  margin-bottom: 4px;
}
.s-unit {
  display: block;
  text-align: center;  font-size: clamp(12px, 3.2cqi, 14px);
  font-weight: 700;
  line-height: 1.2;
}

.stat-circle dt,
.stat-circle dd { margin: 0; padding: 0; }
.s-value em .man { font-size: clamp(13px, 3.6cqi, 16px); }

.fv-heading .nana {
  color: var(--price);
}

.fv-l1, .fv-l2, .fv-l3 { display: block; }

.fv-l2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2.5cqi, 16px);
  margin: 4px 0 2px;
}
.fv-l2 .brand {
  position: relative;
  white-space: nowrap;
  color: var(--accent);
  font-size: 1.5em;
  letter-spacing: .02em;
}
.fv-l2 .spark {
  width: clamp(16px, 5cqi, 26px);
  height: clamp(16px, 5cqi, 26px);
  fill: var(--amber);
  flex-shrink: 0;
}

/* 特典チップ */
.fv-feats {
  list-style: none;
  margin: clamp(20px, 5vw, 28px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2.5cqi, 16px);
}
.fv-feats li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(12px, 3.4cqi, 15px);
  color: var(--accent);
  white-space: nowrap;
}
.fv-feats .ff-icon {
  width: clamp(30px, 9cqi, 40px);
  height: clamp(30px, 9cqi, 40px);
  flex-shrink: 0;
  background: #fbe6ee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.fv-feats .ff-icon img { width: 66%; height: 66%; object-fit: contain; }
.fv-feats .ff-icon svg { width: 64%; height: 64%; }
.fv-feats .mo { color: var(--ink-m); font-weight: 500; font-size: .85em; }

/* すべて込み リボン */
.fv-ribbon-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 clamp(14px, 3.5vw, 20px);
}
.fv-laurel.left { transform: scaleX(-1); }
.fv-ribbon {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(20px, 6.2cqi, 30px);
  color: var(--accent);
  white-space: nowrap;
  letter-spacing: .02em;
}
/* 蟍光マーカー風下線 */
.fv-ribbon::after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: 2px;
  height: 38%;
  z-index: -1;
  background: rgba(249, 194, 112, .55);
  border-radius: 3px;
}

/* 限定特典の訴求 */
.fv-promo {
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(14px, 4cqi, 18px);
  color: var(--ink-d);
  line-height: 1.6;
  margin: 0;
}
.fv-promo .hl {
  color: var(--accent);
  padding: 0 2px;
}
.fv-promo .sl { color: var(--accent); font-weight: 700; margin: 0 4px; }
.fv-close {
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(16px, 4.6cqi, 21px);
  color: var(--ink-d);
  margin: 0 0 clamp(22px, 5vw, 30px);
}

.fv-heading {
  font-family: var(--seed);
  font-weight: 700;
  color: var(--ink-d);
  font-size: clamp(20px, 5.2cqi, 34px);
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: clamp(14px, 3vw, 18px);
}

.fv-lead .hl {
  color: var(--accent);
  font-weight: 700;
}

/* CTA ボックス */
.fv-cta {
  background: transparent;
  padding: 0;
  text-align: center;
}

.btn-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  padding: 14px 14px 16px;
  background: var(--cta);
  color: #fff;
  font-family: var(--seed);
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 0 var(--cta-d), 0 12px 22px rgba(237,109,31,.28);
  transition: transform .13s, box-shadow .13s;
  cursor: pointer;
  border: none;
  animation: ctaFloat 1.9s ease-in-out infinite;
}

.btn-primary .btn-sub {
  font-size: clamp(13px, 3.4cqi, 15px);
  font-weight: 700;
  opacity: .85;
  letter-spacing: .06em;
}

.btn-primary .btn-main {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(16px, 4.3cqi, 20px);
}

.btn-primary:hover, .btn-primary:focus-visible {
  transform: translateY(3px);
  box-shadow: 0 3px 0 var(--cta-d), 0 6px 14px rgba(237,109,31,.30);
  outline: none;
}

.btn-primary svg { width: 20px; height: 20px; flex-shrink: 0; }

.cta-note {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-m);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.cta-note svg { width: 14px; height: 14px; color: var(--accent); }

/* ===== 料金プランセクション ===== */
.plans {
  background: #fffeeb;
  padding-top: 2em;
  padding-bottom: clamp(44px, 9vw, 64px);
}

.plans-eyebrow {
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(16px, 4.4cqi, 19px);
  color: var(--ink-d);
  line-height: 1.55;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 6px;
}

.plans-eyebrow::before, .plans-eyebrow::after {
  content: '';
  width: 2px; height: 20px;
  background: var(--amber);
  border-radius: 2px;
  transform: rotate(var(--r, 22deg));
}
.plans-eyebrow::before { --r: -22deg; }

.plans-title {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(20px, 5.6cqi, 27px);
  color: var(--ink-d);
  line-height: 1.5;
  text-align: center;
}
.plans-title .nana { color: var(--price); }

.plans-wrap {
  background: #ffd2d7;
  border-radius: 20px;
  padding: clamp(14px, 3.5vw, 20px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 2em;
}

.plans-subtitle {
  text-align: center;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(16px, 4.6cqi, 19px);
  color: var(--ink-d);
  line-height: 1.7;
  margin-bottom: 6px;
}
.plans-subtitle strong { font-weight: 900; color: var(--ink-d); }

.plan-card {
  background: var(--paper);
  border-radius: 16px;
  padding: clamp(18px, 4vw, 24px);
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

.plan-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  background: var(--amber-soft);
  border: 1px solid var(--amber-line);
  color: var(--ink-d);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 4px 13px;
  border-radius: 999px;
}

.plan-name {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(18px, 5cqi, 22px);
  color: var(--ink-d);
  text-align: center;
  margin-bottom: 8px;
}

.plan-desc {
  font-size: clamp(14px, 4cqi, 16px);
  line-height: 1.8;
  color: var(--ink-m);
  text-align: center;
  margin-bottom: 18px;
}

.plan-original {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-m);
  margin-bottom: 4px;
}

.plan-original del {
  font-size: 16px;
}

.plan-original small {
  font-size: 12px;
  display: block;
  margin-top: 2px;
  color: var(--ink-m);
}

.plan-arrow {
  text-align: center;
  font-size: 18px;
  color: var(--amber);
  margin: 8px 0;
  line-height: 1;
}

.plan-promo {
  background: #f0e6d3;
  border: 1px solid var(--amber-line);
  border-radius: 8px;
  text-align: center;
  font-family: var(--seed);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-d);
  padding: 9px;
  margin-bottom: 12px;
}

.plan-price-sub {
  text-align: center;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-d);
  line-height: 1.7;
  margin-bottom: 4px;
}

.plan-price-main {
  text-align: center;
  font-family: var(--seed);
  font-weight: 900;
  color: var(--price);
  font-size: clamp(44px, 13cqi, 64px);
  line-height: 1;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}

.plan-price-main .unit { font-size: clamp(22px, 6cqi, 28px); margin-left: 2px; }
.plan-price-main .prefix { font-size: clamp(18px, 5cqi, 22px); color: var(--ink-d); }
.plan-price-main .yen-stack {
  position: relative;
  display: inline-block;
}
.plan-price-main .yen-stack .ts {
  position: absolute;
  bottom: 50%;
  left: 60%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: var(--price);
  line-height: 1;
  margin-bottom: 1px;
}

.plan-price-tax {
  text-align: center;
  font-size: 12px;
  color: var(--price);
  font-weight: 700;
  margin-bottom: 16px;
}

.plan-note {
  font-size: 12px;
  color: var(--ink-m);
  line-height: 1.9;
  margin: 1em 0;
}

.plan-includes {
  border-top: 1px solid var(--line);
  margin-top: 4px;
}

.plan-includes > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(14px, 4cqi, 16px);
  color: var(--ink-d);
  padding: 14px 2px;
  -webkit-tap-highlight-color: transparent;
}

.plan-includes > summary::-webkit-details-marker { display: none; }

.summary-icon {
  width: 22px; height: 22px;
  border-radius: 5px;
  background: var(--photo);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-icon img,
.summary-icon svg { width: 100%; height: 100%; object-fit: contain; }

.plan-includes > summary .chev {
  margin-left: auto;
  width: 18px; height: 18px;
  color: var(--accent);
  transition: transform .25s ease;
  flex-shrink: 0;
}

.plan-includes[open] > summary .chev { transform: rotate(180deg); }

.plan-includes-body { padding-bottom: 16px; }

.plan-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.plan-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(11px, 3.3cqi, 15px);
  font-weight: 700;
  color: var(--ink-d);
  min-width: 0;
  line-height: 1.4;
  padding: 11px 4px;
  border-bottom: 1px solid var(--line);
}

.plan-tag:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 10px; }
.plan-tag:nth-child(even) { padding-left: 12px; }

.plan-tag-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  background: var(--photo);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-tag-icon img,
.plan-tag-icon svg { width: 100%; height: 100%; object-fit: contain; }

/* ===== 商品付き新パックセクション ===== */
.plan-tag-icon, .pack-tag-icon, .summary-icon, .pack-select-icon,
.premium-feat-icon, .plan-includes > summary .s-ico,
.pack-includes > summary .s-ico, .premium-includes > summary .s-ico {
  background: transparent !important;
}

.packs {
  background: #fffeeb;
  
}

.packs-title .hl { color: var(--accent); }
.packs-title {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(20px, 5.6cqi, 27px);
  color: var(--ink-d);
  line-height: 1.5;
  text-align: center;
  /* margin-bottom: clamp(28px, 6vw, 40px); */
}

.pack-card {
  background: #f3ede3;
  border-radius: 20px;
  padding: clamp(16px, 4vw, 22px);
  margin-bottom: clamp(28px, 6vw, 40px);
}

.pack-card:last-child { margin-bottom: 0; }

.pack-numrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.pack-num {
  flex-shrink: 0;
  width: 60px;
  align-self: flex-start;
  margin-top: calc(-1 * clamp(16px, 4vw, 22px));
  background: var(--cta);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--seed);
  font-weight: 700;
  line-height: 1.1;
  padding: 11px 0 18px;
  border-radius: 0 0 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}

.pack-num .lab { font-size: 10px; letter-spacing: .06em; }
.pack-num .no { font-size: 24px; font-weight: 900; margin-top: 2px; }

.pack-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pack-pill {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--paper);
  border: 1px solid var(--amber-line);
  border-radius: 999px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(11.5px, 3.2cqi, 15px);
  color: var(--ink-d);
  padding: 9px clamp(.7em, 2.6vw, 1em);
}

.pack-pill .pill-icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.pack-pill .pill-icon img, .pack-pill .pill-icon svg { width: 100%; height: 100%; object-fit: contain; }

@media (max-width: 360px) {
  .pack-pill {
    font-size: clamp(10.5px, 3cqi, 13px);
    padding: 7px .6em;
  }
  .pack-pill .pill-icon { width: 15px; height: 15px; }}

@container col (max-width: 430px) {
  .pack-numrow:not(.pack-numrow--single) {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .pack-numrow:not(.pack-numrow--single) .pack-num { align-self: flex-start; }
  .pack-numrow:not(.pack-numrow--single) .pack-pills { width: 100%; justify-content: center; }}

.pack-name {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(18px, 5cqi, 22px);
  color: var(--ink-d);
  text-align: center;
  margin-bottom: 8px;
}

.pack-desc {
  font-size: clamp(14px, 4cqi, 16px);
  line-height: 1.8;
  color: var(--ink-m);
  text-align: center;
  margin-bottom: 16px;
}

.pack-photo {
  width: auto;
  margin-left: calc(-1 * clamp(16px, 4vw, 22px));
  margin-right: calc(-1 * clamp(16px, 4vw, 22px));
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: clamp(16px, 4cqi, 22px);
}
.pack-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pack-pricebox {
  background: var(--paper);
  border-radius: 16px;
  padding: clamp(18px, 4vw, 24px) clamp(14px, 3.5vw, 20px);
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  margin-bottom: 14px;
}

.pack-promo {
  display: block;
  width: fit-content;
  margin: 0 auto 14px;
  background: #ddd4c5;
  border-radius: 999px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: 12.5px;
  color: var(--ink-d);
  padding: 7px 20px;
}

.pack-price {
  text-align: center;
  font-family: var(--seed);
  font-weight: 900;
  color: var(--price);
  font-size: clamp(40px, 12cqi, 58px);
  line-height: 1;
  letter-spacing: -.02em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.pack-price .yen { font-size: clamp(20px, 5.5cqi, 26px); }
.pack-price .yen-stack {
  position: relative;
  display: inline-block;
}
.pack-price .yen-stack .ts {
  position: absolute;
  bottom: 50%;
  left: 55%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  color: var(--price);
  line-height: 1;
  margin-bottom: 1px;
}

.pack-price-incl {
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--price);
  margin-top: 6px;
}

.pack-notes {
  font-size: 12px;
  color: var(--ink-m);
  line-height: 1.9;
  margin-bottom: 6px;
}

/* アコーディオン（パック用） */
.pack-includes {
  background: var(--paper);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.pack-includes > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(14px, 4cqi, 16px);
  color: var(--ink-d);
  padding: 14px 16px;
  -webkit-tap-highlight-color: transparent;
}

.pack-includes > summary::-webkit-details-marker { display: none; }

.pack-includes > summary .s-ico {
  width: 22px; height: 22px;
  border-radius: 5px;
  background: var(--photo);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.pack-includes > summary .s-ico img,
.pack-includes > summary .s-ico svg { width: 100%; height: 100%; object-fit: contain; }

.pack-includes > summary .chev {
  margin-left: auto;
  width: 18px; height: 18px;
  color: var(--accent);
  transition: transform .25s ease;
  flex-shrink: 0;
}
.pack-includes[open] > summary .chev { transform: rotate(180deg); }

.pack-includes-body { padding: 0 16px 16px; }

.pack-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.note-mark { font-size: .72em; font-weight: 700; vertical-align: top; }

.pack-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(11px, 3.3cqi, 15px);
  font-weight: 700;
  color: var(--ink-d);
  min-width: 0;
  line-height: 1.4;
  padding: 11px 4px;
  border-bottom: 1px solid var(--line);
}

.pack-tag:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 10px; }
.pack-tag:nth-child(even) { padding-left: 12px; }

.pack-tag-icon {
  width: 30px; height: 30px;
  flex-shrink: 0;
  background: var(--photo);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}
.pack-tag-icon img, .pack-tag-icon svg { width: 100%; height: 100%; object-fit: contain; }

.pack-select {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 4px 0;
  font-size: clamp(12.5px, 3.7cqi, 15px);
  font-weight: 700;
  color: var(--ink-d);
  line-height: 1.5;
}

.pack-select-icon {
  width: 30px; height: 30px;
  flex-shrink: 0;
  background: var(--photo);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}
.pack-select-icon img, .pack-select-icon svg { width: 100%; height: 100%; object-fit: contain; }

.pack-select-badge {
  flex-shrink: 0;
  background: #ddd4c5;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 13px;
}

.pack-select b { color: var(--price); }

.pack-subnotes {
  font-size: 11px;
  color: var(--ink-m);
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 14px;
}

/* 選べる商品一例（1枚画像） */
.pack-example {
  margin-top: 14px;
}

.pack-example-img {
  width: 100%;
  aspect-ratio: 47 / 21;
  background: var(--amber-soft);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pack-example-img img { width: 100%; height: 100%; object-fit: cover; }
.pack-example-img--basic { aspect-ratio: 900 / 750; background: var(--paper); }
.pack-example-img--basic img { object-fit: contain; }
.pack-example-img--unique { aspect-ratio: 900 / 652; background: var(--paper); }
.pack-example-img--unique img { object-fit: contain; }
.pack-example-img span {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  color: rgba(89,87,87,.4);
  letter-spacing: .04em;
}

/* ===== ベーシックパック（決定版・グレー背景） ===== */
.premium {
  background: #f6eaf1;
}
.premium-wrap {
  padding: 0 clamp(20px, 5vw, 40px) clamp(16px, 3vw, 22px);
}

.premium-title {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(21px, 6cqi, 28px);
  color: var(--ink-d);
  line-height: 2.1;
  text-align: center;
  margin-bottom: clamp(22px, 5vw, 30px);
  padding-top: clamp(42px, 9vw, 45px);  
}

.premium-title .ln { display: inline-block; white-space: nowrap; }
.premium-title .hl {
  position: relative;
  display: inline-block;
  background: var(--price);
  color: #fff;
  padding: .02em .32em;
  border-radius: 0;
  margin: 0 .12em;
}
.premium-title .hl::after {
  content: '';
  position: absolute;
  top: -.62em;
  right: -.62em;
  width: 1.05em;
  height: 1.05em;
  background: url("/lp/shichigosan/images/2026/icons/icon_22_burst_pink.png") no-repeat center / contain;
  pointer-events: none;
}

.premium-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 18px;
  background: var(--paper);
  border: 1.5px solid var(--amber);
  border-radius: 999px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(12px, 3.2cqi, 14px);
  color: var(--ink-d);
  padding: 9px 22px;
}

.premium-badge .b-icon {
  width: 20px; height: 20px;
  border-radius: 4px;
  background: transparent;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.premium-badge .b-icon img, .premium-badge .b-icon svg { width: 100%; height: 100%; object-fit: contain; }

.premium-name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2vw, 18px);
  margin-bottom: 2px;
}
.premium-garland {
  width: clamp(30px, 9cqi, 52px);
  height: auto;
  flex-shrink: 0;
}
.premium-garland.left { transform: scaleX(-1); }

.premium-name {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(17px, 4.6cqi, 26px);
  color: var(--ink-d);
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}
.premium-name-en {
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(11px, 3cqi, 13px);
  letter-spacing: .14em;
  color: var(--ink-m);
  text-align: center;
  margin-top: 0;
}

.premium-desc {
  font-size: clamp(11px, 3.3cqi, 16px);
  line-height: 1.8;
  color: var(--ink-d);
  text-align: center;
  white-space: nowrap;
  margin-bottom: clamp(20px, 4.5vw, 28px);
  margin-top: clamp(12px, 3vw, 16px);
}
.premium-desc::before { content: '＼ '; color: var(--ink-m); }
.premium-desc::after { content: ' ／'; color: var(--ink-m); }

.premium-pricebox {
  background: var(--paper);
  border-radius: 18px;
  padding: clamp(24px, 6vw, 34px) clamp(16px, 4vw, 24px) clamp(22px, 5vw, 30px);
  box-shadow: 0 6px 22px rgba(0,0,0,.12);
}
.premium-pricebox .premium-badge { margin-top: 0; }

.premium-price {
  text-align: center;
  font-family: var(--seed);
  font-weight: 900;
  color: var(--price);
  font-size: clamp(40px, 12cqi, 58px);
  line-height: 1;
  letter-spacing: -.02em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.premium-price .yen { font-size: clamp(20px, 5.5cqi, 26px); }
.premium-price .yen-stack {
  position: relative;
  display: inline-block;
}
.premium-price .yen-stack .ts {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  color: var(--price);
  line-height: 1;
  margin-bottom: 1px;
}

/* 税込行を税抜価格の右端に揃える */
.price-end-align {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
.price-end-align .pack-price-incl,
.price-end-align .premium-price-incl,
.price-end-align .plan-price-tax {
  text-align: right;
}

.premium-price-incl {
  text-align: center;
  font-size: 12.5px;  font-weight: 700;
  color: var(--price);
  margin-top: 6px;
}

.premium-divider {
  border: none;
  border-top: 1px dashed var(--amber-line);
  margin: clamp(18px, 4vw, 24px) 0;
}

.premium-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-bottom: 16px;
}

.premium-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(14px, 4.2cqi, 17px);
  font-weight: 700;
  color: var(--ink-d);
  line-height: 1.5;
  padding: 0 4px;
}

.premium-feat:first-child { border-right: 1px solid var(--line); }
.premium-feat:last-child { padding-left: 10px; }

.premium-feat-icon {
  width: 26px; height: 26px;
  flex-shrink: 0;
  background: var(--photo);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}
.premium-feat-icon img, .premium-feat-icon svg { width: 100%; height: 100%; object-fit: contain; }
.pf-text { position: relative; white-space: nowrap; }
.premium-feat small {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  white-space: nowrap;
  font-size: 10.5px;
  color: var(--ink-m);
  font-weight: 700;
}

/* 決定版アコーディオン（白） */
.premium-includes {
  background: var(--paper);
  border-radius: 12px;
  margin-top: 14px;
  overflow: hidden;
}

.premium-includes > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(14px, 4cqi, 16px);
  color: var(--ink-d);
  padding: 14px 16px;
  -webkit-tap-highlight-color: transparent;
}

.premium-includes > summary::-webkit-details-marker { display: none; }

.premium-includes > summary .s-ico {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--photo);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.premium-includes > summary .s-ico img, .premium-includes > summary .s-ico svg { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }

.premium-includes > summary .chev {
  margin-left: auto;
  width: 18px; height: 18px;
  color: var(--accent);
  transition: transform .25s ease;
  flex-shrink: 0;
}
.premium-includes[open] > summary .chev { transform: rotate(180deg); }

.premium-includes-body { padding: 0 16px 16px; }

.premium-tag-accent { color: var(--accent) !important; }

/* 特典セクション */
.bonus {
  background: #f6eaf1;
  padding: 0 clamp(20px, 5vw, 40px) clamp(42px, 9vw, 60px);
}

.bonus-head .lab {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(16px, 4.4cqi, 19px);
  color: var(--ink-d);
  flex-shrink: 0;
}

.bonus-card {
  background: var(--paper);
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(0,0,0,.12);
  position: relative;
  overflow: hidden;
}

.bonus-image {
  width: 100%;
  aspect-ratio: 900 / 996;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.bonus-image img { width: 100%; height: 100%; object-fit: contain; }
.bonus-image span {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  color: rgba(89,87,87,.45);
  line-height: 1.6;
}

/* 締めの安心文 */
.closing {
  background: var(--paper);
}

.closing p {
  font-size: 13px;
  line-height: 2.0;
  color: var(--ink);
}

/* 斜めの訂正線（全del共通） */
del {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
del::after {
  content: '';
  position: absolute;
  left: -3%; right: -3%; top: 50%;
  height: 2px;
  background: var(--accent);
  transform: rotate(-11deg);
  pointer-events: none;
}

/* ===== 7月限定キャンペーン（旧・コメントアウトのため未使用） ===== */
.benefits {
  background: var(--paper);
  /* padding: clamp(8px, 2vw, 14px) 0 clamp(20px, 5vw, 30px); */
  padding: clamp(8px, 2vw, 14px) 0 0;
}
.benefit-img-card {
  position: relative;
  margin-bottom: 0;
  font-size: 0;
}
.benefit-header-img { font-size: 0; }
.benefit-header-img img { width: 100%; height: auto; display: block; }
.benefit-img-card:last-child { margin-bottom: 0; }
.benefit-img-card img { width: 100%; height: auto; display: block; }
.benefit-img-btn {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: 88%;
  max-width: 360px;
  z-index: 2;
  transition: transform .14s, filter .14s;
}
.benefit-img-btn img { width: 100%; height: auto; display: block; }
.benefit-img-btn:hover { transform: translate(-50%, -2px); filter: brightness(1.04); }

/* ===== 7月限定キャンペーン（目立つ） ===== */
.campaign {
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 32%),
    linear-gradient(160deg, #ff7dac 0%, #ff5f94 100%);
  padding: clamp(20px, 5vw, 30px) clamp(20px, 5vw, 40px) clamp(46px, 9vw, 64px);
  position: relative;
  overflow: hidden;
}

.campaign::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-55deg, rgba(255,255,255,.05) 0 2px, transparent 2px 20px);
  pointer-events: none;
}

.campaign-ribbon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto clamp(8px, 2vw, 12px);
  background: #fff;
  color: var(--price);
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(13px, 3.6cqi, 16px);
  letter-spacing: .06em;
  padding: 8px 22px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}
.campaign-ribbon::before, .campaign-ribbon::after {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--price);
  flex-shrink: 0;
}

.campaign-title {
  position: relative;
  z-index: 1;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(26px, 8cqi, 38px);
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: clamp(22px, 5vw, 32px);
  text-shadow: 0 2px 12px rgba(170,30,80,.32);
}
.campaign-title .yen-accent {
  display: inline-block;
  background: var(--price);
  color: #fff;
  border-radius: 8px;
  padding: 0 .2em;
  transform: rotate(-2deg);
}

.benefit-card {
  position: relative;
  z-index: 1;
  background: var(--paper);
  border-radius: 18px;
  padding: clamp(18px, 4vw, 24px);
  box-shadow: 0 8px 22px rgba(120,40,0,.22);
  margin-bottom: 16px;
}
.benefit-card:last-child { margin-bottom: 0; }

.benefit-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.benefit-badge {
  flex-shrink: 0;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--price);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--seed);
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 4px 10px rgba(255,95,148,.4);
}
.benefit-badge .t { font-size: 12px; }
.benefit-badge .n { font-size: 17px; font-weight: 900; }

.benefit-name {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(17px, 4.8cqi, 21px);
  color: var(--ink-d);
  line-height: 1.4;
}

.benefit-pricerow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 4vw, 24px);
}

.benefit-from { text-align: left; }
.bp-label { font-size: 12px; font-weight: 700; color: var(--ink-m); margin-bottom: 2px; }
.bp-old {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-m);
  line-height: 1.4;
}
.bp-old del { font-family: var(--seed); font-weight: 900; font-size: clamp(24px, 7cqi, 32px); color: var(--ink-d); margin: 0 2px; }
.bp-old small { display: block; font-size: 11px; color: var(--ink-m); }

.benefit-arrow { font-size: 20px; color: var(--ink-m); flex-shrink: 0; }

.benefit-to {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(48px, 15cqi, 66px);
  color: var(--price);
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.benefit-to .yen { font-size: clamp(18px, 5cqi, 24px); color: var(--ink-d); }

.benefit-off {
  text-align: center;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(40px, 13cqi, 56px);
  color: var(--price);
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.benefit-off .unit { font-size: clamp(15px, 4cqi, 19px); color: var(--ink-d); }

.benefit-note {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-m);
  margin-top: 10px;
}

/* ===== スタイルギャラリー ===== */
.gallery {
  background: var(--paper);
  padding: clamp(11px, 5vw, 30px)  clamp(20px, 5vw, 40px);
}

.gallery-title {
  position: relative;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(18px, 5cqi, 23px);
  color: var(--ink-d);
  line-height: 1.6;
  margin-bottom: clamp(20px, 4.5vw, 28px);
  text-align: center;
}
.gallery-title .em { color: var(--accent); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: clamp(18px, 4vw, 24px);
}
.gallery-cell {
  aspect-ratio: 2 / 3;
  background: var(--photo);
  border-radius: 8px;
  overflow: hidden;
}
.gallery-cell img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.gallery-desc {
  font-size: clamp(14px, 4cqi, 16px);
  line-height: 1.7;
  color: var(--ink-d);
  margin-bottom: clamp(20px, 4.5vw, 26px);
}

.btn-banner {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: transform .15s, filter .15s;
}
.btn-banner img { width: 100%; height: auto; display: block; }
.btn-banner:hover { transform: translateY(-2px); filter: brightness(1.03); }

/* ===== こだわりヘアセット ===== */
.haircare {
  background: var(--paper);
  padding: clamp(14px, 2vw, 24px) clamp(20px, 5vw, 40px);
}

.haircare-eyebrow,
.styleGallery-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(12px, 3.2cqi, 14px);
  letter-spacing: .14em;
  color: var(--accent);
  margin-bottom: 8px;
}
.haircare-eyebrow::before,
.haircare-eyebrow::after,
.styleGallery-eyebrow::before, 
.styleGallery-eyebrow::after {
  content: '';
  width: 22px;
  height: 1.5px;
  background: var(--accent);
  opacity: .55;
}

.haircare-title {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(19px, 5.2cqi, 24px);
  color: var(--ink-d);
  text-align: center;
  line-height: 1.5;
  margin-bottom: clamp(14px, 3vw, 18px);
}
.haircare-title .em { color: var(--accent); }

.haircare-desc {
  text-align: center;
  font-size: clamp(14px, 4cqi, 16px);
  line-height: 1.9;
  color: var(--ink-d);
  margin-bottom: clamp(20px, 4.5vw, 26px);
}

.haircare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: clamp(20px, 4.5vw, 26px);
}
.haircare-cell {
  position: relative;
  aspect-ratio: 2 / 3;
  background: #b3aea9;
  border-radius: 14px;
  overflow: hidden;
}
.haircare-cell.wide {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}
.haircare-cell img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.haircare-cell .tag {
  position: absolute;
  left: 10px; bottom: 10px;
  background: rgba(255,255,255,.9);
  color: var(--ink-d);
  font-family: var(--seed);
  font-weight: 700;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 999px;
}

/* ===== お客様の声（リピート率） ===== */
.voice {
  padding: clamp(42px, 9vw, 60px) 0;
}

.voice-title {
  font-family: var(--seed);
  font-weight: 900;
  letter-spacing: -.03em;
  font-size: clamp(20px, 5.6cqi, 26px);
  color: var(--ink-d);
  line-height: 1.55;
  text-align: center;
}
.voice-title .pct { color: var(--accent); font-size: 1.35em; font-weight: 900; }

.voice-item { margin-bottom: clamp(28px, 6vw, 40px); }
.voice-item:last-child { margin-bottom: 0; }

.voice-note {
    margin-bottom: clamp(20px, 7vw, 45px);
    padding: 0 1.5em;
    line-height: 1.2;
    text-align:center;
}

/* カルーセル */
.voice-carousel { 
  position: relative;
  padding: 0 clamp(20px, 5vw, 40px);
}
.voice-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0;
  cursor: grab;
}
.voice-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.voice-track.dragging .voice-item { pointer-events: none; }
.voice-track::-webkit-scrollbar { display: none; }
.voice-track .voice-item {
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: center;
  padding: 0 4px;
}
.voice-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: clamp(18px, 4vw, 24px);
}
.voice-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--line);
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.voice-dot[aria-current="true"] { background: var(--accent); transform: scale(1.25); }

/* PC\u7528\u77e2\u5370\uff08\u30db\u30d0\u30fc\u53ef\u80fd\u306a\u30dd\u30a4\u30f3\u30bf\u30fc\u7aef\u672b\u306e\u307f\uff09 */
.voice-arrow { display: none; }
@media (hover: hover) and (pointer: fine) and (min-width: 600px) {
  .voice-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: var(--paper);
    color: var(--accent);
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
    cursor: pointer;
    z-index: 3;
    transition: background .15s, transform .15s, opacity .15s;
  }
  .voice-arrow:hover { background: var(--accent); color: #fff; }
  .voice-arrow:disabled { opacity: 0; pointer-events: none; }
  .voice-arrow.prev { left: 10px; }
  .voice-arrow.next { right: 10px; }
  .voice-arrow svg { width: 22px; height: 22px; }}

.voice-photo {
  width: clamp(170px, 56vw, 230px);
  aspect-ratio: 1;
  margin: 0 auto clamp(14px, 3vw, 18px);
  border-radius: 50%;
  background: var(--photo);
  overflow: hidden;
}
.voice-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.voice-text {
  font-size: clamp(14px, 4cqi, 16px);
  line-height: 1.9;
  color: var(--ink);
  text-align: center;
}

.voice-author {
  text-align: center;
  font-size: clamp(12px, 3.4cqi, 14px);
  font-weight: 700;
  color: var(--ink-m);
  margin-top: 10px;
}

/* ===== 七五三なんでも相談会 ===== */
.consult {
  --accent: #f6eaf1;
  --cta: #f6eaf1;
  --cta-d: #e2cdd9;
  background: #f4dee6;
  padding: clamp(42px, 9vw, 60px) clamp(20px, 5vw, 40px);
}

.consult-title {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(18px, 5cqi, 23px);
  color: var(--ink-d);
  text-align: center;
  line-height: 1.55;
  margin-bottom: clamp(20px, 4.5vw, 28px);
}
.consult-title .em { color: var(--accent); }
.consult-title .big { font-size: 1.18em; }

.consult-panel {
  background: var(--paper);
  border-radius: 20px;
  padding: clamp(24px, 6vw, 34px) clamp(18px, 4.5vw, 26px) clamp(28px, 6vw, 36px);
  box-shadow: 0 8px 26px rgba(180,127,148,.16);
}
.consult-panel-title {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(18px, 5cqi, 23px);
  color: #d49cb0;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 clamp(18px, 4vw, 24px);
}
.consult-panel-title .big { font-size: 1.18em; white-space: nowrap; }

.consult-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #d8d3ce;
  border-radius: 14px;
  margin-bottom: clamp(20px, 4.5vw, 26px);
  overflow: hidden;
}
.consult-photo img { width: 100%; height: 100%; object-fit: cover; }

.consult-rec {
  background: var(--paper);
  border: none;
  border-radius: 14px;
  padding: clamp(4px, 1.5vw, 8px) 0 0;
  margin-bottom: 0;
}

.consult-rec-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: clamp(10px, 2.5vw, 16px) auto clamp(16px, 3.5vw, 20px);
  background: #d49cb0;
  color: #fff;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(16px, 4.4cqi, 19px);
  line-height: 1;
  padding: 12px 26px;
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(255,255,255,.9);
}
.consult-rec-head::before, .consult-rec-head::after {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.consult-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-d);
  line-height: 1.6;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.consult-check:last-child { border-bottom: none; padding-bottom: 0; }
.consult-check svg {
  width: 20px; height: 20px;
  color: #d49cb0;
  flex-shrink: 0;
  margin-top: 1px;
}

.consult-reassure {
  font-size: clamp(14px, 3.8cqi, 16px);
  line-height: 1.95;
  color: var(--ink);
  margin-top: clamp(26px, 6vw, 36px);
  margin-bottom: clamp(22px, 5vw, 30px);
}

.consult-daily {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(13px, 3.6cqi, 15px);
  color: var(--ink-m);
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.consult-daily::before,
.consult-daily::after {
  content: '';
  flex: 0 0 auto;
  width: clamp(20px, 7vw, 34px);
  height: 1.5px;
  background: currentColor;
  opacity: .5;
}
.consult-daily .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(234,85,4,.5);
  animation: dailyPulse 1.8s ease-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .consult-daily .dot { animation: none; }}
@keyframes dailyPulse {
  0% { box-shadow: 0 0 0 0 rgba(234,85,4,.45); }
  70% { box-shadow: 0 0 0 7px rgba(234,85,4,0); }
  100% { box-shadow: 0 0 0 0 rgba(234,85,4,0); }
}

.consult-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 18px;
  background: #d49cb0;
  border: 2px solid #fff;
  border-radius: 999px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(15px, 4cqi, 17px);
  color: #fff;
  box-shadow: 0 6px 16px rgba(180,127,148,.35);
  transition: filter .13s;
}
.consult-cta:hover { filter: brightness(1.05); }
.consult-cta svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ===== ご来店〜お写真選び 5ステップ ===== */
.steps {
  background: var(--paper);
}

.steps-lead {
  text-align: center;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(13px, 3.6cqi, 15px);
  color: var(--accent);
  margin-bottom: 8px;
}
.step-wrap {
  padding: 0 clamp(20px, 5vw, 40px) clamp(42px, 9vw, 60px);

}

.steps-title {
  text-align: center;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(20px, 5.6cqi, 26px);
  color: var(--ink-d);
  line-height: 1.45;
  margin-bottom: clamp(26px, 6vw, 36px);
}
.steps-title .num {
  color: var(--accent);
  font-size: 1.5em;
  margin: 0 .05em;
}

.step-card {
  background: #ece8e3;
  border-radius: 20px;
  padding: clamp(18px, 4vw, 24px);
  margin-bottom: 16px;
}
.step-card:last-child { margin-bottom: 0; }

.step-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.step-no {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--seed);
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-name {
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(16px, 4.4cqi, 19px);
  color: var(--ink-d);
}

.step-img {
  margin-bottom: .5em;
}
.step-img img {
  border-radius: 16px;
}
.step-text {
  font-size: clamp(14px, 4cqi, 16px);
  line-height: 1.85;
  color: var(--ink);
}
.step-text + .step-text { margin-top: 10px; }

/* ===== よくある質問（アコーディオン） ===== */
.faq {
  background: var(--paper);
  padding: clamp(20px, 5vw, 30px) clamp(20px, 5vw, 40px) clamp(42px, 9vw, 60px);
}

.faq-title {
  text-align: center;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(20px, 5.6cqi, 26px);
  color: var(--ink-d);
  margin-bottom: clamp(20px, 4.5vw, 28px);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-of-type { border-top: 1px solid var(--line); }

.faq-item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ece8e3;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(15px, 4.2cqi, 17px);
  color: var(--ink-d);
  line-height: 1.5;
  padding: 16px;
  margin: 12px 0 0;
  border-radius: 8px;
  -webkit-tap-highlight-color: transparent;
}
.faq-item > summary::-webkit-details-marker { display: none; }

.faq-item > summary .q {
  font-family: var(--seed);
  font-weight: 900;
  color: var(--accent);
  flex-shrink: 0;
}

.faq-item > summary .chev {
  margin-left: auto;
  width: 18px; height: 18px;
  color: var(--ink-m);
  transition: transform .25s ease;
  flex-shrink: 0;
}
.faq-item[open] > summary .chev { transform: rotate(180deg); }

.faq-answer {
  font-size: clamp(14px, 4cqi, 16px);
  line-height: 1.9;
  color: var(--ink);
  padding: 14px 16px 4px;
}

/* ===== 会社概要フッター ===== */
.company {
  background: #595757;
  padding: clamp(42px, 9vw, 60px) clamp(20px, 5vw, 40px) clamp(30px, 6vw, 42px);
}

.company-title {
  text-align: center;
  font-family: var(--body);
  font-size: clamp(19px, 5.2cqi, 24px);
  color: #fff;
  margin-bottom: clamp(20px, 4.5vw, 28px);
}

.company-dl {
  font-size: 14px;
  line-height: 2.1;
  color: rgba(255,255,255,.9);
  margin: 0 auto clamp(20px, 4.5vw, 28px);
  width: fit-content;
}
.company-dl div { display: flex; gap: 6px; }
.company-dl dt { font-weight: 700; white-space: nowrap; }
.company-dl dd { margin: 0; }

.company-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 0 auto;
  background: var(--paper);
  border-radius: 999px;
  padding: 12px 28px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-d);
}
.company-more svg { width: 15px; height: 15px; color: var(--accent); }

.copyright {
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,.55);
  margin-top: clamp(26px, 6vw, 36px);
}

/* ===== 中間CTA帯 ===== */
@keyframes ctaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.cta-fv-section {
  background: var(--paper);
  padding: clamp(36px, 8vw, 52px) clamp(20px, 5vw, 40px);
  text-align: center;
}
.cta-band {
  /* background: var(--cta); */
  padding: 1em clamp(20px, 5vw, 40px);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    rgba(255,255,255,.04) 0px,
    rgba(255,255,255,.04) 2px,
    transparent 2px,
    transparent 18px
  );
  pointer-events: none;
}

.btn-primary-inv {
  animation: ctaFloat 1.9s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  padding: 14px 14px 16px;
  background: #fff;
  color: var(--cta);
  font-family: var(--seed);
  font-weight: 900;
  border-radius: 50px;
  box-shadow: 0 6px 0 rgba(0,0,0,.15), 0 12px 24px rgba(0,0,0,.18);
  transition: transform .13s, box-shadow .13s;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.btn-primary-inv .btn-sub {
  font-size: clamp(13px, 3.4cqi, 15px);
  font-weight: 700;
  color: var(--cta);
  opacity: .85;
  letter-spacing: .06em;
}

.btn-primary-inv .btn-main {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(17px, 4.6cqi, 21px);
}

.btn-primary-inv:hover {
  animation-play-state: paused;
  transform: translateY(3px);
  box-shadow: 0 3px 0 rgba(0,0,0,.15), 0 6px 14px rgba(0,0,0,.18);
}

.btn-primary-inv svg { width: 20px; height: 20px; flex-shrink: 0; }

.cta-band-note {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.cta-band-note svg { width: 14px; height: 14px; }

/* ===== 4つの秘密セクション ===== */
.secrets {
  background: var(--paper);
  padding-top: clamp(25px, 8vw, 50px);
  padding-bottom: clamp(44px, 9vw, 64px);
}

.sec-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(20px, 5.4cqi, 26px);
  letter-spacing: .1em;
  color: var(--accent);
  margin-bottom: 14px;
}

.sec-eyebrow::before, .sec-eyebrow::after {
  content: '';
  height: 1.5px;
  width: 20px;
  background: var(--amber);
  border-radius: 2px;
}

.sec-title {
  font-family: var(--seed);
  font-weight: 900;
  color: var(--ink-d);
  font-size: clamp(19px, 5cqi, 28px);
  line-height: 1.6;
  text-align: center;
  /* margin-bottom: clamp(32px, 7vw, 48px); */
}

.sec-title .qt { color: var(--accent); }

/* PCとSPでのみ改行、タブレットは改行なし */
.br-no-tab { display: inline; }
@media (min-width: 431px) and (max-width: 767.98px) {
  .br-no-tab { display: none; }}

/* PCでのみ改行、SPでは自然折り返し */
.br-pc { display: none; }
@media (min-width: 768px) {
  .br-pc { display: inline; }
  .br-sp { display: none; }}

/* タブレット域（431〜767px）でのみ改行 */
.br-tab { display: none; }
@media (min-width: 431px) and (max-width: 767.98px) {
  .br-tab { display: inline; }}

.secret-list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 9vw, 56px);
}

.secret-item { text-align: center; }

.secret-photo-wrap {
  position: relative;
  margin-top: 25px;
}

.secret-badge {
  position: absolute;
  top: -22px;
  left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f08437;
   border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  line-height: 1;
}
.secret-badge .bn {
  font-family: var(--seed);
  font-weight: 900;
  font-size: 40px;
  color: #fff;
}

.secret-head {
  font-family: var(--seed);
  font-weight: 700;
  color: var(--ink-d);
  font-size: clamp(16px, 4.4cqi, 22px);
  line-height: 1.55;
  text-align: center;
  margin-top: clamp(18px, 4.5vw, 26px);
  margin-bottom: 18px;
  padding-bottom: 14px;
  position: relative;
}
.secret-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: var(--accent);
}

.secret-head .qt { color: var(--accent); }

.secret-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.secret-photo span {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  color: rgba(89,87,87,.4);
  letter-spacing: .04em;
}

.secret-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  text-align: left;
}

.secret-body p + p { margin-top: 10px; }

.btn-outline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 18px;
  padding: 15px 38px;
  background: var(--paper);
  color: var(--accent);
  font-family: var(--seed);
  font-weight: 700;
  font-size: clamp(14px, 3.8cqi, 16px);
  border: 2px solid var(--accent);
  border-radius: 12px;
  transition: background .13s;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

.btn-outline:hover { background: var(--amber-soft); }
.btn-outline svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; flex-shrink: 0; }
.btn-outline .bo-text { flex: 0 1 auto; }

/* 和装だけでなく洋装も楽しめる */
.shichigosan-dress {
  margin-bottom: 1em;
}


/* ===== 共感セクション ===== */
.empathy {
  background: var(--paper);
  padding-top: clamp(44px, 9vw, 64px);
  padding-bottom: clamp(44px, 9vw, 64px);
  border-top: 1px solid var(--line);
}
.empathy-hero-wrap {
  position: relative;
  margin: calc(-1 * clamp(44px, 9vw, 64px)) calc(-1 * clamp(20px, 5vw, 40px)) 0;
  padding: 0 clamp(20px, 5vw, 40px);
}

.empathy-head-img-wrap {
  margin: 0 calc(-1 * clamp(20px, 5vw, 40px));
  position: relative;
}
.empathy-head-img {
  width: 100%;
  height: auto;
  display: block;
}

.empathy-head {
  text-align: center;
  font-family: var(--seed);
  font-weight: 700;
  color: var(--ink-d);
  font-size: clamp(16px, 4.4cqi, 23px);
  line-height: 1.7;
  margin-bottom: clamp(28px, 6vw, 40px);
}

.empathy-head .qt { color: var(--ink-m); font-weight: 700; }
.empathy-head em { font-style: normal; color: var(--accent); }

.worry-list {
  position: absolute; 
  left: 0;
  right: 0;
  top: 72cqi;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 22px);
  margin: 0;    
  padding: 0 .5em;
}

@media (min-width: 431px) and (max-width: 768px) {
  .worry-list {
    top: 80cqi;
    padding: 0 3em;
  }
}



.worry-card {
  display: flex;
  align-items: center;
  gap: 14px;
}
.worry-card:nth-child(even) { flex-direction: row-reverse; }

.worry-photo {
  width: clamp(64px, 18vw, 82px);
  height: clamp(64px, 18vw, 82px);
  flex-shrink: 0;
  background: var(--photo);
  border-radius: 50%;
  border: 2.5px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  overflow: hidden;
}
.worry-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.worry-photo--w3 img { object-position: 30% center; }

.worry-text {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  background: var(--paper);
  border: 1.5px solid var(--amber-line);
  border-radius: 16px;
  font-size: clamp(14px, 3.8cqi, 16px);
  font-weight: 700;
  color: var(--ink-d);
  line-height: 1.7;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
/* 吹き出しの尻尾（アバター側を指す） */
.worry-text::before,
.worry-text::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 9px solid transparent;
}
.worry-card:nth-child(odd) .worry-text::before {
  left: -18px;
  border-right-color: var(--amber-line);
}
.worry-card:nth-child(odd) .worry-text::after {
  left: -15px;
  border-right-color: var(--paper);
}
.worry-card:nth-child(even) .worry-text::before {
  right: -18px;
  border-left-color: var(--amber-line);
}
.worry-card:nth-child(even) .worry-text::after {
  right: -15px;
  border-left-color: var(--paper);
}

.arrow-down {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: clamp(60px, 16vw, 96px) auto clamp(2px, 0.5vw, 4px);
  font-size: 22px;
  color: var(--ink-m);
  line-height: 1;
}

.solve-panel {
  position: relative;
  background: var(--paper);
  margin-left: calc(-1 * clamp(20px, 5vw, 40px));
  margin-right: calc(-1 * clamp(20px, 5vw, 40px));
  /* padding: clamp(28px, 6vw, 40px) clamp(20px, 5vw, 40px) clamp(30px, 7vw, 44px); */
   margin-top: clamp(16px, 4vw, 24px);
  margin-bottom: calc(-1 * clamp(44px, 9vw, 64px));
}

.solve-head {
  text-align: center;
  font-family: var(--seed);
  font-weight: 900;
  font-size: clamp(19px, 5.2cqi, 28px);
  color: var(--ink-d);
  line-height: 1.55;
  margin-bottom: clamp(18px, 4vw, 24px);
}

.solve-head .brand { color: var(--accent); }

.solve-lead {
  font-size: 16px;
  line-height: 2.0;
  color: var(--ink);
  text-align: center;
}

/* ===== fixed bottom nav ===== */
.fixbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.fixbar-inner {
  width: 100%;
  max-width: var(--col);
  display: flex;
  gap: 7px;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(170,130,70,.14);
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .fixbar-inner { max-width: 100%; }}

.fixbar-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 11px;
  font-family: var(--seed);
  font-weight: 700;
  padding: 10px 4px;
  line-height: 1.2;
  transition: opacity .13s;
}

.fixbar-btn:active { opacity: .75; }
.fixbar-btn svg { width: 18px; height: 18px; }
.fixbar-btn span { font-size: clamp(10.5px, 2.8cqi, 13px); white-space: nowrap; }

.fixbar-btn--web    { background: var(--cta); color: #fff; box-shadow: 0 4px 0 var(--cta-d); flex: 1.3; }
.fixbar-btn--soudan { background: #fff; color: var(--accent); border: 1.5px solid var(--amber); }
.fixbar-btn--tel    { background: var(--amber-soft); color: var(--ink-d); border: 1px solid var(--amber-line); }
