.pg-store {
	--st-content-width: min(100%, clamp(72rem, 90vw, 120rem));
	--st-section-width: min(var(--st-content-width), 75rem);
	--st-section-gap: clamp(2.2rem, 5vw, 3.8rem);
	line-break: strict;
	overflow-wrap: anywhere;
	word-break: normal;
}

.pg-store .ly-lower {
	padding: 0 0 calc(var(--st-section-gap) * 1.2);
	background: #ececec;
	overflow: hidden;
}

.st-main {
	position: relative;
}






.st-stores {
	width: var(--st-section-width);
	margin: clamp(2rem, 4.8vw, 3.6rem) auto 0;
}

.st-store + .st-store {
	margin-top: clamp(2.6rem, 5.5vw, 4.2rem);
	padding-top: clamp(2.1rem, 4.6vw, 3.3rem);
	border-top: 1px solid #c5c5c5;
}

.st-store:last-child {
	padding-bottom: clamp(2.8rem, 6vw, 4.6rem);
}

.st-store__head {
	position: relative;
	display: flex;
	align-items: center;
	gap: clamp(0.7rem, 1.4vw, 1.1rem);
	padding: clamp(0.85rem, 1.8vw, 1.26rem) clamp(1.2rem, 2.8vw, 1.9rem);
	border-radius: clamp(0.75rem, 1.6vw, 1rem);
	background: #e10012;
	box-shadow: clamp(0.24rem, 0.75vw, 0.38rem) clamp(0.24rem, 0.75vw, 0.38rem) 0 #f2b328;
}

.st-store__pref {
	position: absolute;
	left: clamp(1.2rem, 2.8vw, 1.9rem);
	top: -10px;
	transform: translateY(-50%);
	z-index: 2;
	margin: 0;
	padding: clamp(0.34rem, 0.8vw, 0.52rem) clamp(1.1rem, 2.2vw, 1.7rem);
	background: #dea0a5;
	box-shadow: 0 clamp(0.2rem, 0.55vw, 0.32rem) clamp(0.5rem, 1.1vw, 0.8rem) rgba(0, 0, 0, 0.26);
	color: #231815;
	font-family: var(--lower-font-corporate-bold);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.08;
	white-space: nowrap;
}

.st-store__name {
	margin: 0;
	width: 100%;
	color: #fff;
	font-family: var(--lower-font-corporate-bold);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.24;
}

.st-store__intro {
	margin-top: clamp(1.4rem, 2.8vw, 2.1rem);
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
	gap: clamp(1.3rem, 2.6vw, 2rem);
	align-items: start;
}

.st-store__media {
	margin: 0;
	border-radius: clamp(1rem, 2vw, 1.4rem);
	overflow: hidden;
}

.st-store__media img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
}

.st-store__body {
	align-self: center;
}

.st-store__lead {
	margin: 0;
	color: #231815;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 700;
	line-height: 1.35;
}

.st-store__lead span {
	color: #ce1316;
}

.st-store__text {
	margin: clamp(0.9rem, 1.9vw, 1.4rem) 0 0;
	color: #231815;
	font-size: var(--lower-type-body);
	font-weight: 600;
	line-height: 1.72;
}

.st-store__block {
	margin-top: clamp(1.7rem, 3.4vw, 2.5rem);
}

.st-store__block-title {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: clamp(0.35rem, 0.85vw, 0.52rem);
	color: #231815;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.2rem, 1.9vw, 1.45rem);
	font-weight: 700;
	line-height: 1.2;
}

.st-store__block-title::before {
	content: '';
	width: clamp(0.32rem, 0.65vw, 0.46rem);
	height: 1.08em;
	background: #f09a00;
}

.st-spec {
	margin: clamp(0.9rem, 1.8vw, 1.35rem) 0 0;
	border: 1px solid #bfbfbf;
	border-radius: clamp(0.7rem, 1.5vw, 1rem);
	overflow: hidden;
	background: #ececec;
}

