@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELL子テーマ - マンガレーダー Layer 2.5 (硬派化・色バランス調整)
    Version: 2.5.0
    Author: マンガレーダー編集部
*/

/* =========================================================
   🎨 ブランドカラー(Layer 2.5・青味を中性に)
   ========================================================= */
:root {
  --mr_color_main: #2D3DAA;
  --mr_color_main_dark: #1F2C82;
  --mr_color_main_light: #4956C5;
  --mr_color_accent: #FF6B35;
  --mr_color_accent_dark: #E5511D;
  --mr_color_gold: #D4A640;
  --mr_color_bg: #FAFAF8;
  --mr_color_text: #1F1F1F;
  --mr_color_text_inverse: #FFFFFF;
  --mr_color_text_muted: #6B6B6B;
  --mr_color_light_indigo: #F0F2F7;
  --mr_color_pale_orange: #FFF1E8;
  --mr_color_pale_gold: #FAF3DD;
  --mr_color_border: #E5E7EB;

  /* シャドウ階層(中性グレー・青味を抜いた版) */
  --mr_shadow_xs: 0 1px 2px rgba(20, 20, 20, 0.04);
  --mr_shadow_sm: 0 2px 4px rgba(20, 20, 20, 0.05), 0 1px 2px rgba(20, 20, 20, 0.03);
  --mr_shadow_md: 0 4px 12px rgba(20, 20, 20, 0.06), 0 2px 4px rgba(20, 20, 20, 0.04);
  --mr_shadow_lg: 0 12px 24px rgba(20, 20, 20, 0.08), 0 4px 8px rgba(20, 20, 20, 0.05);
  --mr_shadow_xl: 0 20px 40px rgba(20, 20, 20, 0.10);
  --mr_shadow_orange: 0 6px 16px rgba(255, 107, 53, 0.28);
  --mr_shadow_orange_hover: 0 12px 24px rgba(255, 107, 53, 0.38);

  /* 角丸の統一(電子書籍タウン風シャープ化) */
  --mr_radius_xs: 4px;
  --mr_radius_sm: 6px;
  --mr_radius_md: 8px;
  --mr_radius_lg: 12px;
  --mr_radius_button: 10px;

  --color_main: #2D3DAA;
  --color_text: #1F1F1F;
}

body,
.l-header, .p-globalNav, .l-footer, .l-content, .l-container,
.c-pageTitle, .c-postTitle, .c-postThumb__cap, .p-postList__title {
  --color_main: var(--mr_color_main);
}

/* =========================================================
   ✍️ タイポグラフィ(Layer 2.5・硬派化)
   ========================================================= */
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  font-weight: 400;
  color: var(--mr_color_text);
  background-color: var(--mr_color_bg);
  letter-spacing: 0.04em;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4,
.c-pageTitle, .c-postTitle, .p-postList__title,
.mr-hero__title {
  font-family: "Noto Sans JP", -apple-system, "Hiragino Sans", sans-serif;
  font-weight: 900;
  color: var(--mr_color_main);
  letter-spacing: 0.02em;
}

/* =========================================================
   📜 見出し H2/H3 (シャープ化・余白も電子書籍タウン風)
   ========================================================= */
.post_content h2 {
  position: relative;
  background: var(--mr_color_light_indigo);
  border-left: 6px solid var(--mr_color_main);
  color: var(--mr_color_main);
  padding: 0.85em 1.2em 0.85em 1.2em;
  margin: 2.5em 0 1em;
  font-size: 1.55em;
  line-height: 1.5;
  border-radius: 0 var(--mr_radius_md) var(--mr_radius_md) 0;
  box-shadow: none;
}
.post_content h2::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 6px;
  height: 50%;
  background: var(--mr_color_accent);
  transform: translateY(-50%);
}
.post_content h3 {
  border-bottom: 2px solid var(--mr_color_main);
  color: var(--mr_color_main);
  padding: 0 0 0.35em 0.4em;
  margin: 1.8em 0 0.9em;
  font-size: 1.28em;
  position: relative;
  font-weight: 900;
}
.post_content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 64px;
  height: 2px;
  background: var(--mr_color_accent);
}

