@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: 1200px;
	height: 140px;
	transition: all .3s ease;
	position: relative;
}
.header_content.fixed {
	height: 125px;
}
.header_box {
	width: 100%;
	height: 140px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	transition: all .3s ease;
}
.header_content.fixed .header_box {
	position: fixed;
	height: 125px;
}
.header_top {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background-color: #fff;
	padding: 0 20px;
	border-bottom: 1px solid #cecece;
	transition: all .3s ease;
}
.header_content.fixed .header_top {
	height: 65px;
}
.header_top_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.header_main {}
.header_logo {
	max-width: 100%;
}
.header_logo_title {
	display: block;
	font-size: 13px;
	line-height: 1;
}
.header_logo_link {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_logo_link.header_logo_top {
	width: 149px;
	padding: 49px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo.png) no-repeat center top;
	background-size: 149px 49px;
}
.header_logo_link.header_logo_outlet {
	width: 186px;
	padding: 45px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_outlet.png) no-repeat center top;
	background-size: 186px 45px;
}
.header_logo_link.header_logo_UU010 {
	width: 158px;
	padding: 36px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_UU010.png) no-repeat center top;
	background-size: 158px 36px;
}
.header_logo_link.header_logo_UU020 {
	width: 186px;
	padding: 42px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_UU010.png) no-repeat center top;
	background-size: 186px 42px;
}
.header_logo_link.header_logo_UU030 {
	width: 74px;
	padding: 52px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_UU030.png) no-repeat center top;
	background-size: 74px 52px;
}
.header_logo_link.header_logo_UU040 {
	width: 98px;
	padding: 42px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_UU040.png) no-repeat center top;
	background-size: 98px 42px;
}
.header_logo_link.header_logo_UU050 {
	width: 158px;
	padding: 37px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_UU050.png) no-repeat center top;
	background-size: 158px 37px;
}
.header_logo_link.header_logo_UU060 {
	width: 158px;
	padding: 38px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_UU060.png) no-repeat center top;
	background-size: 158px 38px;
}
.header_logo_link.header_logo_UU070 {
	width: 158px;
	padding: 33px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo_UU070.png) no-repeat center top;
	background-size: 158px 33px;
}
.header_logo_image {
	width: 100%;
	height: auto;
}


/* header_caution
--------------------------------------------------------------------*/

.header_caution {
	width: 281px;
}
.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;
}


/* header_sub_nav
--------------------------------------------------------------------*/

