@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.2.0
*/

/* ============================================
   Google Fonts
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;900&family=Noto+Sans+JP:wght@300;400;500;700&family=Bebas+Neue&display=swap');


/* ============================================
   CSS変数
   ============================================ */
:root {
  /* --- fm- 系（既存：レビュー記事系） --- */
  --fm-ink:         #161412;
  --fm-paper:       #F7F3ED;
  --fm-red:         #B91C1C;
  --fm-red-light:   #FEE2E2;
  --fm-gold:        #C9921A;
  --fm-gold-light:  #FEF3C7;
  --fm-smoke:       #6B6460;
  --fm-rule:        #E2DAD0;
  --fm-white:       #FFFFFF;
  --fm-green:       #166534;
  --fm-green-light: #DCFCE7;

  /* --- rv- 系（インライン装飾用） --- */
  --rv-red:    #c0392b;  /* ブランドアクセント */
  --rv-blue:   #0C447C;
  --rv-green:  #3B6D11;
  --rv-orange: #BA7517;
  --rv-yellow: #FFE066;
  --rv-pink:   #ec407a;
  --rv-purple: #8e24aa;
  --rv-gray:   #6B6460;
}


/* ============================================
   Cocoon テーマ 見出し調整
   ============================================ */
.article .zine h2 {
  padding: 0 0 0.5rem 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #E2D9CE !important;
  margin: 2.4rem 0 1.1rem !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}

.article .zine h3 {
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 1.8rem 0 0.6rem !important;
  font-size: 0.95rem !important;
  box-shadow: none !important;
}


/* ============================================
   Elementor・テーマ レイアウト調整
   ============================================ */
.elementor-page .entry-content,
.elementor-page .article,
.elementor-page .entry-body {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.e-con-inner {
  max-width: 100% !important;
  padding: 0 !important;
}
.e-con-boxed {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


/* ============================================
   フェードインアニメーション
   ============================================ */
@keyframes fm-fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fm-fade {
  opacity: 0;
  animation: fm-fadeUp 0.6s ease forwards;
}
.fm-fade:nth-child(1) { animation-delay: 0.05s; }
.fm-fade:nth-child(2) { animation-delay: 0.15s; }
.fm-fade:nth-child(3) { animation-delay: 0.25s; }
.fm-fade:nth-child(4) { animation-delay: 0.35s; }
.fm-fade:nth-child(5) { animation-delay: 0.45s; }
.fm-fade:nth-child(6) { animation-delay: 0.55s; }
.fm-fade:nth-child(7) { animation-delay: 0.65s; }
.fm-fade:nth-child(8) { animation-delay: 0.75s; }


/* ============================================
   ベース
   ============================================ */
.fm-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #1a1410;
}
.fm-wrap p { margin: 0; padding: 0; }
.fm-wrap * { box-sizing: border-box; }


/* ============================================
   ヘッダー
   ============================================ */
.fm-header {
  padding: 8px 0 20px;
  border-bottom: 2px solid #c0392b;
  margin-bottom: 28px;
}
.fm-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.fm-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 3px 10px;
  border-radius: 2px;
  background: #c0392b;
  color: #fff;
}
.fm-tag.outline {
  background: transparent;
  color: #c0392b;
  border: 1px solid #c0392b;
}
.fm-meta {
  font-size: 12px;
  color: #6B6460;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}


/* ============================================
   バッジ
   ============================================ */
.fm-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.fm-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.2rem 0.65rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-badge-red   { background: var(--fm-red);         color: var(--fm-white); }
.fm-badge-gold  { background: var(--fm-gold-light);  color: var(--fm-gold); border: 1px solid var(--fm-gold); }
.fm-badge-green { background: var(--fm-green-light); color: var(--fm-green); }


/* ============================================
   フック
   ============================================ */
.fm-hook {
  background: #fdf6f0;
  border-left: 5px solid #c0392b;
  border-radius: 0 6px 6px 0;
  padding: 18px 22px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.8;
  color: #1a1410;
}
.fm-hook strong {
  font-size: 20px;
  font-weight: 700;
  color: #9b2318;
}


/* ============================================
   本文テキスト
   ============================================ */
.fm-body-text {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--fm-ink);
  margin-bottom: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}


/* ============================================
   セクション共通
   ============================================ */
.fm-section { margin-bottom: 36px; }

.fm-section-h2 {
  display: block !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: #c0392b !important;
  padding: 0.7em 16px !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.5 !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: none !important;
}

.fm-sec-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fm-smoke);
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-sec-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--fm-red);
  flex-shrink: 0;
}


/* ============================================
   クーポン関連
   ============================================ */
.fm-coupon-desc {
  font-size: 15px;
  color: #1a1410;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.fm-coupon-card-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #c0392b;
  background: #fdf0ee;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 12px;
}

.fm-coupon-inner {
  border: 2px solid #c0392b;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fdf6f4;
  margin-bottom: 14px;
}
.fm-coupon-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1410;
}

