/* ============================================================
   Foods 記事専用：カテゴリーの世界観 ＋ 文章の種類ごとの構造差分
   ------------------------------------------------------------
   ・世界観（生成り〜金色・丸みのある大きなカード）は共通
   ・タイトルカードの組み方だけを、文章の種類（vayu-ctype-*）で変える
   ============================================================ */

/* ── 世界観：生成り〜金色、丸みの大きい温かいカード ── */
.is-foods-post #top_title_area {
	background-color: #fbf3df;
}

.is-foods-post .p-articleHead.c-postTitle {
	background-color: #fffcf3;
	border-radius: 34px;
	box-shadow: 0 10px 26px rgba(184, 140, 60, 0.16);
	padding: 42px 48px 36px;
}

.is-foods-post .c-postTitle__ttl {
	color: #6b5636;
	font-weight: 500;
}

.is-foods-post .c-postTitle__date {
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.08em;
	color: #b89a6a;
}

/* カテゴリーキッカー（FOODS） */
.is-foods-post .p-articleHead.c-postTitle::after {
	content: "FOODS";
	order: -1;
	display: block;
	margin-bottom: 10px;
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.32em;
	color: #c3a06a;
}

/* 文章の種類ラベル */
.is-foods-post .vayu-content-type.-single {
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
	color: #c3a06a;
}

/* ============================================================
   文章の種類ごとの構造差分
   ============================================================ */

/* ESSAY：個人的な手紙のような、左寄せ・ゆったりした行間 */
.is-foods-post.vayu-ctype-essay .p-articleHead.c-postTitle {
	align-items: flex-start;
	text-align: left;
}

.is-foods-post.vayu-ctype-essay .post_content {
	font-size: 1.05em;
	line-height: 2.05;
}

/* ARTICLE：情報として読ませる、しっかりした構造 */
.is-foods-post.vayu-ctype-article .p-articleHead.c-postTitle {
	border: 1px solid rgba(184, 140, 60, 0.28);
	box-shadow: none;
}

.is-foods-post.vayu-ctype-article .c-postTitle__ttl {
	font-size: 1.12em;
}

/* COLUMN：問いを残す、静かな一枚札（既定に近い） */

/* NOTE：小さな豆知識、コンパクトに */
.is-foods-post.vayu-ctype-trivia .p-articleHead.c-postTitle {
	border-radius: 20px;
	padding: 24px 32px 20px;
	box-shadow: 0 6px 16px rgba(184, 140, 60, 0.12);
}

.is-foods-post.vayu-ctype-trivia .c-postTitle__ttl {
	font-size: 0.92em;
}
