@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.fs-c-productListItem{
	position: relative;
}
/*画像拡大ボタン*/
.fs-body-category .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
	display: none;
}
/*商品マーク*/
.fs-body-category .fs-c-productMarks{
	height: 0;
}
.fs-body-category .fs-c-productMarks .fs-c-productMark__mark,
.fs-body-category .fs-c-productMarks .fs-c-mark--coolDelivery{
	display: none;
}
.fs-body-category .fs-c-productMarks .fs-c-productMark__mark.mark-new {
	display: block;
	position: absolute;
	top: 181px;
}
.fs-body-category .fs-c-mark{
    display: none;
}
/*商品名*/
.fs-body-category .fs-c-productListItem__productName{
	margin: 16px 0 0;
}
.fs-body-category .fs-c-productListItem__productName .fs-c-productName__name{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	margin: 0;
}
.fs-body-category .fs-c-productListItem__productName a:hover,
.fs-body-category .fs-c-productListItem__productName a:link,
.fs-body-category .fs-c-productListItem__productName a:active,
.fs-body-category .fs-c-productListItem__productName a:focus{
	color: #000000;
	text-decoration: none;
}
/*価格*/
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices{
	margin: 5px 0 0;
}
.fs-body-category .fs-c-productList span.fs-c-productPrice__main__price.fs-c-price{
	color: #000000 !important;
	font-size: 16px;
	line-height: 1.0625;
	font-weight: 600;
	margin: 0;
}
.fs-body-category .fs-c-productPrice__addon{
	color: #000000 !important;
	font-size: 11px;
	margin: 0 0 0 5px;
}
/*詳細を見る・お気に入り*/
.fs-body-category .fs-c-productListItem__control.fs-c-buttonContainer{
	display: none;
}

/********** 現在登録されている商品はありません。非表示に **********/
.fs-c-productList__message.fs-c-noResultMessage{
	/*
	display: none;
	*/
}








/* --------------------------------------------------------------------------------
★PC
検索結果　商品リスト
-------------------------------------------------------------------------------- */
.fs-body-search .fs-c-productList__list__item.fs-c-productListItem{
	position: relative;
}
/*画像拡大ボタン*/
.fs-body-search .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
	display: none;
}
/*商品マーク*/
.fs-body-search .fs-c-productMarks{
	height: 0;
}
.fs-body-search .fs-c-productMarks .fs-c-productMark__mark,
.fs-body-search .fs-c-productMarks .fs-c-mark--coolDelivery {
	display: none;
}
.fs-body-search .fs-c-productMarks .fs-c-productMark__mark.mark-new {
	display: block;
	position: absolute;
	top: 181px;
}
.fs-body-search .fs-c-mark{
    display: none;
}
/*商品名*/
.fs-body-search .fs-c-productListItem__productName{
	margin: 16px 0 0;
}
.fs-body-search .fs-c-productListItem__productName .fs-c-productName__name{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	margin: 0;
}
.fs-body-search .fs-c-productListItem__productName a:hover,
.fs-body-search .fs-c-productListItem__productName a:link,
.fs-body-search .fs-c-productListItem__productName a:active,
.fs-body-search .fs-c-productListItem__productName a:focus{
	color: #000000;
	text-decoration: none;
}
/*価格*/
.fs-body-search .fs-c-productListItem__prices.fs-c-productPrices{
	margin: 5px 0 0;
}
.fs-body-search .fs-c-productList span.fs-c-productPrice__main__price.fs-c-price{
	color: #000000 !important;
	font-size: 16px;
	line-height: 1.0625;
	font-weight: 600;
	margin: 0;
}
.fs-body-search .fs-c-productPrice__addon{
	color: #000000 !important;
	font-size: 11px;
	margin: 0 0 0 5px;
}
/*詳細を見る・お気に入り*/
.fs-body-search .fs-c-productListItem__control.fs-c-buttonContainer{
	display: none;
}
