body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----Sub Page-------*/


.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-size: 26pt;
	font-weight: 400;
	text-align: center;
	color: #a27b40;;
	background-image:  url('../images/h3_bg.jpg');
	width: 100%;
	height: 270px;
	background-position: center top;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 100px;
}

.h3in{
	width: 330px;
	height: 75px;
	margin: 0 auto;
	background-image: url('../images/h3_sen.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}


.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: 13pt;
	line-height: 1.6em;
	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;
}

.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/scrl_1.jpg") left top/auto 100%;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}


@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3250px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 290px;
	background: repeat-x url("../images/scrl_2.jpg") left top/auto 100%;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@keyframes loop-pc2 {
	0% {
		background-position: -3250px 0;
	}
	100% {
		background-position: 0 0;
	}
}


.kink{
	background-image: url('../images/sen_gold.jpg');
	width: 100%;
	height: 8px;
	background-repeat: repeat-x;
}



/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:0;
	padding-bottom: 100px;
}

.xfade{
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
	margin: 0;
}

.xfade2{
	position: absolute;
	filter: alpha( opacity=0 );
	opacity: 0.0;
}



/*----------STORY------------*/

#story_box{
	padding-top:0;
	padding-bottom: 100px;
}




/*----------CAST------------*/

#cast_box{
	padding-top:0;
	padding-bottom: 100px;
}

#cast_box .in_box{
	display: flex;
	/* justify-content: center; */
	justify-content: space-around;
	flex-wrap: wrap;
}

.prof_btn{
	margin-bottom: 70px;
}

.cast_L:hover,
.cast_M:hover{
	cursor: pointer;
}

.cast_br{
	width: 100%;
}

.cast_L{
	width: 28%;
}

.cast_M{
	width: 17%;
}

.cast_S{
	width: 14%;
}




.cast_pbox::after{
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	background-image: url(../images/btn_hiraku.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 10
}

.cast_M .cast_pbox::after{
	right: 10px;
	bottom: 13px;
	width: 24px;
	height: 24px;
}

.cast_S .cast_pbox::after{
	background-image: none;
}

.cast_pbox img{
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.cast_L .cast_pbox:hover img,
.cast_M .cast_pbox:hover img{
	filter: grayscale(100%)  contrast(100%);
}



.cast_name{
	font-size: 18pt;
	text-align: center;
	margin-top: 15px;
	color: #a27b40;
	letter-spacing: 0.2em;
}

.cast_S .cast_name{
	font-size: 14pt;
}


.cast_role{
	font-size: 70%;
	margin-bottom: 10px;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	padding: 12px;
	color: #a27b40;
	background: #000;
	font-size: 12pt;
	line-height: 1.7em;
	background-image: url('../images/cast_waku.jpg');
	background-position: center top;
	background-repeat: repeat;
}

.cast_inbox{
	background-color: #000;;
	width: 100%;
	height:100%;
	padding: 28px 29px 51px 16px;
}

.cast_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

.cast_ptS{
	width: 315px;
	height: auto;
	margin-right: 20px;
}


.cast_madotxt{
	flex:1;
	text-align: justify;
	text-justify: inter-ideograph;
}



.prof_mados .cast_name{
	font-size: 20pt;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #a27b40 solid;
}

.prof_mados .cast_role{
	display: inline;
}



/*----------STAFF------------*/

#staff_box{
	padding-top:0px;
	padding-bottom: 100px;
	color:#fff;
}

#staff_box .txt_box{
	display: flex;
}

.direc_pt{
	margin-right: 30px;
}

.direc_txt{
	flex: 1;
}

.direc_name{
	font-size: 18pt;
	margin-bottom: 15px;
}


/*----------MUSIC------------*/

#music_box{
	padding-top:0px;
	padding-bottom: 100px;
	color:#fff;
}

.music_pt{
	display: block;
	margin: 0 auto 40px;;
}

.music_name{
	font-size: 18pt;
	margin-bottom: 30px;
	text-align: center;
}



/*----------FOOTER------------*/
#footer{
	padding-top: 0;
	padding-bottom: 0px;
	height: 270px;
	text-align: center;
	background-color: #000;
	background-image: url('../images/ftr_bg.jpg');
	background-repeat: repeat-x;

}

.footer_sns{
	padding-top: 70px;
}












