@charset "UTF-8";

/* ==================================================
   翠美 Galleryページ（test02 / Readdy準拠）
   ================================================== */

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

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

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

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

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

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

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

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

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

.suivi-gallery-heading {
	margin-bottom: 40px;
}

.suivi-gallery-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-gallery-timeline {
	margin-bottom: 80px;
}

.suivi-gallery-item {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	margin: 0 -12px;
	padding: 40px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.suivi-gallery-item:hover {
	background: rgba(255, 255, 255, 0.025);
}

.suivi-gallery-meta {
	min-width: 0;
}

.suivi-gallery-year {
	margin: 0 0 12px;
	color: rgba(245, 241, 234, 0.20);
	font-family: "Zen Old Mincho", "Noto Serif JP", "Yu Mincho", serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.2;
	transition: color 0.5s ease;
}

.suivi-gallery-item:hover .suivi-gallery-year {
	color: rgba(143, 115, 88, 0.72);
}

.suivi-gallery-status {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 7px;
	color: #f5f1ea;
	background: transparent;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1;
	white-space: nowrap;
}

.suivi-gallery-copy {
	min-width: 0;
}

.suivi-gallery-copy h2,
.suivi-gallery-copy h2 a,
.suivi-gallery-copy h2 a:visited {
	margin: 0 0 6px;
	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.5;
}

.suivi-gallery-subtitle {
	margin: 0 0 20px;
	color: #f5f1ea;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.suivi-gallery-subtitle a,
.suivi-gallery-subtitle a:visited {
	color: #f5f1ea;
}

.suivi-gallery-item--link:focus-visible {
	outline: 1px solid #8f7358;
	outline-offset: 3px;
}

.suivi-gallery-bottom-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px 32px;
}

.suivi-gallery-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #d1cbc3 !important;
	font-size: 12px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 0.3s ease;
}

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

.suivi-gallery-link:hover {
	color: #ffffff !important;
}

.suivi-gallery-link:hover span {
	width: 48px;
	background: #ffffff;
}

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

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

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

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

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

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

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

	.suivi-gallery-heading {
		margin-bottom: 24px;
	}

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

	.suivi-gallery-timeline {
		margin-bottom: 72px;
	}

	.suivi-gallery-item {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.suivi-gallery-year {
		margin-bottom: 10px;
		font-size: 26px;
	}

	.suivi-gallery-copy h2 {
		font-size: 18px;
	}

	.suivi-gallery-subtitle {
		margin-bottom: 16px;
	}

	.suivi-gallery-bottom-links {
		align-items: flex-start;
		flex-direction: column;
	}
}
