/*---------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: #FFF100;
}

#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: "Anton", sans-serif;
	font-size: 15pt;
	font-weight: 400;
	color: #000000;
	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: #FFF100;
}

.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: #FFF100;*/
}


.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-------*/
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;
	background-color: #000000;
}

#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;
}

.bnr_cmt_link{
	width: 21.5%;
	position: absolute;
	margin-top: 55.5%;
	margin-left: 64.6%;
	z-index: 20;
}

.bnr_cmt{
	width:100%;
	height:auto;
	z-index: 20;
}




/*-----mvtk-------*/

#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
}

#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;
}


#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: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -2px 5px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 10px 0px 0px;
	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;
	font-weight: normal;
}

.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: "Anton", sans-serif;
	font-size: 59pt;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	margin-bottom: 50px;
	color: #fff100;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 370px;
	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: -3300px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 370px;
	background: repeat-x url("../images/scrl_2.jpg") left top/auto 100%;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@keyframes loop-pc2 {
	0% {
		background-position: -2874px 0;
	}
	100% {
		background-position: 0 0;
	}
}

#slide_photo_pc3{
	width: 100%;
	height: 400px;
	background: repeat-x url("../images/scrl_3.jpg") left top/auto 100%;
	animation: loop-pc3 infinite 40s linear;
	z-index: 20;
}

@keyframes loop-pc3 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2900px 0;
	}
}



/*------- INTRODUCTION ----------------*/
#intro_box {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #000;
}

.intro_txtbox1{
	position: absolute;
	margin-top: 0%;
	right: 2%;
	z-index: 10;
	text-align: center;
	width: 32.38%;
}


#intro_box h3{
	margin-top: 0;
	margin-bottom: 20px;
}

.intro_midasi1{
	width: 250px;
	height: auto;
}

.intro_txtbox2{
	position: absolute;
	margin-top: 30%;
	right: 2%;
	z-index: 10;
	width: 48.33%;
}

.intro_midasi2{
	width: 100%;
	height: auto;
}



@media screen and (max-width: 1350px) {
	
	.intro_txtbox2{
		position: absolute;
		margin-top: auto;
		right: 2%;
		bottom: 2%;
		z-index: 10;
		width: 70%;
	}
	
	.intro_midasi2{
		width: 70%;
	}
	
	
}



.intro_lead{
	color: #fff100;
	font-size: 21pt;
	font-weight: 700;
	line-height: 1.5em;
}


/*------- STORY ----------------*/

#story_box {
	padding-bottom: 100px;
	background-color: #000;
}

.xfade{
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
}

.xfade2{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	filter: alpha( opacity=0 );
	opacity: 0.0;
}

.xfade img{
	width: 100%;
	height: auto;
}

#story_box .in_box{
	padding-top: 1px;
}

.story_lead{
	color: #fff100;
	font-size: 23pt;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 30px;
}


/*------- CAST ----------------*/

#cast_box {
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #000;
}

#cast_inbox{
	width: 100%;
	max-width: 1386px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 13px;
}

.casts{
	width: 47.4%;
	margin-bottom: 70px;
}

.casts:hover {
	cursor: pointer;
}

.cast_spa{
	width: 25%;
}

.cast_pbox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}


.cast_pbox::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn_hiraku.png);
	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%;
	
}

.casts:hover .cast_pt {
	filter: grayscale(100%) contrast(120%);
	transform: scale(1.1);
}

.cast_name{
	font-family: "Anton", sans-serif;
	text-align: center;
	font-size: 30pt;
	font-style: italic;
	color: #fff100;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.1em;
}



@media screen and (max-width: 1350px) {
	.cast_name small{
		display: block;
	}
}



.cast_role{
	text-align: center;
	font-size: 18pt;
	color: #fff;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #e7340c;
	font-size: 12pt;
	line-height: 1.7em;
}


.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 {
	color: #000;
	font-size: 27pt;
	margin-bottom: 15px;
}

.prof_mados .cast_name small{
	display: inline;
	font-size: 80%;
}

.prof_mados .cast_role,
.prof_mados .staff_jp{
	color: #000;
	font-size: 16pt;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

/*------- STAFF ----------------*/

#staff_box {
	padding-top: 1px;
	padding-bottom: 930px;
	background-color: #d2e9f6;
	background-image: url(../images/staff_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	#staff_box{
		background-size: 100% auto;
		padding-bottom: 53.39vw;
	}
}

#staff_box h3{
	color: #e8340d;
}


.staffs{
	width: 780px;
	border: 1px #e8340d solid;
	padding: 25px 0;
	text-align: center;
	margin: 0 auto 65px;
	color: #e8340d;
	transition: 0.7s;
}

.staffs:hover{
	cursor: pointer;
	background-color: #fff880;
}

.director{
	padding: 0;
	display: flex;
	align-items: stretch;
}

.staffs::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn_hiraku2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}

.director::after{
	top:auto;
	bottom: 5px;
}

.direc_R{
	flex:1;
	display: flex;
	align-items: center;
}

.direc_txt{
	width: 100%;
	text-align: center;
}

.staff_name{
	font-family: "Anton", sans-serif;
	text-align: center;
	font-size: 30pt;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 10px;
}

.direc_txt small{
/*	display: block;*/
}

.staff_jp{
	color: #000;
	font-size: 18pt;
}


/*------- FOOTER ----------------*/
footer{
	color: #000;
	background-color: #fff100;
	text-align: center;
	font-size: 10pt;
	line-height: 1.8em;
	padding: 100px 13px;;
}








