.psr-storefront {
	--psr-ink: #191512;
	--psr-muted: #665d55;
	--psr-paper: #f7f1e8;
	--psr-panel: #fffaf3;
	--psr-line: rgba(25, 21, 18, 0.14);
	--psr-red: #b32828;
	--psr-brass: #b78232;
	--psr-olive: #465640;
	--psr-cream: #fff8ec;
	background: var(--psr-panel);
	color: var(--psr-ink);
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.psr-storefront *,
.psr-storefront *::before,
.psr-storefront *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.psr-storefront a {
	color: inherit;
	text-decoration: none;
}

.psr-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 28px;
	width: 100%;
}

.psr-eyebrow {
	color: var(--psr-brass);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.psr-hero {
	background: #17120f;
	color: #fff8ec;
	min-height: 76vh;
	position: relative;
}

.psr-hero__media,
.psr-hero__scrim {
	inset: 0;
	position: absolute;
}

.psr-hero__media img {
	filter: saturate(0.86) contrast(1.08);
	height: 100%;
	object-fit: cover;
	opacity: 0.44;
	transform: scale(1.02);
	width: 100%;
}

.psr-hero__scrim {
	background:
		linear-gradient(90deg, rgba(18, 12, 9, 0.96) 0%, rgba(18, 12, 9, 0.78) 44%, rgba(18, 12, 9, 0.18) 100%),
		linear-gradient(180deg, rgba(18, 12, 9, 0.24), rgba(18, 12, 9, 0.88));
}

.psr-hero__inner {
	align-items: end;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) 360px;
	min-height: 76vh;
	padding-bottom: 56px;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.psr-hero__copy {
	max-width: 760px;
}

.psr-hero h1 {
	color: #fff8ec;
	font-size: 64px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
	max-width: 720px;
}

.psr-hero__lead {
	color: rgba(255, 248, 236, 0.82);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.9;
	margin: 24px 0 0;
	max-width: 650px;
}

.psr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.psr-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.psr-button::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
}

.psr-button:hover,
.psr-button:focus-visible {
	transform: translateY(-2px);
}

.psr-button--primary {
	background: var(--psr-red);
	color: #fff;
}

.psr-button--primary:hover,
.psr-button--primary:focus-visible {
	background: #cf3333;
	color: #fff;
}

.psr-button--ghost {
	border: 1px solid rgba(255, 248, 236, 0.45);
	color: #fff8ec;
}

.psr-button--ghost:hover,
.psr-button--ghost:focus-visible {
	background: rgba(255, 248, 236, 0.12);
	color: #fff8ec;
}

.psr-hero__panel {
	background: rgba(255, 248, 236, 0.08);
	border: 1px solid rgba(255, 248, 236, 0.18);
	border-radius: 8px;
	backdrop-filter: blur(14px);
	display: grid;
	gap: 0;
	overflow: hidden;
}

.psr-hero__panel div {
	border-bottom: 1px solid rgba(255, 248, 236, 0.16);
	padding: 20px;
}

.psr-hero__panel div:last-child {
	border-bottom: 0;
}

.psr-hero__panel span {
	color: rgba(255, 248, 236, 0.58);
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}

.psr-hero__panel strong {
	color: #fff8ec;
	display: block;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 5px;
}

.psr-section {
	padding: 72px 0;
}

.psr-section--compact {
	padding: 44px 0;
}

.psr-section--intro {
	background: var(--psr-paper);
	border-bottom: 1px solid var(--psr-line);
	border-top: 1px solid rgba(255, 248, 236, 0.14);
	padding: 36px 0;
}

.psr-section--tone {
	background: #211a16;
	color: #fff8ec;
}

