/* ==========================================================================
   はちみつカテゴリ（/c/honey）LP用CSS
   ・みかんゼリーカテゴリ（jelly-style-new.css）のデザインを踏襲し、配色をはちみつ色に変更
   ・サイト共通部分（ヘッダー・商品一覧など）に影響しないよう、すべて #honey-lp 内に限定
   ・設置先：https://mikan.itembox.cloud/item/css/honey-style.css
   ========================================================================== */

#honey-lp {
  --main-color: #b86b00;      /* 見出し・ボタン（白文字とのコントラストを確保） */
  --main-hover: #9a5800;
  --honey-color: #e8a317;     /* 装飾（線・点・バッジ） */
  --accent-color: #ffe2a8;    /* 枠線・淡い装飾 */
  --bg-color: #fffaf0;        /* 淡い背景 */
  --text-main: #333333;
  --text-light: #666666;
  --border-color: #e9e2d6;
  --white: #ffffff;
  --leaf-color: #5d8a3a;      /* みかんの葉（在庫ありバッジ） */

  max-width: 1000px;
  margin: 0 auto;
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: var(--text-main);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

#honey-lp *,
#honey-lp *::before,
#honey-lp *::after { box-sizing: border-box; }

#honey-lp h2, #honey-lp h3, #honey-lp h4,
#honey-lp p, #honey-lp ul, #honey-lp ol,
#honey-lp dl, #honey-lp dd, #honey-lp figure { margin: 0; padding: 0; }

#honey-lp ul, #honey-lp ol { list-style: none; }
#honey-lp img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
#honey-lp a { color: inherit; text-decoration: none; }
#honey-lp [hidden] { display: none !important; }

/* ---------- セクション共通 ---------- */
#honey-lp .lp-section { padding: 60px 4%; }
#honey-lp .lp-bg-light { background-color: var(--bg-color); }

#honey-lp .lp-section-title {
  margin-bottom: 40px;
  color: var(--main-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#honey-lp .lp-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--honey-color);
  border-radius: 2px;
}

#honey-lp .lp-section-lead {
  max-width: 780px;
  margin: -20px auto 32px;
  font-size: 16px;
  text-align: center;
}

#honey-lp .lp-inner { max-width: 900px; margin: 0 auto; }

#honey-lp .more-btn-wrapper { margin-top: 28px; text-align: center; }

#honey-lp .more-btn {
  display: inline-block;
  padding: 14px 45px;
  color: #fff;
  background: linear-gradient(135deg, #d08a14, var(--main-color));
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(184, 107, 0, 0.3);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

#honey-lp .more-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(184, 107, 0, 0.45); }

#honey-lp .note { color: var(--text-light); font-size: 12px; line-height: 1.7; }

/* ---------- 1. ファーストビュー ---------- */
#honey-lp .fv-section-honey {
  position: relative;
  padding: 120px 4% 130px;
  overflow: hidden;
  background-color: #fdf3e0;
  text-align: center;
}

#honey-lp .fv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#honey-lp .fv-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 250, 240, 0.9));
}

#honey-lp .fv-inner { position: relative; z-index: 2; }

#honey-lp .fv-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 18px;
  color: #fff;
  background: var(--main-color);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#honey-lp .fv-title-honey {
  margin-bottom: 24px;
  color: #8a4f00;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.9);
}

#honey-lp .fv-sub-honey {
  display: inline-block;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

/* ---------- 答え先行リード ---------- */
#honey-lp .honey-answer { max-width: 960px; margin: 0 auto; padding: 48px 4% 24px; }

#honey-lp .honey-answer h2 {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#honey-lp .honey-answer-lead { margin-bottom: 8px; font-size: 16px; line-height: 1.9; }
#honey-lp .honey-answer-lead strong { color: #8a4f00; }
#honey-lp .honey-answer-date { color: var(--text-light); font-size: 13px; text-align: right; }

/* ---------- 伊藤農園の紹介・実績 ---------- */
#honey-lp .fv-eeat-intro { padding: 50px 4% 0; background-color: var(--bg-color); text-align: center; }
#honey-lp .fv-eeat-intro h3 { margin-bottom: 20px; color: var(--main-color); font-size: 24px; font-weight: 700; line-height: 1.4; }
#honey-lp .fv-eeat-intro p { font-size: 16px; font-weight: 700; line-height: 1.8; }

