/*-----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 Pro', serif;
	font-size: 26pt;
	font-weight: 400;
	letter-spacing: 0.6em;
	text-align: center;
	color:#fff;
}

.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: 14pt;
	line-height: 2em;
	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: 204px;
	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: -2000px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2000px 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;
	}
}


/*----------STORY------------*/

#story_box{
	padding-bottom: 100px;
}

#story_head{
	z-index: 10;
}

#story_body{
	z-index: 20;
	margin-top: -23.4%;
}

#story_box h3{
	margin-top: 0;
	margin-bottom: 2%;
}

.story_lead1{
	font-size: 101pt;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0px;
	line-height: 1.4em;
	color:#fff;
	letter-spacing: -0.1em;
}

@media screen and (max-width: 1300px) {
	.story_lead1{
		font-size: 83pt;
	}
}

.story_lead2{
	font-size: 34pt;
	font-weight: 500;
	text-align: center;
	margin-bottom: 17px;
	line-height: 1.4em;
	color:#fff;
}

.story_lead3{
	font-size: 28pt;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}

#story_ptbox{
	width: 100%;
	max-width: 1416px;
	padding: 0 13px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

#story_ptbox img{
	width: 49%;
	height: auto;
}



/*----------INTRODUCTION------------*/

#intro_box{
	padding-top: 1px;
	padding-bottom: 0px;
	background-color: #000;
	background-image: url(../images/intro_btm.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#intro_box{
		background-size: 100% auto;
	}
}


#intro_leadbox{
	width: 100%;
	max-width: 1226px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	color:#fff;
/*	border: 1px #fff solid;*/
}

.intro_lead1{
	font-size: 63pt;
	text-align: right;
	width: 60%;
	line-height: 1.0em;
}

.intro_lead2{
	font-size: 30pt;
	flex: 1;
	line-height: 1.0em;
	padding-left: 5px;
}

@media screen and (max-width: 1100px) {
	.intro_lead1{
		font-size: 56pt;
	}
	
	.intro_lead2{
		font-size: 25pt;
	}
}

.intro_kiribox{
	height: 293px;
}

.intro_kiri{
	display: block;
	margin-left: auto;
	right: 80px;
}

/*----------DIRECTOR COMMENT------------*/

#cmt_box{
	padding-top: 100px;
	padding-bottom: 220px;
	background-color: #000;
	background-image: url(../images/cmt_btm.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#cmt_box{
		background-size: 100% auto;
	}
}

.cmt_lead1{
	font-size: 20pt;
	text-align: center;
	margin-bottom: 20px;
}

.cmt_lead2{
	color:#fff;
	font-size: 18pt;
	text-align: center;
	margin-bottom: 40px;
}

#cmt_box strong{
	color:#fff;
	font-size: 120%;
}


/*----------OPINION------------*/
#opinion_box{
	padding-top: 1px;
	padding-bottom: 200px;
	background-image:url(../images/opinion_bg.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
/*	background-size: cover;*/
	background-size: 100% auto;
	background-size: 100% auto;
}

#opinion_box h3{
	color: #000;
}

#opinion_box h4{
	color: #000;
	font-size: 16pt;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
}

#opinion_box .in_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.opi_txt{
/*	width: 470px;*/
	width: 100%;
	margin-top: 50px;
	white-space: pre-line;
	padding: 0 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 14pt;
	line-height: 1.5em;
}
.opi_name {
	font-size: 18pt;
	margin-top: 35px;
	color: #ffa200;
}

.opi_name small {
	font-size: 12pt;
	line-height: 0.1em;
}




/*----------CAST------------*/

#cast_box{
	padding-top: 1px;
	padding-bottom: 100px;
}




/*----------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;
}


/*----------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;
}



/*----------PHOTO------------*/

#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: 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;
}














