:root {
	--budou-ink: #171212;
	--budou-muted: #6d625c;
	--budou-paper: #f7f2e8;
	--budou-white: #fffdf8;
	--budou-green: #1f5209;
	--budou-green-deep: #153405;
	--budou-wine: #261021;
	--budou-gold: #b99a5d;
	--budou-line: rgba(41, 29, 23, .14);
	--budou-shadow: 0 28px 72px rgba(21, 12, 15, .16);
	--budou-serif: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
	--budou-sans: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
}

body.budou-store-page {
	--tcd-headerbar-height: 78px;
	background: var(--budou-paper);
	color: var(--budou-ink);
	font-family: var(--budou-sans);
}

body.budou-store-page .l-header,
body.budou-store-page .l-header * {
	box-sizing: border-box;
}

body.budou-store-page .l-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

body.budou-store-page .l-header-bar {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	margin: 18px auto 0;
	color: var(--budou-ink);
	background:
		linear-gradient(135deg, rgba(255, 253, 248, .96), rgba(247, 242, 232, .9));
	border: 1px solid rgba(185, 154, 93, .28);
	box-shadow: 0 18px 48px rgba(21, 12, 15, .14);
	backdrop-filter: blur(12px);
}

body.budou-store-page.l-header-fix.is-header-fixed .l-header-bar,
body.budou-store-page.l-header-fix.is-header-fixed.is-header-fixed-hiding .l-header-bar {
	position: relative;
	top: auto;
	left: auto;
	width: min(1180px, calc(100% - 48px));
	animation: none;
}

body.budou-store-page.l-header-fix.is-header-fixed .l-header-bar::after {
	content: none;
}

body.budou-store-page .l-header-bar-inner {
	align-items: center;
	min-height: var(--tcd-headerbar-height);
	padding: 0 18px 0 22px;
	gap: 18px;
	font-family: var(--budou-sans);
}

body.budou-store-page .p-header-logo,
body.budou-store-page .p-header-logo-mobile {
	flex: 0 0 auto;
	min-width: 0;
}

body.budou-store-page .p-header-logo a,
body.budou-store-page .p-header-logo-mobile a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

body.budou-store-page .p-header-logo img,
body.budou-store-page .p-header-logo-mobile img {
	display: none;
}