#honey-lp .fv-eeat-container { padding: 30px 4% 50px; background-color: var(--bg-color); }

#honey-lp .fv-eeat-badges { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 20px; }

#honey-lp .fv-eeat-badge {
  display: flex;
  flex: 1 1 260px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 26px 20px;
  background: var(--white);
  border: 2px solid var(--accent-color);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(184, 107, 0, 0.05);
  text-align: center;
}

#honey-lp .badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  color: #fff;
  background: var(--honey-color);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

#honey-lp .badge-main { color: var(--main-color); font-size: 18px; font-weight: 900; line-height: 1.4; }
#honey-lp .badge-label { margin-top: 6px; font-size: 13px; font-weight: 700; line-height: 1.5; }
#honey-lp .badge-label small { display: block; margin-top: 4px; color: var(--text-light); font-size: 11px; font-weight: 400; }
#honey-lp .no1-main strong { font-size: 26px; }

/* ---------- 目次 ---------- */
#honey-lp .toc-section { padding: 30px 4% 10px; background-color: #fff; text-align: center; }

#honey-lp .toc-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 25px;
  background: var(--bg-color);
  border: 2px solid var(--accent-color);
  border-radius: 16px;
}

#honey-lp .toc-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: var(--main-color);
  border-bottom: 3px solid var(--honey-color);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

#honey-lp .toc-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 15px; }

#honey-lp .toc-list a {
  display: block;
  padding: 8px 10px;
  color: #555;
  background: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s ease;
}

#honey-lp .toc-list a:hover { color: #fff; background: var(--main-color); border-color: var(--main-color); }

/* ---------- お悩み ---------- */
#honey-lp .problem-section { margin: 30px 0; padding: 70px 4%; background-color: var(--bg-color); text-align: center; }
#honey-lp .problem-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 20px; margin-bottom: 44px; }

#honey-lp .problem-card {
  position: relative;
  width: 30%;
  min-width: 260px;
  padding: 36px 26px 30px;
  background: #fff;
  border-top: 5px solid var(--honey-color);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

#honey-lp .problem-card::before {
  content: "?";
  position: absolute;
  top: -15px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--honey-color);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

#honey-lp .problem-solution {
  display: inline-block;
  padding: 20px 40px;
  color: #8a4f00;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(184, 107, 0, 0.15);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
}

/* ---------- 3つのこだわり ---------- */
#honey-lp .benefit-list { display: flex; flex-direction: column; gap: 30px; }

#honey-lp .benefit-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background: var(--white);
  border: 2px solid var(--accent-color);
  border-radius: 12px;
}

#honey-lp .benefit-item:nth-child(even) { flex-direction: row-reverse; }
#honey-lp .benefit-image { flex: 0 0 45%; overflow: hidden; border-radius: 8px; }
#honey-lp .benefit-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
#honey-lp .benefit-content { flex: 1; }
#honey-lp .benefit-num { color: var(--honey-color); font-size: 48px; font-weight: 900; line-height: 1; }
#honey-lp .benefit-text h3 { margin: 8px 0 10px; color: var(--main-color); font-size: 22px; line-height: 1.5; }
#honey-lp .benefit-text p { color: var(--text-light); }

/* ---------- 生はちみつとは（基準・比較） ---------- */
#honey-lp .raw-block {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

#honey-lp .raw-block:last-child { margin-bottom: 0; }

#honey-lp .sub-title {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 10px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

#honey-lp .sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  background: var(--honey-color);
  border-radius: 2px;
  transform: translateX(-50%);
}

#honey-lp .raw-definition { margin-bottom: 24px; }

#honey-lp .standard-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

#honey-lp .standard-item {
  position: relative;
  padding: 20px 20px 20px 62px;
  background: var(--bg-color);
  border: 1px solid var(--accent-color);
  border-radius: 12px;
}

#honey-lp .standard-item::before {
  content: "✓";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--main-color);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

#honey-lp .standard-item h4 { margin-bottom: 4px; color: var(--main-color); font-size: 17px; line-height: 1.5; }
#honey-lp .standard-item p { font-size: 14px; line-height: 1.7; }

#honey-lp .honey-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

