@charset "utf-8";

/* ===== reset (minimal) ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; border: 0; vertical-align: bottom; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #333;
	background: #fff;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

.sada { max-width: 100%; overflow-x: hidden; }
.sada__inner { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

/* ===== hero ===== */
.sada-hero {
	position: relative;
	max-width: 1280px;
	margin: 45px auto 0;
	background: #1a1a1a;
	color: #fff;
	overflow: hidden;
}
.sada-hero__img {
	width: 100%;
	height: auto;
	display: block;
}

/* ===== intro ===== */
.sada-intro {
	padding: 56px 0 40px;
	text-align: center;
}
.sada-intro p {
	font-size: 15px;
	line-height: 2.1;
}

/* ===== bio sections (野村・篠田監督ページの profile-about__title「生い立ち」見出しに準拠) ===== */
.sada-section { padding: 40px 0; }
.sada-section__title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.sada-section__body {
	display: flex;
	gap: 90px;
	align-items: center;
}
.sada-section__text { flex: 1; font-size: 15px; line-height: 180%; }
.sada-section__text p + p { margin-top: 1em; }
.sada-section__photo { width: 260px; flex-shrink: 0; }
.sada-section--reverse .sada-section__body { flex-direction: row-reverse; }

@media (min-width: 601px) {
	.sada-hero { margin-top: 125px; }
	.sada-section__title { font-size: 24px; margin-bottom: 18px; }
	.sada-section__text { font-size: 16px; line-height: 200%; }
}

/* ===== gallery ===== */
.sada-gallery { position: relative; padding-bottom: 60px; }
.sada-gallery__strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.sada-gallery__item {
	position: relative;
	margin: 0;
}
.sada-gallery__item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.15);
}
.sada-gallery__caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 10px 0 0;
	color: #1C2621;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: right;
}

/* SP: 1枚ずつフェードで切り替わるスライドショー */
@keyframes sadaGalleryFade {
	0%   { opacity: 0; }
	4%   { opacity: 1; }
	21%  { opacity: 1; }
	29%  { opacity: 0; }
	100% { opacity: 0; }
}
@media (max-width: 600px) {
	.sada-intro { text-align: left; }
	.sada-br-pc { display: none; }
	.sada-gallery { padding: 0 32px 60px; }
	.sada-gallery__strip {
		display: block;
		position: relative;
		aspect-ratio: 4 / 3;
		gap: 0;
		box-shadow: 10px 15px 20px 0 rgba(0, 0, 0, 0.15);
	}
	.sada-gallery__item {
		position: absolute;
		inset: 0;
		opacity: 0;
		animation: sadaGalleryFade 12s ease-in-out infinite;
	}
	.sada-gallery__item img {
		aspect-ratio: auto;
		height: 100%;
		box-shadow: none;
	}
	.sada-gallery__item:nth-child(1) { animation-delay: 0s; }
	.sada-gallery__item:nth-child(2) { animation-delay: 3s; }
	.sada-gallery__item:nth-child(3) { animation-delay: 6s; }
	.sada-gallery__item:nth-child(4) { animation-delay: 9s; }
	.sada-gallery__caption { font-size: 14px; }
}
.sada-gallery__bar {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 90px;
	background: #2E8FD6;
	z-index: 1;
}

/* ===== works ===== */
.sada-works {
	background: #F0FAFF;
	padding: 56px 0 70px;
}
.sada-works__title {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 36px;
}
.sada-works__list {
	display: flex;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
}
.sada-works__col {
	flex: 1;
	min-width: 0;
	border-bottom: 1px dashed #E6EBE8;
}
.sada-works__item {
	display: flex;
	padding: 11px 4px;
	border-top: 1px dashed #E6EBE8;
	font-size: 14px;
	align-items: baseline;
}
.sada-works__year {
	flex: 0 0 4.2em;
	margin-right: 18px;
	color: #0B5F8A;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	line-height: 160%;
}
.sada-works__name {
	font-weight: 700;
}
.sada-works__name a { text-decoration: underline; text-underline-offset: 2px; }
.sada-works__name a:hover { color: #2E8FD6; }
.sada-works__director {
	margin-left: 10px;
	color: #555;
	font-weight: 400;
	font-size: 0.93em;
}

/* ===== to top (他監督サイトの .to-top と同仕様) ===== */
.sada-totop {
	padding: 50px 0;
}
.sada-totop__btn {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-top: 2px solid #1C2621;
	border-left: 2px solid #1C2621;
	border-right: none;
	border-bottom: none;
	background: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 0;
	cursor: pointer;
	transition: .3s top;
}
.sada-totop__btn:hover { top: -10px; }
@media (min-width: 601px) {
	.sada-totop { padding: 80px 0; }
}

/* ===== footer (他監督サイト共通フッターと同仕様、sada固有CSSとして実装) ===== */
.sada-footer {
	background: #f5f5f5;
	padding: 40px 0 20px;
}
.sada-footer__logo {
	margin: 0 auto 30px;
	width: 164px;
}
.sada-footer__list {
	max-width: 1000px;
	padding: 0 16px 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
.sada-footer__item {
	margin-bottom: 24px;
	width: 47%;
}
.sada-footer__item:nth-last-of-type(-n + 2) { margin-bottom: 0; }
.sada-footer__link {
	position: relative;
	display: block;
	font-size: 13px;
	color: #333;
}
.sada-footer__link::before {
	position: absolute;
	content: '';
	border: 1px solid #0B975A;
	border-bottom: none;
	border-left: none;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
}
.sada-footer__copy {
	color: #9DA3A0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 10px;
	letter-spacing: 0.5px;
}
@media (min-width: 601px) {
	.sada-footer { padding: 50px 0 20px; }
	.sada-footer__list {
		max-width: 660px;
		padding: 0 0 40px;
		justify-content: flex-start;
	}
	.sada-footer__item { margin-bottom: 12px; width: 25%; }
	.sada-footer__link { display: inline-block; font-size: 12px; }
	.sada-footer__link::before { right: -10px; transition: .3s right; }
	.sada-footer__link:hover::before { right: -18px; }
}

/* ===== responsive ===== */
@media (max-width: 768px) {
	.sada-section__body { flex-direction: column; }
	.sada-section--reverse .sada-section__body { flex-direction: column; }
	.sada-section__photo { width: 100%; max-width: 260px; margin: 0 auto; order: -1; }
	.sada-works__list { flex-direction: column; gap: 0; }
}
