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

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

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

body.page-template-arofif-home-preview #content {
	display: block;
	width: 100% !important;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.page-template-arofif-home-preview #content-in,
body.page-template-arofif-home-preview .content-in.wrap {
	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-home-preview #main {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.page-template-arofif-home-preview #main.arofif-home-preview,
body.page-template-arofif-home-preview .main.arofif-home-preview,
body.page-template-arofif-home-preview .main-in {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f8f6f0 !important;
	box-shadow: none !important;
}

body.page-template-arofif-home-preview .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.page-template-arofif-home-preview .entry-content > :not(.arofif-home-preview),
body.page-template-arofif-home-preview .recommended,
body.page-template-arofif-home-preview .recommended-in,
body.page-template-arofif-home-preview .recommended-cards,
body.page-template-arofif-home-preview .recommended-card,
body.page-template-arofif-home-preview .navi-entry-cards {
	display: none !important;
}

body.page-template-arofif-home-preview #sidebar,
body.page-template-arofif-home-preview .sidebar {
	display: none !important;
}

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

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

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

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

.arofif-home-hero {
	position: relative;
	display: flex;
	align-items: center;
	width: 100vw;
	max-width: 100vw;
	height: 325px;
	min-height: 0;
	margin: 0 calc(50% - 50vw) 34px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background-image: linear-gradient(90deg, rgba(14, 18, 13, .82) 0%, rgba(14, 18, 13, .55) 38%, rgba(14, 18, 13, .16) 72%), var(--arofif-home-hero-image);
	background-position: 55% center;
	background-size: cover;
	box-shadow: none;
	color: #fff;
}

.arofif-home-hero-copy {
	position: relative;
	z-index: 1;
	width: min(100%, 1140px);
	margin: 0 auto;
	padding: 0 20px;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .42);
}

.arofif-home-hero-kicker {
	display: none;
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}

.arofif-home-hero h1 {
	max-width: 620px;
	margin: 0;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: 0;
}

.arofif-home-hero-lead {
	max-width: 640px;
	margin: 18px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.7;
}

.arofif-home-section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin: 0 0 14px;
	color: #33362d;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	white-space: nowrap;
}

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

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

.arofif-home-categories {
	margin: 0 auto 24px;
}

.arofif-home-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.arofif-home-category-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	min-height: 220px;
	padding: 38px 12px 20px;
	overflow: hidden;
	border-radius: 8px;
	background: #3e4634;
	box-shadow: 0 8px 20px rgba(37, 35, 27, .14);
	isolation: isolate;
}

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

.arofif-home-category-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arofif-home-category-shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .62));
}

.arofif-home-category-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 8px;
}

.arofif-home-category-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 0 12px;
	color: #fff;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .34));
}

.arofif-home-category-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	stroke: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 0;
}

.arofif-home-category-icon .arofif-home-icon-cut {
	fill: none;
	stroke: rgba(248, 246, 240, .76);
	stroke-linecap: round;
	stroke-width: 4;
}

.arofif-home-category-label {
	display: block;
	width: 100%;
	padding: 0 6px;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .38);
	white-space: nowrap;
}

.arofif-home-category-action {
	align-self: center;
	margin: auto 0 0;
	padding: 7px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	color: #2e3329;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .18);
}

