/* ==============================================================
 * hachi-hunter-sections.css
 *   task-007 FB #4 対応: FV 下を hachi-hunter.net の構造・デザイン・レイアウト完全再現
 *   (2026-08-27 骨組み実装 · 完全再現方針 + プレースホルダー方式)
 *
 * カラー方針: cool-v3 の --lp-* 変数体系を維持 (tarou 明示指示・未撤回)
 *   --lp-cream #fff7df / --lp-paper #fffdf6 / --lp-ink #17130a / --lp-orange #f4a51c
 *   --lp-red #ee2d24 / --lp-yellow #ffd326 / --lp-brown #5f4212
 * 新規追加: LINE 緑 #06C755 のみ
 *
 * ロード位置: index_hachi_hunter_full.html 内 bee-images.css の直後 (最後)
 * 前提: <main class="pattern-b delivery-polish"> · 新規セクションは hh-* prefix
 * ============================================================== */

/* CSS 変数の局所補完 (万一 base で未定義の場合の fallback) */
:root {
  --hh-line-green: #06C755;
  --hh-placeholder-bg: #d4cdb6;
  --hh-placeholder-fg: #5f4212;
  --hh-container-pc: 1080px;
  --hh-container-sp-padding: 20px;
  --hh-section-vpad-pc: 72px;
  --hh-section-vpad-sp: 40px;

  /* Cycle 1 追加: FV 実色に合わせた新変数 (2026-08-27) */
  --hh-navy: #0b253b;       /* FV メインコピー・見出し・帯背景・電話CTA */
  --hh-navy-deep: #082238;  /* FV 位置バッジ相当・darken 版 */
  --hh-teal: #1e5a5a;       /* FV バッジ深緑 (アクセント予備) */
  --hh-sky: #e9f7fb;        /* FV 背景相当 (rgb(233,247,251)) */
  --hh-sky-tint: #f4fafc;   /* Sky を更に淡くしたトーン (section 交互背景) */

  /* teal shift 追加: cool v3 の実測 main accent (2026-08-27) */
  --hh-teal-main: #0a7382;    /* cool v3 100 uses · main accent */
  --hh-teal-deep: #183549;    /* cool v3 123 uses · 濃紺ティール */
  --hh-teal-light: #0A6F73;   /* cool v3 14 uses · サブ teal */
}

/* コンテナ (PC/SP 共通) */
main.pattern-b.delivery-polish .hh-container {
  max-width: var(--hh-container-pc);
  margin: 0 auto;
  padding-left: var(--hh-container-sp-padding);
  padding-right: var(--hh-container-sp-padding);
  box-sizing: border-box;
}

/* セクション共通 vertical padding */
main.pattern-b.delivery-polish section[class*="hh-"],
main.pattern-b.delivery-polish footer.hh-footer {
  padding-top: var(--hh-section-vpad-pc);
  padding-bottom: var(--hh-section-vpad-pc);
  color: var(--lp-ink, #17130a);
}

/* 見出し共通 */
main.pattern-b.delivery-polish .hh-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--hh-navy, #0b253b);
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 20px;
}
main.pattern-b.delivery-polish .hh-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--hh-teal-main, #0a7382);
  border-radius: 2px;
}
main.pattern-b.delivery-polish .hh-title--warning::after,
main.pattern-b.delivery-polish .hh-title--band::after {
  display: none;
}

