@charset "UTF-8";
/*================================================
商品一覧ページ専用CSS
================================================*/

/* product_list
--------------------------------------------------------------------*/

.product_list {
	padding:4rem 0 0;
}


/* main
--------------------------------------------------------------------*/

#main {
	width: 1200px;
	margin: 0 auto;
}
#main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* search_result
--------------------------------------------------------------------*/

#search_result {
	width: 960px;
	float: right;
	text-align: left;
}

/* search_result_ranking
--------------------------------------------------------------------*/
#result_ranking {
	display:none;
}
.search_result_ranking {
	margin-bottom: 35px;
}
.search_result_header {
	margin-bottom: 40px;
}
.search_result_title {
	font-size: 2.4rem;
	font-weight: bold;
}
.search_result_category {
	font-size: 2.4rem;
	font-weight: bold;
}
.search_result_more {
	text-align: right;
}
.search_result_more_link {
	color: #676a6b;
	font-size: 1.8rem;
	position: relative;
}
/*.search_result_link:after {
	content: "";
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}*/
.search_result_row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 1rem;
}
.search_result_row > [class*=col_] {}
.search_result__center {
	justify-content: center;
}
.search_result__start {
	justify-content: flex-start;
}
.search_result__end {
	justify-content: flex-end;
}
.col_search_result {
	display: flex;
	align-items: center;
}
.col_search_result.col_1 { width:8.333333333%; }
.col_search_result.col_2 { width:16.666666667%; }
.col_search_result.col_3 { width:25%; }
.col_search_result.col_4 { width:33.333333333%; }
.col_search_result.col_5 { width:41.666666667%; }
.col_search_result.col_6 { width:50%; }
.col_search_result.col_7 { width:58.333333333%; }
.col_search_result.col_8 { width:66.666666667%; }
.col_search_result.col_9 { width:75%; }
.col_search_result.col_10 { width:83.333333333%; }
.col_search_result.col_11 { width:91.666666667%; }
.col_search_result.col_12 { width:100%; }

.search_result_list:before, .search_result_list:after {
	content: none;
}
.search_result_list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--goods-gutter-y) var(--goods-gutter-x);
	margin-bottom: 30px;
}
.search_result_item {
	width: calc((100%/5) - (var(--goods-gutter-x)*4/5));
	max-width: 20%;
	position:relative;
}

/* result_suggest
-----------------------------------------------------*/
.result_suggest {
	margin-bottom: 40px;
}
.result_suggest__empty {
	display: none;
	margin-bottom: 35px;
}
.result_suggest_title {
	color:#000;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin-bottom: 3rem;
}
.result_suggest_lead {
	font-size: 1.4rem;
	line-height: 1.4;
}
.result_suggest_list:before, .result_suggest_list:after {
	content: none;
}
.result_suggest_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.result_suggest_item {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: normal;
}
.result_suggest_type {}
.result_suggest_heading {
	font-size: 1.4rem;
}
.result_suggest_heading:after{
	content:":";
	display: inline-block;
	vertical-align: top;
	padding:0 .5rem;
}
.result_suggest_info {
	font-size: 1.4rem;
}

