/*---------Common---------------*/

*{
	box-sizing: border-box;
	position: relative;
}

.aplha{
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	opacity: 0.0;
}

.onalpha{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a:focus, *:focus {outline:none;}

.pc{
	display: inline-block;
}

.pc_b{
	display: block;
}

.sp,
.sp_b{
	display: none;
}



/*-----Header Menu-------*/

#nav_box{
	width: 100%;
	min-width: 1000px !important;
	height:30px;
	position: fixed;
	top:0;
	z-index:300;
	background-color: #E5005A;
}

#nav_set_box{
	padding:0;
	width:1000px;
	height:30px;
	margin:0px auto 0 auto;
	box-sizing: border-box;
	z-index:300;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.menu_btn{
	height:30px;
	font-family: 'Secular One', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#fff;
	background-color: rgba(0,0,0,0.00);
	border: 0;
	cursor: default;
	overflow:hidden;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}

.menu_btn:hover{
	cursor: pointer;
	color: #E5005A;
	background-color: #ffff00;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}



/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px !important;
}


.sub_box{
	width: 100%;
	min-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.in_box{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.4em;
}

h3{
	text-align: center;
}

.h3{
	font-family: 'Secular One', sans-serif;
	font-size: 23pt;
	text-align: center;
	color:#e5005a;
	background: linear-gradient(transparent 40%, #ffff00 0%);
	padding: 0 16px 6px;
	display: inline-block;
	margin: 50px 0 30px;
}




.sub_head{
	width: 100%;
	min-width: 1000px !important;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
}

.sub_head_inbox{
	width: 1000px;
	margin:0 auto;
	position: relative;
	z-index: 10;
}

.txt_box{
	font-size: 11pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	
}

.pad_lr{
	padding-left: 13px;
	padding-right: 13px;
}

.rot_box{
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}

.w100pct{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
}

.w100pcthd{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
	visibility: hidden;
	vertical-align:bottom;
}

#slide_photo_box{
	position: relative;
	width: 100%;
	height: 270px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	z-index: 30;
	max-width: 2000px !important;
	min-width: 1000px !important;
	box-sizing: border-box;
	padding-top: 0;
}

.photo_slider1,
.photo_slider2{
	width:9000px;
	height: 270px;
	background-repeat:repeat-x;
	position:absolute;
	margin-top:0;
	margin-left:0;
	z-index:30;
	align-content:flex-start;
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}

.d_flex{
	display: -webkit-flex;
	display: flex;
}



.d_flex_L{
	width: 487px;
	padding-right: 26px;
	border-right: 1px #000 solid;
}

.d_flex_R{
	width: 487px;
	padding-left: 26px;
}



/*----------INTRODUCTION------------*/

#intro_box{
	margin-top:30px;
	padding-bottom: 100px;
}

.intro_lead{
	color: #e5005a;
	text-align: center;
	font-size: 27pt;
	font-weight: 700;
	line-height: 1.4em;
}

.intro_pt{
	display: block;
	margin: 31px auto
}





/*----------STORY------------*/

#story_box{
	margin-top:0;
	padding-bottom: 100px;
}

.story_lead{
	color: #e5005a;
	text-align: center;
	font-size: 25pt;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.story_pt{
	display: block;
	margin: 30px auto 0;
}

/*----------PRODUCTION NOTE------------*/
#prono_box{
	margin-top:0;
	padding-bottom: 100px;
}


.prono_lead{
	text-align: center;
	margin: 80px 0 30px;
}

#prono_box h3,
#prono_box .h3{
	margin-bottom: 0;
}



.pl{
	font-size: 23pt;
	font-weight: 700;;
	text-align: center;
	color:#e5005a;
	background: linear-gradient(transparent 40%, #ffff00 0%);
	padding: 0 42px 9px;
	display: inline-block;
	
}

.prono_pt{
	display: block;
	margin: 30px auto 0;
}


/*----------CAST------------*/
#cast_box{
	margin-top:0;
	padding-bottom: 100px;
	color: #e5005a;
	background-color: #ffff00;
}


#cast_box .h3{
	background: linear-gradient(transparent 40%, #fff 0%);

}

#cast_box .in_box{
	width: 100%;
	max-width: 1800px;
	min-width: 1000px;
}

#cast_box .txt_box{
	display: -webkit-flex;
	display: flex;
-webkit-justify-content: center;
justify-content: center;
	flex-wrap: wrap;
}

.cast_txt{
/*	width: 23%;*/
	width: 385px;
	margin: 0 1% 5%;
	text-align: center;
}

.cbr{
	display: none;
}

.ctn{
		display: inline-block;
}


@media screen and (max-width: 1260px) {
	.cast_txt{
		width: 30%;
	}
	.cbr{
		display: inline-block;
	}
	.ctn{
		display: none;
	}
}

.cast_pt{
	width: 100%;
	height: auto;
	margin-bottom: 2px;
}





.cast_role{
	font-size: 11pt;
	margin-bottom: 9px;
}

.cast_name{
	font-size: 21pt;
	font-weight: 700;
}


/*----------STAFF------------*/

#staff_box{
	margin-top:0;
	padding-bottom: 100px;
}

.direc_name{
	color: #e5005a;
	font-size: 21pt;
	font-weight: 700;
	margin-bottom: 20px;
}

.staff_kantoku{
	float: left;
	margin-right: 20px;;
}

.staff_txt{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 50px;
	width: 
}

.staffL,
.staffR{
	width: 50%;
	color: #e5005a;
	font-size: 14pt;
	font-weight: 700;
	line-height: 2.9em;
}

.staffL{
	width: 50%;
}

.staffR{
	width: 30%;
}



/*----------FOOTER------------*/

#footer{
	height: 1580px;
	background-image: url(../images/sub_ftr_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
}


@media screen and (max-width: 1800px) {
	#footer{
		background-size: auto;
	}

}

#footer img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sub_award{
	width: 90%;
	max-width: 1343px;
	min-width: 900px;
	height: auto;
}

.sub_bl{
	margin-top: 30px;
}

.sub_logo{
	margin-top: 100px;
}