.header_sub_nav {}
.header_sub_list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	margin-left: -10px;
	margin-right: -10px;
}
.header_sub_item {
	padding: 0 10px;
}
.header_sub_item.shopcart {
	position: relative
}
.header_sub_item.shopcart .no {
	width:14px;
	height:14px;
	display:block;
	background-color: #333;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	text-align:center;
	line-height: 14px;
	position:absolute;
	top: -4px;
	right: 2px;
}
.header_sub_link {
	color: #000;
	font-size: 11px;
}
.header_sub_link:hover {
	color: #000;
	text-decoration: none;
}
.header_sub_link.header_sub_guide {
	display: block;
	text-align: center;
	padding: 30px 0 0;
	background: url(/static/full/images/header/icon_header_guide.png) top center no-repeat;
	background-size: 22px 22px;
}
.header_sub_link.header_sub_login {
	display: block;
	text-align: center;
	padding: 30px 0 0;
	background: url(/static/full/images/header/icon_header_login.png) top center no-repeat;
	background-size: 21px 22px;
}
.header_sub_link.header_sub_member {
	display: block;
	text-align: center;
	padding: 30px 0 0;
	background: url(/static/full/images/header/icon_header_member.png) top center no-repeat;
	background-size: 22px 22px;
}
.header_shopcart_link {
	display: block;
	width: 24px;
	height: 28px;
	background: url(/static/full/images/header/icon_header_cart.png) no-repeat;
	background-size: 24px 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_favorite_link {
	display: block;
	width: 23px;
	height: 20px;
	background: url(/static/full/images/header/icon_header_favorite.png) no-repeat;
	background-size: 23px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* header_bottom
--------------------------------------------------------------------*/
.header_bottom {
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background-color: #fff;
	padding: 0 20px;
}
.header_bottom_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: center;
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
}

/* header_sex
--------------------------------------------------------------------*/

.header_sex {
	width:60.5%;
	/*margin-left: -12px;*/
}
.header_sex.header_sex_visibility {
	visibility: hidden;
}
.header_categoryNav {
	width:calc(50% + 55.75px);
}
.header_sex_list:before, .header_sex_list:after {
	content: none;
}
.header_sex_list {
	display: -webkit-flex;
	display: flex;
	justify-content:flex-end;
	height: 100%;
}
/*.header_sex_item {
	margin-right: 20px;
}*/
.header_sex_item:last-child {
	margin-right: 0;
}
.header_sex_link {
	display: block;
	height:60px;
	font-family: "Jost", sans-serif;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	padding: 22px 17.5px;
	/*padding: 12px 10px;*/
	visibility: hidden;
	position: relative;
}
.wf-active .header_sex_link {
	visibility: visible;
}
.wf-active .header_sex_visibility .header_sex_link {
	visibility: hidden;
}
.header_sex_text {
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 13px;
	padding: 0 0 2px 4px;
}
.header_sex_text:after {
	display:inline-block;
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:3px 0 3px 4px;
	border-color:transparent transparent transparent #000;
	transform:rotate(90deg);
	position:relative;
	top:-1px;
	left:15px;
}
.header_sex_item.selected .header_sex_text {
	border-bottom: 1px solid #000;
	box-sizing:border-box;
}
.header_slide_nav {
	/*
	opacity: 0;
	height: 0;
	transition: all 300ms 0s ease;
	transform: translateY(0);
	transform-origin: top;
	width: 100%;
	background-color: #eee;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 100;
	*/
	display: none;
	width: 100%;
	height:60px;
	transition: all 200ms 0s ease;
	background-color: #eee;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 100;
}
/*
.header_slide_nav.active {
	opacity: 1;
	height: 60px;
	transform: translateY(0);
}
*/
.header_content.fixed .header_slide_nav {
	top: 125px;
}
.header_slide_content {
	width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
}
.header_slide_content .header_slide_list {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.header_slide_content .header_slide_category {
	padding: 0 15px;
}
.header_slide_content .header_slide_category:first-child {
	padding: 0 15px 0 0;
}
.header_nav_slidebtn.hover .header_sex_link:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #eee;
	position: absolute;
	bottom: 0;
	/*bottom: -11px;*/
	left: 43%;
	z-index: 101;
	margin-left: -5px;
}
/*▼#15188*/
.header_slide_category {
	position:relative;
}
.header_slide_category a {
	display:block;
}
.header_slide_content {
	padding:0 !important;
}
.header_ctg_text {
	display:block;
	padding:24px 0;
}
.header_slide_subnav {
	opacity: 0;
	width: max-content;
	/*background-color: #eee;*/
	position: absolute;
	top: 60px;
	left: 15px;
	z-index: 100;
	/*
	display: none;
	width: 100%;
	background-color: #eee;
	position: absolute;
	top: 60px;
	left: 15px;
	z-index: 100;
	*/
}
.header_slide_subnav.active {
	opacity: 1;
	transition: all 100ms 50ms ease;
	height: auto;
	/*transform: translateY(0);*/
}
.header_slide_category:nth-of-type(1) .header_slide_subnav {
	left: 0;
}
.header_slide_subcontent {
	width: max-content;
	opacity: 0;
	margin: 0;
	/*
	margin: 0 auto;
	padding: 24px 0;
	*/
}
.header_slide_subnav.active .header_slide_subcontent {
	opacity: 1;
}
.header_slide_sublist {}
.header_slide_subcategory {
	padding:7.5px 0;
}
.header_slide_subcategory:last-child {
	padding-bottom:30px;
}
/*▲#15188*/

/* header_search
--------------------------------------------------------------------*/

.header_search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	margin-left:auto;
}
.header_search_area {
	height: 32px;
	margin-right: 10px;
}
.header_search_form {}
.header_search_group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 -5px
}
.header_search_text {
	width: 220px;
	height: 32px;
	padding: 0 5px;
	position: relative;
}
.header_search_input {
	display: inline-block;
	width: 100%;
	height: 32px;
	color: #999;
	font-size: 11px;
	line-height: 28px;
	background-color: #fff;
	border-bottom: 1px solid #222;
	padding: 5px 30px 5px 10px;
	position:relative;
}
.header_search_input:placeholder-shown {
	color: #999;
}
.header_search_submit {
	padding: 0 5px;
}
.button_search_submit {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/static/full/images/header/icon_header_search.png) center center no-repeat;
	background-size: 20px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_search_btn {
	display: inline-block;
}
.button_header_search {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	background-color: #808080;
	padding: 5px 15px;
}
.button_header_search:hover {
	color: #fff;
}
.header_search_name {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	line-height: 1.6;
	padding: 0 0 0 15px;
	position: relative;
}
.icon_search_toggle {
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.icon_search_toggle:before,
.icon_search_toggle:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 9px;
	height: 1px;
	top: 4px;
	left: 0;
}
.icon_search_toggle:before {
	width: 1px;
	height: 9px;
	top: 0;
	left: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 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;
}
/*.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.selected {
	font-size: 17px;
}
/*
.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 30px;
	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: 30px;
}
.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;
}