/* search_result_zero
-----------------------------------------------------*/
#result_zero {
	display:none;
}
.search_result_zero {}
.search_result_block {}
.result_empty {}
.result_empty_research {
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d7d7d7;
}
.result_empty_text {
	font-size: 1.6rem;
	line-height:1.6;
	text-align: center;
	margin-bottom: 30px;
}
.result_empty_form {
	margin-bottom: 20px;
}
.result_empty_input {
	width: 700px;
	font-size: 1.4rem;
	height: 40px;
	background-color: #fff;
	padding: 10px 35px 10px 10px;
	border: 1px solid #acacac;
	border-radius: 5px;
}
.result_empty_section {
	margin-bottom: 35px;
}
.result_empty_section:last-child {
	margin-bottom: 0;
}
.result_empty_new {}
.result_empty_ranking {}
.result_empty_hotword {
	margin-bottom: 25px;
}
.result_hotword_header {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.result_hotword_title {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 20px;
}
.result_hotword_info {
	display: flex;
	flex-wrap: wrap;
}
.result_hotword_list:before, .result_hotword_list:after {
	content: "";
	display: block;
}
.result_hotword_list:after {
	clear: both;
}
.result_hotword_list {
	margin: -10px -10px 0;
}
.result_hotword_item {
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
.result_hotword_link {
	color: #000;
	font-size: 1.4rem;
	text-decoration: underline;
}
.btn_research {
	display: inline-block;
	width: 200px;
	color: #fff;
	font-size: 1.6rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #5a5a5a;
	padding: 0 .4rem;
	border-radius: 5px;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}
.btn_research:hover,
.btn_research:focus {
	color: #fff;
	text-decoration: none;
}
.btn_research.btn_research__multiple {
	color: #fff;
	background-color: #5a5a5a;
}

/* related_category
--------------------------------------------------------------------*/
.related_category {
	margin-bottom: 60px;
}
.related_category_title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.related_category_slider {}
.related_category_list:before,
.related_category_list:after {
	content: none;
}
.related_category_list{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.related_category_item{}
.related_category_link {
	display:inline-block;
	font-size: 1.4rem;
	background-color: #fff;
	padding:1rem 2rem;
	border: 1px solid #aaa;
	border-radius: 3px;
}

/* search_box
--------------------------------------------------------------------*/

.search_box {
	padding:1.4rem;
	margin:0 0 40px;
	background:#f4f4f4;
}


/* result_number
--------------------------------------------------------------------*/

.result_number {
	margin-bottom: 30px;
}
.result_number_heading {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.result_number_text {
	font-size: 1.4rem;
}
.result_totalnumber {
	font-size: 1.6rem;
	font-weight:bold;
	padding: 0 2px;
}


/* switching
--------------------------------------------------------------------*/

.search_switch_list {
	display: flex;
	align-content: flex-start;
}
.search_switch_item {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.search_switch_item:last-child {
	margin-right: 0;
}
.search_switch_box {
	display: flex;
	align-content: flex-start;
}
.search_switch_heading {
	flex: 0 0 auto;
	width: auto;
	height:26px;
	line-height: 26px;
	font-size: 1.2rem;
	font-weight:bold;
	margin-right: 10px;
}
.form_switch_select {
	display: inline-block;
	position: relative;
}
.form_switch_select:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 10px;
	pointer-events: none;
	transform: rotate(135deg);
}
.search_switch_select {
	display: inline-block;
	font-size: 1.2rem;
	background-color: #fff;
	padding: .7rem 2.5rem .7rem 1rem;
	border: 1px solid #cecece;
}


/* about_page
--------------------------------------------------------------------*/

.goods_pager {
	display: none;
	margin-bottom: 30px;
}
.goods_pager .goods_pager_results {
	float: left;
	font-size:1.4rem;
	line-height: 30px;
}
.pager:before, .pager:after {
	content: none;
}
.pager {
	display: flex;
	justify-content: center;
	gap: 0 10px;
	position: relative;
}
.pager li {
	display:inline-block;
	height: 30px;
	width: 30px;
	position: relative;
}
.pager li a {
	display: block;
	font-size: 1.3rem;
	line-height: 30px;
}
.pager .pager_number {
	line-height: 30px;
}
.pager .pager_number a {
	display: block;
	font-size: 1.3rem;
	line-height: 30px;
	text-align: center;
}
.pager .pager_number.active span {
	display: block;
	font-size: 1.3rem;
	line-height: 30px;
	color: #000;
	text-align: center;
	background-color: #e6e6e6;
}
.pager_number.brank span {}
.pager .pager_prev {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 20px;
}
.pager .pager_prev a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.pager .pager_next {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 20px;
}
.pager .pager_next a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}


/* item_container
--------------------------------------------------------------------*/

#item_container {
	margin-bottom:40px;
}
.goods_list.goods_product_list {}
.goods_list.goods_product_list .goods_item {
	width: calc((100%/4) - (var(--goods-gutter-x)*3/4));
	max-width: 25%;
}
.goods_item .item_photo {
	margin:0 0 15px;
	position:relative;
}
.item_main_photo {
	display:block;
	position:relative;
}
.item_main_photo:before {
	content: "";
	display: block;
	padding-top: var(--goods-aspect-ratio);
}
.item_photo.selected .item_main_photo:after {}
.item_main_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}

/* color_variation
--------------------------------------------------------------------*/

.color_variation {
	position: absolute;
	z-index: 50;
	width: 72px;
	background-color: #fff;
	padding:10px 0 0 10px;
	border: 1px solid #c9c9c9;
}
.color_variation:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 38px;
	z-index: 6;
}
.color_variation:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 38px;
	z-index: 5;
}
.goods_product_list .goods_item:not(:nth-child(4n)) .color_variation {
	top: -10px;
	left: 245px;
}
.goods_product_list .goods_item:nth-child(4n) .color_variation {
	top: -10px;
	right: 245px;
}
.goods_product_list .goods_item:nth-child(4n) .color_variation:before {
	right: -23px;
	border: 10px solid transparent;
	border-left: 15px solid #fff;

}
.goods_product_list .goods_item:nth-child(4n) .color_variation:after {
	right: -25px;
	border: 10px solid transparent;
	border-left: 15px solid #c9c9c9;
}
.goods_product_list .goods_item:not(:nth-child(4n)) .color_variation:before {
	left: -23px;
	border: 10px solid transparent;
	border-right: 15px solid #fff;
}
.goods_product_list .goods_item:not(:nth-child(4n)) .color_variation:after {
	left: -25px;
	border: 10px solid transparent;
	border-right: 15px solid #c9c9c9;
}
.color_variation_group {}
.color_variation_group:before,
.color_variation_group:after {
	content: "";
	display: block;
}
.color_variation_group:after {
	clear: both;
}
.color_variation_block {
	float: left;
}
.color_variation_list {}
.color_variation_item {
	width:51px;
	margin:0 10px 10px 0;
	position: relative;
}
.color_variation_item img {
	width: 100%;
	height: auto;
}


