@charset "UTF-8";

/* =========================================================
   基礎 / 店舗 / TOP / コンテンツ
   CLEAN CSS / 2026-09-19
========================================================= */

/* =========================================================
   蜈ｨ蝗ｽ謇九さ繧ｭ鬚ｨ菫怜､ｧ蝗ｳ髑・
   蠎苓・繝壹・繧ｸ蟆ら畑繝・じ繧､繝ｳ
========================================================= */
:root {
	--tkz-black: #111111;
	--tkz-black2: #1a1a1a;
	--tkz-gold: #c9a34e;
	--tkz-gold-light: #e4c675;
	--tkz-red: #a71720;
	--tkz-red-light: #c72932;
	--tkz-gray: #f4f4f4;
	--tkz-border: #dedede;
	--tkz-text: #222222;
}
/* =========================================================
   サイト共通レイアウト
   GeneratePressのサイドバー前提幅を解除し、全ページを中央配置
========================================================= */
.site-content {
	display: block !important;
	width: 100%;
	max-width: 1100px;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}
.content-area {
	width: 100% !important;
	float: none !important;
}
.site-main {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.tkz-home,
.tkz-search-page,
.tkz-area-page,
.tkz-genre-page,
.tkz-play-page,
.tkz-master-archive,
.tkz-dictionary-category,
.tkz-dictionary-archive,
.tkz-dictionary-single-wrap,
.tkz-listing-page,
.tkz-recruit-page,
.tkz-contact-page,
.tkz-about-page,
.tkz-privacy-page {
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}
/* =========================================================
   蠎苓・繝壹・繧ｸ
========================================================= */
.tkz-shop-page {
	background: #ffffff;
	color: var(--tkz-text);
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0,0,0,.08);
}
/* =========================================================
   蠎苓・繝壹・繧ｸ荳企Κ
========================================================= */
.tkz-shop-header {
	background: linear-gradient(
			135deg,
			#111111 0%,
			#1a1a1a 68%,
			#281414 100%
		);
	color: #ffffff;
	padding: 28px 30px 24px;
	border-top: 4px solid var(--tkz-gold);
}
/* 蠎苓・蜷・ */
.tkz-shop-title {
	color: #ffffff !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	margin: 4px 0 11px !important;
	padding: 0 !important;
}
/* 繧ｨ繝ｪ繧｢ */
.tkz-shop-area {
	color: #dddddd;
	font-size: 18px;
	margin-bottom: 9px;
}
.tkz-separator {
	color: #777777;
}
/* =========================================================
   谿ｿ蝣ょ・繧顔ｭ・
========================================================= */
.tkz-awards {
	margin-bottom: 6px;
}
.tkz-award {
	display: inline-block;
	background: linear-gradient(
			135deg,
			#ecd177,
			#b58a2e
		);
	color: #151515;
	font-size: 16px;
	font-weight: 800;
	padding: 5px 10px;
	margin: 2px 4px 2px 0;
	border-radius: 20px;
}
/* =========================================================
   繧ｸ繝｣繝ｳ繝ｫ
========================================================= */
.tkz-genres {
	margin-top: 6px;
}
.tkz-genres span {
	display: inline-block;
	background: var(--tkz-red);
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	padding: 5px 10px;
	margin: 3px 4px 3px 0;
	border-radius: 4px;
}
/* =========================================================
   蠎苓・逕ｻ蜒・
========================================================= */
.tkz-shop-main-image {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #111111;
}
.tkz-shop-main-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
/* =========================================================
   隕句・縺・
========================================================= */
.tkz-shop-page h2 {
	position: relative;
	color: #171717 !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	margin: 0 0 18px !important;
	padding: 0 0 0 15px !important;
}
.tkz-shop-page h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 5px;
	background: var(--tkz-red);
}
/* =========================================================
   繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ
========================================================= */
.tkz-section {
	padding: 25px 30px;
	border-bottom: 1px solid #eeeeee;
}
.tkz-text {
	font-size: 17px;
	line-height: 1.9;
}
.tkz-text p:last-child {
	margin-bottom: 0;
}
/* =========================================================
   蝓ｺ譛ｬ諠・ｱ
========================================================= */
.tkz-basic-info {
	padding: 25px 30px;
	border-bottom: 1px solid #eeeeee;
}
.tkz-info-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
.tkz-info-table th,
.tkz-info-table td {
	padding: 13px 15px;
	border: 1px solid var(--tkz-border);
	vertical-align: middle;
}
.tkz-info-table th {
	width: 28%;
	background: var(--tkz-gray);
	color: #333333;
	font-weight: 700;
}
/* =========================================================
   蜈ｬ蠑上し繧､繝医・髮ｻ隧ｱ
========================================================= */
.tkz-shop-actions {
	display: flex;
	gap: 12px;
	padding: 0 30px 28px;
	border-bottom: 1px solid #eeeeee;
}
.tkz-btn {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 8px 15px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 800;
	transition: .2s ease;
}
/* 蜈ｬ蠑・ */
.tkz-btn-official {
	background: var(--tkz-red);
	color: #ffffff !important;
}
.tkz-btn-official:hover {
	background: var(--tkz-red-light);
	color: #ffffff !important;
}
/* 髮ｻ隧ｱ */
.tkz-btn-phone {
	background: #171717;
	color: var(--tkz-gold-light) !important;
	border: 1px solid var(--tkz-gold);
}
.tkz-btn-phone:hover {
	background: #242424;
	color: var(--tkz-gold-light) !important;
}
/* =========================================================
   蟇ｾ蠢懊・繝ｬ繧､
========================================================= */
.tkz-play-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.tkz-play-tags a {
	display: inline-block;
	background: #171717;
	color: var(--tkz-gold-light) !important;
	border: 1px solid #3e3e3e;
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 700;
	padding: 7px 11px;
	border-radius: 5px;
}
.tkz-play-tags a:hover {
	background: #292929;
}
/* =========================================================
   蠎苓・迚ｹ蠕ｴ繧ｿ繧ｰ
========================================================= */
.tkz-feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.tkz-feature-tags span {
	display: inline-block;
	background: #fff8df;
	color: #664c14;
	border: 1px solid #d8bd74;
	font-size: 17px;
	font-weight: 700;
	padding: 7px 11px;
	border-radius: 5px;
}
/* =========================================================
   豎ゆｺｺ
========================================================= */
.tkz-recruit-box {
	background: #fff2f5;
	border: 1px solid #efc3cc;
	border-left: 5px solid #d85a74;
	padding: 19px 20px;
	border-radius: 6px;
}
.tkz-recruit-box a {
	color: #b41d40 !important;
	font-weight: 800;
	text-decoration: none;
}
/* =========================================================
   諠・ｱ遒ｺ隱肴律
========================================================= */
.tkz-last-checked {
	color: #777777;
	font-size: 16px;
	text-align: right;
	padding: 14px 30px 20px;
}
/* =========================================================
   繧ｹ繝槭・繝医ヵ繧ｩ繝ｳ
========================================================= */
@media (max-width: 768px) {
	.single-shop .site-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.single-shop #primary {
		width: 100% !important;
	}
	.tkz-shop-page {
		box-shadow: none;
	}
	/* 蠎苓・荳企Κ */
	.tkz-shop-header {
		padding: 20px 17px 18px;
	}
	.tkz-shop-title {
		font-size: 26px !important;
	}
	/* 譛ｬ譁・ */
	.tkz-section,
	.tkz-basic-info {
		padding: 21px 17px;
	}
	.tkz-shop-page h2 {
		font-size: 20px !important;
		margin-bottom: 15px !important;
	}
	.tkz-text {
		font-size: 18px;
	}
	/* 蝓ｺ譛ｬ諠・ｱ */
	.tkz-info-table th,
	.tkz-info-table td {
		padding: 11px 10px;
		font-size: 18px;
	}
	.tkz-info-table th {
		width: 34%;
	}
	/* 繝懊ち繝ｳ */
	.tkz-shop-actions {
		padding: 0 17px 22px;
		gap: 8px;
	}
	.tkz-btn {
		min-height: 50px;
		font-size: 18px;
		padding: 7px 8px;
	}
	/* 繧ｿ繧ｰ */
	.tkz-play-tags {
		gap: 6px;
	}
	.tkz-play-tags a {
		font-size: 16px;
		padding: 7px 9px;
	}
	/* 譖ｴ譁ｰ譌･ */
	.tkz-last-checked {
		padding: 11px 17px 18px;
	}
}
/* =========================================================
   店舗検索ページ /shop/ 専用 - LUXURY DESIGN
   ※個別店舗ページには影響しない
========================================================= */
.post-type-archive-shop {
	background: #ebe6db;
}
.post-type-archive-shop .site-content {
	background: #ebe6db;
}
.post-type-archive-shop .tkz-search-page {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 22px 20px 64px;
	box-sizing: border-box;
}
/* ページ上部 */
.post-type-archive-shop .tkz-search-header {
	position: relative;
	margin: 0 0 18px;
	padding: 46px 44px 43px;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 72%, #241517 100%);
	border-top: 1px solid #b99a5d;
	border-bottom: 1px solid rgba(185,154,93,.28);
	color: #f4f1ea;
	overflow: hidden;
}
.post-type-archive-shop .tkz-search-header::after {
	content: "";
	position: absolute;
	right: -90px;
	top: -110px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(185,154,93,.10);
	border-radius: 50%;
	pointer-events: none;
}
.post-type-archive-shop .tkz-search-eyebrow {
	display: block;
	margin-bottom: 11px;
	color: #bda56f;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .22em;
}
.post-type-archive-shop .tkz-search-header h1 {
	position: relative;
	z-index: 1;
	margin: 0 0 13px;
	color: #f4f1ea !important;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: .025em;
}
.post-type-archive-shop .tkz-search-header p {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin: 0;
	color: #aaa59b;
	font-size: 18px;
	line-height: 1.9;
}
/* 共通検索セクション */
.post-type-archive-shop .tkz-search-section {
	margin: 0 0 18px;
	padding: 36px 38px 38px;
	background: #f4f1ea;
	border: 1px solid rgba(126,111,81,.22);
	box-shadow: none;
}
.post-type-archive-shop .tkz-search-section-head {
	margin-bottom: 24px;
}
.post-type-archive-shop .tkz-search-section-head > span {
	display: block;
	margin-bottom: 8px;
	color: #9d8148;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .22em;
}
.post-type-archive-shop .tkz-search-section h2 {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 15px;
	border: 0;
	color: #29261f;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .02em;
}
.post-type-archive-shop .tkz-search-section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
	height: 1px;
	background: #a98a4f;
}
.post-type-archive-shop .tkz-search-section-head p {
	margin: 13px 0 0;
	color: #7b756c;
	font-size: 17px;
	line-height: 1.8;
}
/* エリア・ジャンル */
.post-type-archive-shop .tkz-search-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}
.post-type-archive-shop .tkz-search-links a {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 64px;
	padding: 12px 39px 12px 15px;
	background: transparent;
	border: 1px solid #cbc3b4;
	border-radius: 2px;
	color: #29261f;
	text-decoration: none !important;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.post-type-archive-shop .tkz-search-links a::after {
	content: "›";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-52%);
	color: #a98a4f;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
}
.post-type-archive-shop .tkz-search-links a:hover {
	background: #fbf8f1;
	border-color: #a98a4f;
	transform: translateY(-1px);
}
.post-type-archive-shop .tkz-search-links a strong {
	min-width: 0;
	color: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.post-type-archive-shop .tkz-search-links a > span {
	color: #8c867c;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}
/* ジャンルだけ黒金 */
.post-type-archive-shop .tkz-search-section-dark {
	background: #141414;
	border-color: #292826;
	color: #f4f1ea;
}
.post-type-archive-shop .tkz-search-section-dark .tkz-search-section-head > span {
	color: #bda56f;
}
.post-type-archive-shop .tkz-search-section-dark h2 {
	color: #f1eee6;
}
.post-type-archive-shop .tkz-search-section-dark h2::after {
	background: #b99a5d;
}
.post-type-archive-shop .tkz-search-section-dark .tkz-search-section-head p {
	color: #9e998f;
}
.post-type-archive-shop .tkz-search-section-dark .tkz-search-links a {
	background: #191918;
	border-color: #3a372f;
	color: #e7e2d8;
}
.post-type-archive-shop .tkz-search-section-dark .tkz-search-links a > span {
	color: #8f8a80;
}
.post-type-archive-shop .tkz-search-section-dark .tkz-search-links a:hover {
	background: #1e1d1a;
	border-color: #9f854f;
}
/* プレイ */
.post-type-archive-shop .tkz-play-search-links a {
	background: #20201d;
	border-color: #34332d;
	color: #cdb57f;
}
.post-type-archive-shop .tkz-play-search-links a strong {
	color: #d2ba83;
}
.post-type-archive-shop .tkz-play-search-links a > span {
	color: #8f887a;
}
.post-type-archive-shop .tkz-play-search-links a:hover {
	background: #292821;
	border-color: #a98a4f;
}
/* =========================================================
   店舗一覧
========================================================= */
.post-type-archive-shop .tkz-search-shop-section {
	padding-bottom: 42px;
}
.post-type-archive-shop .tkz-shop-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.post-type-archive-shop .tkz-shop-card {
	background: #f7f4ed;
	border: 1px solid #cfc7b7;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: none;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.post-type-archive-shop .tkz-shop-card:hover {
	transform: translateY(-2px);
	border-color: #a98a4f;
	box-shadow: 0 12px 28px rgba(30,24,12,.08);
}
.post-type-archive-shop .tkz-shop-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #29261f;
	text-decoration: none !important;
}
.post-type-archive-shop .tkz-shop-card-image {
	position: relative;
	background: #111;
	overflow: hidden;
}
.post-type-archive-shop .tkz-shop-card-image::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28%;
	background: linear-gradient(to top, rgba(0,0,0,.22), transparent);
	pointer-events: none;
}
.post-type-archive-shop .tkz-shop-card-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	transition: transform .35s ease;
}
.post-type-archive-shop .tkz-shop-card:hover .tkz-shop-card-image img {
	transform: scale(1.015);
}
.post-type-archive-shop .tkz-shop-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 20px;
}
.post-type-archive-shop .tkz-card-area {
	margin: 0 0 8px;
	color: #9a7d45;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .12em;
}
.post-type-archive-shop .tkz-shop-card h3 {
	margin: 0 0 13px;
	color: #27241e;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .01em;
}
/* ジャンル */
.post-type-archive-shop .tkz-card-genres {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 15px;
}
.post-type-archive-shop .tkz-card-genres span {
	display: inline-block;
	margin: 0;
	padding: 4px 8px;
	background: transparent;
	border: 1px solid rgba(110,32,43,.42);
	border-radius: 2px;
	color: #6e202b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
/* 料金・駅 */
.post-type-archive-shop .tkz-card-facts {
	margin: 0 0 15px;
	border-top: 1px solid #ddd5c6;
	border-bottom: 1px solid #ddd5c6;
}
.post-type-archive-shop .tkz-card-facts > div {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 9px;
	align-items: baseline;
	padding: 9px 0;
}
.post-type-archive-shop .tkz-card-facts > div + div {
	border-top: 1px solid #e5ded1;
}
.post-type-archive-shop .tkz-card-facts span {
	color: #888176;
	font-size: 14px;
	font-weight: 500;
}
.post-type-archive-shop .tkz-card-facts strong {
	color: #3b372f;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
/* プレイ */
.post-type-archive-shop .tkz-card-plays {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 17px;
}
.post-type-archive-shop .tkz-card-plays span {
	display: inline-block;
	margin: 0;
	padding: 4px 7px;
	background: #20201d;
	border-radius: 2px;
	color: #cdb57f;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}
.post-type-archive-shop .tkz-shop-card-cta {
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #d8d0c1;
	color: #6e202b;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
	text-align: right;
}
.post-type-archive-shop .tkz-shop-card-cta span {
	margin-left: 5px;
	color: #9a7d45;
}
.post-type-archive-shop .tkz-shop-empty {
	margin: 0;
	padding: 24px 0;
	color: #746e64;
	font-size: 18px;
}
/* ページ送り */
.post-type-archive-shop .navigation.pagination {
	margin: 28px 0 0;
}
.post-type-archive-shop .navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}
.post-type-archive-shop .navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	background: transparent;
	border: 1px solid #c6beae;
	border-radius: 2px;
	color: #4b463d;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
}
.post-type-archive-shop .navigation.pagination .page-numbers.current,
.post-type-archive-shop .navigation.pagination a.page-numbers:hover {
	background: #171716;
	border-color: #171716;
	color: #cdb57f;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.post-type-archive-shop .site-content {
		padding-top: 0 !important;
	}
	.post-type-archive-shop .tkz-search-page {
		padding: 0 0 42px;
	}
	.post-type-archive-shop .tkz-search-header {
		margin-bottom: 0;
		padding: 30px 18px 29px;
		border-top: 0;
	}
	.post-type-archive-shop .tkz-search-header::after {
		right: -145px;
		top: -155px;
	}
	.post-type-archive-shop .tkz-search-eyebrow {
		margin-bottom: 9px;
		font-size: 13px;
	}
	.post-type-archive-shop .tkz-search-header h1 {
		margin-bottom: 10px;
		font-size: 28px;
		font-weight: 600;
		line-height: 1.35;
	}
	.post-type-archive-shop .tkz-search-header p {
		font-size: 16px;
		line-height: 1.8;
	}
	.post-type-archive-shop .tkz-search-section {
		margin: 0;
		padding: 30px 18px 32px;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid rgba(126,111,81,.24);
	}
	.post-type-archive-shop .tkz-search-section-head {
		margin-bottom: 20px;
	}
	.post-type-archive-shop .tkz-search-section-head > span {
		margin-bottom: 7px;
		font-size: 13px;
	}
	.post-type-archive-shop .tkz-search-section h2 {
		margin-bottom: 9px;
		padding-bottom: 13px;
		font-size: 24px;
		line-height: 1.35;
	}
	.post-type-archive-shop .tkz-search-section h2::after {
		width: 34px;
	}
	.post-type-archive-shop .tkz-search-section-head p {
		margin-top: 11px;
		font-size: 15px;
		line-height: 1.75;
	}
	.post-type-archive-shop .tkz-search-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.post-type-archive-shop .tkz-search-links a::after {
		right: 11px;
		font-size: 21px;
	}
	.post-type-archive-shop .tkz-search-links a > span {
		font-size: 13px;
	}
	.post-type-archive-shop .tkz-search-shop-section {
		padding: 31px 14px 34px;
	}
	.post-type-archive-shop .tkz-search-shop-section .tkz-search-section-head {
		padding: 0 4px;
	}
	.post-type-archive-shop .tkz-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.post-type-archive-shop .tkz-shop-card {
		border-radius: 2px;
	}
	.post-type-archive-shop .tkz-shop-card-image img {
		aspect-ratio: 16 / 10;
		height: auto;
	}
	.post-type-archive-shop .tkz-card-area {
		margin-bottom: 7px;
		font-size: 13px;
	}
	.post-type-archive-shop .tkz-shop-card h3 {
		margin-bottom: 11px;
		line-height: 1.4;
	}
	.post-type-archive-shop .tkz-card-genres {
		margin-bottom: 13px;
	}
	.post-type-archive-shop .tkz-card-genres span {
		font-size: 13px;
	}
	.post-type-archive-shop .tkz-card-facts {
		margin-bottom: 13px;
	}
	.post-type-archive-shop .tkz-card-facts > div {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 8px 0;
	}
	.post-type-archive-shop .tkz-card-facts span {
		font-size: 13px;
	}
	.post-type-archive-shop .tkz-card-facts strong {
		font-size: 15px;
	}
	.post-type-archive-shop .tkz-card-plays {
		margin-bottom: 14px;
	}
	.post-type-archive-shop .tkz-card-plays span {
		font-size: 13px;
	}
	.post-type-archive-shop .tkz-shop-card-cta {
		padding-top: 12px;
		font-size: 14px;
	}
	.post-type-archive-shop .navigation.pagination {
		margin-top: 22px;
	}
}
/* =========================================================
   エリアページ専用
   ※ taxonomy-area.php のみ
========================================================= */
.tax-area .tkz-area-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* =========================================================
   エリアページ上部