.fm-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.fm-price-now  { font-size: 28px; font-weight: 700; color: #c0392b; font-family: 'Noto Serif JP', serif; }
.fm-price-was  { font-size: 13px; color: #6B6460; text-decoration: line-through; }
.fm-price-badge {
  background: #fdf0ee;
  color: #c0392b;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid #c0392b;
}

.fm-notice {
  background: #fff8f0;
  border: 1px solid #e8a87c;
  border-radius: 6px;
  padding: 12px 16px;
  margin-top: 14px;
  font-size: 14px;
  color: #7a3b1e;
  line-height: 1.75;
}
.fm-notice strong { display: block; margin-bottom: 2px; font-weight: 700; }

.fm-coupon-card {
  border: 2px dashed var(--fm-gold);
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  background: var(--fm-gold-light);
  margin-bottom: 1.8rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-coupon-icon  { font-size: 2rem; flex-shrink: 0; }
.fm-coupon-title { font-family: 'Noto Serif JP', serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.3rem; }
.fm-coupon-meta  { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.fm-coupon-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  background: var(--fm-white);
  color: var(--fm-gold);
  border: 1px solid var(--fm-gold);
}

.fm-coupon-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.4rem;
  background: var(--fm-green-light);
  font-size: 0.78rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-coupon-applied .fm-ca-label,
.fm-coupon-applied .fm-ca-save { color: var(--fm-green); font-weight: 700; }


/* ============================================
   写真
   ============================================ */
.fm-photo { border-radius: 8px; overflow: hidden; margin-bottom: 8px; }
.fm-photo img { width: 100%; display: block; height: auto; }

.fm-photo-sub {
  text-align: center;
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
}
.fm-photo-sub img {
  max-width: 65%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e8d0c8;
  display: inline-block;
}

.fm-caption {
  font-size: 12px;
  color: #6B6460;
  text-align: center;
  margin-bottom: 18px;
}

.fm-hero-photo {
  width: 100%;
  aspect-ratio: 16/7;
  background: #ddd6cc;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.fm-hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.fm-photo-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.8rem;
  aspect-ratio: 16/7;
}
.fm-photo-grid .fm-photo-cell:first-child { grid-row: span 2; }
.fm-photo-cell { overflow: hidden; background: #ddd6cc; }
.fm-photo-cell img { width: 100%; height: 100%; object-fit: cover; display: block; }


/* ============================================
   スペックカード
   ============================================ */
.fm-tag-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}
.fm-tag-card {
  background: #fff;
  border: 1px solid #e8d0c8;
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
}
.fm-tag-card .tc-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: #c0392b; margin-bottom: 6px; }
.fm-tag-card .tc-value { font-size: 16px; font-weight: 700; color: #1a1410; margin-bottom: 4px; }
.fm-tag-card .tc-note  { font-size: 12px; color: #6B6460; }


/* ============================================
   スコアカード
   ============================================ */
.fm-scorecard {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  padding: 1.6rem;
  margin-bottom: 1.8rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.fm-overall-row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--fm-rule);
}
.fm-overall-num   { font-family: 'Bebas Neue', cursive; font-size: 4.5rem; color: var(--fm-red); line-height: 1; }
.fm-overall-label { font-size: 0.7rem; letter-spacing: 0.1em; color: var(--fm-smoke); margin-bottom: 0.3rem; font-family: 'Noto Sans JP', sans-serif; }
.fm-overall-stars { font-size: 1.2rem; color: var(--fm-gold); margin-bottom: 0.3rem; }
.fm-overall-name  { font-family: 'Noto Serif JP', serif; font-size: 1.1rem; font-weight: 700; }
.fm-overall-sub   { font-size: 0.78rem; color: var(--fm-smoke); font-family: 'Noto Sans JP', sans-serif; }

.fm-score-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.fm-score-item .fm-s-name {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--fm-smoke);
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-score-item .fm-s-name strong {
  font-family: 'Bebas Neue', cursive;
  font-size: 0.95rem;
  color: var(--fm-ink);
}
.fm-bar-track {
  height: 5px;
  background: var(--fm-rule);
  border-radius: 3px;
  overflow: hidden;
}
.fm-bar-fill {
  height: 100%;
  border-radius: 3px;
  background: var(--fm-red);
  transition: width 1.2s cubic-bezier(0.4,0,0.2,1);
}


/* ============================================
   レビュー（fm-）
   ============================================ */
.fm-review-box { background: #fff; border-radius: 8px; padding: 14px 10px; }
.fm-stars      { font-size: 22px; letter-spacing: 2px; margin-bottom: 10px; }
.fm-review-text { font-size: 15px; line-height: 1.9; color: #1a1410; }


/* ============================================
   評価グリッド
   ============================================ */
.fm-legend { display: flex; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.fm-legend-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #6B6460; }
.fm-dot         { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.fm-dot-good    { background: #4caf82; }
.fm-dot-bad     { background: #e05a5a; }

.fm-rating-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.fm-rc {
  background: #fff;
  border: 1px solid #e8d0c8;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.7;
}
.fm-rc.good    { background: #fdf6f4; }
.fm-rc.bad     { background: #fdf0f0; border-color: #e8c0c0; }
.fm-rc.fm-good { border-left: 3px solid #4caf82; }
.fm-rc.fm-bad  { border-left: 3px solid #e05a5a; }

.fm-rc-label         { font-size: 11px; font-weight: 700; margin-bottom: 4px; letter-spacing: .04em; }
.fm-rc-label.good    { color: #c0392b; }
.fm-rc-label.bad     { color: #c0392b; }
.fm-rc-label.fm-good { color: #4caf82; }
.fm-rc-label.fm-bad  { color: #e05a5a; }
.fm-rc-val           { font-size: 14px; color: #1a1410; line-height: 1.7; }

.good-text    { color: #1a1410; }
.bad-text     { color: #c0392b; }
.fm-good-text { color: #2d7a57; }
.fm-bad-text  { color: #c0392b; }


/* ============================================
   ベルディクトボックス
   ============================================ */
.fm-verdict-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--fm-ink);
  border-radius: 6px;
  overflow: hidden;
}
.fm-verdict-cell        { padding: 1rem 1.2rem; border-right: 1px solid #333; }
.fm-verdict-cell:last-child { border-right: none; }
.fm-v-label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--fm-gold);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-v-val {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.92rem;
  color: var(--fm-white);
  line-height: 1.6;
}


/* ============================================
   ステップ
   ============================================ */
.fm-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: fmstep;
}
.fm-step {
  background: #fff;
  border: 1px solid #e8d0c8;
  border-radius: 8px;
  padding: 14px 16px 14px 52px;
  position: relative;
  font-size: 14px;
  counter-increment: fmstep;
}
.fm-step::before {
  content: counter(fmstep);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #c0392b;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm-step strong { display: block; font-weight: 700; margin-bottom: 2px; color: #1a1410; }
.fm-step span   { font-size: 12.5px; color: #6B6460; }

.fm-sn {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #c0392b;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm-sn::before { content: counter(fmstep); }
.fm-sb { font-size: 14px; font-weight: 700; color: #1a1410; line-height: 1.6; }


/* ============================================
   レシート
   ============================================ */
.fm-receipt {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.fm-receipt-header {
  background: var(--fm-ink);
  color: var(--fm-white);
  padding: 0.8rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-receipt-header .fm-r-title { font-size: 0.85rem; font-weight: 700; font-family: 'Noto Serif JP', serif; }
.fm-receipt-header .fm-r-date  { font-size: 0.7rem; color: #aaa; }

.fm-receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 1.4rem;
  font-size: 0.82rem;
  border-bottom: 1px dashed var(--fm-rule);
  font-family: 'Noto Sans JP', sans-serif;
  transition: background 0.15s;
}
.fm-receipt-row:hover       { background: var(--fm-paper); }
.fm-receipt-row:last-child  { border-bottom: none; }
.fm-r-qty   { color: var(--fm-smoke); font-size: 0.72rem; min-width: 40px; text-align: center; }
.fm-r-price { font-weight: 700; min-width: 70px; text-align: right; }

.fm-receipt-sub {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.4rem;
  font-size: 0.78rem;
  color: var(--fm-smoke);
  border-top: 1px solid var(--fm-rule);
  font-family: 'Noto Sans JP', sans-serif;
}

.fm-receipt-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1.4rem;
  background: var(--fm-paper);
  border-top: 2px solid var(--fm-ink);
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-receipt-total .fm-t-label  { font-family: 'Noto Serif JP', serif; font-size: 0.85rem; font-weight: 700; }
.fm-receipt-total .fm-t-amount { font-family: 'Bebas Neue', cursive; font-size: 1.8rem; color: var(--fm-red); }
.fm-receipt-total .fm-t-per    { font-size: 0.7rem; color: var(--fm-smoke); text-align: right; }


/* ============================================
   会話ダイアログ
   ============================================ */
.fm-dialog { margin-bottom: 1.8rem; }
.fm-dialog-entry {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  align-items: flex-start;
}
.fm-dialog-entry.fm-right { flex-direction: row-reverse; }
.fm-dialog-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--fm-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  border: 2px solid var(--fm-rule);
}
.fm-dialog-entry.fm-right .fm-dialog-avatar { background: #f9e0e0; }
.fm-dialog-bubble {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 0 10px 10px 10px;
  padding: 0.9rem 1.1rem;
  max-width: 78%;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.fm-dialog-entry.fm-right .fm-dialog-bubble {
  border-radius: 10px 0 10px 10px;
  background: #FFF8F8;
}
.fm-dialog-name {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--fm-smoke);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-dialog-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--fm-ink);
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-dialog-text em { color: var(--fm-red); font-style: normal; font-weight: 700; }


/* ============================================
   地図（fm-）
   ============================================ */
.fm-map {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #e8d0c8;
}
.fm-map iframe { display: block; width: 100%; border: none; }


/* ============================================
   店舗情報（fm-）
   ============================================ */
.fm-shop {
  background: #fff;
  border: 1px solid #e8d0c8;
  border-radius: 8px;
  overflow: hidden;
}
.fm-shop table     { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.fm-shop tr        { border-bottom: 1px solid #e8d0c8; }
.fm-shop tr:last-child { border-bottom: none; }
.fm-shop th {
  width: 90px;
  padding: 12px 14px;
  font-weight: 700;
  color: #6B6460;
  background: #fdf6f4;
  text-align: left;
  vertical-align: top;
}
.fm-shop td { padding: 12px 14px; color: #1a1410; }

.fm-shop-info {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-shop-header {
  padding: 0.8rem 1.4rem;
  background: var(--fm-paper);
  border-bottom: 1px solid var(--fm-rule);
}
.fm-shop-name { font-family: 'Noto Serif JP', serif; font-weight: 700; font-size: 1rem; }
.fm-shop-type { font-size: 0.68rem; color: var(--fm-smoke); letter-spacing: 0.1em; }

.fm-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.fm-info-cell {
  padding: 0.9rem 1.4rem;
  border-bottom: 1px solid var(--fm-rule);
  border-right: 1px solid var(--fm-rule);
  font-size: 0.8rem;
}
.fm-info-cell:nth-child(even)      { border-right: none; }
.fm-info-cell:nth-last-child(-n+2) { border-bottom: none; }
.fm-info-label { font-size: 0.65rem; letter-spacing: 0.12em; color: var(--fm-smoke); margin-bottom: 0.3rem; text-transform: uppercase; }
.fm-info-value { color: var(--fm-ink); line-height: 1.5; }
.fm-info-link  { color: var(--fm-red); text-decoration: none; font-weight: 700; }
.fm-info-link:hover { text-decoration: underline; }


/* ============================================
   総評（fm-）
   ============================================ */
.fm-final-verdict {
  background: var(--fm-ink);
  color: var(--fm-white);
  border-radius: 8px;
  padding: 1.8rem;
  margin-bottom: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-fv-title {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--fm-gold);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.fm-fv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}
.fm-fv-label { font-size: 0.65rem; letter-spacing: 0.1em; color: #888; margin-bottom: 0.3rem; text-transform: uppercase; }
.fm-fv-value { font-size: 0.9rem; color: var(--fm-white); font-weight: 500; }
.fm-fv-text {
  font-size: 0.85rem;
  line-height: 1.9;
  color: #ccc;
  border-top: 1px solid #333;
  padding-top: 1rem;
  font-family: 'Noto Serif JP', serif;
}


/* ============================================
   関連記事
   ============================================ */
.fm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.fm-related-card {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}
.fm-related-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.fm-rc-img            { height: 80px; overflow: hidden; background: #e8e2d8; }
.fm-rc-img img        { width: 100%; height: 100%; object-fit: cover; }
.fm-rc-body           { padding: 0.7rem 0.8rem; font-family: 'Noto Sans JP', sans-serif; }
.fm-rc-chain          { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--fm-smoke); text-transform: uppercase; margin-bottom: 0.2rem; }
.fm-rc-title          { font-family: 'Noto Serif JP', serif; font-size: 0.82rem; font-weight: 700; line-height: 1.4; }


/* ============================================
   免責
   ============================================ */
.fm-disclaimer {
  font-size: 11.5px;
  color: #6B6460;
  border-top: 1px solid #e8d0c8;
  padding-top: 14px;
  margin-top: 36px;
  line-height: 1.75;
}
.fm-disc {
  font-size: 12px;
  color: #6B6460;
  line-height: 1.75;
  border-top: 1px solid #e8d0c8;
  padding-top: 12px;
  margin-top: 24px;
  letter-spacing: 0.02em;
}


/* ============================================
   fm- 共通 レスポンシブ
   ============================================ */
@media (max-width: 640px) {
  .fm-score-grid    { grid-template-columns: 1fr; }
  .fm-verdict-box   { grid-template-columns: 1fr; }
  .fm-verdict-cell  { border-right: none; border-bottom: 1px solid #333; }
  .fm-verdict-cell:last-child { border-bottom: none; }
  .fm-info-grid     { grid-template-columns: 1fr; }
  .fm-info-cell     { border-right: none; }
  .fm-info-cell:nth-last-child(-n+2) { border-bottom: 1px solid var(--fm-rule); }
  .fm-info-cell:last-child { border-bottom: none; }
  .fm-fv-grid       { grid-template-columns: 1fr 1fr; }
  .fm-related-grid  { grid-template-columns: 1fr; }
  .fm-photo-grid    { grid-template-columns: 1fr 1fr; grid-template-rows: auto; aspect-ratio: auto; }
  .fm-photo-cell:first-child { grid-row: span 1; }
  .fm-coupon-card   { flex-direction: column; gap: 0.6rem; }
}

@media (max-width: 480px) {
  .fm-tag-grid      { grid-template-columns: 1fr 1fr; }
  .fm-hook          { font-size: 14px; }
  .fm-step::before  { top: 18px; transform: none; }
  .fm-rating-grid   { grid-template-columns: 1fr; }
  .fm-sn            { top: 18px; transform: none; }
}


/* ============================================
   総評ブロック（fm-soumyou-）
   ============================================ */
.fm-soumyou{font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Noto Sans JP",sans-serif;color:#2c2c2a;max-width:100%;margin:2rem 0;line-height:1.7;}
.fm-soumyou *{box-sizing:border-box;}
.fm-soumyou-head{border-left:3px solid #993C1D;padding-left:12px;margin-bottom:1.25rem;}
.fm-soumyou-head-title{font-size:18px;font-weight:500;color:#2c2c2a;margin:0;}
.fm-soumyou-head-sub{font-size:12px;color:#5f5e5a;margin-top:4px;}
.fm-soumyou-score{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:1.5rem;}
.fm-soumyou-stars{display:flex;align-items:baseline;gap:8px;}
.fm-soumyou-star-mark{font-size:20px;letter-spacing:2px;color:#EF9F27;}
.fm-soumyou-star-empty{color:#D3D1C7;}
.fm-soumyou-star-num{font-size:28px;font-weight:500;color:#2c2c2a;}
.fm-soumyou-star-unit{font-size:13px;color:#5f5e5a;}
.fm-soumyou-badge{background:#FAEEDA;color:#854F0B;font-size:12px;padding:6px 14px;border-radius:999px;font-weight:500;display:inline-block;}
.fm-soumyou-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:1.75rem;}
.fm-soumyou-bar{display:flex;align-items:center;gap:10px;}
.fm-soumyou-bar-label{font-size:13px;color:#5f5e5a;min-width:56px;}
.fm-soumyou-bar-track{flex:1;height:6px;background:#F1EFE8;border-radius:999px;overflow:hidden;}
.fm-soumyou-bar-fill{height:100%;background:#993C1D;}
.fm-soumyou-bar-num{font-size:13px;font-weight:500;min-width:28px;text-align:right;color:#2c2c2a;}
.fm-soumyou-pros-cons{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-bottom:1.5rem;}
.fm-soumyou-card{border-radius:12px;padding:14px 18px;}
.fm-soumyou-card-pros{background:#EAF3DE;}
.fm-soumyou-card-cons{background:#FAEEDA;}
.fm-soumyou-card-title{font-size:13px;font-weight:500;margin-bottom:8px;}
.fm-soumyou-card-pros .fm-soumyou-card-title{color:#27500A;}
.fm-soumyou-card-cons .fm-soumyou-card-title{color:#633806;}
.fm-soumyou-card ul{margin:0;padding-left:18px;font-size:13px;line-height:1.8;}
.fm-soumyou-card-pros ul{color:#173404;}
.fm-soumyou-card-cons ul{color:#412402;}
.fm-soumyou-verdict{padding:4px 0;margin-bottom:1.5rem;}
.fm-soumyou-verdict-body{font-size:15px;color:#2c2c2a;line-height:1.9;margin:0;}
.fm-soumyou-audience{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;}
.fm-soumyou-aud-fit{background:#E6F1FB;border-radius:12px;padding:14px 18px;}
.fm-soumyou-aud-nofit{background:#F1EFE8;border-radius:12px;padding:14px 18px;}
.fm-soumyou-aud-title{font-size:13px;font-weight:500;margin-bottom:6px;}
.fm-soumyou-aud-fit .fm-soumyou-aud-title{color:#0C447C;}
.fm-soumyou-aud-nofit .fm-soumyou-aud-title{color:#444441;}
.fm-soumyou-aud-body{font-size:13px;line-height:1.7;}
.fm-soumyou-aud-fit .fm-soumyou-aud-body{color:#042C53;}
.fm-soumyou-aud-nofit .fm-soumyou-aud-body{color:#2C2C2A;}


/* ==========================================================================
   ▼▼▼ rv- プレフィックス：店舗レビュー記事用スタイル（v2 / 新バージョン） ▼▼▼
   接頭辞: .rv-  既存テーマと干渉しないよう .rv-wrap 配下で隔離
   アクセント色：ブランド赤 #c0392b（焼肉・寿司・ラーメン・牛丼定食 共通）
   ========================================================================== */

.rv-wrap {
  --accent: #c0392b;
  --text: #1f1a17;
  --text-sub: #666666;
  --text-mute: #999999;
  --border: rgba(0, 0, 0, 0.12);
  --surface: #ffffff;
  --surface-alt: #f7f7f5;
  max-width: 760px;
  margin: 0 auto;
  color: var(--text);
  line-height: 1.8;
  font-size: 15px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
}
.rv-wrap *,
.rv-wrap *::before,
.rv-wrap *::after { box-sizing: border-box; }

/* ---- ヘッダー ---- */
.rv-series {
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.rv-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
  color: var(--text);
}
.rv-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 12px;
  color: var(--text-sub);
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.rv-meta .rv-tag {
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.4;
}
.rv-tag-genre  { background: #faece7; color: #712B13; }
.rv-tag-coupon { background: #faeeda; color: #854F0B; }
.rv-tag-chain  { background: #e6f1fb; color: #0C447C; }

/* ---- ヒーロー画像 ---- */
.rv-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

/* ---- 導入文 ---- */
.rv-intro {
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 28px;
}

/* ---- 注意書きボックス ---- */
.rv-notice {
  background: #faeeda;
  border-left: 3px solid #BA7517;
  border-radius: 0 6px 6px 0;
  padding: 14px 16px;
  margin: 0 0 32px;
}
.rv-notice-title {
  font-size: 13px;
  font-weight: 500;
  color: #854F0B;
  margin: 0 0 6px;
}
.rv-notice-body {
  font-size: 13px;
  color: #633806;
  line-height: 1.75;
  margin: 0;
}
.rv-notice-body a {
  color: #854F0B;
  text-decoration: underline;
}

/* ---- セクション見出し ---- */
.rv-sec {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #1f1a17;
}
/* Cocoon既存h2装飾を白紙化し、縦線のみ */
.rv-wrap h2.rv-sec {
  all: unset;
  display: block;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  font-size: 23px !important;
  font-weight: 700 !important;
  color: #1f1a17 !important;
  border-left: 4px solid #c0392b !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  padding: 0 0 0 10px !important;
  background: none !important;
  box-shadow: none !important;
  line-height: 1.4 !important;
}
.entry-content .rv-wrap h2.rv-sec {
  margin: 0.5rem 0 1rem !important;
}

.rv-sec-sub {
  font-size: 12px;
  color: var(--text-sub);
  margin: 0 0 20px;
  padding-left: 14px;
}
.rv-subsec {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px;
  color: var(--text);
}

/* ---- メニューアイテム ---- */
.rv-item {
  margin: 0 0 36px;
}
.rv-item-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
  vertical-align: 2px;
}
.rv-item-img {
  width: 85%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  margin: 0 auto;           /* 中央寄せ */
  max-width: 720px;         /* 大画面での上限 */
}
.rv-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 8px;
}
.rv-item-name {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}
.rv-item-price {
  font-size: 13px;
  color: var(--text-sub);
  margin-left: 8px;
}
.rv-badge-best {
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  background: #EAF3DE;
  color: #27500A;
  border-radius: 4px;
  margin-left: 6px;
}
.rv-item-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.rv-stars {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 1.5px;
}
.rv-score {
  font-size: 13px;
  font-weight: 500;
}
.rv-item-body {
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}

/* ---- ギャラリー（2列/3列を柔軟に） ---- */
.rv-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 32px;
}
.rv-gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.rv-gallery-meta-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin: 6px 0 0;
}
.rv-gallery-meta-line .rv-gallery-name {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rv-gallery-meta-line .rv-gallery-meta {
  font-size: 11px;
  color: var(--text-sub);
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.rv-gallery-name {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 0;
}
.rv-gallery-meta {
  font-size: 11px;
  color: var(--text-sub);
  margin: 2px 0 0;
}

/* ---- 注文合計カード ---- */
.rv-summary {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 18px;
  margin: 0 0 12px;
}
.rv-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.rv-summary-label { font-size: 14px; font-weight: 500; }
.rv-summary-sub { font-size: 11px; color: var(--text-sub); }
.rv-summary-items {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dashed var(--border);
}
.rv-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  line-height: 1.9;
  gap: 8px;
}
.rv-summary-item-name {
  color: var(--text);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rv-summary-item-price {
  color: var(--text-sub);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.rv-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 13px;
}
.rv-summary-row span:first-child { color: var(--text-sub); }
.rv-summary-after {
  color: #3B6D11;
  font-weight: 500;
  align-items: baseline;
}
.rv-summary-after .rv-after-value {
  font-size: 20px;
  font-weight: 500;
}
.rv-summary-note {
  font-size: 11px;
  color: var(--text-mute);
  margin: 6px 0 0;
  text-align: right;
}

/* ---- 終了クーポン落胆フォロー導線 ---- */
.rv-redirect {
  font-size: 12px;
  color: var(--text-sub);
  background: var(--surface-alt);
  border-radius: 6px;
  padding: 10px 14px;
  margin: 0 0 36px;
  line-height: 1.7;
}
.rv-redirect a {
  color: #854F0B;
  text-decoration: underline;
  font-weight: 500;
}

/* ---- 評価カード（採点まとめ） ---- */
.rv-rating-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px 22px;
  margin: 0 0 16px;
}
.rv-rating-top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.rv-rating-total {
  text-align: center;
  min-width: 80px;
}
.rv-rating-total .rv-stars {
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 2px;
}
.rv-rating-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
}
.rv-rating-value-num {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.rv-rating-value-max {
  font-size: 13px;
  color: var(--text-sub);
}
.rv-rating-catch {
  flex: 1;
}
.rv-rating-catch-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 4px;
}
.rv-rating-catch-lead {
  font-size: 12px;
  color: var(--text-sub);
  margin: 0;
  line-height: 1.6;
}

/* ---- 評価バー ---- */
.rv-bars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 28px;
  margin-top: 18px;
}
.rv-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rv-bar-label {
  font-size: 12px;
  color: var(--text-sub);
  min-width: 60px;
}
.rv-bar-track {
  flex: 1;
  height: 6px;
  background: var(--surface-alt);
  border-radius: 3px;
  overflow: hidden;
}
.rv-bar-fill {
  height: 100%;
  background: var(--accent);
}
.rv-bar-score {
  font-size: 12px;
  font-weight: 500;
  min-width: 24px;
  text-align: right;
}

/* ---- pros/cons（カード型） ---- */
.rv-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.rv-pros, .rv-cons {
  padding: 12px 14px;
  border-radius: 6px;
}
.rv-pros { background: #EAF3DE; }
.rv-cons { background: #FAEEDA; }
.rv-pros-title, .rv-cons-title {
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 6px;
}
.rv-pros-title { color: #3B6D11; }
.rv-cons-title { color: #854F0B; }
.rv-pros-body, .rv-cons-body {
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
}
.rv-pros-body { color: #27500A; }
.rv-cons-body { color: #633806; }

/* ---- 採点理由 ---- */
.rv-reasons-inline,
.rv-reasons-standalone {
  margin-top: 0;
}
.rv-reasons-inline {
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.rv-reasons-standalone {
  margin: 0 0 32px;
}
.rv-reasons-inline-title {
  font-size: 12px;
  color: var(--text-sub);
  margin: 0 0 14px;
  font-weight: 500;
}
.rv-reason-item {
  margin: 0 0 16px;
}
.rv-reason-item:last-child { margin-bottom: 0; }
.rv-reason-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(186, 117, 23, 0.25);
}
.rv-reason-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  min-width: 56px;
}
.rv-reason-score {
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.rv-reason-body {
  font-size: 13px;
  line-height: 1.85;
  color: var(--text);
  margin: 0;
}

/* ---- 総評 ---- */
.rv-verdict {
  margin: 0 0 36px;
}
.rv-verdict-catch {
  font-size: 22px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: 2px solid var(--accent);
}
.rv-verdict p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 16px;
}
.rv-verdict p:last-child { margin-bottom: 0; }
.rv-verdict b { font-weight: 500; }

/* 総評内のpros/consリスト（下線タイトル＋箇条書き） */
.rv-verdict-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 24px 0;
}
.rv-verdict-list-title {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid;
  display: inline-block;
}
.rv-verdict-list-good .rv-verdict-list-title {
  color: #3B6D11;
  border-color: #3B6D11;
}
.rv-verdict-list-concern .rv-verdict-list-title {
  color: #854F0B;
  border-color: #854F0B;
}
.rv-verdict-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rv-verdict-list li {
  font-size: 13px;
  line-height: 1.75;
  margin: 0 0 8px;
  padding-left: 14px;
  position: relative;
}
.rv-verdict-list li:last-child { margin-bottom: 0; }
.rv-verdict-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* 合う人/合わない人（総評下部） */
.rv-verdict-fit {
  font-size: 14px;
  line-height: 1.85;
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* ---- 地図 ---- */
.rv-map {
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8d0c8;
}

/* ---- 店舗情報テーブル ---- */
.rv-shop {
  background: #fff;
  border: 1px solid #e8d0c8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.rv-shop table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.rv-shop tr { border-bottom: 1px solid #e8d0c8; }
.rv-shop tr:last-child { border-bottom: none; }
.rv-shop th {
  width: 90px;
  padding: 12px 14px;
  font-weight: 700;
  color: #6B6460;
  background: #fdf6f4;
  text-align: left;
  vertical-align: top;
}
.rv-shop td {
  padding: 12px 14px;
  color: #1a1410;
}

/* ---- 免責 ---- */
.rv-footnote {
  font-size: 11px;
  color: var(--text-mute);
  line-height: 1.7;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  margin-top: 0;
}
.rv-footnote a {
  color: var(--text-sub);
  text-decoration: underline;
}

/* ---- セクション区切り画像 ---- */
.rv-break-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin: 28px 0 24px;
  display: block;
}
.rv-break-img-caption {
  font-size: 11px;
  color: var(--text-mute);
  text-align: right;
  margin: -18px 0 24px;
}

/* ---- 一言でいうと（キャッチコピーカード） ---- */
.rv-catch-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  padding: 22px 24px;
  margin: 0 0 32px;
  text-align: center;
}
.rv-catch-label {
  font-size: 11px;
  color: var(--text-sub);
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.rv-catch-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
  margin: 0;
}

/* ---- 良かったこと・気になったこと（長文版） ---- */
.rv-impression {
  margin: 0 0 28px;
}
.rv-impression-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid;
  display: inline-block;
}
.rv-impression-good .rv-impression-title {
  color: #3B6D11;
  border-color: #3B6D11;
}
.rv-impression-concern .rv-impression-title {
  color: #854F0B;
  border-color: #854F0B;
}
.rv-impression-body {
  font-size: 14px;
  line-height: 1.95;
  margin: 0;
}
.rv-impression-body p {
  margin: 0 0 10px;
}
.rv-impression-body p:last-child {
  margin-bottom: 0;
}

/* ---- また行きたいか（アクション判定） ---- */
.rv-action {
  background: var(--surface-alt);
  border-radius: 8px;
  padding: 18px 22px;
  margin: 0 0 36px;
}
.rv-action-label {
  font-size: 11px;
  color: var(--text-sub);
  letter-spacing: 0.1em;
  margin: 0 0 8px;
}
.rv-action-verdict {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
.rv-action-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.rv-action-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
}
.rv-action-reason {
  font-size: 13px;
  line-height: 1.85;
  color: var(--text-sub);
  margin: 0;
  padding-left: 38px;
}

/* ---- rv- レスポンシブ ---- */
@media (max-width: 600px) {
  .rv-wrap { font-size: 14px; }
  .rv-title { font-size: 20px; }
  .rv-sec { font-size: 18px; }
  .rv-gallery { grid-template-columns: repeat(2, 1fr); }
  .rv-bars { grid-template-columns: 1fr; }
  .rv-pros-cons { grid-template-columns: 1fr; }
  .rv-verdict-lists { grid-template-columns: 1fr; gap: 18px; }
  .rv-verdict-catch { font-size: 19px; }
  .rv-rating-top { gap: 14px; }
  .rv-rating-total { min-width: 70px; }
  .rv-rating-value-num { font-size: 28px; }
}

/* ==========================================================================
   ▲▲▲ rv- プレフィックスここまで ▲▲▲
   ========================================================================== */


/* ============================================
   訪問情報の余白（汎用ユーティリティ）
   ============================================ */
.visit-info {
  margin-bottom: 0.5em;
  font-size: 0.85em;
  color: #666;
  border-bottom: 0.5px solid #9d3c3c;
}

/* ============================================
   記事ヘッダー（series-tag / article-meta）
   ============================================ */
.series-tag {
  display: inline-block;
  font-size: 12px;
  color: #d94e2e;
  font-weight: 700;
  padding: 3px 10px;
  border: 1px solid #d94e2e;
  border-radius: 3px;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 24px;
  font-size: 13px;
  color: #666666;
  padding: 10px 14px;
  background: #fafafa;
  border-radius: 4px;
}

.article-meta-item {
  display: inline;
}

.article-meta-item strong {
  color: #333333;
  font-weight: 700;
}

.meta-divider {
  color: #999999;
}

.coupon-badge {
  background: #d94e2e;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
}

/* ==========================================================================
   ▼▼▼ 記事内インライン装飾用ユーティリティ（v1） ▼▼▼
   ジェネレーターから生成されるインライン装飾用クラス
   命名規則：
     --rv-XXX  : カラー変数（色の値はここだけで管理）
     .rv-b     : 太字
     .rv-i     : イタリック
     .rv-quote : インライン引用
     .rv-marker / .rv-mc-XXX : マーカー（色付き）
     .rv-under  / .rv-uc-XXX : アンダーライン（色付き）
     .rv-c-XXX : 文字色
   ========================================================================== */

/* カラー変数：色を変えたいときはここだけ修正 */


/* --- 太字（基本は <strong> タグ推奨） --- */
.rv-b { font-weight: 700; }

/* --- イタリック（基本は <em> タグ推奨） --- */
.rv-i { font-style: italic; }

/* --- インライン引用 --- */
.rv-quote {
  display: inline-block;
  border-left: 3px solid var(--rv-gray);
  padding: 0.2em 0.7em;
  margin: 0.2em 0;
  background: #f5f5f5;
  color: #555;
  font-style: italic;
}

/* --- マーカー（色指定なしは黄） --- */
.rv-marker {
  background: linear-gradient(transparent 60%, var(--rv-mc, var(--rv-yellow)) 60%);
  font-weight: 700;
  padding: 0 2px;
}
.rv-mc-yellow { --rv-mc: var(--rv-yellow); }
.rv-mc-pink   { --rv-mc: var(--rv-pink); }
.rv-mc-blue   { --rv-mc: var(--rv-blue); }
.rv-mc-green  { --rv-mc: var(--rv-green); }
.rv-mc-orange { --rv-mc: var(--rv-orange); }

/* --- アンダーライン（色指定なしは赤） --- */
.rv-under {
  border-bottom: 2px solid var(--rv-uc, var(--rv-red));
  padding-bottom: 1px;
}
.rv-uc-red    { --rv-uc: var(--rv-red); }
.rv-uc-blue   { --rv-uc: var(--rv-blue); }
.rv-uc-green  { --rv-uc: var(--rv-green); }
.rv-uc-orange { --rv-uc: var(--rv-orange); }
.rv-uc-pink   { --rv-uc: var(--rv-pink); }
.rv-uc-purple { --rv-uc: var(--rv-purple); }

/* --- 文字色 --- */
.rv-c-red    { color: var(--rv-red); }
.rv-c-blue   { color: var(--rv-blue); }
.rv-c-green  { color: var(--rv-green); }
.rv-c-orange { color: var(--rv-orange); }
.rv-c-pink   { color: var(--rv-pink); }
.rv-c-purple { color: var(--rv-purple); }
.rv-c-gray   { color: var(--rv-gray); }

/* ==========================================================================
   ▲▲▲ 記事内インライン装飾用ユーティリティここまで ▲▲▲
   ========================================================================== */