/* =========================================================
   🟧 CTA ボタン(電子書籍タウン風・角丸長方形)
   ========================================================= */
.mr-btn-primary,
.swell-block-button a.has-black-background-color,
.swell-block-button__link.has-black-background-color,
a.mr-cta-primary {
  background: linear-gradient(180deg, var(--mr_color_accent) 0%, var(--mr_color_accent_dark) 100%) !important;
  color: var(--mr_color_text_inverse) !important;
  border: none !important;
  border-radius: var(--mr_radius_button);
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  min-height: 52px;
  min-width: 240px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--mr_shadow_orange);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
.mr-btn-primary::after,
a.mr-cta-primary::after {
  content: "›";
  font-size: 22px;
  transition: transform 0.2s ease;
  margin-left: 4px;
  font-weight: 400;
}
.mr-btn-primary:hover,
a.mr-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--mr_shadow_orange_hover);
}
.mr-btn-primary:hover::after,
a.mr-cta-primary:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   📢 PR表記
   ========================================================= */
.mr-pr-label {
  background: var(--mr_color_pale_orange);
  border-left: 3px solid var(--mr_color_accent);
  padding: 10px 14px;
  margin: 16px 0;
  font-size: 13px;
  color: var(--mr_color_text);
  border-radius: var(--mr_radius_xs);
}

/* =========================================================
   🃏 関連カード(シャープ化・中性シャドウ)
   ========================================================= */
.mr-related-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--mr_color_border);
  border-radius: var(--mr_radius_md);
  background: #fff;
  margin: 16px 0;
  text-decoration: none;
  color: var(--mr_color_text);
  box-shadow: var(--mr_shadow_xs);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.mr-related-card:hover {
  box-shadow: var(--mr_shadow_md);
  transform: translateY(-2px);
  border-color: var(--mr_color_main);
}
.mr-related-card__thumb {
  flex: 0 0 110px;
  max-width: 110px;
  border-radius: var(--mr_radius_sm);
  overflow: hidden;
  background: #F5F5F2;
}
.mr-related-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mr-related-card__body { flex: 1 1 auto; min-width: 0; }
.mr-related-card__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--mr_color_main);
  margin: 0 0 4px;
  line-height: 1.5;
}
.mr-related-card__meta { font-size: 13px; color: var(--mr_color_text_muted); margin: 0 0 4px; }
.mr-related-card__rating { color: var(--mr_color_gold); font-size: 14px; }
.mr-related-card__comment { font-size: 14px; color: var(--mr_color_text); margin: 6px 0; line-height: 1.8; }
.mr-related-card__cta { color: var(--mr_color_accent); font-weight: 700; font-size: 14px; }

/* =========================================================
   ❓ FAQ アコーディオン(シンプル化)
   ========================================================= */
.mr-faq details {
  border-bottom: 1px solid var(--mr_color_border);
  padding: 16px 0;
}
.mr-faq summary {
  cursor: pointer; font-weight: 700; font-size: 16px;
  color: var(--mr_color_main); padding: 6px 0 6px 32px;
  position: relative; list-style: none;
}
.mr-faq summary::before {
  content: "Q."; position: absolute; left: 0; top: 6px;
  color: var(--mr_color_accent); font-weight: 900;
}
.mr-faq summary::-webkit-details-marker { display: none; }
.mr-faq details[open] summary { color: var(--mr_color_accent); }
.mr-faq details > p { margin: 8px 0 0 32px; position: relative; line-height: 1.9; }
.mr-faq details > p::before {
  content: "A."; position: absolute; left: -32px; top: 0;
  color: var(--mr_color_main); font-weight: 900;
}

/* =========================================================
   📊 数字バッジ(シャープ化)
   ========================================================= */
