@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*---------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: "Bebas Neue", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15pt;
	font-weight: 200;
	color: #FFF400;
	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: #FFF400;
	color: #000000;
}


.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}




/*-----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;
}

/*-----mvtk-------*/
#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

#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 0 10px;
	padding: 0px 0px 20px 0px;
}


#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: 30px;
	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;
	overflow-x: hidden;
}

.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: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3 {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 38pt;
	color: #000;
	text-align: center;
	margin-bottom: 50px;

}


/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 350px;
	background: repeat-x url("../images/scrl_1_0.jpg") left top/auto 100%;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
	margin: 16px 0;
}


@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3020px 0;
	}
}


#slide_photo_pc2{
	width: 100%;
	height: 350px;
	background: repeat-x url("../images/scrl_2.jpg") left top/auto 100%;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
	margin: 16px 0;
}


@keyframes loop-pc2 {
	0% {
		background-position: -3020px 0;
	}
	100% {
		background-position: 0 0;
	}
}


/*------- INTRODUCTION ----------------*/
#intro_box{
	color: #000;
	background-color: #000;
}

.intro_headbox{
	padding-bottom: 10px;
}

.intro_head{
	width: 100%;
	height: auto;
}

.intro_review{
	width: 100%;
	height: auto;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 10;
	transform-origin: 22% 50%;
}

#intro_body{
	background-image: url('../images/intro_txt_bg.jpg');
	height: 1400px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-top: 1px;
}

@media screen and (min-width: 1800px) {
	#intro_body {
		background-size: 100% auto ;
	}
}

.intro_midasi1{
	margin: 0 auto 30px;
}

.intro_midasi2{
	margin: 50px auto 30px;
}

.intro_txt2{
	font-size: 15pt;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}


/*------- STORY ----------------*/
#story_box{
	padding-top: 241px;
	background-image: url('../images/stroy_bg.jpg');
	height: 1100px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media screen and (min-width: 1800px) {
	#story_box {
		background-size: 100% auto ;
	}
}

#story_box h3{
	color: #FFF400;
}

.story_midashi{
	margin: 0 auto 50px;
}


/*------- CAST ----------------*/
#cast_box{
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

#cast_box h3{
	color: #FFF400;;
}

.cast_pt1{
	margin-bottom: 30px;
}

#cast_box .txt_box{
	text-align: center;
	font-size: 14pt;
	font-weight: 700;
	line-height: 1.9em;
}
.cast_name{
	font-size: 18pt;
	font-weight: 700;
}


/*------- STAFF ----------------*/
#staff_box{
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
}

#staff_box h3{
	color: #FFF400;;
}

#staff_box .txt_box{
	text-align: center;
	font-size: 14pt;
	font-weight: 700;
	line-height: 1.9em;;
}

.staff_name{
	font-size: 18pt;
	font-weight: 700;
	margin-top: 50px;
}









/*------- FOOTER ----------------*/

footer{
	width: 100%;
	min-width: 1000px;
	padding: 50px 0 100px;
	text-align: center;
	color: #fff;
	font-size: 9pt;
}

.top_bl{
	width: 800px;
	height: auto;
}