/* item_soldout
--------------------------------------------------------------------*/

.item_soldout a {
	display: block;
	color: #fff;
	font-size: 2.2rem;
	line-height: 25px;
	width: 100%;
	height: 100%;
	background-color: rgba(19, 19, 19, 0.36);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5
}
.item_soldout a span {
	display: block;
	height: 1em;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	margin: auto;
	position: absolute;
	left:0;
	top:0;
	bottom: 0;
	right: 0;
}
.item_restockmail {
	width: 141px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #000;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	z-index: 10;
}
.item_restockmail_btn {
	display: block;
	width: 100%;
	color:#fff;
	font-size: 1.2rem;
	line-height: inherit;
}


/* item_infoWrap(指定ブランド除外機能)
--------------------------------------------------------------------*/
.item_infoWrap {
	position:relative;
}
.hiddenShop {
	display:none;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.js_active .hiddenShop {
	display: block;
}
.hiddenShop_inner {
	width: 15px;
	margin: 0;
	padding: 0;
}
a.brandRemove {
	display: block;
	width: 15px;
	height: 0;
	padding: 15px 0 0;
	background: url(/static/full/images/common/btn_close_popup.png) no-repeat;
	background-size:100%;
	position: relative;
}
.hiddenShop_popup {
	display: none;
	position: absolute;
	width: 139px;
	height: 0;
	padding: 32px 0 0;
	background: url(/static/full/images/list/list_hiddenshop.png) no-repeat 0 0;
	top: -37px;
	left: -62px;
	z-index:1;
	overflow: hidden;
}
a.brandRemove:hover .hiddenShop_popup {
	display:block;
}

/* 簡易ブランドトップのスライド
---------------------------------------------------------------*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
	margin: 0 0 75px 0;
}

/*slick.css*/
.section_mainbnr .slick-dotted.slick-slider {}
.section_mainbnr .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.section_mainbnr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 12px;
	cursor: pointer;
}
.section_mainbnr .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;

}
.section_mainbnr .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.section_mainbnr .slick-dots li.slick-active button {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

/* 最小ロット受注オーダー商品の進捗バー
---------------------------------------------------------------*/
.item_orderProgress .percentage {
	color: #fff;
	font-size: 1.2rem;
	overflow: hidden;
	background-color: #e0e0e0;
	border-radius: 4px;
	margin: 4px 0 4px 0;
}


.item_orderProgress .percentage span {
	display: block;
	font-size: 1.2rem;
	padding: .3rem .4rem;
	position: relative;
	z-index: 1;
	text-align: left;
	width: 25%;
	background-color: #1f193f;
}
.item_orderProgress p.percentage[data-value='0'] span {
	background-color: #e0e0e0;
}
.item_orderProgress p.percentage[data-value='1'] span { width: 1%; }
.item_orderProgress p.percentage[data-value='2'] span { width: 2%; }
.item_orderProgress p.percentage[data-value='3'] span { width: 3%; }
.item_orderProgress p.percentage[data-value='4'] span { width: 4%; }
.item_orderProgress p.percentage[data-value='5'] span { width: 5%; }
.item_orderProgress p.percentage[data-value='6'] span { width: 6%; }
.item_orderProgress p.percentage[data-value='7'] span { width: 7%; }
.item_orderProgress p.percentage[data-value='8'] span { width: 8%; }
.item_orderProgress p.percentage[data-value='9'] span { width: 9%; }
.item_orderProgress p.percentage[data-value='10'] span { width: 10%; }
.item_orderProgress p.percentage[data-value='11'] span { width: 11%; }
.item_orderProgress p.percentage[data-value='12'] span { width: 12%; }
.item_orderProgress p.percentage[data-value='13'] span { width: 13%; }
.item_orderProgress p.percentage[data-value='14'] span { width: 14%; }
.item_orderProgress p.percentage[data-value='15'] span { width: 15%; }
.item_orderProgress p.percentage[data-value='16'] span { width: 16%; }
.item_orderProgress p.percentage[data-value='17'] span { width: 17%; }
.item_orderProgress p.percentage[data-value='18'] span { width: 18%; }
.item_orderProgress p.percentage[data-value='19'] span { width: 19%; }
.item_orderProgress p.percentage[data-value='20'] span { width: 20%; }
.item_orderProgress p.percentage[data-value='21'] span { width: 21%; }
.item_orderProgress p.percentage[data-value='22'] span { width: 22%; }
.item_orderProgress p.percentage[data-value='23'] span { width: 23%; }
.item_orderProgress p.percentage[data-value='24'] span { width: 24%; }
.item_orderProgress p.percentage[data-value='25'] span { width: 25%; }
.item_orderProgress p.percentage[data-value='26'] span { width: 26%; }
.item_orderProgress p.percentage[data-value='27'] span { width: 27%; }
.item_orderProgress p.percentage[data-value='28'] span { width: 28%; }
.item_orderProgress p.percentage[data-value='29'] span { width: 29%; }
.item_orderProgress p.percentage[data-value='30'] span { width: 30%; }
.item_orderProgress p.percentage[data-value='31'] span { width: 31%; }
.item_orderProgress p.percentage[data-value='32'] span { width: 32%; }
.item_orderProgress p.percentage[data-value='33'] span { width: 33%; }
.item_orderProgress p.percentage[data-value='34'] span { width: 34%; }
.item_orderProgress p.percentage[data-value='35'] span { width: 35%; }
.item_orderProgress p.percentage[data-value='36'] span { width: 36%; }
.item_orderProgress p.percentage[data-value='37'] span { width: 37%; }
.item_orderProgress p.percentage[data-value='38'] span { width: 38%; }
.item_orderProgress p.percentage[data-value='39'] span { width: 39%; }
.item_orderProgress p.percentage[data-value='40'] span { width: 40%; }
.item_orderProgress p.percentage[data-value='41'] span { width: 41%; }
.item_orderProgress p.percentage[data-value='42'] span { width: 42%; }
.item_orderProgress p.percentage[data-value='43'] span { width: 43%; }
.item_orderProgress p.percentage[data-value='44'] span { width: 44%; }
.item_orderProgress p.percentage[data-value='45'] span { width: 45%; }
.item_orderProgress p.percentage[data-value='46'] span { width: 46%; }
.item_orderProgress p.percentage[data-value='47'] span { width: 47%; }
.item_orderProgress p.percentage[data-value='48'] span { width: 48%; }
.item_orderProgress p.percentage[data-value='49'] span { width: 49%; }
.item_orderProgress p.percentage[data-value='50'] span { width: 50%; }
.item_orderProgress p.percentage[data-value='51'] span { width: 51%; }
.item_orderProgress p.percentage[data-value='52'] span { width: 52%; }
.item_orderProgress p.percentage[data-value='53'] span { width: 53%; }
.item_orderProgress p.percentage[data-value='54'] span { width: 54%; }
.item_orderProgress p.percentage[data-value='55'] span { width: 55%; }
.item_orderProgress p.percentage[data-value='56'] span { width: 56%; }
.item_orderProgress p.percentage[data-value='57'] span { width: 57%; }
.item_orderProgress p.percentage[data-value='58'] span { width: 58%; }
.item_orderProgress p.percentage[data-value='59'] span { width: 59%; }
.item_orderProgress p.percentage[data-value='60'] span { width: 60%; }
.item_orderProgress p.percentage[data-value='61'] span { width: 61%; }
.item_orderProgress p.percentage[data-value='62'] span { width: 62%; }
.item_orderProgress p.percentage[data-value='63'] span { width: 63%; }
.item_orderProgress p.percentage[data-value='64'] span { width: 64%; }
.item_orderProgress p.percentage[data-value='65'] span { width: 65%; }
.item_orderProgress p.percentage[data-value='66'] span { width: 66%; }
.item_orderProgress p.percentage[data-value='67'] span { width: 67%; }
.item_orderProgress p.percentage[data-value='68'] span { width: 68%; }
.item_orderProgress p.percentage[data-value='69'] span { width: 69%; }
.item_orderProgress p.percentage[data-value='70'] span { width: 70%; }
.item_orderProgress p.percentage[data-value='71'] span { width: 71%; }
.item_orderProgress p.percentage[data-value='72'] span { width: 72%; }
.item_orderProgress p.percentage[data-value='73'] span { width: 73%; }
.item_orderProgress p.percentage[data-value='74'] span { width: 74%; }
.item_orderProgress p.percentage[data-value='75'] span { width: 75%; }
.item_orderProgress p.percentage[data-value='76'] span { width: 76%; }
.item_orderProgress p.percentage[data-value='77'] span { width: 77%; }
.item_orderProgress p.percentage[data-value='78'] span { width: 78%; }
.item_orderProgress p.percentage[data-value='79'] span { width: 79%; }
.item_orderProgress p.percentage[data-value='80'] span { width: 80%; }
.item_orderProgress p.percentage[data-value='81'] span { width: 81%; }
.item_orderProgress p.percentage[data-value='82'] span { width: 82%; }
.item_orderProgress p.percentage[data-value='83'] span { width: 83%; }
.item_orderProgress p.percentage[data-value='84'] span { width: 84%; }
.item_orderProgress p.percentage[data-value='85'] span { width: 85%; }
.item_orderProgress p.percentage[data-value='86'] span { width: 86%; }
.item_orderProgress p.percentage[data-value='87'] span { width: 87%; }
.item_orderProgress p.percentage[data-value='88'] span { width: 88%; }
.item_orderProgress p.percentage[data-value='89'] span { width: 89%; }
.item_orderProgress p.percentage[data-value='90'] span { width: 90%; }
.item_orderProgress p.percentage[data-value='91'] span { width: 91%; }
.item_orderProgress p.percentage[data-value='92'] span { width: 92%; }
.item_orderProgress p.percentage[data-value='93'] span { width: 93%; }
.item_orderProgress p.percentage[data-value='94'] span { width: 94%; }
.item_orderProgress p.percentage[data-value='95'] span { width: 95%; }
.item_orderProgress p.percentage[data-value='96'] span { width: 96%; }
.item_orderProgress p.percentage[data-value='97'] span { width: 97%; }
.item_orderProgress p.percentage[data-value='98'] span { width: 98%; }
.item_orderProgress p.percentage[data-value='99'] span { width: 99%; }
.item_orderProgress .percentage[data-value="100"] span {
	text-align: center;
	width: 100%;
	background-color: #ff302a;
}
