body.page-template-arofif-cooking-preview {
	overflow-x: hidden;
	background: #f8f6f0 !important;
	background-image: none !important;
}

body.page-template-arofif-cooking-preview::before,
body.page-template-arofif-cooking-preview::after {
	background-image: none !important;
}

body.page-template-arofif-cooking-preview #content,
body.page-template-arofif-cooking-preview #container,
body.page-template-arofif-cooking-preview #content-in,
body.page-template-arofif-cooking-preview #main,
body.page-template-arofif-cooking-preview .container,
body.page-template-arofif-cooking-preview .content-in.wrap,
body.page-template-arofif-cooking-preview .main-in,
body.page-template-arofif-cooking-preview .entry-content {
	background: #f8f6f0 !important;
	background-image: none !important;
}

body.page-template-arofif-cooking-preview #container,
body.page-template-arofif-cooking-preview #content,
body.page-template-arofif-cooking-preview #content-in,
body.page-template-arofif-cooking-preview .container,
body.page-template-arofif-cooking-preview .content-in.wrap,
body.page-template-arofif-cooking-preview #main,
body.page-template-arofif-cooking-preview .main-in,
body.page-template-arofif-cooking-preview .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.page-template-arofif-cooking-preview #main {
	float: none;
}

body.page-template-arofif-cooking-preview #sidebar,
body.page-template-arofif-cooking-preview .sidebar,
body.page-template-arofif-cooking-preview #sidebar-scroll,
body.page-template-arofif-cooking-preview .sidebar-scroll,
body.page-template-arofif-cooking-preview #arofif-sidebar-genre-guide,
body.page-template-arofif-cooking-preview .arofif-sidebar-genre-guide {
	display: none !important;
}

.arofif-cooking-preview {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 28px;
	color: #2f312c;
	background: #f8f6f0;
}

.arofif-cooking-preview *,
.arofif-cooking-preview *::before,
.arofif-cooking-preview *::after {
	box-sizing: border-box;
}

.arofif-cooking-preview a {
	color: inherit;
	text-decoration: none;
}

.arofif-cooking-hero {
	position: relative;
	display: flex;
	align-items: center;
	width: 100vw;
	height: 180px;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(12, 16, 12, .72) 0%, rgba(12, 16, 12, .48) 42%, rgba(12, 16, 12, .24) 78%, rgba(12, 16, 12, .14) 100%),
		var(--arofif-cooking-hero-image);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.arofif-cooking-hero-copy {
	width: min(100% - 36px, 1120px);
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}

.arofif-cooking-hero h1 {
	margin: 0;
	color: #fff;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.arofif-cooking-hero p:last-child {
	max-width: 350px;
	margin: 8px 0 0;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

.arofif-cooking-content {
	width: min(100% - 24px, 1140px);
	margin: 0 auto;
}

.arofif-cooking-features {
	padding: 20px 0 24px;
}

.arofif-cooking-section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin: 0 0 16px;
	color: #33362d;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

.arofif-cooking-section-title::before,
.arofif-cooking-section-title::after {
	content: "";
	flex: 0 0 auto;
	width: 44px;
	height: 8px;
	background:
		linear-gradient(#8f9874, #8f9874) left 50% / calc(100% - 11px) 1px no-repeat,
		radial-gradient(ellipse 6px 3.5px at calc(100% - 4px) 50%, #7f8965 0 62%, transparent 64%);
	border-radius: 999px;
	opacity: .86;
}

.arofif-cooking-section-title::after {
	transform: scaleX(-1);
}

.arofif-cooking-feature-grid {
	display: grid;
	gap: 12px;
}

.arofif-cooking-feature-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 126px;
	overflow: hidden;
	border-radius: 8px;
	background: #353a28;
	box-shadow: 0 4px 12px rgba(55, 50, 38, .08);
}

.arofif-cooking-feature-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
}

.arofif-cooking-feature-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(15, 18, 12, .76) 0%, rgba(15, 18, 12, .42) 52%, rgba(15, 18, 12, .24) 100%),
		linear-gradient(0deg, rgba(15, 18, 12, .5), rgba(15, 18, 12, .08));
}

.arofif-cooking-feature-body {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	justify-items: start;
	width: 100%;
	min-height: 126px;
	padding: 18px 18px 16px;
	color: #fff;
}

.arofif-cooking-feature-label {
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .44);
}

.arofif-cooking-feature-description {
	display: -webkit-box;
	max-width: 88%;
	margin-top: 5px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .44);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.arofif-cooking-feature-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 5px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #2f312c;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}

.arofif-cooking-latest {
	padding: 0;
}

