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: "Bebas Neue", sans-serif;
	font-size: 40pt;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	color: #5dcade;
}

.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:0;
	padding-bottom: 0;
	background-color: #000;
}

#intro_txtbox{
	position: absolute;
	margin-top: 0%;
	margin-left: 2.72%;
	width: 46%;
	height: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
}

.intro_txt{
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	
}

.intro_txt h3{
	margin-top: 0;
	margin-bottom: 35px;
}

.intro_lead1{
	color: #5dcade;
	font-size: 18pt;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 26px;
}

.intro_lead2{
	color: #5dcade;
	font-size: 18pt;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 26px;
}

.b1350,
.b1280{
	display: none;
}




@media screen and (max-width: 1350px) {
	.b1350{
		display: inline-block;
	}
}

@media screen and (max-width: 1280px) {
	.b1280{
		display: inline-block;
	}
}





/*----------STORY------------*/

#story_box{
	padding-top:0;
	padding-bottom: 0;
}

#story_txtbox{
	position: absolute;
	margin-top: 0%;
	margin-left: 2.72%;
	width: 28%;
	height: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
}

#story_txtbox h3{
	
}

/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-image: url(../images/cast_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#cast_box{
		background-size: 100% auto;
	}
}

#cast_box h3{
	color: #fff;
	margin: 70px 0;
}

#cast_inbox{
	width: 100%;
	max-width: 1441px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.casts{
	width: 338px;
	margin: 0 60px 80px;
	text-align: center;
	line-height: 1.8em;
}

.casts:hover{
	cursor: pointer;
}

.cast_pbox{
	width: 100%;
	overflow: hidden;
	margin:  0 auto 22px;
}

.cast_pbox::before{
/*	content: url(../images/cast_btn.png);*/
	content: "";
	background-image: url(../images/cast_btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

.cast_pt{
	width: 100%;
	height: auto;
	display: block;
	transition: 0.4s;
}


.casts:hover .cast_pt{
	filter: grayscale(100%)  contrast(100%);
	transform: scale(1.3) rotate(3deg);
}

.cast_en{
	color:#5dcade;
	font-family: "Bebas Neue", sans-serif;
	font-size: 29pt;
	margin-bottom: 5px;
}

.cast_name{
	color:#5dcade;
	font-size: 14pt;
	font-weight: 700;
	margin-bottom: 5px;
}

.cast_role{
	color:#fff;
	font-size: 13pt;
}









/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 45px 60px 45px;
	color: #000;
	background: #d3ccbc;
	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;
	margin-bottom: 20px;
}

.cast_ptS{
	width: 175px;
	height: auto;
}

.cast_namebox{
	width: 500px;
	text-align: center;
	padding-top: 23px;
	line-height: 2em;
}

.cast_namebox .cast_en{
	color:#5dcade;
	font-family: "Bebas Neue", sans-serif;
	font-size: 29pt;
	margin-bottom: 5px;
}

.cast_namebox .cast_name{
	color:#59452c;
	font-size: 14pt;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px #59452c solid;
	padding-bottom: 15px;
}

.cast_namebox .cast_role{
	color:#59452c;
	font-weight: 700;
	font-size: 13pt;
}



.cast_madotxt{
	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:0px;
	padding-bottom: 100px;
	color:#000;
	background-color: #fff;
}

#staff_box h3{
	color: #59452c;
}


.staffD, .staffS{
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_pt{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.staff_en{
	color: #5dcade;
	font-size: 22pt;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
}

.staff_en small{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 60%;
	font-weight: 700;
}

.staff_name{
	color: #59452c;
	font-size: 13pt;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}

.staffD .staff_en{
	font-size: 28pt;
}

.staffD .staff_name{
	font-size: 15pt;
}

#staff_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staffS{
	width: 47%;
	margin-top: 60px;
}

/*----------DIRECTOR’S NOTE------------*/

#direc_box{
	padding-top:0px;
	padding-bottom: 100px;
	color:#000;
	background-color: #fff;
}

#direc_box h3{
	color: #59452c;
}

#direc_box .txt_box{
	line-height: 1.8em;
}


/*----------SET DESIGN NOTES------------*/

#set_box{
	padding-top:0px;
	padding-bottom: 100px;
	color:#000;
	background-color: #fff;
}

#set_box h3{
	color: #59452c;
	line-height: 1em;
}

#set_box h3 .jp{
	font-size: 50%;
	font-family: "Noto Sans JP", sans-serif;
}

#set_box .txt_box{
	line-height: 1.8em;
}

.set_design{
	display: block;
	margin: 20px auto 0;
}


/*----------FOOTER------------*/
#footer{
	padding-top: 1px;
	padding-bottom: 800px;
	background-color: #051729;
	text-align: center;
	background-image: url(../images/credit_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	##footer{
		background-size: 100% auto;
	}
}



#footer h3{
	color: #59452c;
}

#footer h4{
	color: #5dcade;
	font-family: "Bebas Neue", sans-serif;
	margin-top: 60px;
	margin-bottom: 18px;
	font-size: 27pt;
	font-weight: 400;
	letter-spacing: 0.1em;
}


#footer .txt_box{
	text-align: center;
	color:#fff;
	line-height: 1.8em;
}











