@charset "UTF-8";
/*
 cast.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
.cast-area{
	margin: 0;
}
.cast-area .cast-inner{
	padding: 0 10px 10%;
}
.cast-area .d-box-title.cast{
	text-indent: -9999px;
	width: 45.91%;
	padding-top: 19.2%;
	margin-left: 27.77%;
	background: url(../images/cast/cast-title-pc.png) no-repeat;
	background-size:cover;
	height: 0;
}
.cast-area .cast-img{
	width: 100%;
	padding-top: 123.06%;
	background: url(../images/cast/cast-img-pc.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	height: 0;
	position: relative;
}
.cast-area .cast-btn{
	display: block;
	width: 36.42%;
	height: 0;
	padding-top: 7.7%;
	background: url(../images/cast/cast-btn-pc.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6.93%;
	margin: 0 auto;
}
.cast-area .d-box-title.staff{
	text-indent: -9999px;
	width: 47.04%;
	padding-top: 20%;
	margin-left: 27.65%;
	background: url(../images/cast/staff-title-pc.png) no-repeat;
	background-size:cover;
	height: 0;
}
.cast-area .staff-img{
	width: 100%;
	padding-top: 57.1%;
	background: url(../images/cast/staff-img-pc.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	height: 0;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	.cast-area{
		background: linear-gradient(to bottom, rgb(242, 192, 124) 0%,rgba(240,199,130,1) 26%,rgba(244,203,100,1) 72%,rgba(255,211,160,1) 100%);
	}
	.cast-area .cast-inner{
		padding: 0 4.0625% 12.5%;
	}
	.cast-area .d-box-title.cast{
		width: 76.96%;
		padding-top: 30.4%;
		margin-left: 13.44%;
		background: url(../images/cast/cast-title-sp.png) no-repeat;
		background-size:cover;
	}
	.cast-area .cast-img{
		padding-top: 158.94%;
		background: url(../images/cast/cast-img-sp.png) no-repeat;
		background-size: cover;
	}
	.cast-area .cast-btn{
		width: 50%;
		padding-top: 10.5%;
		bottom: 5%;
	}
	.cast-area .d-box-title.staff{
		width: 79.48%;
		padding-top: 33.4%;
		margin-left: 13.1%;
		background: url(../images/cast/staff-title-sp.png) no-repeat;
		background-size:cover;
	}
	.cast-area .staff-img{
		padding-top: 69.3%;
		background: url(../images/cast/staff-img-sp.png) no-repeat;
		background-size: cover;
	}
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){

}
