@charset "UTF-8";

/*
 * KOUHIN column renewal
 * - Shop navigation remains visually consistent with FutureShop.
 * - Editorial pages keep THE THOR's content features and prioritize reading.
 * - Commerce selectors are scoped to this child theme to avoid collisions.
 */

:root {
	--kouhin-ink: #202820;
	--kouhin-muted: #687068;
	--kouhin-green: #344b3d;
	--kouhin-sage: #c4cdc8;
	--kouhin-sage-light: #eef1ef;
	--kouhin-paper: #fffdf8;
	--kouhin-line: #d9dedb;
	--kouhin-accent: #c6444f;
	--kouhin-gold: #b6904c;
	--kouhin-radius: 10px;
	--kouhin-content: 1216px;
}

.kouhin-column-site {
	background: var(--kouhin-paper);
	color: var(--kouhin-ink);
}

.kouhin-column-site img {
	max-width: 100%;
	height: auto;
}

/* Shared shop header */
.kouhin-shop-header,
.kouhin-shop-header *,
.kouhin-shop-header *::before,
.kouhin-shop-header *::after {
	box-sizing: border-box;
}

.kouhin-shop-header {
	position: relative;
	z-index: 20;
	width: 100%;
	background: #fff;
	color: #171c18;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 1px 0 rgba(29, 44, 35, 0.08);
}

.kouhin-shop-header a {
	color: inherit;
	text-decoration: none;
}

.kouhin-shop-header a:focus-visible,
.kouhin-shop-header button:focus-visible,
.kouhin-mobile-nav a:focus-visible,
.kouhin-mobile-nav label:focus-visible {
	outline: 3px solid rgba(52, 75, 61, 0.35);
	outline-offset: 3px;
}

.kouhin-shop-header__benefits {
	min-height: 56px;
	background: var(--kouhin-sage);
}

.kouhin-shop-header__benefits-inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: min(100% - 32px, var(--kouhin-content));
	min-height: 56px;
	margin: 0 auto;
}

.kouhin-shop-header__welcome {
	display: flex;
	align-items: center;
	margin: 0;
	color: #536058;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.kouhin-shop-header__benefit-links {
	display: flex;
	align-items: stretch;
	margin-left: auto;
}

.kouhin-shop-header__benefit-links a {
	display: grid;
	grid-template-columns: auto auto;
	align-content: center;
	justify-content: center;
	column-gap: 5px;
	min-width: 0;
	padding: 4px 24px;
	border-left: 1px solid rgba(35, 54, 42, 0.13);
	text-align: center;
}

.kouhin-shop-header__benefit-links a:first-child {
	flex: 0 0 240px;
}

.kouhin-shop-header__benefit-links a:last-child {
	flex: 0 0 320px;
	grid-template-columns: 1fr;
	row-gap: 1px;
}

.kouhin-shop-header__benefit-links a:last-child span,
.kouhin-shop-header__benefit-links a:last-child strong {
	grid-column: 1;
}

.kouhin-shop-header__benefit-links span,
.kouhin-shop-header__benefit-links small {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.kouhin-shop-header__benefit-links strong {
	color: var(--kouhin-accent);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

.kouhin-shop-header__benefit-links small {
	grid-column: 1 / -1;
	color: #5d665f;
}

.kouhin-shop-header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100% - 32px, var(--kouhin-content));
	min-height: 70px;
	margin: 0 auto;
}

.kouhin-shop-header__brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 6px;
}

.kouhin-shop-header__since {
	width: 35px;
}

.kouhin-shop-header__logo {
	width: 210px;
}

