@charset "utf-8";
/* --------------------------------------------------------------------------------
　カテゴリ（PC）
-------------------------------------------------------------------------------- */
/* タイトル */
.fs-body-category h1.fs-c-heading--page {
	border-bottom: none;
	border-left: 7px solid #333333;
	padding: 0 0 0 15px;
	margin: 40px 0 25px;
	text-align: left;
}
/* 独自コメント（1） */
.fs-body-category .category_comment_1 {
	margin: 0 auto 1.5em;
	text-align: center;
}
/* さらに絞り込む */
.fs-body-category .cat-heading-search {
	margin: 0 0 10px;
	font-size: 16px;
}
/* サブカテゴリーボタン */
.fs-body-category .fs-c-subgroup {
	margin: 0;
}
.fs-body-category .fs-c-subgroupList{
	margin: 0;
}
.fs-body-category .fs-c-subgroupList__item {
	flex-basis: unset;
	flex-grow: unset;
	width: calc(25% - 4px);
	margin: 0 2px 4px;
	font-size: 16px;
}
/* カテゴリ件数 */
.fs-body-category .fs-c-subgroup .fs-c-listControl__status {
	display: none;
}
/* お気に入りボタン */
.fs-body-category .fs-c-button--addToWishList--icon {
	display: none;
}
/* お気に入りボタン */
.fs-body-category .fs-c-button--removeFromWishList--icon {
	display: none;
}


.fs-body-category .fs-c-productList{
	margin: 10px 0 24px;
}


/* サムネイル拡大ボタン */
.fs-body-category .fs-c-productListItem__viewMoreImageButton {
	display: none;
}
/* 商品名 */
.fs-body-category .fs-c-productListItem__productName {
	height: 2.3em;
	overflow: hidden;
	font-weight: bold;
}
/* 商品価格 */
.fs-body-category .fs-c-productPrice {
	justify-content: center;
}
/* 詳細を見る */
.fs-body-category .fs-c-productListItem__control {
	display: none;
	/*	justify-content:center;*/
}
/* 区切り線 */
.fs-body-category .fs-c-productList__list__item {
	border-bottom: none;
}
/* --------------------------------------------------------------------------------
　検索結果（PC）
-------------------------------------------------------------------------------- */
/* タイトル */
.fs-body-search h1.fs-c-heading--page {
	border-bottom: none;
	border-left: 7px solid #333333;
	padding: 0 0 0 15px;
	margin: 40px 0 25px;
	text-align: left;
}
/* お気に入りボタン */
.fs-body-search .fs-c-button--addToWishList--icon {
	display: none;
}
/* お気に入りボタン */
.fs-body-search .fs-c-button--removeFromWishList--icon {
	display: none;
}
/* サムネイル拡大ボタン */
.fs-body-search .fs-c-productListItem__viewMoreImageButton {
	display: none;
}
/* 商品名 */
.fs-body-search .fs-c-productListItem__productName {
	height: 3.5em;
	overflow: hidden;
	font-weight: bold;
}
/* 商品価格 */
.fs-body-search .fs-c-productPrice {
	justify-content: center;
}
/* 詳細を見る */
.fs-body-search .fs-c-productListItem__control {
	display: none;
	/*	justify-content:center;*/
}
/* 区切り線 */
.fs-body-search .fs-c-productList__list__item {
	border-bottom: none;
}