/*---------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: #fff;
	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: "Lora", serif;
	font-size: 12pt;
	font-weight: 100;
	color: #FFFFFF;
	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: #000000;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #b4172c;
	color: #fff;
}


.menu_btn2 {
	height: 30px;
	font-family: 'Crimson Text', 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: 'Bebas Neue', 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-------*/
#top_box {
	width: 100%;
	min-width: 1000px !important;
	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;
}

.pre_logo,
.pre_bl,
.pre_koukai,
.pre_cc{
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

/*-----mvtk-------*/

#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 40px;
}

#mvtk_box img{
	margin: 0 5px 0px;
}


#mvtk_box #mvtk-widgets-container {
    margin: 30px auto 10px;
}



/*-----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;
}


#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: 10;
	margin: 0 auto;
	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 ----------------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px;
}

.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.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;
	width: 500px;
	font-size: 14pt;
	font-weight: 400;
	letter-spacing: 0.7em;
	text-align: center;
	margin: 70px auto;
	font-family: "Shippori Mincho", serif;
}

.h3_en{
	font-size: 22pt;
	font-family: "Lora", serif;
	border-bottom: 1px #000 solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*------- News ----------------*/
#news_box {
	padding-top: 1px;
	padding-bottom: 100px;
	background: #d9d9d9;
}


a.news_line{
	display: flex;
	color: #000;
	height: 66px;
	border-bottom: 1px #000 dotted;
	font-size: 13pt;
	padding-top: 20px;
	text-decoration: none;
}

a.news_line:hover{
	color: #b4172c;
}


.news_date{
	width: 100px;
}

.news_title{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



a.more_btn{
	color:#fff;
	background-color: #000;
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin: 40px auto 0;
	font-size: 14pt;
	background-size: 100% auto;
}








/*------- INTRODUCTION ----------------*/
#intro_box {
	padding-top: 0;
	padding-bottom: 100px;
}

#intro_header{
	padding-top: 1.4vw;
	display: flex;
	justify-content: space-between;
}

.intro_pt{
	width: auto;
	height: 32.7vw;
}

.intro_lead1{
	font-size: 28pt;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.6em;
	color: #b4172c;
}

.intro_lead2{
	font-size: 19pt;
	text-align: center;
	margin-bottom: 50px;
}


/*------- STORY ----------------*/
#story_box {
	padding-top: 0px;
	padding-bottom: 0px;
}

#story_header{
	padding-top: 1.4vw;
	display: flex;
	justify-content: space-between;
}

#story_footer{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.story_pt{
	width: auto;
	height: 32.7vw;
}


.story_leaad{
	font-size: 27pt;
	margin-bottom: 30px;
	line-height: 1.6em;
	text-align: center;
	color: #b4172c;
}

/*------- CAST ----------------*/
#cast_box {
	padding-top: 1px;
	padding-bottom: 40px;
}

#cast_inbox{
	width: 100%;
	margin: 0 auto;
	display: flex;
/*	justify-content: space-between;*/
	justify-content: space-around;
	flex-wrap: wrap;
}

.prof_btn {
	width: 390px;
	margin-bottom: 70px;
	text-align: center;
}

.cast_spa{
	width: 195px;
}


.prof_btn:hover {
	cursor: pointer;
}

.cast_pbox {
	width: 330px;
	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{
	color: #b4172c;
	font-size: 24pt;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px #000 solid;
}

.cast_en{
	display: inline-block;
	padding-left: 14px;
	font-size: 12pt;
}

.cast_role{
	font-size: 17pt;
}

.cast_ex{
	font-size: 13pt;
	margin-bottom: 30px;
}




.cast_name small{
	font-size: 70%;
}

.cast_en{
	font-size: 13pt;
}








.cast_cmt{
	font-size: 15pt;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}




/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #313131;
 	background: #ededed;
	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: 24pt;
	margin-top: 0;
	margin-bottom: 17px;
	border-bottom: none;
}

.prof_mados .cast_role{
	font-size: 16pt;
	margin-bottom: 7px;
}

.prof_mados .cast_ex{
	font-size: 14pt;
	margin-bottom: 30px;
}

.prof_mados .cast_cmt{
	color: #b4172c;
}

.cast_prof{
	margin-top: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
}



/*------- Staff ----------------*/
#staff_box {
	padding-top: 1px;
	padding-bottom: 1px;
}

#staff_box .cast_name{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

/*------- ORIGINAL ----------------*/
#original_box {
	padding-top: 1px;
	padding-bottom: 100px;
}

#original_box .txt_box{
	width: 100%;
}

#original_box .cast_name{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.origin_ttl{
	color: #b4172c;
	line-height: 3.3em;
	text-align: center;
}

.origin1{
	font-size: 17pt;
	margin-bottom: 50px;
}

.origin2{
	font-size: 26pt;
}

.origin2 small{
	font-size: 50%;
}

.origin_prof{
	background-color: #f2f2f2;
	padding: 50px;
	margin-top: 70px;
}

.orgin_name{
	color: #b4172c;
	font-size: 18pt;
	margin-bottom: 30px;
}


/*------- FOOTER ----------------*/
#footer {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
	text-align: center;
}





