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{
	font-family: 'Noto Serif JP', serif;
	display: block;
	font-size: 23pt;
	font-weight: 900;
	text-align: center;
	margin: 80px 0 50px;
	color: #ffec74;
}

.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: 2.4em;
	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/scrl1.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: -2826px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2826px 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;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-image: url(../images/top_body.jpg);
	background-position: center top;
	background-repeat: repeat;
}



/*----------STORY------------*/

#story_box{
	padding-top:1px;
	padding-bottom: 100px;
}


/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 0px;
	background-image: url(../images/top_body.jpg);
	background-position: center top;
	background-repeat: repeat;
}


#cast_box .txt_box{
	white-space: pre-line;
	text-align: center;
}

.cast_tuiki{
	font-size: 90%;
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.cast_tuiki ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.cast_tuiki li{
	padding-left:1em;
	text-indent:-1em;
}


/*----------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: 100px;
	background-image: url(../images/top_body.jpg);
	background-position: center top;
	background-repeat: repeat;
}

#staff_box .txt_box{
	white-space: pre-line;
	text-align: center;
}

.staff_spr{
	letter-spacing: 0.2em;
}

/*----------3men------------*/

#disp3_box{
	padding-top:80px;
	padding-bottom: 0px;
	background-image: url(../images/sub_body.jpg);
	background-position: center top;
	background-repeat: repeat;
	color:#000;
}

#disp3_box h3{
	color: #102544;
}

.screen_pt{
	display: block;
	margin: 0 auto;
}

/*----------Dual 3D------------*/

#dual3d_box{
	padding-top:80px;
	padding-bottom: 200px;
	background-image: url(../images/sub_body.jpg);
	background-position: center top;
	background-repeat: repeat;
	color:#000;
}

#dual3d_box h3{
	color: #102544;
}





/*----------FOOTER------------*/
#footer{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-image: url(../images/top_body.jpg);
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
}

.kinsi{
	font-size: 10pt;
	margin-bottom: 20px;
}

.copy{
	font-size: 8pt;
}



.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;
}














