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-family: 'Bevan', cursive;
	font-size: 23pt;
	font-weight: 400;
	text-align: center;
}

.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: 13pt;
	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: 240px;
	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: -3525px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3525px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 296px;
	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;
	margin-top: 18px;
}

@-webkit-keyframes loop-pc2 {
	0% {
		background-position: -3535px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3535px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	padding-top: 1px;
	height: 1400px;
	background-image: url(../images/intro_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	#intro_box{
		background-size: 100% auto;
	}
	
	
}


#intro_box h3{
	margin-top: 140px;
}

/*----------STORY------------*/

#story_box{
	padding-top: 0px;
	padding-bottom: 100px;
}

#story_head{
	padding: 22px 22px 0;
}

#story_body{
	padding-top: 50px;
}

#story_body .in_box{
	background-image: url(../images/waku1.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 1px;
	height: 566px;
}

#story_body h3{
	margin-top: 70px;
}

#story_body .txt_box{
	padding: 0 70px;
}




/*----------CAST------------*/

#cast_box{
	padding-top: 1px;
	padding-bottom: 50px;
}

#cast_box h3{
	margin-top: 80px;
	margin-bottom: 70px;
}

#cast_inboxL{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#cast_inboxS{
	width: 100%;
	max-width: 1320px;	/* 1294 */
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#cast_inboxL .casts{
	width: 46.8%;
	display: flex;
	margin-bottom: 100px;
}

#cast_inboxS .casts{
	width: 18.94%;
	margin-bottom: 100px;
	padding-bottom: 44px;
}

#cast_inboxL .cast_spa{
	width: 10%;
}

#cast_inboxS .cast_spa{
	width: 18%;
}



.castL{
	flex: 1;
	font-size: 4.2vw;
	font-weight: 700;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	padding-right: 5%;
}

@media screen and (max-width: 1000px) {
	.castL{
		font-size: 34pt;
	}
}

@media screen and (min-width: 1600px) {
	.castL{
		font-size: 50pt;
	}
}



.castR{
	width: 86.42%;
}

.cast_pbox{
	width: 100%;
	overflow: hidden;
	margin:  0 auto;
	transition: 0.4s;
}

.casts img{
	width: 100%;
	height: auto;
	display: block;
	transition: 0.4s;
	transform-origin: 50% 10%;
}

.casts img.c1{
	transform-origin: 40% 10%;
}

.casts img.c2{
	transform-origin: 43% 10%;
}

.casts img.c3{
	transform-origin: 47% 10%;
}

.cast_namebox{
	text-align: center;
}


#cast_inboxS .cast_name{
	font-size: 24pt;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #fff 0%);
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	display: inline-block;
}



.cast_role{
	font-size: 14pt;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
}

#cast_inboxL .cast_rname{
	font-size: 22pt;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #fff 0%);
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

#cast_inboxS .cast_rname{
	font-size: 19pt;
	font-weight: 700;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

.prof_btn{
	width: 190px;
	height: 39px;
	background-color: #000;
	color: #fff;
	font-family: 'Bevan', cursive;
	font-size: 15pt;
	line-height: 39px;
	text-align: center;
	transition: 0.4s;
	z-index: 10;
}

#cast_inboxL .prof_btn{
	position: absolute;
	bottom: 0px;
	right:0;
}

#cast_inboxS .prof_btn{
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	margin: auto;
}

.prof_btnbox{
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: 0px;
	left:0;
}



.prof_btn:hover{
	cursor: pointer;
	background: rgba(0, 0, 0, 0.7);
}

.prof_btn:hover +.cast_pbox{
	 border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.prof_btn:hover +.cast_pbox .cast_pt{
/*	opacity: 0.8;*/
/*	transform: scale(1.1,1.1);*/
	transform: scale(1.3);
}




/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{

}


.cast_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prof_mados .cast_name{
	font-size: 24pt;
	font-weight: 700;
	margin-bottom: 15px;
}

.prof_mados .staff_name{
	font-size: 24pt;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}


.prof_mados .cast_role{
	font-size: 17pt;
	margin-bottom: 20px;
	padding: 0
}

.prof_mados .cast_name small,
.prof_mados .staff_name small{
	font-size: 70%;
}



/*----------STAFF------------*/

#staff_box{
	padding-top: 0;
	padding-bottom: 50px;
}

