/*---------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: "Roboto", serif; */
	font-family: "Anton", sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
}

.menu_btn_jp{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 90%;
}

.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: '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;
}


/*-----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_cc_box{
	background-color: #fff;
	padding-top: 9px;
	z-index: 30;
}

.top_cc{
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#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;
}





/*-----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 0px 0px 0px;
	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;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3{
	display: block;
	font-family: "Anton", sans-serif;
	font-size: 30pt;
	font-weight: 400;
	text-align: center;
	padding-bottom: 30px;
	margin: 50px auto;
	width: calc(100% - 40px);
	max-width: 1550px;
	border-bottom: 1px #fff solid;
}




/*------- CAST ----------------*/
#cast_box{
	padding-top: 0px;
	padding-bottom: 100px;
	display: flex;
}

a.cast_btn{
	display: block;
	width: calc(100% / 3);
	text-align: center;
	margin: 0;
}

.top789_pstr{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition: 0.4s;
}

.btn_cast{
	transition: 0.4s;
	transform-origin: 50% 50%;
}

a.cast_btn:hover .top789_pstr{
	filter: grayscale(100%)  contrast(100%);
}

a.cast_btn:hover .btn_cast{
	transform: scale(1.1);
}


/*------- INTRODUCTION ----------------*/
#intro_box {
	padding-top: 0px;
	padding-bottom: 100px;
}

.top_ptL{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}


.intro_lead{
	font-size: 34pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 50px;
	text-align: center;
}

.intro_txt{
	font-size: 16pt;
	line-height: 2.0em;
	margin-bottom: 50px;
	text-align: center;
}

.toho_box{
	border: 1px #fff solid;
	padding: 30px;
	font-size: 16pt;
	text-align: center;
}

.toho_lead{
	font-size: 22pt;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #fff solid;
	text-align: center;
}


/*----------PHOTO SCROLL------------*/
#slide_photo_pc1{
	width: 100%;
	height: 158px;
	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: -2000px 0;
	}
}


/*------- STAFF ----------------*/
#staff_box {
	padding-top: 1px;
	padding-bottom: 100px;
	color: #000;
	background-color: #fff;
}

#staff_box h3{
	border-bottom: 1px #000 solid;
}

#staff_box .txt_box{
	text-align: center;
	font-size: 16pt;
	line-height: 2em;
}

.staff_copy{
	font-size: 11pt;
	margin-top: 50px;
	line-height: 1.7em;
}


/*------- 3 SCREEN ----------------*/
#disp3_box {
	padding-top: 1px;
	padding-bottom: 100px;
}

#disp3_box h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 24pt;
	line-height: 1.6em;
}

.screen_pt{
	width: 100%;
	max-width: 974px;
	height: auto;
	display: block;
	margin: 0 auto 30px;
}

a.disp3_link{
	color: #000;
	background-color: #fff;
	padding: 9px 25px;
	border-radius: 18px;
	transition: 0.4s;
}

a.disp3_link:hover{
	color: #000;
	background-color: #6f6f6f;
}


/*------- FOOTER ----------------*/
footer {
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	background-color: #6f6f6f;
}

.ftr789_bl{
	width: 100%;
	max-width: 1000px;
	height: auto;
}


/*----------------------------------*/
/*------- CAST PAGE ----------------*/
/*----------------------------------*/



#cast_top_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 30px;
}

.castpage_top{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_cast1{
	width: 100%;
	height: 316px;
	background: repeat-x url("../images/scrl_cast1.jpg?2") left top/auto 100%;
	animation: loop-cast infinite 40s linear;
	z-index: 20;
}

#slide_photo_cast2{
	width: 100%;
	height: 316px;
	background: repeat-x url("../images/scrl_cast2.jpg?2") left top/auto 100%;
	animation: loop-cast infinite 40s linear;
	z-index: 20;
}

#slide_photo_cast3{
	width: 100%;
	height: 316px;
	background: repeat-x url("../images/scrl_cast3.jpg?2") left top/auto 100%;
	animation: loop-cast infinite 40s linear;
	z-index: 20;
}

@keyframes loop-cast {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3305px 0;
	}
}




#cast_page_box{
	margin: 0;
}

#cast_page_box img{
	display: block;
	margin: 0 auto;
}

.cast100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.cast28{
	width: 28.444444444444443%;
	height: auto;
}

.cast1_1_box{
	background-color: #133e9a;
}

.cast1_2_box{
	background-color: #ea6915;
}

.cast1_3_box{
	background-color: #000;
	margin: 0;
	padding: 100px 0;
}

.cast1_4_box{
	background-color: #000;
	padding-bottom: 100px;
}


.cast2_1_box{
	background-color: #d30002;
}

.cast2_2_box{
	background-color: #6b4193;
}

.cast2_3_box{
	background-color: #000;
	margin: 0;
	padding: 100px 0;
}

.cast2_4_box{
	background-color: #11423f;
	padding-bottom: 100px;
}


.cast3_1_box{
	background-color: #ffb900;
}

.cast3_2_box{
	background-color: #939393;
}

.cast3_3_box{
	background-color: #573529;
	margin: 0;
}

.cast3_4_box{
	background-color: #000;
	padding-bottom: 100px;
}


.cast_other_box{
	color: #fff;
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 100px;
}

.cast_other_txt{
	border: 1px #fff solid;
	font-size: 16pt;
	line-height: 2em;
	text-align: center;
	padding: 30px;
}

.team_name{
	font-size: 26pt;
	font-weight: 700;
	margin-bottom: 30px;
}


#cast_page_box img.btn_back{
	margin-top: 90px;
	transition: 0.4s;
	
}

#cast_page_box img.btn_back:hover{
	opacity: 0.8;
}














