@charset "utf-8";

/* --------------------------------------------------------------------------------
　カテゴリーページのパンくずリスト
-------------------------------------------------------------------------------- */
.fs-body-category .fs-c-breadcrumb{
	padding: 15px 0 36px;
}
.fs-body-category .fs-c-breadcrumb .fs-c-breadcrumb__list{
	padding: 0;
}

/* --------------------------------------------------------------------------------
　カテゴリー独自コメント(1)
　ノーマルカテゴリーレイアウトページ
-------------------------------------------------------------------------------- */
.fs-body-category .category_comment-1 .category-normal{
	padding: 0 0 38px;
}

/* バナー */
.fs-body-category .category_comment-1 .category-normal .bnr-main-category-normal{
	padding: 0 0 30px;
}
.fs-body-category .category_comment-1 .category-normal .bnr-main-category-normal img{
	display: block;
}

/* テキスト */
.fs-body-category .category_comment-1 .category-normal .txt-category-normal-1{
	padding: 0 0 32px;
	text-align: center;
	line-height: 1.95;
}
.fs-body-category .category_comment-1 .category-normal .txt-category-normal-1 .mark-1{
	color: #c80000;
}

/* サブカテゴリー */
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul{
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	font-size: 18px;
}
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul li{
	width: 380px;
	margin: 0 30px 20px 0;
}
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul li:nth-of-type(3n){
	margin: 0 0 20px 0;
}
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul li a{
	position: relative;
	
	display: block;
	padding: 11px 0;
	border: solid 1px #2d0649;
	text-align: center;
	text-decoration: none;
	color: #2d0649;
}
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul li a::after{
	position: absolute;
	bottom: 0;
	right: 0;
	
	display: block;
	content: "";
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #2d0649 transparent;
}






/* --------------------------------------------------------------------------------
　サブグループリスト
-------------------------------------------------------------------------------- */
.fs-c-subgroupList__link::after{
	/*
	font-size: 1.5rem;
	*/
}

/* --------------------------------------------------------------------------------
★スマートフォン
商品リスト
-------------------------------------------------------------------------------- */

/********** 現在登録されている商品はありません。非表示に **********/
.fs-c-productList__message.fs-c-noResultMessage{
	display: none;
}


/*「お気に入りリスト」に入っている商品*/
.fs-body-category .fs-c-productList span.fs-c-productName__name {
    font-size: 15px;
}
.fs-body-category .fs-c-productList .fs-c-productListItem__control {
    display: none;
}



.fs-body-category .oshirase{
	margin: 15px 0 0;
}