@charset "UTF-8";

/*================================================
ヘッダー専用CSS
================================================*/

/* header_info
--------------------------------------------------------------------*/

.header_info {
	font-size: 24px;
	color: #b4a0a3;
	text-align: center;
	line-height: 50px;
	background: #eeebe7;
}
.header_info .section_top_bnr{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.header_info .section_top_bnr:before {
	content:"";
	display: block;
	padding-top: 50px;
	overflow: hidden;
}
.header_info .section_top_bnr img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:auto;
	height:auto;
	margin: 0 -100%;
	padding: 0 100%;
}


/* header_content
--------------------------------------------------------------------*/

.header_content {
	width: 100%;
	min-width: 1080px;
	height: 68px;
	position: relative;
}
.header_box {
	width: 100%;
	height: 68px;
	border-top: 1px solid #a7a6a7;
	border-bottom: 1px solid #a7a6a7;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.header_box.fixed {
	position: fixed;
}

/* header_caution
--------------------------------------------------------------------*/

.header_caution {
	float: left;
	width: 300px;
	padding: 18px 0;
}
.header_tagline_list {
	height: 32px;
	position: relative;
}
.header_tagline_item {
	display: block;
	width: 100%;
	color: #1e1e1e;
	font-size:12px;
	line-height:1.2;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_tagline_link {
	color: #000;
}
.header_tagline_link:hover {
	color: #000;
}
.header_tagline_text {
	display: block;
	color: #000;
	font-size:12px;
	line-height:1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* header_toparea
--------------------------------------------------------------------*/

.header_toparea:before,
.header_toparea:after {
	content: "";
	display: block;
}
.header_toparea:after {
	clear: both;
}
.header_toparea {
	width: 1080px;
	height: 68px;
	margin: 0 auto;
	position: relative;
}
.header_toparea_logo {
	display: none;
	float: left;
	height: 68px;
	padding: 19px 0;
}
.header_logo img {
	width: 190px;
	height: auto;
}
.header_toparea_info {
	float: right;
	font-size: 0;
	text-align: right;
}

.header_logo_top {
	display: none;
    position: absolute;
    top: 21px;
    left: 35px;
    z-index: 110;
}

.header_logo_top img {
	width: 88px;
	height: auto;
}

/* header_sub_nav
--------------------------------------------------------------------*/

.header_sub_nav {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	padding: 28px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header_sub_nav ul {
	/* padding:27px 0 0; */
	text-align: center;
}
.header_sub_nav ul li {
	display: inline-block;
	border-right: 1px solid #a3a3a3;
}
.header_sub_nav ul li:last-child {
	border-right: none;
}
.header_sub_nav a {
	padding: 0 20px;
}

/* header_search
--------------------------------------------------------------------*/

.header_search {
	display: inline-block;
	width: 275px;
	vertical-align: middle;
	position: relative;
	z-index: 110;
	padding: 19px 0 19px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header_search_form {
	width: 190px;
	height: 30px;
	border: 1px solid #a7a6a7;
	border-radius: 3px;
	position: relative;
	float: left;
}
.header_search_input {
	width: 100%;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	padding: 0 20px 0 8px;
	border: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.header_search_submit {
	width: 18px;
	height: 18px;
	background: url(../images/header/header_search.png) no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -9999px;
}
.header_search input[title] {
	letter-spacing: -.08em;
}
.header_search_keyword {
	padding: 14px 0 0;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 100;
	display: none;
}
.header_search_keyword:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #e9e7e8;
	display: block;
	position: absolute;
	top: 7px;
	left: 20px;
	transform: rotate(45deg);
	z-index: 80;
}
.header_search_keyword_area {
	width: 270px;
	padding: 15px;
	background: #e9e7e8;
	text-align: left;
	position: relative;
	z-index: 100;
}
.header_search_keyword_title {
	color: #7e7e7e;
	font-size: 14px;
	margin: 0 0 15px;
}
.header_search_keyword_list {
	margin-left: -10px;
}
.header_search_keyword_item {
	margin: 0 0 10px 10px;
	display: inline-block;
	white-space: nowrap;
}
.header_search_keyword_link {
	padding: 0 20px;
	line-height: 25px;
	background: #fff;
	color: #7e7e7e;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 2px 2px #a7a6a7;
}
.search_btn {
	width: 63px;
	float: right;
}
.search_btn a {
	background: #000;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: block;
}

/* header_member_nav
--------------------------------------------------------------------*/

.header_member_nav {
	display: inline-block;
	height: 68px;
	vertical-align: middle;
	padding: 18px 0 18px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header_member_nav ul li {
	float: left;
	margin-left: 10px;
	position: relative;
	min-width: 40px;
}
.header_member_nav .favorite a {
	width: 30px;
	height: 30px;
	background: url(../images/header/header_icon_01.jpg) no-repeat;
	text-indent: -9999px;
	text-align: left;
	display: block;
}
.header_member_nav .shopcart a {
	padding: 30px 0 0;
	background: url(../images/header/header_icon_02.jpg) no-repeat top center;
	display: block;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
}
.header_member_nav .shopcart .no {
	width: 21px;
	height: 21px;
	display: block;
	background: #ef201e;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 21px;
	position: absolute;
	top: -8px;
	right: -12px;
}

/* header_logo_bottom
--------------------------------------------------------------------*/

.header_logo_bottom {
	padding: 58px 0 64px;
	text-align: center;
}
.header_logo_bottom img {
	width: auto;
	height: 80px;
}

/* header_nav
--------------------------------------------------------------------*/

.header_nav {
	width: 1080px;
	padding: 0 0 30px;
	margin: 0 auto;
}

/* header_nav_list
--------------------------------------------------------------------*/

.header_nav_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.header_nav_item {
	display: inline-block;
	height: 25px;
	width: 180px;
	/* padding: 0 32px; */
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
/*.header_nav_item.allitem {
	width: 150px;
}
.header_nav_item.newarrival {
	width: 150px;
}

.header_nav_item.category {
	width: 150px;
}
.header_nav_item.ranking {
	width: 150px;
}
.header_nav_item.coordinate {
	width: 150px;
}
.header_nav_item.brand {
	width: 150px;
}*/
/*.header_nav_link {
	font-size: 19px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	display: block;
	letter-spacing: 0.02em;
	white-space: nowrap;
	height:  20px;
	overflow: hidden;
	line-height: 20px;
}*/
.header_nav_link {
	font-size: 16px;
}
.header_nav_link.selected {
	font-size: 16px;
}
/*
.category .header_nav_link.selected:before {
    content: "";
    display: block;
    background: #eee;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    margin: 30px 0 0 78px;
}

.brandlist .header_nav_link.selected:before {
    content: "";
    display: block;
    background: #eee;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    margin: 30px 0 0 78px;
}
*/
/* header_category_box
--------------------------------------------------------------------*/

.header_category_box {
	display: none;
	width: 1080px;
	padding: 42px 0 0;
	background-color: #fff;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 100;
	box-shadow: 2px 2px 4px;
}
.header_category_inner {
	padding: 0 70px 40px;
	height: 100%;
}

/* header_category_nav
--------------------------------------------------------------------*/

.header_category_nav {}
.header_category_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.header_category_block + .header_category_block {
	margin-top: 20px;
}
.header_category_list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: inline-block;
	width: 16.6666667%;
	font-size: 0;
	letter-spacing: 0;
	vertical-align: top;
}
.header_category_name {
	font-size: 14px;
	font-weight: bold;
	/*margin-bottom: 20px;*/
}
.header_category_link {}
.header_category_list__medium {}
..header_category_list__small {}
.header_category_item__medium,
.header_category_item__small {
	font-size: 12px;
	letter-spacing: .07rem;
}
.header_category_item__medium + .header_category_item__medium,
.header_category_item__small + .header_category_item__small {
	margin-top: 12px;
}
.header_category_link__medium,
.header_category_link__small {
	line-height: 1.25;

}

/* category_level02
--------------------------------------------------------------------*/

.category_level02 .sub_text {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.category_level02 {
	width: 16%;
	float: left;
}
.category_level02 ul {
	margin-bottom: 30px;
}
.category_level02 ul li {
	margin-bottom: 10px;
}