@charset "UTF-8";

/*================================================
ヘッダー専用CSS
================================================*/

/* 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: 80px;
	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_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: 180px;
	padding: 43px 0 0;
	height: 0;
	background: url(/static/full/images/header/header_logo.png) no-repeat center;
	background-size: 180px 43px;
}
.header_logo_image {
	width: 100%;
	height: auto;
}


/* header_caution
--------------------------------------------------------------------*/

.header_caution {
	width: 356px;
}
.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_search
--------------------------------------------------------------------*/

.header_search {
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-end;
	align-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
.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;
}
.header_search_text {
	width: 280px;
	height: 32px;
	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 #EC2670;
	padding: 5px 30px 5px 10px;
	position:relative;
}
.header_search_input:placeholder-shown {
	color: #999;
}
.header_search_submit {
	position: absolute;
	top: 6px;
	right: 6px;
}
.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: #EC2670;
	font-size: 14px;
	line-height: 1.6;
	padding: 5px;
}
.button_header_search:hover {
	color: #EC2670;
}
.header_search_name {
	color: #EC2670;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	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: #EC2670;
	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: #EC2670;
	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_sub
--------------------------------------------------------------------*/
.header_sub {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	height: 100%;
}

/* header_sub_nav
--------------------------------------------------------------------*/

.header_sub_nav {}
.header_sub_list:before, .header_sub_list:after {
	content: none;
}
.header_sub_list {
	display: flex;
	height: 100%;
}
.header_sub_item {
	display:  block;
	position: relative;
}
.header_sub_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	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;
}
.icon_header_cart {
	display: block;
}
.icon_header_cart svg {}
.header_shopcart_piece {
	width:14px;
	height:14px;
	display:block;
	background-color: #fff;
	border-radius:50%;
	color:#EC2670;
	font-size:10px;
	text-align:center;
	line-height: 14px;
	position:absolute;
	top: 8px;
	right: -2px;
}

/* header_nav
--------------------------------------------------------------------*/

.header_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin: 0 auto 0 0;
}
.header_nav {
	display: block;
}
.header_nav_list {
	display: -webkit-flex;
	display: flex;
	height: 100%;
}
.header_nav_item {
	margin-right: 75px;
}
.header_nav_item:last-child {
	margin-right: 0;
}
.header_nav_item.header_nav_ranking {
	position: relative;
}
.header_nav_link {
	color: #fff;
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.header_nav_link:hover {
	color: #fff;
	text-decoration: underline;
}
.header_nav_item.header_nav_sale .header_nav_link {
	color: #fff;
}
.header_nav_item.header_nav_sale .header_nav_link:hover {
	color: #fff;
	text-decoration: underline;
}
.header_nav_name {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0 20px 0 0;
	position: relative;
}
.header_nav_slidebtn.selected .header_nav_name {
	text-decoration: underline;
}
.header_nav_name:after {
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	margin-top:-5px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:rotate(135deg);
	position:absolute;
	top:50%;
	right:0;
}
.header_nav_slidebtn.selected .header_nav_name:after {
	transform: rotate(-45deg);
	margin-top: -3px;
	border-color: #fff;
}

/* header_slide_nav
--------------------------------------------------------------------*/
.header_slide_nav {
	display: none;
	width: 100%;
	color: #fff;
	background-color: #EC2670;
	-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;
}

/* タイプ */
.header_type_content {
	min-width: 1200px;
	height: 100%;
	padding: 0 20px;
}
.header_type_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.header_type_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.header_type_item {
	display: inline-block;
	width: 16.6666667%;
}
.header_type_link {
	color: inherit;
}
.header_type_link:hover {
	color: inherit;
}

/* ブランド */
.header_brand_content {
	min-width: 1200px;
	height: 100%;
	padding: 0 20px;
}
.header_brand_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;
	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%;
	padding: 0 20px;
}
.header_category_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.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: 25px;
}
.header_category_list:before, .header_category_list:after {
	content: none;
}
.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: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.header_category_link {
	color: inherit;
}
.header_category_link:hover {
	color: inherit;
}
.header_category_list__medium {}
.header_category_item__medium {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: .07rem;
}
.header_category_link__medium {
	color: inherit;
}
.header_category_link__small {
	color: inherit;
}
.header_category_list__small {}
.header_category_item__small {
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: .07rem;
}
.header_category_link__medium:hover,
.header_category_link__small:hover {
	color: inherit;
}
.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: 14px;
}

/* 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: 120%;
}
.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;
}
