/*---------Common---------------*/

* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #000;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*-----Main-------*/
main{
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}

#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_bg {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo,
.top_txt{
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.top_bnr_box{
	width: 16%;
	position: absolute;
	margin-top: 4.5%;
	right: 1%;
	z-index: 30;
}

.top_bnr_box img{
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}




#top_bnrbox{
	background-color: #000;
	text-align: center;
	padding: 30px 0;
}

.bnr_senkoukoukai{
	width: 300px;
	height: auto;
	display: block;
	margin: 30px auto 0;
}

#top_bnrbox .top_tw{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}


/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}









/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -1px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 13pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}


h3{
	display: block;
	font-family: "Lora", serif;
	font-size: 21pt;
	font-weight: 700;
	letter-spacing: 0.2em;;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #1de9fc;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 300px;
	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: -2900px 0;
	}
}

/*------- top_bnr_box ----------------*/
#top_bnr_box{
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #000000;
	text-align: center;
}

.bnr_senkou{
	width: 300px;
	height: auto;
	margin: 0 5px 10px;
}

.bnr_senkouB{
	width: 240px;
	height: auto;
	margin: 0 5px 10px;
}


/*------- Introduction ----------------*/
#intro_box
{
	padding-top: 0;
	padding-bottom: 10%;
	background-color: #000000;
	color: #fff;
}

.chirasiura_bg{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

h3.about{
	position: absolute;
	margin-top: 2%;
	margin-left: 11.14%;
	width: 77.72%;
	height: auto;
	z-index: 20;
}

.chirasiura_txt1{
	position: absolute;
	margin-top: 8%;
	margin-left: 11.14%;
	width: 73.7%;
	height: auto;
	z-index: 20;
}

h3.story{
	position: absolute;
	margin-top: 85%;
	margin-left: 11.14%;
	width: 77.72%;
	height: auto;
	z-index: 20;
}


.chirasiura_txt2{
	position: absolute;
	margin-top: 89%;
	margin-left: 11.14%;
	width: 77.72%;
	height: auto;
	z-index: 20;
}

.chirasiura_ptset{
	position: absolute;
	margin-top: 106%;
	margin-left: 1.56%;
	width: 96.88%;
	height: auto;
	z-index: 20;
}

#story_box{
	position: absolute;
	margin-top: 80%;
	margin-left: 0%;
	width: 100%;
	height: 50px;
	z-index: 20;
}



/*------- Story ----------------*/


.story_lead1{
	font-size: 24pt;
	line-height: 2.0em;
	margin-bottom: 20px;
	color: #3691c8;
}

.story_lead2{
	font-size: 22pt;
	line-height: 2.0em;
	margin-top: 40px;
	color: #c5d105;
}


#story_box .txt_box{
	text-align: center;
	line-height: 2.7em;
}


/*------- Director ----------------*/
#director_box{
	padding-top: 1px;
	padding-bottom: 50px;
	background-image: url('../images/director_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #000000;
	color: #fff;
}

.director_pt1{
	display: block;
	margin: 0 auto 20px;
}

#director_box .cast_name{
	text-align: center;
	margin-bottom: 50px;
}

#director_box  .prof_cmt_box{
	background-color: #d9d9d9;
	padding: 20px 30px 25px;
	margin-top: 30px;
	color: #000;
	font-size: 12pt;
	line-height: 1.7em;
}


/*------- Cast ----------------*/
#cast_box{
	padding-top: 1px;
	padding-bottom: 100px;
	background-image: url('../images/cast_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#cast_box .txt_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* justify-content: space-around; */
	flex-wrap: wrap;
}

.prof_btn {
	width: 300px;
	margin-bottom: 90px;
	text-align: center;
}

.prof_btn:hover {
	cursor: pointer;
}

.cast_pbox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
}

.cast_pt {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.4s;
	transform-origin: 50% 50%;
}

#cast_box .prof_btn:hover .cast_pt {
	filter: grayscale(100%)  contrast(100%);
	transform: scale(1.1) rotate(3deg);
}

.cast_name{
	font-size: 18pt;
	font-family: "Noto Serif JP", serif;
}

.cast_name small{
	font-size: 70%;
}

.pc_btn{
	width: 228px;
	height: 51px;
	line-height: 51px;
	font-size: 13pt;
	font-family: "Lora", serif;
	color: #fff;
	background-color: #000;
	border: 1px #fff solid;
	margin: 20px auto 0;
	transition: 0.4s;
}

.prof_btn:hover .pc_btn{
	color: #000;
	background-color: #fff;

}


/*----------STAFF------------*/

#staff_box {
	padding-top: 10vw;
	background-image: url('../images/staff_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 60vw;
	max-height: 1160px;
	min-height: 673px;
}

@media screen and (max-width: 1200px) {
	#staff_box{
		padding-top: 30px;
	}

}




#staff_box .txt_box{
	width: 740px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/* justify-content: space-around; */
	flex-wrap: wrap;
}

/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color:#000;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
	justify-content: space-between;
	align-items: flex-start;

}


.cast_madotxt{
/*	flex:1;*/
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.cast_ptS{
	display: block;
	margin: 0 auto 20px;
}

.director_pt{
	display: block;
	margin: 0 auto 20;
}

.mdo_ttl{
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center
}


.prof_mados .cast_name{
	font-size: 20pt;
	margin-bottom: 45px;
	text-align: center;
}

.prof_mados .direc_name{
	text-align: center;
}


.prof_cmt_box{
	background-color: #d9d9d9;
	padding: 20px 30px 25px;
	margin-top: 30px;
}

.mado_tt{
	font-size: 120%;
	margin-bottom: 10px;
	text-align: center
}


/*------- REVIEW ----------------*/
#review_box{
	padding-top: 0;
	padding-bottom: 100px;
	text-align: center;

}

.review_bg{
	width: 100%;
	height: auto;
}

#review_box .in_box{
	z-index: 20;
	margin-top: -430px;
}


#review_box .txt_box{
	width: 100%;
	text-align: center;
	font-size: 23pt;
	line-height: 1.8em;
}

.rvw_name{
	font-size: 70%;
	margin-bottom: 70px;
}



/*----------Footer------------*/
footer{
	background-color: #10293f;
	padding: 50px 0;
	text-align: center;
	color: #000000;
}

#footer_sns{
	margin-bottom: 30px;
	font-size: 24pt;
	letter-spacing: 0.5em;
}
