@charset "utf-8";


@media screen and (max-width: 949px) {
	
.sphead {
	display: block;
}
	
body.fixed {
	position: fixed;
}

/* header
--------------------*/

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-size:cover;
	z-index: 4;
	/*background-color: #1b1b1b;*/
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid #feaedd;
}

#header_logo a {
	background-image: url("../../../common/img/header/sp_logotest.png");
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	height: 35px;
	width: 114px;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	/*margin-top: 10px;*/
    margin-top: 8px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	left: 10px;
	float: left;
}

#header .nav_menu {
	position: fixed;
	top: 5px;
	right: 5px;
	width: 39px;
	height: 39px;
	cursor: pointer;
	z-index: 100;
}

#header .nav_menu span {
	display: block;
	background: url(../../img/hdr_nav_menu2.png) no-repeat 50% 50%;
	background-size: 39px 39px;
}

#header .nav_menu img {
	width: 39px;
	visibility: hidden;
}

#header.fixed .nav_menu span {
	background: none;
}

#header.fixed .nav_menu img {
	visibility: visible;
}

.index #header .nav_menu span {
	background: none;
}

.index #header .nav_menu img {
	visibility: visible;
}

#header.open .nav_menu span {
	background: url(../../img/hdr_nav_menu_close.png) no-repeat 50% 50% !important;
	background-size: 39px 39px !important;
}

#header.open .nav_menu img {
	visibility: hidden !important;
}

#header .line {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	padding: 1px 0 0;
	background-color: rgba(255,255,255,0.2);
	font-size: 0;
	line-height: 0;
}

#header.fixed .line {
	display: none;
}

#header .sec_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

#header.open .sec_menu {
	/*background-color: #1b1b1b;*/
    background-color: rgba(180, 180, 180, 0.9);
	background-size:cover;
}
#header .sec_menu_inner {
	width: 100%;
	height: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

#header.open .sec_menu_inner {
	overflow: auto;
}

#header .sec_menu_inner .logo {
	position: relative;
	padding: 19px 0px 0px 0px;
	text-align: center;
	z-index: 100;
}

#header .sec_menu_inner .logo img {
	width: 120px;
}

#header .sec_menu_inner .logo_soflan_sp {
	padding: 23px 0 30px;
	text-align: center;
}

#header .sec_menu_inner .logo_soflan_sp img {
	width: 50px;
}

/* gnav */
#header .gnav {
	padding: 0px 7.333% 20px;
}

#header .gnav > ul {
	/*padding: 0 0 1px;
	background: url(../img/bg_gnav_sp.png) repeat-x 50% 100%;
	background-size: 1px 1px;*/
    border-top: 1px solid #efefef;
    overflow: hidden;
    margin-top: 3%;
}
#header .gnav > ul li{
    border-bottom: 1px solid #efefef;
    float: left;
    width: calc(100%/3);
}
#header .gnav li.gnav_products > a {
	position: relative;
	padding: 0;
	background: none;
	text-align: center;
}

/*#header .gnav li.gnav_products span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_gnav_sp.png) repeat-x 50% 50%;
	background-size: 1px 1px;
}*/

#header .gnav li a,
#header .gnav li em {
	display: block;
	/*background: url(../img/bg_gnav_sp.png) repeat-x 50% 0;
	background-size: 1px 1px;*/
	/*padding: 5px 0px;*/
    padding: 8% 0px;
	color: #fff !important;
	/*width: 33%;*/
    /*font-size: 0.8rem;*/
    font-size: calc(6 * ((100vw - 320px) / 1600) + 12px);
}

#header .gnav li img {
	width: 100%;
}

#header .gnav li.gnav_fabric {
	float: left;
	width: 50%;
	padding: 10px 0 0;
}

#header .gnav li.gnav_fabric a {
	background: url(../img/bg_gnav_sp.png) repeat-y 100% 0;
	background-size: 1px 1px;
	color: #03cbb7 !important;
}

#header .gnav li.gnav_mist {
	float: right;
	width: 50%;
	padding: 10px 0 0;
}

#header .gnav li.gnav_mist a {
	background: none;
	
}

#header .gnav li.gnav_concept {
	clear: both;
	padding: 14px 0 0;
	color: #03cbb7 !important;
}


#header .gnav li.gnav_fabric a,
#header .gnav li.gnav_mist a {
	padding: 0;
}

#header .gnav li a span {
	display: none;
}
}