========================================================= */
.tax-area .tkz-area-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 70%,
		#2a1414 100%
	);
	color: #fff;
	padding: 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tax-area .tkz-area-label {
	display: inline-block;
	color: #e4c675;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.tax-area .tkz-area-header h1 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 10px;
}
.tax-area .tkz-area-header p {
	color: #ddd;
	line-height: 1.8;
	margin: 0;
}
/* =========================================================
   子エリア
========================================================= */
.tax-area .tkz-area-children {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
	margin-bottom: 22px;
}
.tax-area .tkz-area-children h2,
.tax-area .tkz-area-shop-section > h2 {
	font-size: 23px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.tax-area .tkz-area-child-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.tax-area .tkz-area-child-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 12px 13px;
	color: #222;
	text-decoration: none;
}
.tax-area .tkz-area-child-links a:hover {
	background: #fffaf0;
	border-color: #c9a34e;
}
.tax-area .tkz-area-child-links strong {
	font-size: 18px;
}
.tax-area .tkz-area-child-links span {
	font-size: 15px;
	color: #888;
}
/* =========================================================
   掲載店舗
========================================================= */
.tax-area .tkz-area-shop-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
}
.tax-area .tkz-area-shop-list {
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
.tax-area .tkz-area-shop-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
}
.tax-area .tkz-area-shop-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}
.tax-area .tkz-area-shop-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.tax-area .tkz-area-shop-body {
	padding: 17px;
}
.tax-area .tkz-area-shop-body h3 {
	color: #171717;
	font-size: 21px;
	line-height: 1.35;
	margin: 0 0 9px;
}
/* ジャンル */
.tax-area .tkz-area-genres {
	margin-bottom: 10px;
}
.tax-area .tkz-area-genres span {
	display: inline-block;
	background: #a71720;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 4px 8px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}
/* 料金・駅 */
.tax-area .tkz-area-price,
.tax-area .tkz-area-station {
	font-size: 17px;
	line-height: 1.7;
	margin-top: 5px;
}
.tax-area .tkz-area-price strong,
.tax-area .tkz-area-station strong {
	display: inline-block;
	min-width: 62px;
	color: #8a6c29;
	margin-right: 5px;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.tax-area .tkz-area-page {
		padding: 0 0 35px;
	}
	.tax-area .tkz-area-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}
	.tax-area .tkz-area-header h1 {
		font-size: 26px;
	}
	.tax-area .tkz-area-header p {
		font-size: 18px;
	}
	.tax-area .tkz-area-children,
	.tax-area .tkz-area-shop-section {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.tax-area .tkz-area-children h2,
	.tax-area .tkz-area-shop-section > h2 {
		font-size: 21px;
	}
	.tax-area .tkz-area-child-links {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.tax-area .tkz-area-child-links a {
		padding: 11px 10px;
	}
	.tax-area .tkz-area-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.tax-area .tkz-area-shop-image img {
		height: auto;
	}
	.tax-area .tkz-area-shop-body {
		padding: 15px;
	}
	.tax-area .tkz-area-shop-body h3 {
		font-size: 20px;
	}
	.post-type-archive-master .site-content {
		padding-top: 0 !important;
	}
}
/* =========================================================
   ジャンルページ専用
   ※ taxonomy-genre.php のみ
========================================================= */
.tax-genre .tkz-genre-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* =========================================================
   ジャンルページ上部
========================================================= */
.tax-genre .tkz-genre-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 70%,
		#2a1414 100%
	);
	color: #fff;
	padding: 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tax-genre .tkz-genre-label {
	display: inline-block;
	color: #e4c675;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.tax-genre .tkz-genre-header h1 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 10px;
}
.tax-genre .tkz-genre-header p {
	color: #ddd;
	line-height: 1.8;
	margin: 0;
}
/* =========================================================
   掲載店舗
========================================================= */
.tax-genre .tkz-genre-shop-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
}
.tax-genre .tkz-genre-shop-section > h2 {
	font-size: 23px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.tax-genre .tkz-genre-shop-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
/* =========================================================
   店舗カード
========================================================= */
.tax-genre .tkz-genre-shop-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
}
.tax-genre .tkz-genre-shop-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}
.tax-genre .tkz-genre-shop-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.tax-genre .tkz-genre-shop-body {
	padding: 17px;
}
.tax-genre .tkz-genre-shop-body h3 {
	color: #171717;
	font-size: 21px;
	line-height: 1.35;
	margin: 0 0 7px;
}
/* エリア */
.tax-genre .tkz-genre-area {
	color: #8a6b29;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px;
}
/* ジャンルタグ */
.tax-genre .tkz-genre-tags {
	margin-bottom: 7px;
}
.tax-genre .tkz-genre-tags span {
	display: inline-block;
	background: #a71720;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 4px 8px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}
/* プレイタグ */
.tax-genre .tkz-genre-plays {
	margin: 6px 0 8px;
}
.tax-genre .tkz-genre-plays span {
	display: inline-block;
	background: #191919;
	color: #e4c675;
	font-size: 14px;
	padding: 4px 7px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}
/* 料金・最寄り駅 */
.tax-genre .tkz-genre-price,
.tax-genre .tkz-genre-station {
	font-size: 17px;
	line-height: 1.7;
	margin-top: 5px;
}
.tax-genre .tkz-genre-price strong,
.tax-genre .tkz-genre-station strong {
	display: inline-block;
	min-width: 62px;
	color: #8a6c29;
	margin-right: 5px;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.tax-genre .tkz-genre-page {
		padding: 0 0 35px;
	}
	.tax-genre .tkz-genre-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}
	.tax-genre .tkz-genre-header h1 {
		font-size: 26px;
	}
	.tax-genre .tkz-genre-header p {
		font-size: 18px;
	}
	.tax-genre .tkz-genre-shop-section {
		padding: 20px 15px;
		border-left: 0;
		border-right: 0;
	}
	.tax-genre .tkz-genre-shop-section > h2 {
		font-size: 21px;
	}
	.tax-genre .tkz-genre-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.tax-genre .tkz-genre-shop-image img {
		height: auto;
	}
	.tax-genre .tkz-genre-shop-body {
		padding: 15px;
	}
	.tax-genre .tkz-genre-shop-body h3 {
		font-size: 20px;
	}
}
/* =========================================================
   プレイページ専用
   ※ taxonomy-play.php のみ
========================================================= */
.tax-play .tkz-play-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* =========================================================
   プレイページ上部
