@charset "utf-8";
.comingTxt{
	color: #FFF;
	text-align: center;
	font-size: 40px;
	font-size: 4rem;
}
.home a img:hover,
#f_bnrArea a img:hover{
	opacity: 0.7;
	-webkit-transition: all .40s ease;
	-ms-transition: all .40s ease;
	transition: all .40s ease;
}
.sub #f_bnrArea {
	display: none;
}
body{
	font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
	min-width: 1240px;
}
#stage{
	background: url(../img/bg_2.png) ;
    min-height: 100%;
	min-height: 1000px;
}
.home #stage{
	min-height: 1340px;
}
/*header*/
header{
	background: #000;
	border-top: 3px solid #fff662;
	z-index: 5;
	position: relative;
}
#headerIn{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 5;
	position: relative;
}
#headerIn #hd_logo{
	float: left;
	position: relative;
	height: 96px;
	
}
#headerIn #hd_logo a{
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
#headerIn #gnav{
	float: right;
}
#headerIn #gnav ul{
	overflow: hidden;
	width: 920px;
	border-right: 1px solid #252524;
}
#headerIn li{
	display: block;
	float: left;
	border-left: 1px solid #252524;
	border-top: 1px solid #252524;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#headerIn li::after{
	display: block;
	content: "";
	width: 152px;
	height: 48px;
	background: url(../img/gnav_bg.png) left bottom;
	position: absolute;
	top: 0;
	left:0;
	pointer-events: none;
	z-index: -1;
}
#headerIn li a{
	color: #FFF;
	display: block;
	line-height: 48px;
	text-align: center;
	width: 152px;
	height: 48px;
	position: relative;
	overflow: hidden;
}
#headerIn li.current a,
#headerIn li a:hover	{
	background: #e60012 url(../img/gnav_bg_on.png) no-repeat center center;
}
footer{
/*	position: fixed;
	bottom: 0;
	z-index: 1000;*/
	width: 100%;
	min-width: 1240px;
}
#f_bnrArea{
/*	position: fixed;
	bottom: 0;
	z-index: 900;*/
	width: 100%;
	min-width: 1240px;
}
#stageWrap{
	background: url(../img/bg_3.jpg) no-repeat center top !important;
	background-size: cover!important;
	position: relative;
	min-width: 1240px;
    min-height: 100%;
	width: 100%;
	position: relative;
}
.sub::before{
	content:"";
	display: block;
	background: url(../img/bg_1.png) no-repeat right top;
	width: 100%;
	height: 100%;
	min-width: 1024px;
	position: absolute;
	z-index: 4;
	top:0;
	left: 0;
}
#bg{
	height: 600px;
	width: 100%;
	min-width: 1240px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 3;
	overflow: hidden;
}
#bgIn{
	background: #fff662;
   -webkit-transform: skew(0,-10deg);  
   -ms-transform: skew(0,-10deg);  
    -moz-transform: skew(0,-10deg);
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -60%;
	left: 0;
	content: "";
	z-index: 3;
}
.sub #stage{
	position: relative;
	z-index: 5;
}
.sub #mainArea{
	width: 1160px !important;
	min-width: 1160px;
	margin: 0 auto;
	padding: 50px 0 160px 0;
}
.sub .pageTtl{
	font-size: 48px;
	line-height: 1;
	font-size:4.8rem;
	padding-bottom: 44px;
	background: url(../img/page_ttl_bg.png) no-repeat left bottom;
	margin-bottom: 80px;	
}
.subInner3 .pageTtl{
	font-size: 48px;
	line-height: 1;
	font-size:4.8rem;
	padding-bottom: 0 !important;
	background: none;
	margin: 160px 0 80px 0;	
}
.subInner3 {
	color: #FFF;

}
.sub .pageTtl .ttl_s{
	font-size: 24px;
	font-size:2.4rem;
	padding-left: 30px;
}


.pageNav{
	width: 680px;
	margin: 0 auto 80px auto;
	display: table;
	table-layout: fixed;
}
/*#goods .pageNav{
	width: 100%;
}*/

.pageNav li{
	display: table-cell;
	text-align: center;
	border-bottom: 2px solid #fff662;
}
.pageNav li a,
.pageNav li span{
	display: block;
	color: #FFFFFF;
	padding: 10px 0;
	background: #000000;
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
.pageNav li.active a,
.pageNav li:hover a{
	background: #383837;
	-webkit-transition: all .40s ease;
	-ms-transition: all .40s ease;
	transition: all .40s ease;
}
.pageNav li.active a,
.pageNav li.active  span,
.pageNav li:hover a,
.pageNav li:hover  span{
	color: #fff662;
}

.pageNav li#nav_assassin{
	border-bottom: 2px solid #e60012;
}

#toTop{
	text-align: right;
	margin-top: 40px;

}

/**/
.txt_r{
	color:#e60012;
}
.secWrap{
	margin-top: 40px;

}
.footerIn{
	width: 100%;
	background: #fff662;
	color: #000;
	overflow: hidden;
	padding: 15px 20px;
	line-height: 1;
	box-sizing: border-box;
	position: relative;
	z-index: 901;
}

.footerIn .left{
	float: left;
}
.footerIn .right{
	float: right;
}
#f_bnrArea{
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	background-color: rgba(68,68,68,1);
	overflow: hidden;
	/*-webkit-transition: all .40s ease;
	-ms-transition: all .40s ease;
	transition: all .40s ease;*/
	z-index: 900;
}

/*#f_bnrArea:hover{
	left: 0;
}*/

#f_bnrArea .ttl{
	color: #FFF;
	padding-left: 25px;
	background: url(../img/icon.png) no-repeat left center;
	float: left;
	margin-right: 10px;
	width: 60px;
}

#f_bnrArea ul{
	overflow: hidden;
	float: left;
	width: 1090px;
}

#f_bnrArea ul li{
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}
#f_bnrArea ul li:last-child{
	margin-right: 0;
}





#mainArea{
	width: 100%;
	min-width: 1240px;
}
#contents{
/*	padding: 80px 0 0 0;*/

}


.box{
	overflow: hidden;
	margin-bottom: 80px;
}
.type2 .conTtl{
	width: 200px;
	float: left;
}
.type2 .boxIn{
	width: 960px;
	float: right;
}


.conTtl{
	color: #FFFFFF;
	font-size: 32px;
	font-size: 3.2rem;
}
.conTtl .conTtl_s{
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	font-weight:lighter;
}
.hover a:hover{
	opacity: 0.7;
	-webkit-transition: all .40s ease;
	-ms-transition: all .40s ease;
	transition: all .40s ease;
}
