@charset 'utf-8';

/********** 一旦リセット **********/
.fs-body-category .fs-l-main {
	margin: 0;
}
/* 各パーツでスキマを開ける */
.fs-body-category .fs-l-main #fs-page-error-container,
.fs-body-category .fs-l-main .fs-c-productList__controller,
.fs-body-category .fs-l-main .fs-c-productList__list {
	margin: 0 3vw;
}





/* --------------------------------------------------------------------------------
　カテゴリー独自コメント(1)
　ノーマルカテゴリーレイアウトページ
-------------------------------------------------------------------------------- */
.fs-body-category .category_comment-1 .category-normal{
	padding: 0 0 6vw;
}

/* バナー */
.fs-body-category .category_comment-1 .category-normal .bnr-main-category-normal{
	padding: 0 0 6vw;
}
.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 3vw 5vw;
	line-height: 1.45;
}
.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{
	padding: 0 3vw;
}
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul{
}
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul li{
	width: 100%;
	margin: 0 0 2vw 0;
}
.fs-body-category .category_comment-1 .category-normal .sub-cat-category-normal ul li a{
	position: relative;
	
	display: block;
	padding: 2.5vw 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 2.5vw 2.5vw;
	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: 3.3vw;
}
.fs-body-category .fs-c-productList .fs-c-productListItem__control {
    display: none;
}


.fs-body-category .oshirase{
	margin: 5vw 0 0;
}