========================================================= */
.tax-play .tkz-play-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 70%,
		#2a1414 100%
	);
	color: #fff;
	padding: 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tax-play .tkz-play-label {
	display: inline-block;
	color: #e4c675;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.tax-play .tkz-play-header h1 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 10px;
}
.tax-play .tkz-play-header p {
	color: #ddd;
	line-height: 1.8;
	margin: 0;
}
/* =========================================================
   掲載店舗
========================================================= */
.tax-play .tkz-play-shop-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
}
.tax-play .tkz-play-shop-section > h2 {
	font-size: 23px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.tax-play .tkz-play-shop-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
/* =========================================================
   店舗カード
========================================================= */
.tax-play .tkz-play-shop-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
}
.tax-play .tkz-play-shop-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}
.tax-play .tkz-play-shop-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.tax-play .tkz-play-shop-body {
	padding: 17px;
}
.tax-play .tkz-play-shop-body h3 {
	color: #171717;
	font-size: 21px;
	line-height: 1.35;
	margin: 0 0 7px;
}
/* エリア */
.tax-play .tkz-play-area {
	color: #8a6b29;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px;
}
/* ジャンル */
.tax-play .tkz-play-genres {
	margin-bottom: 7px;
}
.tax-play .tkz-play-genres span {
	display: inline-block;
	background: #a71720;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 4px 8px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}
/* プレイタグ */
.tax-play .tkz-play-tags {
	margin: 6px 0 8px;
}
.tax-play .tkz-play-tags span {
	display: inline-block;
	background: #191919;
	color: #e4c675;
	font-size: 14px;
	padding: 4px 7px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}
/* 料金・最寄り駅 */
.tax-play .tkz-play-price,
.tax-play .tkz-play-station {
	font-size: 17px;
	line-height: 1.7;
	margin-top: 5px;
}
.tax-play .tkz-play-price strong,
.tax-play .tkz-play-station strong {
	display: inline-block;
	min-width: 62px;
	color: #8a6c29;
	margin-right: 5px;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.tax-play .tkz-play-page {
		padding: 0 0 35px;
	}
	.tax-play .tkz-play-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}
	.tax-play .tkz-play-header h1 {
		font-size: 26px;
	}
	.tax-play .tkz-play-header p {
		font-size: 18px;
	}
	.tax-play .tkz-play-shop-section {
		padding: 20px 15px;
		border-left: 0;
		border-right: 0;
	}
	.tax-play .tkz-play-shop-section > h2 {
		font-size: 21px;
	}
	.tax-play .tkz-play-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.tax-play .tkz-play-shop-image img {
		height: auto;
	}
	.tax-play .tkz-play-shop-body {
		padding: 15px;
	}
	.tax-play .tkz-play-shop-body h3 {
		font-size: 20px;
	}
}
/* =========================================================
   達人 個別ページ専用
   ※ single-master.php のみ
========================================================= */
.single-master .tkz-master-page {
	max-width: 960px;
	margin: 30px auto 50px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0,0,0,.10);
	overflow: hidden;
}
/* =========================================================
   ヘッダー
========================================================= */
.single-master .tkz-master-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 65%,
		#321619 100%
	);
	color: #fff;
	padding: 28px 30px 25px;
	border-top: 4px solid #c9a34e;
}
.single-master .tkz-master-label {
	display: inline-block;
	background: #c9a34e;
	color: #111;
	font-size: 16px;
	font-weight: 800;
	padding: 5px 10px;
	border-radius: 20px;
	margin-bottom: 8px;
}
.single-master .tkz-master-name {
	color: #fff !important;
	font-size: 34px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	margin: 0 0 8px !important;
}
.single-master .tkz-master-catchcopy {
	color: #e4c675;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 4px;
}
.single-master .tkz-master-area {
	color: #ccc;
	font-size: 17px;
	margin-top: 10px;
}
/* =========================================================
   メイン写真
========================================================= */
.single-master .tkz-master-main-photo {
	background: #111;
	text-align: center;
}
.single-master .tkz-master-main-photo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 720px;
	object-fit: contain;
	margin: 0 auto;
}
/* =========================================================
   各セクション
========================================================= */
.single-master .tkz-master-section {
	padding: 27px 30px;
	border-bottom: 1px solid #eee;
}
.single-master .tkz-master-section h2 {
	position: relative;
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #171717 !important;
	margin: 0 0 18px !important;
	padding-left: 14px !important;
}
.single-master .tkz-master-section h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 5px;
	background: #a71720;
}
/* =========================================================
   基本情報
========================================================= */
.single-master .tkz-master-info-row {
	display: grid;
	grid-template-columns: 130px 1fr;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.single-master .tkz-master-info-row:last-of-type {
	border-bottom: 1px solid #ddd;
}
.single-master .tkz-master-info-row strong {
	background: #f4f4f4;
	padding: 12px 14px;
	border-right: 1px solid #ddd;
}
.single-master .tkz-master-info-row span {
	padding: 12px 14px;
}
.single-master .tkz-master-info-row a {
	color: #a71720;
	font-weight: 700;
}
/* プロフィール本文 */
.single-master .tkz-master-profile {
	margin-top: 22px;
	line-height: 1.9;
}
/* =========================================================
   得意プレイ
========================================================= */
.single-master .tkz-master-specialties {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.single-master .tkz-master-specialties span {
	display: inline-block;
	background: #191919;
	color: #e4c675;
	border: 1px solid #444;
	padding: 7px 11px;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
}
/* =========================================================
   本人コメント
========================================================= */
.single-master .tkz-master-comment {
	background: #fff3f5;
	border-left: 5px solid #c94d69;
	padding: 18px 20px;
	border-radius: 5px;
	line-height: 1.8;
}
/* =========================================================
   写真
========================================================= */
.single-master .tkz-master-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.single-master .tkz-master-gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}
/* =========================================================
   所属店舗
========================================================= */
.single-master .tkz-master-shop-link {
	margin: 28px 30px 32px;
	padding: 22px;
	background: #171717;
	border: 1px solid #c9a34e;
	text-align: center;
	border-radius: 7px;
}
.single-master .tkz-master-shop-label {
	color: #aaa;
	font-size: 16px;
	margin-bottom: 5px;
}
.single-master .tkz-master-shop-link strong {
	display: block;
	color: #fff;
	font-size: 21px;
	margin-bottom: 13px;
}
.single-master .tkz-master-shop-link a {
	display: block;
	background: #a71720;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 800;
	padding: 13px 18px;
	border-radius: 5px;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.single-master .tkz-master-page {
		margin: 0;
		box-shadow: none;
	}
	.single-master .tkz-master-header {
		padding: 20px 17px 18px;
	}
	.single-master .tkz-master-name {
		font-size: 28px !important;
	}
	.single-master .tkz-master-catchcopy {
		font-size: 17px;
	}
	.single-master .tkz-master-section {
		padding: 22px 17px;
	}
	.single-master .tkz-master-section h2 {
		font-size: 20px !important;
	}
	.single-master .tkz-master-info-row {
		grid-template-columns: 34% 66%;
		font-size: 18px;
	}
	.single-master .tkz-master-info-row strong,
	.single-master .tkz-master-info-row span {
		padding: 10px;
	}
	.single-master .tkz-master-gallery {
		grid-template-columns: 1fr;
	}
	.single-master .tkz-master-shop-link {
		margin: 20px 17px 25px;
	}
}
/* =========================================================
   店舗ページ：この店舗の達人
========================================================= */
.single-shop .tkz-shop-masters {
	padding: 25px 30px;
	border-bottom: 1px solid #eee;
}
.single-shop .tkz-shop-masters h2 {
	font-size: 23px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.single-shop .tkz-shop-master-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.single-shop .tkz-shop-master-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
}
.single-shop .tkz-shop-master-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}
.single-shop .tkz-shop-master-photo {
	background: #111;
}
.single-shop .tkz-shop-master-photo img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.single-shop .tkz-shop-master-body {
	padding: 14px;
}
.single-shop .tkz-shop-master-body h3 {
	font-size: 20px;
	color: #171717;
	margin: 0 0 5px;
}
.single-shop .tkz-shop-master-age {
	font-size: 16px;
	color: #777;
	margin-bottom: 6px;
}
.single-shop .tkz-shop-master-catch {
	font-size: 17px;
	line-height: 1.6;
	color: #8a6b29;
	font-weight: 700;
}
/* スマホ */
@media (max-width: 768px) {
	.single-shop .tkz-shop-masters {
		padding: 21px 17px;
	}
	.single-shop .tkz-shop-masters h2 {
		font-size: 21px;
	}
	.single-shop .tkz-shop-master-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.single-shop .tkz-shop-master-photo img {
		height: 210px;
	}
	.single-shop .tkz-shop-master-body {
		padding: 11px;
	}
	.single-shop .tkz-shop-master-body h3 {
		font-size: 18px;
	}
	.single-shop .tkz-shop-master-catch {
		font-size: 16px;
	}
}
/* =========================================================
   達人一覧 /master/ 専用 - LUXURY DIRECTORY
========================================================= */
.post-type-archive-master {
	background: #f2efe8;
}
.post-type-archive-master .site-content {
	padding-top: 0 !important;
}
.post-type-archive-master .tkz-master-archive {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 72px;
	box-sizing: border-box;
}
/* 上部：名鑑ヘッダー */
.post-type-archive-master .tkz-master-archive-header {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 64%, #211813 100%);
	color: #f4f1ea;
	padding: 58px 46px 54px;
	margin: 0 0 34px;
	border: 0;
	border-bottom: 1px solid rgba(198,166,103,.72);
}
.post-type-archive-master .tkz-master-archive-header::after {
	content: "";
	position: absolute;
	right: -150px;
	top: -180px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(198,166,103,.10);
	border-radius: 50%;
	pointer-events: none;
}
.post-type-archive-master .tkz-master-archive-label {
	display: block;
	background: none;
	color: #c6a667;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .22em;
	padding: 0;
	margin: 0 0 16px;
	border-radius: 0;
}
.post-type-archive-master .tkz-master-archive-header h1 {
	position: relative;
	z-index: 1;
	color: #f4f1ea !important;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: .01em;
	margin: 0 0 18px;
}
.post-type-archive-master .tkz-master-archive-header h1::after {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background: #c6a667;
	margin-top: 20px;
}
.post-type-archive-master .tkz-master-archive-header p {
	position: relative;
	z-index: 1;
	max-width: 720px;
	color: #aaa7a0;
	font-size: 18px;
	line-height: 1.9;
	margin: 0;
}
/* 達人カード一覧 */
.post-type-archive-master .tkz-master-archive-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.post-type-archive-master .tkz-master-card {
	min-width: 0;
	background: #f7f4ed;
	border: 1px solid #d8d0bf;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.post-type-archive-master .tkz-master-card:hover {
	transform: translateY(-3px);
	border-color: #c6a667;
	box-shadow: 0 16px 34px rgba(22,18,12,.08);
}
.post-type-archive-master .tkz-master-card > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #2b281f;
	text-decoration: none !important;
}
.post-type-archive-master .tkz-master-card-photo {
	position: relative;
	background: #111;
	overflow: hidden;
}
.post-type-archive-master .tkz-master-card-photo::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 32%;
	background: linear-gradient(to top, rgba(11,11,12,.18), transparent);
	pointer-events: none;
}
.post-type-archive-master .tkz-master-card-photo img {
	display: block;
	transition: transform .45s ease;
}
.post-type-archive-master .tkz-master-card:hover .tkz-master-card-photo img {
	transform: scale(1.018);
}
.post-type-archive-master .tkz-master-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 22px 20px;
}
.post-type-archive-master .tkz-master-card-badge {
	display: block;
	width: max-content;
	background: none;
	color: #9b7d3d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .18em;
	padding: 0;
	margin: 0 0 11px;
	border-radius: 0;
}
.post-type-archive-master .tkz-master-card-name-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}
.post-type-archive-master .tkz-master-card h2 {
	color: #28251d;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}
.post-type-archive-master .tkz-master-card-age {
	flex-shrink: 0;
	color: #8b867a;
	font-size: 16px;
	line-height: 1.5;
	margin: 4px 0 10px;
}
.post-type-archive-master .tkz-master-card-catch {
	color: #8f7137;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 18px;
}
.post-type-archive-master .tkz-master-card-specialties {
	margin: 0 0 14px;
}
.post-type-archive-master .tkz-master-card-specialties span {
	display: block;
	color: #9b7d3d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.5;
	margin-bottom: 4px;
}
.post-type-archive-master .tkz-master-card-specialties strong {
	display: block;
	color: #514b40;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}
.post-type-archive-master .tkz-master-card-shop {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #ded6c5;
	color: #5f5a50;
	font-size: 16px;
	line-height: 1.7;
}
.post-type-archive-master .tkz-master-card-shop strong {
	display: inline-block;
	color: #7a1e2a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-right: 7px;
}
.post-type-archive-master .tkz-master-card-area {
	color: #918b80;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 5px;
}
.post-type-archive-master .tkz-master-card-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #7a1e2a;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .03em;
	margin-top: 17px;
	padding-top: 14px;
	border-top: 1px solid #ded6c5;
}
.post-type-archive-master .tkz-master-card-more span:last-child {
	color: #a78947;
	font-size: 17px;
}
/* ページ送り */
.post-type-archive-master .tkz-master-pagination {
	margin-top: 34px;
}
.post-type-archive-master .tkz-master-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
}
.post-type-archive-master .tkz-master-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 11px;
	border: 1px solid #cfc6b4;
	color: #514b40;
	background: #f7f4ed;
	text-decoration: none !important;
	font-size: 16px;
}
.post-type-archive-master .tkz-master-pagination .page-numbers.current,
.post-type-archive-master .tkz-master-pagination .page-numbers:hover {
	background: #171715;
	border-color: #171715;
	color: #c6a667;
}
/* スマホ */
@media (max-width: 768px) {
	.post-type-archive-master .tkz-master-archive {
		padding: 0 0 46px;
	}
	.post-type-archive-master .tkz-master-archive-header {
		padding: 38px 20px 36px;
		margin-bottom: 0;
	}
	.post-type-archive-master .tkz-master-archive-label {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.post-type-archive-master .tkz-master-archive-header h1 {
		font-size: 30px;
		line-height: 1.35;
		margin-bottom: 15px;
	}
	.post-type-archive-master .tkz-master-archive-header h1::after {
		width: 40px;
		margin-top: 16px;
	}
	.post-type-archive-master .tkz-master-archive-header p {
		font-size: 17px;
		line-height: 1.85;
	}
	.post-type-archive-master .tkz-master-archive-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 24px 12px 0;
	}
	.post-type-archive-master .tkz-master-card-photo img {
		height: 230px;
	}
	.post-type-archive-master .tkz-master-card-body {
		padding: 14px 12px 13px;
	}
	.post-type-archive-master .tkz-master-card-name-row {
		gap: 6px;
		margin-bottom: 8px;
	}
	.post-type-archive-master .tkz-master-card h2 {
		font-size: 19px;
	}
	.post-type-archive-master .tkz-master-card-age {
		font-size: 14px;
		margin: 2px 0 8px;
	}
	.post-type-archive-master .tkz-master-card-catch {
		font-size: 15px;
		line-height: 1.65;
		margin-bottom: 12px;
	}
	.post-type-archive-master .tkz-master-card-specialties {
		margin-bottom: 10px;
	}
	.post-type-archive-master .tkz-master-card-specialties span {
		font-size: 13px;
		margin-bottom: 3px;
	}
	.post-type-archive-master .tkz-master-card-specialties strong {
		font-size: 14px;
		line-height: 1.55;
	}
	.post-type-archive-master .tkz-master-card-shop {
		font-size: 14px;
		padding-top: 11px;
	}
	.post-type-archive-master .tkz-master-card-area {
		font-size: 14px;
	}
	.post-type-archive-master .tkz-master-card-more {
		font-size: 14px;
		margin-top: 12px;
		padding-top: 11px;
	}
	.post-type-archive-master .tkz-master-pagination {
		margin: 28px 16px 0;
	}
}
@media (max-width: 380px) {
	.post-type-archive-master .tkz-master-card-photo img {
		height: 215px;
	}
}
/* =========================================================
   大図鑑シリーズ
   TOPページ専用 - LUXURY DESIGN
========================================================= */
.home {
	background: #f2efe8;
}
.home .tkz-home {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 78px;
	box-sizing: border-box;
}
/* =========================================================
   TOP キービジュアル
========================================================= */
.home .tkz-home-keyvisual {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #0b0b0c;
	border-radius: 2px 2px 0 0;
}
.home .tkz-home-keyvisual::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(7,7,8,0) 62%,
		rgba(7,7,8,.22) 100%
	);
}
.home .tkz-home-keyvisual img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
/* =========================================================
   HERO
========================================================= */
.home .tkz-home-hero {
	position: relative;
	margin: 0 0 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #121214 72%, #1e1214 100%);
	border-top: 1px solid #b99a5d;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 12px 34px rgba(10,8,5,.14);
}
.home .tkz-home-hero-inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 48px 42px 50px;
	text-align: center;
}
.home .tkz-home-eyecatch {
	display: inline-block;
	margin-bottom: 13px;
	color: #c9ae74;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .22em;
}
.home .tkz-home-hero h1 {
	margin: 0 0 16px !important;
	color: #f7f4ee !important;
	font-size: 42px !important;
	font-weight: 600 !important;
	line-height: 1.28 !important;
	letter-spacing: .015em;
}
.home .tkz-home-hero p {
	margin: 0;
	color: #c9c5bd;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.9;
}
/* メインボタン */
.home .tkz-home-main-buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}
.home .tkz-home-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 205px;
	min-height: 48px;
	padding: 9px 20px;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .05em;
	text-decoration: none !important;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.home .tkz-home-btn:hover {
	transform: translateY(-1px);
}
.home .tkz-home-btn-red {
	background: #6e202b;
	border: 1px solid #6e202b;
	color: #fff !important;
}
.home .tkz-home-btn-red:hover {
	background: #822735;
	border-color: #822735;
}
.home .tkz-home-btn-gold {
	background: transparent;
	border: 1px solid #b99a5d;
	color: #d5bd87 !important;
}
.home .tkz-home-btn-gold:hover {
	background: rgba(185,154,93,.09);
	border-color: #d0b77e;
	color: #ead7ad !important;
}
/* =========================================================
   共通セクション
========================================================= */
.home .tkz-home-section {
	position: relative;
	margin-bottom: 18px;
	padding: 40px 36px 38px;
	background: #fbfaf7;
	border: 0;
	border-top: 1px solid #d9d3c7;
	border-radius: 0;
	box-shadow: 0 8px 30px rgba(40,32,20,.035);
}
.home .tkz-home-section-title {
	margin-bottom: 25px;
}
.home .tkz-home-section-title > span {
	display: block;
	margin-bottom: 7px;
	color: #9a7e48;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .22em;
}
.home .tkz-home-section-title h2 {
	position: relative;
	margin: 0 !important;
	padding: 0 0 13px !important;
	border: 0 !important;
	color: #181716;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .01em;
}
.home .tkz-home-section-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 1px;
	background: #b99a5d;
}
.home .tkz-home-section-title p {
	margin: 13px 0 0;
	color: #7a756d;
	font-size: 17px;
	line-height: 1.8;
}
/* =========================================================
   エリア
========================================================= */
.home .tkz-home-area-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.home .tkz-home-area-grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 13px 16px;
	background: #fff;
	border: 1px solid #e1dbd0;
	border-radius: 2px;
	box-sizing: border-box;
	color: #24211e;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.home .tkz-home-area-grid a::after {
	content: "›";
	margin-left: 10px;
	color: #a88a50;
	font-size: 19px;
	font-weight: 400;
}
.home .tkz-home-area-grid a:hover {
	border-color: #b99a5d;
	box-shadow: 0 8px 22px rgba(60,45,20,.08);
	transform: translateY(-1px);
}
.home .tkz-home-area-grid strong {
	font-size: 18px;
	font-weight: 600;
}
/* =========================================================
   ジャンル
========================================================= */
.home .tkz-home-genre-section {
	background: #111113;
	border-top-color: #4a4131;
	box-shadow: none;
}
.home .tkz-home-genre-section .tkz-home-section-title > span {
	color: #c9ae74;
}
.home .tkz-home-genre-section .tkz-home-section-title h2 {
	color: #f3f0e9;
}
.home .tkz-home-genre-section .tkz-home-section-title p {
	color: #aaa59b;
}
.home .tkz-home-genre-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.home .tkz-home-genre-grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 13px 16px;
	background: #18181a;
	border: 1px solid #34312c;
	border-radius: 2px;
	box-sizing: border-box;
	color: #f0ede7;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.home .tkz-home-genre-grid a::after {
	content: "›";
	margin-left: 10px;
	color: #b99a5d;
	font-size: 19px;
}
.home .tkz-home-genre-grid a:hover {
	background: #202023;
	border-color: #806f4c;
	transform: translateY(-1px);
}
.home .tkz-home-genre-grid strong {
	color: #f0ede7;
	font-size: 18px;
	font-weight: 600;
}
.home .tkz-home-genre-section .tkz-home-more a {
	color: #cdb57f;
}
/* =========================================================
   プレイ
========================================================= */
.home .tkz-home-play-section {
	background: #f6f2ea;
}
.home .tkz-home-play-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.home .tkz-home-play-list a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 7px 13px;
	background: #18181a;
	border: 1px solid #3b362e;
	border-radius: 2px;
	box-sizing: border-box;
	color: #d7c18f !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .02em;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease;
}
.home .tkz-home-play-list a:hover {
	background: #232326;
	border-color: #b99a5d;
}
/* =========================================================
   達人
========================================================= */
.home .tkz-home-master-section {
	background: #eee9df;
	border-top-color: #cfc5b4;
}
.home .tkz-home-master-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.home .tkz-home-master-card {
	background: #fff;
	border: 0;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(42,31,17,.08);
	transition: transform .2s ease, box-shadow .2s ease;
}
.home .tkz-home-master-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(42,31,17,.12);
}
.home .tkz-home-master-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}
.home .tkz-home-master-photo {
	background: #111;
}
.home .tkz-home-master-photo img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: center 34%;
}
.home .tkz-home-master-body {
	padding: 18px 18px 20px;
}
.home .tkz-home-master-badge {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 8px;
	background: #171719;
	border-radius: 999px;
	color: #cdb57f;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
}
.home .tkz-home-master-body h3 {
	margin: 0 0 7px;
	color: #171614;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
}
.home .tkz-home-master-catch {
	margin: 0 0 9px;
	color: #8f7443;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}
.home .tkz-home-master-shop {
	color: #817c73;
	font-size: 15px;
	line-height: 1.6;
}
/* =========================================================
   新着店舗
========================================================= */
.home .tkz-home-shop-section {
	background: #fbfaf7;
}
.home .tkz-home-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.home .tkz-home-shop-card {
	background: #fff;
	border: 1px solid #e1dbd0;
	border-radius: 2px;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.home .tkz-home-shop-card:hover {
	border-color: #c8b17e;
	box-shadow: 0 10px 26px rgba(54,42,22,.08);
	transform: translateY(-2px);
}
.home .tkz-home-shop-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}
.home .tkz-home-shop-photo img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.home .tkz-home-shop-body {
	padding: 17px 17px 19px;
}
.home .tkz-home-shop-body h3 {
	margin: 0 0 8px;
	color: #171614;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
}
.home .tkz-home-shop-area {
	margin-bottom: 7px;
	color: #9a7e48;
	font-size: 15px;
	font-weight: 600;
}
.home .tkz-home-shop-genres span {
	display: inline-block;
	margin: 2px 3px 2px 0;
	padding: 4px 7px;
	background: #6e202b;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.home .tkz-home-shop-price {
	margin-top: 9px;
	color: #777269;
	font-size: 15px;
}
/* =========================================================
   MORE
========================================================= */
.home .tkz-home-more {
	margin-top: 22px;
	text-align: right;
}
.home .tkz-home-more a {
	position: relative;
	color: #6e202b;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .02em;
	text-decoration: none;
}
.home .tkz-home-more a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
/* =========================================================
   7大大辞典
========================================================= */
.home .tkz-home-dictionary {
	background: linear-gradient(135deg, #0d0d0f 0%, #151417 72%, #211315 100%);
	border-top-color: #5b4d32;
	box-shadow: none;
}
.home .tkz-home-dictionary .tkz-home-section-title > span {
	color: #c9ae74;
}
.home .tkz-home-dictionary .tkz-home-section-title h2 {
	color: #f4f1ea;
}
.home .tkz-home-dictionary .tkz-home-section-title p {
	color: #a9a49a;
}
.home .tkz-home-dictionary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.home .tkz-home-dictionary-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	padding: 10px 12px;
	background: rgba(255,255,255,.018);
	border: 1px solid rgba(185,154,93,.55);
	border-radius: 2px;
	box-sizing: border-box;
	color: #d6c08c !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
	text-decoration: none !important;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.home .tkz-home-dictionary-grid a:hover {
	background: rgba(185,154,93,.12);
	border-color: #cbb17b;
	color: #f0dfb6 !important;
}
.home .tkz-home-dictionary-more {
	margin-top: 18px;
	text-align: right;
}
.home .tkz-home-dictionary-more a {
	color: #cfb77f !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
}
.home .tkz-home-dictionary-more a:hover {
	text-decoration: underline !important;
	text-underline-offset: 3px;
}
/* =========================================================
   掲載店募集・女性求人
========================================================= */
.home .tkz-home-business {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 0;
}
.home .tkz-home-business-box {
	padding: 28px 27px;
	background: #111113;
	border: 1px solid #3c372e;
	border-radius: 2px;
	color: #fff;
}
.home .tkz-home-business-box h2 {
	margin: 0 0 11px;
	color: #f4f1ea;
	font-size: 22px;
	font-weight: 600;
}
.home .tkz-home-business-box p {
	margin: 0 0 16px;
	color: #aaa59d;
	font-size: 16px;
	line-height: 1.75;
}
.home .tkz-home-business-box a {
	display: inline-block;
	padding: 8px 12px;
	background: transparent;
	border: 1px solid #b99a5d;
	border-radius: 2px;
	color: #d5bd87 !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
}
.home .tkz-home-recruit-box {
	background: #4d1822;
	border-color: #73414a;
}
.home .tkz-home-recruit-box a {
	border-color: #d6b5bd;
	color: #f0dce1 !important;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.home .tkz-home {
		padding: 0 0 44px;
	}
	.home .tkz-home-keyvisual {
		margin-top: -24px;
		border-radius: 0;
	}
	.home .tkz-home-hero {
		margin-bottom: 10px;
		border-radius: 0;
		box-shadow: none;
	}
	.home .tkz-home-hero-inner {
		padding: 30px 18px 31px;
	}
	.home .tkz-home-eyecatch {
		margin-bottom: 11px;
		font-size: 13px;
		letter-spacing: .18em;
	}
	.home .tkz-home-hero h1 {
		font-size: 25px !important;
		font-weight: 600 !important;
		line-height: 1.28 !important;
		letter-spacing: 0 !important;
		white-space: nowrap;
	}
	.home .tkz-home-hero p {
		font-size: 16px;
		line-height: 1.8;
		text-align: left;
	}
	.home .tkz-home-main-buttons {
		gap: 8px;
		margin-top: 21px;
	}
	.home .tkz-home-btn {
		min-width: 0;
		min-height: 45px;
		flex: 1;
		padding: 7px 8px;
		font-size: 15px;
	}
	.home .tkz-home-section {
		margin-bottom: 10px;
		padding: 25px 16px 24px;
		border-left: 0;
		border-right: 0;
		box-shadow: none;
	}
	.home .tkz-home-section-title {
		margin-bottom: 18px;
	}
	.home .tkz-home-section-title > span {
		font-size: 13px;
	}
	.home .tkz-home-section-title h2 {
		padding-bottom: 10px !important;
		font-size: 22px;
	}
	.home .tkz-home-section-title p {
		margin-top: 10px;
		font-size: 15px;
	}
	.home .tkz-home-area-grid,
	.home .tkz-home-genre-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.home .tkz-home-area-grid a,
	.home .tkz-home-genre-grid a {
		min-height: 48px;
		padding: 10px 11px;
	}
	.home .tkz-home-area-grid strong,
	.home .tkz-home-genre-grid strong {
		font-size: 16px;
	}
	.home .tkz-home-more {
		margin-top: 18px;
	}
	.home .tkz-home-more a {
		font-size: 15px;
	}
	.home .tkz-home-play-list {
		gap: 7px;
	}
	.home .tkz-home-play-list a {
		min-height: 36px;
		padding: 7px 11px;
		font-size: 15px;
	}
	.home .tkz-home-master-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}
	.home .tkz-home-master-photo img {
		height: 200px;
		object-position: center 34%;
	}
	.home .tkz-home-master-body {
		padding: 12px 11px 14px;
	}
	.home .tkz-home-master-body h3 {
		font-size: 18px;
	}
	.home .tkz-home-master-catch {
		font-size: 15px;
	}
	.home .tkz-home-shop-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.home .tkz-home-shop-photo img {
		height: auto;
	}
	.home .tkz-home-dictionary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.home .tkz-home-dictionary-grid a {
		height: 60px;
		font-size: 16px;
	}
	.home .tkz-home-business {
		grid-template-columns: 1fr;
		gap: 9px;
		padding: 0 12px;
	}
	.home .tkz-home-business-box {
		padding: 21px 18px;
	}
	.home .tkz-home-business-box h2 {
		font-size: 19px;
	}
	.home .tkz-home-business-box p {
		font-size: 15px;
		line-height: 1.75;
	}
	.home .tkz-home-business-box a {
		font-size: 14px;
	}
}
@media (max-width: 380px) {
	.home .tkz-home-master-grid {
		grid-template-columns: 1fr;
	}
	.home .tkz-home-master-photo img {
		height: 300px;
		object-position: center 34%;
	}
}
/* =========================================================
   大辞典カテゴリページ専用
   ※ taxonomy-dictionary_category.php
========================================================= */
/* =========================================================
   ヘッダー
========================================================= */
.tax-dictionary_category .tkz-dictionary-header {
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tax-dictionary_category .tkz-dictionary-label {
	margin-bottom: 8px;
}
.tax-dictionary_category .tkz-dictionary-header p,
.tax-dictionary_category .tkz-dictionary-description {
	color: #ddd;
	font-size: 18px;
	line-height: 1.9;
	margin: 0;
}
/* =========================================================
   記事一覧
========================================================= */
.tax-dictionary_category .tkz-dictionary-articles {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 22px;
}
.tax-dictionary_category .tkz-dictionary-articles > h2,
.tax-dictionary_category .tkz-dictionary-nav > h2 {
	font-size: 23px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
/* カード */
/* =========================================================
   7大大辞典ナビ
========================================================= */
.tax-dictionary_category .tkz-dictionary-nav {
	border: 1px solid #333;
}
.tax-dictionary_category .tkz-dictionary-nav > h2 {
	color: #fff;
	border-left-color: #c9a34e;
}
/* 準備中 */
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.tax-dictionary_category .tkz-dictionary-header p,
	.tax-dictionary_category .tkz-dictionary-description {
		font-size: 18px;
	}
	.tax-dictionary_category .tkz-dictionary-articles,
	.tax-dictionary_category .tkz-dictionary-nav {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.tax-dictionary_category .tkz-dictionary-articles > h2,
	.tax-dictionary_category .tkz-dictionary-nav > h2 {
		font-size: 21px;
	}
}
/* =========================================================
   大辞典記事ページ専用
   ※ single-dictionary.php
========================================================= */
.single-dictionary .tkz-dictionary-single {
	border: 1px solid #e2e2e2;
	box-shadow: 0 4px 18px rgba(0,0,0,.08);
}
/* =========================================================
   記事ヘッダー
========================================================= */
.single-dictionary .tkz-dictionary-single-header {
	border-top: 4px solid #c9a34e;
}
.single-dictionary .tkz-dictionary-single-label {
	display: inline-block;
	background: #c9a34e;
	color: #111;
	font-size: 15px;
	font-weight: 800;
	padding: 5px 10px;
	border-radius: 20px;
	margin-bottom: 8px;
}
.single-dictionary .tkz-dictionary-single-category {
	margin-bottom: 9px;
}
.single-dictionary .tkz-dictionary-single-category a {
	font-weight: 700;
}
.single-dictionary .tkz-dictionary-single-header h1 {
	font-size: 34px !important;
	line-height: 1.4 !important;
}
/* =========================================================
   アイキャッチ
========================================================= */
.single-dictionary .tkz-dictionary-single-image img {
	height: auto;
}
/* =========================================================
   本文
========================================================= */
.single-dictionary .tkz-dictionary-single-content {
	padding: 32px 34px 38px;
}
.single-dictionary .tkz-dictionary-single-content p {
	margin-bottom: 1.5em;
}
.single-dictionary .tkz-dictionary-single-content h2 {
	background: #f5f5f5;
	border-left: 6px solid #a71720;
}
.single-dictionary .tkz-dictionary-single-content h3 {
	padding-bottom: 7px;
	border-bottom: 2px solid #c9a34e;
}
/* 引用 */
/* =========================================================
   カテゴリへ戻る
========================================================= */
.single-dictionary .tkz-dictionary-single-back {
	border-top: 1px solid #eee;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.single-dictionary .tkz-dictionary-single-wrap {
		margin: 0;
	}
	.single-dictionary .tkz-dictionary-single {
		border-left: 0;
		border-right: 0;
		box-shadow: none;
	}
	.single-dictionary .tkz-dictionary-single-header h1 {
		font-size: 27px !important;
	}
	.single-dictionary .tkz-dictionary-single-content {
		padding: 24px 17px 30px;
	}
}
/* =========================================================
   大辞典総合入口 /dictionary/ 専用
========================================================= */
/* =========================================================
   HERO
========================================================= */
.post-type-archive-dictionary .tkz-dictionary-archive-header {
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-label {
	display: inline-block;
	margin-bottom: 8px;
}
/* =========================================================
   共通セクション
========================================================= */
.post-type-archive-dictionary .tkz-dictionary-archive-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
	margin-bottom: 22px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-section > h2 {
	font-size: 23px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
/* =========================================================
   7大大辞典カード
========================================================= */
.post-type-archive-dictionary .tkz-dictionary-category-card:hover {
	background: #242424;
}
.post-type-archive-dictionary .tkz-dictionary-category-number {
	color: #e4c675;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .1em;
	margin-bottom: 7px;
}
.post-type-archive-dictionary .tkz-dictionary-category-card span {
	color: #e4c675;
	font-size: 15px;
	font-weight: 700;
}
/* =========================================================
   新着記事一覧
========================================================= */
.post-type-archive-dictionary .tkz-dictionary-archive-list {
	grid-template-columns: repeat(2, 1fr);
}
.post-type-archive-dictionary .tkz-dictionary-archive-card > a {
	height: 100%;
}
.post-type-archive-dictionary .tkz-dictionary-archive-body h3 {
	color: #171717;
	font-size: 21px;
	line-height: 1.45;
	margin: 0 0 9px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-body p {
	color: #666;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 12px;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.post-type-archive-dictionary .tkz-dictionary-archive-header {
		margin-bottom: 14px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-section {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-section > h2 {
		font-size: 21px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}
/* =========================================================
   掲載店募集 /listing/ 専用
========================================================= */
.page .tkz-listing-page {
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* =========================================================
   HERO
========================================================= */
.tkz-listing-header {
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tkz-listing-label {
	display: inline-block;
	color: #e4c675;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 8px;
}
.tkz-listing-header h1 {
	font-size: 32px !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	margin: 0 0 12px !important;
}
/* =========================================================
   共通セクション
========================================================= */
.tkz-listing-section {
	margin-bottom: 20px;
}
.tkz-listing-section h2 {
	font-size: 23px;
	font-weight: 800;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.tkz-listing-section p {
	line-height: 1.9;
}
/* =========================================================
   掲載情報
========================================================= */
.tkz-listing-grid > div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.tkz-listing-grid strong {
	font-size: 18px;
}
/* =========================================================
   達人
========================================================= */
.tkz-listing-master {
	border-color: #eccbd2;
}
/* =========================================================
   掲載プラン
========================================================= */
.tkz-listing-plans {
	margin-top: 20px;
}
.tkz-listing-plan {
	color: #fff;
	border-top: 4px solid #c9a34e;
	text-align: center;
}
/* =========================================================
   箇条書き
========================================================= */
.tkz-listing-section ul {
	margin: 0;
	padding-left: 1.5em;
}
.tkz-listing-section li {
	margin-bottom: 9px;
	line-height: 1.7;
}
/* =========================================================
   CTA
========================================================= */
.tkz-listing-cta {
	color: #fff;
	border: 1px solid #c9a34e;
	margin-bottom: 20px;
}
.tkz-listing-cta h2 {
	font-size: 25px;
	margin: 0 0 10px;
}
.tkz-listing-cta-button {
	margin-top: 8px;
}
/* =========================================================
   スマホ
========================================================= */
@media (max-width: 768px) {
	.tkz-listing-header {
		margin-bottom: 14px;
	}
	.tkz-listing-section,
	.tkz-listing-cta {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.tkz-listing-section h2 {
		font-size: 21px;
	}
	.tkz-listing-cta h2 {
		font-size: 22px;
	}
}
/* =========================================================
   女性求人 /recruit/ 専用
========================================================= */
.tkz-recruit-page {
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* HERO */
.tkz-recruit-header {
	margin-bottom: 22px;
}
.tkz-recruit-label {
	margin-bottom: 8px;
}
/* 共通セクション */
.tkz-recruit-section {
	margin-bottom: 20px;
}
.tkz-recruit-section h2 {
	font-size: 23px;
	font-weight: 800;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #c64d70;
}
.tkz-recruit-section p {
	line-height: 1.9;
}
/* 求人ポイント */
.tkz-recruit-points {
	margin-top: 20px;
}
.tkz-recruit-points strong {
	margin-bottom: 5px;
}
/* 求人店舗一覧 */
.tkz-recruit-shop-area {
	margin-bottom: 12px;
}
.tkz-recruit-entry-btn {
	display: block;
	text-decoration: none !important;
	text-align: center;
	font-weight: 800;
	padding: 11px 14px;
	border-radius: 5px;
}
/* 店舗向けCTA */
.tkz-recruit-owner a {
	margin-top: 8px;
}
/* スマホ */
@media (max-width: 768px) {
	.tkz-recruit-page {
		padding: 0 0 35px;
	}
	.tkz-recruit-header {
		margin-bottom: 14px;
	}
	.tkz-recruit-section,
	.tkz-recruit-owner {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.tkz-recruit-section h2 {
		font-size: 21px;
	}
}
/* =========================================================
   お問い合わせ /contact/ 専用
========================================================= */
.tkz-contact-page {
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* HERO */
.tkz-contact-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 68%,
		#2a1414 100%
	);
	color: #fff;
	padding: 32px 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tkz-contact-label {
	display: inline-block;
	color: #e4c675;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 8px;
}
.tkz-contact-header h1 {
	color: #fff !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	margin: 0 0 12px !important;
}
.tkz-contact-header p {
	color: #ddd;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}
/* 案内 */
.tkz-contact-guide {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 26px;
	margin-bottom: 20px;
}
.tkz-contact-guide h2,
.tkz-contact-form h2 {
	font-size: 23px;
	font-weight: 800;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.tkz-contact-guide p {
	line-height: 1.9;
}
/* 問い合わせ種別 */
.tkz-contact-types {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 20px;
}
.tkz-contact-types > div {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 17px;
	border-radius: 6px;
}
.tkz-contact-types strong {
	display: block;
	color: #a71720;
	font-size: 18px;
	margin-bottom: 4px;
}
.tkz-contact-types span {
	color: #666;
	font-size: 17px;
	line-height: 1.6;
}
/* フォーム */
.tkz-contact-form {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 26px;
}
/* Contact Form 7 */
.tkz-contact-form .wpcf7-form p {
	margin-bottom: 18px;
}
.tkz-contact-form .wpcf7-form label {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7;
}
.tkz-contact-form input[type="text"],
.tkz-contact-form input[type="email"],
.tkz-contact-form input[type="tel"],
.tkz-contact-form input[type="url"],
.tkz-contact-form select,
.tkz-contact-form textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 11px 12px;
	margin-top: 6px;
	font-size: 18px;
	color: #222;
}
.tkz-contact-form textarea {
	min-height: 180px;
	resize: vertical;
}
.tkz-contact-form input:focus,
.tkz-contact-form select:focus,
.tkz-contact-form textarea:focus {
	outline: none;
	border-color: #c9a34e;
	box-shadow: 0 0 0 2px rgba(201,163,78,.15);
}
/* 同意 */
.tkz-contact-form .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	font-weight: 400;
}
.tkz-contact-form .wpcf7-acceptance input {
	margin-top: 5px;
}
/* 送信ボタン */
.tkz-contact-form input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 360px;
	background: #a71720;
	color: #fff;
	border: 0;
	border-radius: 5px;
	padding: 14px 20px;
	font-size: 17px;
	font-weight: 800;
	cursor: pointer;
	margin-top: 10px;
}
.tkz-contact-form input[type="submit"]:hover {
	background: #861218;
}
/* エラー・完了メッセージ */
.tkz-contact-form .wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 5px;
}
.tkz-contact-form .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 12px 15px !important;
	font-size: 17px;
	line-height: 1.7;
}
/* スマホ */
@media (max-width: 768px) {
	.tkz-contact-page {
		padding: 0 0 35px;
	}
	.tkz-contact-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}
	.tkz-contact-header h1 {
		font-size: 26px !important;
	}
	.tkz-contact-header p {
		font-size: 18px;
	}
	.tkz-contact-guide,
	.tkz-contact-form {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.tkz-contact-guide h2,
	.tkz-contact-form h2 {
		font-size: 21px;
	}
	.tkz-contact-types {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.tkz-contact-form input[type="submit"] {
		max-width: none;
	}
}
/* =========================================================
   運営者情報 /about/ 専用
========================================================= */
.tkz-about-page {
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* HERO */
.tkz-about-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 68%,
		#2a1414 100%
	);
	color: #fff;
	padding: 32px 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tkz-about-label {
	display: inline-block;
	color: #e4c675;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 8px;
}
.tkz-about-header h1 {
	color: #fff !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	margin: 0 0 10px !important;
}
.tkz-about-header p {
	color: #ddd;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}
/* 共通セクション */
.tkz-about-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 26px;
	margin-bottom: 20px;
}
.tkz-about-section h2 {
	font-size: 23px;
	font-weight: 800;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.tkz-about-section p {
	line-height: 1.95;
	margin-bottom: 1.4em;
}
.tkz-about-section p:last-child {
	margin-bottom: 0;
}
/* 運営情報テーブル */
.tkz-about-table {
	border-top: 1px solid #ddd;
}
.tkz-about-row {
	display: grid;
	grid-template-columns: 180px 1fr;
	border-bottom: 1px solid #ddd;
}
.tkz-about-th {
	background: #f5f5f5;
	font-weight: 800;
	padding: 15px;
}
.tkz-about-td {
	padding: 15px;
	line-height: 1.7;
}
.tkz-about-td a {
	color: #a71720;
	font-weight: 700;
	text-decoration: none;
}
/* CTA */
.tkz-about-cta {
	background: #171717;
	color: #fff;
	border: 1px solid #c9a34e;
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.tkz-about-cta h2 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 10px;
}
.tkz-about-cta p {
	color: #ccc;
	line-height: 1.8;
	margin-bottom: 15px;
}
.tkz-about-cta a {
	display: inline-block;
	background: #c9a34e;
	color: #111 !important;
	text-decoration: none !important;
	font-weight: 800;
	padding: 11px 24px;
	border-radius: 5px;
}
/* スマホ */
@media (max-width: 768px) {
	.tkz-about-page {
		padding: 0 0 35px;
	}
	.tkz-about-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}
	.tkz-about-header h1 {
		font-size: 26px !important;
	}
	.tkz-about-header p {
		font-size: 18px;
	}
	.tkz-about-section,
	.tkz-about-cta {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.tkz-about-section h2 {
		font-size: 21px;
	}
	.tkz-about-row {
		grid-template-columns: 1fr;
	}
	.tkz-about-th {
		padding: 11px 13px;
		border-bottom: 1px solid #e3e3e3;
	}
	.tkz-about-td {
		padding: 12px 13px 15px;
	}
}
/* =========================================================
   プライバシーポリシー /privacy/ 専用
========================================================= */
.tkz-privacy-page {
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
/* HERO */
.tkz-privacy-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 68%,
		#2a1414 100%
	);
	color: #fff;
	padding: 32px 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}
.tkz-privacy-label {
	display: inline-block;
	color: #e4c675;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 8px;
}
.tkz-privacy-header h1 {
	color: #fff !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	margin: 0 0 10px !important;
}
.tkz-privacy-header p {
	color: #ddd;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}
/* 各セクション */
.tkz-privacy-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 26px;
	margin-bottom: 18px;
}
.tkz-privacy-section h2 {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 16px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}
.tkz-privacy-section p {
	line-height: 1.95;
	margin-bottom: 1.3em;
}
.tkz-privacy-section p:last-child {
	margin-bottom: 0;
}
/* リスト */
.tkz-privacy-section ul {
	margin: 10px 0 0;
	padding-left: 1.5em;
}
.tkz-privacy-section li {
	margin-bottom: 8px;
	line-height: 1.75;
}
/* お問い合わせボタン */
.tkz-privacy-contact {
	display: inline-block;
	background: #a71720;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 800;
	padding: 11px 22px;
	border-radius: 5px;
}
.tkz-privacy-contact:hover {
	background: #861218;
}
/* 運営表記 */
.tkz-privacy-meta {
	background: #171717;
	border-top: 3px solid #c9a34e;
	color: #ccc;
	padding: 20px 24px;
	font-size: 17px;
	line-height: 1.8;
}
.tkz-privacy-meta p {
	margin: 0 0 4px;
}
.tkz-privacy-meta p:last-child {
	margin-bottom: 0;
}
/* スマホ */
@media (max-width: 768px) {
	.tkz-privacy-page {
		padding: 0 0 35px;
	}
	.tkz-privacy-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}
	.tkz-privacy-header h1 {
		font-size: 26px !important;
	}
	.tkz-privacy-header p {
		font-size: 18px;
	}
	.tkz-privacy-section {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}
	.tkz-privacy-section h2 {
		font-size: 20px;
	}
	.tkz-privacy-meta {
		padding: 18px 15px;
	}
}
/* =========================================================
   フッター
========================================================= */
.site-info {
	display: none;
}
.footer-widgets {
	background: #0d0d0f !important;
	border-top: 1px solid #57482f;
	color: #a8a39a;
	text-align: center;
}
.footer-widgets .inside-footer-widgets {
	padding-top: 28px;
	padding-bottom: 24px;
}
.footer-widgets .widget_nav_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-widgets .widget_nav_menu li {
	margin: 0;
}
.footer-widgets .widget_nav_menu a {
	color: #cdb57f !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .02em;
	text-decoration: none;
}
.footer-widgets .widget_nav_menu a:hover {
	color: #f0dfb6 !important;
}
.tkz-footer-copy {
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid #2d2923;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .03em;
	color: #77736b;
	text-align: center;
}
@media (max-width: 768px) {
	.footer-widgets .inside-footer-widgets {
		padding: 23px 16px 20px;
	}
	.footer-widgets .widget_nav_menu ul {
		gap: 10px 16px;
	}
	.footer-widgets .widget_nav_menu a {
		font-size: 15px;
	}
	.tkz-footer-copy {
		margin-top: 16px;
		padding-top: 13px;
		font-size: 13px;
	}
}
/* =========================================================
   TOP：18歳未満・高校生への閲覧注意 - LUXURY DESIGN
========================================================= */
.home .tkz-age-notice {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 14px auto 18px;
	padding: 13px 16px;
	background: #eae5db;
	border-top: 1px solid #d4ccbd;
	border-bottom: 1px solid #d4ccbd;
	box-sizing: border-box;
	color: #5e5951;
}
.home .tkz-age-notice strong {
	color: #6e202b;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
}
.home .tkz-age-notice span {
	color: #706a61;
	font-size: 15px;
	line-height: 1.7;
}
/* =========================================================
   ヘッダー：LUXURY DESIGN
========================================================= */
.site-header {
	background: #0b0b0c;
	border-bottom: 1px solid rgba(185,154,93,.62);
	box-shadow: 0 8px 26px rgba(0,0,0,.08);
}
.inside-header {
	max-width: 1100px;
	margin: 0 auto;
	padding: 19px 20px 17px;
}
.site-branding {
	margin: 0;
}
.main-title {
	margin: 0 !important;
	line-height: 1.15 !important;
}
.main-title a {
	color: #f4f1ea !important;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .035em;
	text-decoration: none;
}
.site-description {
	margin-top: 5px;
	color: #bda56f !important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .14em;
}
.main-navigation {
	background: #0b0b0c !important;
}
.main-navigation .inside-navigation {
	max-width: 1100px;
	margin: 0 auto;
}
.main-navigation .main-nav ul li a {
	color: #dedad2 !important;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: .04em;
	transition: color .2s ease, background .2s ease;
}
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current-menu-ancestor > a {
	color: #cbb17a !important;
	background: transparent !important;
}
.menu-toggle {
	background: transparent !important;
	color: #cdb57f !important;
	border: 1px solid rgba(185,154,93,.48);
	border-radius: 2px;
}
@media (max-width: 768px) {
	.site-header {
		background: #0b0b0c !important;
		border-bottom: 1px solid rgba(185,154,93,.62);
		box-shadow: none;
	}
	.site-header .inside-header {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 13px 16px !important;
		min-height: 0 !important;
	}
	.site-branding {
		flex: 1;
		min-width: 0;
		margin: 0 !important;
		padding: 0 !important;
	}
	.main-title {
		margin: 0 !important;
		line-height: 1.12 !important;
	}
	.main-title a {
		display: block;
		color: #f4f1ea !important;
		font-size: 20px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		letter-spacing: .02em;
		white-space: nowrap;
		text-decoration: none !important;
	}
	.site-description {
		margin: 4px 0 0 !important;
		color: #bda56f !important;
		font-size: 12px !important;
		font-weight: 500 !important;
		line-height: 1.4 !important;
		letter-spacing: .09em;
	}
	.main-navigation {
		width: auto !important;
		margin: 0 0 0 10px !important;
		padding: 0 !important;
		background: transparent !important;
	}
	.main-navigation .menu-toggle {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 40px !important;
		height: 40px !important;
		min-height: 40px !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		color: #cdb57f !important;
		border: 1px solid rgba(185,154,93,.48) !important;
		border-radius: 2px !important;
		box-shadow: none !important;
	}
	.main-navigation .menu-toggle:hover,
	.main-navigation .menu-toggle:focus {
		background: rgba(185,154,93,.06) !important;
		color: #e0c892 !important;
	}
	/* GeneratePress側の重複トグルは非表示 */
	#site-navigation .inside-navigation > .menu-toggle {
		display: none !important;
	}
	.main-navigation.toggled .main-nav {
		display: block !important;
		width: 100%;
		background: #0b0b0c;
		border-top: 1px solid rgba(185,154,93,.28);
	}
	.main-navigation .main-nav ul {
		background: #0b0b0c !important;
	}
	.main-navigation .main-nav ul li {
		margin: 0 !important;
		padding: 0 !important;
	}
	.main-navigation .main-nav ul li a {
		display: block !important;
		padding: 12px 18px !important;
		background: #0b0b0c !important;
		border-bottom: 1px solid #232326;
		color: #e6e2db !important;
		font-size: 17px !important;
		font-weight: 500 !important;
		line-height: 1.45 !important;
		letter-spacing: .025em;
	}
	.main-navigation .main-nav ul li a:hover,
	.main-navigation .main-nav ul li.current-menu-item > a {
		background: #121214 !important;
		color: #cdb57f !important;
	}
	.home .tkz-age-notice {
		display: block;
		width: calc(100% - 24px);
		margin: 10px 12px 14px;
		padding: 12px 13px;
	}
	.home .tkz-age-notice strong {
		display: block;
		margin-bottom: 4px;
		font-size: 15px;
		white-space: normal;
	}
	.home .tkz-age-notice span {
		display: block;
		font-size: 14px;
	}
}
/* =========================================================
   /shop/ LUXURY STEP5 - MOBILE FINAL TUNING
   0件表示のノイズを抑え、上部余白と検索タイルを最終調整
========================================================= */
@media (max-width: 768px) {
	/* GeneratePress由来の上部余白を完全に消す */
	.post-type-archive-shop .site-content,
    .post-type-archive-shop .content-area,
    .post-type-archive-shop .site-main {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	/* スマホでは件数を隠し、検索語を主役にする */
	.post-type-archive-shop .tkz-search-links a > span {
		display: none;
	}
	.post-type-archive-shop .tkz-search-links a {
		min-height: 56px;
		padding: 10px 30px 10px 12px;
	}
	.post-type-archive-shop .tkz-search-links a strong {
		font-size: 16px;
		line-height: 1.35;
		letter-spacing: 0;
	}
	/* 長い検索語も不自然に折れにくくする */
	.post-type-archive-shop .tkz-search-links a strong {
		word-break: keep-all;
		overflow-wrap: normal;
	}
	/* 店舗カードは情報密度を少しだけ締める */
	.post-type-archive-shop .tkz-shop-card-body {
		padding: 17px 17px 16px;
	}
	.post-type-archive-shop .tkz-shop-card h3 {
		font-size: 20px;
	}
}
/* =========================================================
   達人 個別 /master/* - LUXURY PROFILE STEP7
========================================================= */
.single-master {
	background: #f2efe8;
}
.single-master .site-content,
.single-master .content-area,
.single-master .site-main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.single-master .tkz-master-single-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 72px;
	box-sizing: border-box;
}
.single-master .tkz-master-single {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: #f7f4ed;
	border-left: 1px solid #d8d0bf;
	border-right: 1px solid #d8d0bf;
	overflow: hidden;
}
/* HERO */
.single-master .tkz-master-single-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 64%, #211813 100%);
	color: #f4f1ea;
	padding: 58px 48px 50px;
	border-bottom: 1px solid rgba(198,166,103,.72);
}
.single-master .tkz-master-single-hero::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -185px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(198,166,103,.10);
	border-radius: 50%;
	pointer-events: none;
}
.single-master .tkz-master-single-kicker {
	position: relative;
	z-index: 1;
	color: #c6a667;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .22em;
	margin-bottom: 17px;
}
.single-master .tkz-master-single-name-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
}
.single-master .tkz-master-single-name {
	color: #f4f1ea !important;
	font-size: 48px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .01em;
	margin: 0 !important;
	padding: 0 !important;
}
.single-master .tkz-master-single-age {
	flex-shrink: 0;
	color: #aaa7a0;
	font-size: 18px;
	font-weight: 500;
}
.single-master .tkz-master-single-catch {
	position: relative;
	z-index: 1;
	color: #c6a667;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 18px;
}
.single-master .tkz-master-single-catch::after {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background: #c6a667;
	margin-top: 22px;
}
.single-master .tkz-master-single-meta {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	color: #9f9a90;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 20px;
}
.single-master .tkz-master-single-meta span + span::before {
	content: "/";
	color: #6f675a;
	margin-right: 18px;
}
/* MAIN PHOTO */
.single-master .tkz-master-single-main-photo {
	background: #0b0b0c;
	text-align: center;
	border-bottom: 1px solid #c9bea7;
}
.single-master .tkz-master-single-main-photo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 820px;
	object-fit: contain;
	margin: 0 auto;
}
/* BODY / SECTION */
.single-master .tkz-master-single-body {
	background: #f2efe8;
}
.single-master .tkz-master-single-section {
	padding: 48px 48px 50px;
	border-bottom: 1px solid #d7cfbe;
}
.single-master .tkz-master-single-section-head {
	margin-bottom: 26px;
}
.single-master .tkz-master-single-section-head > span {
	display: block;
	color: #9b7d3d;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .20em;
	line-height: 1.4;
	margin-bottom: 10px;
}
.single-master .tkz-master-single-section-head h2 {
	color: #28251d !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.single-master .tkz-master-single-section-head h2::before {
	display: none !important;
}
.single-master .tkz-master-single-section-head h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #a78947;
	margin-top: 16px;
}
/* INFO */
.single-master .tkz-master-single-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: #cfc5b1;
	border: 1px solid #cfc5b1;
	margin-bottom: 32px;
}
.single-master .tkz-master-single-info-item {
	min-width: 0;
	background: #f7f4ed;
	padding: 18px 18px 19px;
}
.single-master .tkz-master-single-info-item > span {
	display: block;
	color: #9b7d3d;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 8px;
}
.single-master .tkz-master-single-info-item strong {
	display: block;
	color: #4f4a40;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.65;
	word-break: break-word;
}
.single-master .tkz-master-single-info-item a {
	color: #7a1e2a !important;
	text-decoration: none !important;
}
.single-master .tkz-master-single-profile-text {
	max-width: 760px;
	color: #5b564d;
	font-size: 18px;
	line-height: 2;
}
.single-master .tkz-master-single-profile-text p:last-child {
	margin-bottom: 0;
}
/* SPECIALTY */
.single-master .tkz-master-single-specialties-section {
	background: #171715;
	border-bottom-color: #3c3528;
}
.single-master .tkz-master-single-section-head-dark > span {
	color: #c6a667;
}
.single-master .tkz-master-single-section-head-dark h2 {
	color: #f4f1ea !important;
}
.single-master .tkz-master-single-section-head-dark h2::after {
	background: #c6a667;
}
.single-master .tkz-master-single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.single-master .tkz-master-single-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 7px 14px;
	border: 1px solid #5a4c2d;
	background: #201f1a;
	color: #c6a667;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	border-radius: 3px;
}
/* COMMENT */
.single-master .tkz-master-single-comment {
	position: relative;
	background: #ebe5d8;
	border: 1px solid #d2c6b2;
	border-left: 3px solid #7a1e2a;
	padding: 25px 28px;
	color: #554f46;
	font-size: 18px;
	line-height: 1.95;
}
.single-master .tkz-master-single-comment::before {
	content: "“";
	position: absolute;
	right: 18px;
	top: -12px;
	color: rgba(155,125,61,.18);
	font-size: 76px;
	font-family: Georgia, serif;
	line-height: 1;
}
.single-master .tkz-master-single-comment p:last-child {
	margin-bottom: 0;
}
/* GALLERY */
.single-master .tkz-master-single-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.single-master .tkz-master-single-gallery > div {
	background: #111;
	overflow: hidden;
}
.single-master .tkz-master-single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
/* SHOP CTA */
.single-master .tkz-master-single-shop-cta {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0d0d0e 0%, #171716 68%, #221914 100%);
	padding: 42px 48px 44px;
	border-bottom: 1px solid #4b402c;
	color: #f4f1ea;
}
.single-master .tkz-master-single-shop-cta::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -135px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(198,166,103,.09);
	border-radius: 50%;
}
.single-master .tkz-master-single-shop-kicker {
	position: relative;
	z-index: 1;
	color: #c6a667;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .20em;
	margin-bottom: 10px;
}
.single-master .tkz-master-single-shop-name {
	position: relative;
	z-index: 1;
	color: #f4f1ea;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}
.single-master .tkz-master-single-shop-cta p {
	position: relative;
	z-index: 1;
	max-width: 620px;
	color: #aaa7a0;
	font-size: 17px;
	line-height: 1.85;
	margin: 0 0 22px;
}
.single-master .tkz-master-single-shop-actions {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	max-width: 672px;
}
.single-master .tkz-master-single-shop-actions > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	padding: 10px 16px;
	border: 1px solid #7b6538;
	color: #c6a667 !important;
	background: rgba(255,255,255,.015);
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 700;
}
.single-master .tkz-master-single-shop-actions > a:hover {
	background: #c6a667;
	border-color: #c6a667;
	color: #111 !important;
}
.single-master .tkz-master-single-shop-official {
	background: rgba(198,166,103,.08) !important;
}
.single-master .tkz-master-single-shop-official:hover {
	background: #c6a667 !important;
}
/* BACK */
.single-master .tkz-master-single-back {
	padding: 26px 48px 32px;
	background: #f2efe8;
}
.single-master .tkz-master-single-back a {
	color: #7a1e2a !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
}
/* SMARTPHONE */
@media (max-width: 768px) {
	.single-master .tkz-master-single-wrap {
		padding: 0 0 46px;
	}
	.single-master .tkz-master-single {
		border-left: 0;
		border-right: 0;
	}
	.single-master .tkz-master-single-hero {
		padding: 38px 20px 34px;
	}
	.single-master .tkz-master-single-kicker {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.single-master .tkz-master-single-name-row {
		gap: 14px;
	}
	.single-master .tkz-master-single-name {
		font-size: 31px !important;
		line-height: 1.3 !important;
	}
	.single-master .tkz-master-single-age {
		font-size: 17px;
	}
	.single-master .tkz-master-single-catch {
		font-size: 17px;
		line-height: 1.65;
		margin-top: 15px;
	}
	.single-master .tkz-master-single-catch::after {
		width: 40px;
		margin-top: 17px;
	}
	.single-master .tkz-master-single-meta {
		font-size: 15px;
		margin-top: 16px;
	}
	.single-master .tkz-master-single-main-photo img {
		max-height: none;
	}
	.single-master .tkz-master-single-section {
		padding: 34px 20px 36px;
	}
	.single-master .tkz-master-single-section-head {
		margin-bottom: 22px;
	}
	.single-master .tkz-master-single-section-head > span {
		font-size: 13px;
		margin-bottom: 8px;
	}
	.single-master .tkz-master-single-section-head h2 {
		font-size: 23px !important;
	}
	.single-master .tkz-master-single-section-head h2::after {
		width: 36px;
		margin-top: 13px;
	}
	.single-master .tkz-master-single-info-grid {
		grid-template-columns: 1fr;
		margin-bottom: 26px;
	}
	.single-master .tkz-master-single-info-item {
		padding: 15px 16px 16px;
	}
	.single-master .tkz-master-single-info-item strong {
		font-size: 17px;
	}
	.single-master .tkz-master-single-profile-text {
		font-size: 18px;
		line-height: 1.95;
	}
	.single-master .tkz-master-single-tags {
		gap: 7px;
	}
	.single-master .tkz-master-single-tags span {
		min-height: 36px;
		padding: 6px 11px;
		font-size: 15px;
	}
	.single-master .tkz-master-single-comment {
		padding: 20px 19px;
		font-size: 18px;
		line-height: 1.9;
	}
	.single-master .tkz-master-single-gallery {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.single-master .tkz-master-single-shop-cta {
		padding: 34px 20px 36px;
	}
	.single-master .tkz-master-single-shop-name {
		font-size: 23px;
	}
	.single-master .tkz-master-single-shop-cta p {
		font-size: 16px;
	}
	.single-master .tkz-master-single-shop-actions {
		grid-template-columns: 1fr;
		gap: 10px;
		max-width: none;
	}
}
/* =========================================================
   STEP7 live fixes carried forward
========================================================= */
@media (max-width: 768px) {
	.post-type-archive-master .site-content,
	.post-type-archive-master .content-area,
	.post-type-archive-master .site-main {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.single-master .tkz-master-single-wrap {
		padding-bottom: 0 !important;
	}
	.single-master .tkz-master-single-back {
		padding: 22px 20px 26px !important;
		margin-bottom: 0 !important;
	}
}
/* =========================================================
   STEP8 店舗個別 /shop/{shop}/ - LUXURY SHOP PROFILE
========================================================= */
.single-shop {
	background: #f2efe8;
}
.single-shop .site-content,
.single-shop .content-area,
.single-shop .site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.single-shop .tkz-shop-single {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: #f2efe8;
	color: #302c23;
	overflow: hidden;
}
/* HERO */
.single-shop .tkz-shop-single-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 64%, #211813 100%);
	color: #f4f1ea;
	padding: 58px 48px 52px;
	border-bottom: 1px solid rgba(198,166,103,.72);
}
.single-shop .tkz-shop-single-hero::after {
	content: "";
	position: absolute;
	right: -160px;
	top: -180px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(198,166,103,.10);
	border-radius: 50%;
	pointer-events: none;
}
.single-shop .tkz-shop-single-kicker,
.single-shop .tkz-shop-single-en {
	position: relative;
	z-index: 1;
	color: #c6a667;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .22em;
	text-transform: uppercase;
}
.single-shop .tkz-shop-single-kicker {
	margin-bottom: 15px;
}
.single-shop .tkz-shop-single-awards {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 14px;
}
.single-shop .tkz-shop-single-awards span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border: 1px solid rgba(198,166,103,.62);
	color: #d6ba7b;
	background: rgba(198,166,103,.05);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
}
.single-shop .tkz-shop-single-hero h1 {
	position: relative;
	z-index: 1;
	color: #f4f1ea !important;
	font-size: 42px !important;
	font-weight: 700 !important;
	line-height: 1.28 !important;
	letter-spacing: .01em;
	margin: 0 0 16px !important;
	padding: 0 !important;
}
.single-shop .tkz-shop-single-area {
	position: relative;
	z-index: 1;
	color: #aaa7a0;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.single-shop .tkz-shop-single-area span {
	color: #716b61;
	padding: 0 8px;
}
.single-shop .tkz-shop-single-genres {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.single-shop .tkz-shop-single-genres span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid rgba(198,166,103,.38);
	color: #cdb679;
	background: rgba(0,0,0,.10);
	font-size: 15px;
	font-weight: 700;
}
/* MAIN PHOTO */
.single-shop .tkz-shop-single-main-photo {
	background: #111;
	border-bottom: 1px solid #c6a667;
}
.single-shop .tkz-shop-single-main-photo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 760px;
	object-fit: contain;
	margin: 0 auto;
}
/* COMMON SECTION */
.single-shop .tkz-shop-single-section {
	padding: 52px 48px;
	border-bottom: 1px solid #d8d0bf;
}
.single-shop .tkz-shop-single-heading {
	margin-bottom: 28px;
}
.single-shop .tkz-shop-single-heading .tkz-shop-single-en {
	margin-bottom: 12px;
}
.single-shop .tkz-shop-single-heading h2 {
	color: #302c23 !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-shop .tkz-shop-single-heading h2::after {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	background: #b28f47;
	margin-top: 18px;
}
.single-shop .tkz-shop-single-text {
	color: #625d52;
	font-size: 17px;
	line-height: 2;
}
.single-shop .tkz-shop-single-text p:last-child {
	margin-bottom: 0;
}
/* INFORMATION */
.single-shop .tkz-shop-single-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #cfc6b4;
	border-left: 1px solid #cfc6b4;
}
.single-shop .tkz-shop-single-info-item {
	min-width: 0;
	padding: 22px 22px 20px;
	border-right: 1px solid #cfc6b4;
	border-bottom: 1px solid #cfc6b4;
	background: #f5f1e8;
}
.single-shop .tkz-shop-single-info-item > span {
	display: block;
	color: #9b7d3d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 8px;
}
.single-shop .tkz-shop-single-info-item strong {
	display: block;
	color: #746d60;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 7px;
}
.single-shop .tkz-shop-single-info-item p {
	color: #302c23;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.65;
	margin: 0;
}
.single-shop .tkz-shop-single-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 20px;
}
.single-shop .tkz-shop-single-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	padding: 12px 18px;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 700;
	transition: .2s ease;
}
.single-shop .tkz-shop-single-btn b {
	font-size: 19px;
	font-weight: 500;
}
.single-shop .tkz-shop-single-btn-primary {
	background: #7a1e2a;
	border: 1px solid #7a1e2a;
	color: #f4f1ea !important;
}
.single-shop .tkz-shop-single-btn-primary:hover {
	background: #651822;
	border-color: #651822;
}
.single-shop .tkz-shop-single-btn-secondary {
	background: #171715;
	border: 1px solid #9e8145;
	color: #c6a667 !important;
}
.single-shop .tkz-shop-single-btn-secondary:hover {
	background: #211f1a;
}
/* DARK PLAY SECTION */
.single-shop .tkz-shop-single-dark-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0f0f10 0%, #171715 70%, #21190f 100%);
	border-bottom-color: #3a3327;
}
.single-shop .tkz-shop-single-dark-section::after {
	content: "";
	position: absolute;
	right: -160px;
	bottom: -230px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(198,166,103,.08);
	border-radius: 50%;
}
.single-shop .tkz-shop-single-heading-dark {
	position: relative;
	z-index: 1;
}
.single-shop .tkz-shop-single-heading-dark h2 {
	color: #f4f1ea !important;
}
.single-shop .tkz-shop-single-play-list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.single-shop .tkz-shop-single-play-list a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid rgba(198,166,103,.48);
	background: rgba(198,166,103,.04);
	color: #cdb679 !important;
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 700;
}
.single-shop .tkz-shop-single-play-list a:hover {
	background: rgba(198,166,103,.10);
	border-color: #c6a667;
}
/* FEATURE TAGS */
.single-shop .tkz-shop-single-feature-section {
	padding-top: 0;
}
.single-shop .tkz-shop-single-feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.single-shop .tkz-shop-single-feature-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid #ccb77e;
	background: #eee5cf;
	color: #6c5730;
	font-size: 16px;
	font-weight: 700;
}
/* MASTERS */
.single-shop .tkz-shop-single-master-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.single-shop .tkz-shop-single-master-card {
	min-width: 0;
	background: #f7f4ed;
	border: 1px solid #d8d0bf;
	overflow: hidden;
}
.single-shop .tkz-shop-single-master-card > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #302c23;
	text-decoration: none !important;
}
.single-shop .tkz-shop-single-master-photo {
	background: #111;
}
.single-shop .tkz-shop-single-master-photo img {
	transition: transform .35s ease;
}
.single-shop .tkz-shop-single-master-card:hover .tkz-shop-single-master-photo img {
	transform: scale(1.018);
}
.single-shop .tkz-shop-single-master-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 18px 16px;
}
.single-shop .tkz-shop-single-master-label {
	color: #9b7d3d;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	margin-bottom: 9px;
}
.single-shop .tkz-shop-single-master-name-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}
.single-shop .tkz-shop-single-master-name-row h3 {
	color: #302c23;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}
.single-shop .tkz-shop-single-master-name-row span {
	flex-shrink: 0;
	color: #8a8479;
	font-size: 15px;
}
.single-shop .tkz-shop-single-master-body > p {
	color: #8f7137;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 16px;
}
.single-shop .tkz-shop-single-master-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 13px;
	border-top: 1px solid #ded6c5;
	color: #7a1e2a;
	font-size: 15px;
	font-weight: 700;
}
.single-shop .tkz-shop-single-master-more b {
	color: #a78947;
	font-size: 17px;
	font-weight: 500;
}
/* RECRUIT */
.single-shop .tkz-shop-single-recruit {
	background: #4d1822;
	color: #f4f1ea;
	padding: 44px 48px 46px;
}
.single-shop .tkz-shop-single-recruit .tkz-shop-single-en {
	color: #dfbf7a;
	margin-bottom: 12px;
}
.single-shop .tkz-shop-single-recruit h2 {
	color: #f4f1ea !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	margin: 0 0 12px !important;
}
.single-shop .tkz-shop-single-recruit p {
	max-width: 640px;
	color: #d3c4b2;
	font-size: 18px;
	line-height: 1.9;
	margin: 0 0 20px;
}
.single-shop .tkz-shop-single-recruit a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: 420px;
	min-height: 54px;
	padding: 11px 16px;
	border: 1px solid rgba(244,241,234,.50);
	color: #f4f1ea !important;
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 700;
}
.single-shop .tkz-shop-single-recruit a b {
	font-size: 19px;
	font-weight: 500;
}
/* FOOT */
.single-shop .tkz-shop-single-foot {
	padding: 22px 48px 28px;
	background: #f2efe8;
}
.single-shop .tkz-shop-single-last-checked {
	color: #8b857a;
	font-size: 15px;
	line-height: 1.7;
	text-align: right;
	margin-bottom: 18px;
}
.single-shop .tkz-shop-single-back {
	display: inline-block;
	color: #7a1e2a !important;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none !important;
}
/* =========================================================
   STEP8 smartphone
========================================================= */
@media (max-width: 768px) {
	.single-shop .site-content,
	.single-shop .content-area,
	.single-shop .site-main,
	.single-shop #primary {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.single-shop .tkz-shop-single {
		max-width: none;
	}
	.single-shop .tkz-shop-single-hero {
		padding: 38px 20px 34px;
	}
	.single-shop .tkz-shop-single-kicker {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.single-shop .tkz-shop-single-awards {
		margin-bottom: 12px;
	}
	.single-shop .tkz-shop-single-hero h1 {
		font-size: 29px !important;
		line-height: 1.35 !important;
		margin-bottom: 14px !important;
	}
	.single-shop .tkz-shop-single-area {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.single-shop .tkz-shop-single-genres span,
	.single-shop .tkz-shop-single-awards span {
		font-size: 14px;
	}
	.single-shop .tkz-shop-single-main-photo img {
		max-height: none;
	}
	.single-shop .tkz-shop-single-section {
		padding: 38px 20px;
	}
	.single-shop .tkz-shop-single-heading {
		margin-bottom: 22px;
	}
	.single-shop .tkz-shop-single-heading .tkz-shop-single-en {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.single-shop .tkz-shop-single-heading h2 {
		font-size: 25px !important;
	}
	.single-shop .tkz-shop-single-heading h2::after {
		width: 38px;
		margin-top: 15px;
	}
	.single-shop .tkz-shop-single-text {
		font-size: 18px;
		line-height: 1.95;
	}
	.single-shop .tkz-shop-single-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.single-shop .tkz-shop-single-info-item {
		padding: 17px 15px 16px;
	}
	.single-shop .tkz-shop-single-info-item p {
		font-size: 18px;
	}
	.single-shop .tkz-shop-single-actions {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 16px;
	}
	.single-shop .tkz-shop-single-btn {
		min-height: 52px;
		font-size: 17px;
		padding: 10px 14px;
	}
	.single-shop .tkz-shop-single-play-list {
		gap: 7px;
	}
	.single-shop .tkz-shop-single-play-list a {
		min-height: 38px;
		padding: 7px 11px;
		font-size: 16px;
	}
	.single-shop .tkz-shop-single-feature-section {
		padding-top: 0;
	}
	.single-shop .tkz-shop-single-master-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.single-shop .tkz-shop-single-master-photo img {
		height: 300px;
	}
	.single-shop .tkz-shop-single-master-name-row h3 {
		font-size: 22px;
	}
	.single-shop .tkz-shop-single-recruit {
		padding: 36px 20px 38px;
	}
	.single-shop .tkz-shop-single-recruit h2 {
		font-size: 24px !important;
	}
	.single-shop .tkz-shop-single-recruit p {
		font-size: 17px;
	}
	.single-shop .tkz-shop-single-foot {
		padding: 18px 20px 24px;
	}
}
@media (max-width: 380px) {
	.single-shop .tkz-shop-single-info-grid {
		grid-template-columns: 1fr;
	}
	.single-shop .tkz-shop-single-master-photo img {
		height: 270px;
	}
}
/* =========================================================
   STEP9 大辞典一覧 /dictionary/ - LUXURY EDITORIAL
========================================================= */
.post-type-archive-dictionary {
	background: #f2efe8;
}
.post-type-archive-dictionary .site-content,
.post-type-archive-dictionary .content-area,
.post-type-archive-dictionary .site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.post-type-archive-dictionary .tkz-dictionary-archive {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 72px;
	box-sizing: border-box;
}
/* HERO */
.post-type-archive-dictionary .tkz-dictionary-archive-header {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 64%, #211813 100%);
	color: #f4f1ea;
	padding: 62px 48px 58px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid rgba(198,166,103,.72);
}
.post-type-archive-dictionary .tkz-dictionary-archive-header::after {
	content: "";
	position: absolute;
	right: -145px;
	top: -175px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(198,166,103,.10);
	border-radius: 50%;
	pointer-events: none;
}
.post-type-archive-dictionary .tkz-dictionary-archive-label {
	position: relative;
	z-index: 1;
	color: #c6a667;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .24em;
	margin: 0 0 17px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-header h1 {
	position: relative;
	z-index: 1;
	color: #f4f1ea !important;
	font-size: 43px !important;
	font-weight: 700 !important;
	line-height: 1.28 !important;
	letter-spacing: .01em;
	margin: 0 0 20px !important;
}
.post-type-archive-dictionary .tkz-dictionary-archive-header h1::after {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background: #c6a667;
	margin-top: 21px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-header p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	color: #aaa7a0;
	font-size: 18px;
	line-height: 1.95;
	margin: 0;
}
/* 共通見出し */
.post-type-archive-dictionary .tkz-dictionary-section-heading {
	margin-bottom: 30px;
}
.post-type-archive-dictionary .tkz-dictionary-section-heading > span {
	display: block;
	color: #9b7d3d;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .22em;
	margin-bottom: 12px;
}
.post-type-archive-dictionary .tkz-dictionary-section-heading h2 {
	color: #29261e !important;
	font-size: 31px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: 0 !important;
}
.post-type-archive-dictionary .tkz-dictionary-section-heading h2::after {
	content: "";
	display: block;
	width: 42px;
	height: 1px;
	background: #a78947;
	margin-top: 16px;
}
.post-type-archive-dictionary .tkz-dictionary-section-heading p {
	color: #817b6f;
	font-size: 18px;
	line-height: 1.85;
	margin: 0;
}
/* INDEX */
.post-type-archive-dictionary .tkz-dictionary-index-section {
	background: #f2efe8;
	padding: 52px 0 58px;
}
.post-type-archive-dictionary .tkz-dictionary-category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.post-type-archive-dictionary .tkz-dictionary-category-card {
	display: flex;
	flex-direction: column;
	min-height: 245px;
	background: #f8f5ee;
	border: 1px solid #d6cebc;
	border-radius: 5px;
	padding: 24px 24px 20px;
	color: #29261e;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.post-type-archive-dictionary .tkz-dictionary-category-card:hover {
	transform: translateY(-3px);
	border-color: #c6a667;
	box-shadow: 0 16px 34px rgba(22,18,12,.07);
}
.post-type-archive-dictionary .tkz-dictionary-category-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 22px;
}
.post-type-archive-dictionary .tkz-dictionary-category-no {
	color: #7b5f20;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .12em;
}
.post-type-archive-dictionary .tkz-dictionary-category-type {
	color: #6f6248;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .18em;
}
.post-type-archive-dictionary .tkz-dictionary-category-card h3 {
	color: #28251d !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	margin: 0 0 12px !important;
}
.post-type-archive-dictionary .tkz-dictionary-category-card p {
	color: #777165;
	font-size: 17px;
	line-height: 1.85;
	margin: 0 0 22px;
}
.post-type-archive-dictionary .tkz-dictionary-category-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #ddd5c4;
}
.post-type-archive-dictionary .tkz-dictionary-category-count {
	color: #8d6f34;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .12em;
}
.post-type-archive-dictionary .tkz-dictionary-category-arrow {
	color: #a78947;
	font-size: 19px;
}
/* 最新記事 */
.post-type-archive-dictionary .tkz-dictionary-latest-section {
	background: #151512;
	padding: 54px 42px 58px;
	margin: 0 -20px;
	border-top: 1px solid rgba(198,166,103,.58);
}
.post-type-archive-dictionary .tkz-dictionary-section-heading-dark > span {
	color: #c6a667;
}
.post-type-archive-dictionary .tkz-dictionary-section-heading-dark h2 {
	color: #f4f1ea !important;
}
.post-type-archive-dictionary .tkz-dictionary-section-heading-dark p {
	color: #98948b;
}
.post-type-archive-dictionary .tkz-dictionary-archive-list {
	display: grid;
	gap: 16px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-card {
	background: #f6f2e9;
	border: 1px solid #4e4532;
	border-radius: 5px;
	overflow: hidden;
}
.post-type-archive-dictionary .tkz-dictionary-archive-card > a {
	display: grid;
	grid-template-columns: minmax(260px, 36%) 1fr;
	min-height: 270px;
	color: #29261e;
	text-decoration: none !important;
}
.post-type-archive-dictionary .tkz-dictionary-archive-image {
	background: #0d0d0e;
	overflow: hidden;
}
.post-type-archive-dictionary .tkz-dictionary-archive-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 270px;
	object-fit: cover;
	transition: transform .45s ease;
}
.post-type-archive-dictionary .tkz-dictionary-archive-card:hover .tkz-dictionary-archive-image img {
	transform: scale(1.018);
}
.post-type-archive-dictionary .tkz-dictionary-archive-body {
	display: flex;
	flex-direction: column;
	padding: 28px 30px 24px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-cat {
	display: inline-block;
	align-self: flex-start;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .12em;
	padding: 7px 10px;
	margin-bottom: 14px;
	border-radius: 2px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-card h3 {
	color: #28251d !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	margin: 0 0 13px !important;
}
.post-type-archive-dictionary .tkz-dictionary-archive-card p {
	color: #746e63;
	font-size: 17px;
	line-height: 1.9;
	margin: 0 0 20px;
}
.post-type-archive-dictionary .tkz-dictionary-archive-read {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #ddd4c2;
	color: #7a1e2a;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .08em;
}
.post-type-archive-dictionary .tkz-dictionary-archive-read span:last-child {
	color: #a78947;
	font-size: 19px;
}
.post-type-archive-dictionary .tkz-dictionary-empty {
	color: #aaa7a0;
	font-size: 18px;
}
/* pagination */
.post-type-archive-dictionary .tkz-dictionary-pagination {
	margin-top: 26px;
}
.post-type-archive-dictionary .tkz-dictionary-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
}
.post-type-archive-dictionary .tkz-dictionary-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 11px;
	border: 1px solid #64573c;
	background: #1b1b18;
	color: #c6a667;
	text-decoration: none !important;
	font-size: 16px;
}
.post-type-archive-dictionary .tkz-dictionary-pagination .page-numbers.current,
.post-type-archive-dictionary .tkz-dictionary-pagination .page-numbers:hover {
	background: #c6a667;
	border-color: #c6a667;
	color: #111;
}
/* smartphone */
@media (max-width: 768px) {
	.post-type-archive-dictionary .tkz-dictionary-archive {
		padding: 0 0 46px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-header {
		padding: 39px 20px 36px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-label {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-header h1 {
		font-size: 28px !important;
		line-height: 1.38 !important;
		margin-bottom: 16px !important;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-header h1::after {
		width: 40px;
		margin-top: 16px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-header p {
		font-size: 17px;
		line-height: 1.85;
	}
	.post-type-archive-dictionary .tkz-dictionary-pc-br {
		display: none;
	}
	.post-type-archive-dictionary .tkz-dictionary-index-section {
		padding: 40px 16px 44px;
	}
	.post-type-archive-dictionary .tkz-dictionary-section-heading {
		margin-bottom: 24px;
	}
	.post-type-archive-dictionary .tkz-dictionary-section-heading > span {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.post-type-archive-dictionary .tkz-dictionary-section-heading h2 {
		font-size: 25px !important;
		line-height: 1.45 !important;
	}
	.post-type-archive-dictionary .tkz-dictionary-section-heading p {
		font-size: 17px;
	}
	.post-type-archive-dictionary .tkz-dictionary-category-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.post-type-archive-dictionary .tkz-dictionary-category-card {
		min-height: 0;
		padding: 19px 18px 17px;
	}
	.post-type-archive-dictionary .tkz-dictionary-category-top {
		margin-bottom: 14px;
	}
	.post-type-archive-dictionary .tkz-dictionary-category-card h3 {
		font-size: 20px !important;
		margin-bottom: 9px !important;
	}
	.post-type-archive-dictionary .tkz-dictionary-category-card p {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 15px;
	}
	.post-type-archive-dictionary .tkz-dictionary-latest-section {
		margin: 0;
		padding: 40px 16px 28px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-card > a {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-image img {
		height: 210px;
		min-height: 0;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-body {
		padding: 20px 18px 18px;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-card h3 {
		font-size: 20px !important;
		line-height: 1.55 !important;
	}
	.post-type-archive-dictionary .tkz-dictionary-archive-card p {
		font-size: 16px;
		line-height: 1.85;
	}
}
/* =========================================================
   STEP9 FINAL TUNING
   Dictionary archive contrast / spacing
========================================================= */
/* =========================================================
   STEP9 大辞典一覧：番号・英字を濃いゴールドに統一
========================================================= */
/* =========================================================
   STEP10 大辞典カテゴリページ - LUXURY CATEGORY
========================================================= */
.tax-dictionary_category {
	background: #f2efe8;
}
.tax-dictionary_category .site-content,
.tax-dictionary_category .content-area,
.tax-dictionary_category .site-main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.tax-dictionary_category .tkz-dictionary-category {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 72px;
	box-sizing: border-box;
}
.tax-dictionary_category .tkz-dictionary-header {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 64%, #211813 100%);
	color: #f4f1ea;
	padding: 58px 46px 54px;
	margin: 0 0 34px;
	border: 0;
	border-bottom: 1px solid rgba(198,166,103,.72);
}
.tax-dictionary_category .tkz-dictionary-header::after {
	content: "";
	position: absolute;
	right: -155px;
	top: -185px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(198,166,103,.10);
	border-radius: 50%;
	pointer-events: none;
}
.tax-dictionary_category .tkz-dictionary-label {
	position: relative;
	z-index: 1;
	display: block;
	color: #c6a667;
	background: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .22em;
	margin: 0 0 15px;
	padding: 0;
}
.tax-dictionary_category .tkz-dictionary-header h1 {
	position: relative;
	z-index: 1;
	color: #f4f1ea !important;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: .01em;
	margin: 0 0 17px;
	padding: 0;
}
.tax-dictionary_category .tkz-dictionary-header h1::after {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background: #c6a667;
	margin-top: 20px;
}
.tax-dictionary_category .tkz-dictionary-description,
.tax-dictionary_category .tkz-dictionary-header p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	color: #aaa7a0;
	font-size: 18px;
	line-height: 1.9;
	margin: 0;
}
.tax-dictionary_category .tkz-dictionary-description p:last-child {
	margin-bottom: 0;
}
.tax-dictionary_category .tkz-dictionary-header-meta {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	color: #c6a667;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .16em;
}
.tax-dictionary_category .tkz-dictionary-header-meta::before {
	content: "";
	width: 24px;
	height: 1px;
}
.tax-dictionary_category .tkz-dictionary-articles,
.tax-dictionary_category .tkz-dictionary-nav {
	border: 0;
	margin: 0;
	background: transparent;
}
.tax-dictionary_category .tkz-dictionary-articles {
	padding: 4px 0 52px;
}
.tax-dictionary_category .tkz-dictionary-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d8d0bf;
}
.tax-dictionary_category .tkz-dictionary-section-head-text {
	min-width: 0;
}
.tax-dictionary_category .tkz-dictionary-section-eyebrow {
	display: block;
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .18em;
	margin-bottom: 7px;
}
.tax-dictionary_category .tkz-dictionary-section-head h2 {
	color: #28251d !important;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.tax-dictionary_category .tkz-dictionary-section-count {
	flex-shrink: 0;
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .12em;
	white-space: nowrap;
}
.tax-dictionary_category .tkz-dictionary-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.tax-dictionary_category .tkz-dictionary-card {
	min-width: 0;
	background: #f7f4ed;
	border: 1px solid #d8d0bf;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.tax-dictionary_category .tkz-dictionary-card:hover {
	transform: translateY(-3px);
	border-color: #c6a667;
	box-shadow: 0 16px 34px rgba(22,18,12,.08);
}
.tax-dictionary_category .tkz-dictionary-card > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #28251d;
	text-decoration: none !important;
}
.tax-dictionary_category .tkz-dictionary-card-image {
	position: relative;
	overflow: hidden;
	background: #111;
}
.tax-dictionary_category .tkz-dictionary-card-image img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: transform .45s ease;
}
.tax-dictionary_category .tkz-dictionary-card:hover .tkz-dictionary-card-image img {
	transform: scale(1.018);
}
.tax-dictionary_category .tkz-dictionary-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 22px 20px;
}
.tax-dictionary_category .tkz-dictionary-card-kicker {
	color: #7a1e2a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .15em;
	margin-bottom: 10px;
}
.tax-dictionary_category .tkz-dictionary-card-body h3 {
	color: #28251d;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 11px;
}
.tax-dictionary_category .tkz-dictionary-card-body p {
	color: #6f6a60;
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 18px;
}
.tax-dictionary_category .tkz-dictionary-read {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #ded6c5;
	color: #7a1e2a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .12em;
}
.tax-dictionary_category .tkz-dictionary-read-arrow {
	color: #a78947;
	font-size: 17px;
	letter-spacing: 0;
}
.tax-dictionary_category .tkz-dictionary-pagination {
	grid-column: 1 / -1;
	margin-top: 14px;
}
.tax-dictionary_category .tkz-dictionary-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
}
.tax-dictionary_category .tkz-dictionary-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 11px;
	border: 1px solid #cfc6b4;
	color: #514b40;
	background: #f7f4ed;
	text-decoration: none !important;
	font-size: 16px;
}
.tax-dictionary_category .tkz-dictionary-pagination .page-numbers.current,
.tax-dictionary_category .tkz-dictionary-pagination .page-numbers:hover {
	background: #171715;
	border-color: #171715;
	color: #c6a667;
}
.tax-dictionary_category .tkz-dictionary-empty {
	grid-column: 1 / -1;
	padding: 34px 24px;
	background: #f7f4ed;
	border: 1px solid #d8d0bf;
	text-align: center;
	color: #6f6a60;
}
.tax-dictionary_category .tkz-dictionary-nav {
	position: relative;
	overflow: hidden;
	background: #0f0f10;
	padding: 42px 40px 40px;
	border-top: 1px solid #57482f;
}
.tax-dictionary_category .tkz-dictionary-nav .tkz-dictionary-section-head {
	position: relative;
	z-index: 1;
	border-bottom-color: #3a342b;
	margin-bottom: 20px;
}
.tax-dictionary_category .tkz-dictionary-nav .tkz-dictionary-section-head h2 {
	color: #f4f1ea !important;
}
.tax-dictionary_category .tkz-dictionary-nav-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}
.tax-dictionary_category .tkz-dictionary-nav-grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 62px;
	padding: 12px 14px;
	background: #171719;
	border: 1px solid #3d3932;
	border-radius: 4px;
	color: #d8c69d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	text-decoration: none !important;
}
.tax-dictionary_category .tkz-dictionary-nav-grid a::after {
	content: "→";
	flex-shrink: 0;
	color: #7a1e2a;
	font-size: 18px;
}
.tax-dictionary_category .tkz-dictionary-nav-grid a:hover {
	border-color: #c6a667;
	background: #1e1e20;
	color: #f4f1ea;
}
@media (max-width: 768px) {
	.tax-dictionary_category .tkz-dictionary-category {
		padding: 0;
	}
	.tax-dictionary_category .tkz-dictionary-header {
		padding: 38px 20px 36px;
		margin-bottom: 0;
	}
	.tax-dictionary_category .tkz-dictionary-label {
		font-size: 13px;
		margin-bottom: 13px;
	}
	.tax-dictionary_category .tkz-dictionary-header h1 {
		font-size: 30px;
		line-height: 1.35;
		margin-bottom: 15px;
	}
	.tax-dictionary_category .tkz-dictionary-header h1::after {
		width: 40px;
		margin-top: 16px;
	}
	.tax-dictionary_category .tkz-dictionary-description,
	.tax-dictionary_category .tkz-dictionary-header p {
		font-size: 17px;
		line-height: 1.85;
	}
	.tax-dictionary_category .tkz-dictionary-header-meta {
		margin-top: 16px;
		font-size: 13px;
	}
	.tax-dictionary_category .tkz-dictionary-articles {
		padding: 30px 16px 34px;
	}
	.tax-dictionary_category .tkz-dictionary-section-head {
		margin-bottom: 17px;
		padding-bottom: 12px;
	}
	.tax-dictionary_category .tkz-dictionary-section-eyebrow {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.tax-dictionary_category .tkz-dictionary-section-head h2 {
		font-size: 22px;
	}
	.tax-dictionary_category .tkz-dictionary-section-count {
		font-size: 13px;
	}
	.tax-dictionary_category .tkz-dictionary-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.tax-dictionary_category .tkz-dictionary-card-image img {
		height: auto;
		max-height: 330px;
		object-fit: cover;
	}
	.tax-dictionary_category .tkz-dictionary-card-body {
		padding: 19px 18px 18px;
	}
	.tax-dictionary_category .tkz-dictionary-card-body h3 {
		font-size: 20px;
	}
	.tax-dictionary_category .tkz-dictionary-card-body p {
		font-size: 16px;
	}
	.tax-dictionary_category .tkz-dictionary-nav {
		padding: 32px 16px 34px;
	}
	.tax-dictionary_category .tkz-dictionary-nav-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.tax-dictionary_category .tkz-dictionary-nav-grid a {
		min-height: 58px;
		padding: 10px 11px;
		font-size: 15px;
	}
}
/* =========================================================
   STEP10 FINAL COLOR RULE
   Dictionary: deep gold / latest badge only burgundy
========================================================= */
/* /dictionary/ index cards: deep gold */
.post-type-archive-dictionary .tkz-dictionary-category-no,
.post-type-archive-dictionary .tkz-dictionary-category-type,
.post-type-archive-dictionary .tkz-dictionary-category-count,
.post-type-archive-dictionary .tkz-dictionary-category-arrow {
	color: #8b6f32 !important;
}
/* /dictionary/ latest article category badge: burgundy only */
.post-type-archive-dictionary .tkz-dictionary-archive-cat {
	background: #7a1e2a !important;
	color: #f4f1ea !important;
}
/* Category pages: remove burgundy accents, unify to deep gold */
.tax-dictionary_category .tkz-dictionary-header-meta::before,
.tax-dictionary_category .tkz-dictionary-section-eyebrow,
.tax-dictionary_category .tkz-dictionary-section-count,
.tax-dictionary_category .tkz-dictionary-card-kicker,
.tax-dictionary_category .tkz-dictionary-read,
.tax-dictionary_category .tkz-dictionary-read-arrow,
.tax-dictionary_category .tkz-dictionary-nav-grid a::after {
	color: #8b6f32 !important;
	background-color: transparent;
}
.tax-dictionary_category .tkz-dictionary-header-meta::before {
	background: #8b6f32 !important;
}
.tax-dictionary_category .tkz-dictionary-nav-grid a.current {
	background: #8b6f32 !important;
	border-color: #8b6f32 !important;
	color: #0f0f10 !important;
}
.tax-dictionary_category .tkz-dictionary-nav-grid a.current::after {
	color: #0f0f10 !important;
}
/* =========================================================
   STEP11 大辞典・記事個別 - LUXURY EDITORIAL
   single-dictionary.php
========================================================= */
.single-dictionary {
	background: #f2efe8;
}
.single-dictionary .site-content,
.single-dictionary .content-area,
.single-dictionary .site-main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.single-dictionary .tkz-dictionary-single-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 72px;
	box-sizing: border-box;
}
.single-dictionary .tkz-dictionary-single {
	margin: 0;
	padding: 0;
	background: transparent;
}
/* HERO */
.single-dictionary .tkz-dictionary-single-header {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 66%, #211813 100%);
	color: #f4f1ea;
	padding: 58px 50px 56px;
	border: 0;
	border-bottom: 1px solid rgba(198,166,103,.72);
}
.single-dictionary .tkz-dictionary-single-header::after {
	content: "";
	position: absolute;
	right: -150px;
	top: -190px;
	width: 450px;
	height: 450px;
	border: 1px solid rgba(198,166,103,.09);
	border-radius: 50%;
	pointer-events: none;
}
.single-dictionary .tkz-dictionary-single-eyebrow {
	position: relative;
	z-index: 1;
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .22em;
	line-height: 1.4;
	margin-bottom: 14px;
}
.single-dictionary .tkz-dictionary-single-category {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
}
.single-dictionary .tkz-dictionary-single-category a {
	color: #c6a667 !important;
	text-decoration: none !important;
}
.single-dictionary .tkz-dictionary-single-category-sep {
	color: #5c5548;
}
.single-dictionary .tkz-dictionary-single-header h1 {
	position: relative;
	z-index: 1;
	max-width: 900px;
	color: #f4f1ea !important;
	font-size: 45px;
	line-height: 1.42;
	letter-spacing: .01em;
	margin: 0 0 22px !important;
	padding: 0 !important;
}
.single-dictionary .tkz-dictionary-single-header h1::after {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background: #c6a667;
	margin-top: 22px;
}
.single-dictionary .tkz-dictionary-single-meta {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #8f8b84;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .08em;
}
.single-dictionary .tkz-dictionary-single-meta-line {
	width: 24px;
	height: 1px;
	background: #8b6f32;
}
/* Featured image */
.single-dictionary .tkz-dictionary-single-image {
	background: #111;
	overflow: hidden;
}
.single-dictionary .tkz-dictionary-single-image img {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}
/* Article body */
.single-dictionary .tkz-dictionary-single-body {
	background: #f7f4ed;
	padding: 54px 0 52px;
}
.single-dictionary .tkz-dictionary-single-content,
.single-dictionary .tkz-dictionary-single-editor {
	width: calc(100% - 40px);
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.single-dictionary .tkz-dictionary-single-content {
	color: #3f3b34;
	font-size: 17px;
	line-height: 2;
}
.single-dictionary .tkz-dictionary-single-content > *:first-child {
	margin-top: 0;
}
.single-dictionary .tkz-dictionary-single-content p {
	margin: 0 0 1.65em;
}
.single-dictionary .tkz-dictionary-single-content h2 {
	position: relative;
	color: #28251d !important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	margin: 3em 0 1.15em !important;
	padding: 0 0 14px !important;
	border: 0 !important;
	border-bottom: 1px solid #d5ccb9 !important;
}
.single-dictionary .tkz-dictionary-single-content h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 52px;
	height: 2px;
	background: #8b6f32;
}
.single-dictionary .tkz-dictionary-single-content h3 {
	color: #332f28 !important;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.55;
	margin: 2.3em 0 .9em !important;
	padding-left: 14px !important;
	border-left: 2px solid #8b6f32 !important;
}
.single-dictionary .tkz-dictionary-single-content h4 {
	color: #403a31 !important;
	font-size: 18px;
	font-weight: 700;
	margin: 2em 0 .75em !important;
}
.single-dictionary .tkz-dictionary-single-content a {
	color: #755d28;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.single-dictionary .tkz-dictionary-single-content strong {
	color: #28251d;
	font-weight: 700;
}
.single-dictionary .tkz-dictionary-single-content ul,
.single-dictionary .tkz-dictionary-single-content ol {
	margin: 0 0 1.7em;
	padding-left: 1.5em;
}
.single-dictionary .tkz-dictionary-single-content li {
	margin-bottom: .65em;
}
.single-dictionary .tkz-dictionary-single-content blockquote {
	margin: 2.2em 0;
	padding: 22px 24px;
	background: #efe9dc;
	border: 0;
	border-left: 3px solid #8b6f32;
	color: #544e43;
	font-size: 18px;
	line-height: 1.9;
}
.single-dictionary .tkz-dictionary-single-content blockquote p:last-child {
	margin-bottom: 0;
}
.single-dictionary .tkz-dictionary-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}
.single-dictionary .tkz-dictionary-single-content figure {
	margin: 2.3em 0;
}
.single-dictionary .tkz-dictionary-single-content figcaption {
	color: #817a6f;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 8px;
}
.single-dictionary .tkz-dictionary-single-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0;
	font-size: 18px;
}
.single-dictionary .tkz-dictionary-single-content th,
.single-dictionary .tkz-dictionary-single-content td {
	padding: 12px 13px;
	border: 1px solid #d9d0bd;
	vertical-align: top;
}
.single-dictionary .tkz-dictionary-single-content th {
	background: #e9e1d2;
	color: #332f28;
	font-weight: 700;
}
/* Editorial signature */
.single-dictionary .tkz-dictionary-single-editor {
	margin-top: 48px;
	padding: 23px 24px;
	border-top: 1px solid #d3cab7;
	border-bottom: 1px solid #d3cab7;
}
.single-dictionary .tkz-dictionary-single-editor-label {
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	margin-bottom: 7px;
}
.single-dictionary .tkz-dictionary-single-editor-name {
	color: #28251d;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.single-dictionary .tkz-dictionary-single-editor p {
	color: #746e63;
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
}
/* Related */
.single-dictionary .tkz-dictionary-single-related {
	position: relative;
	overflow: hidden;
	background: #0f0f10;
	padding: 46px 42px 48px;
	border-top: 1px solid #57482f;
}
.single-dictionary .tkz-dictionary-single-related::after {
	content: "";
	position: absolute;
	right: -130px;
	bottom: -180px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(198,166,103,.08);
	border-radius: 50%;
	pointer-events: none;
}
.single-dictionary .tkz-dictionary-single-section-head {
	position: relative;
	z-index: 1;
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #39342c;
}
.single-dictionary .tkz-dictionary-single-section-head span {
	display: block;
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	margin-bottom: 6px;
}
.single-dictionary .tkz-dictionary-single-section-head h2 {
	color: #f4f1ea !important;
	font-size: 26px;
	font-weight: 700;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.single-dictionary .tkz-dictionary-single-related-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.single-dictionary .tkz-dictionary-single-related-card {
	background: #171719;
	border: 1px solid #39352f;
	border-radius: 4px;
	overflow: hidden;
}
.single-dictionary .tkz-dictionary-single-related-card a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none !important;
}
.single-dictionary .tkz-dictionary-single-related-image img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.single-dictionary .tkz-dictionary-single-related-body {
	padding: 16px 16px 17px;
}
.single-dictionary .tkz-dictionary-single-related-kicker {
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 7px;
}
.single-dictionary .tkz-dictionary-single-related-body h3 {
	color: #f4f1ea;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 0 13px;
}
.single-dictionary .tkz-dictionary-single-related-body > span {
	color: #c6a667;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
}
/* Back navigation */
.single-dictionary .tkz-dictionary-single-back {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 25px 4px 0;
}
.single-dictionary .tkz-dictionary-single-back a {
	color: #6d592d !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
}
.single-dictionary .tkz-dictionary-single-back a:hover {
	color: #28251d !important;
}
/* Mobile */
@media (max-width: 768px) {
	.single-dictionary .tkz-dictionary-single-wrap {
		padding: 0;
	}
	.single-dictionary .tkz-dictionary-single-header {
		padding: 38px 20px 36px;
	}
	.single-dictionary .tkz-dictionary-single-eyebrow {
		font-size: 13px;
		margin-bottom: 12px;
	}
	.single-dictionary .tkz-dictionary-single-category {
		font-size: 15px;
		margin-bottom: 14px;
	}
	.single-dictionary .tkz-dictionary-single-header h1 {
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 19px !important;
	}
	.single-dictionary .tkz-dictionary-single-header h1::after {
		width: 40px;
		margin-top: 17px;
	}
	.single-dictionary .tkz-dictionary-single-meta {
		font-size: 13px;
		gap: 9px;
	}
	.single-dictionary .tkz-dictionary-single-image img {
		max-height: none;
	}
	.single-dictionary .tkz-dictionary-single-body {
		padding: 34px 0 36px;
	}
	.single-dictionary .tkz-dictionary-single-content,
	.single-dictionary .tkz-dictionary-single-editor {
		width: calc(100% - 36px);
	}
	.single-dictionary .tkz-dictionary-single-content {
		font-size: 18px;
		line-height: 1.95;
	}
	.single-dictionary .tkz-dictionary-single-content h2 {
		font-size: 23px;
		line-height: 1.55;
		margin-top: 2.6em !important;
	}
	.single-dictionary .tkz-dictionary-single-content h3 {
		font-size: 19px;
	}
	.single-dictionary .tkz-dictionary-single-content blockquote {
		padding: 18px 18px;
		font-size: 18px;
	}
	.single-dictionary .tkz-dictionary-single-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 16px;
	}
	.single-dictionary .tkz-dictionary-single-editor {
		margin-top: 38px;
		padding: 20px 0;
	}
	.single-dictionary .tkz-dictionary-single-related {
		padding: 32px 16px 34px;
	}
	.single-dictionary .tkz-dictionary-single-section-head h2 {
		font-size: 22px;
	}
	.single-dictionary .tkz-dictionary-single-related-grid {
		grid-template-columns: 1fr;
		gap: 11px;
	}
	.single-dictionary .tkz-dictionary-single-back {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 20px 18px 28px;
	}
}
/* =========================================================
   STEP11 最終調整：関連記事カード（スマホ）
   アイキャッチ未設定の記事でも本文幅が潰れないようにする
========================================================= */
@media (max-width: 768px) {
	.single-dictionary .tkz-dictionary-single-related-card a {
		display: block !important;
		grid-template-columns: none !important;
	}
	.single-dictionary .tkz-dictionary-single-related-image img {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: 240px;
		object-fit: cover;
	}
	.single-dictionary .tkz-dictionary-single-related-body {
		width: 100%;
		padding: 17px 18px 18px !important;
		box-sizing: border-box;
	}
	.single-dictionary .tkz-dictionary-single-related-body h3 {
		font-size: 17px !important;
		line-height: 1.55 !important;
		margin-bottom: 14px !important;
	}
	.single-dictionary .tkz-dictionary-single-related-body > span {
		display: inline-block;
		white-space: nowrap;
	}
}
/* =========================================================
   STEP11 記事タイトルの太さ調整
========================================================= */
.single-dictionary .tkz-dictionary-single-header h1 {
	font-weight: 600 !important;
}
/* =========================================================
   STEP12 掲載店募集 /listing/ - LUXURY LISTING
========================================================= */
.tkz-listing-page {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 72px;
	box-sizing: border-box;
	background: #f2efe8;
}
body:has(.tkz-listing-page) .site-content,
body:has(.tkz-listing-page) .content-area,
body:has(.tkz-listing-page) .site-main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
/* HERO */
.tkz-listing-header {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 66%, #211813 100%);
	color: #f4f1ea;
	padding: 60px 46px 54px;
	border-bottom: 1px solid rgba(198,166,103,.72);
}
.tkz-listing-header::after {
	content: "";
	position: absolute;
	right: -150px;
	top: -205px;
	width: 470px;
	height: 470px;
	border: 1px solid rgba(198,166,103,.10);
	border-radius: 50%;
	pointer-events: none;
}
.tkz-listing-label,
.tkz-listing-section-head > span,
.tkz-listing-cta-label {
	display: block;
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .22em;
}
.tkz-listing-header .tkz-listing-label {
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
}
.tkz-listing-header h1 {
	position: relative;
	z-index: 1;
	color: #f4f1ea !important;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .01em;
	margin: 0 0 18px;
}
.tkz-listing-header h1::after {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background: #8b6f32;
	margin-top: 20px;
}
.tkz-listing-header p {
	position: relative;
	z-index: 1;
	max-width: 690px;
	color: #aaa7a0;
	font-size: 18px;
	line-height: 1.9;
	margin: 0;
}
.tkz-listing-hero-meta {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 20px;
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .15em;
}
.tkz-listing-hero-meta::before {
	content: "";
	width: 25px;
	height: 1px;
	background: #8b6f32;
}
/* COMMON SECTIONS */
.tkz-listing-section {
	padding: 46px 42px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #d8d0bf;
	background: #f2efe8;
}
.tkz-listing-section-head {
	margin-bottom: 22px;
}
.tkz-listing-section-head > span {
	margin-bottom: 8px;
}
.tkz-listing-section-head h2,
.tkz-listing-cta h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	border: 0;
}
.tkz-listing-section-head h2 {
	color: #28251d !important;
}
.tkz-listing-copy,
.tkz-listing-master-copy {
	max-width: 790px;
}
.tkz-listing-copy p,
.tkz-listing-master-copy p {
	color: #69645a;
	font-size: 18px;
	line-height: 1.95;
	margin: 0 0 14px;
}
.tkz-listing-copy p:last-child,
.tkz-listing-master-copy p:last-child {
	margin-bottom: 0;
}
/* WHAT WE PUBLISH */
.tkz-listing-information {
	background: #111112;
	border-bottom-color: #57482f;
}
.tkz-listing-information .tkz-listing-section-head h2 {
	color: #f4f1ea !important;
}
.tkz-listing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}
.tkz-listing-grid > div {
	min-height: 92px;
	padding: 15px 16px;
	background: #171719;
	border: 1px solid #3d3932;
	border-radius: 4px;
	box-sizing: border-box;
}
.tkz-listing-grid > div span {
	display: block;
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	margin-bottom: 12px;
}
.tkz-listing-grid > div strong {
	display: block;
	color: #e7e0d2;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.55;
}
/* MASTER */
.tkz-listing-master {
	background: #f2efe8;
}
.tkz-listing-master-layout {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 30px;
	align-items: stretch;
}
.tkz-listing-master-index {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	background: #111112;
	border: 1px solid #57482f;
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .20em;
}
.tkz-listing-master-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* FUTURE PLANS */
.tkz-listing-plan-section {
	background: #e9e4d8;
}
.tkz-listing-note {
	color: #777064;
	font-size: 16px;
	margin: -8px 0 20px;
}
.tkz-listing-plans {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.tkz-listing-plan {
	position: relative;
	padding: 24px 20px 22px;
	background: #f7f4ed;
	border: 1px solid #cfc6b4;
	border-radius: 4px;
	box-shadow: none;
}
.tkz-listing-plan-no {
	position: absolute;
	top: 18px;
	right: 18px;
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
}
.tkz-listing-stars {
	color: #8b6f32;
	font-size: 19px;
	letter-spacing: .10em;
	margin-bottom: 14px;
}
.tkz-listing-plan h3 {
	color: #28251d;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 18px;
}
.tkz-listing-price {
	padding-top: 14px;
	border-top: 1px solid #d8d0bf;
	color: #28251d;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3;
}
.tkz-listing-price span {
	display: block;
	color: #777064;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .08em;
	margin-top: 5px;
}
/* POLICY */
.tkz-listing-policy {
	background: #f2efe8;
}
.tkz-listing-policy ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d8d0bf;
}
.tkz-listing-policy li {
	position: relative;
	margin: 0;
	padding: 14px 10px 14px 26px;
	border-bottom: 1px solid #d8d0bf;
	color: #5f5a50;
	font-size: 17px;
	line-height: 1.75;
}
.tkz-listing-policy li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 23px;
	width: 7px;
	height: 1px;
	background: #8b6f32;
}
/* CTA */
.tkz-listing-cta {
	position: relative;
	overflow: hidden;
	background: #0f0f10;
	padding: 48px 42px 50px;
	border-top: 1px solid #57482f;
	text-align: left;
}
.tkz-listing-cta::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 350px;
	height: 350px;
	border: 1px solid rgba(198,166,103,.08);
	border-radius: 50%;
	pointer-events: none;
}
.tkz-listing-cta-label,
.tkz-listing-cta h2,
.tkz-listing-cta p,
.tkz-listing-cta-button {
	position: relative;
	z-index: 1;
}
.tkz-listing-cta-label {
	margin-bottom: 8px;
}
.tkz-listing-cta h2 {
	color: #f4f1ea !important;
	margin-bottom: 16px;
}
.tkz-listing-cta p {
	max-width: 660px;
	color: #aaa7a0;
	font-size: 18px;
	line-height: 1.9;
	margin: 0 0 24px;
}
.tkz-listing-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 52px;
	padding: 12px 24px;
	background: #7a1e2a;
	border: 1px solid #8d2935;
	border-radius: 4px;
	color: #f4f1ea !important;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .05em;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: background .2s ease, border-color .2s ease;
}
.tkz-listing-cta-button:hover {
	background: #681722;
	border-color: #9b3541;
}
@media (max-width: 768px) {
	.tkz-listing-page {
		padding: 0;
	}
	.tkz-listing-header p {
		font-size: 17px;
		line-height: 1.85;
	}
	.tkz-listing-section {
		padding: 32px 18px;
	}
	.tkz-listing-section-head {
		margin-bottom: 18px;
	}
	.tkz-listing-section-head h2,
	.tkz-listing-cta h2 {
		font-size: 23px;
		line-height: 1.48;
	}
	.tkz-listing-copy p,
	.tkz-listing-master-copy p {
		font-size: 17px;
		line-height: 1.9;
	}
	.tkz-listing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.tkz-listing-grid > div {
		min-height: 82px;
		padding: 13px 13px;
	}
	.tkz-listing-grid > div strong {
		font-size: 16px;
	}
	.tkz-listing-master-layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.tkz-listing-master-index {
		justify-content: flex-start;
		min-height: 0;
		padding: 17px 18px;
	}
	.tkz-listing-plans {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.tkz-listing-plan {
		padding: 21px 18px 19px;
	}
	.tkz-listing-price {
		font-size: 21px;
	}
	.tkz-listing-policy li {
		font-size: 16px;
		padding-right: 2px;
	}
	.tkz-listing-cta {
		padding: 36px 18px 38px;
	}
	.tkz-listing-cta p {
		font-size: 17px;
	}
	.tkz-listing-cta-button {
		width: 100%;
		min-width: 0;
	}
}
/* =========================================================
   STEP12 掲載店募集：スマホ最終調整
   - HEROをヘッダー直下に接続
   - ページ外周の余白を解除して横幅100%
   - 見出し/本文の重さを調整
========================================================= */
@media (max-width: 768px) {
	body:has(.tkz-listing-page) .site-content,
    body:has(.tkz-listing-page) .content-area,
    body:has(.tkz-listing-page) .site-main,
    body:has(.tkz-listing-page) #primary {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.page .tkz-listing-page,
    .tkz-listing-page {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.tkz-listing-header {
		width: 100% !important;
		margin: 0 !important;
		padding: 38px 20px 36px !important;
		box-sizing: border-box;
	}
	.tkz-listing-header h1 {
		font-size: 34px !important;
		font-weight: 600 !important;
		line-height: 1.34 !important;
	}
	.tkz-listing-section h2,
    .tkz-listing-cta h2 {
		font-weight: 600 !important;
	}
	.tkz-listing-section p,
    .tkz-listing-section li,
    .tkz-listing-cta p {
		font-size: 16px !important;
		line-height: 1.95 !important;
	}
	/* 各セクションは画面いっぱい、本文だけ内側余白 */
	.tkz-listing-section {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box;
	}
}
/* =========================================================
   STEP13 女性求人 /recruit/ - LUXURY RECRUIT
========================================================= */
body:has(.tkz-recruit-page) .site-content,
body:has(.tkz-recruit-page) .content-area,
body:has(.tkz-recruit-page) .site-main,
body:has(.tkz-recruit-page) #primary {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.page .tkz-recruit-page,
.tkz-recruit-page {
	width: 100% !important;
	max-width: 1100px !important;
	margin: 0 auto !important;
	padding: 0 20px 72px !important;
	box-sizing: border-box;
	background: #f2efe8;
}
/* HERO */
.tkz-recruit-header {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 66%, #211813 100%) !important;
	color: #f4f1ea !important;
	padding: 58px 46px 54px !important;
	margin: 0 0 0 !important;
	border: 0 !important;
	border-top: 1px solid #8b6f32 !important;
	border-bottom: 1px solid rgba(198,166,103,.72) !important;
}
.tkz-recruit-header::after {
	content: "";
	position: absolute;
	right: -150px;
	top: -190px;
	width: 450px;
	height: 450px;
	border: 1px solid rgba(198,166,103,.10);
	border-radius: 50%;
	pointer-events: none;
}
.tkz-recruit-label {
	position: relative;
	z-index: 1;
	display: block !important;
	color: #8b6f32 !important;
	background: transparent !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: .22em !important;
	margin: 0 0 15px !important;
	padding: 0 !important;
}
.tkz-recruit-header h1 {
	position: relative;
	z-index: 1;
	color: #f4f1ea !important;
	font-size: 42px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: .01em !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
}
.tkz-recruit-header h1::after {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background: #8b6f32;
	margin-top: 20px;
}
.tkz-recruit-header p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	color: #aaa7a0 !important;
	font-size: 17px !important;
	line-height: 1.9 !important;
	margin: 0 !important;
}
/* COMMON SECTION */
.tkz-recruit-section {
	background: #f2efe8 !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 46px 40px !important;
}
.tkz-recruit-intro {
	border-bottom: 1px solid #d8d0bf !important;
}
.tkz-recruit-section-head {
	margin-bottom: 20px;
}
.tkz-recruit-section-head > span {
	display: block;
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .18em;
	margin-bottom: 8px;
}
.tkz-recruit-section-head h2,
.tkz-recruit-section h2 {
	color: #28251d !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: 0 !important;
}
.tkz-recruit-section-head h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #8b6f32;
	margin-top: 16px;
}
.tkz-recruit-section-head p,
.tkz-recruit-section > p {
	max-width: 760px;
	color: #6f6a60 !important;
	font-size: 17px !important;
	line-height: 1.9 !important;
	margin: 0 !important;
}
/* 4 POINTS */
.tkz-recruit-feature-section {
	position: relative;
	overflow: hidden;
	background: #0f0f10 !important;
	border-top: 1px solid #57482f !important;
	border-bottom: 1px solid #57482f !important;
}
.tkz-recruit-feature-section::after {
	content: "";
	position: absolute;
	right: -140px;
	bottom: -180px;
	width: 380px;
	height: 380px;
	border: 1px solid rgba(198,166,103,.08);
	border-radius: 50%;
	pointer-events: none;
}
.tkz-recruit-section-head-dark {
	position: relative;
	z-index: 1;
}
.tkz-recruit-section-head-dark h2 {
	color: #f4f1ea !important;
}
.tkz-recruit-points {
	position: relative;
	z-index: 1;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	margin: 24px 0 0 !important;
}
.tkz-recruit-points > div {
	position: relative;
	background: #171719 !important;
	border: 1px solid #3d3932 !important;
	border-radius: 4px !important;
	padding: 22px 20px 20px !important;
	min-height: 150px;
}
.tkz-recruit-point-no,
.tkz-recruit-point-en {
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .16em;
}
.tkz-recruit-point-no {
	position: absolute;
	top: 18px;
	right: 18px;
}
.tkz-recruit-point-en {
	margin-bottom: 20px;
}
.tkz-recruit-points strong {
	display: block;
	color: #f4f1ea !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 1.5;
	margin: 0 0 7px !important;
}
.tkz-recruit-points span {
	display: block;
	color: #aaa7a0 !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}
/* RECRUIT SHOP LIST */
.tkz-recruit-shops-section {
	padding-top: 48px !important;
	padding-bottom: 52px !important;
}
.tkz-recruit-shop-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
	margin-top: 24px;
}
.tkz-recruit-shop-card {
	background: #f7f4ed !important;
	border: 1px solid #d8d0bf !important;
	border-radius: 5px !important;
	overflow: hidden;
	box-shadow: none !important;
}
.tkz-recruit-shop-image {
	overflow: hidden;
	background: #111;
}
.tkz-recruit-shop-image img {
	display: block;
	width: 100%;
	height: 260px !important;
	object-fit: cover;
	transition: transform .4s ease;
}
.tkz-recruit-shop-card:hover .tkz-recruit-shop-image img {
	transform: scale(1.018);
}
.tkz-recruit-shop-body {
	padding: 22px !important;
}
.tkz-recruit-shop-kicker {
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 10px;
}
.tkz-recruit-shop-body h3 {
	font-size: 21px !important;
	font-weight: 600 !important;
	line-height: 1.45;
	margin: 0 0 8px !important;
}
.tkz-recruit-shop-body h3 a {
	color: #28251d !important;
	text-decoration: none !important;
}
.tkz-recruit-shop-area {
	color: #756d5f !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin: 0 0 16px !important;
}
.tkz-recruit-shop-actions {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 8px;
	padding-top: 14px;
	border-top: 1px solid #ded6c5;
}
.tkz-recruit-shop-detail,
.tkz-recruit-entry-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 10px !important;
	border-radius: 4px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-align: center;
	text-decoration: none !important;
	box-sizing: border-box;
}
.tkz-recruit-shop-detail {
	background: transparent;
	border: 1px solid #b9ae99;
	color: #514b40 !important;
}
.tkz-recruit-entry-btn {
	background: #7a1e2a !important;
	border: 1px solid #7a1e2a;
	color: #f4f1ea !important;
}
.tkz-recruit-empty {
	grid-column: 1 / -1;
	padding: 34px 24px;
	background: #f7f4ed;
	border: 1px solid #d8d0bf;
	color: #6f6a60;
	text-align: center;
}
.tkz-recruit-empty p {
	margin: 0;
}
/* OWNER CTA */
.tkz-recruit-owner {
	position: relative;
	overflow: hidden;
	background: #0f0f10 !important;
	color: #f4f1ea !important;
	border: 0 !important;
	border-top: 1px solid #8b6f32 !important;
	padding: 46px 40px 48px !important;
	margin: 0 !important;
	text-align: center;
}
.tkz-recruit-owner-label {
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .18em;
	margin-bottom: 10px;
}
.tkz-recruit-owner h2 {
	color: #f4f1ea !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.4;
	margin: 0 0 12px !important;
}
.tkz-recruit-owner p {
	color: #aaa7a0 !important;
	font-size: 17px !important;
	line-height: 1.85;
	margin: 0 auto 22px !important;
}
.tkz-recruit-owner a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 50px;
	background: #7a1e2a !important;
	color: #f4f1ea !important;
	border: 1px solid #7a1e2a;
	border-radius: 4px !important;
	font-size: 17px;
	font-weight: 700 !important;
	text-decoration: none !important;
	padding: 10px 22px !important;
	margin: 0 !important;
	box-sizing: border-box;
}
/* MOBILE */
@media (max-width: 768px) {
	body:has(.tkz-recruit-page) .site-content,
	body:has(.tkz-recruit-page) .content-area,
	body:has(.tkz-recruit-page) .site-main,
	body:has(.tkz-recruit-page) #primary {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.page .tkz-recruit-page,
	.tkz-recruit-page {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.tkz-recruit-header {
		width: 100% !important;
		padding: 38px 20px 36px !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.tkz-recruit-label {
		font-size: 12px !important;
		margin-bottom: 12px !important;
	}
	.tkz-recruit-header h1 {
		font-size: 34px !important;
		font-weight: 600 !important;
		line-height: 1.34 !important;
	}
	.tkz-recruit-header h1::after {
		width: 40px;
		margin-top: 16px;
	}
	.tkz-recruit-header p {
		font-size: 17px !important;
		line-height: 1.85 !important;
	}
	.tkz-recruit-section {
		width: 100% !important;
		padding: 32px 20px !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.tkz-recruit-section-head h2,
	.tkz-recruit-section h2 {
		font-size: 24px !important;
		font-weight: 600 !important;
	}
	.tkz-recruit-section-head p,
	.tkz-recruit-section > p {
		font-size: 17px !important;
		line-height: 1.9 !important;
	}
	.tkz-recruit-points {
		grid-template-columns: 1fr !important;
		gap: 9px !important;
	}
	.tkz-recruit-points > div {
		min-height: 0;
		padding: 20px 18px 18px !important;
	}
	.tkz-recruit-point-en {
		margin-bottom: 15px;
	}
	.tkz-recruit-shop-list {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		margin-top: 20px;
	}
	.tkz-recruit-shop-image img {
		height: auto !important;
		max-height: 330px;
	}
	.tkz-recruit-shop-body {
		padding: 19px 18px 18px !important;
	}
	.tkz-recruit-shop-body h3 {
		font-size: 20px !important;
	}
	.tkz-recruit-shop-actions {
		grid-template-columns: 1fr 1.25fr;
	}
	.tkz-recruit-owner {
		width: 100% !important;
		padding: 36px 20px 38px !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.tkz-recruit-owner h2 {
		font-size: 24px !important;
	}
	.tkz-recruit-owner p {
		font-size: 17px !important;
	}
	.tkz-recruit-owner a {
		width: 100%;
		min-width: 0;
	}
}
