@charset "utf-8";







/* --------------------------------------------------------------------------------
　サブグループリスト
-------------------------------------------------------------------------------- */
.fs-c-subgroupList__link::after {
	/*
	font-size: 1.5rem;
	*/
}
.fs-body-category .fs-c-subgroupList__item {
	/*
	flex-basis: unset;
	flex-grow: unset;
	width: calc(25% - 4px);
	*/
}


/* --------------------------------------------------------------------------------
★PCカテゴリ
商品リスト
-------------------------------------------------------------------------------- */
.fs-body-category .fs-c-productList__list__item{
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 5px 0;
	width: 200px;
}
.fs-body-category .fs-c-productList__list__item:hover{
	background: #f6f6f6;
}

/********** 現在登録されている商品はありません。非表示に **********/
.fs-c-productList__message.fs-c-noResultMessage {
	/*
	display: none;
	*/
}

/********** 画像拡大ボタン **********/
/*.fs-body-category .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer{
	display: none;
}*/


/*拡大画像*/
.fs-body-category img.fs-c-productImageModalCarousel__figure__image {
	width: auto;
}
.fs-body-category .fs-c-productImageModal{
	z-index: 999999;
}


/********** 商品名 **********/
.fs-body-category .fs-c-productListItem__productName a{
	font-size: 11px;
	font-weight: bold;
	/*color: #004264;*/
	
}

/********** 商品マーク **********/
.fs-body-category .fs-c-productMark{

}
.fs-body-category .fs-c-productMark__mark{
	color: #ffffff;
	padding: 4px 8px;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
	font-size: 10px;
}
/*送料無料*/
.fs-body-category .mark-free_shipping.fs-c-productMark__mark {
	background: #b9001c;
}
.fs-body-category .mark-free_shipping ::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #b9001c;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*即日配送*/
.fs-body-category .mark-sokujitsu.fs-c-productMark__mark {
	background: #ff6a00;
}
.fs-body-category .mark-sokujitsu::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ff6a00;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*名入れ可能*/
.fs-body-category .mark-naire.fs-c-productMark__mark {
	background: #ffc412;
}
.fs-body-category .mark-naire::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffc412;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}

/********** 商品価格 **********/
.fs-body-category .fs-c-productPrice{
	font-size: 11.2px;
}

.fs-body-category .fs-c-price__currencyMark{
	font-weight: bold;
}
.fs-body-category .fs-c-price__value{
	font-weight: bold;
}


/*在庫切れ*/
.fs-body-category .fs-c-productListItem__notice{
	color: #ff3300;
	border: 1px dotted #ff3300;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
}










/* --------------------------------------------------------------------------------
★PC検索結果
商品リスト
-------------------------------------------------------------------------------- */
.fs-body-search .fs-c-productList__list__item{
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 5px 0;
	width: 200px;
}
.fs-body-search .fs-c-productList__list__item:hover{
	background: #f6f6f6;
}


/********** 画像拡大ボタン **********/
/*.fs-body-search .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer{
	display: none;
}*/

/*拡大画像*/
.fs-body-search img.fs-c-productImageModalCarousel__figure__image {
	width: auto;
}
.fs-body-search .fs-c-productImageModal{
	z-index: 999999;
}


/********** 商品名 **********/
.fs-body-search .fs-c-productListItem__productName a{
	font-size: 11px;
	font-weight: bold;
	/*color: #004264;*/
	
}

/********** 商品マーク **********/
.fs-body-search .fs-c-productMark{

}
.fs-body-search .fs-c-productMark__mark{
	color: #ffffff;
	padding: 4px 8px;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
	font-size: 10px;
}
/*送料無料*/
.fs-body-search .mark-free_shipping.fs-c-productMark__mark {
	background: #b9001c;
}
.fs-body-search .mark-free_shipping ::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #b9001c;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*即日配送*/
.fs-body-search .mark-sokujitsu.fs-c-productMark__mark {
	background: #ff6a00;
}
.fs-body-search .mark-sokujitsu::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ff6a00;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}
/*名入れ可能*/
.fs-body-search .mark-naire.fs-c-productMark__mark {
	background: #ffc412;
}
.fs-body-search .mark-naire::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffc412;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: rotate(25deg);
}

/********** 商品価格 **********/
.fs-body-search .fs-c-productPrice{
	font-size: 11.2px;
}

.fs-body-search .fs-c-price__currencyMark{
	font-weight: bold;
}
.fs-body-search .fs-c-price__value{
	font-weight: bold;
}

/*在庫切れ*/
.fs-body-search .fs-c-productListItem__notice{
	color: #ff3300;
	border: 1px dotted #ff3300;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
}