.mr-stats-bar {
  display: flex; flex-wrap: wrap; gap: 0;
  justify-content: center; margin: 32px 0;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid var(--mr_color_border);
  border-radius: var(--mr_radius_md);
  box-shadow: var(--mr_shadow_xs);
}
.mr-stat {
  text-align: center; flex: 1 1 140px; min-width: 100px;
  padding: 8px 16px;
  position: relative;
}
.mr-stat + .mr-stat::before {
  content: ""; position: absolute; left: 0; top: 20%;
  width: 1px; height: 60%; background: var(--mr_color_border);
}
.mr-stat strong {
  display: block; font-size: 34px; font-weight: 900;
  color: var(--mr_color_main); line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.01em;
}
.mr-stat span {
  display: block; font-size: 12px; color: var(--mr_color_text_muted);
  margin-top: 8px; letter-spacing: 0.06em; font-weight: 500;
}

/* =========================================================
   🚀 ヒーロー(白基調・インディゴ大幅削減・編集メディア感)
   ========================================================= */
.mr-hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 250, 248, 0.94) 100%),
    url('/wp-content/uploads/mr-hero-bg.jpg') center/cover no-repeat,
    #fff;
  color: var(--mr_color_text);
  padding: 64px 28px 72px;
  text-align: center;
  border-radius: var(--mr_radius_md);
  margin: 24px 0;
  overflow: hidden;
  box-shadow: var(--mr_shadow_sm);
  border: 1px solid var(--mr_color_border);
  border-top: 4px solid var(--mr_color_accent);
}
.mr-hero::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle at top right, rgba(255, 107, 53, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.mr-hero::after {
  content: "";
  position: absolute;
  bottom: -30px; left: -30px;
  width: 180px; height: 180px;
  background-image: radial-gradient(rgba(45, 61, 170, 0.06) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  pointer-events: none;
}
.mr-hero > * { position: relative; z-index: 1; }
.mr-hero__title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 18px;
  line-height: 1.45;
  color: var(--mr_color_main) !important;
  letter-spacing: 0.01em;
}
.mr-hero__title strong {
  color: var(--mr_color_accent);
  background: linear-gradient(transparent 65%, rgba(255, 107, 53, 0.18) 65%);
  padding: 0 4px;
  font-weight: 900;
}
.mr-hero__tagline {
  font-size: 16px; margin: 0 auto 28px; max-width: 680px;
  color: var(--mr_color_text_muted);
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.mr-hero__pr {
  font-size: 12px;
  color: var(--mr_color_text_muted);
  margin-top: 20px;
  letter-spacing: 0.05em;
}

/* =========================================================
   🎯 カテゴリカード(シャープ化)
   ========================================================= */
.mr-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.mr-cat-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--mr_color_border);
  border-radius: var(--mr_radius_md);
  padding: 26px 18px 22px;
  text-align: center;
  text-decoration: none;
  color: var(--mr_color_main);
  font-weight: 700;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: var(--mr_shadow_xs);
  transition: all 0.2s ease;
  overflow: hidden;
}
.mr-cat-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--mr_color_accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s ease;
}
.mr-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mr_shadow_md);
  border-color: var(--mr_color_main);
}
.mr-cat-card:hover::before { transform: scaleX(1); }
.mr-cat-card svg {
  width: 36px; height: 36px;
  color: var(--mr_color_main);
  transition: color 0.2s ease;
  stroke-width: 1.75;
}
.mr-cat-card:hover svg { color: var(--mr_color_accent); }
.mr-cat-card__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.mr-cat-card__desc {
  font-size: 11.5px;
  color: var(--mr_color_text_muted);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* =========================================================
   🏆 編集部 3つの方針(シャープ化)
   ========================================================= */
.mr-policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.mr-policy-card {
  background: #fff;
  border-radius: var(--mr_radius_md);
  padding: 28px 22px;
  border: 1px solid var(--mr_color_border);
  border-top: 4px solid var(--mr_color_accent);
  box-shadow: var(--mr_shadow_xs);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mr-policy-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mr_shadow_md);
}
.mr-policy-card__num {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 900;
  color: var(--mr_color_accent);
  background: var(--mr_color_pale_orange);
  padding: 4px 10px;
  border-radius: var(--mr_radius_xs);
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.mr-policy-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 900;
  color: var(--mr_color_main);
  margin: 0 0 12px;
  display: flex; align-items: center; gap: 8px;
  letter-spacing: 0.02em;
}
.mr-policy-card__title svg {
  width: 22px; height: 22px;
  color: var(--mr_color_accent);
  stroke-width: 2;
}
.mr-policy-card__body {
  font-size: 14px;
  color: var(--mr_color_text);
  line-height: 1.9;
  margin: 0;
}

