@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : cast-staff.css
Description : キャスト・スタッフページCSS
===================================================================== */


/* =====================================================================
*    コンテンツ
* =================================================================== */
/*-------------------------------------
    キャスト
-------------------------------------*/
#cast-staff #main .inner .img_cast {
	width: 89.2858%;
	box-sizing: border-box;
	padding: 10.7143% 0;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:700px){
	#cast-staff #main .inner .img_cast {
		width: 49.0197%;
		padding: 8.8236% 0 7.8432%;
	}
}

/*-------------------------------------
    スタッフ
-------------------------------------*/
#cast-staff #main #staff {
	display: block;
	position: relative;
	padding-top: 15.625%;
}

#cast-staff #main #staff > * {
	position: relative;
	z-index: 2;
}

#cast-staff #main #staff:before {
	content: "";
	width: 100%;
	height: 0;
	padding-top: 100.625%;
	display: block;
	background: url(../images/common/bg_main_sp.jpg) no-repeat center top;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 32.8125%;
	z-index: 1;
}

#cast-staff #main .inner .img_staff {
	width: 89.2858%;
	box-sizing: border-box;
	padding: 10.7143% 0;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:700px){
	#cast-staff #main #staff {
		padding-top: 100px;
	}

	#cast-staff #main #staff:before {
		padding-top: 660px;
		background: url(../images/common/bg_main_pc.jpg) no-repeat center top;
		background-size: auto 100%;
		margin-top: 130px;
	}

	#cast-staff #main .inner .img_staff {
		width: 49.0197%;
		padding: 8.8236% 0 7.8432%;
	}
}