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: "Lora", serif;
	font-size: 16pt;
	font-weight: 400;
	letter-spacing: 0.5em;
	text-align: center;
	color:#ff0000;
	margin: 0 0 70px;
}

.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: 13pt;
	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;
}

.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: 290px;
	background: repeat-x url("../images/scrl_1.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: -2447px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2447px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 290px;
	background: repeat-x url("../images/scrl_2.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: -2447px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -2447px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	height: 1000px;
	padding-top:300px;
	padding-bottom: 0;
	background-image: url(../images/intro_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

@media screen and (max-width: 767px) {
	#intro_box{
		background-size: 100% auto;
	}
}




.intro_img{
	width: 100%;
	display: flex;
}

.iimg{
	width: 50%;
}

.intro_img img{
	width: 100%;
	height: auto;
	display: block;
}

#intro_box .in_box{
	padding: 80px 0;
}

#intro_box .txt_box{
	line-height: 3.4em;
	text-align: center;
}

.xfade{
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
}

.xfade2,
.xfadeb2{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	filter: alpha( opacity=0 );
	opacity: 0.0;
}



/*----------STORY------------*/

#story_box{
	padding-top:0;
	padding-bottom: 0;
}

.story_bg{
	width: 100%;
	height: auto;
}

#story_body{
	width: 28.2%;
	min-width: 420px;
	max-width: 530px;
	height: 100%;
	position: absolute;
	margin-top: 0%;
	margin-left: 2%;
	z-index: 20;
	display: flex;
	align-items: center;
}

#story_body h3{
	margin-top: 0;
	margin-bottom: 50px;
}

#story_body .txt_box{
	line-height: 3em;
	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;
}

@media screen and (max-width: 1400px) {
	#story_body .txt_box{
		line-height: 2em;
	}
	
	#story_body h3{
		margin-bottom: 20px;
	}

}



/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
}

#cast_box h3{
	margin-top: 70px;
}

#cast_inbox{
	width: 100%;
	min-width: 1000px;
	max-width: 1212px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}

.casts{
	width: 334px;
	margin: 0 35px 75px;
	padding-bottom: 55px;
}

.prof_btn{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	transition: 0.4s;
	position: absolute;
	margin-left: 0%;
	bottom: 0;
	font-size: 13pt;
	font-family: "Lora", serif;
	font-weight: 400;
	letter-spacing: 0.4em;
}

.prof_btn:hover{
	cursor: pointer;
	color: #f00;
}

.cast_pbox{
	width: 334px;
	height: 333px;
	overflow: hidden;
}

.cast_pbox img{
	display: block;
	width: 100%;
	height: auto;
	transition: 0.7s;
	
}

.prof_btn:hover +.cast_pbox img{
	filter: grayscale(100%)  contrast(120%);
	transform: scale(1.1);
}

.cast_name{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 17pt;
	border-bottom: 1px #f00 solid;
}



/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #fff;
	background: #474747;
	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_ptS{
	width: 240px;
	height: auto;
}

.cast_madotxt{
	width: 600px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prof_mados .cast_name{
	text-align: left;
	font-size: 17pt;
	padding-bottom: 15px;
	border-bottom: 1px #f00 solid;
	margin-bottom: 15px;
}

/*----------COMMENT------------*/
#cmt_box{
	padding-top:1px;
	padding-bottom: 100px;
}

#cmt_box h3{
	margin: 50px 0;
}

.cmts{
	margin-bottom: 70px;
}

.cmt_name{
	font-size: 17pt;
	margin-bottom: 10px;
}

#cmt_box .txt_box{
	white-space: pre-line;
}




/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 100px;
}



/*----------FOOTER------------*/
footer{
	background-color: #000;
	padding: 50px 0 50px;
	text-align: center;
}












