@charset "UTF-8";
@import url("/static/full/css/zeta_suggest.css");
/* store_header*/
.store_header_wrap{
	font-family: "Untitled Sans","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","hiragino-kaku-gothic-pron","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Noto Sans JP",Meiryo,sans-serif;
	color: #1A1A1A;
	background: #FFFFFF;
	transition-property: background-color;
	transition-duration: 200ms;
	line-height: 1.5;
	webkit-font-smoothing: antialiased;
	moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	font-weight: 300;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	z-index: 50;
	top: 0;
	left: 0px;
	right: 0px;
	height: 48px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 150;
}
	.header_caution{
		background: #F2F1F2;
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
		overflow: hidden;
		letter-spacing: 0.08em;
	}
	.header_caution a{
		width:100%;
		text-align:center;
		display: block;
		height: 50px;
		line-height: 50px;
		-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
		transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	}
	.header_caution a:hover {
		color:#7292A9
	}
	.header_caution ul li{
		width: 100%;
		text-align:center;
		display: none;
	}
.header_cart_box{
	font-family: "Untitled Sans","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","hiragino-kaku-gothic-pron","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Noto Sans JP",Meiryo,sans-serif;
	color: #1A1A1A;
	background: #FFFFFF;
	transition-property: background-color;
	transition-duration: 200ms;
	line-height: 1.5;
	webkit-font-smoothing: antialiased;
	moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	font-weight: 300;
}
.store_header{
	z-index: 2;
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	background: rgb(255, 255, 255);
	padding-inline-start: 1.5rem;
	padding-inline-end: 1.5rem;
	-webkit-box-align: center;
	align-items: center;
	height: 48px;
	width: 100%;
	top: 0;
	z-index: 100;
}
.store_header_wrap.fixed-sp {}
.store_header_wrap.fixed-sp .store_header,
.store_header_wrap.is_open .store_header{
	position:fixed;
}
.store_header_logo{
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 150ms;
	transition-timing-function:  cubic-bezier(0, 0, 0.2, 1);
	cursor: pointer;
	text-decoration: none;
	outline: transparent solid 2px;
	outline-offset: 2px;
	color: inherit;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
	display: flex;
}
.store_header_logo img{
	display: block;
	width: auto;
	height: 12px;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.store_header_logo img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.store_header_wrap.fixed-sp .store_header_logo img{
	height: 12px;
}
.store_header_search_area{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: row;
	gap: 1rem;
	box-sizing: border-box;
}
.store_header_search_area:before,
.store_header_search_area:after{
	content:none;
}
.store_header_item {
	display: inline-flex;
	appearance: none;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: baseline;
	outline: transparent solid 2px;
	outline-offset: 2px;
	line-height: normal;
	border-radius: 0.375rem;
	font-weight: 300;
	transition-property:  background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	height: 1.5rem;
	font-size: 16px;
	padding-inline-start:1rem;
	padding-inline-end: 1rem;
	padding: 0px;
	color: rgb(26, 26, 26);
	min-width: 24px;
	width: 24px;
}
.store_header_item .headerSearchArea{
	height:24px;
}
.store_header_item > a{
	height:1.5rem;
}
.store_header_search_area svg path{ 
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.store_header_search_area svg:hover path{
	stroke: #7292A9;
}
/* header_cart_box
--------------------------------------------------------------------*/
#itforecCp_cart {
	height: 22px;
	display: block;
}
#itforecCp_cart span {
	height: 22px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}
