@media screen and (max-width: 767px) {
	/*----------CAST------------*/

	#cast_box {
		margin-top: -21%;
		padding-top: 1px;
		padding-bottom: 0px;
	}

	#cast_inbox {}

	.castL {
		width: 100%;
		margin-top: 30px;
	}

	.castS {
		width: 49%;
		margin-top: 30px;
	}
	
	.castLS{
		width: 100%;
		margin-top: 30px;
	}
	
	.cast_spa{
		display:none;
	}


	.cast_pt {
		width: 100%;
		height: auto;
		display: block;
		z-index: 10;
	}

	.cast_pt_on {
		display: none;
	}


	.cast_name {
		color: #f0c014;
		font-size: 11pt;
		/*	font-size: 95%;*/
		font-weight: 700;
		line-height: 1.1em;
		margin-top: 5px;
		margin-left: 2%;
		z-index: 30;
	}

	.castS .cast_name {
		margin-top: -15%;
		font-size: 9pt;
	}
	
	
	.castLS .cast_name {
		margin-top: 5px;
		font-size: 11pt;
	}

	.cast_role {
		font-size: 80%;
	}



	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 20px 20px 30px;
		color: #f0c014;
		background: #000;
		font-size: 11pt;
		line-height: 1.7em;
	}
	
	.cast_flex{
		display:block;
	}

	.prof_mados .cast_Spt {
		width: 70%;
		height: auto;
		display: block;
		
		margin: 10px auto 15px;
	}

	.cast_madotxt,
	.staff_madotxt {
		text-align: justify;
		text-justify: inter-ideograph;
		width: 100%;
	}


	.prof_mados .cast_name {
		font-size: 17pt;
		margin-bottom: 20px;
		line-height: 1.4em;
		text-align: center;
	}


	.prof_mados .cast_name small {
		font-size: 70%;
	}
	
	.staff_madotxt .cast_name {
		font-size: 17pt;
		margin-bottom: 20px;
		line-height: 1.4em;
	}

	.staff_madotxt .cast_name small {
		font-size: 70%;
	}


	/*----------STAFF------------*/

	#staff_box{
		padding-top:0;
		padding-bottom: 0;
		background-image:none;
		height: auto;
	}
	
	#staff_box .in_box{
		z-index: 10;
	}

	#staff_box h3{
		margin-top: -18%;
		margin-bottom: 30px;
	}

	.staff_prof{
		width: 84%;
		height: 21vw;
		background-size: 100% auto;
		font-size: 11pt;
		margin: 0 0 30px;
		
	}

	.staff_btm_sp{
		display: block;
		margin-top: -17%;
		z-index: 9;
	}

}

@media screen and (max-width: 375px) {
	.castS .cast_name {
		font-size: 7pt;
		letter-spacing: -0.05em;
	}
	
	.castS .cast_role {
		font-size: 95%;
	}
	
	.castLS .cast_name {
		font-size: 11pt;
	}
	
	.castLS .cast_role {
		font-size: 80%;
	}
}

@media screen and (max-width: 320px) {
	.castS .cast_name {
		font-size: 7pt;
		letter-spacing: -0.1em;
		margin-left: -5px;
	}
	
	.castS .cast_role {
		font-size: 95%;
	}
	
	.castLS .cast_name {
		font-size: 11pt;
	}
	
	.castLS .cast_role {
		font-size: 80%;
	}
}