/* =========================================================
   📰 プレースホルダ(シャープ化)
   ========================================================= */
.mr-placeholder {
  text-align: center;
  padding: 36px 24px;
  background: var(--mr_color_pale_orange);
  border-radius: var(--mr_radius_md);
  border: 1px dashed var(--mr_color_accent);
  margin: 16px 0;
}
.mr-placeholder svg {
  width: 40px; height: 40px;
  color: var(--mr_color_accent);
  margin-bottom: 10px;
}
.mr-placeholder__title {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--mr_color_accent_dark);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}
.mr-placeholder__body {
  font-size: 14px;
  color: var(--mr_color_text);
  line-height: 1.9;
  max-width: 600px;
  margin: 0 auto;
}

/* =========================================================
   👥 編集部紹介ブロック(シャープ化)
   ========================================================= */
.mr-author-box {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  background: #fff;
  border-radius: var(--mr_radius_md);
  padding: 28px;
  box-shadow: var(--mr_shadow_xs);
  border: 1px solid var(--mr_color_border);
  border-left: 4px solid var(--mr_color_main);
  margin: 24px 0;
  align-items: center;
}
.mr-author-box__thumb {
  width: 140px; height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--mr_color_light_indigo);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--mr_shadow_sm);
}
.mr-author-box__thumb img { width: 100%; height: 100%; object-fit: cover; }
.mr-author-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 900;
  color: var(--mr_color_main);
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}
.mr-author-box__meta {
  font-size: 12px;
  color: var(--mr_color_text_muted);
  margin: 0 0 12px;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.mr-author-box__meta span {
  background: var(--mr_color_light_indigo);
  padding: 3px 9px;
  border-radius: var(--mr_radius_xs);
  font-weight: 700;
  color: var(--mr_color_main);
  font-size: 11.5px;
  letter-spacing: 0.04em;
}
.mr-author-box__body {
  font-size: 14px;
  color: var(--mr_color_text);
  line-height: 1.95;
  margin: 0 0 12px;
}
.mr-author-box__cta {
  color: var(--mr_color_accent);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.mr-author-box__cta::after { content: " ›"; font-weight: 400; }

.mr-author-box--enhanced .mr-author-box__thumb {
  position: relative;
}
.mr-author-box__guide-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: var(--mr_color_accent);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 10.5px;
  padding: 4px 10px;
  border-radius: var(--mr_radius_xs);
  box-shadow: var(--mr_shadow_sm);
  letter-spacing: 0.1em;
  white-space: nowrap;
  border: 2px solid #fff;
}

/* =========================================================
   セクションタイトル(シャープ・編集メディア風)
   ========================================================= */
.mr-section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: var(--mr_color_main);
  text-align: center;
  margin: 56px 0 8px;
  letter-spacing: 0.04em;
}
.mr-section-title__en {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--mr_color_accent);
  letter-spacing: 0.32em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.mr-section-title__line {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--mr_color_accent);
  margin: 12px auto 28px;
  border-radius: var(--mr_radius_xs);
}

/* =========================================================
   🏬 ストアラインアップ(シャープ化)
   ========================================================= */
