@charset "UTF-8";

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

.header_global {}

/* header_belt
--------------------------------------------------------------------*/

.header_belt {
	font-size: 24px;
	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: 100px;
	position: relative;
}
.header_global .header_content {}
.header_brand_UN001 .header_content {}
.header_brand_UN002 .header_content {
	height: 170px;
}
.header_brand_UN003 .header_content {}
.header_box {
	width: 100%;
	height: 100px;
	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_brand_UN002 .header_box {
	height: 170px;
}
.header_top {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background-color: #fff;
	padding: 0 30px;
}
.header_top_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-width: 1200px;
	height: 100%;
}
.header_main {
	display: flex;
	align-items: center;
	gap: 60px;
	margin: 0 auto 0 0;
}
.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 {}
.header_logo_image {
	width: 100%;
	height: auto;
}
.header_space {}
.header_brand_UN002 .header_space {
	width: 500px;
}


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

.header_caution {
	width: 100%;
	padding: 0 30px;
	background-color: #000;
}
.header_tagline_list {
	height: 40px;
	text-align: center;
	position: relative;
}
.header_tagline_item {
	display: block;
	width: 100%;
	color: #fff;
	font-size:14px;
	line-height:1.5;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_tagline_link {
	color: #fff;
}
.header_tagline_link:hover {
	color: #fff;
}
.header_tagline_text {
	display: block;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	line-height:1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*adidas*/
.header_caution.header_caution_UN001 {
	width: 100%;
	padding: 0 30px;
	background-color: #000;
}
.header_caution_UN001 .header_tagline_list {
	height: 40px;
	text-align: center;
}
.header_caution_UN001 .header_tagline_item {
	color: #fff;
}
.header_caution_UN001 .header_tagline_link {
	color: #fff;
}
.header_caution_UN001 .header_tagline_text {
	color: #fff;
}

/*flura*/
.header_caution.header_caution_UN002 {
	width: 100%;
	padding: 0 30px;
	background-color: var(--color-background-furla);
}
.header_caution_UN002 .header_tagline_list {
	height: 40px;
	text-align: center;
}
.header_caution_UN002 .header_tagline_item {
	color: var(--color-text-furla);
}
.header_caution_UN002 .header_tagline_link {
	color: var(--color-text-link-furla);
}
.header_caution_UN002 .header_tagline_link:hover {
	color: var(--color-text-link-furla);
}
.header_caution_UN002 .header_tagline_text {
	color: var(--color-text-link-furla);
}

/*garrack*/
.header_caution.header_caution_UN003 {
	width: 100%;
	padding: 0 30px;
	background-color: #000;
}
.header_caution_UN003 .header_tagline_list {
	height: 40px;
	text-align: center;
}
.header_caution_UN003 .header_tagline_item {
	color: #fff;
}
.header_caution_UN003 .header_tagline_link {
	color: #fff;
}
.header_caution_UN003 .header_tagline_text {
	color: #fff;
	font-weight: normal;
}

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

.header_search {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header_search_area {
	height: 40px
}
.header_search_form {}
.header_search_group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header_search_text {
	width: 200px;
	height: 40px;
	position: relative;
}
.header_search_input {
	display: inline-block;
	width: 100%;
	height: 40px;
	font-size: 12px;
	background-color: #eceff1;
	padding: 0 30px 0 50px;
	border: 1px solid #eceff1;
	position:relative;
}
.header_search_input:placeholder-shown {
	color: #000;
}
.header_search_input::-webkit-input-placeholder {
	color:#000;
}
.header_search_input::placeholder{
	color:#000
}
.header_brand_UN002 .header_search_input {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.header_brand_UN002 .header_search_input:placeholder-shown,
.header_brand_UN002 .header_search_input::-webkit-input-placeholder,
.header_brand_UN002 .header_search_input::placeholder {
	color: #333;
}
.header_brand_UN003 .header_search_input {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.clear_form_input .search_condition_input {
	padding: 0 30px 0 30px;
}
.header_search_submit {
	position: absolute;
	top: 10px;
	left: 20px;
}
.button_search_submit {
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(../images/common/commonparts/icon_search.svg);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.header_brand_UN001 .button_search_submit {}
.header_brand_UN002 .button_search_submit {
	background: url(../images/common/commonparts/icon_search_UN002.svg) center center no-repeat;
}
.header_brand_UN003 .button_search_submit {}

.header_search_btn {
	flex-shrink: 0;
}
.button_header_search {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	padding: 5px;
}
.button_header_search:hover {
	color: inherit;
}
.header_search_name {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.icon_search_toggle {
	display: inline-block;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	position: relative;
}
.icon_search_toggle:before,
.icon_search_toggle:after {
	display: block;
	content: '';
	background-color: #000;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 4px;
	left: 0;
}
.icon_search_toggle:before {
	width: 2px;
	height: 10px;
	top: 0;
	left: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_brand_UN002 .icon_search_toggle:before,
.header_brand_UN002 .icon_search_toggle:after {
	background-color: #333;
}

/* header_bottom
--------------------------------------------------------------------*/
.header_bottom {
	width: 100%;
	min-width: 1200px;
	height: 70px;
	background-color: #fff;
	padding: 0 30px;
	position: relative
}
.header_bottom_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 1200px;
	height: 70px;
}

/* header_sub
--------------------------------------------------------------------*/
.header_sub {
	display: flex;
	align-items: center;
	gap: 60px;
}

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

.header_sub_nav {}
.header_sub_list:before, .header_sub_list:after {
	content: none;
}
.header_sub_list {
	display: flex;
	gap: 20px;
	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_mailmag {
	display: block;
}
.icon_header_mailmag svg {}
.icon_header_favotite {
	display: block;
}
.icon_header_favotite svg {}
.icon_header_cart {
	display: block;
}
.icon_header_cart svg {}
.header_shopcart_piece {
	width:14px;
	height:14px;
	display:block;
	background-color: #ff0000;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	text-align:center;
	line-height: 14px;
	position:absolute;
	top: -6px;
	right: -6px;
}
.header_brand_UN002 .header_shopcart_piece {
	background-color: #333;
}

.header_brand_UN001 .header_sub_link svg {}
.header_brand_UN002 .header_sub_link svg {
	fill: var(--color-icon-furla);
}
.header_brand_UN003 .header_sub_link svg {}

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

.header_menu {}
.header_nav {
	display: block;
}
.header_nav_list:before, .header_nav_list:after {
	content: none;
}
.header_nav_list {
	display: -webkit-flex;
	display: flex;
	gap: 30px;
	height: 100%;
}
.header_brand_UN002 .header_nav_list {
	gap: 100px;
}
.header_nav_item {}
.header_nav_item.header_nav_ranking {
	position: relative;
}
.header_nav_link {}
.header_nav_link:hover {
	text-decoration: none;
}
.header_nav_name {
	display: inherit;
	flex-flow: inherit;
	align-items: inherit;
	justify-content: inherit;
	height: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	transition: all .4s;
	position: relative;
}
.header_nav_name:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
}
.header_nav_link:hover .header_nav_name:after,
.header_nav_item.selected .header_nav_name:after {
	width: 100%;
	background-color: #000;
}
.header_brand_UN001 .header_nav_item.selected .header_nav_name:after {}
.header_brand_UN002 .header_nav_item.selected .header_nav_name:after {
	background-color: #616161;
}
.header_brand_UN003 .header_nav_item.selected .header_nav_name:after {}


/* header_slide_nav
--------------------------------------------------------------------*/
.header_slide_nav {
	 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: 100px;
	left: 0;
	z-index: 100;
}
.header_brand_UN002 .header_slide_nav {
	top: 70px;
}
.header_brand_UN003 .header_slide_nav {
	background-color: #eee;
}
.header_slide_content {
	min-width: 1200px;
	height: 100%;
	background-color: #fff;
	padding: 0 30px;
}
.header_brand_UN003 .header_slide_content {
	background-color: #eee;
}
.header_slide_inner {
	padding: 30px 0;
}

/* コレクション */
.header_collection_list:before, .header_collection_list:after {
	content: none;
}
.header_collection_list {
	display: grid;
	gap: 17px 30px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.header_brand_UN001 .header_collection_list {}
.header_brand_UN002 .header_collection_list {
	gap: 11px 30px;
}
.header_brand_UN003 .header_collection_list {}
.header_collection_item {
	width: 100%;
	height: 100%;
}
.header_collection_link {
	font-size: 14px;
}

/* コラボ */
.header_collaboration_list:before, .header_collaboration_list:after {
	content: none;
}
.header_collaboration_list {
	display: grid;
	gap: 30px 17px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.header_collaboration_item {
	width: 100%;
	height: 100%;
}
.header_collaboration_link {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* ブランド */
.header_brand_content {
	min-width: 1200px;
	height: 100%;
	background-color: #fff;
	padding: 0 30px;
}
.header_brand_inner {
	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;
	margin-left: -30px;
	margin-right: -30px;
}
.header_brand_item {
	padding: 0 30px;
}
.header_brand_link {
	display: block;
}
.header_brand_image {
	width: auto;
	height: 28px;
}

/* カテゴリ */
.header_category_content {
	min-width: 1200px;
	height: 100%;
	background-color: #fff;
	padding: 0 30px;
}
.header_category_inner {
	padding: 30px 0;
}
.header_category_block {
	display: grid;
	gap: 30px;
	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_slide_UN003 .header_category_list + .header_category_list {
	padding-left: 30px;
	border-left: 2px solid #ccc;
}
.header_category_name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.header_slide_UN001 .header_category_name {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #c8cbcc;
}
.header_slide_UN002 .header_category_name {
	color: #333;
	margin-bottom: 30px;
}
.header_slide_UN003 .header_category_name {}
.header_category_link {
	font-size: 14px;
}
.header_category_list__medium:before,
.header_category_list__medium:after {
	content: none;
}
.header_category_list__medium {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.header_category_item__medium {
	font-size: 14px;
}
.header_category_link__medium {
	font-size: 14px;
}
.header_category_list__samll:before,
.header_category_list__samll:after {
	content: none;
}
.header_category_list__small {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.header_category_item__small {
	font-size: 14px;
}
.header_category_link__small {
	font-size: 14px;
}
.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_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: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.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: 100%;
}
.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:13px;
	line-height: 1.6;
	margin:0 0 5px;
}
.header_cart_name {
	font-size:13px;
	margin:0 0 10px;
}
.header_cart_price {
	font-size: 12px;
	margin:0 0 5px;
}
.header_cart_price_tax {
	font-size: 12px;
}
.header_cart_color {
	font-size: 12px;
	margin:0 0 5px;
}
.header_cart_size {
	font-size: 12px;
	margin:0 0 5px;
}
.header_total_price {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header_total_amount {
	display: inline-block;
	font-size: 18px;
	margin-left: 15px;
}
.header_cart_btn {
	background: #fff;
}
.button_header_cart {
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: #403e3c;
	border-radius: 3px;
	padding: 15px 5px;
	border: 1px solid #403e3c;
}
.button_header_cart:hover {
	color: #fff;
}