body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px !important;
	color: #000;
	background-color: #fff;
}


.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-size: 14pt;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.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: 11pt;
	line-height: 1.9em;
	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: 300px;
	margin-bottom: 15px;
	background: repeat-x url("../images/scrl_pt.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: -2827px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2827px 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: 100px;
	padding-bottom: 60vw;
	background-image: url(../images/intro_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #a2d7ff;
}

#intro_box .in_box{
	display: flex;
	justify-content: space-between;
	
}

#intro_box h3{
	margin-left: 17px;
	margin-right: 30px;
}

#intro_box .txt_box{
	flex: 1;
}

/*----------STORY------------*/

#story_box{
	padding-top: 0;
}
#story_head{
	padding: 2% 2% 0;
	display: flex;
	justify-content: space-between;
}

#story_head img{
	width: 49%;
	height: auto;
}

#story_body{
	padding-top: 100px;
	padding-bottom: 100px;
}

#story_box .in_box{
	display: flex;
	justify-content: space-between;
	
}

#story_box h3{
	margin-left: 17px;
	margin-right: 30px;
}

#story_box .txt_box{
	flex: 1;
}


/*----------DIRECTOR------------*/

#direc_box{
	padding-top: 100px;
	padding-bottom: 100px;
}

#direc_box .in_box{
	display: flex;
	justify-content: space-between;
	
}

#direc_box h3{
	margin-left: 17px;
	margin-right: 30px;
}

#direc_box .txt_box{
	flex: 1;
}

.kantoku_pt{
	float: right;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 100px;
}

.direc_name{
	font-size: 16pt;
	font-weight: 700;
	margin-bottom: 20px;
}


/*----------CAST------------*/

#cast_box{
	padding-top: 1px;
	padding-bottom: 100px;
	
}

#cast_box h3{
	margin: 70px auto 50px;
	text-align: center;
	width: 30px;
}

#cast_inbox{
	width: 100%;
	max-width: 1464px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;

	flex-wrap: wrap;
}

.prof_btn{
	width: 28.89%;
	margin-bottom: 90px;
}

.prof_spa{
	width: 15%;
}


.cast_pt{
	width: 100%;
	height: auto;
	z-index: 10;
	transition: 0.4s;
	display: block;
}

.cast_close{
	width: 14.18%;
	height: auto;
	display: block;
	z-index: 20;
	position: absolute;
	bottom: 2%;
	right: 2%;
}

.cast_pbox{
	width: 100%;
	overflow: hidden;
	margin:  0 auto;
}

.cast_pt{
	width: 100%;
	height: auto;
	display: block;
	transition: 0.4s;
	transform-origin: 50% 20%;
}

.prof_btn:hover{
	cursor: pointer;
}


.prof_btn:hover .cast_pt{
	filter: grayscale(100%)  contrast(100%);
	transform: scale(1.3) rotate(3deg);
}

.cast_name{
	font-size: 19pt;
	font-weight: 700;
	text-align: center;
	margin-top: 21px;
}

.cast_name small{
	font-size: 60%;
	padding-left: 18px;
}

@media screen and (max-width: 1050px) {
	.cast_name small{
		font-size: 50%;
		padding-left: 18px;
	}
}



/*----------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,
.prof_mados .staff_name{
	font-size: 20pt;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left
}

.prof_mados .cast_name small,
.prof_mados .staff_name small{
	font-size: 80%;
}


.cast_cmt{
/*	background-color: #bcbbbb;*/
/*	padding: 10px 20px 20px;*/
	margin-top: 20px;
}

.cast_prf{
	margin-bottom: 14px;
}

/*----------MUSIC------------*/

#music_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

#music_box h3{
	margin: 70px auto 50px;
	width: 30px;
}

.music_ttl{
	font-size: 22pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 80px;
	text-align: center;
}

.music_ttl small{
	font-size: 60%;
}

.music_pt{
	float: left;
	margin-right: 30px;
}

#music_box .clearfix{
	font-size: 11pt;
	line-height: 2.2em;
	text-align: justify;
	text-justify: inter-ideograph;
}



/*----------STAFF------------*/

#staff_box{
	padding-bottom: 100px;
}

#staff_box h3{
	margin: 70px auto 50px;
	width: 30px;
}

#staff_box .txt_box{
	display: flex;
/*	justify-content: space-around;*/
justify-content: center;
	flex-wrap: wrap;
}

.staff_prof{
	width: 50%;
	width: 400px;;
	height: 42px;
	line-height: 42px;
	text-align: right;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 19pt;
	font-weight: 700;
	transition: 0.4s;
}

.staff_close{
	margin-left: 10px;
	transition: 0.4s;
}

.staff_prof:hover{
	cursor: pointer;
	color: rgba(0, 0, 0, 0.6);
}

.staff_prof:hover .staff_close{
	transform:  rotate(180deg);
	
}


/*----------PHOTO------------*/

#pt_box{
}

#pt_up{
	padding: 2% 2% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#pt_up img{
	width: 49%;
	height: auto;
	margin-bottom: 2%
}


/*----------FOOTER------------*/
#footer{
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff;
	background-color: #000;
	text-align: center;
	font-size: 8pt;
}

.biliL{
	font-size: 12pt;
}


.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;
}














