@charset "UTF-8";

/*================================================
ヘッダー専用CSS
================================================*/

/* header_belt
--------------------------------------------------------------------*/

.header_belt {
	font-size: 2.4rem;
	color: #b4a0a3;
	text-align: center;
	line-height: 50px;
	background: #eeebe7;
}
.header_belt_bnr {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.header_belt_bnr:before {
	content:"";
	display: block;
	padding-top: 50px;
	overflow: hidden;
}
.header_belt_link {}
.header_belt_image {
	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: 130px;
	position: relative;
}
.header_box {
	width: 100%;
	height: 130px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	-webkit-box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.15);
	box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.15);
}
.header_box.fixed {
	position: fixed;
}
.header_top {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background-color: #fff;
	padding: 0 20px;
}
.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_logo {
	width: 200px;
}
.header_logo_title {
	display: block;
	font-size: 13px;
	line-height: 1;
}
.header_logo_link {
	display: block;
}
.header_logo_link.header_logo_top {}
.header_logo_image {
	width: 100%;
	height: auto;
}


/* header_caution
--------------------------------------------------------------------*/

.header_caution {
	width: 356px;
}
.header_tagline_list:before, .header_tagline_list:after {
	content: none;
}
.header_tagline_list {
	height: 32px;
	position: relative;
}
.header_tagline_item {
	display: block;
	width: 100%;
	color: #1e1e1e;
	font-size:1.2rem;
	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:1.2rem;
	line-height:1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* header_search
--------------------------------------------------------------------*/

.header_search {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header_search_area {
	height: 32px;
}
.header_search_form {}
.header_search_group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header_search_text {
	width: 280px;
	height: 32px;
	position: relative;
}
.header_search_input {
	display: inline-block;
	width: 100%;
	height: 32px;
	color: #000;
	font-size: 1.2rem;
	background-color: #fff;
	padding: 0 30px 0 30px;
	border: 1px solid #aaa;
	border-radius: 4px;
	position:relative;
}
.header_search_input:placeholder-shown {
	color: #999;
}
.header_search_input::-webkit-input-placeholder {
	color:#999;
}
.header_search_input::placeholder{
	color:#999
}
.clear_form_input .search_condition_input {
	padding: 0 30px 0 30px;
}
.header_search_submit {
	position: absolute;
	top: 8px;
	left: 8px;
}
.button_search_submit {
	display: block;
	width: 14px;
	height: 14px;
	background: url(/static/full/images/header/icon_header_search.svg) center center no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.header_search_btn {
	display: inline-block;
}
.button_header_search {
	display: inline-block;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	padding: 5px;
}
.button_header_search:hover {
	color: #000;
}
.header_search_name {
	color: #000;
	font-family: "Archivo", sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0 0 0 15px;
	position: relative;
}
.icon_search_toggle {
	display: inline-block;
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
.icon_search_toggle:before,
.icon_search_toggle:after {
	display: block;
	content: '';
	background-color: #000;
	position: absolute;
	width: 11px;
	height: 1px;
	top: 5px;
	left: 0;
}
.icon_search_toggle:before {
	width: 1px;
	height: 11px;
	top: 0;
	left: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* header_bottom
--------------------------------------------------------------------*/
.header_bottom {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #fff;
	padding: 0 20px;
	position: relative
}
.header_bottom_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: 50px;
	margin: 0 auto;
}
.header_main {
	display: flex;
	align-content: flex-start;
	margin: 0 auto 0 0;
}

/* header_sub
--------------------------------------------------------------------*/
.header_sub {}

/* header_sub_nav
--------------------------------------------------------------------*/

.header_sub_nav {}
.header_sub_list:before, .header_sub_list:after {
	content: none;
}
.header_sub_list {
	display: flex;
	gap: 10px;
	height: 100%;
}
.header_sub_item {
	display:  block;
	position: relative;
}
.header_sub_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.header_shopcart_link {}
.header_shopcart_link.selected:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 101;
	margin-left: -8px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 8px solid #f2f2f2;
}
.icon_header_member {
	display: block;
}
.icon_header_member svg {}
.icon_header_member .icon_member_2 {
	stroke-width:3px;
}
.icon_header_mailmag {
	display: block;
}
.icon_header_mailmag svg {
	width: 30px;
	height: auto;
}
.icon_header_favotite {
	display: block;
}
.icon_header_favotite svg {
	width: 22px;
	height: auto;
}
.header_favorite_batch {}
.header_favorite_batch .no {
	width:14px;
	height:14px;
	display:block;
	background-color: #ff0000;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	text-align:center;
	line-height: 14px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top: -4px;
	right: -8px;
}
.icon_header_cart {
	display: block;
}
.icon_header_cart svg {}
.header_shopcart_piece {
	width:14px;
	height:14px;
	display:block;
	background-color: #413837;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	text-align:center;
	line-height: 14px;
	position:absolute;
	top: -4px;
	right: -8px;
}

/* header_nav
--------------------------------------------------------------------*/

.header_nav {
	display: block;
}
.header_nav_list:before, .header_nav_list:after {
	content: none;
}
.header_nav_list {
	display: -webkit-flex;
	display: flex;
	gap: 40px;
	height: 100%;
}
.header_nav_item {}
.header_nav_item.header_nav_ranking {
	position: relative;
}
.header_nav_link {}
.header_nav_link:hover {
	text-decoration: none;
}
.header_nav_item.header_nav_sale .header_nav_link {
	color: #000;
}
.header_nav_item.header_nav_sale .header_nav_link:hover {
	color: #b1b1b1;
}
.header_nav_btn {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap:0 10px;
	height: 50px;
	color: #000;
	font-family: "Archivo", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	position: relative;
	visibility: hidden;
}
.wf-active .header_nav_btn {
	visibility:visible;
}
.mega_menu_opened.is_open .header_nav_btn {
	color: #b1b1b1;
}
.header_nav_btn:after {
	content:"";
	display:inline-block;
	flex-shrink: 0;
	width:6px;
	height:6px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	transform:rotate(135deg);
}
.mega_menu_opened.is_open .header_nav_btn:after {
	transform: rotate(-45deg);
	margin-top: 3px;
	border-color: #b1b1b1;
}
@media (hover: hover) {
	.mega_menu_opened:focus-within .header_nav_btn {
		color: #b1b1b1;
	}
	.mega_menu_opened:focus-within .header_nav_btn:after {
		transform: rotate(-45deg);
		margin-top: 3px;
		border-color: #b1b1b1;
	}
}

/* mega_menu
--------------------------------------------------------------------*/
.mega_menu {
	display: none;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.15);
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
}
@media (hover: hover) {
	.mega_menu_opened:focus-within .mega_menu {
		display: block;
	}
}
.mega_menu_content {
	min-width: 1200px;
	height: 100%;
	background-color: #fff;
	padding: 0 20px;
}
.mega_menu_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

/* ブランド */
.header_brand_list:before, .header_brand_list:after {
	content: none;
}
.header_brand_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 0 30px;
}
.header_brand_item {}
.header_brand_link {
	display: block;
}
.header_brand_image {
	width: auto;
	height: 28px;
}

/* カテゴリ */
.header_category_block {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.header_category_block + .header_category_block {
	margin-top: 40px;
}
.header_category_list:before, .header_category_list:after {
	content: none;
}
.header_category_list {}
.header_category_name {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.header_category_link {}
.header_category_list__medium {}
.header_category_item__medium {}
.header_category_link__medium {
	font-size: 1.4rem;
	line-height: 1.6;
}
.header_category_list__small {}
.header_category_item__small {
	font-size: 1.4rem;
	line-height: 1.6;
}
.header_category_link__small {}
.header_category_photo {
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.header_category_image {
	max-width: 100%;
	height: auto;
}
.header_category_info {
	text-align: center;
}
.header_category_name {
	font-size: 1.4rem;
}

/* header_cart_nav
--------------------------------------------------------------------*/
.header_cart_nav {
	display: none;
	width: 380px;
	height: auto;
	padding: 20px 15px;
	background-color: #f2f2f2;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 100;
}
.header_cart_content {
	height: 100%;
}
.header_cart_title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.header_cart_inner {
	overflow-y: auto;
	max-height: 332px;
}
.header_cart_empty_text {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 40px 10px;
	position: relative;
}
.header_cart_list {}
.header_cart_item {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px 10px;
}
.header_cart_item + .header_cart_item {
	margin-top: 5px;
}
.header_cart_data {
	display: flex;
	width: 100%;
}
.header_cart_photo {
	width: 100px;
}
.header_cart_link {
	display: block;
	position: relative;
}
.header_cart_link:before {
	content: "";
	display: block;
	padding-top: 133.3333333%;
}
.header_cart_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
.header_cart_detail {
	flex: 1;
	padding-left: 15px;
}
.header_cart_brandname {
	font-family: "Archivo", sans-serif;
	color: #b1b1b1;
	font-size:1.3rem;
	line-height: 1.6;
	margin:0 0 .5rem;
}
.header_cart_name {
	font-size:1.3rem;
	margin:0 0 1rem;
}
.header_cart_price {
	font-size: 1.2rem;
	margin:0 0 .5rem;
}
.header_cart_price_tax {
	font-size: 1.2rem;
}
.header_cart_color {
	font-size: 1.2rem;
	margin:0 0 .5rem;
}
.header_cart_size {
	font-size: 1.2rem;
	margin:0 0 .5rem;
}
.header_total_price {
	text-align: center;
	font-size: 1.8rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.header_total_amount {
	display: inline-block;
	font-size: 1.8rem;
	margin-left: 1.5rem;
}
.header_cart_btn {
	background: #fff;
}
.button_header_cart {
	display: block;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	background-color: #403e3c;
	border-radius: 3px;
	padding: 1.5rem .5rem;
	border: 1px solid #403e3c;
}
.button_header_cart:hover {
	color: #fff;
}
