/*----------CAST------------*/

#cast_box{
	margin-top: -160px;
	padding-top:1px;
	padding-bottom: 0;
}

#cast_inbox{
	width: 100%;
	max-width: 1733px;
	margin: 0 auto;
	padding: 0 13px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.castL{
	width: 48.87%;
	max-width: 847px;
	margin-top: 37px;
}

.castS{
	width: 31.85%;
	max-width: 552px;
	margin-top: 37px;
}

.cast_spa{
	width: 15%;
}

.cast_pt{
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
}

.cast_pt_on{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 20;
	transition: 0.4s;
	filter: alpha( opacity=0 );
	opacity: 0.0;
}


.cast_name{
	color:#f0c014;
	font-size: 2vw;
/*	font-size: 95%;*/
	font-weight: 700;
	line-height: 1.1em;
	margin-top: -10%;
	margin-left: 2%;
	z-index: 30;
}

.castS .cast_name{
	margin-top: -15%;
	font-size: 1.8vw;
}


@media screen and (min-width: 1733px) {
	.cast_name{
		font-size: 26pt;
	}
}


.cast_role{
	font-size: 80%;
}

.castL:hover,
.castS:hover{
	cursor: pointer;
}

.castL:hover .cast_pt_on,
.castS:hover .cast_pt_on{
	filter: alpha( opacity=100 );
	opacity: 1.0;
}

.castL:hover .cast_name,
.castS:hover .cast_name{
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	-moz-text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	-webkit-text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
}



/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #f0c014;
	background: #000;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;

}


.cast_madotxt{
	width: 470px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prof_mados .cast_name{
	font-size: 20pt;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 30px;
}

.prof_mados .cast_name small{
	font-size: 60%;
	display: block;
}




/*----------STAFF------------*/

#staff_box{
	padding-top:890px;
	padding-bottom: 0;
	background-image: url(../images/staff_head.jpg), url(../images/staff_btm.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 2030px;
}


@media screen and (min-width: 1800px) {
	#staff_box{
		background-size: 100% auto;
		padding-top:49.44vw;
		height: 112.78vw;
	}
}

#staff_box h3{
	margin-bottom: 100px;
}


#staff_profbox{
	display: flex;
	justify-content: space-around;
	justify-content: center;

	flex-wrap: wrap;
}

.staff_prof{
	width: 337.6px;
	height: 108px;
/*	background-image: url(../images/staff_btn.jpg);*/
	background-size: 100% auto;
	text-align: center;
	color: #000;
/*	text-shadow: 2px 2px 1px rgba(255,255,255,0.8);*/
	background-color: #f3aa44;
	font-size: 18pt;
/*	padding-top: 19px;*/
	font-weight: 700;
	line-height: 1.6em;
	margin: 0 30px 60px;
	display: flex;
	align-items: center;
}
.staff_prof div{
	width: 100%;
}

.staff_prof small{
	display: block;
}