#honey-lp .honey-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: var(--white);
  font-size: 15px;
  line-height: 1.7;
}

#honey-lp .honey-table th,
#honey-lp .honey-table td { padding: 11px 13px; border: 1px solid #ddd3c2; text-align: left; vertical-align: top; }
#honey-lp .honey-table thead th { background: #fff0d1; text-align: center; white-space: nowrap; }
#honey-lp .honey-table thead th.is-ito { color: #fff; background: var(--main-color); }
#honey-lp .honey-table tbody th { width: 8em; background: var(--bg-color); font-weight: 700; white-space: nowrap; }
#honey-lp .honey-table td.is-ito { background: #fffdf6; font-weight: 700; }
#honey-lp .table-caption { margin-top: 10px; }

/* ---------- 2種の違い（味わい） ---------- */
#honey-lp .flavor-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

#honey-lp .flavor-card {
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 16px;
}

#honey-lp .flavor-card-img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: #fffdf7; }
#honey-lp .flavor-card-body { padding: 22px 24px 26px; }

#honey-lp .flavor-card-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

#honey-lp .flavor-badge { padding: 2px 10px; color: #8a4f00; background: var(--accent-color); border-radius: 20px; font-size: 12px; font-weight: 700; }
#honey-lp .flavor-card-desc { margin-bottom: 16px; font-size: 15px; }

#honey-lp .taste-meter { margin-bottom: 16px; }
#honey-lp .taste-row { display: grid; grid-template-columns: 4.5em 1fr 4.5em; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
#honey-lp .taste-row span:last-child { text-align: right; }

#honey-lp .taste-bar {
  position: relative;
  height: 8px;
  background: #f3ead9;
  border-radius: 8px;
}

#honey-lp .taste-bar i {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--honey-color);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}

#honey-lp .flavor-spec { border-top: 1px dashed var(--border-color); padding-top: 12px; font-size: 14px; }
#honey-lp .flavor-spec li { position: relative; padding-left: 1.1em; }
#honey-lp .flavor-spec li::before { content: "・"; position: absolute; left: 0; color: var(--main-color); }

/* ---------- 商品ラインナップ ---------- */
#honey-lp .product-visual { margin-bottom: 32px; }
#honey-lp .product-visual img { display: block; width: 100%; border-radius: 12px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
#honey-lp .product-visual + .lp-section-lead { margin-top: 0; }

#honey-lp .lineup-group { margin-bottom: 44px; }
#honey-lp .lineup-group:last-of-type { margin-bottom: 20px; }

#honey-lp .lineup-title {
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 4px solid var(--honey-color);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

#honey-lp .lineup-title small { margin-left: 8px; color: var(--text-light); font-size: 13px; font-weight: 400; }

#honey-lp .lineup-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

#honey-lp .lineup-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  color: var(--text-main);
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  transition: 0.2s;
}

#honey-lp .lineup-card:hover { border-color: var(--main-color); box-shadow: 0 4px 12px rgba(184, 107, 0, 0.14); transform: translateY(-3px); }
#honey-lp .lineup-card img { display: block; width: 100%; aspect-ratio: 1 / 1; margin-bottom: 12px; object-fit: contain; border-radius: 6px; }
#honey-lp .lineup-spec { margin-bottom: 4px; color: var(--text-light); font-size: 12px; line-height: 1.5; }
#honey-lp .lineup-name { flex: 1 1 auto; margin-bottom: 8px; font-size: 14px; font-weight: 700; line-height: 1.55; }
#honey-lp .lineup-price { font-size: 17px; font-weight: 700; line-height: 1.4; }
#honey-lp .lineup-price small { font-size: 11px; font-weight: 400; }
#honey-lp .lineup-member { color: #b3261e; font-size: 12px; font-weight: 700; }

/* 在庫表示：data-stock="in"（在庫あり）／"wait"（入荷待ち）を書き換えるだけで切り替わる */
#honey-lp .lineup-card[data-stock]::before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 4px 9px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

#honey-lp .lineup-card[data-stock="in"]::before { content: "在庫あり"; background: var(--leaf-color); }
#honey-lp .lineup-card[data-stock="wait"]::before { content: "入荷待ち"; background: #8c8c8c; }
#honey-lp .lineup-card[data-stock="wait"] img { opacity: 0.75; }

