/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2026 | 12:11:20 */
/* ============================================================
   香LIG 全パーツ共通CSS（完全版）
   WPCodeの「CSSコードの追加」にこれ1本だけ貼ってください
   タイトル：「香LIG 全パーツ共通CSS」

   【収録パーツ一覧】
   1. ピックアップカード       .pick-section
   2. 比較カード               .comp-section
   3. アコーディオンブロック   .trend-block
   4. PREPカード               .rcb-wrapper
   5. LINKカード（女性用）     .cil-wrapper
   6. LINKカード（男性用）     .cil-wrapper.cil-mens

   ※ ランキングカード（.ranking-list / .rank-* / .tag）は、
     CSSの二重定義を解消するため本ファイルから削除しました。
     ランキングのスタイルは「香LIG ランキングCSS v2.0（ranking.css）」が
     一元管理します。

   ■ 修正履歴
   ★ 二重定義の解消：ランキングカード（旧【1】）を本ファイルから削除し、
      ranking.css v2.0 に一本化。残りパーツの番号を 1〜6 に振り直し
   ★ Sango衝突の修正：キラキラ演出のクラス .sp → .trend-sp に変更
      （Sangoが .sp をレスポンシブ表示の切替に全体で使っているため）
      ※HTML側の <span class="sp"> も <span class="trend-sp"> に要変更
   ★ アクセシビリティ：prefers-reduced-motion で装飾アニメを止める
      共通ブロックを末尾に追加
   ============================================================ */


/* ============================================================
   【1】ピックアップカード
   ============================================================ */