.arofif-cooking-latest-card {
	padding: 12px 10px 14px;
	border: 1px solid rgba(99, 105, 78, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .76);
	box-shadow: 0 4px 12px rgba(55, 50, 38, .04);
}

.arofif-cooking-post-list {
	display: grid;
	gap: 0;
	border: 1px solid rgba(151, 145, 124, .1);
	border-radius: 8px;
	background: rgba(255, 255, 255, .66);
	overflow: hidden;
}

.arofif-cooking-post-card {
	position: relative;
	display: grid;
	grid-template-columns: 38% minmax(0, 1fr) 14px;
	gap: 9px;
	align-items: center;
	min-height: 112px;
	padding: 9px 7px 9px 0;
	border-bottom: 1px solid rgba(177, 171, 151, .2);
}

.arofif-cooking-post-card:last-child {
	border-bottom: 0;
}

.arofif-cooking-feature-card:focus-visible,
.arofif-cooking-post-card:focus-visible,
.arofif-cooking-more-link:focus-visible,
.arofif-cooking-back-link:focus-visible {
	outline: 3px solid #896f3d;
	outline-offset: 3px;
}

.arofif-cooking-post-thumb {
	position: relative;
	height: 92px;
	margin: 0;
	overflow: hidden;
	border-radius: 0 7px 7px 0;
	background: #d8d4c7;
}

.arofif-cooking-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arofif-cooking-post-thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #d8d4c7, #bfc5a9);
}

.arofif-cooking-post-category {
	position: absolute;
	top: 6px;
	left: 6px;
	max-width: calc(100% - 12px);
	padding: 3px 6px;
	border-radius: 6px;
	background: rgba(86, 105, 58, .9);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.arofif-cooking-post-body {
	display: grid;
	grid-template-rows: auto auto auto;
	align-self: stretch;
	min-width: 0;
	padding: 1px 0;
}

.arofif-cooking-post-body h3 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #2f312c;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.arofif-cooking-post-body p {
	display: -webkit-box;
	margin: 5px 0 3px;
	overflow: hidden;
	color: #64645b;
	font-size: 11px;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.arofif-cooking-post-body time {
	display: block;
	align-self: end;
	color: #4c5042;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.3;
	text-align: right;
}

.arofif-cooking-post-arrow {
	align-self: center;
	color: #66734b;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.arofif-cooking-more-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 14px auto 0;
	padding: 12px 18px;
	border-radius: 999px;
	background: #667548;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	box-shadow: 0 4px 10px rgba(53, 62, 38, .14);
}

.arofif-cooking-back-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 210px;
	max-width: 300px;
	margin: 14px auto 0;
	padding: 11px 20px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(99, 105, 78, .18);
	color: #4e5d3a;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.arofif-cooking-empty {
	margin: 0;
	padding: 28px 10px;
	color: #55584f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

@media screen and (min-width: 481px) {
	.arofif-cooking-hero {
		height: 210px;
	}
}

@media screen and (min-width: 681px) {
	.arofif-cooking-preview {
		padding-bottom: 32px;
	}

	.arofif-cooking-hero {
		height: 240px;
		background-position: center center;
	}

	.arofif-cooking-hero-copy {
		width: min(100% - 56px, 1140px);
	}

	.arofif-cooking-hero h1 {
		font-size: 36px;
	}

	.arofif-cooking-hero p:last-child {
		max-width: 620px;
		font-size: 15px;
	}

	.arofif-cooking-content {
		width: min(100% - 40px, 1140px);
	}

	.arofif-cooking-features {
		padding: 28px 0 30px;
	}

	.arofif-cooking-section-title {
		margin-bottom: 20px;
		font-size: 21px;
	}

	.arofif-cooking-section-title::before,
	.arofif-cooking-section-title::after {
		width: 58px;
	}

	.arofif-cooking-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 820px;
		margin: 0 auto;
		gap: 18px;
	}

	.arofif-cooking-feature-card,
	.arofif-cooking-feature-body {
		min-height: 220px;
	}

	.arofif-cooking-feature-body {
		justify-items: center;
		padding: 24px 18px 20px;
		text-align: center;
	}

	.arofif-cooking-feature-shade {
		background:
			linear-gradient(0deg, rgba(15, 18, 12, .72) 0%, rgba(15, 18, 12, .26) 60%, rgba(15, 18, 12, .14) 100%);
	}

	.arofif-cooking-feature-label {
		font-size: 20px;
	}

	.arofif-cooking-feature-description {
		max-width: 96%;
		font-size: 12.5px;
	}

	.arofif-cooking-feature-action {
		margin-top: 13px;
		padding: 7px 17px;
		font-size: 13px;
	}

	.arofif-cooking-latest-card {
		padding: 18px 14px 16px;
	}

	.arofif-cooking-post-card {
		grid-template-columns: 34% minmax(0, 1fr) 20px;
		gap: 13px;
		min-height: 132px;
		padding: 11px 10px 11px 0;
	}

	.arofif-cooking-post-thumb {
		height: 110px;
	}

	.arofif-cooking-post-body h3 {
		font-size: 16.5px;
		line-height: 1.34;
	}

	.arofif-cooking-post-body p {
		font-size: 12px;
		line-height: 1.44;
	}

	.arofif-cooking-post-body time {
		font-size: 11.5px;
	}

	.arofif-cooking-more-link {
		max-width: 560px;
		font-size: 15px;
	}

	.arofif-cooking-back-link {
		margin-top: 16px;
	}
}

