@charset 'utf-8';



/* --------------------------------------------------------------------------------
　サブグループリスト
-------------------------------------------------------------------------------- */
.fs-c-subgroupList__link::after{
	/*
	font-size: 1.5rem;
	*/
}

/* --------------------------------------------------------------------------------
★スマートフォン
商品リスト
-------------------------------------------------------------------------------- */
.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-mark{
    display: none;
}
.fs-body-category .fs-c-productMarks .fs-c-productMark__mark.mark-new {
	display: block;
	position: absolute;
	top: 34vw;
}
.fs-c-productMarks {
    display: none;
}
/*商品名*/
.fs-body-category .fs-c-productListItem__productName{
	margin: 16px 0 0;
}
.fs-body-category .fs-c-productListItem__productName .fs-c-productName__name{
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.428;
	font-weight: 300;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	margin: 0;
}
.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: 6px 0 0;
}
.fs-body-category .fs-c-productList span.fs-c-productPrice__main__price.fs-c-price{
	color: #000000 !important;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4285;
	margin: 0;
}
.fs-body-category .fs-c-productPrice__addon{
	color: #000000 !important;
	font-size: 1.0rem;
}
/*詳細を見る・お気に入り*/
.fs-body-category .fs-c-productListItem__control.fs-c-buttonContainer{
	display: none;
}
/*下線*/
.fs-body-category .fs-c-productList__list__item{
	border: 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: 34vw;
}
.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{
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.428;
	font-weight: 300;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	margin: 0;
}
.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: 6px 0 0;
}
.fs-body-search .fs-c-productList span.fs-c-productPrice__main__price.fs-c-price{
	color: #000000 !important;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4285;
	margin: 0;
}
.fs-body-search .fs-c-productPrice__addon{
	color: #000000 !important;
	font-size: 1.0rem;
}
/*詳細を見る・お気に入り*/
.fs-body-search .fs-c-productListItem__control.fs-c-buttonContainer{
	display: none;
}
/*下線*/
.fs-body-search .fs-c-productList__list__item{
	border: none;
}






