@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : cast-staff.css
Description : キャスト・スタッフページCSS
===================================================================== */


/* =====================================================================
*    #main
* =================================================================== */
#main {
	background: url(../images/common/bg_cast-staff.jpg) repeat center top;
	background-size: 224px auto;
}

@media screen and (min-width:800px){
	#main {
	background: url(../images/common/bg_cast-staff.jpg) repeat center top;
	background-size: 448px auto;
	}
}

.subttl {
	width: 29.3104%;
	margin-bottom: 5.1725%;
	margin-left: auto;
	margin-right: auto;
}

.img_cast,
.img_staff {
	width: 96.5518%;
	margin-left: auto;
	margin-right: auto;
}

.staff_wrap {
	padding-top: 12.9311%;
}

@media screen and (min-width:800px){
	.page_ttl::before {
		background: url(../images/cast-staff/img_ttl_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	.subttl {
		width: 18.0852%;
		margin-bottom: 3.1915%;
	}

	.img_cast {
		width: 59.5745%;
	}

	.staff_wrap {
		padding-top: 5.8511%;
	}

	.img_staff {
		width: 74.4681%;
	}

	.img_staff::before {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 122.8572%;
		display: block;
		background: url(../images/cast-staff/img_staff_pc.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	.img_staff img {
		display: none;
	}
}