@charset "UTF-8";
/* MAIN BLOCK
----------------------------------------------------- */

#wrapper{
	width:100%;
	overflow:hidden;
	background:#fff url(../images/top_mainbg_pc.jpg) center top no-repeat;
	}
#top{position:relative; padding-bottom:50px;}
#mainBlock{
    width:1120px;
    position:relative;
	z-index:100;
	padding-top:470px;
    margin:0 auto 0 auto;
	}
@media screen and (min-width: 1181px) {
	#mainBlock{
	width:1120px;
    margin:0 auto 130px auto;
	}
}
@media screen and (max-width: 1180px) {
	#wrapper{
		background:#fff url(../images/top_mainbg_pc.jpg) center top no-repeat;
		background-size:160% auto;
	}
	#mainBlock{
	padding-top:40vW;
    max-width:100%;
    
	}
}
#topNavi{
	width:100%;
	height:70px;
	overflow: hidden;
	position:fixed;
	bottom:0px;
	left:0;
	z-index:7500;
	text-align:right;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
}

.scrollstart #topNavi{
	opacity:0;
}
#topNavi img{
	margin-top:35px;
	margin-right:10px;
}
@media screen and (min-height: 760px) and (min-width:1181px) {
	#topNavi{
	text-align:center;
	bottom:auto;
	left:0;
	background:none;
		position:relative;
	}
	#topNavi img{
	margin: 35px auto 0 auto;
	}
}
@media screen and (min-height: 760px) and (max-width:1180px) {
	#top{padding-bottom:130px;}
	#topNavi{
	text-align:center;
	bottom:auto;
	left:0;
	background:none;
		position:relative;
	}
	#topNavi img{
	margin: 35px auto 0 auto;
	}
}
@media screen and (max-width:808px) {
	#top{padding-bottom:130px;}
	#topNavi{
	display:none;
	}
	#topNavi img{
	margin: 35px auto 0 auto;
	}
}
@media screen and (min-height: 660px) and (max-width:980px) {
	#top{padding-bottom:130px;}
	#topNavi{
	text-align:center;
	background:none;
		position:relative;
		bottom:0px;
	left:0;
	}
	#topNavi img{
}
}





#topLogo{
	width:652px;
	height:245px;
	background:url("../images/top_logo_pc.png") top left no-repeat ;
	text-indent:-9999px;
	margin:0 auto !important;
} 
#topCatch{
	position:absolute;
	top:220px;
	right:270px;
	width:220px;
	height:128px;
	background:url("../images/top_catch_pc.png") top center no-repeat ;
	text-indent:-9999px;
}
#topAward{
	position:absolute;
	top:10px;
	right:0 ;
	left:0px;
	margin:auto;
	width:814px;
	height:145px;
	background:url("../images/award_pc.png")  top center  no-repeat ;
	text-indent:-9999px;
}

@media screen and (max-width: 1180px) {
	#topLogo{
	width:53vW;
	height:22vW;
	background:url("../images/top_logo_pc.png")  top left  no-repeat ;
	background-size:100% auto;
	text-indent:-9999px;
	
	margin:0 auto 0 auto !important;
	}
	#topAward{
	position:absolute;
	top:10px;
	right:0 ;
	left:0;
	margin:0 auto;
	width:67vW;
	height:20vW;
	background:url("../images/award_pc.png")  top center  no-repeat ;
	background-size:100% auto;
	text-indent:-9999px;
	}

	#topCatch{
	position:absolute;
	top:18vW;
	right:25vW;
	background:url("../images/top_catch_pc.png")  top center  no-repeat ;
	background-size:100% auto;
	text-indent:-9999px;
	}
}



#trailerBtn{
	position:absolute;
	top:515px;
	left:40px;
}

@media screen and (min-width: 1181px) {
	#trailerBtn{
	position:absolute;
	top:535px;
	left:40px;
	}
}
@media screen and (max-width: 1180px) {
	#trailerBtn{
	top:45vW;
	left:2vW;
	}
	#trailerBtn img{
		width:19vW;
	}
}


#bannerArea{
	position:absolute;
	top:100px;
	right:20px;
	width:260px;
	z-index:5000;
}
#bannerArea img{
	-moz-box-shadow: 1px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 0px 3px rgba(0,0,0,0.5);
}
#bannerArea li{
	margin-bottom:5px;
}
@media screen and (min-width: 1451px) {
	#bannerArea{
	position:absolute;
	top:425px;
	right:20px;
	}
}
@media screen and (min-width: 1181px) and (max-width: 1450px) {
	#bannerArea{
	position:absolute;
	top:100px;
	right:20px;
	}
}
@media screen and (max-width: 1180px) {
	#bannerArea{
		width:220px;
		top:70px;
		right:20px;
	}
	
}