/* 警告見出し (黄色) */
main.pattern-b.delivery-polish .hh-title--warning {
  background: var(--hh-navy, #0b253b);
  color: var(--lp-yellow, #ffd326);
  padding: 32px 32px;
  font-size: 52px;
  display: inline-block;
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 0 rgba(0,0,0,0.3);
  border-radius: 4px;
  line-height: 1.3;
}

/* 帯タイトル (濃紺) */
main.pattern-b.delivery-polish .hh-title--band {
  background: var(--hh-navy, #0b253b);
  color: #fff;
  padding: 20px;
  font-size: 28px;
  width: 100%;
  box-sizing: border-box;
}

/* ==============================================================
 * (1) 時刻バー
 * ============================================================== */
/* 時刻バー: hachi-hunter 実測値に一致 (2026-08-27 修正)
 * 実測: bg #f4a51c / color #17130a / font-size 53.9px / weight 700 / height 92px / 装飾なし
 * 配置: .hh-cta-block の最上帯として 5 セット反復 */
main.pattern-b.delivery-polish .hh-time-bar {
  background: var(--hh-teal-main, #0a7382);
  color: #fff;
  padding: 18px 20px;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}
main.pattern-b.delivery-polish .hh-time-bar p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
main.pattern-b.delivery-polish .hh-time-bar__time {
  font-size: 54px;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
}
/* CTA-block frame: 全体を 1 セット枠 (teal border) で囲む (2026-08-27 tarou 指示)
 * 「すぐに向かいます」帯 + CTA + 黒 note を **1 つのフレーム** に統合
 * section padding は section 共通の 72px (外側スペース) を活用 */
main.pattern-b.delivery-polish .hh-cta-block {
  background: transparent !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  position: relative;
}
main.pattern-b.delivery-polish .hh-cta-block__staff {
  position: absolute;
  height: 500px;
  width: auto;
  bottom: 52px;
  left: calc(50% - 540px);
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 900px) {
  main.pattern-b.delivery-polish .hh-cta-block__staff { display: none; }
}
main.pattern-b.delivery-polish .hh-cta-block > .hh-time-bar,
main.pattern-b.delivery-polish .hh-cta-block > .hh-container,
main.pattern-b.delivery-polish .hh-cta-block > .hh-cta__note,
main.pattern-b.delivery-polish .hh-cta-block > .hh-cta__frame-bottom {
  max-width: 1080px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-left: 4px solid var(--hh-teal-main, #0a7382);
  border-right: 4px solid var(--hh-teal-main, #0a7382);
  box-sizing: border-box;
}
main.pattern-b.delivery-polish .hh-cta-block > .hh-time-bar {
  border-top: 4px solid var(--hh-teal-main, #0a7382);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
main.pattern-b.delivery-polish .hh-cta-block > .hh-container {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 901px) {
  main.pattern-b.delivery-polish .hh-cta-block > .hh-container {
    padding-left: 420px;
  }
}
main.pattern-b.delivery-polish .hh-cta-block > .hh-cta__note {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 901px) {
  main.pattern-b.delivery-polish .hh-cta-block > .hh-cta__note {
    padding-left: 420px;
  }
}
main.pattern-b.delivery-polish .hh-cta-block > .hh-cta__frame-bottom {
  background: #fff;
  height: 32px;
  border-bottom: 4px solid var(--hh-teal-main, #0a7382);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* ==============================================================
 * (2) お悩み
 * ============================================================== */
/* お悩み: hachi-hunter 実測一致 (2026-08-27 修正)
 * 背景 = 蜂/巣写真 (nest-eaves.png を使用) 半透明白オーバーレイ
 * 見出し = 白+黒縁の画像化風 (画像なしのため text で近似)
 * リスト = 白背景 + 2px 黒細枠 + 大きな黒✓ + 幅 640px 中央寄せ
 * 下部 = 「⚠ 蜂の巣駆除を自分でするのはとても危険です！」黒背景警告バー */
main.pattern-b.delivery-polish .hh-worries {
  position: relative;
  overflow: hidden;
  background: #f0e7d1;  /* fallback base */
}
main.pattern-b.delivery-polish .hh-worries__bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/nest-eaves.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
main.pattern-b.delivery-polish .hh-worries__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 247, 223, 0.72);  /* --lp-cream 系オーバーレイ */
}
main.pattern-b.delivery-polish .hh-worries > .hh-container {
  position: relative;
  z-index: 1;
}
main.pattern-b.delivery-polish .hh-title--worries {
  color: #fff !important;
  font-size: 48px !important;
  text-shadow:
    -3px -3px 0 #17130a, 3px -3px 0 #17130a, -3px 3px 0 #17130a, 3px 3px 0 #17130a,
    0 -3px 0 #17130a, 0 3px 0 #17130a, -3px 0 0 #17130a, 3px 0 0 #17130a,
    0 6px 0 rgba(238, 45, 36, 0.6);
  letter-spacing: 0.05em;
  margin-bottom: 48px !important;
}
main.pattern-b.delivery-polish .hh-title--worries::after {
  display: none;
}
main.pattern-b.delivery-polish .hh-worries__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
  align-items: center;
}
main.pattern-b.delivery-polish .hh-worries__list li {
  background: #fff;
  border: 2px solid #17130a;
  border-radius: 8px;
  padding: 14px 24px 14px 68px;
  font-size: 22px;
  font-weight: 700;
  color: #17130a;
  position: relative;
  display: inline-block;
  min-width: 380px;
  text-align: left;
}
main.pattern-b.delivery-polish .hh-worries__list li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #17130a;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
}
main.pattern-b.delivery-polish .hh-worries__warn {
  margin: 48px auto 0;
  max-width: 900px;
  background: #17130a;
  color: #fff;
  padding: 22px 32px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-worries__warn span {
  color: var(--lp-yellow, #ffd326);
  margin-right: 12px;
  font-size: 28px;
}

/* ==============================================================
 * (3) お任せ帯
 * ============================================================== */
/* お任せ帯: hachi-hunter 実測一致 (2026-08-27 修正)
 * 上部 = オレンジ帯 194px「駆除は九州蜂ハンターにお任せください！」画像化風テキスト
 * 中央下向き三角 (吹出風)
 * 下部 = クリーム背景 + 白カード + 「他社よりも高い場合はご相談ください！」黒帯
 *   + カード内: 左=staff / 右=☑ 3項目チェック (オレンジチェック + 強調赤字) */
main.pattern-b.delivery-polish .hh-omakase {
  background: #fff7df;  /* クリーム base (hachi-hunter 準拠) */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
main.pattern-b.delivery-polish .hh-omakase__banner {
  background: var(--hh-teal-main, #0a7382);
  padding: 32px 24px;
  text-align: center;
  position: relative;
  color: #fff;
}
main.pattern-b.delivery-polish .hh-omakase__banner::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 24px solid var(--hh-teal-main, #0a7382);
}
main.pattern-b.delivery-polish .hh-omakase__banner h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-shadow:
    -2px -2px 0 #17130a, 2px -2px 0 #17130a, -2px 2px 0 #17130a, 2px 2px 0 #17130a,
    0 -2px 0 #17130a, 0 2px 0 #17130a, -2px 0 0 #17130a, 2px 0 0 #17130a,
    0 4px 0 rgba(238, 45, 36, 0.5);
  letter-spacing: 0.02em;
}
main.pattern-b.delivery-polish .hh-omakase__brand {
  color: var(--lp-red, #ee2d24);
}
main.pattern-b.delivery-polish .hh-omakase > .hh-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
main.pattern-b.delivery-polish .hh-omakase__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
main.pattern-b.delivery-polish .hh-omakase__lead {
  margin: 0;
  background: #17130a;
  color: #fff;
  padding: 16px 24px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
main.pattern-b.delivery-polish .hh-omakase__body {
  padding: 24px 32px 32px 336px;
  position: relative;
}
main.pattern-b.delivery-polish .hh-omakase__staff {
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 280px;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  z-index: 2;
}
main.pattern-b.delivery-polish .hh-omakase__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.pattern-b.delivery-polish .hh-omakase__list li {
  font-size: 22px;
  font-weight: 700;
  color: #17130a;
  display: flex;
  align-items: center;
  gap: 12px;
}
main.pattern-b.delivery-polish .hh-omakase__check {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--hh-teal-main, #0a7382);
  font-size: 36px;
  font-weight: 900;
  flex-shrink: 0;
  line-height: 1;
}
main.pattern-b.delivery-polish .hh-omakase__list strong {
  color: var(--hh-teal-main, #0a7382);
  font-size: 30px;
  font-weight: 900;
  margin-left: 4px;
}

/* ==============================================================
 * (4) 警告 + 4 蜂危険度
 * ============================================================== */
/* 警告: hachi-hunter 実測一致 (2026-08-27 修正)
 * dark 全画面背景 + hero photo top + 大黄文字見出し + 4 蜂縦積み交互 + 五角形フレーム */
main.pattern-b.delivery-polish .hh-warning {
  background: #2a2a2a;
  color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
main.pattern-b.delivery-polish .hh-warning__hero {
  height: 420px;
  background-image: linear-gradient(180deg, rgba(20,20,20,0) 60%, rgba(20,20,20,0.85) 100%), url('../images/balcony-nest.png');
  background-size: cover;
  background-position: center;
  filter: grayscale(0.4) brightness(0.85);
  position: relative;
}
main.pattern-b.delivery-polish .hh-warning__title {
  color: var(--lp-yellow, #ffd326);
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  margin: -80px 0 60px;
  position: relative;
  z-index: 1;
  text-shadow: 0 3px 0 #000, 0 6px 20px rgba(0,0,0,0.6);
  letter-spacing: 0.04em;
  line-height: 1.3;
}
main.pattern-b.delivery-polish .hh-warning__bees {
  list-style: none;
  padding: 0 0 80px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
main.pattern-b.delivery-polish .hh-bee-row {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 48px;
  align-items: center;
}
main.pattern-b.delivery-polish .hh-bee-row--reverse {
  grid-template-columns: 1fr 480px;
}
main.pattern-b.delivery-polish .hh-bee-row--reverse .hh-bee-row__image {
  order: 2;
}
main.pattern-b.delivery-polish .hh-bee-row--reverse .hh-bee-row__text {
  order: 1;
}
main.pattern-b.delivery-polish .hh-bee-row__image {
  aspect-ratio: 1 / 1;
  background: #fff;
  background-size: 115%;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);  /* pentagon */
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
main.pattern-b.delivery-polish .hh-bee-row__image[style*="ashinagabachi"] {
  background-size: 140%;
  background-position: 30% 50%;
}
main.pattern-b.delivery-polish .hh-bee-row__text h3 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-bee-row__risk {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
main.pattern-b.delivery-polish .hh-bee-row__risk .hh-star {
  color: #555;
  font-size: 30px;
  margin-left: 4px;
}
main.pattern-b.delivery-polish .hh-bee-row__risk .hh-star--on {
  color: var(--lp-red, #ee2d24);
  text-shadow: 0 2px 6px rgba(238,45,36,0.6);
}
main.pattern-b.delivery-polish .hh-bee-row__text p:last-of-type {
  font-size: 16px;
  line-height: 1.85;
  color: #eee;
  margin: 0;
}
main.pattern-b.delivery-polish .hh-warn-hi {
  color: var(--lp-yellow, #ffd326);
  font-weight: 900;
}

/* ==============================================================
 * (5, 8, 11, 15) 共通 CTA ブロック
 * ============================================================== */
main.pattern-b.delivery-polish .hh-cta-block {
  background: var(--hh-sky, #e9f7fb);
  /* padding は上の time-bar ルールで 0 化 · container 側で 48px 付与 */
}
main.pattern-b.delivery-polish .hh-cta__lead {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: var(--lp-ink, #17130a);
  background: transparent;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto 28px;
  box-shadow: none;
  letter-spacing: 0.05em;
}
main.pattern-b.delivery-polish .hh-cta__lead-bracket {
  color: var(--hh-teal-main, #0a7382);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  transform: skewX(-8deg);
  display: inline-block;
}
main.pattern-b.delivery-polish .hh-cta__lead-bracket--l {
  transform: skewX(-8deg);
}
main.pattern-b.delivery-polish .hh-cta__lead-bracket--r {
  transform: skewX(8deg);
}
main.pattern-b.delivery-polish .hh-cta-block .hh-container {
  text-align: center;
}
main.pattern-b.delivery-polish .hh-cta__buttons {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr;  /* 電話をさらに大きく */
  gap: 16px;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto;
}
main.pattern-b.delivery-polish .hh-cta__sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 900px;
  margin: 16px auto 0;
}
main.pattern-b.delivery-polish .hh-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;
  min-height: 120px;  /* 88 → 120 */
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
main.pattern-b.delivery-polish .hh-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
main.pattern-b.delivery-polish .hh-cta--phone {
  background: var(--hh-navy, #0b253b);
  color: #fff;
  border: 2px solid var(--hh-navy, #0b253b);
  overflow: hidden;
  padding: 20px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-radius: 60px;
  min-height: 96px;
}
main.pattern-b.delivery-polish .hh-cta__phone-icon {
  width: 44px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
main.pattern-b.delivery-polish .hh-cta__phone-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
main.pattern-b.delivery-polish .hh-cta__phone-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #fff;
}
main.pattern-b.delivery-polish .hh-cta__phone-label {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.05em;
}
main.pattern-b.delivery-polish .hh-cta__phone-num {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
main.pattern-b.delivery-polish .hh-cta--mail,
main.pattern-b.delivery-polish .hh-cta--line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  min-height: 64px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-cta--mail {
  background: var(--lp-red, #ee2d24);
}
main.pattern-b.delivery-polish .hh-cta--line {
  background: var(--hh-line-green, #06C755);
}
main.pattern-b.delivery-polish .hh-cta--mail .hh-cta__icon,
main.pattern-b.delivery-polish .hh-cta--line .hh-cta__icon {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
main.pattern-b.delivery-polish .hh-cta--mail .hh-cta__label,
main.pattern-b.delivery-polish .hh-cta--line .hh-cta__label {
  font-size: 18px;
  font-weight: 900;
}
main.pattern-b.delivery-polish .hh-cta__icon svg {
  width: 32px;
  height: 32px;
  display: block;
}
main.pattern-b.delivery-polish .hh-cta__note {
  background: #fff;
  text-align: center;
  padding: 12px 24px;
  margin: 0;
}
main.pattern-b.delivery-polish .hh-cta__note-box {
  display: inline-block;
  background: var(--lp-ink, #17130a);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 12px 28px;
  border-radius: 6px;
}

/* ==============================================================
 * (6) 巣が出る場所
 * ============================================================== */
/* spots: hachi-hunter 実測一致 (2026-08-27 修正)
 * 淡クリーム背景 / 3 列 grid / 各写真上部に黄色タグラベル / 右下に蜂の巣アイコン overlay */
main.pattern-b.delivery-polish .hh-spots {
  background: #fff7df;
}
main.pattern-b.delivery-polish .hh-spots__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #17130a;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 48px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-spots__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
main.pattern-b.delivery-polish .hh-spots__grid li {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: visible;
  border: none;
  background: transparent;
  border-radius: 0;
}
main.pattern-b.delivery-polish .hh-spots__grid > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
main.pattern-b.delivery-polish .hh-spots__tag {
  position: absolute;
  top: -18px;
  left: 12px;
  right: 12px;
  background: var(--lp-yellow, #ffd326);
  color: #17130a;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  letter-spacing: 0.02em;
}
main.pattern-b.delivery-polish .hh-spots__grid li.hh-placeholder-img {
  aspect-ratio: 4 / 3;
  border: 2px dashed #b3a26e;
  background: #efe2b9;
  color: #7a601f;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.pattern-b.delivery-polish .hh-spots__grid li.hh-placeholder-img .hh-placeholder-inner {
  font-size: 14px;
  font-weight: 900;
  color: #7a601f;
}

/* ==============================================================
 * (7) 安くできる理由
 * ============================================================== */
/* costsaver: hachi-hunter 実測一致 (2026-08-27 修正)
 * 黄色背景 (honeycomb 風グラデ) / 白ボックス見出し / 各理由アイコン+強調 / 下部団体写真+吹出し */
main.pattern-b.delivery-polish .hh-costsaver {
  background: var(--lp-cream, #fff7df);
  position: relative;
}
main.pattern-b.delivery-polish .hh-costsaver::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 5% 10%, rgba(255,255,255,0.35) 0%, transparent 40%),
    radial-gradient(circle at 95% 90%, rgba(255,255,255,0.25) 0%, transparent 45%);
  pointer-events: none;
}
main.pattern-b.delivery-polish .hh-costsaver > .hh-container {
  position: relative;
  z-index: 1;
}
main.pattern-b.delivery-polish .hh-costsaver__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #fff;
  border: 3px solid #17130a;
  color: #17130a;
  font-size: 38px;
  font-weight: 900;
  padding: 20px 32px;
  margin: 0 auto 56px;
  display: block;
  max-width: 720px;
  box-shadow: 6px 6px 0 #17130a;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-costsaver__reasons {
  list-style: none;
  padding: 0;
  margin: 0 0 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
main.pattern-b.delivery-polish .hh-costsaver__reasons li {
  background: transparent;
  border-left: none;
  padding: 0 0 24px;
  border-radius: 0;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  align-items: start;
  border-bottom: 3px solid var(--hh-teal-main, #0a7382);
}
main.pattern-b.delivery-polish .hh-costsaver__icon {
  width: 80px;
  height: 80px;
  color: var(--hh-teal-main, #0a7382);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
main.pattern-b.delivery-polish .hh-costsaver__text h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 900;
  color: #17130a;
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
}
main.pattern-b.delivery-polish .hh-costsaver__text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #17130a;
}
main.pattern-b.delivery-polish .hh-cs-hi {
  color: var(--hh-teal-main, #0a7382);
  font-weight: 900;
}
main.pattern-b.delivery-polish .hh-costsaver__foot {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: center;
}
main.pattern-b.delivery-polish .hh-costsaver__team {
  aspect-ratio: 5 / 3;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
main.pattern-b.delivery-polish .hh-costsaver__quote > p {
  background: #fff;
  padding: 12px 20px;
  margin: 0 0 8px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #17130a;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  line-height: 1.5;
}
main.pattern-b.delivery-polish .hh-cs-hi-line strong {
  color: var(--hh-teal-main, #0a7382);
  font-weight: 900;
}
main.pattern-b.delivery-polish .hh-cs-outro {
  background: transparent !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
  margin-top: 16px !important;
  font-size: 16px !important;
  color: #17130a !important;
  display: block !important;
}

/* ==============================================================
 * (9) 選ばれる 4 つの理由
 * ============================================================== */
/* choose (POINT): hachi-hunter 実測一致 (2026-08-27 修正)
 * オレンジ背景 / 4 項目縦積み交互配置 / 大画像 + POINT XX オレンジ + 見出し + 強調説明 */
main.pattern-b.delivery-polish .hh-choose {
  background: #fff7df;
}
main.pattern-b.delivery-polish .hh-choose__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #fff;
  border: 3px solid #17130a;
  color: #17130a;
  font-size: 40px;
  font-weight: 900;
  padding: 20px 32px;
  margin: 0 auto 56px;
  display: block;
  max-width: 720px;
  box-shadow: 6px 6px 0 #17130a;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-choose__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
main.pattern-b.delivery-polish .hh-choose__row {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 48px;
  align-items: center;
}
main.pattern-b.delivery-polish .hh-choose__row--reverse {
  grid-template-columns: 1fr 480px;
}
main.pattern-b.delivery-polish .hh-choose__row--reverse .hh-choose__image {
  order: 2;
}
main.pattern-b.delivery-polish .hh-choose__row--reverse .hh-choose__text {
  order: 1;
}
main.pattern-b.delivery-polish .hh-choose__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
main.pattern-b.delivery-polish .hh-choose__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.pattern-b.delivery-polish .hh-choose__num {
  font-size: 22px;
  font-weight: 900;
  color: var(--hh-teal-main, #0a7382);
  margin: 0 0 6px;
  letter-spacing: 0.08em;
}
main.pattern-b.delivery-polish .hh-choose__text h3 {
  font-size: 34px;
  font-weight: 900;
  color: #17130a;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--hh-teal-main, #0a7382);
  letter-spacing: 0.03em;
  line-height: 1.3;
}
main.pattern-b.delivery-polish .hh-choose__text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #17130a;
}
main.pattern-b.delivery-polish .hh-ch-hi {
  color: var(--lp-red, #ee2d24);
  font-weight: 900;
}

/* ==============================================================
 * (10) 料金
 * ============================================================== */
main.pattern-b.delivery-polish .hh-price {
  background: #fff7df;
}
main.pattern-b.delivery-polish .hh-price__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #17130a;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 48px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-price__card {
  background: #fff !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch !important;
  border: none !important;
}
main.pattern-b.delivery-polish .hh-price__cardhead {
  background: #17130a !important;
  color: #fff !important;
  padding: 14px 20px !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  text-align: center;
  margin: 0 !important;
}
main.pattern-b.delivery-polish .hh-price__market {
  margin: 24px 20px 0;
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 1.3;
  font-weight: 700;
}
main.pattern-b.delivery-polish .hh-price__market-val {
  font-size: 26px;
  font-weight: 900;
  color: #666;
  margin-left: 10px;
}
main.pattern-b.delivery-polish .hh-price__arrow {
  color: var(--hh-teal-main, #0a7382);
  font-size: 44px;
  text-align: center;
  margin: 12px 0 8px;
  line-height: 1;
  font-weight: 900;
}
main.pattern-b.delivery-polish .hh-price__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 4px;
  line-height: 1.3;
}
main.pattern-b.delivery-polish .hh-price__brand-logo {
  height: 66px;
  width: auto;
  display: block;
}
main.pattern-b.delivery-polish .hh-price__brand-nara {
  font-size: 16px;
  color: var(--hh-teal-main, #0a7382);
  font-weight: 900;
}
main.pattern-b.delivery-polish .hh-price__amount {
  text-align: center;
  margin: 0 0 28px !important;
  font-size: 56px !important;
  font-weight: 900 !important;
  color: var(--lp-red, #ee2d24) !important;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: none !important;
}
main.pattern-b.delivery-polish .hh-price__unit {
  font-size: 26px;
  margin-left: 4px;
}
main.pattern-b.delivery-polish .hh-price__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
main.pattern-b.delivery-polish .hh-price__list li {
  background: #fff;
  border: 3px solid var(--hh-navy, #0b253b);
  border-radius: 10px;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  box-shadow: 4px 4px 0 var(--hh-navy, #0b253b);
}
main.pattern-b.delivery-polish .hh-price__list h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: var(--hh-navy, #0b253b);
}
main.pattern-b.delivery-polish .hh-price__amount {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  color: var(--lp-red, #ee2d24);
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 0 rgba(11, 37, 59, 0.15);
}
main.pattern-b.delivery-polish .hh-price__note {
  text-align: center;
  font-size: 14px;
  color: var(--lp-brown, #5f4212);
  margin: 0 0 32px;
}
main.pattern-b.delivery-polish .hh-price__payments {
  background: #fff;
  padding: 40px 32px;
  border-radius: 4px;
  border: none;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
main.pattern-b.delivery-polish .hh-price__pay-title {
  text-align: center;
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 900;
  color: #17130a;
  padding-bottom: 12px;
  border-bottom: 2px solid #17130a;
  display: inline-block;
  min-width: 320px;
}
main.pattern-b.delivery-polish .hh-price__pay-text {
  font-size: 20px;
  font-weight: 700;
  color: #17130a;
  margin: 0 0 20px;
}
main.pattern-b.delivery-polish .hh-price__cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
main.pattern-b.delivery-polish .hh-price__cards li {
  background: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 900;
  color: #17130a;
  min-width: 68px;
  text-align: center;
}
main.pattern-b.delivery-polish .hh-price__payments-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}
main.pattern-b.delivery-polish .hh-price__payments-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 12px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid var(--hh-navy, #0b253b);
}
main.pattern-b.delivery-polish .hh-pay-icon {
  font-size: 40px;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: var(--lp-yellow, #ffd326);
  border-radius: 50%;
  border: 2px solid var(--hh-navy, #0b253b);
}

/* ==============================================================
 * (12) 他社比較
 * ============================================================== */
/* comparison: hachi-hunter 実測一致 (2026-08-27 修正)
 * クリーム背景 / 大黒見出し / セル分離ボックス grid / 自社カラム オレンジ強調 / ○/×/△ symbol */
main.pattern-b.delivery-polish .hh-comparison {
  background: #fff7df;
}
main.pattern-b.delivery-polish .hh-comparison__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #17130a;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 48px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-comparison__grid {
  display: grid;
  grid-template-columns: 1.4fr 1.4fr 1.2fr 1.2fr;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}
main.pattern-b.delivery-polish .hh-comparison__cell {
  background: #fff;
  border: 2px solid #e0d5b3;
  border-radius: 6px;
  padding: 20px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 88px;
}
main.pattern-b.delivery-polish .hh-comparison__cell--empty {
  background: transparent;
  border: none;
  min-height: 0;
  padding: 0;
}
main.pattern-b.delivery-polish .hh-comparison__cell--head {
  background: #fff;
  color: #17130a;
  font-size: 20px;
  font-weight: 900;
  min-height: 68px;
  padding: 16px 12px;
}
main.pattern-b.delivery-polish .hh-comparison__cell--label {
  font-size: 18px;
  font-weight: 900;
  color: #17130a;
  background: transparent;
  border: none;
}
main.pattern-b.delivery-polish .hh-comparison__cell--own {
  background: #fff;
  border: 4px solid var(--hh-teal-main, #0a7382);
  color: #17130a;
}
main.pattern-b.delivery-polish .hh-comparison__cell--own.hh-comparison__cell--head strong {
  color: var(--hh-teal-main, #0a7382);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
}
main.pattern-b.delivery-polish .hh-cmp-mark {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
main.pattern-b.delivery-polish .hh-cmp-mark--o {
  color: var(--hh-teal-main, #0a7382);
}
main.pattern-b.delivery-polish .hh-cmp-mark--x {
  color: #666;
}
main.pattern-b.delivery-polish .hh-cmp-mark--tri {
  color: #666;
}
main.pattern-b.delivery-polish .hh-cmp-val {
  font-size: 16px;
  font-weight: 900;
  color: #17130a;
}
main.pattern-b.delivery-polish .hh-comparison__cell--own .hh-cmp-val {
  color: var(--hh-teal-main, #0a7382);
}

/* ==============================================================
 * (13) 対応エリア
 * ============================================================== */
/* area: hachi-hunter 実測一致 (2026-08-27 修正)
 * クリーム背景 / 大黒見出し / 赤「福岡・佐賀・熊本 エリア対応」/ 九州地図 中央 */
main.pattern-b.delivery-polish .hh-area {
  background: #fff7df;
  text-align: center;
}
main.pattern-b.delivery-polish .hh-area__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #17130a;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 32px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-area__region {
  font-size: 34px;
  color: var(--hh-teal-main, #0a7382);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
}
main.pattern-b.delivery-polish .hh-area__body {
  display: block;
}
main.pattern-b.delivery-polish .hh-area__map {
  aspect-ratio: 4 / 3;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
main.pattern-b.delivery-polish .hh-area__map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ==============================================================
 * (14) お客様の声
 * ============================================================== */
/* voice: hachi-hunter 実測一致 (2026-08-27 修正)
 * クリーム背景 / 大黒見出し / オレンジ 98.7% / 白カード + オレンジラベル + 大アバター右 */
main.pattern-b.delivery-polish .hh-voice {
  background: #fff7df;
}
main.pattern-b.delivery-polish .hh-voice__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #17130a;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 20px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-voice__lead {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: var(--hh-teal-main, #0a7382);
  margin: 0 0 48px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-voice__score {
  font-size: 60px;
  color: var(--lp-red, #ee2d24);
  font-weight: 900;
  margin-left: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
}
main.pattern-b.delivery-polish .hh-voice__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
main.pattern-b.delivery-polish .hh-voice__card {
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 32px 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 20px;
  align-items: start;
}
main.pattern-b.delivery-polish .hh-voice__label {
  display: inline-block;
  background: var(--hh-teal-main, #0a7382);
  color: #fff;
  padding: 4px 24px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 6px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-voice__val {
  font-size: 22px;
  font-weight: 900;
  color: #17130a;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
main.pattern-b.delivery-polish .hh-voice__comment {
  font-size: 14px;
  line-height: 1.85;
  color: #17130a;
  margin: 0;
}
main.pattern-b.delivery-polish .hh-voice__avatar {
  width: 160px !important;
  height: 160px !important;
  border-radius: 50% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #fff !important;
  margin: 8px 0 0 !important;
}
main.pattern-b.delivery-polish .hh-voice__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==============================================================
 * (16) 作業の流れ
 * ============================================================== */
main.pattern-b.delivery-polish .hh-flow {
  background: #fff7df;
}
main.pattern-b.delivery-polish .hh-flow__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #17130a;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 48px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-flow__num {
  position: static !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--hh-teal-main, #0a7382) !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 8px !important;
  display: block !important;
  line-height: 1 !important;
}
main.pattern-b.delivery-polish .hh-flow__num::before {
  display: none !important;
}
main.pattern-b.delivery-polish .hh-flow__step {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.pattern-b.delivery-polish .hh-flow__step h3 {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #17130a !important;
  margin: 0 0 16px !important;
  text-align: center !important;
}
main.pattern-b.delivery-polish .hh-flow__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  margin-bottom: 20px;
}
main.pattern-b.delivery-polish .hh-flow__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.pattern-b.delivery-polish .hh-flow__desc {
  font-size: 14px !important;
  line-height: 1.85 !important;
  color: #17130a !important;
  margin: 0 !important;
  text-align: left !important;
}
main.pattern-b.delivery-polish .hh-flow__arrow {
  color: #17130a !important;
  font-size: 40px !important;
  font-weight: 900 !important;
  align-self: center !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1 !important;
}
main.pattern-b.delivery-polish .hh-flow__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  gap: 16px;
  align-items: start;
}
main.pattern-b.delivery-polish .hh-flow__steps li {
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px 24px;
  position: relative;
  text-align: center;
  border: 3px solid var(--hh-navy, #0b253b);
  box-shadow: 4px 4px 0 var(--hh-navy, #0b253b);
}
main.pattern-b.delivery-polish .hh-flow__num {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--hh-navy, #0b253b);
  color: #fff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  border: 3px solid var(--hh-teal-main, #0a7382);
  box-shadow: 0 4px 10px rgba(11, 37, 59, 0.25);
  line-height: 1;
}
main.pattern-b.delivery-polish .hh-flow__num::before {
  content: "STEP";
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  opacity: 0.85;
}
main.pattern-b.delivery-polish .hh-flow__steps h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  font-weight: 900;
}
main.pattern-b.delivery-polish .hh-flow__steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

/* ==============================================================
 * (17) FAQ
 * ============================================================== */
/* faq: hachi-hunter 実測一致 (2026-08-27 修正)
 * オレンジ背景 / 大黒見出し / Q はオレンジ帯白文字、A はクリーム背景黒文字 / 常時表示 */
main.pattern-b.delivery-polish .hh-faq {
  background: #fff7df;
}
main.pattern-b.delivery-polish .hh-faq__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #17130a;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 48px;
  letter-spacing: 0.03em;
}
main.pattern-b.delivery-polish .hh-faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
main.pattern-b.delivery-polish .hh-faq__item {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}
main.pattern-b.delivery-polish .hh-faq__q {
  margin: 0 0 12px;
  padding: 20px 24px 20px 76px;
  background: var(--hh-teal-main, #0a7382);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
main.pattern-b.delivery-polish .hh-faq__qm {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: var(--hh-teal-main, #0a7382);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
}
main.pattern-b.delivery-polish .hh-faq__a {
  margin: 0;
  padding: 20px 24px 20px 76px;
  background: transparent;
  color: #17130a;
  font-size: 16px;
  line-height: 1.85;
  position: relative;
  font-weight: 500;
}
main.pattern-b.delivery-polish .hh-faq__am {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff;
  color: var(--hh-teal-main, #0a7382);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  border: 3px solid var(--hh-teal-main, #0a7382);
}

/* ==============================================================
 * (18, 20) フォーム 共通
 * ============================================================== */
main.pattern-b.delivery-polish .hh-contact,
main.pattern-b.delivery-polish .hh-partner {
  background: var(--hh-sky, #e9f7fb);
  display: none !important;  /* 2026-08-28 tarou 指示: partner セクション全削除 (PC + SP 共通) */
}
main.pattern-b.delivery-polish .hh-form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--lp-paper, #fffdf6);
  padding: 32px;
  border-radius: 12px;
  border: 2px solid var(--hh-navy, #0b253b);
}
main.pattern-b.delivery-polish .hh-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main.pattern-b.delivery-polish .hh-form label > span {
  font-size: 15px;
  font-weight: 900;
  color: var(--lp-ink, #17130a);
}
main.pattern-b.delivery-polish .hh-form em {
  background: var(--lp-red, #ee2d24);
  color: #fff;
  font-style: normal;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
main.pattern-b.delivery-polish .hh-form input,
main.pattern-b.delivery-polish .hh-form textarea {
  padding: 12px 16px;
  border: 2px solid var(--lp-brown, #5f4212);
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  color: var(--lp-ink, #17130a);
}
main.pattern-b.delivery-polish .hh-form input:focus,
main.pattern-b.delivery-polish .hh-form textarea:focus {
  outline: 3px solid var(--hh-teal-main, #0a7382);
  outline-offset: 2px;
}
main.pattern-b.delivery-polish .hh-form fieldset {
  border: 1px solid var(--lp-brown, #5f4212);
  border-radius: 6px;
  padding: 16px 20px;
}
main.pattern-b.delivery-polish .hh-form legend {
  font-size: 15px;
  font-weight: 900;
  padding: 0 8px;
}
main.pattern-b.delivery-polish .hh-form__inline {
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
  margin-right: 20px;
  display: inline-flex !important;
}
main.pattern-b.delivery-polish .hh-form__submit {
  background: var(--hh-teal-main, #0a7382);
  color: #fff;
  border: 3px solid var(--hh-navy, #0b253b);
  padding: 18px 32px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.15s ease;
}
main.pattern-b.delivery-polish .hh-form__submit:hover {
  transform: translateY(-2px);
}

/* ==============================================================
 * (19) 会社概要
 * ============================================================== */
main.pattern-b.delivery-polish .hh-company {
  background: var(--lp-paper, #fffdf6);
}
main.pattern-b.delivery-polish .hh-company__table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
}
main.pattern-b.delivery-polish .hh-company__table th,
main.pattern-b.delivery-polish .hh-company__table td {
  padding: 14px 16px;
  border: 1px solid var(--lp-brown, #5f4212);
  text-align: left;
  font-size: 15px;
}
main.pattern-b.delivery-polish .hh-company__table th {
  background: var(--lp-cream, #fff7df);
  color: var(--lp-ink, #17130a);
  font-weight: 900;
  width: 30%;
}

/* ==============================================================
 * (20) パートナー募集 リード
 * ============================================================== */
main.pattern-b.delivery-polish .hh-partner__lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto 32px;
  max-width: 700px;
}

/* ==============================================================
 * (21) フッター
 * ============================================================== */
main.pattern-b.delivery-polish .hh-footer {
  background: var(--hh-navy, #0b253b);
  color: var(--lp-cream, #fff7df);
  padding: 40px 20px;
  text-align: center;
}
main.pattern-b.delivery-polish .hh-footer__nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
main.pattern-b.delivery-polish .hh-footer__nav a {
  color: var(--lp-cream, #fff7df);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
main.pattern-b.delivery-polish .hh-footer__nav a:hover {
  color: var(--hh-teal-main, #0a7382);
}
main.pattern-b.delivery-polish .hh-footer__copy {
  margin: 0;
  font-size: 13px;
  color: var(--lp-cream, #fff7df);
  opacity: 0.7;
}

/* ==============================================================
 * SP 固定 CTA バー (PC では非表示 · SP で bottom fixed)
 * ============================================================== */
.hh-sp-fixed-cta {
  display: none;
}

/* ==============================================================
 * プレースホルダー (gray-box)
 * ============================================================== */
main.pattern-b.delivery-polish .hh-placeholder-img {
  background: var(--hh-placeholder-bg);
  color: var(--hh-placeholder-fg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  border: 2px dashed var(--lp-brown, #5f4212);
}
main.pattern-b.delivery-polish .hh-spots__grid li.hh-placeholder-img span {
  position: relative;
  background: transparent;
  color: var(--hh-placeholder-fg);
  padding: 0;
}

/* ==============================================================
 * SP レスポンシブ (max-width: 640px)
 * ============================================================== */
@media (max-width: 640px) {
  main.pattern-b.delivery-polish section[class*="hh-"],
  main.pattern-b.delivery-polish footer.hh-footer {
    padding-top: var(--hh-section-vpad-sp);
    padding-bottom: var(--hh-section-vpad-sp);
  }
  /* 固定バー重なり回避 (旧: main.body セレクタは効かなかった) */
  body:has(main.pattern-b.delivery-polish) {
    padding-bottom: 130px;
  }

  /* HERO SP: 画像自体を 3 CTA なし版 (hero-mobile-shimizu-calm-v2-nocta.png · PIL で下部 crop 済) に差し替え済
   * → CSS では hit area 撤去のみ (人物が見切れる crop 制約は不要) */
  main.pattern-b.delivery-polish .hero-hit-phone-mobile,
  main.pattern-b.delivery-polish .hero-hit-mail-mobile,
  main.pattern-b.delivery-polish .hero-hit-line-mobile {
    display: none !important;
  }
  main.pattern-b.delivery-polish .hh-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  main.pattern-b.delivery-polish .hh-title--warning {
    font-size: 22px;
    padding: 16px 20px;
  }
  main.pattern-b.delivery-polish .hh-title--band {
    font-size: 20px;
  }

  /* (3) お任せ帯 - 縦積み */
  main.pattern-b.delivery-polish .hh-omakase__badges {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* (4) 警告 4 蜂 - 縦積み */
  main.pattern-b.delivery-polish .hh-warning__bees {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* (5, 8, 11, 15) CTA - 縦積み */
  main.pattern-b.delivery-polish .hh-cta__buttons {
    grid-template-columns: 1fr;
  }
  main.pattern-b.delivery-polish .hh-cta__lead {
    font-size: 20px;
  }

  /* (6) 巣が出る場所 - 2 列 */
  /* spots: SP は参考同様 1 列 × 8 段 (1 枚ずつ大きく表示) */
  main.pattern-b.delivery-polish .hh-spots__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* (7) 安くできる理由 - 縦積み */
  main.pattern-b.delivery-polish .hh-costsaver__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main.pattern-b.delivery-polish .hh-costsaver__staff {
    max-width: 280px;
    margin: 0 auto;
    aspect-ratio: 3 / 4;
  }

  /* (9) 選ばれる 4 理由 - 縦積み */
  main.pattern-b.delivery-polish .hh-choose__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* (10) 料金 - 縦積み */
  main.pattern-b.delivery-polish .hh-price__list {
    grid-template-columns: 1fr;
  }

  /* (13) 対応エリア - 縦積み */
  main.pattern-b.delivery-polish .hh-area__body {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  main.pattern-b.delivery-polish .hh-area__map {
    max-width: 345px;
    margin: 0 auto;
  }

  /* (14) お客様の声 - 縦積み */
  main.pattern-b.delivery-polish .hh-voice__grid {
    grid-template-columns: 1fr;
  }

  /* (16) 作業の流れ - 縦積み */
  main.pattern-b.delivery-polish .hh-flow__steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* SP 固定 CTA バー */
  .hh-sp-fixed-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 130px;
    background: var(--lp-paper, #fffdf6);
    border-top: 2px solid var(--lp-ink, #17130a);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  }
  .hh-sp-fixed-cta__phone {
    display: flex;
    width: 100%;
    height: 77px;
    background: var(--hh-teal-main, #0a7382);
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 900;
  }
  .hh-sp-fixed-cta__phone img {
    height: 60px;
    width: auto;
  }
  .hh-sp-fixed-cta__sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 53px;
  }
  .hh-sp-fixed-cta__mail {
    background: var(--lp-red, #ee2d24);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 900;
  }
  .hh-sp-fixed-cta__line {
    background: var(--hh-line-green, #06C755);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 900;
  }

  /* 会社概要 テーブル - SP 縦積み
   * 罠: index.p43c06N6.css に `table { min-width: 760px !important }` が付与済 (Tailwind 系 override) →
   * SP でも 760 px 固定で描画される → 横スクロール発生 → !important 明示で覆う */
  main.pattern-b.delivery-polish .hh-company__table,
  main.pattern-b.delivery-polish .hh-company__table tbody,
  main.pattern-b.delivery-polish .hh-company__table tr {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  main.pattern-b.delivery-polish .hh-company__table th,
  main.pattern-b.delivery-polish .hh-company__table td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 12px;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  /* ==============================================================
   * 2026-08-28 追加: SP 縦積み補完 (横スクロール撲滅 + 肥大化抑制)
   * ============================================================== */

  /* worries list: PC 時の min-width: 380px が SP viewport 375 を超えて overflow → 0 化 */
  main.pattern-b.delivery-polish .hh-worries__list {
    align-items: stretch;
    max-width: 100%;
  }
  main.pattern-b.delivery-polish .hh-worries__list li {
    min-width: 0 !important;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 12px 20px 12px 52px;
  }
  main.pattern-b.delivery-polish .hh-worries__list li::before {
    left: 16px;
    font-size: 24px;
  }
  main.pattern-b.delivery-polish .hh-worries__warn {
    font-size: 16px !important;
    padding: 12px 16px !important;
  }

  /* warning 4蜂: grid 1col + 画像幅制御 + reverse の order を SP でリセット
   * PC は画像↔text 交互配置だが、SP では全 4 個 画像→text 統一 (参考同様) */
  main.pattern-b.delivery-polish .hh-bee-row,
  main.pattern-b.delivery-polish .hh-bee-row--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main.pattern-b.delivery-polish .hh-bee-row--reverse .hh-bee-row__image,
  main.pattern-b.delivery-polish .hh-bee-row--reverse .hh-bee-row__text {
    order: initial !important;
  }
  main.pattern-b.delivery-polish .hh-bee-row__image {
    width: min(280px, 80%);
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }
  /* SP は text もセンター揃え (tarou 指示 2026-08-28) */
  main.pattern-b.delivery-polish .hh-bee-row__text,
  main.pattern-b.delivery-polish .hh-bee-row__text h3,
  main.pattern-b.delivery-polish .hh-bee-row__text p,
  main.pattern-b.delivery-polish .hh-bee-row__risk {
    text-align: center !important;
  }
  main.pattern-b.delivery-polish .hh-bee-row__text h3 {
    font-size: 28px;
  }
  main.pattern-b.delivery-polish .hh-warning__bees {
    gap: 40px;
    padding-bottom: 40px;
  }

  /* choose (POINT 01-04): grid 1col + 画像幅制御 + reverse の order を SP でリセット
   * PC は画像↔text 交互配置 (reverse で order 逆転) だが、SP では全 4 個 画像→text の順統一 (参考同様) */
  main.pattern-b.delivery-polish .hh-choose__row,
  main.pattern-b.delivery-polish .hh-choose__row--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main.pattern-b.delivery-polish .hh-choose__row--reverse .hh-choose__image,
  main.pattern-b.delivery-polish .hh-choose__row--reverse .hh-choose__text {
    order: initial !important;
  }
  main.pattern-b.delivery-polish .hh-choose__image {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  main.pattern-b.delivery-polish .hh-choose__title {
    font-size: 22px;
    padding: 12px 16px;
    margin-bottom: 32px;
    max-width: 100%;
    box-shadow: 4px 4px 0 #17130a;
  }
  main.pattern-b.delivery-polish .hh-choose__list {
    gap: 32px;
  }

  /* costsaver: __foot 縦積み + team img 幅制御 */
  main.pattern-b.delivery-polish .hh-costsaver__foot {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main.pattern-b.delivery-polish .hh-costsaver__team {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  /* 時刻バー: 2 行構成 · 上「XX時XX分 現在」(24px 均一) 下「直ぐに向かいます！」(28px 大) */
  main.pattern-b.delivery-polish .hh-time-bar {
    padding: 18px 16px 16px;
  }
  main.pattern-b.delivery-polish .hh-time-bar p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.15;
    margin: 0;
  }
  main.pattern-b.delivery-polish .hh-time-bar__row {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
  }
  main.pattern-b.delivery-polish .hh-time-bar__time {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    letter-spacing: 0.02em;
  }
  main.pattern-b.delivery-polish .hh-time-bar__msg {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.02em;
  }

  /* CTA phone pill: SP 用コンパクト化 · 参考同様に「電話でお問い合わせ」1 行のみ (電話番号は SP hide) */
  main.pattern-b.delivery-polish .hh-cta--phone {
    padding: 14px 20px;
    min-height: 52px;
    gap: 10px;
    border-radius: 40px;
  }
  main.pattern-b.delivery-polish .hh-cta__phone-icon {
    width: 26px;
    height: 26px;
  }
  main.pattern-b.delivery-polish .hh-cta__phone-body {
    align-items: center;
    gap: 0;
  }
  main.pattern-b.delivery-polish .hh-cta__phone-label {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #fff;
  }
  main.pattern-b.delivery-polish .hh-cta__phone-num {
    display: none;
  }

  /* CTA mail / line: SP 用コンパクト化 + 3段縦積み (参考同様) */
  main.pattern-b.delivery-polish .hh-cta--mail,
  main.pattern-b.delivery-polish .hh-cta--line {
    min-height: 52px;
    padding: 12px 20px;
    font-size: 15px;
    gap: 10px;
    border-radius: 40px;
  }
  main.pattern-b.delivery-polish .hh-cta--mail .hh-cta__icon,
  main.pattern-b.delivery-polish .hh-cta--line .hh-cta__icon {
    font-size: 22px;
  }
  main.pattern-b.delivery-polish .hh-cta__sub {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* CTA block container: PC の staff 用 padding-left を SP でリセット */
  main.pattern-b.delivery-polish .hh-cta-block > .hh-container {
    padding-left: var(--hh-container-sp-padding, 20px);
    padding-right: var(--hh-container-sp-padding, 20px);
  }
  /* note bar: 参考同様に フル幅黒バー + 左テキスト 2 行 + 右 staff 顔画像 */
  main.pattern-b.delivery-polish .hh-cta-block > .hh-cta__note {
    padding-left: var(--hh-container-sp-padding, 20px);
    padding-right: var(--hh-container-sp-padding, 20px);
    position: relative;
    min-height: 80px;
    text-align: left;
  }
  main.pattern-b.delivery-polish .hh-cta__note-box {
    display: block;
    background: #17130a;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 14px 20px;
    border-radius: 4px;
    line-height: 1.5;
    min-height: 60px;
    box-sizing: border-box;
  }
  /* CTA block staff: PC と同じ「teal frame 上に立ち姿 overlay」ロジックを SP に 2 倍で適用
   * PC は height 500 bottom 52 · SP は 190 bottom 40 (CTA block 高さ ~683 内でバランス取り) */
  main.pattern-b.delivery-polish .hh-cta-block__staff {
    display: block !important;
    position: absolute !important;
    right: 8px !important;
    bottom: 40px !important;
    left: auto !important;
    height: 190px !important;
    width: 136px !important;
    max-width: 136px;
    object-fit: cover;
    object-position: top center;
    z-index: 5;
    pointer-events: none;
  }

  /* omakase staff: SP でも復元 (参考: list 右下に inline スタッフ 100px 相当)
   * 罠: PC 用 padding-left: 336px が SP でも継承 → list 内部要素が右端に飛ぶ → 明示 0 化 */
  main.pattern-b.delivery-polish .hh-omakase__body {
    position: relative;
    display: block;
    padding: 20px 16px !important;
  }
  main.pattern-b.delivery-polish .hh-omakase__staff {
    display: block !important;
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
    top: auto !important;
    left: auto !important;
    width: 90px !important;
    height: 90px !important;
    max-height: 90px !important;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
    border: 2px solid var(--hh-teal-main, #0a7382);
    z-index: 2;
  }
  main.pattern-b.delivery-polish .hh-omakase__list {
    padding-right: 100px;
  }
  main.pattern-b.delivery-polish .hh-omakase__banner h2 {
    font-size: 22px;
  }
  /* omakase list: block parent 内で幅 0 化 (PC 定義の float or grid の副作用) を明示 100% で解消 */
  main.pattern-b.delivery-polish .hh-omakase__list {
    width: 100%;
    align-items: stretch;
  }
  main.pattern-b.delivery-polish .hh-omakase__list li {
    font-size: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main.pattern-b.delivery-polish .hh-omakase__check {
    width: 28px !important;
    height: 28px !important;
    font-size: 24px !important;
  }
  main.pattern-b.delivery-polish .hh-omakase__list strong {
    font-size: 20px !important;
  }

  /* voice グリッド: card 内 2col (comment + avatar 右上) を SP でも維持 (avatar 縮小) */
  main.pattern-b.delivery-polish .hh-voice__card {
    grid-template-columns: 1fr 80px !important;
    padding: 18px 16px;
    gap: 12px;
  }
  main.pattern-b.delivery-polish .hh-voice__avatar {
    width: 80px !important;
    height: 80px !important;
    font-size: 20px !important;
    margin: 0 !important;
  }
  main.pattern-b.delivery-polish .hh-voice__val {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  main.pattern-b.delivery-polish .hh-voice__title {
    font-size: 22px;
  }
  main.pattern-b.delivery-polish .hh-voice__lead {
    font-size: 15px;
  }
  main.pattern-b.delivery-polish .hh-voice__score {
    font-size: 32px !important;
  }

  /* flow 4STEP: img 縮小 + step 余白詰め */
  main.pattern-b.delivery-polish .hh-flow__step {
    padding: 0 !important;
  }
  main.pattern-b.delivery-polish .hh-flow__img {
    max-width: 200px;
    margin: 0 auto 16px !important;
  }
  main.pattern-b.delivery-polish .hh-flow__title {
    font-size: 24px !important;
    margin-bottom: 32px !important;
  }
  main.pattern-b.delivery-polish .hh-flow__arrow {
    display: none !important;
  }

  /* price 2x2: SP は 1col */
  main.pattern-b.delivery-polish .hh-price__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* partner: SP は現状維持 (hide しない · tarou 追加判断待ち) */

  /* comparison: SP 4col + 「九州蜂ハンター」を横書きで折り返し + font 圧縮
   * 罠: PC grid が template-columns 220 1fr 1fr 1fr で 220 固定が SP で潰れると縦書き化する
   * → SP は 90px 1fr 1fr 1fr の均等分割で label 列を短く · content は break-all で折り返す */
  main.pattern-b.delivery-polish .hh-comparison__grid {
    grid-template-columns: 90px 1fr 1fr 1fr !important;
    gap: 4px !important;
  }
  main.pattern-b.delivery-polish .hh-comparison__cell {
    font-size: 11px !important;
    padding: 6px 4px !important;
    writing-mode: horizontal-tb !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
    min-width: 0 !important;
    max-width: 100% !important;
    text-align: center;
    line-height: 1.3 !important;
  }
  main.pattern-b.delivery-polish .hh-comparison__cell--label {
    font-size: 11px !important;
    padding: 6px 4px !important;
  }
  main.pattern-b.delivery-polish .hh-comparison__cell--head strong,
  main.pattern-b.delivery-polish .hh-comparison__cell--own strong {
    font-size: 11px !important;
    display: block;
    line-height: 1.15;
    word-break: break-all !important;
    writing-mode: horizontal-tb !important;
  }
  main.pattern-b.delivery-polish .hh-cmp-mark {
    font-size: 14px !important;
    display: block;
    line-height: 1;
  }
  main.pattern-b.delivery-polish .hh-cmp-val {
    font-size: 10px !important;
    display: block;
    line-height: 1.2;
    word-break: break-all !important;
  }
  main.pattern-b.delivery-polish .hh-comparison__title {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }

  /* costsaver: 各項目 padding 圧縮 · 3項目が 1viewport に近い密度に */
  main.pattern-b.delivery-polish .hh-costsaver__title {
    font-size: 22px !important;
    padding: 12px 16px !important;
    margin-bottom: 24px !important;
    box-shadow: 4px 4px 0 #17130a;
  }
  main.pattern-b.delivery-polish .hh-costsaver__item {
    margin-bottom: 20px !important;
  }
  main.pattern-b.delivery-polish .hh-cs-hi-line {
    font-size: 16px !important;
  }
  main.pattern-b.delivery-polish .hh-costsaver__quote > p {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }

  /* choose (POINT 01-04): POINT 見出しをコンパクト化 */
  main.pattern-b.delivery-polish .hh-choose__row h3,
  main.pattern-b.delivery-polish .hh-choose__text h3 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
  main.pattern-b.delivery-polish .hh-choose__text p {
    font-size: 14px !important;
  }

  /* price 4カード: カード内 padding 圧縮 · 2 カード/viewport に近づく */
  main.pattern-b.delivery-polish .hh-price__item {
    padding: 12px 14px !important;
  }
  main.pattern-b.delivery-polish .hh-price__title {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }
  main.pattern-b.delivery-polish .hh-price__row {
    padding: 12px 14px !important;
  }
  main.pattern-b.delivery-polish .hh-price__base {
    font-size: 13px !important;
  }
  main.pattern-b.delivery-polish .hh-price__our {
    font-size: 24px !important;
  }
  /* 「九州蜂ハンター なら」ロゴを 2.5 倍 (32 → 80px) · 4 か所 (アシナガ/スズメ/ミツ/クマ) 自動反映 */
  main.pattern-b.delivery-polish .hh-price__brand-logo {
    height: 80px !important;
  }

  /* warning bee 見出し */
  main.pattern-b.delivery-polish .hh-warning__title {
    font-size: 26px !important;
  }
  main.pattern-b.delivery-polish .hh-warning__hero {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    background-size: cover !important;
  }

  /* onayami 見出し */
  main.pattern-b.delivery-polish .hh-worries__title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }

  /* SP 固定 CTA バー: img 撤去した HTML と一致させる */
  .hh-sp-fixed-cta__phone {
    padding: 0 16px;
  }
  .hh-sp-fixed-cta__phone-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .hh-sp-fixed-cta__phone-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1;
  }
  .hh-sp-fixed-cta__phone-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .hh-sp-fixed-cta__phone-num {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    letter-spacing: 0.02em;
  }
}
