@charset "UTF-8";

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

body.suivi-site.page-profile,
body.suivi-site.page-id-7 {
	background: #050505;
	color: #f5f1ea;
}

/* Profileは先頭から黒背景のため、ヘッダー文字を常時白系にする */
body.suivi-site.page-profile .suivi-header:not(.is-scrolled),
body.suivi-site.page-id-7 .suivi-header:not(.is-scrolled) {
	background: transparent;
}

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

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

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

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

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

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

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

.suivi-profile-intro {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	align-items: start;
	margin-bottom: 112px;
}

.suivi-profile-copy {
	order: 1;
}

.suivi-profile-photo {
	order: 2;
}

.suivi-profile-copy h1,
.suivi-profile-section h2 {
	font-family: "Zen Old Mincho", "Noto Serif JP", "Yu Mincho", serif;
	font-weight: 500;
}

.suivi-profile-copy h1 {
	margin: 0 0 8px;
	color: #f5f1ea;
	font-size: 30px;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.suivi-profile-name-en {
	margin: 0 0 40px;
	color: #9c9892;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.suivi-profile-text {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.suivi-profile-text p,
.suivi-profile-year-group li,
.suivi-profile-career-row li,
.suivi-profile-youtube > p {
	margin: 0;
	color: #d1cbc3;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 2.2;
}

.suivi-profile-spacer {
	height: 12px;
}

.suivi-profile-photo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
}

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

.suivi-profile-section h2 {
	margin: 0 0 48px;
	color: #f5f1ea;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.suivi-profile-achievements {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.suivi-profile-year-group,
.suivi-profile-career-row {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 32px;
	align-items: baseline;
}

.suivi-profile-year {
	margin: 0;
	color: #8f7358;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.12em;
}

.suivi-profile-year-group ul,
.suivi-profile-career-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.suivi-profile-year-group li + li {
	margin-top: 6px;
}

.suivi-profile-career-row {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.suivi-profile-career-row li + li {
	margin-top: 4px;
}

.suivi-profile-youtube {
	margin-bottom: 0;
}

.suivi-profile-youtube h2 {
	margin-bottom: 24px;
}

.suivi-profile-youtube > p {
	margin-bottom: 32px;
}

.suivi-profile-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-profile-link span {
	width: 32px;
	height: 1px;
	background: #d1cbc3;
	transition: width 0.3s ease, background-color 0.3s ease;
}

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

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

.suivi-profile-bottom-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px 32px;
	margin-top: 112px;
}

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

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

	.suivi-profile-intro {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.suivi-profile-copy {
		order: 2;
	}

	.suivi-profile-photo {
		order: 1;
	}
}

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

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

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

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

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

	.suivi-profile-intro {
		gap: 48px;
		margin-bottom: 80px;
	}

	.suivi-profile-copy h1 {
		font-size: 24px;
	}

	.suivi-profile-name-en {
		margin-bottom: 32px;
	}

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

	.suivi-profile-section h2 {
		margin-bottom: 40px;
		font-size: 20px;
	}

	.suivi-profile-achievements {
		gap: 32px;
	}

	.suivi-profile-year-group,
	.suivi-profile-career-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.suivi-profile-text p,
	.suivi-profile-year-group li,
	.suivi-profile-career-row li,
	.suivi-profile-youtube > p {
		font-size: 14px;
		line-height: 2.05;
	}

	.suivi-profile-bottom-links {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 80px;
	}
}
