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: "Playfair Display", serif;
	font-size: 29pt;
	font-weight: 400;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 80px;
}

.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: 12pt;
	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: 290px;
	background: repeat-x url("../images/scrl1.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: -2826px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 600px;
	background: repeat-x url("../images/scrl2.jpg") left top/auto 100%;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:0;
	padding-bottom: 100px;
	color: #000;
	background-color: #fff;
}

.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;
	color: #000;
	background-color: #fff;
}




/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	color: #000;
	background-color: #8ca880;
}

#cast_box .in_box{
	display: flex;
	justify-content: space-between;
	justify-content: space-around;
	flex-wrap: wrap;
}

.prof_btn {
	width: 346px;
	margin-bottom: 70px;
	text-align: center;
}

.cast_pbox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.cast_pbox::after {
	content: "";
	position: absolute;
	right: 7px;
	bottom: 7px;
	width: 31px;
	height: 31px;
	background-image: url(../images/btn_hiraku.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}


.cast_pt {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.4s;
	transform-origin: 50% 50%;
}

.prof_btn:hover{
	cursor: pointer;
}

.prof_btn:hover .cast_pt {
	filter: contrast(120%);
	transform: scale(1.1);
}

.cast_name{
	font-size: 20pt;
	font-weight: 400;
	margin-top: 15px;
	line-height: 1.3em;
}

.cast_en{
	font-family: "Playfair Display", serif;
	font-size: 12pt;
	letter-spacing: 0.3em;
}

.cast_role{
	font-size: 13pt;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #ddcfae;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}


.cast_madotxt{
/*	width: 560px;*/
	flex:1;
	padding-left: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}



.prof_mados .cast_name{
	font-size: 20pt;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
}


.prof_mados .cast_en{
	font-size: 12pt;
}

.prof_mados .cast_role{
	font-size: 13pt;
}



/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 0;
	color: #000;
	background-color: #bbcdb5;
}


#staff_box .in_box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


#staff_box .cast_name{
	font-size: 20pt;
}

.ftr_pt{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/*----------FOOTER------------*/


#footer {
	padding: 0 0 0px;
	border-bottom: 9px #8aa980 solid;
}

#footer_up{
	background-color: #000;
	text-align: center;
	padding: 50px 0;
}

.ftr_logo{
	width: 450px;
	height: auto;
}

#footer_low{
	text-align: right;
	padding: 8px 15px 0px 0;
/*	vertical-align: text-top;*/
}

#footer a {
	color: #000;
	text-decoration: none;
	margin: 0 8px;
	font-size: 10pt;
	vertical-align: text-top;
	vertical-align:middle;
	line-height: 2.3em;
}

#footer a img.comlogo {
	height: 30px;
	width: auto;
}

#footer a:hover {
	color: #5e894d;
}