.psr-intro {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.psr-intro h2,
.psr-section__head h2 {
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
}

.psr-intro p:last-child {
	color: var(--psr-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.9;
	margin: 0;
}

.psr-section--tone .psr-section__head h2,
.psr-section--tone .psr-text-link {
	color: #fff8ec;
}

.psr-section__head {
	margin-bottom: 28px;
}

.psr-section__head--split {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.psr-text-link {
	align-items: center;
	color: var(--psr-red);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	white-space: nowrap;
}

.psr-text-link::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 7px;
	transform: rotate(45deg);
	width: 7px;
}

.psr-link-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.psr-link-tile {
	background: #fff;
	border: 1px solid var(--psr-line);
	border-radius: 8px;
	min-height: 112px;
	padding: 18px;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.psr-link-tile::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	color: var(--psr-brass);
	content: "";
	height: 8px;
	position: absolute;
	right: 18px;
	top: 22px;
	transform: rotate(45deg);
	width: 8px;
}

.psr-link-tile:hover,
.psr-link-tile:focus-visible {
	border-color: rgba(179, 40, 40, 0.42);
	box-shadow: 0 14px 32px rgba(25, 21, 18, 0.11);
	transform: translateY(-3px);
}

.psr-link-tile span {
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	padding-right: 18px;
}

.psr-link-tile small {
	color: var(--psr-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 10px;
	text-transform: uppercase;
}

.psr-link-grid--genres .psr-link-tile:nth-child(4n + 1) {
	border-top: 4px solid var(--psr-red);
}

.psr-link-grid--genres .psr-link-tile:nth-child(4n + 2) {
	border-top: 4px solid var(--psr-brass);
}

.psr-link-grid--genres .psr-link-tile:nth-child(4n + 3) {
	border-top: 4px solid var(--psr-olive);
}

.psr-link-grid--genres .psr-link-tile:nth-child(4n) {
	border-top: 4px solid #222;
}

.psr-product-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.psr-product-card {
	background: #fffaf3;
	border: 1px solid rgba(255, 248, 236, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
	color: var(--psr-ink);
	overflow: hidden;
	transition: border-color 180ms ease, transform 180ms ease;
}

.psr-section:not(.psr-section--tone) .psr-product-card {
	border-color: var(--psr-line);
	box-shadow: none;
}

.psr-product-card:hover {
	border-color: rgba(183, 130, 50, 0.58);
	transform: translateY(-3px);
}

.psr-product-card__image {
	aspect-ratio: 1 / 1;
	background: #eee0d0;
	display: grid;
	overflow: hidden;
	place-items: center;
	width: 100%;
}

.psr-product-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.psr-product-card:hover .psr-product-card__image img {
	transform: scale(1.045);
}

.psr-product-card__placeholder {
	border: 2px solid rgba(25, 21, 18, 0.16);
	border-radius: 50%;
	color: rgba(25, 21, 18, 0.58);
	display: grid;
	font-size: 13px;
	font-weight: 900;
	height: 112px;
	place-items: center;
	text-transform: uppercase;
	width: 112px;
}

.psr-product-card__body {
	padding: 16px;
}

.psr-product-card__meta {
	color: var(--psr-red);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.psr-product-card h3 {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
	margin: 0;
	min-height: 46px;
}

.psr-product-card h3 a:hover,
.psr-product-card h3 a:focus-visible {
	color: var(--psr-red);
}

.psr-product-card__price {
	color: var(--psr-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.5;
	margin: 12px 0 0;
}

.psr-product-card__price span {
	color: var(--psr-muted);
	font-size: 11px;
	font-weight: 700;
}

.psr-empty {
	background: rgba(255, 248, 236, 0.72);
	border: 1px solid var(--psr-line);
	border-radius: 8px;
	padding: 22px;
}

.psr-empty p {
	margin: 0;
}

.psr-enabled.psr-product-page .post,
.psr-enabled.psr-product-page article {
	border-radius: 8px;
}

.psr-enabled.psr-product-page .post img,
.psr-enabled.psr-product-page article img {
	border-radius: 8px;
}

.psr-enabled.psr-product-page input[type="submit"],
.psr-enabled.psr-product-page button,
.psr-enabled.psr-product-page .skubutton {
	border-radius: 6px;
	font-weight: 800;
}

.psr-reveal {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 360ms ease, transform 360ms ease;
}

.psr-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 980px) {
	.psr-hero__inner {
		grid-template-columns: 1fr;
	}

	.psr-hero__panel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.psr-hero__panel div {
		border-bottom: 0;
		border-right: 1px solid rgba(255, 248, 236, 0.16);
	}

	.psr-hero__panel div:last-child {
		border-right: 0;
	}

	.psr-hero h1 {
		font-size: 48px;
	}

	.psr-intro,
	.psr-link-grid,
	.psr-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.psr-container {
		padding: 0 18px;
	}

	.psr-hero,
	.psr-hero__inner {
		min-height: 72vh;
	}

	.psr-hero__inner {
		padding-bottom: 34px;
		padding-top: 56px;
	}

	.psr-hero__scrim {
		background:
			linear-gradient(90deg, rgba(18, 12, 9, 0.94), rgba(18, 12, 9, 0.72)),
			linear-gradient(180deg, rgba(18, 12, 9, 0.18), rgba(18, 12, 9, 0.92));
	}

	.psr-hero h1 {
		font-size: 36px;
		line-height: 1.16;
	}

	.psr-hero__lead {
		font-size: 15px;
		line-height: 1.8;
	}

	.psr-hero__actions,
	.psr-section__head--split {
		align-items: stretch;
		flex-direction: column;
	}

	.psr-button {
		width: 100%;
	}

	.psr-hero__panel,
	.psr-intro,
	.psr-link-grid,
	.psr-product-grid {
		grid-template-columns: 1fr;
	}

	.psr-hero__panel div {
		border-bottom: 1px solid rgba(255, 248, 236, 0.16);
		border-right: 0;
		padding: 16px;
	}

	.psr-hero__panel div:last-child {
		border-bottom: 0;
	}

	.psr-section {
		padding: 52px 0;
	}

	.psr-section--intro {
		padding: 30px 0;
	}

	.psr-intro h2,
	.psr-section__head h2 {
		font-size: 27px;
		line-height: 1.3;
	}

	.psr-link-tile {
		min-height: 96px;
	}

	.psr-product-card h3 {
		min-height: auto;
	}
}
