/*
Theme Name: Yeah!OTOKU
Theme URI: https://example.com/
Author: Yeah!OTOKU
Author URI: https://example.com/
Description: Yeah!OTOKU - オンラインオリパのリアルな口コミ・評判を届ける情報メディア
Version: 4.0.0
Text Domain: yeah-otoku
*/

/* --- リセット --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  line-height: 1.9;
  font-size: 16px;
  font-weight: 500;
  background: #fdfdfd;
}
a { color: #b8860b; text-decoration: none; transition: all 0.3s; }
a:hover { opacity: 0.75; }
img { max-width: 100%; height: auto; }
ul, ol { list-style: none; }

/* =========================
   ヘッダー
   ========================= */
.l-header {
  background: #fdfdfd;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.l-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.site-logo {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 2px;
}
.site-logo a { color: #0a1628; }
.site-logo a:hover { opacity: 1; }
.site-logo .accent { color: #DAA520; }
.site-logo .yeah { color: #DAA520; font-style: italic; }

/* グローバルナビ */
.g-nav ul { display: flex; gap: 0; }
.g-nav li a {
  display: block;
  padding: 0 18px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: 600;
  color: #0a1628;
  position: relative;
}
.g-nav li a::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #DAA520);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.g-nav li a:hover { opacity: 1; color: #B8860B; }
.g-nav li a:hover::after,
.g-nav li.current-menu-item a::after,
.g-nav li.current-cat a::after {
  width: calc(100% - 36px);
}
.menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: #0a1628;
  cursor: pointer;
}

/* =========================
   フッター
   ========================= */
.l-footer {
  background: #0a1628;
  color: #aaa;
  margin-top: 60px;
}
.l-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px;
  margin-bottom: 35px;
}
.footer-col h4 {
  color: #FFD700;
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,215,0,0.15);
}
.footer-col p { font-size: 13px; line-height: 1.7; }
.footer-col ul li { margin-bottom: 6px; }
.footer-col ul li a { color: #999; font-size: 13px; }
.footer-col ul li a:hover { color: #FFD700; opacity: 1; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 18px;
  text-align: center;
  font-size: 12px;
  color: #555;
}

/* =========================
   メインレイアウト（2カラム）
   ========================= */
.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-2col {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 55px;
  padding: 40px 0;
}
.l-main { min-width: 0; }

/* =========================
   サイドバー
   ========================= */
.sidebar-widget {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 25px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.sidebar-widget h4,
.widget-title {
  font-size: 14px;
  color: #fff;
  background: #0a1628;
  margin: -22px -22px 16px;
  padding: 10px 18px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.sidebar-widget h4::after,
.widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
}
.sidebar-cat-list li {
  border-bottom: 1px dashed #e8e4dc;
}
.sidebar-cat-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  font-size: 14px;
  color: #555;
}
.sidebar-cat-list li a:hover { color: #B8860B; opacity: 1; }
.sidebar-cat-list .cat-count {
  background: #FFF8E1;
  color: #B8860B;
  font-size: 12px;
  padding: 1px 8px;
  border-radius: 10px;
}

/* サイドバー バナーボックス */
.sidebar-banner-box {
  background: linear-gradient(135deg, #0a1628 0%, #162040 100%);
  color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.sidebar-banner-box::before {
  content: "";
  position: absolute;
  top: -30px; right: -30px;
  width: 100px; height: 100px;
  background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.sidebar-banner-box h4 {
  background: none;
  color: #FFD700;
  margin: 0 0 8px;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
}
.sidebar-banner-box h4::after { display: none; }
.sidebar-banner-box p {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 12px;
}
.sidebar-banner-box .btn-sm {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a1628;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 22px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

/* プロフィールウィジェット */
.profile-widget { text-align: center; }
.profile-widget .profile-avatar-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  display: block;
  border: 3px solid #DAA520;
  box-shadow: 0 4px 12px rgba(218,165,32,0.2);
}
.profile-name { font-size: 16px; font-weight: 700; color: #0a1628; }
.profile-role { font-size: 12px; color: #B8860B; margin-top: 2px; }
.profile-bio { font-size: 13px; color: #666; line-height: 1.6; margin: 10px 0 12px; }
.profile-sns { display: flex; justify-content: center; gap: 10px; }
.profile-sns-link {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #FFF8E1;
  color: #B8860B;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700;
  transition: all 0.3s;
}
.profile-sns-link:hover {
  background: #DAA520;
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

/* 人気記事ランキング */
.sidebar-popular-item { margin-bottom: 12px; }
.sidebar-popular-item:last-child { margin-bottom: 0; }
.sidebar-popular-item a {
  display: grid;
  grid-template-columns: 28px 60px 1fr;
  gap: 10px;
  align-items: center;
  color: #555;
}
.sidebar-popular-item a:hover { opacity: 1; color: #B8860B; }
.sidebar-rank {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
  color: #fff; flex-shrink: 0;
}
.rank-1 { background: linear-gradient(135deg, #FFD700, #FFA500); box-shadow: 0 2px 8px rgba(255,215,0,0.4); }
.rank-2 { background: linear-gradient(135deg, #C0C0C0, #A0A0A0); }
.rank-3 { background: linear-gradient(135deg, #CD7F32, #A0522D); }
.sidebar-popular-img {
  width: 60px; height: 60px;
  border-radius: 8px;
  background: #f0ece4;
  flex-shrink: 0;
  object-fit: cover;
}
.sidebar-popular-title {
  font-size: 13px; font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* WordPress ウィジェット共通 */
.l-sidebar .widget {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 25px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.l-sidebar .widget ul { list-style: none; padding: 0; }
.l-sidebar .widget ul li {
  border-bottom: 1px dashed #e8e4dc;
  padding: 8px 0;
}
.l-sidebar .widget ul li a { color: #555; font-size: 14px; }
.l-sidebar .widget ul li a:hover { color: #B8860B; }

/* =========================
   トップ：メインビジュアル
   ========================= */
.mv {
  background: linear-gradient(rgba(10,22,40,0.75), rgba(10,22,40,0.8)),
              url('http://you-yeah-otoku.com/wp-content/uploads/2026/03/2026年最新.png') center center / cover no-repeat;
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mv::before {
  content: "";
  position: absolute;
  top: -50%; left: -50%; right: -50%; bottom: -50%;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255,215,0,0.07) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(100,180,255,0.05) 0%, transparent 50%);
  pointer-events: none;
  animation: mvGlow 8s ease-in-out infinite alternate;
}
@keyframes mvGlow {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}
.mv-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.mv h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 1px;
}
.mv h1 .accent {
  color: #FFD700;
  text-shadow: 0 0 20px rgba(255,215,0,0.3);
}
.mv-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
}
.mv-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.mv-badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,215,0,0.35);
  color: #FFD700;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 25px;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
}
.mv-badge:hover {
  background: rgba(255,215,0,0.15);
  border-color: #FFD700;
  opacity: 1;
  transform: translateY(-1px);
}

/* =========================
   記事カード一覧
   ========================= */
.top-section { padding: 40px 0; }
.top-section-title {
  font-size: 24px;
  color: #0a1628;
  margin-bottom: 22px;
  padding-left: 16px;
  border-left: 5px solid #DAA520;
  font-weight: 900;
  letter-spacing: 1px;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.post-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.post-card a { color: inherit; display: block; }
.post-card a:hover { opacity: 1; }
.post-card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  background: #f0ece4;
  display: block;
}
.post-card-body { padding: 16px; }
.post-card-cat {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a1628;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.post-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card-date { font-size: 12px; color: #aaa; }

/* 横並びリスト型 */
.post-list-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 18px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  margin-bottom: 18px;
  transition: all 0.3s;
}
.post-list-item:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.post-list-item a { color: inherit; display: contents; }
.post-list-item a:hover { opacity: 1; }
.post-list-img {
  width: 100%; height: 140px;
  object-fit: cover;
  background: #f0ece4;
  display: block;
}
.post-list-body {
  padding: 15px 15px 15px 0;
  display: flex; flex-direction: column; justify-content: center;
}

/* =========================
   カテゴリヘッダー
   ========================= */
.cat-header {
  background: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.cat-header h1 {
  font-size: 24px;
  color: #0a1628;
  display: flex; align-items: center; gap: 10px;
}
.cat-header h1::before {
  content: "";
  display: inline-block;
  width: 5px; height: 28px;
  background: linear-gradient(180deg, #FFD700, #DAA520);
  border-radius: 3px;
}
.cat-header p { font-size: 14px; color: #888; margin-top: 5px; padding-left: 15px; }

/* =========================
   記事ページ
   ========================= */
.article-header { margin-bottom: 30px; }
.article-meta {
  display: flex; align-items: center; gap: 15px;
  font-size: 13px; color: #999; margin-bottom: 10px;
}
.article-cat {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a1628;
  font-size: 12px; font-weight: 700;
  padding: 3px 14px;
  border-radius: 20px;
}
.article-cat a { color: #0a1628; }
.article-header h1 {
  font-size: 30px;
  color: #0a1628;
  line-height: 1.45;
  margin-bottom: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.article-eyecatch {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
  background: #f0ece4;
  min-height: 200px;
}

/* 記事本文 */
.entry-content { color: #333; }
.entry-content p { margin-bottom: 1em; }

/* h2：ダークネイビー背景 × 白テキスト（card-compass風） */
.entry-content h2 {
  background: #0a1628;
  color: #fff;
  font-size: 22px;
  padding: 0.8em 1.1em;
  margin: 50px 0 22px;
  border-radius: 6px;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.entry-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
}

/* h3：ストライプ下線（card-compass風） */
.entry-content h3 {
  font-size: 18px;
  color: #0a1628;
  padding: 0 0.5em 0.6em;
  margin: 38px 0 16px;
  font-weight: 900;
  border-bottom: 3px solid transparent;
  background-image: repeating-linear-gradient(
    -45deg,
    #DAA520,
    #DAA520 2px,
    transparent 2px,
    transparent 5px
  );
  background-size: 100% 3px;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* h4：左ボーダー */
.entry-content h4 {
  font-size: 16px;
  color: #0a1628;
  padding-left: 14px;
  border-left: 3px solid #DAA520;
  margin: 28px 0 14px;
  font-weight: 700;
}

/* テーブル */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-radius: 8px;
  overflow: hidden;
}
.entry-content table th {
  background: #0a1628;
  color: #fff;
  padding: 11px 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.entry-content table td {
  padding: 11px 16px;
  border-bottom: 1px solid #eee;
}
.entry-content table tr:nth-child(even) td {
  background: #fafaf5;
}

/* Gutenberg テーブル */
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-radius: 8px;
  overflow: hidden;
}
.wp-block-table table th {
  background: #0a1628;
  color: #fff;
  padding: 11px 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.wp-block-table table td {
  padding: 11px 16px;
  border-bottom: 1px solid #eee;
}

/* チェックリスト */
.entry-content ul.check-list { list-style: none; padding-left: 0; }
.entry-content ul.check-list li { padding: 5px 0 5px 26px; position: relative; }
.entry-content ul.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #DAA520;
  font-weight: bold;
  font-size: 15px;
}

/* キャプションボックス */
.cap-box {
  border-radius: 10px;
  padding: 22px 24px;
  margin: 22px 0;
  position: relative;
}
.cap-box.pink   { background: #FFFDE7; border: 1px solid #DAA520; }
.cap-box.blue   { background: #f0f6fd; border: 1px solid #4a90d9; }
.cap-box.green  { background: #f0faf2; border: 1px solid #4caf50; }
.cap-box.orange { background: #fff8f0; border: 1px solid #e67e22; }
.cap-label {
  position: absolute;
  top: -11px; left: 18px;
  padding: 2px 14px;
  border-radius: 20px;
  font-size: 12px; font-weight: 700; color: #fff;
}
.cap-box.pink   .cap-label { background: linear-gradient(135deg, #DAA520, #B8860B); }
.cap-box.blue   .cap-label { background: #4a90d9; }
.cap-box.green  .cap-label { background: #4caf50; }
.cap-box.orange .cap-label { background: #e67e22; }

/* メリデメ */
.merit-box, .demerit-box {
  border-radius: 10px;
  padding: 22px;
  margin: 20px 0;
}
.merit-box  { background: #f0faf2; border: 2px solid #4caf50; }
.demerit-box { background: #fff5f5; border: 2px solid #e74c3c; }
.box-title { font-size: 16px; font-weight: 900; margin-bottom: 12px; }
.merit-box  .box-title { color: #2e7d32; }
.demerit-box .box-title { color: #e74c3c; }
.merit-box ul, .demerit-box ul { list-style: none; padding-left: 0; }
.merit-box li, .demerit-box li { padding: 5px 0 5px 26px; position: relative; }
.merit-box li::before  { content: "\2713"; position: absolute; left: 0; color: #4caf50; font-weight: bold; }
.demerit-box li::before { content: "\2717"; position: absolute; left: 0; color: #e74c3c; font-weight: bold; }

/* 口コミ */
.review-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-left: 4px solid #DAA520;
  transition: box-shadow 0.3s;
}
.review-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.review-card.good { border-left-color: #4caf50; }
.review-card.bad  { border-left-color: #e74c3c; }
.review-header {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.review-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: #FFF8E1;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.review-card.good .review-avatar { background: #e8f5e9; }
.review-card.bad  .review-avatar { background: #fce4ec; }
.review-stars { color: #FFD700; font-size: 14px; letter-spacing: 2px; }
.review-meta  { font-size: 12px; color: #999; }

/* FAQ */
.faq-item {
  margin-bottom: 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.faq-q {
  padding: 14px 18px;
  font-weight: 700;
  color: #0a1628;
  display: flex; align-items: center; gap: 10px;
  background: #fafaf5;
}
.faq-icon {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a1628;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900;
  flex-shrink: 0;
}
.faq-a {
  padding: 14px 18px 14px 56px;
  color: #555;
  font-size: 15px;
  border-top: 1px solid #eee;
}

/* CTAボタン */
.btn-cta {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700, #F0A000);
  color: #0a1628;
  font-size: 16px;
  font-weight: 900;
  padding: 16px 44px;
  border-radius: 50px;
  box-shadow: 0 4px 18px rgba(218,165,32,0.35);
  transition: all 0.3s;
  position: relative;
}
.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(218,165,32,0.45);
  color: #0a1628;
  opacity: 1;
}
.btn-cta small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  opacity: 0.75;
}
.btn-outline {
  display: inline-block;
  border: 2px solid #DAA520;
  color: #B8860B;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 50px;
  transition: all 0.3s;
}
.btn-outline:hover { background: #DAA520; color: #fff; opacity: 1; }
.cta-center { text-align: center; margin: 35px 0; }
.cta-note { font-size: 13px; color: #999; margin-top: 8px; text-align: center; }

/* 注記ボックス */
.note-box {
  background: #fafaf5;
  border-left: 3px solid #DAA520;
  padding: 16px 20px;
  font-size: 14px;
  color: #777;
  border-radius: 0 8px 8px 0;
  margin: 22px 0;
}

/* 目次 */
.toc-box {
  background: #fafaf5;
  border: 2px solid #0a1628;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 28px 0;
}
.toc-title {
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  color: #0a1628;
  margin-bottom: 14px;
}
.toc-list { counter-reset: toc; list-style: none; padding-left: 0; }
.toc-list li {
  counter-increment: toc;
  border-bottom: 1px dashed #ddd;
  padding: 6px 0;
}
.toc-list li:last-child { border-bottom: none; }
.toc-list li::before {
  content: counter(toc) ".";
  color: #DAA520;
  font-weight: 900;
  margin-right: 8px;
}
.toc-list a { color: #555; font-size: 14px; }
.toc-list a:hover { color: #B8860B; opacity: 1; }

/* 吹き出し */
.speech-bubble {
  display: flex; gap: 12px;
  margin: 22px 0;
  align-items: flex-start;
}
.speech-bubble.speech-right { flex-direction: row-reverse; }
.speech-avatar { text-align: center; flex-shrink: 0; }
.speech-avatar-name {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}
.speech-balloon {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 15px 20px;
  position: relative;
  max-width: 80%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.speech-balloon p { margin: 0; color: #333; font-size: 15px; }
.speech-left .speech-balloon::before {
  content: "";
  position: absolute;
  left: -8px; top: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}
.speech-right .speech-balloon::before {
  content: "";
  position: absolute;
  right: -8px; top: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

/* 著者ボックス */
.author-box {
  display: flex;
  gap: 18px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  margin: 30px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.author-box-avatar {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: #FFF8E1;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px; flex-shrink: 0;
}
.author-box-label { font-size: 12px; color: #B8860B; font-weight: 700; }
.author-box-name { font-size: 16px; font-weight: 900; color: #0a1628; margin: 4px 0 8px; }
.author-box-bio { font-size: 13px; color: #666; line-height: 1.6; }
.author-box-sns { display: flex; gap: 12px; margin-top: 10px; }
.author-box-sns a { font-size: 13px; color: #B8860B; font-weight: 600; }

/* パンくず */
.breadcrumb-bar {
  background: #f5f4f0;
  padding: 10px 0;
  font-size: 13px;
  color: #999;
  border-bottom: 1px solid #eee;
}
.breadcrumb-bar a { color: #999; }
.breadcrumb-bar a:hover { color: #B8860B; opacity: 1; }

/* 記事ナビ */
.article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.article-nav a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}
.article-nav a:hover { opacity: 1; color: #B8860B; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.article-nav .nav-label {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 4px;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  font-size: 14px; font-weight: 600;
  color: #888;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #0a1628;
  border-color: #DAA520;
}

/* =========================
   レスポンシブ
   ========================= */
@media (max-width: 768px) {
  .menu-btn { display: block; color: #0a1628; }
  .g-nav {
    display: none;
    position: fixed;
    top: 70px; left: 0; right: 0; bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 15px 20px;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .g-nav.is-open { display: block; }
  .g-nav ul { flex-direction: column; }
  .g-nav li a {
    height: auto; line-height: 1.5;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
  }
  .g-nav li a::after { display: none; }
  .l-2col { grid-template-columns: 1fr; gap: 30px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .post-list-item { grid-template-columns: 130px 1fr; }
  .post-list-img { height: 100px; }
  .mv h1 { font-size: 26px; }
  .article-header h1 { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .article-nav { grid-template-columns: 1fr; }
  .speech-balloon { max-width: 75%; }
}
@media (max-width: 480px) {
  .post-grid { grid-template-columns: 1fr; }
  .post-list-item { grid-template-columns: 1fr; }
  .post-list-img { height: 180px; }
  .footer-grid { grid-template-columns: 1fr; }
  .speech-balloon { max-width: 70%; }
}
