@charset "UTF-8";

/* ==================================================
   翠美 Shopページ
   ================================================== */

body.suivi-site.page-shop {
	background: #050505;
	color: #f5f1ea;
}

body.suivi-site.page-shop .suivi-header:not(.is-scrolled) {
	background: transparent;
}

body.suivi-site.page-shop .suivi-header:not(.is-scrolled) .suivi-brand__jp,
body.suivi-site.page-shop .suivi-header:not(.is-scrolled) .suivi-brand__en,
body.suivi-site.page-shop .suivi-header:not(.is-scrolled) .suivi-nav a {
	color: #f5f1ea;
	text-shadow: none;
}

body.suivi-site.page-shop .suivi-header:not(.is-scrolled) .suivi-menu-button span:not(.screen-reader-text) {
	background: #f5f1ea;
}

.suivi-shop-main {
	min-height: 100vh;
	padding: 128px 0 120px;
	background: #050505;
}

.suivi-shop-container {
	width: min(100%, 896px);
	margin: 0 auto;
	padding: 0 64px;
}

.suivi-shop-label {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 72px;
}

.suivi-shop-label span {
	width: 64px;
	height: 1px;
	background: rgba(143, 115, 88, 0.48);
}

.suivi-shop-label p {
	margin: 0;
	color: #8f7358;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}

.suivi-shop-heading {
	margin-bottom: 80px;
}

.suivi-shop-heading h1 {
	margin: 0;
	color: #f5f1ea;
	font-family: "Zen Old Mincho", "Noto Serif JP", "Yu Mincho", serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.suivi-shop-section {
	margin-bottom: 112px;
}

.suivi-shop-section h2 {
	margin: 0 0 24px;
	color: #f5f1ea;
	font-family: "Zen Old Mincho", "Noto Serif JP", "Yu Mincho", serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.suivi-shop-section p,
.suivi-shop-contact > p {
	margin: 0;
	color: #d1cbc3;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 2.2;
}

.suivi-shop-section p {
	margin-bottom: 40px;
}

.suivi-shop-primary-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 14px 40px;
	background: #f5f1ea;
	color: #050505 !important;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.5s ease;
}

.suivi-shop-primary-link span {
	display: inline-block;
	opacity: 0.55;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.suivi-shop-primary-link:hover,
.suivi-shop-primary-link:focus-visible {
	background: #e7e1d8;
	color: #050505 !important;
}

.suivi-shop-primary-link:hover span,
.suivi-shop-primary-link:focus-visible span {
	opacity: 1;
	transform: translateX(4px);
}

.suivi-shop-primary-link:focus-visible,
.suivi-shop-text-link:focus-visible {
	outline: 1px solid #8f7358;
	outline-offset: 4px;
}

.suivi-shop-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #d1cbc3 !important;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.3s ease;
}

.suivi-shop-text-link span {
	width: 32px;
	height: 1px;
	background: #d1cbc3;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.suivi-shop-text-link:hover,
.suivi-shop-text-link:focus-visible {
	color: #ffffff !important;
}

.suivi-shop-text-link:hover span,
.suivi-shop-text-link:focus-visible span {
	width: 48px;
	background: #ffffff;
}

.suivi-shop-contact {
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.suivi-shop-contact > p + p {
	margin-top: 16px;
}

.suivi-shop-contact-link {
	margin-top: 32px;
}

@media screen and (max-width: 900px) {
	.suivi-shop-main {
		padding-top: 108px;
	}

	.suivi-shop-container {
		padding-right: 32px;
		padding-left: 32px;
	}
}

@media screen and (max-width: 600px) {
	.suivi-shop-main {
		padding: 96px 0 88px;
	}

	.suivi-shop-container {
		padding-right: 24px;
		padding-left: 24px;
	}

	.suivi-shop-label {
		margin-bottom: 64px;
	}

	.suivi-shop-label span {
		width: 48px;
	}

	.suivi-shop-label p {
		font-size: 10px;
	}

	.suivi-shop-heading {
		margin-bottom: 64px;
	}

	.suivi-shop-heading h1 {
		font-size: 24px;
	}

	.suivi-shop-section {
		margin-bottom: 80px;
	}

	.suivi-shop-section h2 {
		font-size: 18px;
	}

	.suivi-shop-section p,
	.suivi-shop-contact > p {
		line-height: 2;
	}

	.suivi-shop-primary-link {
		max-width: 100%;
		padding-right: 32px;
		padding-left: 32px;
	}
}