#staff_head{
	padding: 22px 22px 0;
}

#staff_body{
	padding-top: 1px;
}

#staff_box h3{
	margin-top: 70px;
	margin-bottom: 70px;
}


.director{
	width: 430px;
	display: flex;
	margin: 0 auto 100px;
}

.direcL{
	width: 90px;
	font-size: 30pt;
	font-weight: 700;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	padding-right: 5%;
}

.direcR{
	width: 250px;
	padding-bottom: 44px;
}
.direcO{
	width: 90px;
}


.staff_role{
	font-size: 15pt;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}

.director .prof_btn{
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	margin: auto;
}

.taff_Spt{
	transition: 0.4s;
	transform-origin: 50% 10%;
	display: block;
}

.prof_btn:hover +.cast_pbox .taff_Spt{
	transform: scale(1.3);
}

#staff_btnbox{
	width: 790px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staffs{
	width: 190px;
	margin-bottom: 100px;
	text-align: center;
}

.staff_name{
	font-size: 24pt;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #fff 0%);
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: 0px;
}



/*----------PRODUCTION NOTE------------*/

#prono_box{
	padding-top: 0;
	padding-bottom: 100px;
}

#prono_head{
	padding: 22px 22px 0;
}

#prono_body{
	padding-top: 1px;
}

#prono_box h3{
	margin-top: 70px;
	margin-bottom: 70px;
}

.panel{
	width: 994px;
	background-image: url(../images/waku_head2.png), url(../images/waku_ftr2.png);
	background-position: 50% 0%, 50% 100%;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-bottom: 57px;
}

.panel_ftr{
	width: 994px;
	
}

.panel dt{
	color: #978c51;
	font-size: 20pt;
	font-weight: 700;
	line-height: 1.3em;
	padding: 50px 50px 0;
	z-index: 20;
}

.p4 dt{
	line-height: 0.9em;
}

.panel dt:before{
	content:url(../images/btn_hiraku.png);
	display:inline-block;
	width:44px;
	height:44px;
	line-height: 44px;
	position:absolute;
	right:38px;
	top:65px;
	transform:rotate(0deg);
	transform-origin: 50% 50%;
	transition: 0.4s;
	
}

.p4 dt:before{
/*	top:41px;*/
}

.panel dt.active:before{
	transform:rotate(225deg);
}


.is_hide{
	display:none;
}

.panel dd{
	padding: 40px 50px 0px;
	background-image: url(../images/waku_main.png);
	margin: 0;
/*	margin-top: -81px;*/
}

.panel dd img{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}


/*----------Message------------*/

#msg_box{
	padding-top: 0;
	padding-bottom: 100px;
}

#msg_head{
	padding: 22px 22px 0;
}

#msg_body{
	width: 994px;
	margin: 0 auto;
	padding: 1px 59px 0;
	background-image: url(../images/waku_main.png);
	background-repeat: repeat-y;
}

#msgUp{
	width: 994px;
	height: 92px;
	margin: 60px auto 0;
	background-image: url(../images/waku_head.png);
}

#mstDn{
	width: 994px;
	height: 92px;
	margin: 0px auto 0;
	background-image: url(../images/waku_ftr2.png);
}

#msg_box h3{
	margin-top: 0px;
	margin-bottom: 70px;
}

.msg_ttl{
	font-size: 20pt;
	font-weight: 700;
	text-align: center;
}

.msg_name{
	font-size: 17pt;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	margin: 20px 0;
}

.msg_txt{
	white-space: pre-line;
}


/*----------FOOTER------------*/
#footer{
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}

.totop{
	width: 190px;
	height: 190px;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 100px auto 0;
	padding-top: 54px;
	font-size: 14pt;
	line-height: 1.4em;
	cursor: default;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;

}

.and{
	font-size: 16pt;
}


.totop:hover{
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

#black_box{
	background-color: #000;
	color: #fff;
	padding: 30px 0;
	text-align: center;
	font-size: 10pt;
	margin-top: 80px;
	line-height: 2.1em;
}