.header_cart_box {
	display: block;
	width: 91.5%;
	height: 100%;
	background-color: #FFF;
	position: fixed;
	top:0;
	right: -100%;
	z-index: 1302;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.header_cart_inner {
	height: 100%;
}
.header_cart_list {
	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_cart_item > a {
	display: flex;
	width: 100%;
	color: #000 !important;
}
#cart_btn.selected:before {
	position: absolute;
	top: 35px;
	right: 8px;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #F2F2F2;
	transform: rotate(45deg);
}
.header_cart_box .header_cart_title {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-inline-start: 24px;
	padding-inline-end: 24px;
	gap: 0.5rem;
	font-size: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #F5F5F5;
}
.header_cart_box .header_cart_item_wrap{
	position:relative;
	line-height: 24px;
}
.header_cart_box .header_cart_title > a {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}
#header_cart_container {
	overflow-y: auto;
	max-height: calc(100% - 274px);
	padding-top: 24px;
	padding-bottom: 24px;
	padding-inline-start: 24px;
	padding-inline-end: 24px;
}
#header_cart_container:before,
#header_cart_container:after{
	content:none;
}
.header_cart_bottom_wrap{
	padding-top: 24px;
	padding-bottom: 24px;
	padding-inline-start: 24px;
	padding-inline-end: 24px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.header_cart_amount_wrap{
	display:flex;
	justify-content:space-between;
	margin-bottom: 16px;
}
.header_cart_amount_title{
	font-size:20px;
	line-height: 1.4;
}
.header_cart_empty_text {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	line-height: 87px;
	position: relative;
	margin-bottom: 29px;
}
.header_cart_item {
	clear: both;
	display: flex;
	background: #fff;
	margin-bottom: 16px;
	padding-bottom: 16px;
	width: 100%;
	height: auto !important;
	border-bottom: 1px solid #D9D9D9;
}
.header_cart_item:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.header_cart_item:last-child {
	border-bottom: none;
}
.header_cart_item .cart_photo .cart_link {
	width: 104px;
	display: block;
	vertical-align: top;
	position: relative;
}
.header_cart_item .cart_photo .cart_link:before {
	content: "";
	width: 100%;
	padding-top: 133.3333%;
	display: block;
	background: #f5f5f5;
}
.header_cart_item .cart_photo img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
}

.header_cart_item .cart_detail {
	width: calc(100% - 104px);
	padding-left: 16px;
	display: block;
}
.header_cart_item .cart_detail .cart_brandname {
	font-size: 12px;
	line-height: 1.6;
	color: #9D9D9D;
	margin-bottom: 2px;
}
.header_cart_item .cart_detail .cart_link{
	color: #1A1A1A;
}
.header_cart_item .cart_detail .cart_name {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 2px;
}
.header_cart_item .cart_detail .cart_color_size {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 2px;
}

.header_cart_item .cart_detail .cart_price {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 14px;
}
.header_cart_update_container{
	display:flex;
	justify-content: space-between;
}
.header_cart_update_container select{
	width: 120px;
	padding: 4px 20px 4px 16px;
	font-size: 16px;
	line-height: 1.75;
}
.header_cart_update_container .delete_button{line-height: 38px;}
.header_cart_update_container .delete_button button{
	font-size:14px;
	line-height:1.4;
	border-bottom:1px solid #555555;
	height: auto;
}
.header_cart_total_amount {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #9D9D9D;
	line-height: 1.4;
}
.header_cart_total_amount span {
	display: inline-block;
	font-size: 20px;
	color: #1a1a1a;
}
.header_cart_total_amount span:first-letter {
	font-size: 18px;
}
.header_cart_box .header_btn_cart a {
	font-size: 16px !important;
	background: #2A292F;
	line-height: 56px !important;
	height: 56px;
	color: #fff !important;
	text-align: center;
	display: block;
	text-decoration: none;
	width: 100%;
}
.header_cart_box .header_cart_close a {
	font-size: 16px !important;
	background: #fff;
	line-height: 56px !important;
	height: 56px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	margin-top:8px;
	width: 100%;
}
.header_cart_item > a{
	white-space: normal;
}
.store_header_search_area .header-cart{
	padding:0;
	margin: 0;
	line-height: normal;
	height: 24px;
}
.header-cart > a{
	height:24px;
}

.header_cart_box.selected{
	top: 0;
	right: 0;
	z-index: 1302;
}
.cart-item {
	display: block;
	position: absolute;
	top: -2px  !important;
	right: -9px;
	width: 16px;
	height: 16px;
	background: #BE7454;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 8px;
	line-height: 14px;
	text-align: center;
}
.header_cart_box .cart-item {
	display: block;
	position: absolute;
	top: -4px !important;
	right: -40px;
	width: 32px;
	height: 32px;
	background: #BE7454;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.headerSearchArea svg {
	cursor: pointer;
}

.np-keyword-suggest_overlay {
    width: 100% !important;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    font-size: 15px;
    color: #333;
    max-height: none;
}
.np-keyword-suggest.np-keyword-suggest_overlay .inputArea {
	position: relative;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #898f9a;
}