#honey-lp .lineup-tag {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  padding: 4px 9px;
  color: #fff;
  background: var(--main-color);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* ---------- お客様の声 ---------- */
#honey-lp .review-summary { max-width: 820px; margin: -20px auto 10px; text-align: center; }
#honey-lp .review-summary-lead { margin-bottom: 12px; font-size: 15px; font-weight: 700; }
#honey-lp .review-summary-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 12px; }

#honey-lp .review-summary-list a {
  display: inline-block;
  padding: 6px 14px;
  background: var(--white);
  border: 1px solid var(--accent-color);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

#honey-lp .review-summary-list a:hover { border-color: var(--main-color); }
#honey-lp .review-star { color: var(--honey-color); }

#honey-lp .review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }

#honey-lp .review-card {
  position: relative;
  padding: 30px;
  background: #fff;
  border-left: 4px solid var(--accent-color);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#honey-lp .review-card::before {
  content: "\201C";
  position: absolute;
  top: -5px;
  left: 20px;
  color: var(--accent-color);
  font-family: serif;
  font-size: 70px;
  line-height: 1;
  opacity: 0.7;
}

#honey-lp .review-text { position: relative; z-index: 1; margin: 15px 0 18px; font-size: 16px; font-weight: 700; line-height: 1.7; }
#honey-lp .review-meta { color: var(--main-color); font-size: 13px; font-weight: 700; text-align: right; }

/* ---------- 扱い方 ---------- */
#honey-lp .care-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

#honey-lp .care-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
}

#honey-lp .care-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--main-color);
  font-size: 18px;
  line-height: 1.5;
}

#honey-lp .care-num {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--honey-color);
  border-radius: 50%;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

#honey-lp .care-card p { font-size: 14px; line-height: 1.8; }
#honey-lp .care-card.is-warn { background: #fff6f4; border: 2px solid #e8b4a8; }
#honey-lp .care-card.is-warn h3 { color: #a8321e; }
#honey-lp .care-card.is-warn .care-num { background: #c8553d; }

/* ---------- 食べ方 ---------- */
#honey-lp .howto-img { max-width: 600px; margin: 0 auto 30px; }
#honey-lp .howto-img img { display: block; width: 100%; border-radius: 12px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }

#honey-lp .recipe-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

#honey-lp .recipe-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  transition: all 0.3s ease;
}

#honey-lp .recipe-card:hover { border-color: var(--accent-color); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05); }
#honey-lp .recipe-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
#honey-lp .recipe-num { color: var(--honey-color); font-size: 20px; font-weight: 900; line-height: 1; }
#honey-lp .recipe-card h3 { color: var(--text-main); font-size: 16px; font-weight: 900; line-height: 1.4; }
#honey-lp .recipe-pair { margin-bottom: 6px; color: var(--main-color); font-size: 12px; font-weight: 700; }
#honey-lp .recipe-card p { color: #555; font-size: 14px; line-height: 1.7; }

/* ---------- ギフト ---------- */
#honey-lp .gift-scenes { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }

#honey-lp .gift-scenes li {
  padding: 6px 18px;
  color: #8a4f00;
  background: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

#honey-lp .gift-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 30px; }

#honey-lp .gift-option {
  padding: 22px 18px;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 12px;
  text-align: center;
}

#honey-lp .gift-option h3 { margin-bottom: 6px; color: var(--main-color); font-size: 17px; line-height: 1.5; }
#honey-lp .gift-option p { font-size: 14px; line-height: 1.7; text-align: left; }

/* ---------- 要点まとめ ---------- */
#honey-lp .summary-list {
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 12px;
}

#honey-lp .summary-row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--border-color); }
#honey-lp .summary-row:last-child { border-bottom: none; }

#honey-lp .summary-row dt {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: var(--bg-color);
  border-right: 1px solid var(--border-color);
  font-size: 15px;
  font-weight: 700;
}

#honey-lp .summary-row dd { padding: 16px 20px; font-size: 15px; line-height: 1.9; }

/* ---------- よくあるご質問 ---------- */
#honey-lp .qa-list { display: flex; flex-direction: column; gap: 15px; max-width: 900px; margin: 0 auto; }