body.budou-store-page .p-header-logo a::before,
body.budou-store-page .p-header-logo-mobile a::before {
	display: block;
	flex: 0 0 auto;
	width: 38px;
	height: 56px;
	background-image: url("../../../../uploads/2026/05/img/nakazumi-logo-refined-proposal-v3-muscat.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	filter: drop-shadow(0 8px 18px rgba(31, 82, 9, .16));
}

body.budou-store-page .p-header-logo a::after {
	color: var(--budou-green-deep);
	font-family: var(--budou-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
	content: "中泉ぶどう園";
}

body.budou-store-page:not(.drawer-available) .p-drawer {
	display: flex;
	flex: 1 1 auto;
	align-self: stretch;
	min-width: 0;
}

body.budou-store-page:not(.drawer-available) .p-drawer-contents,
body.budou-store-page:not(.drawer-available) .p-drawer-contents-inner {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
	height: auto;
	border: 0;
}

body.budou-store-page:not(.drawer-available) .p-global-nav-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
}

body.budou-store-page:not(.drawer-available) .p-global-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

body.budou-store-page:not(.drawer-available) .p-global-nav > li > a {
	min-height: var(--tcd-headerbar-height);
	padding: 0 clamp(7px, .72vw, 12px);
	color: rgba(23, 18, 18, .82);
	transition: color .25s ease;
}

body.budou-store-page:not(.drawer-available) .p-global-nav > li > a::after {
	position: absolute;
	right: 12px;
	bottom: 20px;
	left: 12px;
	height: 2px;
	background: var(--budou-gold);
	content: "";
	opacity: 0;
	transform: scaleX(.4);
	transition: opacity .25s ease, transform .25s ease;
}

body.budou-store-page:not(.drawer-available) .p-global-nav > li.current-menu-item > a,
body.budou-store-page:not(.drawer-available) .p-global-nav > li > a:hover {
	color: var(--budou-green-deep);
}

body.budou-store-page:not(.drawer-available) .p-global-nav > li.current-menu-item > a::after,
body.budou-store-page:not(.drawer-available) .p-global-nav > li > a:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

body.budou-store-page .p-header-search,
body.budou-store-page .p-header-membermenu {
	align-self: stretch;
}

body.budou-store-page .p-header-search {
	margin-left: auto;
}

body.budou-store-page .p-header-search-input {
	height: 44px;
	color: var(--budou-ink);
	background: rgba(255, 253, 248, .94);
	border: 1px solid rgba(185, 154, 93, .28);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(21, 12, 15, .09);
}

body.budou-store-page button.p-header-search-button,
body.budou-store-page .p-header-membermenu a,
body.budou-store-page .p-menu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	margin: auto 0;
	color: var(--budou-green-deep);
	background: rgba(255, 253, 248, .68);
	border: 1px solid rgba(185, 154, 93, .25);
	border-radius: 999px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

body.budou-store-page button.p-header-search-button:hover,
body.budou-store-page .p-header-membermenu a:hover,
body.budou-store-page .p-menu-button:hover {
	color: var(--budou-white);
	background: var(--budou-green);
	border-color: var(--budou-green);
	transform: translateY(-1px);
}

body.budou-store-page .p-header-membermenu {
	gap: 8px;
}

body.budou-store-page .p-header-membermenu-wishlist-count:not(:empty),
body.budou-store-page .p-header-membermenu-cart-badge:not(:empty) {
	top: -4px;
	right: -3px;
	background: var(--budou-gold);
}

body.budou-store-page:not(.drawer-available) .p-menu-button {
	display: none;
}

body.budou-store-page.drawer-available .p-drawer-contents {
	top: 0;
	right: 16px;
	bottom: 0;
	width: min(360px, calc(100vw - 30px));
	max-width: none;
	height: 100svh;
	color: var(--budou-white);
	background:
		linear-gradient(180deg, rgba(21, 52, 5, .98), rgba(38, 16, 33, .98));
	box-shadow: -22px 0 54px rgba(0, 0, 0, .24);
	visibility: hidden;
	transform: translateX(calc(100% + 48px));
	transition: transform .35s ease, visibility 0s linear .35s;
	pointer-events: none;
}

body.budou-store-page.drawer-available.show-drawer .p-drawer-contents {
	visibility: visible;
	transform: none;
	transition-delay: 0s;
	pointer-events: auto;
}

body.budou-store-page.drawer-available .p-drawer-contents-close {
	width: 58px;
	height: 58px;
	color: var(--budou-white);
}

body.budou-store-page.drawer-available .p-drawer-contents-inner {
	height: calc(100svh - 58px);
	border-top: 1px solid rgba(185, 154, 93, .32);
}

body.budou-store-page.drawer-available .p-drawer-menu > li {
	border-color: rgba(185, 154, 93, .26);
}

body.budou-store-page.drawer-available .p-drawer-menu a {
	min-height: 56px;
	padding: 18px 24px;
	color: var(--budou-white);
	font-family: var(--budou-sans);
	font-size: 14px;
	font-weight: 700;
}

body.budou-store-page.drawer-available .p-drawer-menu li.current-menu-item > a,
body.budou-store-page.drawer-available .p-drawer-menu a:hover {
	color: var(--budou-gold);
}

body.budou-store-page .p-pagetop {
	display: none;
}

.budou-store,
.budou-store * {
	box-sizing: border-box;
}

.budou-store {
	overflow: hidden;
	background:
		linear-gradient(180deg, var(--budou-paper) 0%, #fbf8ef 46%, #efe6d7 100%);
	color: var(--budou-ink);
	font-family: var(--budou-sans);
	line-height: 1.85;
}

.budou-store img {
	display: block;
	max-width: 100%;
	height: auto;
}

.budou-store a {
	color: inherit;
}

.budou-store-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: flex-end;
	padding: 168px 0 82px;
	overflow: hidden;
	background: var(--budou-wine);
	color: var(--budou-white);
	isolation: isolate;
}

.budou-store-hero__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .68;
}

.budou-store-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(12, 8, 10, .84) 0%, rgba(12, 8, 10, .5) 52%, rgba(12, 8, 10, .18) 84%),
		linear-gradient(180deg, rgba(12, 8, 10, .1), rgba(12, 8, 10, .52));
	content: "";
}

