@charset "utf-8";

/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	display:block;
}
#top_title_wrap h3 {
	position: absolute;
	left: 0;
	top: 3.5em;
	width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
}
#top_title_wrap p.sub {
	position: absolute;
	left: 0;
	top: 16em;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.0em;
}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0 0;
		max-height: 360px;
		overflow: hidden;
	}
	#top_title_wrap h3 {
		top: 140px;
		font-size: 56px;
		margin: 0 0 30px;
	}
	#top_title_wrap p.sub {
		top: 220px;
		font-size: 14px;
	}
}


/*=============================================
	
	クルーリスト
	
==============================================*/
.crew_list {
	padding: 3em 0;
}
.crew_list .container {

}
.crew_list .crew {
	position: relative;
	padding: 2em 0;
	margin-bottom: 2em;
}
.crew_list .crew::before {
	content: "";
	width: 60%;
	height: 55vw;
	background-color: #E6E0E0;
	position: absolute;
	right: 0;
	top: 12em;
	z-index: -1;
}
.crew_list .crew .img {
	margin: 0 auto 1.5em;
	width: 80%;
}
.crew_list .crew .text_wrap {

}
.crew_list .crew .text_wrap .cat {
	position: absolute;
	left: 0;
	top: 0.2em;
	font-size: 4em;
	font-family: 'Qwitcher Grypen', cursive;
	
}
.crew_list .crew .text_wrap .name {
	font-size: 2.5em;
	margin-bottom: 0.6em;
	text-align: center;
}
.crew_list .crew .text_wrap .body {
	font-size: 0.9em;
	line-height: 1.6;
	color: #666;
}

@media print, screen and (min-width: 769px) {

	.crew_list {
		padding: 50px 0;
	}
	.crew_list .container {
		width: 90%;
		max-width: 1280px;
		min-width: 960px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.crew_list .crew {
		padding: 30px 2%;
		margin-bottom: 30px;
		width: 28%;
	}
	.crew_list .crew::before {
		width: 240px;
		height: 240px;
		top: 150px;
		z-index: 0;
	}
	.crew_list .crew .img {
		margin: 0 auto 30px;
	}
	.crew_list .crew .text_wrap {
	
	}
	.crew_list .crew .text_wrap .cat {
		top: 10px;
		font-size: 50px;
		
	}
	.crew_list .crew .text_wrap .name {
		font-size: 30px;
		margin-bottom: 15px;
		text-align: left;
	}
	.crew_list .crew .text_wrap .body {
		font-size: 12px;
		line-height: 2;
	}
}