.arofif-home-latest {
	max-width: 1080px;
	margin: 0 auto;
	padding: 22px 20px 18px;
	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-home-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-home-post-card {
	position: relative;
	display: grid;
	grid-template-columns: 31% minmax(0, 1fr) 28px;
	gap: 18px;
	align-items: center;
	min-height: 164px;
	padding: 14px 14px 14px 0;
	border-bottom: 1px solid rgba(177, 171, 151, .2);
}

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

.arofif-home-post-thumb {
	position: relative;
	height: 136px;
	margin: 0;
	overflow: hidden;
	border-radius: 0 8px 8px 0;
	background: #d8d4c7;
}

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

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

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

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

.arofif-home-post-body p {
	display: -webkit-box;
	margin: 8px 0 6px;
	overflow: hidden;
	color: #64645b;
	font-size: 13px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

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

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

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

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

	.arofif-home-categories {
		margin-bottom: 30px;
	}

	.arofif-home-section-title {
		margin-bottom: 16px;
		font-size: 21px;
	}

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

	.arofif-home-latest {
		max-width: 1080px;
		padding: 22px 20px 18px;
	}

	.arofif-home-post-card {
		grid-template-columns: 32% minmax(0, 1fr) 24px;
	}

	.arofif-home-more-link {
		width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.arofif-home-content {
		width: min(100% - 48px, 1140px);
	}

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

	.arofif-home-categories {
		margin-bottom: 32px;
	}

	.arofif-home-category-grid {
		gap: 20px;
	}

	.arofif-home-category-card {
		min-height: 248px;
		padding: 42px 14px 22px;
	}

	.arofif-home-category-main {
		margin-top: 10px;
	}

	.arofif-home-category-icon {
		width: 46px;
		height: 46px;
	}

	.arofif-home-category-label {
		font-size: 21px;
	}

	.arofif-home-latest {
		max-width: 1080px;
		padding: 24px 22px 20px;
	}

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

	.arofif-home-post-thumb {
		height: 126px;
	}

	.arofif-home-post-body h3 {
		font-size: 18px;
		line-height: 1.36;
		-webkit-line-clamp: 3;
	}

	.arofif-home-post-body p {
		font-size: 13px;
		line-height: 1.5;
	}

	.arofif-home-more-link {
		margin-top: 18px;
	}
}

@media screen and (min-width: 1280px) {
	.arofif-home-content,
	.arofif-home-hero-copy {
		width: min(100% - 56px, 1160px);
	}

	.arofif-home-hero {
		height: 340px;
	}

	.arofif-home-section-title {
		font-size: 22px;
	}

	.arofif-home-section-title::before,
	.arofif-home-section-title::after {
		width: 64px;
	}

	.arofif-home-category-card {
		min-height: 250px;
	}
}

@media screen and (min-width: 1440px) {
	.arofif-home-content,
	.arofif-home-hero-copy {
		width: min(100% - 72px, 1180px);
	}

	.arofif-home-hero {
		height: 360px;
	}

	.arofif-home-category-grid {
		gap: 22px;
	}

	.arofif-home-category-card {
		min-height: 260px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.arofif-home-hero {
		height: 325px;
	}

	.arofif-home-hero h1 {
		font-size: 40px;
	}

	.arofif-home-hero-lead {
		font-size: 17px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.arofif-home-content,
	.arofif-home-hero-copy {
		width: min(100% - 40px, 980px);
	}

	.arofif-home-hero {
		height: 305px;
	}

	.arofif-home-hero h1 {
		font-size: 37px;
	}

	.arofif-home-hero-lead {
		font-size: 16px;
	}

	.arofif-home-category-grid {
		gap: 14px;
	}

	.arofif-home-category-card {
		min-height: 200px;
		padding: 30px 8px 18px;
	}

	.arofif-home-category-icon {
		width: 42px;
		height: 42px;
	}

	.arofif-home-category-label {
		font-size: 18px;
	}

	.arofif-home-latest {
		max-width: 980px;
		padding: 20px 16px 16px;
	}

	.arofif-home-post-card {
		grid-template-columns: 34% minmax(0, 1fr) 20px;
		gap: 14px;
		min-height: 136px;
		padding: 12px 10px 12px 0;
	}

	.arofif-home-post-thumb {
		height: 112px;
	}

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

	.arofif-home-post-body p {
		margin-top: 6px;
		font-size: 12px;
		line-height: 1.44;
	}

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

@media screen and (min-width: 681px) and (max-width: 768px) {
	.arofif-home-content,
	.arofif-home-hero-copy {
		width: min(100% - 32px, 760px);
	}

	.arofif-home-hero {
		height: 280px;
	}

	.arofif-home-hero h1 {
		font-size: 34px;
		line-height: 1.3;
	}

	.arofif-home-hero-lead {
		font-size: 15px;
		line-height: 1.55;
	}

	.arofif-home-category-grid {
		gap: 10px;
	}

	.arofif-home-category-card {
		min-height: 182px;
		padding: 28px 8px 17px;
	}

	.arofif-home-category-icon {
		width: 40px;
		height: 40px;
	}

	.arofif-home-category-label {
		font-size: 18px;
	}

	.arofif-home-latest {
		max-width: 760px;
		padding: 18px 14px 14px;
	}

	.arofif-home-post-card {
		grid-template-columns: 34% minmax(0, 1fr) 18px;
		gap: 12px;
		min-height: 128px;
		padding: 11px 9px 11px 0;
	}

	.arofif-home-post-thumb {
		height: 106px;
	}

	.arofif-home-post-body h3 {
		font-size: 15.5px;
		line-height: 1.32;
	}

	.arofif-home-post-body p {
		margin-top: 6px;
		font-size: 12px;
		line-height: 1.44;
	}

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

@media screen and (min-width: 481px) and (max-width: 680px) {
	.arofif-home-hero {
		height: 240px;
		background-position: 58% center;
	}

	.arofif-home-hero h1 {
		font-size: 30px;
		line-height: 1.28;
	}

	.arofif-home-hero-lead {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 480px) {
	.arofif-home-preview {
		padding-bottom: 26px;
	}

	.arofif-home-content {
		width: calc(100% - 16px);
	}

	.arofif-home-hero-copy {
		width: 100%;
		padding: 0 18px;
	}

	.arofif-home-hero {
		height: 185px;
		min-height: 0;
		margin-bottom: 16px;
		padding: 0;
		background-position: 58% center;
	}

	.arofif-home-hero h1 {
		font-size: 22px;
		font-weight: 600;
		line-height: 1.3;
	}

	.arofif-home-hero-lead {
		margin-top: 8px;
		font-size: 11.5px;
		font-weight: 600;
		line-height: 1.47;
	}

	.arofif-home-section-title {
		gap: 11px;
		margin: 0 0 13px;
		font-size: 16.5px;
		font-weight: 700;
		line-height: 1.3;
	}

	.arofif-home-section-title::before,
	.arofif-home-section-title::after {
		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%);
	}

	.arofif-home-categories {
		margin-bottom: 20px;
	}

	.arofif-home-category-grid {
		gap: 6px;
	}

	.arofif-home-category-card {
		min-height: 150px;
		padding: 19px 3px 12px;
		border-radius: 7px;
	}

	.arofif-home-category-main {
		margin-top: 12px;
	}

	.arofif-home-category-icon {
		width: 30px;
		height: 30px;
		margin-bottom: 8px;
	}

	.arofif-home-category-label {
		padding: 0 3px;
		font-size: 13px;
		line-height: 1.2;
	}

	.arofif-home-category-card-kateisaien .arofif-home-category-label {
		font-size: 12px;
	}

	.arofif-home-category-action {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		max-width: calc(100% - 8px);
		margin-top: auto;
		padding: 5px 8px;
		border-radius: 999px;
		background: rgba(255, 255, 255, .94);
		color: #2f312c;
		font-size: 9.5px;
		font-weight: 700;
		line-height: 1.15;
		white-space: nowrap;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
	}

	.arofif-home-latest {
		padding: 11px 7px 8px;
	}

	.arofif-home-post-card {
		grid-template-columns: 36% minmax(0, 1fr) 12px;
		gap: 8px;
		min-height: 100px;
		padding: 8px 6px 8px 0;
	}

	.arofif-home-post-thumb {
		height: 86px;
		border-radius: 0 7px 7px 0;
	}

	.arofif-home-post-category {
		top: 6px;
		left: 6px;
		padding: 3px 6px;
		font-size: 10px;
	}

	.arofif-home-post-body h3 {
		font-size: 15px;
		line-height: 1.3;
	}

	.arofif-home-post-body p {
		margin: 4px 0 3px;
		font-size: 11px;
		line-height: 1.38;
	}

	.arofif-home-post-body time {
		font-size: 10.5px;
	}

	.arofif-home-post-arrow {
		font-size: 22px;
	}

	.arofif-home-more-link {
		margin-top: 14px;
		padding: 12px 18px;
		font-size: 16px;
	}
}

@media screen and (max-width: 390px) {
	.arofif-home-section-title {
		gap: 9px;
		font-size: 16px;
	}

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

	.arofif-home-category-grid {
		gap: 5px;
	}

	.arofif-home-category-card {
		min-height: 142px;
		padding-top: 18px;
		padding-bottom: 11px;
	}

	.arofif-home-category-icon {
		width: 30px;
		height: 30px;
	}

	.arofif-home-category-label {
		font-size: 12px;
	}

	.arofif-home-category-card-kateisaien .arofif-home-category-label {
		font-size: 11px;
	}

	.arofif-home-category-action {
		padding: 5px 7px;
		font-size: 9px;
	}
}
