@charset "UTF-8";
.s-main {
	margin-bottom: 80px;
}

.head {
	width: 100%;
	height: 420px;
	background-image: url(/assets/img/feature_sakana/2021-01/head_bg@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head.-s2021_02 { background-image: url(/assets/img/feature_sakana/2021-02/head_bg@2x.jpg); }
.head.-s2021_03 { background-image: url(/assets/img/feature_sakana/2021-03/head_bg@2x.jpg); }
.head.-s2020_01 { background-image: url(/assets/img/feature_sakana/2020-01/head_bg@2x.jpg); }
.head.-s2020_02 { background-image: url(/assets/img/feature_sakana/2020-02/head_bg@2x.jpg); }
.head.-s2020_03 { background-image: url(/assets/img/feature_sakana/2020-03/head_bg@2x.jpg); }
.head.-s2019_01 { background-image: url(/assets/img/feature_sakana/2019-01/head_bg@2x.jpg); }
.head.-s2019_02 { background-image: url(/assets/img/feature_sakana/2019-02/head_bg@2x.jpg); }
.head.-s2019_03 { background-image: url(/assets/img/feature_sakana/2019-03/head_bg@2x.jpg); }

.head_ttl {
	margin: auto;
	max-width: 70%;
	height: 280px;
}

.head_ttl img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.intro {
	background-color: #000;
	color: #fff;
	padding: 50px 0;
}

.intro_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.intro_people {
	display: flex;
	gap: 0 30px;
}

.intro_people a {
	text-decoration: none;
	color: #fff;
	transition: opacity .2s;
}

.intro_people a:hover {
	opacity: .6;
}
.intro_people_person figcaption {
	margin-top: 8px;
	text-align: center;
	line-height: 1.6;
}

.intro_people_person figcaption > span {
	display: block;
}

.intro_people_person figcaption > span.-name {
	font-size: 18px;
}

.intro_people_person figcaption > span.-kana {
	font-size: 12px;
}

.intro_textarea {
	margin-left: 50px;
	flex: 1;
}

.psec {
	padding-top: 80px;
}

.psec_unit:not(:first-of-type),
.psec_gallery {
	margin-top: 50px;
}

.psec_unit_ttl {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
	margin-top: 20px;
}

.psec_unit_text {
	margin-top: 10px;
}

.psec_unit_img {
	width: 100%;
	height: auto;
}

.psec_unit_img.-second {
	margin-top: 40px;
}

.psec_gallery > p {
	font-size: 12px;
}

.psec_gallery > p:first-of-type {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.head {
		height: 180px;
	}

	.head_ttl {
		height: 150px;
	}

	.intro_wrap {
		flex-direction: column-reverse;
	}

	.intro_textarea {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.psec {
		padding-top: 60px;
	}
	
	.psec_unit:not(:first-of-type),
	.psec_gallery {
		margin-top: 40px;
	}
	
	.psec_unit_ttl {
		font-size: 20px;
	}
	
}