.budou-store-hero__content,
.budou-store-overview,
.budou-store-access,
.budou-store-grow,
.budou-store-gallery,
.budou-store-notes,
.budou-store-cta {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.budou-store__eyebrow {
	margin: 0 0 18px;
	color: var(--budou-gold);
	font-family: var(--budou-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.budou-store-hero h1,
.budou-store h2,
.budou-store h3 {
	margin: 0;
	font-family: var(--budou-serif);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
}

.budou-store-hero h1 {
	font-size: 72px;
	line-height: 1.18;
	text-shadow: 0 14px 34px rgba(0, 0, 0, .4);
}

.budou-store-hero p:not(.budou-store__eyebrow) {
	max-width: 690px;
	margin: 22px 0 0;
	font-size: 20px;
	font-weight: 700;
}

.budou-store-hero__actions,
.budou-store-access__actions,
.budou-store-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.budou-store__button {
	display: inline-grid;
	place-items: center;
	min-height: 48px;
	padding: 10px 24px;
	border: 1px solid transparent;
	color: var(--budou-white);
	background: var(--budou-wine);
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.budou-store__button:hover {
	color: var(--budou-white);
	background: var(--budou-green);
	border-color: var(--budou-green);
	transform: translateY(-1px);
}

.budou-store .budou-store__button--primary,
.budou-store .budou-store__button--primary:link,
.budou-store .budou-store__button--primary:visited,
.budou-store .budou-store__button--primary:hover,
.budou-store .budou-store__button--primary:focus-visible {
	color: var(--budou-white) !important;
	-webkit-text-fill-color: var(--budou-white);
}

.budou-store__button--outline {
	color: var(--budou-white);
	background: transparent;
	border-color: rgba(255, 253, 248, .58);
}

.budou-store__button--outline:hover {
	color: var(--budou-ink);
	background: var(--budou-white);
	border-color: var(--budou-white);
}

.budou-store__button--outline-dark {
	color: var(--budou-wine);
	background: transparent;
	border-color: rgba(38, 16, 33, .28);
}

.budou-store__button--outline-dark:hover {
	color: var(--budou-white);
	background: var(--budou-wine);
	border-color: var(--budou-wine);
}

.budou-store-overview {
	padding: 92px 0 72px;
}

.budou-store-section-head {
	max-width: 820px;
	margin-bottom: 46px;
}

.budou-store-section-head h2,
.budou-store-access h2,
.budou-store-notes h2,
.budou-store-cta h2 {
	font-size: 52px;
}

.budou-store-section-head p:not(.budou-store__eyebrow),
.budou-store-cta p {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--budou-muted);
	font-size: 15px;
	font-weight: 500;
}

.budou-store-overview__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.budou-store-overview__grid article {
	min-width: 0;
	padding: 24px;
	background: var(--budou-white);
	border: 1px solid var(--budou-line);
}

.budou-store-overview__grid span {
	display: block;
	margin-bottom: 12px;
	color: var(--budou-gold);
	font-size: 12px;
	font-weight: 800;
}

.budou-store-overview__grid strong {
	display: block;
	color: var(--budou-wine);
	font-family: var(--budou-serif);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.budou-store-access {
	display: grid;
	grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
	gap: 58px;
	align-items: stretch;
	padding: 0 0 112px;
}

.budou-store-access__media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background: var(--budou-wine);
	box-shadow: var(--budou-shadow);
}

.budou-store-access__media::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: var(--budou-gold);
	content: "";
}

.budou-store-access__media img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.budou-store-access__content {
	min-width: 0;
	padding: 46px;
	background: var(--budou-white);
	border: 1px solid rgba(185, 154, 93, .26);
	box-shadow: var(--budou-shadow);
}

.budou-store-access dl {
	display: grid;
	gap: 0;
	margin: 30px 0 0;
	border-top: 1px solid var(--budou-line);
}

.budou-store-access dl div {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid var(--budou-line);
}

.budou-store-access dt {
	color: var(--budou-muted);
	font-size: 12px;
	font-weight: 800;
}

.budou-store-access dd {
	min-width: 0;
	margin: 0;
	color: var(--budou-wine);
	font-size: 15px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.budou-store-access dd a {
	color: var(--budou-wine);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.budou-store-grow {
	padding: 94px 0 106px;
	border-top: 1px solid var(--budou-line);
}

.budou-store-grow__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.budou-store-grow__grid article {
	min-width: 0;
	padding: 28px;
	background: rgba(255, 253, 248, .72);
	border: 1px solid rgba(185, 154, 93, .26);
}

.budou-store-grow__grid article::before {
	display: block;
	width: 42px;
	height: 3px;
	margin-bottom: 22px;
	background: var(--budou-gold);
	content: "";
}

.budou-store-grow__grid h3 {
	font-size: 25px;
}

.budou-store-grow__grid p {
	margin: 14px 0 0;
	color: var(--budou-muted);
	font-size: 14px;
	font-weight: 500;
}

.budou-store-gallery {
	padding: 0 0 112px;
}

.budou-store-gallery__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.budou-store-gallery__grid figure {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: var(--budou-wine);
}

.budou-store-gallery__grid figure:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.budou-store-gallery__grid figure:nth-child(2),
.budou-store-gallery__grid figure:nth-child(3),
.budou-store-gallery__grid figure:nth-child(4),
.budou-store-gallery__grid figure:nth-child(5) {
	grid-column: span 2;
}

.budou-store-gallery__grid img {
	width: 100%;
	height: 100%;
	min-height: 210px;
	aspect-ratio: 1.35;
	object-fit: cover;
	transition: transform .35s ease, opacity .35s ease;
}

.budou-store-gallery__grid figure:first-child img {
	min-height: 434px;
}

.budou-store-gallery__grid figure:hover img {
	opacity: .92;
	transform: scale(1.025);
}

.budou-store-notes {
	display: grid;
	grid-template-columns: minmax(300px, 450px) 1fr;
	gap: 62px;
	align-items: start;
	padding: 0 0 112px;
}

.budou-store-notes ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.budou-store-notes li {
	position: relative;
	padding: 20px 22px 20px 50px;
	background: rgba(255, 253, 248, .7);
	border: 1px solid rgba(185, 154, 93, .28);
	color: var(--budou-muted);
	font-size: 15px;
	font-weight: 500;
}

.budou-store-notes li::before {
	position: absolute;
	top: 23px;
	left: 22px;
	width: 10px;
	height: 10px;
	background: var(--budou-gold);
	content: "";
}

.budou-store-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 42px;
	align-items: center;
	margin-bottom: 132px;
	padding: 48px;
	background: var(--budou-white);
	border: 1px solid rgba(185, 154, 93, .26);
	box-shadow: var(--budou-shadow);
}

.budou-store-cta__actions {
	justify-content: flex-end;
	margin-top: 0;
}

body.budou-store-page .p-footer {
	background: var(--budou-green-deep);
}

body.budou-store-page .p-copyright {
	color: rgba(255, 253, 248, .72);
	background: var(--budou-wine);
}

@media (max-width: 1100px) {
	body.budou-store-page .l-header-bar-inner {
		gap: 12px;
	}

	body.budou-store-page:not(.drawer-available) .p-global-nav {
		font-size: 12px;
	}

	.budou-store-overview__grid,
	.budou-store-grow__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.budou-store-access,
	.budou-store-notes,
	.budou-store-cta {
		grid-template-columns: 1fr;
	}

	.budou-store-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 860px) {
	.budou-store-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.budou-store-gallery__grid figure:first-child,
	.budou-store-gallery__grid figure:nth-child(2),
	.budou-store-gallery__grid figure:nth-child(3),
	.budou-store-gallery__grid figure:nth-child(4),
	.budou-store-gallery__grid figure:nth-child(5) {
		grid-column: span 1;
		grid-row: span 1;
	}

	.budou-store-gallery__grid figure:first-child img {
		min-height: 210px;
	}
}

@media (max-width: 700px) {
	body.budou-store-page .l-header-bar {
		width: calc(100% - 32px);
		margin-top: 12px;
	}

	body.budou-store-page .l-header-bar-inner {
		min-height: 64px;
		padding: 0 12px 0 16px;
	}

	body.budou-store-page .p-header-logo a::before,
	body.budou-store-page .p-header-logo-mobile a::before {
		width: 30px;
		height: 44px;
	}

	body.budou-store-page .p-header-logo a::after {
		font-size: 13px;
	}

	body.budou-store-page .p-header-search {
		display: none;
	}

	body.budou-store-page button.p-header-search-button,
	body.budou-store-page .p-header-membermenu a,
	body.budou-store-page .p-menu-button {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}

	.budou-store-hero {
		min-height: 470px;
		padding: 132px 0 62px;
	}

	.budou-store-hero__content,
	.budou-store-overview,
	.budou-store-access,
	.budou-store-grow,
	.budou-store-gallery,
	.budou-store-notes,
	.budou-store-cta {
		width: calc(100% - 32px);
	}

	.budou-store-hero h1 {
		font-size: 50px;
	}

	.budou-store-hero p:not(.budou-store__eyebrow),
	.budou-store-section-head p:not(.budou-store__eyebrow),
	.budou-store-cta p {
		overflow-wrap: anywhere;
	}

	.budou-store-hero__actions,
	.budou-store-access__actions,
	.budou-store-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.budou-store__button {
		width: 100%;
	}

	.budou-store-overview,
	.budou-store-grow {
		padding-top: 72px;
	}

	.budou-store-overview__grid,
	.budou-store-grow__grid,
	.budou-store-gallery__grid {
		grid-template-columns: 1fr;
	}

	.budou-store-section-head h2,
	.budou-store-access h2,
	.budou-store-notes h2,
	.budou-store-cta h2 {
		font-size: 38px;
	}

	.budou-store-access__media,
	.budou-store-access__media img {
		min-height: 320px;
	}

	.budou-store-access__content,
	.budou-store-cta {
		padding: 24px;
	}

	.budou-store-access dl div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.budou-store-gallery__grid img,
	.budou-store-gallery__grid figure:first-child img {
		min-height: 240px;
	}
}
