@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */


/* ********************************************************************
        キャスト・スタッフ
******************************************************************** */
.cast::before {
	content: '';
	background: url(../images/common/bg_pattern2.png) center top 22%;
	background-size: calc(115 / 750 * 100%);
	width: 100%;
	padding-top: calc(384/ 750 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.cast .inner {
	padding: calc(120 / 750 * 100%) 0 calc(150 / 750 * 100%);
}

.cast .inner::before {
	content: "";
	position: absolute;
	background-size: .7em .7em;
	margin-top: calc(375 / 750 * 100%);
	background-image: radial-gradient(#f6ec7f 25%, transparent 20%);
	width: calc(280 / 750 * 100%);
	padding-top: calc(96 / 750 * 100%);
	top: 0;
	left: 0;
}

.cast .inner::after {
    content: "";
    position: absolute;
    background-size: .7em .7em;
    margin-top: calc(1140 / 750 * 100%);
    background-image: radial-gradient(#85c0c7 25%, transparent 20%);
    width: calc(280 / 750 * 100%);
    padding-top: calc(96 / 750 * 100%);
    top: 0;
    right: 0;
}

.cast_subttl {
	font-family: 'Cantata One', serif;
	font-size: 4rem;
	color: #b0a99c;
	text-align: center;
	margin-bottom: calc(50 / 630 * 100%);
}

.cast_box {
	margin-bottom: calc(135 / 630 * 100%);
}

.cast_box li {
	margin-bottom: calc(5 / 630 * 100%);
}

.cast_box li:nth-child(4),
.cast_box li:nth-child(5),
.cast_box li:nth-child(9) {
    margin-bottom: calc(40 / 630 * 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: #85c0c7;
}

.cast_box dt::before {
	content: ':';
	position: absolute;
	width: 3px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #beb09f;
}

.cast dt {
	color: #85c0c7;
}

.cast_box dd {
	width: 50%;
	padding-left: 2em;
}

.cast_box dd img {
	margin-top: .4em;
}

.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 / 630 * 100%);
}

.staff_box dt {
	font-weight: bold;
	padding-bottom: calc(30 / 630 * 100%);
}

.staff_box dt::before {
	content: '…';
	position: absolute;
	color: #beb09f;
	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;
}

.chara17 {
	width: calc(164 / 630 * 100%) !important;
	margin: calc(280 / 630 * 100%) calc(-60 / 630 * 100%) 0 0;
	top: 0;
	right: 0;
}

.chara18 {
	width: calc(158 / 630 * 100%) !important;
	bottom: 0;
	left: 0;
	margin: 0 0 calc(20 / 630 * 100%) calc(-40 / 630 * 100%);
}

.staff_left_align {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.cast::before {
		padding-top: calc(190 / 1200 * 100%);
		background-size: calc(65 / 1200 * 100%);
		background-position: center top 29%;
	}

	.cast .inner {
		padding: calc(85 / 1200 * 100%) 0 calc(130 / 1200 * 100%);
	}

	.cast .inner::before {
		margin-top: calc(321 / 1600 * 100%);
		width: calc(380 / 1600 * 100%);
		padding-top: calc(100 / 1600 * 100%);
		background-size: calc(80/ 1600 * 100%) calc(255/ 1600 * 100%);
	}

	.cast .inner::after {
		margin-top: calc(601 / 1600 * 100%);
		width: calc(380 / 1600 * 100%);
		padding-top: calc(100 / 1600 * 100%);
		background-size: calc(80/ 1600 * 100%) calc(255/ 1600 * 100%);
	}

	.cast_subttl {
		margin-bottom: calc(30 / 1000 * 100%);
	}

	.cast_box {
		margin-bottom: calc(90 / 1000 * 100%);
	}

	.cast_box > *,
	.staff_box dd {
		font-size: 2.4rem;
	}

	.cast_box li {
		margin-bottom: 1rem;
		font-size: 2rem;
	}

    .cast_box li:nth-child(4),
    .cast_box li:nth-child(5),
    .cast_box li:nth-child(9) {
        margin-bottom: 4rem;
    }

	.cast_box dt {
		padding-right: 5%;
		text-align: right;
	}

	.cast_box dd {
		padding-left: 5%;
	}

	.cast_box dd img {
		width: calc(266 / 630 * 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 {
		font-size: 1.4rem;
	}

	.chara17 {
		width: calc(164 / 1200 * 100%) !important;
		margin: calc(164 / 1200 * 100%) calc(100 / 1200 * 100%) 0 0;
	}

	.chara18 {
		width: calc(158 / 1200 * 100%) !important;
		margin: 0 0 0 calc(100 / 1200 * 100%);
	}
}

@media screen and (min-width: 1200px) {
	.cast::before {
		padding-top: 190px;
		background-size: 65px;
	}

	.cast .inner {
		padding: 85px 0 130px;
	}
}
