@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* === Dtimes パリティCSS (2026-07-13・現行AFFINGER実測) === */
/* 記事h2/h3: 下線見出し(現行再現) */
.post_content h2 {
	color: #1a1a1a;
	font-size: 20px;
	border-bottom: 3px solid #ccc;
	padding: 10px 0;
	background: none;
}
.post_content h3 {
	color: #1a1a1a;
	font-size: 19px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
/* カテゴリ色バンド見出し(トップページ用) */
.dt-band { color: #fff; font-size: 18px; padding: 8px 14px; border-radius: 3px; }
.dt-band-disney { background: #EFA2DC; }
.dt-band-dream { background: #E93323; }
.dt-band-delicious { background: #EF9836; }
.dt-band-delight { background: #AD60CC; }
.dt-band-drama { background: #0A0A0A; }
.dt-band-departure { background: #00ACEE; }

/* 全域フォント: M PLUS Rounded 1c (現行同一) */
body, .post_content, .c-gnav, .p-postList__title, .c-postTitle__ttl {
	font-family: "M PLUS Rounded 1c", -apple-system, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

/* 追加カテゴリ色バンド (現行トップに無かった3つ+Dynamic・提案色/レビューで調整可) */
.dt-band-daily { background: #26A69A; }      /* Daily: ティール */
.dt-band-digital { background: #1565C0; }    /* Digital: ディープブルー */
.dt-band-division { background: #757575; }   /* Division: グレー */
.dt-band-dynamic { background: #00863C; }    /* Dynamic(スポーツ): ピッチグリーン */

/* バンド見出しは下線h2より優先 (specificity対策) */
.post_content h2.dt-band,
h2.dt-band {
	color: #fff;
	border-bottom: none;
	padding: 8px 14px;
	border-radius: 3px;
}

/* バンド背景色 (h2下線ルールより後勝ちさせる) */
h2.dt-band-disney { background: #EFA2DC; }
h2.dt-band-dream { background: #E93323; }
h2.dt-band-delicious { background: #EF9836; }
h2.dt-band-delight { background: #AD60CC; }
h2.dt-band-drama { background: #0A0A0A; }
h2.dt-band-departure { background: #00ACEE; }
h2.dt-band-daily { background: #26A69A; }
h2.dt-band-digital { background: #1565C0; }
h2.dt-band-division { background: #757575; }
h2.dt-band-dynamic { background: #00863C; }

/* カテゴリ色 v2 (2026-07-13 Kenjiフィードバック反映) */
h2.dt-band-drama {
	background: linear-gradient(135deg, #C7CCD6 0%, #8E959F 55%, #B4BAC4 100%); /* 銀幕シルバー */
	text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
h2.dt-band-digital {
	background: linear-gradient(135deg, #00B04F 0%, #00BFA5 60%, #00B8D4 100%); /* 未来的グリーン→シアン */
}
h2.dt-band-division {
	background: #EC407A; /* 推し活ピンク(深めマゼンタ) */
}

/* EEAT監修者ボックス */
.dt-eeat-box {
	margin: 2.5em 0 1em;
	padding: 16px 20px;
	border: 1px solid #f0c6e4;
	border-left: 4px solid #F787DB;
	border-radius: 4px;
	background: #fdf5fb;
	font-size: 0.92em;
}
.dt-eeat-box__title {
	font-weight: 700;
	margin: 0 0 6px;
	color: #333;
}
.dt-eeat-box__body {
	margin: 0;
	color: #555;
	line-height: 1.7;
}