@media screen and (min-width: 769px) {
	.arofif-cooking-hero {
		height: 260px;
	}
}

@media screen and (min-width: 1025px) {
	.arofif-cooking-preview {
		padding-bottom: 36px;
	}

	.arofif-cooking-hero {
		height: 275px;
	}

	.arofif-cooking-hero h1 {
		font-size: 42px;
	}

	.arofif-cooking-hero p:last-child {
		font-size: 17px;
		line-height: 1.6;
	}

	.arofif-cooking-content {
		width: min(100% - 56px, 1140px);
	}

	.arofif-cooking-features {
		padding: 34px 0 38px;
	}

	.arofif-cooking-section-title {
		margin-bottom: 22px;
		font-size: 23px;
	}

	.arofif-cooking-feature-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 1140px;
		gap: 16px;
	}

	.arofif-cooking-feature-card,
	.arofif-cooking-feature-body {
		min-height: 230px;
	}

	.arofif-cooking-feature-body {
		padding: 22px 12px 18px;
	}

	.arofif-cooking-feature-label {
		font-size: 18px;
	}

	.arofif-cooking-feature-description {
		font-size: 12px;
	}

	.arofif-cooking-feature-action {
		padding: 7px 15px;
	}

	.arofif-cooking-latest-card {
		max-width: 1080px;
		margin: 0 auto;
		padding: 22px 20px 20px;
	}

	.arofif-cooking-post-card {
		grid-template-columns: 31% minmax(0, 1fr) 30px;
		gap: 20px;
		min-height: 164px;
		padding: 14px 16px 14px 0;
	}

	.arofif-cooking-post-thumb {
		height: 136px;
	}

	.arofif-cooking-post-body h3 {
		font-size: 19px;
		line-height: 1.36;
		-webkit-line-clamp: 2;
	}

	.arofif-cooking-post-body p {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.5;
	}

	.arofif-cooking-post-body time {
		font-size: 12px;
	}

	.arofif-cooking-post-arrow {
		font-size: 32px;
	}

	.arofif-cooking-more-link {
		max-width: 620px;
		padding: 14px 22px;
	}

	.arofif-cooking-back-link {
		margin-top: 16px;
	}
}

@media screen and (min-width: 1280px) {
	.arofif-cooking-hero {
		height: 290px;
	}

	.arofif-cooking-content {
		width: min(100% - 72px, 1140px);
	}

	.arofif-cooking-feature-grid {
		gap: 20px;
	}

	.arofif-cooking-feature-card,
	.arofif-cooking-feature-body {
		min-height: 248px;
	}

	.arofif-cooking-feature-label {
		font-size: 19px;
	}
}

@media screen and (min-width: 1440px) {
	.arofif-cooking-hero {
		height: 305px;
	}

	.arofif-cooking-feature-grid {
		gap: 22px;
	}

	.arofif-cooking-feature-card,
	.arofif-cooking-feature-body {
		min-height: 252px;
	}
}

@media screen and (min-width: 1920px) {
	.arofif-cooking-hero {
		height: 310px;
	}
}

@media screen and (max-width: 390px) {
	.arofif-cooking-content {
		width: calc(100% - 16px);
	}

	.arofif-cooking-hero-copy {
		width: calc(100% - 32px);
	}

	.arofif-cooking-hero h1 {
		font-size: 28px;
	}

	.arofif-cooking-hero p:last-child {
		font-size: 12.5px;
	}

	.arofif-cooking-section-title {
		gap: 9px;
		font-size: 16px;
	}

	.arofif-cooking-section-title::before,
	.arofif-cooking-section-title::after {
		width: 38px;
	}

	.arofif-cooking-post-card {
		grid-template-columns: 37% minmax(0, 1fr) 12px;
		gap: 8px;
	}
}
