@charset 'utf-8';
/* --------------------------------------------------------------------------------
　カテゴリ（SP）
-------------------------------------------------------------------------------- */
/* タイトル */
.fs-body-category h1.fs-c-heading--page {
	border-bottom: none;
	border-left: 1.5vw solid #333333;
	padding: 0 0 0 2vw;
	margin: 4vw 0 3vw;
	text-align: left;
}
/* 独自コメント（1） */
.fs-body-category .category_comment_1 {
	margin: 0 auto;
	text-align: center;
}
/* さらに絞り込む */
.fs-body-category .cat-heading-search {
	margin: 0 0 0;
	font-size: 3.4vw;
}
/* サブカテゴリーボタン */
.fs-body-category .fs-c-subgroup {
	margin-top: 0;
	margin-bottom: 0;
}
.fs-body-category .fs-c-subgroupList__item {
	flex-basis: unset;
	flex-grow: unset;
	
	width: calc(50% - 1vw);
	margin: 0 0.5vw 1vw;
	font-size: 4vw;
}
/* カテゴリ件数 */
.fs-body-category .fs-c-subgroup .fs-c-listControl__status {
	display: none;
}
/* 商品一覧 */
.fs-body-category .fs-c-productList {
	margin-top:0;
}
/* お気に入りボタン */
.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-productListItem__viewMoreImageButton {
	display: none;
}
/* 商品名 */
.fs-body-category .fs-c-productListItem__productName {
	height: 2.2em;
	overflow: hidden;
	font-weight: bold;
	font-size: 2.8vw;
}
@media only screen and (max-width: 360px){
	/* 商品名 */
	.fs-body-category .fs-c-productListItem__productName {
		height: 2.5em;
	}
}
/* 商品価格 */
.fs-body-category .fs-c-productPrice {
	justify-content: center;
}
/* 販売期間 */
.fs-body-category .fs-c-salesPeriod__date{
	padding:0;
}
.fs-body-category .fs-c-salesPeriod__date dd{
	font-size:2.5vw;
}
/* 詳細を見る */
.fs-body-category .fs-c-productListItem__control {
	display: none;
	/*	justify-content:center;*/
}
/* 区切り線 */
.fs-body-category .fs-c-productList__list__item {
	border-bottom: none;
}
/* --------------------------------------------------------------------------------
　検索結果（SP）
-------------------------------------------------------------------------------- */
/* タイトル */
.fs-body-search h1.fs-c-heading--page {
	border-bottom: none;
	border-left: 1.5vw solid #333333;
	padding: 0 0 0 2vw;
	margin: 4vw 0 3vw;
	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: 2.2em;
	overflow: hidden;
	font-weight: bold;
	font-size: 2.8vw;
}
@media only screen and (max-width: 360px){
	/* 商品名 */
	.fs-body-search .fs-c-productListItem__productName {
		height: 2.5em;
	}
}
/* 商品価格 */
.fs-body-search .fs-c-productPrice {
	justify-content: center;
}
/* 販売期間 */
.fs-body-search .fs-c-salesPeriod__date{
	padding:0;
}
.fs-body-search .fs-c-salesPeriod__date dd{
	font-size:2.5vw;
}
/* 詳細を見る */
.fs-body-search .fs-c-productListItem__control {
	display: none;
	/*	justify-content:center;*/
}
/* 区切り線 */
.fs-body-search .fs-c-productList__list__item {
	border-bottom: none;
}