@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: 190px;
	position: relative;
}
.header_box {
	width: 100%;
	height: 190px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;

}
.header_box.fixed {
	position: fixed;
}
.header_top {
	width: 100%;
	min-width: 1200px;
	height: 90px;
	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 {
	max-width: 100%;
}
.header_logo_title {
	display: block;
	font-size: 13px;
	line-height: 1;
}
.header_logo_link {
	display: block;
}
.header_logo_link.header_logo_top {
    width: 173px;
    height: 35px;
}
.header_logo_image {
	width: 100%;
	height: auto;
}


/* header_caution
--------------------------------------------------------------------*/

.header_caution {
	width: -moz-available;
	width: -webkit-fill-available;
}
.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;
	justify-content: end;
	gap: 16px;
	width: -moz-available;
	width: -webkit-fill-available;
}
.header_search_area {
	height: 35px;
}
.header_search_form {}
.header_search_group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header_search_text {
	width: 258px;
	height: 35px;
	position: relative;
}
.header_search_input {
	display: inline-block;
	width: 100%;
	height: 35px;
	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: 12px;
	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: 6px 0;
}
.button_header_search:hover {
	color: #000;
}
.header_search_name {
	color: #555;
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0;
	position: relative;
	text-decoration: underline;
	white-space: nowrap;
}
.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: #8592C0;
	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_search_keyword{
	width: 100%;
	height: auto;
	min-height: 50px;
	margin: 0 auto;
	font-size: 12px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	background: #fff;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s;
}
.header_search_keyword.open{
	grid-template-rows: 1fr;
}
.header_search_keyword_area {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-content: flex-start;
	margin: 0 auto;
	overflow: hidden;
	min-height: 50px;
	padding: 13px 0;
}
.header_search_keyword_title{
	width:127px;
	line-height:24px;
}
.header_search_keyword_link{
	display: block;
	background: #F2F2F2;
	padding: 5px 10px 5px;
	border-radius: 30px;
	line-height: 1.2;
}
.header_search_keyword_list{
	width: calc(100% - 127px);
	display:flex;
	flex-wrap: wrap;
	gap:13px 10px;
}
.header_search_keyword_list:before,
.header_search_keyword_list:after{
	content:none;
}
.header_search_keyword_list_item{
	white-space: nowrap;
}
.header_search_keyword_list_item a{
	white-space: nowrap;
}
.header_search_keyword_more{
	display: block;
	width: 90px;
	text-align: right;
}

.header_search_keyword_more a{
	display: block;
	white-space: nowrap;

}
.header_search_keyword_more a:focus-visible{
	outline: none;
}
.header_search_keyword_more a:after{
	content:"もっと見る ＋";
	font-size:12px;
	line-height:24px;
	animation-name: keyword_more_fadein;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
.header_search_keyword.open .header_search_keyword_more a:after{
	content:"";
	font-size:12px;
	line-height:24px;
	animation-name: keyword_more_fadeout;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
.header_search_keyword_more a:before{
	content:"";
	font-size:12px;
	line-height:24px;
	animation-name: keyword_more_fadeout;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
.header_search_keyword.open .header_search_keyword_more a:before{
	content:"閉じる －";
	font-size:12px;
	line-height:24px;
	animation-name: keyword_more_fadein;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

@keyframes keyword_more_fadein {
  0% {
    opacity: 0;
  }
100% {
    opacity: 1;
  }
}

@keyframes keyword_more_fadeout {
  0% {
    opacity: 1;
  }
100% {
    opacity: 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: #C7A15C;
	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: #fff;
}
.header_nav_item.header_nav_sale .header_nav_link:hover {
	color: #fff;
}
.header_nav_btn {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap:0 10px;
	height: 50px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	position: relative;
	visibility: hidden;
}
.wf-active .header_nav_btn {
	visibility:visible;
}
.mega_menu_opened.is_open .header_nav_btn {
	color: #fff;
}
.header_nav_btn:after {
	content:"";
	display:inline-block;
	flex-shrink: 0;
	width:6px;
	height:6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform:rotate(135deg);
}
.mega_menu_opened.is_open .header_nav_btn:after {
	transform: rotate(-45deg);
	margin-top: 3px;
	border-color: #fff;
}
@media (hover: hover) {
	.mega_menu_opened:hover .header_nav_btn,
	.mega_menu_opened:focus-within .header_nav_btn {
		color: #fff;
		opacity: 0.7;
	}
	.mega_menu_opened:hover .header_nav_btn:after,
	.mega_menu_opened:focus-within .header_nav_btn:after {
		transform: rotate(-45deg);
		margin-top: 3px;
		border-color: #fff;
	}
}

/* mega_menu
--------------------------------------------------------------------*/
.mega_menu {
	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;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
}
.mega_menu_opened.is_open .mega_menu {
	opacity: 1;
	visibility: visible;
}
@media (hover: hover) {
	.mega_menu_opened:hover .mega_menu,
	.mega_menu_opened:focus-within .mega_menu {
		opacity: 1;
		visibility: visible;
	}
}
.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 {
	font-size: 1.4rem;
	line-height: 1.6;
}
.header_category_link__small {}
.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: "Lato", 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;
}
