/* basic */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
img{
	border:none;
	vertical-align:bottom;
}
body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
#wrapper{
	background:url(../img/header_bg.png) center top no-repeat;
	background-attachment:fixed;
	-webkit-animation-name: BGarea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-name: BGarea;
	animation-fill-mode:backwards;
	animation-delay: 1.5s;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
@-webkit-keyframes BGarea {
	0% {
		background-position:center -330px;
	}
	100% {
		background-position:center 0;
	}
}
@keyframes BGarea {
	0% {
		background-position:center -330px;
	}
	100% {
		background-position:center 0;
	}
}


/* menu */
#menu{
	width:760px;
	height:70px;
	top:0;
	left:50%;
	margin-left:-380px;
	position:absolute;
}

#menu li{
	float:left;
	width:136px;
	height:70px;
	margin:0 8px;
	list-style-type:none;
	overflow:hidden;
}
#menu a{
	display:block;
	width:136px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/menu_bg.png);
	background-repeat:no-repeat;
}
#btn01{
	background-position:-8px 0;
}
#btn01:hover{
	background-position:-8px -70px;
}
#btn02{
	background-position:-160px 0;
}
#btn02:hover{
	background-position:-160px -70px;
}
#btn03{
	background-position:-312px 0;
}
#btn03:hover{
	background-position:-312px -70px;
}
#btn04{
	background-position:-464px 0;
}
#btn04:hover{
	background-position:-464px -70px;
}
#btn05{
	background-position:-616px 0;
}
#btn05:hover{
	background-position:-616px -70px;
}
#btn06{
	background-position:-768px 0;
}
#btn06:hover{
	background-position:-768px -70px;
}

/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 23px;
	right: 8px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #eee;
    color:#999;
}