.mr-store-lineup {
  margin: 24px 0;
  padding: 22px;
  background: #fff;
  border-radius: var(--mr_radius_md);
  border: 1px solid var(--mr_color_border);
  box-shadow: var(--mr_shadow_xs);
}
.mr-store-lineup__label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--mr_color_accent);
  letter-spacing: 0.25em;
  text-align: center;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.mr-store-lineup__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
}
.mr-store-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border-radius: var(--mr_radius_sm);
  background: #FAFAF8;
  border: 1px solid var(--mr_color_border);
  transition: all 0.2s ease;
  text-align: center;
  min-height: 64px;
}
.mr-store-chip:hover {
  border-color: var(--mr_color_main);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: var(--mr_shadow_sm);
}
.mr-store-chip__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: var(--mr_color_main);
  margin-bottom: 4px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.mr-store-chip__tag {
  font-size: 10.5px;
  color: var(--mr_color_text_muted);
  background: var(--mr_color_light_indigo);
  padding: 2px 8px;
  border-radius: var(--mr_radius_xs);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mr-store-chip[data-store="ebook"] { border-color: #E8C25C; }
.mr-store-chip[data-store="ebook"] .mr-store-chip__tag { background: #FFF6D9; color: #8B6710; }
.mr-store-chip[data-store="seamoa"] { border-color: #E89BAE; }
.mr-store-chip[data-store="seamoa"] .mr-store-chip__tag { background: #FFE5EC; color: #A52344; }
.mr-store-chip[data-store="bookwalker"] { border-color: #9CCAE8; }
.mr-store-chip[data-store="bookwalker"] .mr-store-chip__tag { background: #E5F2FF; color: #154C8E; }
.mr-store-chip[data-store="renta"] { border-color: #E8B485; }
.mr-store-chip[data-store="renta"] .mr-store-chip__tag { background: #FFEEDC; color: #8E4F08; }
.mr-store-chip[data-store="kindle"] { border-color: #E8A47A; }
.mr-store-chip[data-store="kindle"] .mr-store-chip__tag { background: #FFE7D2; color: #874515; }
.mr-store-chip[data-store="kobo"] { border-color: #B894E8; }
.mr-store-chip[data-store="kobo"] .mr-store-chip__tag { background: #EBDDFF; color: #4A188C; }

/* =========================================================
   🥇 TOP 3 STORE プレビュー(シャープ化)
   ========================================================= */
.mr-pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.mr-pick-card {
  position: relative;
  background: #fff;
  border-radius: var(--mr_radius_md);
  padding: 28px 22px 22px;
  border: 1px solid var(--mr_color_border);
  box-shadow: var(--mr_shadow_xs);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: visible;
}
.mr-pick-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mr_shadow_md);
}
.mr-pick-card__badge {
  position: absolute;
  top: -14px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--mr_radius_xs);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  box-shadow: var(--mr_shadow_sm);
  letter-spacing: 0.06em;
}
.mr-pick-card__badge svg { width: 14px; height: 14px; stroke-width: 2; }

.mr-pick-card--gold { border-color: #D4A640; }
.mr-pick-card--gold .mr-pick-card__badge { background: #B5871C; }
.mr-pick-card--silver { border-color: #8895A4; }
.mr-pick-card--silver .mr-pick-card__badge { background: #5C6878; }
.mr-pick-card--bronze { border-color: #C0764A; }
.mr-pick-card--bronze .mr-pick-card__badge { background: #8E4F2C; }

.mr-pick-card__store {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 900;
  color: var(--mr_color_main);
  margin: 14px 0 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.mr-pick-card__reason {
  font-size: 14px;
  color: var(--mr_color_text);
  line-height: 1.9;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--mr_color_border);
}
.mr-pick-card__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mr-pick-card__points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--mr_color_text);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.mr-pick-card__points li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #2E9B5A;
  background: #DEF5E5;
  padding: 3px;
  border-radius: 50%;
}

/* =========================================================
   📅 更新情報ブロック(シャープ化)
   ========================================================= */
.mr-update-info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  background: #fff;
  padding: 12px 20px;
  border-radius: var(--mr_radius_md);
  margin: 16px auto;
  max-width: fit-content;
  border: 1px solid var(--mr_color_border);
}
.mr-update-info__row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mr-update-info__label {
  font-size: 10.5px;
  font-weight: 900;
  color: #fff;
  background: var(--mr_color_main);
  padding: 3px 9px;
  border-radius: var(--mr_radius_xs);
  letter-spacing: 0.06em;
}
.mr-update-info__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--mr_color_main);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.mr-update-info__next {
  font-size: 13px;
  font-weight: 700;
  color: var(--mr_color_text);
}

/* =========================================================
   SWELL ロゴ強制差し替え
   ========================================================= */
.c-headLogo.-txt .c-headLogo__link,
.c-headLogo .c-headLogo__link {
  display: inline-block !important;
  background-image: url('/wp-content/uploads/2026/05/27ce7a8ccac90e03158b2c318aacdd24.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 230px; height: 56px;
  font-size: 0 !important;
  color: transparent !important;
  text-indent: -9999px;
  overflow: hidden;
}
.l-header__bar { background: var(--mr_color_main) !important; color: #fff !important; }
.l-header__bar .c-catchphrase { color: #fff !important; }

/* SWELL メインビジュアル非表示 */
.p-mainVisual, .l-mainVisual,
.p-mainVisual__inner, .p-mainVisual__slide { display: none !important; }
.l-content { padding-top: 24px; }

/* sidebar 不要 widget 非表示 */
#sidebar .wp-block-search,
#sidebar .wp-block-latest-comments,
#sidebar .wp-block-archives { display: none; }

/* スマホメニュー(PC では非表示) */
@media (min-width: 960px) {
  .l-spHeader, .c-spMenu, #sp_menu, .p-spMenu { display: none !important; }
}

/* アクセシビリティ */
a, button, [role="button"] { min-height: 44px; }
*:focus-visible {
  outline: 2px solid var(--mr_color_accent);
  outline-offset: 3px;
  border-radius: var(--mr_radius_xs);
}

/* 段落分割の余白 */
.post_content p { margin: 0 0 1.2em; line-height: 1.9; }

/* リンク色 */
.post_content a:not(.mr-btn-primary):not(.mr-related-card):not(.mr-cat-card):not(.mr-author-box__cta) {
  color: var(--mr_color_main);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(45, 61, 170, 0.35);
}
.post_content a:hover { color: var(--mr_color_accent); }

/* =========================================================
   📱 モバイル最適化
   ========================================================= */
@media (max-width: 768px) {
  .mr-hero { padding: 48px 18px 56px; }
  .mr-hero__title { font-size: 24px; line-height: 1.5; }
  .mr-hero__tagline { font-size: 14px; }
  .mr-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .mr-cat-card { padding: 20px 10px 16px; font-size: 13px; }
  .mr-cat-card svg { width: 30px; height: 30px; }
  .mr-policy-grid { grid-template-columns: 1fr; gap: 12px; }
  .mr-policy-card { padding: 22px 18px; }
  .mr-author-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 18px;
  }
  .mr-author-box__thumb {
    width: 100px; height: 100px;
    margin: 0 auto;
  }
  .mr-related-card { padding: 10px; }
  .mr-related-card__thumb { flex: 0 0 80px; max-width: 80px; }
  .post_content h2 { font-size: 1.28em; padding: 0.7em 1em 0.7em 1em; }
  .post_content h3 { font-size: 1.15em; }
  .mr-stats-bar { padding: 16px 12px; gap: 12px; }
  .mr-stat strong { font-size: 26px; }
  .mr-stat + .mr-stat::before { display: none; }
  .mr-section-title { font-size: 20px; margin: 36px 0 6px; }
  .mr-btn-primary, .mr-cta-primary {
    padding: 14px 22px;
    font-size: 15px;
    min-width: auto;
    width: 100%;
    max-width: 320px;
  }
  .mr-store-lineup { padding: 16px 14px; }
  .mr-store-lineup__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .mr-store-chip { padding: 12px 8px; min-height: 56px; }
  .mr-store-chip__name { font-size: 13px; }
  .mr-pick-grid { grid-template-columns: 1fr; gap: 22px; }
  .mr-pick-card { padding: 24px 18px 18px; }
  .mr-pick-card__store { font-size: 19px; }
  .mr-update-info {
    flex-direction: column;
    padding: 12px 16px;
    border-radius: var(--mr_radius_md);
  }
}

/* =========================================================
   ✨ Layer 3 (Final微改善): アニメーション & マイクロインタラクション
   独自実装・CSS pure animations
   ========================================================= */

/* スクロール時のフェードイン(IntersectionObserver不要の遅延表示) */
@keyframes mrFadeUp {
  0% { opacity: 0; transform: translateY(24px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes mrFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes mrScale {
  0% { opacity: 0; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}

.mr-hero { animation: mrFadeIn 0.8s ease-out; }
.mr-hero__title { animation: mrFadeUp 0.8s ease-out 0.2s both; }
.mr-hero__tagline { animation: mrFadeUp 0.8s ease-out 0.4s both; }
.mr-hero .mr-cta-primary { animation: mrFadeUp 0.8s ease-out 0.6s both; }
.mr-hero__pr { animation: mrFadeIn 0.8s ease-out 0.8s both; }

.mr-stats-bar,
.mr-store-lineup,
.mr-pick-grid,
.mr-cat-grid,
.mr-policy-grid,
.mr-author-box,
.mr-placeholder,
.mr-update-info { animation: mrFadeUp 0.7s ease-out both; }

/* セクション間で段階的に出現 */
.mr-cat-card:nth-child(1) { animation: mrFadeUp 0.5s ease-out 0.05s both; }
.mr-cat-card:nth-child(2) { animation: mrFadeUp 0.5s ease-out 0.1s both; }
.mr-cat-card:nth-child(3) { animation: mrFadeUp 0.5s ease-out 0.15s both; }
.mr-cat-card:nth-child(4) { animation: mrFadeUp 0.5s ease-out 0.2s both; }
.mr-cat-card:nth-child(5) { animation: mrFadeUp 0.5s ease-out 0.25s both; }
.mr-cat-card:nth-child(6) { animation: mrFadeUp 0.5s ease-out 0.3s both; }
.mr-cat-card:nth-child(7) { animation: mrFadeUp 0.5s ease-out 0.35s both; }

.mr-store-chip:nth-child(1) { animation: mrScale 0.4s ease-out 0.05s both; }
.mr-store-chip:nth-child(2) { animation: mrScale 0.4s ease-out 0.1s both; }
.mr-store-chip:nth-child(3) { animation: mrScale 0.4s ease-out 0.15s both; }
.mr-store-chip:nth-child(4) { animation: mrScale 0.4s ease-out 0.2s both; }
.mr-store-chip:nth-child(5) { animation: mrScale 0.4s ease-out 0.25s both; }
.mr-store-chip:nth-child(6) { animation: mrScale 0.4s ease-out 0.3s both; }

.mr-pick-card:nth-child(1) { animation: mrFadeUp 0.6s ease-out 0.1s both; }
.mr-pick-card:nth-child(2) { animation: mrFadeUp 0.6s ease-out 0.25s both; }
.mr-pick-card:nth-child(3) { animation: mrFadeUp 0.6s ease-out 0.4s both; }

/* 数字バッジの強調アニメ(浮遊効果) */
@keyframes mrFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
.mr-stat strong {
  animation: mrFloat 3s ease-in-out infinite;
}
.mr-stat:nth-child(1) strong { animation-delay: 0s; }
.mr-stat:nth-child(2) strong { animation-delay: 0.5s; }
.mr-stat:nth-child(3) strong { animation-delay: 1s; }
.mr-stat:nth-child(4) strong { animation-delay: 1.5s; }

/* CTAボタンの微パルス(アテンション) */
@keyframes mrPulse {
  0%, 100% { box-shadow: var(--mr_shadow_orange); }
  50% { box-shadow: var(--mr_shadow_orange_hover); }
}
.mr-hero .mr-cta-primary {
  animation: mrPulse 2.5s ease-in-out 1s infinite, mrFadeUp 0.8s ease-out 0.6s both;
}

/* セクションタイトル装飾線のアニメ */
@keyframes mrLineExpand {
  0% { width: 0; }
  100% { width: 40px; }
}
.mr-section-title__line {
  animation: mrLineExpand 0.6s ease-out 0.2s both;
}

/* TOP3カードのバッジに微回転 */
@keyframes mrBadgeBounce {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
}
.mr-pick-card__badge {
  animation: mrBadgeBounce 4s ease-in-out infinite;
}
.mr-pick-card:nth-child(1) .mr-pick-card__badge { animation-delay: 0s; }
.mr-pick-card:nth-child(2) .mr-pick-card__badge { animation-delay: 1s; }
.mr-pick-card:nth-child(3) .mr-pick-card__badge { animation-delay: 2s; }

/* カテゴリカードのアイコンに微浮遊 */
.mr-cat-card svg {
  transition: all 0.3s ease;
}
.mr-cat-card:hover svg {
  animation: mrFloat 0.8s ease-in-out infinite;
}

/* 関連カードの矢印にスライドアニメ */
.mr-related-card__cta::after {
  content: " →";
  display: inline-block;
  transition: transform 0.25s ease;
}
.mr-related-card:hover .mr-related-card__cta::after {
  transform: translateX(4px);
}

/* グラデーション動くアニメ(ヒーロー背景の光) */
@keyframes mrGradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* リデュースモーション対応(アクセシビリティ) */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   📰 マンガ表紙風プレースホルダカード(写真の代替)
   ========================================================= */
.mr-cover-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(135deg, var(--mr_color_main) 0%, var(--mr_color_main_light) 100%);
  border-radius: var(--mr_radius_sm);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.mr-cover-placeholder::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 6px, rgba(255,255,255,0.05) 6px 12px);
  pointer-events: none;
}
.mr-cover-placeholder::after {
  content: "📕";
  position: absolute;
  top: 30%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  opacity: 0.5;
}
.mr-cover-placeholder__label {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  background: rgba(0,0,0,0.4);
  padding: 4px 8px;
  border-radius: var(--mr_radius_xs);
  z-index: 1;
}

/* =========================================================
   🎯 浮遊する装飾要素(背景に書籍アイコン散らし)
   ========================================================= */
@keyframes mrFloatSlow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(10px, -8px) rotate(2deg); }
  66% { transform: translate(-8px, 6px) rotate(-1deg); }
}

.mr-hero .mr-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  animation: mrFloatSlow 8s ease-in-out infinite;
}
.mr-hero .mr-deco--book1 { top: 12%; right: 8%; width: 48px; height: 48px; animation-delay: 0s; }
.mr-hero .mr-deco--book2 { bottom: 18%; left: 6%; width: 36px; height: 36px; animation-delay: 2s; }
.mr-hero .mr-deco--star { top: 60%; right: 14%; width: 32px; height: 32px; animation-delay: 4s; }

/* =========================================================
   🔧 TOP3 STORE 表示修正 (2026-06-03)
   - バッジ<br>由来の2行化→見出し重なり解消(1行化)
   - 無限回転アニメ停止(プロ感・視認性)
   - デスクトップ3カラム化(3枚目の孤立・右空白解消)
   ========================================================= */
@media (min-width: 769px) {
  .mr-pick-grid { grid-template-columns: repeat(3, 1fr); }
  .mr-pick-card__store { font-size: 19px; }
}
.mr-pick-card__badge { animation: none; }
.mr-pick-card__badge br { display: none; }
.mr-pick-card__badge svg { width: 13px; height: 13px; }
.mr-pick-card__store { margin-top: 18px; }