.kouhin-shop-header__actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.kouhin-shop-header__text-links {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.kouhin-shop-header__text-links a {
	padding: 0 14px;
	border-right: 1px solid #778079;
	font-size: 13px;
}

.kouhin-shop-header__text-links a:last-child {
	border-right: 0;
}

.kouhin-shop-header__text-links a:hover {
	text-decoration: underline;
}

.kouhin-shop-header__search {
	display: flex;
	align-items: center;
	width: 230px;
	height: 36px;
	margin: 0;
	border: 1px solid #e1e4e2;
	border-radius: 999px;
	background: #fafafa;
}

.kouhin-shop-header__search input {
	min-width: 0;
	width: 100%;
	height: 34px;
	padding: 0 8px 0 16px;
	border: 0;
	background: transparent;
	font: inherit;
	font-size: 12px;
}

.kouhin-shop-header__search input:focus {
	outline: 0;
}

.kouhin-shop-header__search button {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #202820;
	cursor: pointer;
}

.kouhin-shop-header__search svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.kouhin-shop-header__icons {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kouhin-shop-header__icons li {
	margin: 0;
	padding: 0;
}

.kouhin-shop-header__icons a {
	display: grid;
	place-items: center;
	width: 24px;
	height: 38px;
}

.kouhin-shop-header__icons img {
	max-width: 21px;
	max-height: 21px;
}

.kouhin-shop-header__categories {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	width: min(100% - 32px, var(--kouhin-content));
	margin: 0 auto;
	padding: 30px 0 34px;
}

.kouhin-shop-header__categories a {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	border-right: 1px dashed #7e857f;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-align: center;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.kouhin-shop-header__categories a:first-child {
	border-left: 1px dashed #7e857f;
}

.kouhin-shop-header__categories a:hover {
	color: var(--kouhin-green);
	opacity: 0.72;
}

.kouhin-shop-header__categories img {
	width: 80px;
	height: 51px;
	object-fit: contain;
}

.kouhin-shop-header__categories span {
	display: block;
	white-space: nowrap;
}

/* Editorial masthead supplied by THE THOR */
.kouhin-column-site > .l-header:not(.l-header-clone),
.kouhin-column-site > .l-headerBottom {
	position: relative;
	z-index: 10;
}

.kouhin-column-site .l-header {
	background: var(--kouhin-green) !important;
	color: #fff !important;
	box-shadow: none;
}

.kouhin-column-site .l-header .siteTitle__link,
.kouhin-column-site .l-header .globalNavi__link {
	color: #fff !important;
	letter-spacing: 0.05em;
}

.kouhin-column-site .l-header .globalNavi__link::after,
.kouhin-column-site .l-header .globalNavi__item-current > .globalNavi__link::after,
.kouhin-column-site .l-header .current-menu-item > .globalNavi__link::after {
	background: #fff !important;
}

.kouhin-column-site .l-header-clone {
	background: var(--kouhin-green) !important;
	color: #fff !important;
}

.kouhin-column-site .l-header-clone .siteTitle__link,
.kouhin-column-site .l-header-clone .globalNavi__link {
	color: #fff !important;
}

/*
 * The same WordPress header_menu is rendered as a compact category rail on
 * tablet and mobile. Labels and URLs remain editable in Appearance > Menus.
 */
.kouhin-column-mobile-categories {
	display: none;
}

/*
 * Keep the compact editorial masthead visually centred on desktop. The site
 * title and category navigation are one group, including in THE THOR's clone
 * header that appears after scrolling.
 */
@media only screen and (min-width: 992px) {
	.kouhin-column-site .l-header .container-header {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 30px;
		width: min(calc(100% - 48px), var(--kouhin-content));
		max-width: var(--kouhin-content);
		margin-right: auto;
		margin-left: auto;
	}

	.kouhin-column-site .l-header .siteTitle,
	.kouhin-column-site .l-header .globalNavi {
		position: static;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}

	.kouhin-column-site .l-header .globalNavi__inner,
	.kouhin-column-site .l-header .globalNavi__list {
		width: auto;
	}

	.kouhin-column-site .l-header .globalNavi__list {
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
	}
}

/*
 * THE THOR can render previews without the child body class and adds its
 * customizer colors later in the cascade. These high-specificity rules keep
 * the visible theme color consistent in both previews and the active theme.
 */
html body.t-headerColor header.l-header,
html body header.l-header,
html body header.l-header.l-header-clone {
	background-color: var(--kouhin-green) !important;
	color: #fff !important;
}

html body header.l-header .siteTitle__link,
html body header.l-header .globalNavi__link,
html body header.l-header .subNavi__link,
html body header.l-header .searchBtn__link,
html body header.l-header .menuBtn__link {
	color: #fff !important;
}

html body .heading.heading-widget,
html body .heading-widget {
	border-color: var(--kouhin-green) !important;
	background-color: var(--kouhin-green) !important;
	color: #fff !important;
}

html body .widget_categories li.current-cat,
html body .widget_categories li.current-cat > a {
	border-color: var(--kouhin-green) !important;
	background-color: var(--kouhin-green) !important;
	color: #fff !important;
}

/* Sidebar categories: light list with one clear current location. */
html body .l-sidebar .widget_categories > ul {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	list-style: none !important;
}

html body .l-sidebar .widget_categories > ul > li {
	position: relative;
	margin: 0 0 7px !important;
	padding: 0 !important;
	border: 1px solid var(--kouhin-line) !important;
	border-radius: 5px;
	background: #fff !important;
	overflow: hidden;
}

html body .l-sidebar .widget_categories > ul > li::before {
	display: none !important;
}

html body .l-sidebar .widget_categories > ul > li::after {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #667269;
	border-right: 1px solid #667269;
	content: "";
	pointer-events: none;
	transform: translateY(-50%) rotate(45deg);
}

html body .l-sidebar .widget_categories > ul > li > a {
	display: block;
	padding: 12px 34px 12px 14px !important;
	background: #fff !important;
	color: var(--kouhin-ink) !important;
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

html body .l-sidebar .widget_categories > ul > li > a:hover {
	background: var(--kouhin-sage-light) !important;
	color: var(--kouhin-green) !important;
}

html body .l-sidebar .widget_categories > ul > li.current-cat,
html body .l-sidebar .widget_categories > ul > li.current-cat > a {
	border-color: var(--kouhin-green) !important;
	background: var(--kouhin-green) !important;
	color: #fff !important;
}

html body .l-sidebar .widget_categories > ul > li.current-cat::after {
	border-color: #fff;
}

/* Restore the category palette used by the previous child theme. */
html body .eyecatch__cat {
	background-color: #c4dbad !important;
}

html body .eyecatch__cat.cc-bg1,
html body .eyecatch__cat.cc-bg43 {
	background-color: #c4dbad !important;
}

html body .eyecatch__cat.cc-bg4 {
	background-color: #3b572f !important;
}

html body .eyecatch__cat.cc-bg5 {
	background-color: #ad6a01 !important;
}

html body .eyecatch__cat.cc-bg6 {
	background-color: #110863 !important;
}

html body .eyecatch__cat.cc-bg7 {
	background-color: #a40035 !important;
}

html body .eyecatch__cat a,
html body .eyecatch__cat .eyecatch__catLink {
	color: #fff !important;
}

html body .eyecatch__cat.cc-bg1 a,
html body .eyecatch__cat.cc-bg43 a,
html body .eyecatch__cat.cc-bg1 .eyecatch__catLink,
html body .eyecatch__cat.cc-bg43 .eyecatch__catLink {
	color: #26352a !important;
}

/* Listing pages: one centred editorial column; categories live in the masthead. */
@media only screen and (min-width: 768px) {
	.kouhin-column-listing .l-wrapper,
	.kouhin-column-site.category .l-wrapper,
	.kouhin-column-site.search .l-wrapper {
		display: block;
		width: min(calc(100% - 48px), 960px);
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.kouhin-column-listing .l-main,
	.kouhin-column-site.category .l-main,
	.kouhin-column-site.search .l-main {
		float: none;
		width: 100%;
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}

	.kouhin-column-listing .l-sidebar,
	.kouhin-column-site.category .l-sidebar,
	.kouhin-column-site.search .l-sidebar {
		display: none !important;
	}
}

/*
 * Editorial listing cards
 * - Pick-up articles are two equal feature cards on tablet/desktop.
 * - The regular archive remains one column, but each row places the image
 *   beside the title and excerpt so the article context stays in view.
 */
.kouhin-column-listing .widget_fit_recommend_post_widget > .heading-widget {
	margin: 0 0 20px;
	padding: 0 0 8px;
	border: 0 !important;
	border-bottom: 1px solid #7b837d !important;
	border-radius: 0;
	background: transparent !important;
	color: var(--kouhin-ink) !important;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0;
}

.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive,
.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kouhin-column-listing .widget_fit_recommend_post_widget .eyecatch,
.kouhin-column-listing .archive > .archive__item > .eyecatch {
	overflow: hidden;
	background: var(--kouhin-sage-light);
}

.kouhin-column-listing .widget_fit_recommend_post_widget .eyecatch__link,
.kouhin-column-listing .archive > .archive__item > .eyecatch .eyecatch__link {
	display: block;
	width: 100%;
	height: 100%;
}

.kouhin-column-listing .widget_fit_recommend_post_widget .eyecatch img,
.kouhin-column-listing .archive > .archive__item > .eyecatch img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

@media only screen and (min-width: 768px) {
	html body.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
		width: 100% !important;
	}

	html body.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive__item {
		display: block !important;
		float: none !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .eyecatch {
		width: 100% !important;
		aspect-ratio: 16 / 9;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive__contents {
		width: 100% !important;
		padding: 13px 0 0 !important;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .dateList {
		display: flex;
		flex-wrap: wrap;
		gap: 2px 10px;
		margin-bottom: 8px;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .heading-tertiary {
		margin: 0 0 8px;
		font-size: 20px;
		line-height: 1.55;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .phrase-tertiary {
		display: -webkit-box;
		overflow: hidden;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		color: var(--kouhin-muted);
		font-size: 14px;
		line-height: 1.75;
	}

	html body.kouhin-column-listing .archive > .archive__item {
		display: grid !important;
		float: none !important;
		grid-template-columns: minmax(280px, 40%) minmax(0, 1fr);
		align-items: start;
		gap: 28px;
		width: 100% !important;
		max-width: none !important;
		margin: 0 0 30px !important;
		padding: 0 0 30px !important;
		border-bottom: 1px solid var(--kouhin-line);
	}

	.kouhin-column-listing .archive > .archive__item > .eyecatch {
		width: 100% !important;
		aspect-ratio: 16 / 9;
		margin: 0 !important;
	}

	.kouhin-column-listing .archive > .archive__item > .archive__contents {
		width: 100% !important;
		min-width: 0;
		margin: 0 !important;
		padding: 2px 0 0 !important;
	}

	.kouhin-column-listing .archive > .archive__item .dateList {
		display: flex;
		flex-wrap: wrap;
		gap: 2px 10px;
		margin-bottom: 8px;
	}

	.kouhin-column-listing .archive > .archive__item .heading-secondary {
		display: -webkit-box;
		overflow: hidden;
		margin: 0 0 10px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 21px;
		line-height: 1.55;
	}

	.kouhin-column-listing .archive > .archive__item .phrase-secondary {
		display: -webkit-box;
		overflow: hidden;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		color: var(--kouhin-muted);
		font-size: 14px;
		line-height: 1.8;
	}
}

@media only screen and (max-width: 767px) {
	html body.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive,
	html body.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive__item,
	html body.kouhin-column-listing .archive > .archive__item {
		display: block !important;
		float: none !important;
		width: 100% !important;
		max-width: none !important;
	}

	html body.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive__item {
		margin: 0 0 30px !important;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .eyecatch,
	.kouhin-column-listing .archive > .archive__item > .eyecatch {
		width: 100% !important;
		aspect-ratio: 16 / 9;
		margin: 0 !important;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .widgetArchive__contents,
	.kouhin-column-listing .archive > .archive__item > .archive__contents {
		width: 100% !important;
		margin: 0 !important;
		padding: 12px 0 0 !important;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .heading-tertiary,
	.kouhin-column-listing .archive > .archive__item .heading-secondary {
		margin: 6px 0 8px;
		font-size: 18px;
		line-height: 1.55;
	}

	.kouhin-column-listing .widget_fit_recommend_post_widget .phrase-tertiary,
	.kouhin-column-listing .archive > .archive__item .phrase-secondary {
		margin: 0;
		color: var(--kouhin-muted);
		font-size: 13px;
		line-height: 1.75;
	}

	html body.kouhin-column-listing .archive > .archive__item {
		margin: 0 0 28px !important;
		padding: 0 0 28px !important;
		border-bottom: 1px solid var(--kouhin-line);
	}
}

.kouhin-column-site .l-sidebar .widget {
	margin-bottom: 22px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.kouhin-column-site .l-sidebar .widgetTitle,
.kouhin-column-site .l-sidebar .heading-widget {
	margin: 0 0 10px;
	padding: 12px 14px;
	border: 0;
	border-radius: 6px;
	background: var(--kouhin-green);
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.kouhin-column-site .l-sidebar .fs-p-sideMenu,
.kouhin-column-site .l-sidebar .widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kouhin-column-site .l-sidebar .fs-p-sideMenu li,
.kouhin-column-site .l-sidebar .widget_categories > ul > li {
	position: relative;
	margin: 0 0 8px;
	border: 1px solid var(--kouhin-line);
	border-radius: 5px;
	background: #fff;
}

.kouhin-column-site .l-sidebar .fs-p-sideMenu li::after {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #667269;
	border-right: 1px solid #667269;
	content: "";
	transform: rotate(45deg);
}

.kouhin-column-site .l-sidebar .fs-p-sideMenu a,
.kouhin-column-site .l-sidebar .widget_categories a {
	display: block;
	padding: 11px 32px 11px 13px;
	color: var(--kouhin-ink);
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.kouhin-column-site .l-sidebar .fs-p-sideMenu a:hover,
.kouhin-column-site .l-sidebar .widget_categories a:hover {
	background: var(--kouhin-sage-light);
	color: var(--kouhin-green);
}

.kouhin-column-site .l-sidebar .widget_categories li.current-cat,
.kouhin-column-site .l-sidebar .widget_categories li.current-cat > a {
	border-color: var(--kouhin-green) !important;
	background: var(--kouhin-green) !important;
	color: #fff !important;
}

/* Article pages: one calm reading column */
.kouhin-column-article .l-wrapper {
	display: block;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.kouhin-column-article .l-main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.kouhin-column-article .l-sidebar {
	display: none;
}

.kouhin-column-article .content {
	font-size: 16px;
	line-height: 1.95;
}

.kouhin-column-article .content > p,
.kouhin-column-article .content li {
	letter-spacing: 0.015em;
}

.kouhin-column-article .content h2 {
	margin-top: 64px;
	padding: 15px 18px;
	border-left: 5px solid var(--kouhin-green);
	background: var(--kouhin-sage-light);
	color: var(--kouhin-ink);
}

.kouhin-column-article .content h3 {
	margin-top: 44px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--kouhin-line);
}

.kouhin-column-article .content img {
	border-radius: var(--kouhin-radius);
}

.kouhin-column-article .content a:not(.btn__link) {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.kouhin-column-article .outline {
	margin: 34px 0;
	border: 1px solid var(--kouhin-line);
	border-radius: var(--kouhin-radius);
	background: #fff;
	box-shadow: 0 8px 24px rgba(32, 45, 36, 0.05);
}

/* Shared shop footer */
#footer2021,
#footer2021 *,
#footer2021 *::before,
#footer2021 *::after {
	box-sizing: border-box;
}

#footer2021 {
	display: block;
	width: 100%;
	margin: 70px 0 0;
	padding: 46px 24px;
	border-top: 1px solid #aab6ae;
	background: #dbe0df;
	color: #303a33;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#footercontents {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 28px;
	width: min(100%, var(--kouhin-content));
	margin: 0 auto;
}

#footercontents > div {
	min-width: 0;
	font-size: 13px;
	line-height: 1.75;
}

#footercontents h3 {
	margin: 0 0 12px;
	padding: 0 0 9px;
	border-bottom: 1px solid #78877e;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

#footer2021 p,
#footer2021 ul {
	margin: 0;
	padding: 0;
}

#footer2021 li {
	margin: 0 0 5px;
	list-style: none;
}

#footer2021 a {
	color: inherit;
	text-decoration: none;
}

#footer2021 a:hover,
#footer2021 a.underline {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

#footer2021 strong {
	color: var(--kouhin-accent);
	font-weight: 700;
}

.kouhin-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(100%, var(--kouhin-content));
	margin: 38px auto 0;
	padding-top: 22px;
	border-top: 1px solid #aab6ae;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.kouhin-footer-bottom a {
	font-weight: 700;
}

/* Mobile commerce bar and drawer */
.kouhin-mobile-nav,
.kouhin-mobile-drawer,
.kouhin-mobile-drawer__backdrop,
.kouhin-mobile-drawer__toggle {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.kouhin-shop-header__welcome {
		display: none;
	}

	.kouhin-shop-header__main,
	.kouhin-shop-header__categories,
	.kouhin-shop-header__benefits-inner {
		width: calc(100% - 32px);
	}

	.kouhin-shop-header__text-links {
		display: none;
	}

	.kouhin-shop-header__categories a {
		font-size: 11px;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 767px) {
	.kouhin-column-site {
		padding-bottom: 64px;
	}

	.kouhin-shop-header__benefits {
		min-height: 34px;
	}

	.kouhin-shop-header__benefits-inner {
		justify-content: center;
		min-height: 34px;
	}

	.kouhin-shop-header__benefit-links a:first-child {
		display: none;
	}

	.kouhin-shop-header__benefit-links a {
		display: flex;
		align-items: center;
		flex: 1 1 auto;
		gap: 5px;
		min-width: 0;
		padding: 3px 8px;
		border: 0;
	}

	.kouhin-shop-header__benefit-links span {
		font-size: 10px;
	}

	.kouhin-shop-header__benefit-links strong {
		font-size: 12px;
	}

	.kouhin-shop-header__main {
		min-height: 58px;
	}

	.kouhin-shop-header__since {
		width: 27px;
	}

	.kouhin-shop-header__logo {
		width: 158px;
	}

	.kouhin-shop-header__actions {
		gap: 0;
	}

	.kouhin-shop-header__search,
	.kouhin-shop-header__text-links,
	.kouhin-shop-header__icons li:first-child,
	.kouhin-shop-header__icons li:nth-child(2),
	.kouhin-shop-header__categories {
		display: none;
	}

	.kouhin-shop-header__icons {
		gap: 0;
	}

	.kouhin-shop-header__icons li:last-child {
		display: block;
	}

	.kouhin-shop-header__icons li:last-child a {
		width: 40px;
	}

	/* THE THOR's top-right drawer duplicates the persistent shop menu. */
	html body .l-header .menuBtn,
	html body .l-header-clone .menuBtn {
		display: none !important;
	}

	.kouhin-column-site .l-wrapper,
	.kouhin-column-article .l-wrapper {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 18px;
		padding-left: 18px;
	}

	.kouhin-column-site .l-main {
		width: 100%;
	}

	.kouhin-column-site .l-sidebar {
		display: none;
	}

	.kouhin-column-article .content {
		font-size: 15px;
		line-height: 1.85;
	}

	.kouhin-column-article .content h2 {
		margin-top: 48px;
		padding: 12px 14px;
		font-size: 21px;
	}

	.kouhin-column-article .content h3 {
		margin-top: 36px;
		font-size: 18px;
	}

	#footer2021 {
		margin-top: 48px;
		padding: 36px 20px;
	}

	#footercontents {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.kouhin-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-top: 30px;
	}

	.kouhin-mobile-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10020;
		display: block;
		transform: translateY(110%);
		transition: transform 0.25s ease;
	}

	.kouhin-mobile-nav.is-visible {
		transform: translateY(0);
	}

	.kouhin-mobile-nav__bar {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		min-height: 58px;
		padding: 5px 4px 4px;
		border-top: 2px solid #646d67;
		background: rgba(216, 226, 222, 0.98);
		box-shadow: 0 -4px 14px rgba(23, 35, 27, 0.12);
	}

	.kouhin-mobile-nav__item {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 4px;
		margin: 0;
		padding: 0 2px;
		border: 0;
		border-left: 1px dotted #78827c;
		border-radius: 0;
		background: transparent;
		color: #172018;
		font-family: inherit;
		font-size: 10px;
		font-weight: 400;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}

	.kouhin-mobile-nav__item:first-child {
		border-left: 0;
	}

	.kouhin-mobile-nav__item img {
		width: 25px;
		height: 25px;
		object-fit: contain;
	}

	.kouhin-mobile-nav__svg {
		width: 25px;
		height: 25px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2.4;
	}

	.kouhin-mobile-nav__svg rect {
		fill: currentColor;
		stroke: none;
	}

	.kouhin-mobile-nav__menu-icon {
		position: relative;
		display: block;
		width: 25px;
		height: 18px;
		border-top: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
	}

	.kouhin-mobile-nav__menu-icon::after {
		position: absolute;
		top: 6px;
		left: 0;
		width: 25px;
		border-top: 2px solid currentColor;
		content: "";
	}

	.kouhin-mobile-nav__menu-icon::before {
		position: absolute;
		top: 6px;
		left: 0;
		width: 25px;
		border-top: 2px solid currentColor;
		content: "";
	}

	.kouhin-mobile-nav__label-close {
		display: none;
	}

	html.kouhin-drawer-open {
		overflow: hidden;
	}

	html.kouhin-drawer-open .kouhin-mobile-nav {
		z-index: 10050;
	}

	html.kouhin-drawer-open .kouhin-mobile-nav__label-open {
		display: none;
	}

	html.kouhin-drawer-open .kouhin-mobile-nav__label-close {
		display: inline;
	}

	html.kouhin-drawer-open .kouhin-mobile-nav__menu-icon {
		border-color: transparent;
	}

	html.kouhin-drawer-open .kouhin-mobile-nav__menu-icon::before,
	html.kouhin-drawer-open .kouhin-mobile-nav__menu-icon::after {
		top: 8px;
		transform: rotate(45deg);
	}

	html.kouhin-drawer-open .kouhin-mobile-nav__menu-icon::after {
		transform: rotate(-45deg);
	}

	.kouhin-mobile-drawer__toggle {
		position: fixed;
		top: -100px;
		left: -100px;
		display: block;
		opacity: 0;
	}

	.kouhin-mobile-drawer {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 10040;
		display: block;
		width: min(calc(100vw - 14px), 390px);
		padding: 10px 8px 82px;
		overflow-y: auto;
		background: #fff;
		box-shadow: 8px 0 28px rgba(19, 29, 22, 0.18);
		transform: translateX(-105%);
		transition: transform 0.28s ease;
	}

	.kouhin-mobile-drawer__toggle:checked + .kouhin-mobile-drawer {
		transform: translateX(0);
	}

	.kouhin-mobile-drawer__brand {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 46px;
		padding: 3px 8px 9px;
		border-bottom: 1px solid var(--kouhin-line);
	}

	.kouhin-mobile-drawer__brand img {
		width: 220px;
		max-height: 43px;
		object-fit: contain;
	}

	.kouhin-mobile-drawer__account {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 9px;
	}

	.kouhin-mobile-drawer__account a {
		padding: 9px 5px;
		border-right: 1px solid var(--kouhin-line);
		border-bottom: 1px solid var(--kouhin-line);
		color: #1d231f;
		font-size: 12px;
		text-decoration: none;
	}

	.kouhin-mobile-drawer__account a:nth-child(3) {
		border-right: 0;
	}

	.kouhin-mobile-drawer__account .kouhin-mobile-drawer__login {
		grid-column: 1 / -1;
		border-right: 0;
		font-size: 13px;
	}

	.kouhin-mobile-drawer__account small {
		font-size: 11px;
		font-weight: 400;
	}

	.kouhin-mobile-drawer__user-icon {
		position: relative;
		display: inline-block;
		width: 12px;
		height: 15px;
		margin-right: 4px;
		vertical-align: -2px;
	}

	.kouhin-mobile-drawer__user-icon::before {
		position: absolute;
		top: 0;
		left: 4px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: currentColor;
		content: "";
	}

	.kouhin-mobile-drawer__user-icon::after {
		position: absolute;
		bottom: 0;
		left: 1px;
		width: 12px;
		height: 7px;
		border-radius: 7px 7px 1px 1px;
		background: currentColor;
		content: "";
	}

	.kouhin-mobile-drawer__search {
		display: flex;
		height: 54px;
		margin: 0 0 8px;
		border: 1px solid #ff9f00;
		border-radius: 0;
		overflow: hidden;
	}

	.kouhin-mobile-drawer__search input {
		min-width: 0;
		width: 100%;
		padding: 10px 7px;
		border: 0;
		font-size: 17px;
	}

	.kouhin-mobile-drawer__search button {
		position: relative;
		flex: 0 0 48px;
		padding: 0;
		border: 0;
		background: #ff9f00;
		color: #fff;
		font-size: 0;
	}

	.kouhin-mobile-drawer__search button::before {
		position: absolute;
		top: 14px;
		left: 13px;
		width: 14px;
		height: 14px;
		border: 3px solid #fff;
		border-radius: 50%;
		content: "";
	}

	.kouhin-mobile-drawer__search button::after {
		position: absolute;
		top: 29px;
		left: 29px;
		width: 10px;
		border-top: 3px solid #fff;
		content: "";
		transform: rotate(45deg);
		transform-origin: left center;
	}

	.kouhin-mobile-drawer__keywords {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		padding-bottom: 17px;
		border-bottom: 1px solid var(--kouhin-line);
	}

	.kouhin-mobile-drawer__keywords > strong {
		flex: 0 0 auto;
		padding: 8px 10px;
		background: #ff9f00;
		color: #fff;
		font-size: 12px;
	}

	.kouhin-mobile-drawer__keywords > div {
		padding-top: 5px;
		font-size: 11px;
		line-height: 1.9;
	}

	.kouhin-mobile-drawer__keywords a {
		margin-right: 6px;
		color: #272d29;
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	.kouhin-mobile-drawer__section-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 17px 2px;
		border: 0;
		border-bottom: 1px solid var(--kouhin-line);
		background: #fff;
		color: #1d231f;
		cursor: pointer;
		font-family: inherit;
		font-size: 14px;
		text-align: left;
	}

	.kouhin-mobile-drawer__section-title:focus-visible {
		outline: 3px solid rgba(52, 75, 61, 0.35);
		outline-offset: -3px;
	}

	.kouhin-mobile-drawer__section-open,
	.kouhin-mobile-drawer__section-close {
		margin-left: auto;
		font-size: 23px;
		font-weight: 300;
		line-height: 1;
	}

	.kouhin-mobile-drawer__section-close,
	.kouhin-mobile-drawer__section-title[aria-expanded="true"] .kouhin-mobile-drawer__section-open {
		display: none;
	}

	.kouhin-mobile-drawer__section-title[aria-expanded="true"] .kouhin-mobile-drawer__section-close {
		display: inline;
	}

	.kouhin-mobile-drawer__category-panel[hidden] {
		display: none !important;
	}

	.kouhin-mobile-drawer__category-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 8px;
		padding: 18px 4px 20px;
		border-bottom: 1px solid var(--kouhin-line);
	}

	.kouhin-mobile-drawer__category-grid a {
		display: flex;
		align-items: center;
		flex-direction: column;
		min-width: 0;
		color: #303631;
		font-size: 12px;
		line-height: 1.35;
		text-align: center;
		text-decoration: none;
	}

	.kouhin-mobile-drawer__category-grid a:focus-visible {
		border-radius: 5px;
		outline: 3px solid rgba(52, 75, 61, 0.35);
		outline-offset: 3px;
	}

	.kouhin-mobile-drawer__category-image {
		display: block;
		width: 86px;
		height: 86px;
		margin: 0 auto 8px;
		border: 1px solid #e2e6e3;
		border-radius: 50%;
		overflow: hidden;
		background: var(--kouhin-sage-light);
	}

	.kouhin-mobile-drawer__category-image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.kouhin-mobile-drawer__category-grid small {
		display: block;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}

	.kouhin-mobile-drawer__featured {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 16px 6px 8px;
	}

	.kouhin-mobile-drawer__featured a {
		padding: 10px 4px;
		border: 1px solid var(--kouhin-line);
		color: #303631;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
	}

	.kouhin-mobile-drawer__links a {
		position: relative;
		display: block;
		padding: 12px 24px 12px 8px;
		border-bottom: 1px solid var(--kouhin-line);
		color: #303631;
		font-size: 12px;
		text-decoration: none;
	}

	.kouhin-mobile-drawer__links a::after {
		position: absolute;
		top: 50%;
		right: 8px;
		content: "›";
		font-size: 16px;
		transform: translateY(-50%);
	}

	.kouhin-mobile-drawer__top {
		position: fixed;
		right: 20px;
		bottom: 70px;
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		border: 1px solid #d1d5d2;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
		color: #68716b;
		font-size: 27px;
		line-height: 1;
		text-decoration: none;
	}

	.kouhin-mobile-drawer__backdrop {
		position: fixed;
		inset: 0;
		z-index: 10030;
		display: block;
		background: rgba(12, 19, 14, 0.46);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.28s ease, visibility 0.28s ease;
	}

	.kouhin-mobile-drawer__toggle:checked ~ .kouhin-mobile-drawer__backdrop {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (max-width: 768px) {
	.kouhin-column-mobile-categories {
		display: block;
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid var(--kouhin-line);
		background: #fff;
	}

	.kouhin-column-mobile-categories__list {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		margin: 0;
		padding: 10px 16px;
		list-style: none;
		scrollbar-width: none;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.kouhin-column-mobile-categories__list::-webkit-scrollbar {
		display: none;
	}

	.kouhin-column-mobile-categories__list > li {
		flex: 0 0 auto;
		margin: 0;
		padding: 0;
	}

	.kouhin-column-mobile-categories__list a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 8px 14px;
		border: 1px solid var(--kouhin-line);
		border-radius: 999px;
		background: #fff;
		color: var(--kouhin-green);
		font-size: 12px;
		font-weight: 700;
		line-height: 1.35;
		text-decoration: none;
		white-space: nowrap;
	}

	.kouhin-column-mobile-categories__list a:hover,
	.kouhin-column-mobile-categories__list a:focus-visible {
		border-color: var(--kouhin-green);
		background: var(--kouhin-sage-light);
		outline: 0;
	}

	.kouhin-column-mobile-categories__list .current-menu-item > a,
	.kouhin-column-mobile-categories__list .current-menu-ancestor > a {
		border-color: var(--kouhin-green);
		background: var(--kouhin-green);
		color: #fff;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kouhin-shop-header *,
	.kouhin-mobile-nav,
	.kouhin-mobile-drawer,
	.kouhin-mobile-drawer__backdrop {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Column listing cards show the modified date only. */
.kouhin-column-listing .dateList__item.icon-clock {
	display: none !important;
}
