@charset "UTF-8";

/* cast */
#cast{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1100px;
}
#cast h2{
	position: relative;
	margin: 0 auto 15px auto;
	width:100%;
	max-width: 1200px;
	padding-top: 80px;
	background-size: auto min(13vh, 60px);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-image: url("../../img/common/bg01.png");
	z-index: 10;
}
#cast h2 img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
#cast h2::after{
	position: absolute;
	bottom:-33px;
	left:-8px;
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background-size: min(23vw, 100px) auto;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-image: url("../../img/common/bg03.png");
}
#cast .contentsWrap{
	position: relative;
	margin: 0 auto;
	border: solid 2px #000000;
	border-radius: 20px;
}
#cast .contentsWrap::after{
	position: absolute;
	top:0;
	left: -2px;
	width: 30px;
	height: 100px;
	content: '';
	display: block;
	background-color: #faf1dc;
}
#cast .contentsInner{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 34px);
	max-width: 960px;
}
#cast h3{
	position: relative;
	margin: 30px auto 5px auto;
	padding: 4px 0 2px 0;
	width: 12em;
	font-size: 1.3rem;
	text-align: center;
	color: #ffffff;
	background-color: #e57b41;
	border-radius: 100px;
	font-weight: 700;
	line-height: 1em;
}
#cast dl.cast{
	position: relative;
	margin: 10px auto;
	gap:10px 2.2em;
}
#cast dl.cast dt{
	position: relative;
	text-align: right;
	font-size: 1.2rem;
	padding-top: 1px;
	width: calc(48% - 3em);
}
#cast dl.cast dt::after{
	position: absolute;
	bottom: 0.1em;
	right: -1.5em;
	content: '...';
}
#cast dl.cast .blunk{margin-top: 28px;}
#cast dl.cast .harf{margin-top: 17px;}
#cast dl.cast dd{
	position: relative;
	width: 52%;
	text-align: left;
	font-size: 1.7rem;
}
#cast dl dd span{font-size: 1.2rem;display: block; line-height: 1.6em;padding-bottom: 5px;}
#cast dl.cast dd.slash{
	position: relative;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 1.7rem;
}
#cast .else{
	position: relative;
	margin: 15px auto;
	font-size: 1.2rem;
	text-align: center;
}
#cast dl.staff{
	position: relative;
	margin: 50px auto 30px auto;
	text-align: center;
}
#cast dl.staff dt{
	position: relative;
	margin: 20px auto 5px auto;
	padding: 4px 0 2px 0;
	width: 12em;
	font-size: 1.3rem;
	text-align: center;
	color: #ffffff;
	background-color: #e57b41;
	border-radius: 100px;
	font-weight: 700;
	line-height: 1em;
}
#cast dl.staff dd{
	position: relative;
	padding-bottom: 8px;
	font-size: 1.7rem;
	line-height: 1.4em;
}
#cast dl.staff dd span{font-size: 1.2rem;display: inline-block; line-height: 1.6em;padding-bottom: 5px;}



@media screen and (min-width: 769px) {
	
	/* cast */
	#cast h2{
		margin: 0 auto 20px auto;
		padding-top: 140px;
		background-size: auto 104px;
	}
	#cast h2::after{
		bottom:max(-6.6vw, -70px);
		left:max(-1.9vw, -90px);
		height: 200px;
		background-size: min(26%, 265px) auto;
	}
	#cast .contentsWrap{
		border: solid 4px #000000;
		border-radius: 50px;
	}
	#cast .contentsWrap::after{
		left: -5px;
		width: 30px;
		height: 150px;
	}
	#cast .contentsInner{
		width: calc(100% - 54px);
		max-width: 960px;
	}
	#cast h3{
		margin: 40px auto 10px auto;
		font-size: 1.5rem;
		padding: 8px 0 6px 0;
	}
	#cast dl.cast{
		margin: 20px auto 0 auto;
		gap:15px 2.2em;
		width: 25em;
	}
	#cast dl.cast dt{padding:2px 0 0 0;font-size: 1.4rem;width: calc(48% - 3em);}
	#cast dl.cast dt::after{right: -21px;}
	#cast dl.cast .blunk{margin-top: 32px;}
	#cast dl.cast .harf{margin-top: 20px;}
	#cast dl.cast dd{font-size: 2.2rem;}
	#cast dl dd span{font-size: 1.3rem;}
	#cast dl.cast dd.slash{
		margin: 8px auto;
		font-size: 1.7rem;
	}
	#cast .else{font-size: 1.4rem;}
	#cast dl.staff{margin:90px auto 50px auto;}
	#cast dl.staff dt{
		font-size: 1.5rem;
		margin: 20px auto;
		padding: 8px 0 6px 0;
	}
	#cast dl.staff dd{
		font-size: 2.2rem;
		line-height: 1em;
		padding-bottom: 10px;
	}
	#cast dl.staff dd span{font-size: 1.3rem;}
	
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	#cast {width: calc(100% - 110px);}
}