body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----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{
	display: block;
	font-size: 31pt;
	font-weight: 400;
	text-align: center;
	height: 57px;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.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;
	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: 350px;
	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: -4090px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -4090px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 400px;
	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: -4600px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -4600px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:1px;
	background-color: #ffd035;
}

#intro_box h3{
	margin-top: 100px;
	margin-bottom: 50px;
	background-image: url(../images/h3_intro.png);
}

.intro_midasi{
	display: block;
	margin: 0 auto 50px;
	width: 974px;
	height: auto;
}

.intro_bg{
	width: 100%;
	min-width: 1000px;
	height: auto;
	display: block;
}

/*----------STORY------------*/

#story_box{
	padding-top:1px;
	height: 1165px;
	background-image: url(../images/story_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#story_box h3{
	margin-top: 200px;
	margin-bottom: 50px;
	background-image: url(../images/h3_story.png);
}


/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #e2543b;
}

#cast_box h3{
	margin-top: 100px;
	margin-bottom: 50px;
	background-image: url(../images/h3_cast.png);
}

#cast_inbox{
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 13px;
}

.cast_txtbox{
	display: flex;
	align-items: center;
}

.cast_txt{
	flex: 1;
}

.cast_1,
.cast_3{
	margin-right: 35px;
}

.cast_2{
	margin-left: 35px;
}


.cast_name{
	color:#ffd035;
	font-size: 20pt;
	font-weight: 700;
	margin-bottom: 30px;
}


/*----------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;
}

/*----------INTERVIEW------------*/

#inte_box{
	padding-bottom: 100px;
	background-color: #115fad;
	color: #fff;
}

.line_neon{
	width: 100%;
	min-width: 1000px;
	height: 19px;
	background-image: url(../images/line_neon.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#inte_box h3{
	margin-top: 100px;
	margin-bottom: 50px;
	background-image: url(../images/h3_inte.png);
	height: 108px;
}

.inte_q{
	color:#ffd035;
	font-size: 17pt;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 20px;
}



/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #ffd035;
}


#staff_box h3{
	margin-top: 100px;
	margin-bottom: 50px;
	background-image: url(../images/h3_staff.png);
}

.direc_name{
	color:#e2543b;
	font-size: 20pt;
	font-weight: 700;
	margin-bottom: 30px;
}

#staff_box .txt_box{
	text-align: center;
}

.sub_usi{
	margin: 60px auto 60px;
}

.credit_ttl{
	color:#e2543b;
	font-size: 16pt;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px;
}

.credit_bl{
	margin-top: 35px;
	font-size: 9pt;
}



/*----------FOOTER------------*/
#footer{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	text-align: center;
	background-image: url(../images/sub_ftr_bg.jpg);
	height: 1100px;
}

@media screen and (min-width: 1800px) {
	#footer{
		background-size: 100% auto;
		background-position: center bottom;
	}
}



.totop{
	width: 130px;
	color:#9D0009;
	font-family: 'Geologica', sans-serif;
	font-size: 26pt;
	font-weight: 700;
	line-height: 1em;
	margin: 70px auto 0;
	text-align: center;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.and{
	font-size: 16pt;
}


.totop:hover{
	color:rgba(157, 0, 9, 0.6);
	cursor: pointer;
}














