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: 'Crimson Text', serif;
	font-size: 22pt;
	font-weight: 400;
	text-align: center;
	color: #E8C905;
	letter-spacing: 0.3em;
	margin: 100px 0 50px;
}

.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.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/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:0px;
	padding-bottom: 100px;
}

.intro_lead{
	text-align: center;
	font-size: 16pt;
	line-height: 2em;
	margin-bottom: 50px;
}

#intro_box .txt_box{
	line-height: 2.8em;
}

/*----------STORY------------*/

#story_box{
	padding-top:0px;
	padding-bottom: 100px;
	color: #000;
	background-color: #fff;
}

#story_box .txt_box{
	line-height: 2.8em;
}



/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 30px;
}

.casts{
	display: flex;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto 100px;
	
}

.cast_pt{
	width: 100%;
	height: auto;
}

.cast_txt{
	width: 50%;
	max-width: 750px;
	margin: 0 4%;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.casts{
		display: block;
		width: 900px;
		margin: 0 auto 100px;
	}
	
	.cast_img{
		margin-bottom: 30px;
	}
	
	.cast_txt{
		width: 100%;
		max-width:inherit;
		margin:0;
	}
}


.order1{
	order: 1;
}

.order2{
	order: 2;
}

.cast_name{
	color:#e8c905;
	font-size: 14pt;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.cast_catch{
	font-size: 17pt;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px #e8c905 solid;
	line-height: 1.4em;
}







/*----------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;
}

.staff_name{
	color:#e8c905;
	font-size: 14pt;
	margin-bottom: 10px;
}

#staff_box .txt_box{
	line-height: 2.5em;
}


/*----------PARA------------*/
.para_box{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: scroll;	
	width: 100vw;
	min-width: 1000px;
}

#para_pt1{
	background-image: url(../images/para_pt1.jpg);
	height: 80vw;
	background-size: 120% auto;
}

#para_pt2{
	background-image: url(../images/para_pt2.jpg);
	height: 80vw;
	background-size: 120% auto;
	background-position: left top;
}

#para_pt3{
	background-image: url(../images/para_pt3.jpg);
	height: 80vw;
	background-size: 140% auto;
}

#para_pt4{
	background-image: url(../images/para_pt4.jpg);
	height: 80vw;
	background-size: 120% auto;
	background-position: left top;
}

#para_pt5{
	background-image: url(../images/para_pt5.jpg);
	height: 80vw;
	background-size: 110% auto;
}



/*----------STAFF------------*/

#pt_box{
	padding-top: 1px;
	height: 103vw;
	min-height: 1100px;
	background-color: #fff;
}

#pt_box img{
	position: absolute;
	height: auto;
}

.sub_ftrpt_1{
	margin-top: 10%;
	margin-left: 8%;
	width: 51.1%;
	z-index: 50;
}

.sub_ftrpt_2{
	margin-top: 26%;
	margin-left: 63%;
	width: 25.44%;
	z-index: 20;
}

.sub_ftrpt_3{
	margin-top: 56%;
	margin-left: 19%;
	width: 39%;
	z-index: 30;
}

.sub_ftrpt_4{
	margin-top: 74%;
	margin-left: 41%;
	width: 34.72%;
	z-index: 40;
}


/*----------FOOTER------------*/
#footer{
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000;
	text-align: center;
}

.ftr_ptset{
	width: 100%;
	height: auto;
}


.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;
}