#honey-lp .qa-item { overflow: hidden; background: var(--white); border: 1px solid var(--border-color); border-radius: 8px; }

#honey-lp .qa-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 20px;
  color: inherit;
  background: var(--bg-color);
  border: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

#honey-lp .qa-title::after { content: "+"; flex: 0 0 auto; color: var(--main-color); font-size: 24px; line-height: 1; transition: 0.3s; }
#honey-lp .qa-item.open .qa-title::after { transform: rotate(45deg); }
#honey-lp .qa-title:focus-visible { outline: 3px solid rgba(184, 107, 0, 0.35); outline-offset: 3px; }

#honey-lp .qa-content { max-height: 0; padding: 0 20px; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
#honey-lp .qa-item.open .qa-content { max-height: 600px; padding: 20px; }
#honey-lp .qa-content a { color: var(--main-color); text-decoration: underline; }

/* ---------- 右固定ナビ ---------- */
#honey-lp .fixed-side-banner {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 8000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-right: none;
  border-radius: 12px 0 0 12px;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

#honey-lp .fixed-side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 14px 8px;
  color: var(--main-color);
  border-bottom: 2px solid #ffeccb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: all 0.3s ease;
}

#honey-lp .fixed-side-btn:last-child { border-bottom: none; }
#honey-lp .fixed-side-btn:hover { color: #8a4f00; background: var(--bg-color); }
#honey-lp .fixed-side-btn.btn-cart { color: #fff; background: var(--main-color); font-size: 14px; }
#honey-lp .fixed-side-btn.btn-cart:hover { background: var(--main-hover); }

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media screen and (max-width: 900px) {
  #honey-lp .lineup-grid { grid-template-columns: repeat(3, 1fr); }
  #honey-lp .gift-options { grid-template-columns: 1fr; }
}

@media screen and (max-width: 768px) {
  #honey-lp .lp-section { padding: 48px 4%; }
  #honey-lp .lp-section-title { margin-bottom: 30px; font-size: 22px; }
  #honey-lp .lp-section-lead { margin-top: -12px; font-size: 15px; text-align: left; }

  #honey-lp .fv-section-honey { padding: 80px 4% 90px; }
  #honey-lp .fv-title-honey { font-size: 28px; }
  #honey-lp .fv-sub-honey { padding: 12px 15px; font-size: 15px; text-align: left; }
  #honey-lp .fv-sub-honey br,
  #honey-lp .lp-section-lead br { display: none; }

  #honey-lp .honey-answer h2 { font-size: 22px; }

  #honey-lp .toc-container { padding: 15px; }
  #honey-lp .toc-list { grid-template-columns: repeat(2, 1fr); gap: 8px 10px; }
  #honey-lp .toc-list a { padding: 6px 8px; font-size: 12px; }

  #honey-lp .problem-card { width: 100%; }
  #honey-lp .problem-solution { padding: 15px 22px; font-size: 17px; border-radius: 24px; }

  #honey-lp .benefit-item,
  #honey-lp .benefit-item:nth-child(even) { flex-direction: column; gap: 15px; padding: 20px; }
  #honey-lp .benefit-image { flex: none; width: 100%; }

  #honey-lp .raw-block { padding: 26px 18px; }
  #honey-lp .sub-title { font-size: 19px; }
  #honey-lp .standard-list,
  #honey-lp .flavor-cards,
  #honey-lp .care-grid,
  #honey-lp .recipe-grid { grid-template-columns: 1fr; }
  #honey-lp .honey-table { font-size: 14px; }


  #honey-lp .summary-row { grid-template-columns: 1fr; }
  #honey-lp .summary-row dt { padding: 10px 16px; border-right: none; border-bottom: 1px solid var(--border-color); font-size: 14px; }
  #honey-lp .summary-row dd { padding: 14px 16px; font-size: 14px; }

  #honey-lp .fixed-side-banner { transform: scale(0.85) translateY(-50%); transform-origin: right center; }
}

@media screen and (max-width: 600px) {
  #honey-lp .lineup-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  #honey-lp .lineup-card { padding: 10px; }
  #honey-lp .lineup-name { font-size: 13px; }
  #honey-lp .qa-title { padding: 16px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  #honey-lp *, #honey-lp *::before, #honey-lp *::after { transition: none !important; }
}
