@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */


/* ********************************************************************
        キャスト・スタッフ
******************************************************************** */

.cast .outer {
	padding: calc(120 / 750 * 100%) 0 calc(280 / 750 * 100%);
}

.cast .outer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/deco/bg_deco3_sp_l.png) repeat-y top center/100% auto;
	width: calc(225 / 750 * 100%);
	height: 100%;
}

.cast .outer::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/deco/bg_deco3_sp_r.png) repeat-y top center/100% auto;
	width: calc(225 / 750 * 100%);
	height: 100%;
}

.cast h2 {
	margin-bottom: calc(30 / 650 * 100%);
}

.cast_subttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 5rem;
	letter-spacing: -.5rem;
	text-align: center;
	margin-bottom: calc(25 / 650 * 100%);
}

.cast_box {
	margin-bottom: calc(80 / 650 * 100%);
}

.cast_box li {
	margin-bottom: calc(5 / 650 * 100%);
}

.cast_box li.margin {
	margin-top: calc(40 / 650 * 100%);
}

.cast_box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cast_box dt {
	width: 50%;
	padding-right: 2.1em;
	text-align: right;
	color: #9a2613;
}

.cast_box dt::before {
	content: ':';
	position: absolute;
	width: 3px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #000;
}

.cast dt {
	color: #9a2613;
}

.cast_box dd {
	width: 50%;
	padding-left: 2em;
}

.cast_box > *,
.staff_box dd {
	font-size: 2.8rem;
}

.staff_box {
	text-align: center;
}

.staff_box small {
	font-size: 1.5rem;
}

.staff_box li {
	margin-bottom: calc(50 / 650 * 100%);
}

.staff_box dt {
	font-weight: bold;
	padding-bottom: calc(30 / 650 * 100%);
}

.staff_box dt::before {
	content: '…';
	position: absolute;
	color: #000;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 2.8rem;
	line-height: 1;
}

.producer::after {
	content: "(ファインエンターテイメント)";
	font-size: 1.8rem;
	line-height: 2.5;
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	width: 30rem;
	padding-left: .5em;
	text-align: left;
	vertical-align: bottom;
}

.coProducer::after {
	content: "(日本テレビ)";
	font-size: 1.8rem;
	line-height: 2.5;
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	width: 30rem;
	padding-left: .5em;
	text-align: left;
	vertical-align: bottom;
}

.staff_left_align {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.cast .outer {
		padding: calc(120 / 1200 * 100%) 0 calc(200 / 1200 * 100%);
	}

	.cast .outer::before,
	.cast .outer::after {
		background-image: url(../images/deco/bg_deco3_pc.png);
		width: calc(500 / 1600 * 100%);
	}

	.cast .outer::before {
		background-position: top calc(105 / 1600 * 100%) center;
	}

	.cast .outer::after {
		background-position: top calc(120 / 1600 * 100%) center;
	}

	.cast h2 {
		margin-bottom: calc(50 / 1000 * 100%);
	}

	.cast_subttl {
		font-size: 3.4rem;
		margin-bottom: calc(30 / 1000 * 100%);
	}

	.cast_box {
		margin-bottom: calc(60 / 1000 * 100%);
	}

	.cast_box > *,
	.staff_box dd {
		font-size: 2.4rem;
	}

	.cast_box li {
		margin-bottom: .5rem;
		font-size: 2rem;
	}

	.cast_box li.margin {
		margin-top: 3rem;
	}

	.cast_box dt {
		padding-right: 5%;
		text-align: right;
	}

	.cast_box dd {
		padding-left: 5%;
	}

	.cast_box dd img {
		width: calc(266 / 650 * 100%);
	}

	.staff_box li {
		margin-bottom: calc(40 / 1000 * 100%);
	}

	.staff_box dt {
		font-size: 1.8rem;
		padding-bottom: calc(25 / 1000 * 100%);
	}

	.staff_box dt::before {
		font-size: 2.4rem;
	}

	.staff_box dd {
		font-size: 2.1rem;
	}

	.producer::after,
	.coProducer::after {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1200px) {
	.cast .outer {
		padding: 120px 0 200px;
	}
}