.pick-section {
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #5c5260;
}
.pick-heading { text-align: center; margin-bottom: 20px; }
.pick-heading-sub {
  display: block; font-size: 9.5px; font-weight: 700; letter-spacing: .22em;
  color: #c99aa8; text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif; margin-bottom: 8px;
}
.pick-heading-lead {
  font-size: clamp(14px, 3.5vw, 17px); font-weight: 800;
  color: #3a3038; letter-spacing: .04em; line-height: 1.6; margin: 0;
}
.pick-lead {
  font-size: 13px; color: #5c5260; line-height: 2;
  margin-bottom: 22px; padding: 14px 16px;
  background: #faf5f7; border-radius: 10px; border-left: 2.5px solid #dbbac4;
}
.pick-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 8px; }
.pick-card {
  background: #ffffff; border: 1px solid #ede4e9; border-radius: 14px;
  box-shadow: 0 3px 14px rgba(100,60,80,.05); overflow: hidden;
  position: relative; transition: box-shadow .2s, transform .2s;
}
.pick-card:hover { box-shadow: 0 6px 22px rgba(100,60,80,.10); transform: translateY(-1px); }
.pick-card-top { display: flex; flex-direction: row; }
.pick-badge-col {
  flex-shrink: 0; width: 52px;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding: 16px 0 12px; background: #faf5f7; border-right: 1px solid #ede4e9;
}
.pick-num { font-size: 20px; font-weight: 800; line-height: 1; color: #b87888; font-family: 'Helvetica Neue', Arial, sans-serif; }
.pick-num-label { font-size: 8px; font-weight: 700; letter-spacing: .08em; color: #c99aa8; font-family: 'Helvetica Neue', Arial, sans-serif; margin-top: 2px; }
.pick-img-col { flex-shrink: 0; width: 88px; padding: 14px 10px; display: flex; align-items: center; justify-content: center; }
.pick-img-box { position: relative; width: 68px; height: 68px; border-radius: 10px; overflow: hidden; background: #f4f0f3; border: 1px solid #ede4e9; }
.pick-img-box img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 9px; }
.pick-affil-link { position: absolute; inset: 0; z-index: 2; border-radius: 9px; display: block; }
.pick-info-col { flex: 1; padding: 14px 14px 12px 6px; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.pick-brand { font-size: 9.5px; font-weight: 700; letter-spacing: .08em; color: #c99aa8; text-transform: uppercase; font-family: 'Helvetica Neue', Arial, sans-serif; }
.pick-name { font-size: 13.5px; font-weight: 800; color: #3a3038; line-height: 1.45; letter-spacing: .02em; word-break: break-all; }
.pick-buzz-tag {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 9.5px; font-weight: 700; padding: 2px 8px; border-radius: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif; letter-spacing: .03em;
  background: #fff0e8; color: #c07030; border: 1px solid #f0d8b8;
  margin-top: 2px; width: fit-content;
}
.pick-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 2px; }
.pick-tag { display: inline-block; font-size: 9.5px; font-weight: 700; padding: 2px 7px; border-radius: 20px; font-family: 'Helvetica Neue', Arial, sans-serif; letter-spacing: .04em; white-space: nowrap; }
.pick-tag-scent { background: #f4eee8; color: #a07850; border: 1px solid #e0cfb8; }
.pick-tag-scene { background: #faf5f7; color: #b87888; border: 1px solid #ede4e9; }
.pick-price-row { display: flex; align-items: baseline; margin-top: 1px; }
.pick-price { font-size: 13.5px; font-weight: 800; color: #3a3038; font-family: 'Helvetica Neue', Arial, sans-serif; }
.pick-price-note { font-size: 10px; color: #8a7e8c; font-family: 'Helvetica Neue', Arial, sans-serif; margin-left: 4px; font-weight: 400; }
.pick-cta { margin-top: 4px; }
.pick-cta a {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11.5px; font-weight: 700; color: #c99aa8; text-decoration: none;
  font-family: 'Helvetica Neue', Arial, sans-serif; letter-spacing: .04em;
  border-bottom: 1px solid #dbbac4; padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.pick-cta a:hover { color: #b87888; border-color: #b87888; }
.pick-card-bottom { border-top: 1px solid #ede4e9; }
.pick-bottom-row { display: flex; flex-direction: row; }
.pick-col-scene {
  flex: 1; padding: 12px 14px; background: #f4f0fb;
  border-right: 1px solid #ede4e9;
  display: flex; flex-direction: column; gap: 4px; min-width: 0;
}
.pick-col-scene-label {
  display: flex; align-items: center; gap: 4px;
  font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif; color: #7060a0; margin-bottom: 1px;
}
.pick-col-scene-text { font-size: 12px; color: #5c5260; line-height: 1.65; }
.pick-col-impression {
  flex: 1; padding: 12px 14px; background: #fdf4f7;
  display: flex; flex-direction: column; gap: 4px; min-width: 0;
}
.pick-col-impression-label {
  display: flex; align-items: center; gap: 4px;
  font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif; color: #b87888; margin-bottom: 1px;
}
.pick-col-impression-text { font-size: 12px; color: #5c5260; line-height: 1.65; }
.pick-col-impression-text strong { color: #b87888; font-weight: 700; }
.pick-price-disclaimer {
  font-size: 10.5px; color: #a09aa8; line-height: 1.9;
  margin-top: 6px; padding: 10px 8px;
  text-align: center;
  border-top: 1px dashed #e0d0d8;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 480px) {
  .pick-heading { margin-bottom: 14px; }
  .pick-heading-lead { font-size: 15px; line-height: 1.65; }
  .pick-lead { font-size: 12.5px; padding: 12px 13px; margin-bottom: 16px; }
  .pick-badge-col { width: 40px; }
  .pick-num { font-size: 16px; }
  .pick-img-col { width: 70px; padding: 12px 7px; }
  .pick-img-box { width: 56px; height: 56px; }
  .pick-info-col { padding: 11px 10px 10px 3px; gap: 3px; }
  .pick-name { font-size: 12px; }
  .pick-tag { font-size: 9px; padding: 2px 6px; }
  .pick-price { font-size: 12.5px; }
  .pick-cta a { font-size: 11px; }
  .pick-bottom-row { flex-direction: column; }
  .pick-col-scene { border-right: none; border-bottom: 1px solid #ede4e9; padding: 10px 13px; }
  .pick-col-impression { padding: 10px 13px; }
  .pick-col-scene-label, .pick-col-impression-label { font-size: 8.5px; }
  .pick-col-scene-text, .pick-col-impression-text { font-size: 12px; }
}


/* ============================================================
   【2】比較カード
   ============================================================ */

.comp-section {
  max-width: 720px; margin: 0 auto;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #5c5260;
  display: flex; flex-direction: column; gap: 14px;
  padding: 4px 0 20px;
}
.comp-heading { text-align: center; margin-bottom: 20px; }
.comp-heading-sub {
  font-size: 9.5px; font-weight: 700; letter-spacing: .22em;
  color: #c99aa8; text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  display: block; margin-bottom: 8px;
}
.comp-heading-main {
  font-size: clamp(15px, 4vw, 20px); font-weight: 800;
  color: #3a3038; letter-spacing: .04em; line-height: 1.5; margin: 0;
}
.comp-card {
  background: #ffffff; border: 1px solid #ede4e9; border-radius: 14px;
  box-shadow: 0 3px 14px rgba(100,60,80,.05); overflow: hidden;
  display: flex; flex-direction: row;
  transition: box-shadow .2s, transform .2s;
}
.comp-card:hover { box-shadow: 0 6px 22px rgba(100,60,80,.10); transform: translateY(-1px); }
.comp-badge-col {
  flex-shrink: 0; width: 52px;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding: 16px 0 12px; background: #faf5f7; border-right: 1px solid #ede4e9;
}
.comp-num { font-size: 20px; font-weight: 800; line-height: 1; color: #b87888; font-family: 'Helvetica Neue', Arial, sans-serif; }
.comp-num-label { font-size: 8px; font-weight: 700; letter-spacing: .08em; color: #c99aa8; font-family: 'Helvetica Neue', Arial, sans-serif; margin-top: 2px; }
.comp-img-col { flex-shrink: 0; width: 88px; padding: 14px 10px; display: flex; align-items: flex-start; justify-content: center; }
.comp-img-col a { display: block; width: 68px; height: 68px; border-radius: 10px; overflow: hidden; background: #f4f0f3; border: 1px solid #ede4e9; flex-shrink: 0; }
.comp-img-col a img { width: 100%; height: 100%; object-fit: cover; display: block; }
.comp-info-col { flex: 1; padding: 14px 14px 12px 6px; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.comp-brand { font-size: 9.5px; font-weight: 700; letter-spacing: .08em; color: #c99aa8; text-transform: uppercase; font-family: 'Helvetica Neue', Arial, sans-serif; }
.comp-name { font-size: 13.5px; font-weight: 800; color: #3a3038; line-height: 1.45; word-break: break-all; }
.comp-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 2px; }
.comp-tag { display: inline-block; font-size: 9.5px; font-weight: 700; padding: 2px 7px; border-radius: 20px; font-family: 'Helvetica Neue', Arial, sans-serif; white-space: nowrap; }
.comp-tag-age   { background: #f0eaf4; color: #a898c0; border: 1px solid #ddd4ec; }
.comp-tag-scent { background: #f4eee8; color: #a07850; border: 1px solid #e0cfb8; }
.comp-tag-scene { background: #faf5f7; color: #b87888; border: 1px solid #ede4e9; }
.comp-price { font-size: 13.5px; font-weight: 800; color: #3a3038; font-family: 'Helvetica Neue', Arial, sans-serif; display: block; margin-top: 2px; }
.comp-price-note { font-size: 10px; color: #8a7e8c; font-family: 'Helvetica Neue', Arial, sans-serif; margin-left: 4px; font-weight: 400; }
.comp-gauge-row { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.comp-gauge-label {
  font-size: 10px; font-weight: 700; color: #8a7e8c;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: .03em; white-space: nowrap; flex-shrink: 0;
  min-width: 46px;
}
.comp-gauge-label-r { text-align: right; }
.comp-gauge-track {
  flex: 1; height: 6px; background: #ddd0d8; border-radius: 3px;
  position: relative; overflow: visible;
}
.comp-gauge-fill {
  height: 100%; background: transparent; border-radius: 3px;
  position: relative; overflow: visible;
}
.comp-gauge-fill::after {
  content: ''; position: absolute; right: -7px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px; background: #b87888; border-radius: 50%;
  box-shadow: 0 0 0 2.5px #ffffff, 0 1px 5px rgba(184,120,136,.45); z-index: 2;
}
.comp-btn {
  display: inline-flex; align-items: center; gap: 4px; margin-top: 4px;
  font-size: 11.5px; font-weight: 700; color: #c99aa8; text-decoration: none;
  font-family: 'Helvetica Neue', Arial, sans-serif; letter-spacing: .04em;
  border-bottom: 1px solid #dbbac4; padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.comp-btn:hover { color: #b87888; border-color: #b87888; }
.comp-price-disclaimer {
  font-size: 10.5px; color: #a09aa8; line-height: 1.9;
  margin-top: 6px; padding: 10px 8px;
  text-align: center;
  border-top: 1px dashed #e0d0d8;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 480px) {
  .comp-badge-col { width: 40px; }
  .comp-num { font-size: 16px; }
  .comp-img-col { width: 70px; padding: 12px 7px; }
  .comp-img-col a { width: 56px; height: 56px; }
  .comp-info-col { padding: 11px 10px 10px 3px; gap: 3px; }
  .comp-name { font-size: 12px; }
  .comp-tag { font-size: 9px; padding: 2px 6px; }
  .comp-price { font-size: 12.5px; }
  .comp-gauge-label { font-size: 9px; min-width: 38px; }
}
/* ============================================================
   【2-b】比較カード メンズ配色（ゲージのドットをネイビーに）
   ============================================================ */
.comp-mens .comp-gauge-fill::after {
  background: #3d5a80;
  box-shadow: 0 0 0 2.5px #ffffff, 0 1px 5px rgba(61,90,128,.45);
}

/* ============================================================
   【3】アコーディオンブロック
   ============================================================ */

.trend-block {
  max-width: 720px; margin: 24px auto;
  background: #ffffff; border: 1px solid #ede4e9;
  border-radius: 16px; box-shadow: 0 6px 24px rgba(100,60,80,0.06); overflow: hidden;
}
.trend-header {
  position: relative; padding: 30px 24px 26px; text-align: center;
  background: linear-gradient(140deg, #fdf4f7 0%, #f8eef4 30%, #f2ecf8 65%, #edf3f9 100%);
  border-bottom: 1px solid #ede4e9; overflow: hidden;
}
.trend-header::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(108deg, transparent 30%, rgba(200,160,180,.10) 44%, rgba(220,200,230,.18) 50%, rgba(170,185,215,.10) 56%, transparent 70%);
  background-size: 220% 100%;
  animation: shimmer-bg 4s ease-in-out infinite; pointer-events: none;
}
@keyframes shimmer-bg {
  0%   { background-position: 220% 0; }
  100% { background-position: -220% 0; }
}
.trend-label {
  display: inline-block; font-size: 9px; font-weight: 700;
  letter-spacing: .24em; color: #c99aa8; text-transform: uppercase;
  margin-bottom: 10px; font-family: 'Helvetica Neue', Arial, sans-serif;
}
.trend-title {
  position: relative; display: inline-block;
  font-size: clamp(15px, 4vw, 19px); font-weight: 800;
  line-height: 1.6; letter-spacing: .06em; color: transparent;
  background: linear-gradient(90deg, #9a6878 0%, #b87888 18%, #c9a0a8 32%, #e8d8dc 44%, #c0aac8 52%, #d4b8c0 62%, #b87888 80%, #9a6878 100%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text;
  animation: shimmer-text 4s linear infinite; padding-bottom: 14px;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
@keyframes shimmer-text {
  0%   { background-position: 0% center; }
  100% { background-position: 220% center; }
}
.trend-title::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 1.5px;
  background: linear-gradient(90deg, #dbbac4, #a898c0, #dbbac4);
  background-size: 200% auto; border-radius: 2px;
  animation: shimmer-line 4s linear infinite; opacity: .7;
}
@keyframes shimmer-line {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}
/* ★ Sango衝突回避：.sp → .trend-sp にリネーム（HTML側も同様に変更すること） */
.sparkles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.trend-sp { position: absolute; opacity: 0; animation: sparkle-pop 5s ease-in-out infinite; font-size: 8px; }
.trend-sp:nth-child(1) { top:20%; left: 7%; color:#c9a0b0; animation-delay:0.0s; }
.trend-sp:nth-child(2) { top:60%; left:13%; color:#b0a0c8; animation-delay:1.5s; }
.trend-sp:nth-child(3) { top:22%; right:9%; color:#b87888; animation-delay:0.9s; font-size:9px; }
.trend-sp:nth-child(4) { top:65%; right:11%; color:#9ab0cc; animation-delay:2.4s; }
.trend-sp:nth-child(5) { top:40%; left:22%; color:#b0a0c8; animation-delay:2.0s; }
.trend-sp:nth-child(6) { top:30%; right:24%; color:#c9a0b0; animation-delay:0.5s; }
.trend-sp:nth-child(7) { top:75%; left:40%; color:#9ab0cc; animation-delay:3.0s; font-size:7px; }
.trend-sp:nth-child(8) { top:14%; left:52%; color:#b87888; animation-delay:1.8s; }
@keyframes sparkle-pop {
  0%,100% { opacity:0; transform:scale(.5) rotate(0deg); }
  30%      { opacity:.7; transform:scale(1.1) rotate(15deg); }
  60%      { opacity:.35; transform:scale(.85) rotate(-5deg); }
  80%      { opacity:0; transform:scale(.5) rotate(0deg); }
}
.trend-body { padding: 26px 22px 30px; font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif; }
.trend-intro { font-size: 13.5px; line-height: 2.1; margin-bottom: 22px; color: #5c5260; }
.trend-intro p + p { margin-top: 1em; }
.trend-intro strong { color: #b87888; font-weight: 700; }
.accordion-stack { display: flex; flex-direction: column; gap: 10px; }
.accordion-btn {
  width: 100%; background: #faf5f7; border: 1px solid #e0d0d8;
  border-radius: 10px; padding: 14px 14px 14px 16px; cursor: pointer;
  display: flex; align-items: center; gap: 10px; text-align: left;
  transition: background .2s, box-shadow .2s;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  -webkit-tap-highlight-color: transparent;
}
.accordion-btn:hover,
.accordion-btn:focus-visible { background: #f4f0f3; box-shadow: 0 2px 8px rgba(100,60,80,.07); outline: none; }
.accordion-btn[aria-expanded="true"] { border-radius: 10px 10px 0 0; border-bottom-color: transparent; background: #f4f0f3; }
.acc-icon-wrap { font-size: 19px; flex-shrink: 0; line-height: 1; }
.acc-label-wrap { flex: 1; min-width: 0; }
.acc-sub { display: block; font-size: 9px; font-weight: 700; color: #c99aa8; letter-spacing: .16em; text-transform: uppercase; font-family: 'Helvetica Neue', Arial, sans-serif; margin-bottom: 3px; }
.acc-title { display: block; font-size: 13px; font-weight: 700; color: #3a3038; line-height: 1.55; letter-spacing: .02em; word-break: break-all; overflow-wrap: break-word; margin-bottom: 5px; }
.acc-hint { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 700; color: #c99aa8; font-family: 'Helvetica Neue', Arial, sans-serif; letter-spacing: .04em; transition: opacity .2s; }
.acc-hint-arrow { display: inline-block; animation: bounce-down 1.4s ease-in-out infinite; line-height: 1; font-size: 11px; }
@keyframes bounce-down {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(3px); }
}
.accordion-btn[aria-expanded="true"] .acc-hint { opacity: 0; pointer-events: none; }
.acc-chevron { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: rgba(184,120,136,.12); border: 1px solid #e0d0d8; display: flex; align-items: center; justify-content: center; }
.acc-chevron svg { width: 12px; height: 12px; fill: none; stroke: #b87888; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s ease; }
.accordion-btn[aria-expanded="true"] .acc-chevron svg { transform: rotate(180deg); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .42s cubic-bezier(.4,0,.2,1), opacity .35s ease; opacity: 0; background: #faf5f7; border: 1px solid #e0d0d8; border-top: none; border-radius: 0 0 10px 10px; }
.accordion-panel.is-open { max-height: 800px; opacity: 1; }
.accordion-panel-inner { padding: 18px 18px 20px; }
.accordion-panel-inner p { font-size: 13.5px; color: #5c5260; line-height: 2.1; margin-bottom: .9em; }
.accordion-panel-inner p:last-child { margin-bottom: 0; }
.accordion-panel-inner strong { color: #b87888; font-weight: 700; }
.trend-table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 8px; border: 1px solid #e0d0d8; margin-top: 4px; }
table.trend-table { width: 100%; min-width: 400px; border-collapse: collapse; font-size: 12.5px; font-family: 'Helvetica Neue', Arial, sans-serif; }
table.trend-table thead th { background: #f4f0f3; color: #b87888; font-weight: 700; padding: 10px 12px; text-align: center; border-bottom: 1px solid #e0d0d8; font-size: 11px; letter-spacing: .06em; white-space: nowrap; }
table.trend-table thead th:not(:last-child) { border-right: 1px solid #ede4e9; }
table.trend-table tbody tr:nth-child(odd) td { background: #faf7f8; }
table.trend-table tbody tr:nth-child(even) td { background: #ffffff; }
table.trend-table tbody td { padding: 10px 13px; border-bottom: 1px solid #ede4e9; color: #5c5260; vertical-align: middle; line-height: 1.7; }
table.trend-table tbody td:not(:last-child) { border-right: 1px solid #ede4e9; }
table.trend-table tbody td:first-child { font-weight: 700; color: #b87888; text-align: center; white-space: nowrap; font-size: 12px; }
.editor-voice-inner { display: flex; align-items: flex-start; gap: 12px; border-top: 1px solid #ede4e9; padding-top: 14px; margin-top: 14px; }
.ev-icon { font-size: 15px; flex-shrink: 0; padding-top: 2px; line-height: 1; opacity: .8; }
.ev-label { display: block; font-size: 9px; font-weight: 700; color: #b87888; letter-spacing: .16em; text-transform: uppercase; font-family: 'Helvetica Neue', Arial, sans-serif; margin-bottom: 5px; }
.ev-text { font-size: 13px; color: #5c5260; line-height: 1.95; font-style: italic; margin: 0; }

@media (max-width: 480px) {
  .trend-block { margin: 12px 10px; border-radius: 14px; }
  .trend-header { padding: 22px 14px 20px; }
  .trend-body { padding: 18px 14px 22px; }
  .trend-label { font-size: 8.5px; }
  .trend-intro { font-size: 13px; }
  table.trend-table { font-size: 11.5px; }
  table.trend-table thead th,
  table.trend-table tbody td { padding: 8px 10px; }
  .acc-title { font-size: 12.5px; }
  .accordion-panel-inner p, .ev-text { font-size: 13px; }
  .trend-sp:nth-child(1), .trend-sp:nth-child(3) { display: none; }
}


/* ============================================================
   【4】PREPカード（結論＋根拠3つのピラミッド構造）
   ============================================================ */

.rcb-wrapper {
  max-width: 100%; margin: 40px 0;
  background: #ffffff; border: 1px solid #ede8e3;
  border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', Arial, 'Segoe UI', Roboto, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative; overflow: hidden; box-sizing: border-box;
  contain: layout style;
}
.rcb-badge {
  position: absolute; top: 0; left: 0;
  background: linear-gradient(135deg, #b07a8a 0%, #c49aaa 100%);
  color: #fff; font-size: 11px; font-weight: 700;
  padding: 6px 14px; border-radius: 0 0 12px 0;
  letter-spacing: 0.05em; z-index: 10;
  box-shadow: 2px 2px 8px rgba(176,122,138,0.25);
}
.rcb-inner { padding: 40px 24px 28px; }
.rcb-title-area { text-align: center; margin-bottom: 18px; }
.rcb-title-en { display: block; font-size: 10px; color: #b07a8a; font-weight: 800; letter-spacing: 0.2em; margin-bottom: 6px; text-transform: uppercase; }
.rcb-title {
  font-size: 18px; font-weight: 800; color: #2d3748;
  margin: 0 !important; display: inline-block; position: relative;
  padding: 0 0 12px 0 !important; letter-spacing: 0.03em; line-height: 1.65;
  border: none !important; background: transparent !important;
  text-align: center;
}
.rcb-title::before { content: none !important; }
.rcb-title::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 3px;
  background: linear-gradient(135deg, #b07a8a 0%, #c49aaa 100%); border-radius: 2px;
}
.rcb-lead { font-size: 13px; color: #4a5568; line-height: 1.9; text-align: left; margin: 0 0 22px 0; }
.rcb-lead br { display: none; }
.rcb-lead strong { color: #2d3748; font-weight: 700; }
.rcb-lead a {
  color: #b07a8a; font-weight: 700; text-decoration: none;
  border-bottom: 1px solid #dbbac4; padding-bottom: 1px;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.rcb-lead a:hover { color: #8a5a6a; border-color: #8a5a6a; }
@media (prefers-reduced-motion: reduce) { .rcb-lead a { transition: none; } }

/* ▼ ピラー：スマホは縦積み固定 ▼ */
.rcb-pillars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rcb-pillar {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #faf7f5;
  border: 1px solid #ede8e3;
  border-radius: 12px;
  padding: 14px 16px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.rcb-pillar-icon { font-size: 22px; line-height: 1; flex-shrink: 0; display: block; }
.rcb-pillar-label { display: block; font-size: 11px; font-weight: 800; color: #9a6a7a; letter-spacing: 0.05em; margin-bottom: 6px; }
.rcb-pillar-text { font-size: 13px; color: #4a5568; line-height: 1.75; margin: 0; }

/* ▼ 720px以上でのみ横並び（Sangoサイドバー対応）▼ */
@media (min-width: 720px) {
  .rcb-lead { text-align: center; }
  .rcb-lead br { display: inline; }
  .rcb-pillars { flex-direction: row; }
  .rcb-pillar {
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 16px 14px;
  }
  .rcb-pillar-icon { margin-bottom: 8px; }
  .rcb-pillar-label { margin-bottom: 5px; }
}


/* ============================================================
   【5】LINKカード（女性用・基本）
   ============================================================ */

.cil-wrapper {
  max-width: 100%; margin: 40px 0;
  background: #ffffff; border: 1px solid #f0ece1;
  border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  position: relative; box-sizing: border-box;
}
.cil-badge {
  position: absolute; top: 0; left: 0;
  background: linear-gradient(135deg, #b07a8a 0%, #c49aaa 100%);
  color: #fff; font-size: 11px; font-weight: 700;
  padding: 6px 14px; border-radius: 0 0 12px 0;
  letter-spacing: 0.05em; z-index: 10;
  box-shadow: 2px 2px 8px rgba(176,122,138,0.25);
}
.cil-inner { padding: 36px 24px 24px; }
.cil-title-area { text-align: center; margin-bottom: 20px; }
.cil-title-en { display: block; font-size: 10px; color: #b07a8a; font-weight: 800; letter-spacing: 0.2em; margin-bottom: 6px; text-transform: uppercase; }
.cil-title {
  font-size: 19px; font-weight: 800; color: #2d3748;
  margin: 0 !important; display: inline-block; position: relative;
  padding: 0 0 12px 0 !important; letter-spacing: 0.05em;
  border: none !important; background: transparent !important;
}
.cil-title::before { content: none !important; }
.cil-title::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 3px;
  background: linear-gradient(135deg, #b07a8a 0%, #c49aaa 100%); border-radius: 2px;
}
.cil-desc { font-size: 13px; color: #4a5568; line-height: 1.6; margin: 0 0 24px 0; text-align: center; }
.cil-list { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex; flex-direction: column; gap: 12px; }
.cil-list li a,
.cil-item {
  display: flex !important; flex-direction: column !important; text-decoration: none !important;
  background: #fdfaf6 !important; border: 1px solid #d8cfc8 !important;
  border-radius: 12px !important; padding: 14px 44px 14px 16px !important;
  transition: all 0.3s ease !important; position: relative !important;
  margin-bottom: 12px !important;
}
.cil-wrapper .cil-item:last-child { margin-bottom: 0 !important; }
.cil-list li a::after,
.cil-item::after {
  content: '' !important; position: absolute !important; right: 18px; top: 50%;
  width: 8px; height: 8px;
  border-top: 2px solid #b8a8b0 !important; border-right: 2px solid #b8a8b0 !important;
  transform: translateY(-50%) rotate(45deg) !important; transition: all 0.2s ease !important;
}
.cil-list li a:hover,
.cil-item:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08) !important;
  border-color: #c49aaa !important;
  background: #ffffff !important;
}
.cil-list li a:hover::after,
.cil-item:hover::after {
  border-color: #c49aaa !important;
  right: 15px;
}
.cil-list li a:active,
.cil-item:active { transform: translateY(1px) !important; background: #f7f2eb !important; }
.cil-catch {
  display: inline-block; font-size: 12px; font-weight: 800; color: #ffffff;
  background: linear-gradient(135deg, #b07a8a 0%, #c49aaa 100%);
  border-radius: 4px; padding: 2px 10px; letter-spacing: 0.08em;
  margin-bottom: 7px; align-self: flex-start;
}
.cil-intent { display: flex; align-items: center; font-size: 11.5px; color: #9a6a7a; font-weight: 700; margin-bottom: 5px; }
.cil-emoji { margin-right: 4px; font-size: 12px; }
.cil-link-text { font-size: 14px; color: #2d3748; font-weight: 700; line-height: 1.45; }


/* ============================================================
   【6】LINKカード（男性用）
   ============================================================ */

.cil-wrapper.cil-mens { border-color: #e8edf5; }
.cil-wrapper.cil-mens .cil-badge {
  background: linear-gradient(135deg, #3d5a80 0%, #5b8ab0 100%);
  box-shadow: 2px 2px 8px rgba(61,90,128,0.3);
}
.cil-wrapper.cil-mens .cil-title-en { color: #5b8ab0; }
.cil-wrapper.cil-mens .cil-title::after { background: linear-gradient(135deg, #3d5a80 0%, #5b8ab0 100%); }
.cil-wrapper.cil-mens .cil-list li a,
.cil-wrapper.cil-mens .cil-item { background: #f7f9fc !important; border-color: #c8d8e8 !important; }
.cil-wrapper.cil-mens .cil-list li a:hover,
.cil-wrapper.cil-mens .cil-item:hover { border-color: #5b8ab0 !important; background: #ffffff !important; }
.cil-wrapper.cil-mens .cil-list li a:hover::after,
.cil-wrapper.cil-mens .cil-item:hover::after { border-color: #5b8ab0 !important; }
.cil-wrapper.cil-mens .cil-list li a:active,
.cil-wrapper.cil-mens .cil-item:active { background: #edf2f7 !important; }
.cil-wrapper.cil-mens .cil-catch { background: linear-gradient(135deg, #3d5a80 0%, #5b8ab0 100%); }
.cil-wrapper.cil-mens .cil-intent { color: #2d6a9f; }


/* LINKカード 共通スマホ対応 */
@media (max-width: 480px) {
  .cil-inner { padding: 32px 16px 20px; }
  .cil-title { font-size: 17px; padding-bottom: 10px !important; }
  .cil-desc { font-size: 12px; margin-bottom: 20px; }
  .cil-list li a { padding: 13px 38px 13px 14px; }
  .cil-catch { font-size: 11px; }
  .cil-link-text { font-size: 13px; }
  .cil-intent { font-size: 10.5px; }
}


/* ============================================================
   【共通】動きを減らす設定（prefers-reduced-motion）
   乗り物酔い・前庭障害・省電力設定のユーザー向けに
   無限ループの装飾アニメーションを停止する
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  /* アコーディオンブロックの装飾アニメを停止 */
  .trend-header::before,
  .trend-title,
  .trend-title::after,
  .trend-sp,
  .acc-hint-arrow { animation: none !important; }

  /* カードのホバー浮き上がり・開閉アニメも抑制 */
  .pick-card, .comp-card,
  .accordion-btn, .accordion-panel,
  .acc-chevron svg { transition: none !important; }
}