body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px !important;
	color:#fff;
	background-color: #000;
}


.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{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 31pt;
	font-weight: 200;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.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: 12pt;
	line-height: 1.7em;
}

.pad_lr{
	padding-left: 13px;
	padding-right: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.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;
}

.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;
}


/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 280px;
	background: repeat-x url("../images/scrl_pt.jpg") left top/auto 100%;
	-webkit-animation: loop-pc infinite 40s linear;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2850px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2850px 0;
	}
}


/*----------PARA------------*/
.para_box{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: scroll;	
	width: 100vw;
	min-width: 1000px;
}



/*----------INTRODUCTION------------*/
#intro_box{
	margin-top:0;
}

#intro_head{
	background-image: url(../images/intro_bg1.jpg);
	height: 50.4vw;
	background-size: 120% auto;
	padding-top: 1px;
}

#intro_box h3{
	margin-top: 19%;
}

#intro_body{
	padding: 100px 0;
}

.intro_lead{
	font-size: 24pt;
	line-height: 1.6em;
	margin-bottom: 30px;
}


#intro_footer{
	background-image: url(../images/intro_bg2.jpg);
	height: 58.67vw;
	background-size: 100% auto;
	padding-top: 1px;
}


.intro_txt{
	font-size: 14pt;
	line-height: 1.8em
}



/*----------STORY------------*/

#story_box{
	margin-top:0;
}


#story_head{
	background-image: url(../images/story_bg1.jpg);
	height: 50.4vw;
	background-size: 120% auto;
	padding-top: 1px;
}

#story_box h3{
	margin-top: 12%;
}

#story_body{
	padding: 100px 0;
}

#story_body .txt_box{
	font-size: 14pt;
	line-height: 1.8em
}


#story_footer{
	background-image: url(../images/story_bg2.jpg);
	height: 58.67vw;
	background-size: 100% auto;
	padding-top: 1px;
}


/*----------PRODUCTION NOTE------------*/

#prono_box{
	margin-top:0;
}


#prono_head{
	background-image: url(../images/prono_bg1.jpg);
	height: 50.4vw;
	background-size: 120% auto;
	padding-top: 1px;
}

#prono_head h3{
	margin-top: 21%;
}

#prono_body{
	padding: 100px 0;
}

.prono_lead{
	font-size: 24pt;
	line-height: 1.6em;
	margin-bottom: 30px;
}


/*----------CAST------------*/

#cast_box{
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 100px;
	color:#000;
	background-image: url(../images/ftr_bg.jpg);
	height: 1350px;
	background-size: auto 100%;
	padding-top: 1px;
	background-position: center bottom;
	background-repeat: no-repeat;
}


@media screen and (min-width: 1800px) {
	#cast_box{
		background-size: 100% auto;
	}
}





#cast_box h3{
	color: #fff;
	margin-top: 100px;
	margin-bottom: 70px;
}

#cast_inbox{
	width: 100%;
	max-width: 1400px;
	padding: 0 13px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cast_txtbox{
	width: 40%;
	margin-bottom: 60px;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 45px 0;
}
.cast_spa{
	width: 40%;
}


.cast_pt{
	width: 100%;
	height: auto;
	display: block;
	transform-origin: 50% 50%;
	z-index: 20;
}


.cast_name{
	font-size: 25pt;
	margin: 24px 0;
	text-align: center;
}

@media screen and (max-width: 1300px) {
	.cast_name{
		font-size: 19pt;
	}
}



.prof_btn{
	width: 260px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background-color: #000;
	text-align: center;
	font-size: 13pt;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0 auto;
}

.cn2{
	margin-top: 100px;
}

/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #ffffff;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{

}


.cast_madotxt{
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prof_mados .cast_name,
.prof_mados .staff_name
{
	font-size: 24pt;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #000 solid;
	text-align: left;
}

.prof_mados .cast_name small,
.prof_mados .staff_name small{
	font-size: 80%;
}

.prof_mados .cast_pt{
	float: left;
	width: 25%;
	height: auto;
	margin: 0 10px 10px 0;
}


.cast_cmt{
	background-color: #e0e0e0;
	padding: 30px;
	margin-top: 30px;
}

.cast_cmtt{
	font-family: 'Crimson Pro', serif;
	font-size: 120%;
	margin-bottom: 20px;
}

.kantoku_pt{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/*----------STAFF------------*/

#staff_box{
	background-image: url(../images/staff_bg.jpg);
	height: 1470px;
	background-size: auto 100%;
	padding-top: 1px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	#staff_box{
	background-size: 100% auto;
	}
}


#staff_box h3{
	margin-top: 150px;
	margin-bottom: 100px;
	color: #000;
}


#staff_inbox{
	width: 100%;
	max-width: 1226px;
	padding: 0 13px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


.staff_txtbox{
	width: 45%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	color:#000;
	padding: 55px 0;
	margin-bottom: 80px;
}

.staff_txtbox2{
	width: 45%;
}

.staff_name{
	font-size: 23pt;
	margin-bottom: 40px;
}

.staff_name small{
	font-size: 70%;
}

.staff_filmo{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14pt;
	margin-top: 30px;
}



/*----------PHOTO------------*/

#pt_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pt4_box{
	width: 50%;
}

.pt4{
	width: 100%;
	height: auto;
	display: block;
}

.pt4_mask{
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: #000;
}



/*----------FOOTER------------*/
#footer{
	padding-top: 350px;
	height: 1350px;
	text-align: center;
	background-image: url(../images/ftr_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 1800px) {
	#footer{
		background-size: auto 100%;
	}
}



.totop{
	width: 330px;
	height: 75px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	border: 1px #fff solid;
	margin: 55px auto 0;
	text-align: center;
	line-height: 75px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.and{
	font-size: 16pt;
}


.totop:hover{
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}









