/* ===== 自動生成CSS（テーマ: aurora） ===== */
:root {
  --color: #d4477e;
  --color-light: #d4477e22;
}
/* ===== 共通リッチブロック（全テーマ記事ページで使用） ===== */
.box-point { background: #f0f7ff; border-left: 4px solid #3b82f6; border-radius: 0 8px 8px 0; padding: 20px 24px; margin: 28px 0; }
.box-point-title { font-weight: 700; color: #1d4ed8; margin-bottom: 10px; font-size: 14px; }
.box-warning { background: #fffbeb; border-left: 4px solid #f59e0b; border-radius: 0 8px 8px 0; padding: 20px 24px; margin: 28px 0; }
.box-warning-title { font-weight: 700; color: #92400e; margin-bottom: 10px; font-size: 14px; }
.box-summary { background: #f0fdf4; border: 2px solid #22c55e; border-radius: 10px; padding: 24px; margin: 32px 0; }
.box-summary-title { font-weight: 700; color: #15803d; font-size: 16px; margin-bottom: 14px; }
.merit-box { background: #f0fdf4; border-left: 4px solid #22c55e; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 20px 0; }
.merit-title { font-weight: 700; color: #15803d; margin-bottom: 10px; font-size: 14px; }
.merit-box ul { padding-left: 20px; }
.merit-box ul li { margin: 6px 0; }
.demerit-box { background: #fff1f2; border-left: 4px solid #f43f5e; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 20px 0; }
.demerit-title { font-weight: 700; color: #be123c; margin-bottom: 10px; font-size: 14px; }
.demerit-box ul { padding-left: 20px; }
.demerit-box ul li { margin: 6px 0; }
.ranking-item { display: flex; align-items: center; gap: 16px; border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px 20px; margin: 10px 0; }
.rank-num { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.rank-1 { background: #fef3c7; color: #92400e; }
.rank-2 { background: #f3f4f6; color: #374151; }
.rank-3 { background: #fef3c7; color: #78350f; opacity: 0.7; }
.rank-other { background: #f3f4f6; color: #6b7280; }
.rank-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.rank-desc { font-size: 13px; color: #6b7280; }
.check-list { list-style: none; padding: 0; margin: 16px 0; }
.check-item { display: flex; align-items: flex-start; gap: 8px; padding: 6px 0; font-size: 15px; }
.check-icon { color: #22c55e; font-weight: 700; flex-shrink: 0; }
.step-item { display: flex; align-items: flex-start; gap: 16px; padding: 16px; border: 1px solid #e5e7eb; border-radius: 8px; margin: 10px 0; }
.step-num { background: var(--color, #4f46e5); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; }
.step-text { font-size: 15px; line-height: 1.7; }
.step-text p { margin: 0 0 6px; }
.step-ol { margin: 4px 0 4px 18px; padding: 0; }
.step-ul { margin: 4px 0 4px 18px; padding: 0; }
.step-ol li, .step-ul li { margin-bottom: 4px; }
.step-sub-list { margin: 4px 0 2px 16px; padding: 0; list-style: disc; }
.step-sub-list li { font-size: 13px; color: #555; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; margin: 12px 0; }
.faq-q { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; background: #f8fafc; font-weight: 700; }
.faq-a { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; background: var(--color, #4f46e5); color: #fff; }
.faq-icon-a { background: #f59e0b; }
.balloon { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px 20px; margin: 16px 0; }
.balloon-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.balloon-icon { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.balloon-icon-placeholder { width: 40px; height: 40px; border-radius: 50%; background: var(--color, #4f46e5); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; flex-shrink: 0; }
.balloon-name { font-size: 12px; font-weight: 700; color: var(--color, #4f46e5); }
.balloon-text { font-size: 15px; line-height: 1.7; }
.cta-box { text-align: center; margin: 32px 0; }
.cta-box-free { text-align: left; background: linear-gradient(135deg, var(--color-light, #f0f4ff) 0%, #fff 100%); border: 1px solid var(--color, #4f46e5); border-radius: 10px; padding: 20px 24px; margin: 32px 0; }
.cta-box-free p { margin-bottom: 10px; color: #333; font-size: 15px; }
.cta-box-free p:last-child { margin-bottom: 0; }
.cta-box-free a { color: var(--color, #4f46e5); font-weight: 600; text-decoration: underline; }
.cta-btn { display: inline-block; background: var(--color, #4f46e5); color: #fff !important; padding: 14px 40px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 16px; transition: opacity 0.15s; }
.cta-btn:hover { opacity: 0.85; }
.profile-box { border: 1px solid #e5e7eb; border-radius: 10px; padding: 20px 24px; margin: 24px 0; background: #f8fafc; }
.profile-content { font-size: 14px; line-height: 1.8; color: #444; }
.related-box { border-left: 3px solid var(--color, #4f46e5); padding: 10px 16px; margin: 16px 0; background: #f8fafc; border-radius: 0 6px 6px 0; }
.related-link { text-decoration: none; color: var(--color, #4f46e5); font-size: 14px; font-weight: 500; }
.related-link:hover { text-decoration: underline; }
.table-wrap { overflow-x: auto; margin: 20px 0; }
.content-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.content-table th { background: var(--color, #4f46e5); color: #fff; padding: 10px 14px; text-align: left; font-weight: 600; }
.content-table td { padding: 10px 14px; border-bottom: 1px solid #e5e7eb; }
.content-table tr:nth-child(even) td { background: #f8fafc; }
.code-block { margin: 24px 0; border-radius: 8px; overflow: hidden; background: #1e1e2e; }
.code-block pre { margin: 0; padding: 20px; overflow-x: auto; }
.code-block code { font-family: 'Fira Code', 'Consolas', 'Monaco', monospace; font-size: 14px; line-height: 1.7; color: #cdd6f4; background: none; }
.img-figure { margin: 28px 0; text-align: center; }
.img-figure img { max-width: 100%; height: auto; border-radius: 8px; }
.img-figure figcaption { font-size: 12px; color: #9ca3af; margin-top: 8px; }
.img-figure.img-size-small img { max-width: 300px; }
.img-figure.img-size-medium img { max-width: 500px; }
.img-figure.img-size-large img { max-width: 800px; }
.img-figure.img-size-full img { max-width: 100%; width: 100%; }
hr.divider { border: none; border-top: 1px solid #e5e7eb; margin: 36px 0; }
blockquote { border-left: 3px solid #d1d5db; padding: 12px 20px; margin: 24px 0; color: #6b7280; font-style: italic; }
.article-tags { margin-top: 32px; padding-top: 20px; border-top: 1px solid #f0f0f0; display: flex; flex-wrap: wrap; gap: 8px; }
.tag-link { display: inline-block; font-size: 12px; padding: 4px 12px; border-radius: 20px; background: var(--color-light, #f0f0f0); color: var(--color, #333); text-decoration: none; border: 1px solid var(--color, #ddd); }
.tag-link:hover { opacity: 0.8; }
/* [MOSAIC] モザイク画像 */
.mosaic-wrap { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 20px 0; }
.mosaic-image { position: relative; cursor: pointer; overflow: hidden; border-radius: 8px; display: inline-block; }
.mosaic-image img { filter: blur(20px); transition: filter 0.4s ease; display: block; }
.mosaic-image.revealed img { filter: none; }
.mosaic-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.4); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 1px; pointer-events: none; transition: opacity 0.4s ease; }
.mosaic-image.revealed .mosaic-overlay { opacity: 0; }
/* [VIDEO] 動画埋め込み（YouTube・Vimeo） */
.video-embed { position: relative; width: 100%; max-width: 720px; margin: 24px auto; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #000; }
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.video-caption { text-align: center; font-size: 13px; color: #6b7280; margin: -16px auto 24px; max-width: 720px; }
.video-embed-fallback { margin: 24px 0; padding: 16px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; text-align: center; }
.video-embed-fallback a { color: #2563eb; text-decoration: none; font-weight: 600; }
.video-embed-fallback a:hover { text-decoration: underline; }
/* 投稿日・更新日 (WordPress風) */
.article-meta .meta-published,
.article-meta .meta-updated { display: inline-block; }
.article-meta .meta-updated { margin-left: 16px; opacity: 0.75; }
@media (max-width: 600px) {
    .article-meta .meta-updated { margin-left: 0; margin-top: 4px; display: block; }
}
/* ===== 自動関連記事 ===== */
.auto-related-box {
    margin: 48px 0 32px;
    padding: 24px 0;
    border-top: 1px solid #e5e7eb;
}
.auto-related-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
    letter-spacing: 0.02em;
}
.auto-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.auto-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    overflow: hidden;
    background: #fafafa;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.auto-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.auto-related-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    background: #e5e7eb;
}
.auto-related-thumb-placeholder {
    background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
}
.auto-related-title {
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 12px 12px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 600px) {
    .auto-related-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .auto-related-card {
        display: grid;
        grid-template-columns: 120px 1fr;
    }
    .auto-related-thumb {
        aspect-ratio: 4 / 3;
    }
    .auto-related-title {
        align-self: center;
        padding: 12px;
        -webkit-line-clamp: 3;
    }
}
.theme-minimal .auto-related-card,
.theme-cards .auto-related-card {
    background: #f5f5f5;
}
/* 装飾ボックス内の長文・URL折り返し */
.box-point, .box-warning, .box-summary, .merit-box, .demerit-box,
.cta-box, .cta-box-free, .profile-box, .balloon-text, .faq-a, .faq-q,
.related-box, .step-text, .mosaic-wrap { word-break: break-word; overflow-wrap: break-word; }
.box-point a, .box-warning a, .box-summary a, .merit-box a, .demerit-box a,
.cta-box a, .cta-box-free a, .profile-box a, .balloon-text a, .faq-a a,
.related-box a, .step-text a { word-break: break-all; overflow-wrap: break-word; }
/* ===== Aurora テーマ — 記事ページ ===== */
/* body.theme-aurora でスコープ（他テーマに影響しない） */

body.theme-aurora {
  background: #050314;
  color: rgba(255,255,255,0.85);
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* ===== 記事ヘッダー ===== */
.theme-aurora .aurora-article-header {
  position: relative;
  background: rgba(5,3,20,0.9);
  backdrop-filter: blur(12px);
}

.theme-aurora .aurora-divider-glow-top {
  height: 1px;
  background: linear-gradient(90deg, transparent, #a855f7, #ec4899, #3b82f6, transparent);
}

.theme-aurora .aurora-article-header .header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme-aurora .aurora-article-header .site-name {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.theme-aurora .aurora-article-header nav a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  transition: color 0.2s;
}

.theme-aurora .aurora-article-header nav a:hover { color: #f0abfc; }

/* ===== 記事ヒーロー ===== */
.theme-aurora .aurora-article-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 24px 48px;
  text-align: center;
}

.theme-aurora .aurora-article-hero .aurora-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.theme-aurora .aurora-article-hero .aurora-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
}

.theme-aurora .aurora-orb-center {
  width: 600px;
  height: 400px;
  background: rgba(168,85,247,0.5);
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.theme-aurora .aurora-orb-side {
  width: 400px;
  height: 300px;
  background: rgba(236,72,153,0.35);
  top: -60px;
  right: -100px;
}

.theme-aurora .aurora-article-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

.theme-aurora .aurora-category-badge {
  display: inline-block;
  background: linear-gradient(90deg, rgba(168,85,247,0.4), rgba(236,72,153,0.4));
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 18px;
}

.theme-aurora .aurora-article-title {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 24px;
  text-shadow: 0 0 30px rgba(168,85,247,0.4);
}

.theme-aurora .aurora-divider-stars {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 16px;
}

.theme-aurora .aurora-divider-line {
  height: 0.5px;
  width: 60px;
  background: linear-gradient(90deg, transparent, #a855f7);
  display: inline-block;
}

.theme-aurora .aurora-divider-line:last-child {
  background: linear-gradient(90deg, #ec4899, transparent);
}

.theme-aurora .aurora-star { color: #f0abfc; font-size: 11px; }

.theme-aurora .article-meta {
  color: rgba(255,255,255,0.6);
  letter-spacing: 1.5px;
  font-size: 12px;
}

/* ===== アイキャッチ ===== */
.theme-aurora .aurora-eyecatch-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.theme-aurora .eyecatch {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 0.5px solid rgba(255,255,255,0.1);
}

/* ===== 記事本文コンテナ ===== */
.theme-aurora .aurora-article-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 32px 64px;
}

/* ===== 記事本文 ===== */
.theme-aurora .article-body {
  color: rgba(255,255,255,0.85);
  line-height: 1.9;
  font-size: 15px;
}

.theme-aurora .article-body p { margin: 0 0 18px; }

.theme-aurora .article-body h2 {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-size: 22px;
  color: #fff;
  padding-left: 16px;
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #a855f7, #ec4899) 1;
  margin: 40px 0 16px;
  line-height: 1.5;
}

.theme-aurora .article-body h3 {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-size: 17px;
  color: #e9d5ff;
  margin: 32px 0 12px;
  line-height: 1.5;
}

.theme-aurora .article-body h4 {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  margin: 24px 0 10px;
}

.theme-aurora .article-body hr,
.theme-aurora .article-body hr.divider {
  border: 0;
  height: 0.5px;
  background: linear-gradient(90deg, transparent, rgba(168,85,247,0.6), rgba(236,72,153,0.6), transparent);
  margin: 36px 0;
}

.theme-aurora .article-body blockquote {
  background: linear-gradient(135deg, rgba(168,85,247,0.08), rgba(236,72,153,0.08));
  border-left: 3px solid #a855f7;
  padding: 20px 24px;
  border-radius: 4px;
  font-family: 'Noto Serif JP', Georgia, serif;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  margin: 24px 0;
}

.theme-aurora .article-body a {
  color: #f0abfc;
  text-decoration: underline;
  text-decoration-color: rgba(240,171,252,0.3);
}

.theme-aurora .article-body a:hover {
  color: #fff;
  text-decoration-color: #f0abfc;
}

.theme-aurora .article-body ul,
.theme-aurora .article-body ol {
  padding-left: 24px;
  margin: 0 0 18px;
}

.theme-aurora .article-body li { margin-bottom: 8px; line-height: 1.8; }
.theme-aurora .article-body strong { color: #fff; font-weight: 700; }

.theme-aurora .article-body code {
  background: rgba(168,85,247,0.15);
  border: 0.5px solid rgba(168,85,247,0.3);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  color: #e9d5ff;
}

/* ===== 装飾タグ上書き ===== */

/* [POINT] */
.theme-aurora .box-point {
  background: linear-gradient(135deg, rgba(168,85,247,0.12), rgba(59,130,246,0.12));
  border-left: 3px solid #a855f7;
  border-radius: 0 8px 8px 0;
  color: rgba(255,255,255,0.9);
}
.theme-aurora .box-point-title { color: #f0abfc; letter-spacing: 2px; }

/* [WARNING] */
.theme-aurora .box-warning {
  background: linear-gradient(135deg, rgba(236,72,153,0.12), rgba(245,158,11,0.1));
  border-left: 3px solid #ec4899;
  color: rgba(255,255,255,0.9);
}
.theme-aurora .box-warning-title { color: #fda4af; }

/* [SUMMARY] */
.theme-aurora .box-summary {
  background: linear-gradient(135deg, rgba(59,130,246,0.12), rgba(168,85,247,0.12));
  border: 1px solid rgba(168,85,247,0.4);
  color: rgba(255,255,255,0.9);
}
.theme-aurora .box-summary-title { color: #c4b5fd; }

/* [MERIT] */
.theme-aurora .merit-box {
  background: linear-gradient(135deg, rgba(59,130,246,0.12), rgba(168,85,247,0.08));
  border-left: 3px solid #3b82f6;
  color: rgba(255,255,255,0.9);
}
.theme-aurora .merit-title { color: #93c5fd; }

/* [DEMERIT] */
.theme-aurora .demerit-box {
  background: linear-gradient(135deg, rgba(236,72,153,0.12), rgba(168,85,247,0.08));
  border-left: 3px solid #ec4899;
  color: rgba(255,255,255,0.9);
}
.theme-aurora .demerit-title { color: #fda4af; }

/* [STEP] */
.theme-aurora .step-item {
  background: rgba(255,255,255,0.03);
  border: 0.5px solid rgba(168,85,247,0.3);
  border-radius: 10px;
}
.theme-aurora .step-num { background: linear-gradient(135deg, #a855f7, #ec4899); color: #fff; }
.theme-aurora .step-text { color: rgba(255,255,255,0.9); }
.theme-aurora .step-sub-list li { color: rgba(255,255,255,0.7); }

/* [FAQ] */
.theme-aurora .faq-item {
  background: rgba(255,255,255,0.03);
  border: 0.5px solid rgba(168,85,247,0.3);
  border-radius: 10px;
}
.theme-aurora .faq-q { background: rgba(168,85,247,0.15); color: #fff; }
.theme-aurora .faq-a { color: rgba(255,255,255,0.85); }
.theme-aurora .faq-icon { background: linear-gradient(135deg, #a855f7, #ec4899); color: #fff; }
.theme-aurora .faq-icon-a { background: linear-gradient(135deg, #ec4899, #f59e0b); }

/* [BALLOON] */
.theme-aurora .balloon {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(168,85,247,0.3);
  color: rgba(255,255,255,0.9);
}
.theme-aurora .balloon-name { color: #f0abfc; }
.theme-aurora .balloon-icon-placeholder {
  background: linear-gradient(135deg, #a855f7, #ec4899);
  color: #fff;
}
.theme-aurora .balloon-text { color: rgba(255,255,255,0.85); }

/* [CTA] */
.theme-aurora .cta-box-free {
  background: linear-gradient(135deg, rgba(168,85,247,0.2), rgba(236,72,153,0.15));
  border: 0.5px solid rgba(168,85,247,0.5);
  color: rgba(255,255,255,0.9);
}
.theme-aurora .cta-box-free p { color: rgba(255,255,255,0.9); }
.theme-aurora .cta-box-free a { color: #f0abfc; }
.theme-aurora .cta-btn,
.theme-aurora .cta-box a.cta-btn {
  background: linear-gradient(90deg, #a855f7, #ec4899);
  color: #fff;
  border: none;
  box-shadow: 0 0 20px rgba(168,85,247,0.4);
}
.theme-aurora .cta-btn:hover { opacity: 0.85; }

/* [RANK] */
.theme-aurora .ranking-item {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(168,85,247,0.3);
}
.theme-aurora .rank-1 { background: linear-gradient(135deg, #a855f7, #ec4899); color: #fff; }
.theme-aurora .rank-2 { background: linear-gradient(135deg, #6366f1, #a855f7); color: #fff; }
.theme-aurora .rank-3 { background: linear-gradient(135deg, #3b82f6, #6366f1); color: #fff; }
.theme-aurora .rank-other { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }
.theme-aurora .rank-title { color: #fff; }
.theme-aurora .rank-desc { color: rgba(255,255,255,0.7); }

/* [TABLE] */
.theme-aurora .content-table,
.theme-aurora .article-body table {
  background: rgba(255,255,255,0.03);
  border: 0.5px solid rgba(168,85,247,0.3);
  width: 100%;
  border-collapse: collapse;
}
.theme-aurora .content-table th,
.theme-aurora .article-body th {
  background: rgba(168,85,247,0.2);
  color: #fff;
  border-bottom: 0.5px solid rgba(168,85,247,0.4);
  padding: 10px 14px;
  text-align: left;
}
.theme-aurora .content-table td,
.theme-aurora .article-body td {
  color: rgba(255,255,255,0.85);
  border-bottom: 0.5px solid rgba(255,255,255,0.08);
  padding: 10px 14px;
}

/* [CHECK] */
.theme-aurora .check-icon { color: #a855f7; }
.theme-aurora .check-item { color: rgba(255,255,255,0.9); }

/* [PROFILE] */
.theme-aurora .profile-box {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(168,85,247,0.3);
  color: rgba(255,255,255,0.9);
}
.theme-aurora .profile-content { color: rgba(255,255,255,0.8); }

/* [RELATED] */
.theme-aurora .related-box {
  background: rgba(168,85,247,0.08);
  border-left: 3px solid #a855f7;
}
.theme-aurora .related-link { color: #f0abfc; }

/* ===== コードブロック ===== */
.theme-aurora .code-block {
  background: #0d1117;
  border: 0.5px solid rgba(168,85,247,0.3);
  border-radius: 8px;
}
.theme-aurora .code-block code { color: #e9d5ff; }

/* ===== タグ / 関連記事 ===== */
.theme-aurora .article-tags {
  border-top: 0.5px solid rgba(168,85,247,0.2);
  padding-top: 16px;
}
.theme-aurora .tag-link {
  background: rgba(168,85,247,0.2);
  border: 0.5px solid rgba(168,85,247,0.4);
  color: #fff;
}
.theme-aurora .tag-link:hover { background: rgba(168,85,247,0.4); }

.theme-aurora .auto-related-box {
  background: linear-gradient(180deg, rgba(168,85,247,0.05), transparent);
  border-top: 0.5px solid rgba(168,85,247,0.3);
  border-bottom: 0.5px solid rgba(168,85,247,0.3);
}
.theme-aurora .auto-related-heading {
  color: #f0abfc;
  font-family: 'Noto Serif JP', Georgia, serif;
}
.theme-aurora .auto-related-card {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(168,85,247,0.25);
}
.theme-aurora .auto-related-card:hover {
  border-color: rgba(168,85,247,0.6);
  box-shadow: 0 4px 16px rgba(168,85,247,0.2);
}
/* ===== フッター ===== */
.theme-aurora .aurora-footer {
  background: #050314;
  border-top: 0.5px solid rgba(168,85,247,0.2);
  text-align: center;
  padding: 32px 24px;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}
.theme-aurora .aurora-footer-name {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
  letter-spacing: 2px;
}

/* ===== _article_blocks.css の白背景・薄文字対策 ===== */

/* テーブルラッパー */
.theme-aurora .table-wrap {
  background: transparent !important;
  border: none !important;
  overflow-x: auto;
  margin: 24px 0;
}

/* テーブル詳細指定（_article_blocks.css に勝つ） */
.theme-aurora .article-body .content-table,
.theme-aurora .article-body table.content-table {
  background: rgba(255,255,255,0.03);
  border: 0.5px solid rgba(168,85,247,0.3);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
}
.theme-aurora .article-body .content-table th,
.theme-aurora .article-body table.content-table th {
  background: rgba(168,85,247,0.25);
  color: #fff;
  border-bottom: 0.5px solid rgba(168,85,247,0.5);
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
}
.theme-aurora .article-body .content-table td,
.theme-aurora .article-body table.content-table td {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border-bottom: 0.5px solid rgba(255,255,255,0.08);
  padding: 12px 16px;
}
.theme-aurora .article-body .content-table tr:last-child td {
  border-bottom: none;
}

/* 装飾ボックス内のリスト・段落の色を確実に上書き */
.theme-aurora .box-point ul,
.theme-aurora .box-point ol,
.theme-aurora .box-point li,
.theme-aurora .box-point p,
.theme-aurora .box-point div { color: rgba(255,255,255,0.9); }

.theme-aurora .box-warning ul,
.theme-aurora .box-warning ol,
.theme-aurora .box-warning li,
.theme-aurora .box-warning p,
.theme-aurora .box-warning div { color: rgba(255,255,255,0.9); }

.theme-aurora .box-summary ul,
.theme-aurora .box-summary ol,
.theme-aurora .box-summary li,
.theme-aurora .box-summary p,
.theme-aurora .box-summary div { color: rgba(255,255,255,0.9); }

.theme-aurora .merit-box ul,
.theme-aurora .merit-box li,
.theme-aurora .merit-box p { color: rgba(255,255,255,0.9); }

.theme-aurora .demerit-box ul,
.theme-aurora .demerit-box li,
.theme-aurora .demerit-box p { color: rgba(255,255,255,0.9); }

/* CTA ボックス内のリンクを確実に紫色に */
.theme-aurora .cta-box-free,
.theme-aurora .cta-box.cta-box-free {
  background: linear-gradient(135deg, rgba(168,85,247,0.2), rgba(236,72,153,0.15));
  border: 0.5px solid rgba(168,85,247,0.5);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.theme-aurora .cta-box-free p,
.theme-aurora .cta-box-free p:last-child { color: rgba(255,255,255,0.9); }
.theme-aurora .cta-box-free a,
.theme-aurora .cta-box-free p a,
.theme-aurora .cta-box.cta-box-free a {
  color: #f0abfc !important;
  text-decoration: underline;
  text-decoration-color: rgba(240,171,252,0.4);
  word-break: break-all;
}
.theme-aurora .cta-box-free a:hover,
.theme-aurora .cta-box-free p a:hover { color: #fff !important; }

/* RELATED ボックスのレイアウトを完全指定 */
.theme-aurora .related-box {
  background: rgba(168,85,247,0.08);
  border-left: 3px solid #a855f7;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 14px 0;
}
.theme-aurora .related-box a,
.theme-aurora .related-link {
  color: #f0abfc !important;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
.theme-aurora .related-box a:hover,
.theme-aurora .related-link:hover { color: #fff !important; }

/* figure（本文中画像）の余白調整 */
.theme-aurora .article-body .img-figure,
.theme-aurora .article-body figure {
  margin: 24px auto;
  text-align: center;
  background: transparent;
}
.theme-aurora .article-body .img-figure img,
.theme-aurora .article-body figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 0.5px solid rgba(255,255,255,0.08);
}
.theme-aurora .article-body figcaption {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
}

/* article-meta（日付メタ）のスタイル明示 */
.theme-aurora .aurora-article-hero-inner .article-meta {
  margin: 0;
  background: transparent;
  padding: 0;
}
.theme-aurora .aurora-article-hero-inner .article-meta span {
  color: rgba(255,255,255,0.6);
}

/* article-tags のスタイル明示 */
.theme-aurora .article-tags {
  margin-top: 32px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 0.5px solid rgba(168,85,247,0.2);
}
.theme-aurora .article-tags .tag-link {
  display: inline-block;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  background: rgba(168,85,247,0.2);
  border: 0.5px solid rgba(168,85,247,0.4);
  color: #fff;
  text-decoration: none;
}
.theme-aurora .article-tags .tag-link:hover { background: rgba(168,85,247,0.4); }

/* 関連記事ボックス（auto-related-box）のレイアウト明示 */
.theme-aurora .auto-related-box {
  background: linear-gradient(180deg, rgba(168,85,247,0.05), transparent);
  border-top: 0.5px solid rgba(168,85,247,0.3);
  border-bottom: 0.5px solid rgba(168,85,247,0.3);
  padding: 24px 0;
  margin: 32px 0;
}
.theme-aurora .auto-related-heading {
  text-align: center;
  font-family: 'Noto Serif JP', Georgia, serif;
  color: #f0abfc;
  margin-bottom: 16px;
  font-size: 16px;
}
.theme-aurora .auto-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.theme-aurora .auto-related-card {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(168,85,247,0.25);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.theme-aurora .auto-related-card:hover {
  border-color: rgba(168,85,247,0.6);
  box-shadow: 0 4px 16px rgba(168,85,247,0.2);
}
.theme-aurora .auto-related-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.theme-aurora .auto-related-thumb-placeholder {
  background: linear-gradient(135deg, rgba(168,85,247,0.2), rgba(59,130,246,0.2));
}
.theme-aurora .auto-related-title {
  padding: 10px 12px;
  font-family: 'Noto Serif JP', Georgia, serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
}

/* ===== レスポンシブ ===== */
@media (max-width: 720px) {
  .theme-aurora .aurora-article-title { font-size: 22px; }
  .theme-aurora .aurora-article-hero { padding: 40px 16px 32px; }
  .theme-aurora .aurora-article-container { padding: 24px 16px 48px; }
  .theme-aurora .aurora-eyecatch-wrap { padding: 0 16px; }
  .theme-aurora .article-body h2 { font-size: 18px; }
  .theme-aurora .aurora-article-header .header-inner { padding: 14px 16px; }
}

/* ===== カスタムCSS（ここに追記） ===== */