.np-keyword-suggest.np-keyword-suggest_overlay button.cancelButton {
    position: absolute;
    top: 50%;
    left: 20px;
    border: none;
    background-color: initial;
    background-size: 15px;
    background-position: 50%;
    z-index: 1;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.np-keyword-suggest.np-keyword-suggest_overlay button.submitButton {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    height: 41.7px;
    width: 41.7px;
    border-radius: 41.7px;
    border: none;
    background-image: none;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}


.np-keyword-suggest.np-keyword-suggest_overlay .inputArea span {
    padding: 0 0 0 50px;
    margin: 0 82px 0 0;
    height: 80px;
}
.np-keyword-suggest_overlay .inputArea span input {
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 5px;
    box-shadow: none;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    height: 100%;
}
.np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]:focus {
    outline: none;
}
.np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]+a:after, .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]+a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	content: "";
    height: 17.7px;
    width: 2px;
    background-color: #000;
}

.np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]+a:after, .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]+a:before {
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
	left: 0;
    content: "";
    height: 17.7px;
    width: 2px;
    background-color: #000;
}

.np-keyword-suggest.np-keyword-suggest_overlay button.submitButton:before {
    content: "";
    display: block;
    height: 100%;
	width: 100%;
    border-radius: 100%;
    background: #ccc;
}

.np-keyword-suggest.np-keyword-suggest_overlay button.submitButton:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
	width: 100%;
    background-image: url(/static/full/images/svg/icn_search.svg);
    background-size: 21.7px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.np-keyword-suggest_overlay .inputArea span a {
    top: 0 !important;
    line-height: 32px;
    color: #BDBDBD;
}

.np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]+a {
    top: 50%!important;
    height: 17.7px;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-size: 0!important;
}

.np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]+a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type=text]+a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.np-keyword-suggest_overlay .item.title{
	cursor: pointer !important;
}
.headerSearchBg {
	width: 100vw;
	height: 100%;
	display: block;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 2147483647;
}

.headerSearchBg .searchtext {
	padding: 0 82px 0 0;
	position: relative !important;
	font-size: 16px;
	height: 80px !important;
	opacity: 1 !important;
	color: #000;
}
.headerSearchArea .search-btn {
	position: absolute !important;
	top: 0 !important;
	right: 20px;
	bottom: 0;
	left: auto !important;
	height: 41.7px !important;
	width: 41.7px !important;
	border-radius: 41.7px;
	border: none;
	margin: auto 0;
	background-image: none;
	background-color: #ccc;
	opacity: 1 !important;
	font-size: 14px;
}
.headerSearchArea form {
	display: block;
	width: 100vw;
	padding: 0 0 0 50px;
	margin: 0 82px 0 0;
	height: 80px;
	background: #fff;
	top: 0;
	left: -9999px;
	position: fixed;
	/* border-bottom: 1px solid #898f9a; */
	z-index: 2147483648;
}
.headerSearchArea .btn_cancel {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 20px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	z-index: 2147483649;
}
.headerSearchArea .btn_cancel:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 2px;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #666;
	transform: rotate(-45deg);
}
.headerSearchArea .btn_cancel:after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 10px;
	height: 2px;
	border-top: 2px solid;
	border-color: #666;
}
.headerSearchArea .btn_reset {
	text-decoration: none;
	top: 0;
	bottom: 0;
	position: absolute;
	right: 78px;
	font-size: 20px;
	font-weight: bold;
	margin: auto 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #666;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
}
.headerSearchArea .btn_reset:before {
	content: "";
	text-decoration: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	background: #666;
	transform: rotate(45deg);
}
.headerSearchArea .btn_reset:after {
	content: "";
	text-decoration: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	background: #666;
	transform: rotate(-45deg);
	}
@media screen and (min-width: 1001px){
	.header_caution{
		background: #F2F1F2;
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
		overflow: hidden;
	}
	.header_caution a{
		width:100%;
		text-align:center;
		display: block;
		height: 50px;
		line-height: 50px;
	}
	.header_caution ul li{
		width: 100%;
		text-align:center;
		display: none;
	}
	.store_header_wrap{
		height: 112px;
	}
	.store_header {
		padding-inline-start:2.5rem;
		padding-inline-end: 2.5rem;
	}
	.store_header_logo img{
		height: 20px;
	}
	.store_header_search_area {
		gap:  1.25rem;
	}
	.header_cart_box .header_cart_title {
		padding-top: 38px;
		padding-bottom: 38px;
		padding-inline: 40px;
		font-size: 24px;
	}
	.header_cart_box .header_cart_item_wrap{
		line-height:1.5;
	}
	.header_cart_box{
		width:50%;
	}
	.header_cart_box .cart-item{
		top: 2px !important;
	}
	#header_cart_container{
		padding-inline: 40px;
		max-height: calc(100% - 325px);
	}
	.header_cart_bottom_wrap{
			padding-inline: 40px;
	}
}
