/*---------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: #E60012;
}

#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: "Paytone One", sans-serif;
	font-size: 15pt;
	color: #000000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #E60012;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
	color: #E60012;
}

.menu_btn_jp{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.menu_btnX{
	padding-left: 15px;
	padding-right: 15px;
}


.menu_btn2 {
	height: 30px;
font-family: "Patua One", 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: 40px;
	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: "Patua One", 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-------*/
#top_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 37px;
	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,
.top_txt_cmt{
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

#top_footer{
	background-color: #e70014;
	padding: 30px 0;
	text-align: center;
}

.top_bl{
	width: 640px;
	height: auto;
}

/*-----mvtk-------*/

#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
/*	display: none;*/
}

#mvtk_box img{
	margin: 0 5px 10px;
}


#mvtk_box #mvtk-widgets-container {
    margin: 0px auto 10px;
}

.mvtk_title{
	text-align: center;
	color: #fff;
	margin: 50px 0 10px;
}

#mvtk_box iframe.mvif{
	display: block;
	width: 850px;
	height: 220px;
	margin: 0px auto;
}



/*-----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;
}


#ftr_naka {
	text-align: center;
	width: 100%;;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 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: -2px 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;
	margin-top: 0;
	margin-bottom: 0;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

h3{
	display: block;
	font-family: "Paytone One", sans-serif;
	font-size: 31pt;
	/*	letter-spacing: 0.2em;*/
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #E50011;
}



.txt_box{
	font-size: 14pt;
	line-height: 2.3em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 310px;
	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: 214px;
	background: repeat-x url("../images/nobi_scrl.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: -2193px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -2193px 0;
	}
	100% {
		background-position: 0 0;
	}
}


/*------- INTRODUCTION ----------------*/
#intro_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

.intro_bg{
	width: 100%;
	height: auto;
}

#intro_box h3{
	margin: 30px 0 60px;
}


.intro_midasi_sp{
	display: block;
	margin: 0 auto 40px;
}

/*------- STORY ----------------*/
#story_box{
	padding-top: 0;
	padding-bottom: 100px;
}

#story_box h3{
	margin: 60px 0
}

.story_midasi{
	display: block;
	margin: 0 auto 40px;
}


/*------- CAST ----------------*/
#cast_box{
	padding-top: 0;
	padding-bottom: 0;
}

#cast_box h3{
	position: absolute;
	margin-top: 2%;
	margin-left: 0%;
	z-index: 25;
	text-align: center;
	width: 100%;
}

.casts{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.cast_onbox{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 5;
}


.cast_blood{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 5;
	opacity: 0.0;
	transition: 0.4s;
}


.cast_pt{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	z-index: 3;
	transition: 0.4s;
}

.cast_pt_bg{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	z-index: 1;
}

.cast_pt_no{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	z-index: 1;
	visibility: hidden;
}


.prof_btn{
	width: 22.78%;
	min-width: 350px;
	height: 39%;
	min-height: 210.85px;
	z-index: 10;
	text-align: center;
/*	border: 1px #000 solid;*/
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	transition: 0.4s;
}

.btn_blood{
	width: 100%;
	height: auto;
}

.prof_btnin{
	width: 100%;
	height: 100%;
	background-image: url(../images/btn_blood.png);
	background-size: 100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}



.prof_btn___:hover{
	cursor: pointer;
	width: 25.06%;
	height: 42.9%;
	transition: 0.4s;
}

.prof_btn:hover .prof_btnin{
	cursor: pointer;
	width: 110%;
	height: 110%;
	margin-top: -2.5%;
	margin-left: -5%
}

.prof_btn:hover +.cast_onbox .cast_blood{
	opacity: 1.0;
}

.prof_btn:hover +.cast_onbox .cast_pt{
	filter: grayscale(100%);
}




.cast1 .prof_btn,
.cast3 .prof_btn,
.staff1 .prof_btn,
.staff2 .prof_btn
{
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cast2 .prof_btn,
.cast5 .prof_btn,
.cast6 .prof_btn,
.cast7 .prof_btn{
	right: 10%;
	transform-origin: 10% 0%;
}

.cast4 .prof_btn{
	left: 10%;
}

.cast_name{
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18pt;
	font-weight: 700;
}

.cast_role{
	font-size: 80%;
}

.cast_name .icon12{
	font-size: 80%;
}


/*------- STAFF ----------------*/
#staff_box{
	padding-top: 0;
	padding-bottom: 0;
}

#staff_box h3{
	position: absolute;
	margin-top: 2%;
	margin-left: 0%;
	z-index: 25;
	text-align: center;
	width: 100%;
}



/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #e50011;
	background: #000;
	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;
}


.prof_mados .cast_name{
	font-size: 20pt;
	margin-bottom: 15px;
	color: #e50011;
}

.prof_mados .cast_name small{
	display: block;
	font-size: 80%;
}
































