body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px;
}


.sub_box{
	width: 100%;
	min-width: 1000px;
	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: "Bebas Neue", sans-serif;
	font-size: 31pt;
	font-weight: 400;
	text-align: left;
	color:#e72f49;
	margin-top: 100px;
	margin-bottom: 30px;
}

.sub_head{
	width: 100%;
	min-width: 1000px;
	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.8em;
	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;
}

.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: 300px;
	background: repeat-x url("../images/scrl.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: -4347px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -4347px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 600px;
	background: repeat-x url("../images/scrl2.jpg") left top/auto 100%;
	-webkit-animation: loop-pc2 infinite 40s linear;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}

/*----------XFADE------------*/
.xfade{
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
}

.xfade2{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	filter: alpha( opacity=0 );
	opacity: 0.0;
}


/*----------MIDASI------------*/

#midasi_box{
	background-color: #000;
	padding-top:0;
	padding-bottom: 0;
}

.midasi_bg{
	z-index: 1
}

.midasi_txt1,
.midasi_txt2{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 10;
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
}

.midasi_txt2{
	filter: alpha( opacity=0 );
	opacity: 0.0;
}



/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:0;
	padding-bottom: 100px;
	color: #000;
	background-color: #fff;
}


/*----------STORY------------*/

#story_box{
	padding-top:0;
}

#story_body{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #e72f49;
}

#story_body h3{
	color:#000;
}

/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	color: #000;
	background-color: #fff;
}

#cast_box h3{
	text-align: center;
}

#cast_inbox{
	width: 100%;
	max-width: 1552px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cast_txtbox{
	width: 427px;
	margin: 0 45px 65px;
}

.cast_txtbox img{
	display: block;
	width: 100%;
	height: auto;
}

.cast_en{
	color: #e72f49;
	font-family: "Bebas Neue", sans-serif;
	font-size: 20pt;
	margin-top: 15px;
}

.cast_name{
	font-size: 16pt;
	font-weight: 700;
	margin-bottom: 14px;
}

.cast_name small{
	display: block;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #f1f1f1;
	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: 560px;
	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;
	margin-bottom: 15px;
}

.prof_mados .cast_name small{
	font-size: 80%;
	font-family: 'Crimson Pro', serif;
}


.cast_cmt{
	background-color: #bcbbbb;
	padding: 10px 20px 20px;
	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{
	padding-top:1px;
	padding-bottom: 200px;
	background-color: #e72f49;
}

#staff_box h3{
	color: #fff;
	text-align: center;
	margin-bottom: 100px;
}

#staff_box .in_box{
	display: flex;
	justify-content: space-between;

}

.staff_txtbox{
	width: 460px;
}


.staff_en{
	color: #000;
	font-family: "Bebas Neue", sans-serif;
	font-size: 20pt;
	margin-bottom: 15px;
}

.staff_name{
	font-size: 16pt;
	font-weight: 700;
	margin-bottom: 14px;
}

/*----------INTERVIEW------------*/

#inte_box{
	padding-top:0;
	padding-bottom: 100px;
	color:#000;
	background-color: #fff;
}

.inte_lead{
	color: #e72f49;
	font-size: 14pt;
	font-weight: 700;
}

.inte_q{
	color: #e72f49;
	margin: 40px 0;
	padding-left:1em;
	text-indent:-1em;

}


/*----------CREDIT------------*/

#credit_box{
	padding-top:1px;
	padding-bottom: 100px;
	color:#fff;
	background-color: #000;
	background-image: url(../images/credit_bg.jpg);
	height: 1287px;
}

@media screen and (min-width: 1800px) {
	#credit_box{
		background-size: 100% auto;
	}
}

#credit_box h3{
	margin-top: 150px;
	margin-bottom: 50px;
}

#credit_txt{
	white-space: pre-line;
	line-height: 1.6em;
}


/*----------FOOTER------------*/
#footer{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	text-align: center;
}

.totop{
	width: 330px;
	height: 75px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	border: 1px #fff solid;
	margin: 225px 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;
}