.st-spec__row {
	display: grid;
	grid-template-columns: minmax(8.8rem, 10rem) minmax(0, 1fr);
}

.st-spec__row + .st-spec__row {
	border-top: 1px solid #bfbfbf;
}

.st-spec dt,
.st-spec dd {
	margin: 0;
	padding: clamp(0.58rem, 1.25vw, 0.85rem) clamp(0.66rem, 1.5vw, 0.95rem);
	line-height: 1.45;
}

.st-spec dt {
	background: #c8c8c8;
	color: #231815;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(0.95rem, 1.35vw, 1.1rem);
	font-weight: 700;
	text-align: center;
}

.st-spec dd {
	font-size: var(--lower-type-body);
	font-weight: 600;
}

.st-store__sns {
	margin-top: clamp(1rem, 2vw, 1.5rem);
	display: flex;
	align-items: center;
	gap: clamp(0.65rem, 1.5vw, 1rem);
	flex-wrap: wrap;
}

.st-store__sns-link {
	display: block;
	width: clamp(10rem, 18.2vw, 15.8rem);
	line-height: 0;
}

.st-store__sns-link img {
	width: 100%;
	height: auto;
	display: block;
}

.st-page-top {
	position: fixed;
	right: clamp(0.6rem, 1.8vw, 1.4rem);
	bottom: clamp(0.6rem, 1.8vw, 1.4rem);
	width: clamp(3.6rem, 6.2vw, 5.2rem);
	line-height: 0;
	z-index: 60;
}

.st-page-top img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 768px) {
	.pg-store {
		--st-content-width: min(100%, calc(100% - 1.6rem));
		--st-section-width: min(100%, calc(100% - 1.6rem));
		--st-section-gap: clamp(1.7rem, 6vw, 2.6rem);
	}




	.st-store__head {
		flex-wrap: wrap;
		gap: clamp(0.45rem, 2vw, 0.75rem);
		padding: clamp(0.72rem, 3vw, 1rem) clamp(0.9rem, 3.8vw, 1.3rem);
	}

	.st-store__pref {
		left: clamp(0.9rem, 3.8vw, 1.3rem);
		font-size: 1.5rem;
		padding: clamp(0.3rem, 1.2vw, 0.42rem) clamp(0.86rem, 3vw, 1.2rem);
	}

	.st-store__name {
		font-size: 1.5rem;
	}

	.st-store__intro {
		grid-template-columns: 1fr;
		gap: clamp(1.2rem, 4vw, 1.8rem);
	}

	.st-store__body {
		align-self: start;
	}

	.st-store__lead {
		font-size: clamp(1.15rem, 4.9vw, 1.45rem);
	}

	.st-store__text {
		margin-top: clamp(0.7rem, 3vw, 1.1rem);
		font-size: clamp(0.88rem, 3.5vw, 1rem);
		line-height: 1.72;
	}

	.st-store__block-title {
		font-size: clamp(1.15rem, 5vw, 1.35rem);
	}

	.st-spec__row {
		grid-template-columns: minmax(5.6rem, 7rem) minmax(0, 1fr);
	}

	.st-spec dt,
	.st-spec dd {
		padding: clamp(0.56rem, 2.5vw, 0.8rem) clamp(0.52rem, 2.1vw, 0.8rem);
	}

	.st-spec dt {
		font-size: clamp(0.84rem, 3.3vw, 0.95rem);
	}

	.st-spec dd {
		font-size: clamp(0.84rem, 3.2vw, 0.95rem);
	}

	.st-store__sns {
		gap: clamp(0.52rem, 2vw, 0.8rem);
	}

	.st-store__sns-link {
		width: calc((100% - clamp(0.52rem, 2vw, 0.8rem)) / 2);
		min-width: 8.8rem;
	}

	.st-page-top {
		width: clamp(3.2rem, 16vw, 4.2rem);
		right: clamp(0.5rem, 2.6vw, 0.9rem);
		bottom: clamp(0.5rem, 2.6vw, 0.9rem);
	}
}
