@charset "utf-8";


html, body {
    overflow: visible;
}

body {
	background: url(../img/top/sp_bg_body.jpg) no-repeat 50% 50%;
	background-size: cover;
}


header {
	display: none !important;
}

#container {
	display: none !important;
}


#spLogo {
	width: 236px;
	height: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -118px;
}


/* spGnavTop
------------------------------------------------------------------------ */
#spBtnMenuTop {
	width: 105px;
	height: 30px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 5;
	margin-top: -30px;
}

#spGnavTop {
	width: 100%;
	overflow: visible;
	padding: 0px 15px 20px;
	box-sizing: border-box;
	background: #918333;
	position: fixed;
	top: 100%;
	/*bottom: -464px;*/
	left: 0px;
	z-index: 8;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	/*box-shadow: 0px 3px 10px #4C4C4C;*/
}



/* spBrandListTop
------------------------------------------------------------------------ */
#spBtnBLTop {
	width: 105px;
	height: 30px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	margin-top: -30px;
}


#spBrandListTop {
	width: 100%;
	overflow: visible;
	padding: 0px 15px 20px;
	box-sizing: border-box;
	background: #918333;
	position: fixed;
	top: 100%;
	left: 0px;
	z-index: 8;
	color: #fff;
	font-size: 12px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	/*box-shadow: 0px 3px 10px #4C4C4C;*/
}

#spBrandListTop li {
	border-bottom: 1px solid #bbb381;
}
#spBrandListTop li:first-child {
	padding-top: 20px;
}

#spBrandListTop li a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
}


#bgBrown {
	background: #918333;
	height: 50%;
	width: 100%;
	display: block;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 7;
}
























