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: "Allison", cursive;
	font-size: 41pt;
	font-weight: 400;
	font-style: normal;
	color: #62b1c3;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 0;
	text-align: left
}

.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.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: 355px;
	background: repeat-x url("../images/scrl_1.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: -3000px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3000px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 355px;
	background: repeat-x url("../images/scrl_2.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: -3150px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3150px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:0;
	padding-bottom: 0;
	color: #fff;
}

.intro_bg{
	width: 100%;
	height: auto;
	margin: 0;
}

#intro_body{
	position: absolute;
	margin-top: 7%;
	margin-left: 4%;
	width: 730px;
	z-index: 10;
}

@media screen and (max-width: 1200px) {
	#intro_body{
		width: 630px;
	}
	
}

.intro_leaad{
	font-size: 20pt;
	line-height: 1.8em;
	margin-bottom: 14px;
}

/*----------STORY------------*/

#story_box{
	padding-top:0;
	padding-bottom: 0;
	color: #fff;
}

.story_bg{
	width: 100%;
	height: auto;
	margin: 0;
}

#story_body{
	position: absolute;
	margin-top: 7%;
	margin-left: 4%;
	width: 730px;
	z-index: 10;
}

@media screen and (max-width: 1200px) {
	#story_body_{
		width: 630px;
	}
	
}

/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-image: url(../images/cast_bg1.gif), url(../images/cast_bg2.gif);
	background-position: 0% 0%, 100% 100%;
	background-repeat: no-repeat;
	color: #313131;
}

#cast_box h3{
	text-align: center;
	margin: 90px 0 60px;
}

#cast_inbox{
	width: 100%;
	max-width: 1369px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 13px;
}

.prof_btn {
	width: 46.9%;
	max-width: 642px;
	margin-bottom: 70px;
	transform-origin: 50% 50%;
}

.prof_btn:hover {
	cursor: pointer;
}

.cast_pbox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}


.cast_pbox::after {
	content: url(../images/btn_open.svg);
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 36px;
	height: 36px;
	background-image: url(../images/btn_open.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 .cast_pt {
	filter: grayscale(100%) contrast(120%);
	transform: scale(1.1);
}



.cast_name {
	font-size: 23pt;
	line-height: 1em;
	margin: 24px auto 0px;
	padding-bottom: 10px;
}

.cast_name small{
	font-size: 70%;
}

.cast_en{
	font-size: 13pt;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #313131;
 	background: #c2e8f1;
	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: 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: 23pt;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px #6eaeb0 solid;
}

.prof_mados .cast_name small{
	font-size: 70%;
}




/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
	background-image: url(../images/staff_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#staff_box h3{
	text-align: center;
	margin: 90px 0 60px;
}

.direc_box{
	width: 642px;
	margin: 0 auto 70px;
}

.direc_box:hover {
	cursor: pointer;
}

.staff_pbox{
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.staff_pt{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	transition: 0.4s;
	transform-origin: 50% 50%;
}

.staff_pbox::after {
	content: url(../images/btn_open.svg);
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 36px;
	height: 36px;
	background-image: url(../images/btn_open.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}

.direc_box:hover .staff_pt {
	filter: grayscale(100%) contrast(120%);
	transform: scale(1.1);
}

#staff_inbox{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
/*	padding: 0 13px;*/
}



#staff_inbox .prof_btn{
	width: 400px;
	height: 95px;
	border: 1px #fff solid;
	margin-bottom: 40px;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
}

#staff_inbox .prof_btn:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

#staff_inbox .prof_btn::after{
	content: url(../images/btn_open.svg);
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
	width: 36px;
	height: 36px;
    z-index: 20;	
}

.staff_spa{
	width: 400px;
}

#staff_inbox .cast_name{
	font-size: 17pt;
	text-align: center;
	margin: 0;
/*	line-height: 1.4em;*/
}

#staff_inbox .cast_en{
	font-size: 11pt;
}


/*----------BOTTOM------------*/

#btm_box {
	padding: 0;
	background-image: url(../images/btm_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 1234px;
}

@media screen and (min-width: 1800px) {
	#btm_box{
		background-size: 100% auto;
	}
}
	




/*----------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;
}














