

/*---------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%);
}

/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 37px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 37px;
	font-family: "Koulen", sans-serif;
	font-size: 14pt;
	font-weight: 100;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #FFFFFF;
	color: #000000;
}


.menu_btn2 {
	height: 30px;
font-family: "Koulen", sans-serif;
	font-size: 12pt;
	font-weight: 200;
	color: #9480A0;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #4F3460;
}

.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

.btn_menu {
	width: 50px;
	height: 50px;
font-family: "Koulen", sans-serif;
	font-size: 15pt;
	font-weight: 700;
	color: #e8d0c6;
	background-color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	padding-left: 15px;*/
	/*	padding-right: 15px;*/
	float: left;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	margin-left: 10px;
}

.btn_menu:hover {
	cursor: pointer;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}




/*-----Main-------*/
main{
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}

#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 30px;
	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;
}



#credit_box{
	background-color: #000;
	text-align: center;
	padding: 30px 0;
}

.bnr_senkoukoukai{
	width: 300px;
	height: auto;
	display: block;
	margin: 30px auto 0;
}


/*-----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: 12pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}


h3{
	display: block;
	font-family: "Koulen", sans-serif;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: 0.5em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}



/*------- Introduction ----------------*/
#intro_box
{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
	color: #000000;
}

.intro_lead1{
	font-size: 19pt;
	line-height: 2.0em;
	margin-bottom: 50px;
	text-align: center;
	color: #B40000;
}

.intro_lead2{
	font-size: 19pt;
	line-height: 2.0em;
	margin-top: 50px;
	text-align: center;
	color: #B40000;
}


/*------- Story ----------------*/
#story_box{
	padding-top: 1px;
	padding-bottom: 100px;
	text-align: center;
}

.story_lead{
	font-size: 18pt;
	line-height: 2.0em;
	margin-bottom: 50px;
	text-align: center;
	color: #B40000;
}

#story_box .txt_box{
	text-align: center;
	line-height: 2.7em;
}


/*------- Director ----------------*/
#director_box{
	padding-top: 1px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	color: #000000;
}

#director_box .prof_btn:hover .cast_pt {
	transform: scale(1.1);
}




/*------- Cast ----------------*/
#cast_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

#director_box .txt_box,
#cast_box .txt_box{
	width: 100%;
	display: flex;
/*	justify-content: space-between;*/
	justify-content: space-around;
	flex-wrap: wrap;
}

.prof_btn {
	width: 372px;
	margin-bottom: 90px;
	text-align: center;
}

.prof_btn:hover {
	cursor: pointer;
}

.cast_pbox {
	width: 372px;
	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: 23pt;
	font-family: "Noto Serif JP", serif;
}

.cast_name small{
	font-size: 70%;
}

.pc_btn{
	width: 228px;
	height: 51px;
	line-height: 51px;
	font-size: 14pt;
	font-family: "Koulen", sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px #fff solid;
	margin: 20px auto 0;
	transition: 0.4s;
}

.prof_btn:hover .pc_btn{
	color: #fff;
	background-color: #000;
}

#director_box .pc_btn{
	color: #fff;
	background-color: #000;
	border: 1px #000 solid;
}

#director_box .prof_btn:hover .pc_btn{
	color: #000;
	background-color: #fff;
	border: 1px #000 solid;
}

/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color:#000;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
/*	display: 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;
}


.prof_mados .cast_name{
	font-size: 20pt;
	margin-bottom: 45px;
	text-align: center;
}

.prof_mados .direc_name{
	text-align: center;
}


.cast_cmt{
	background-color: #d9d9d9;
	padding: 25px 20px 25px;
	margin-top: 30px;
}

.mado_tt{
	font-size: 120%;
	margin-bottom: 10px;
	text-align: center
}


/*----------Footer------------*/
footer{
	background-color: #2b2b2b;
	padding: 50px 0;
	text-align: center;
}

#footer_sns{
	margin-bottom: 30px;
	font-size: 24pt;
	letter-spacing: 0.5em;
}









