@charset 'utf-8';



/* --------------------------------------------------------------------------------
　サブグループリスト
-------------------------------------------------------------------------------- */
.fs-c-subgroupList__link::after {
	/*
	font-size: 1.5rem;
	*/
}

/* --------------------------------------------------------------------------------
★スマートフォン カテゴリ
商品リスト
-------------------------------------------------------------------------------- */

/********** 現在登録されている商品はありません。非表示に **********/
.fs-c-productList__message.fs-c-noResultMessage {
	/*
	display: none;
	*/
}

.fs-body-category .fs-c-productList__list__item{
	border: none;
}

/********** 商品名 **********/
.fs-body-category .fs-c-productListItem__productName a{
	font-size: 3.2vw;
	font-weight: bold;
}

/********** 商品マーク **********/
.fs-body-category .fs-c-productMark{

}
.fs-body-category .fs-c-productMark__mark{
	color: #ffffff;
	padding: 1vw 1.5vw;
	margin: 0 0 1vw;
	text-align: center;
	position: relative;
	font-size: 2.6vw;
}
/*送料無料*/
.fs-body-category .mark-free_shipping.fs-c-productMark__mark {
	background: #b9001c;
}
.fs-body-category .mark-free_shipping ::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -2vw;
	left: 2vw;
	width: 0;
	height: 0;
	border-top: 3vw solid #b9001c;
	border-left: 1.5vw solid transparent;
	border-right: 1.5vw solid transparent;
	transform: rotate(25deg);
}
/*即日配送*/
.fs-body-category .mark-sokujitsu.fs-c-productMark__mark {
	background: #ff6a00;
}
.fs-body-category .mark-sokujitsu::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -2vw;
	left: 2vw;
	width: 0;
	height: 0;
	border-top: 3vw solid #ff6a00;
	border-left: 1.5vw solid transparent;
	border-right: 1.5vw solid transparent;
	transform: rotate(25deg);
}
/*名入れ可能*/
.fs-body-category .mark-naire.fs-c-productMark__mark {
	background: #ffc412;
}
.fs-body-category .mark-naire::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -2vw;
	left: 2vw;
	width: 0;
	height: 0;
	border-top: 3vw solid #ffc412;
	border-left: 1.5vw solid transparent;
	border-right: 1.5vw solid transparent;
	transform: rotate(25deg);
}

/********** 商品価格 **********/
.fs-body-category .fs-c-productPrice{
	font-size: 3.2vw;
	font-weight: bold;
}
.fs-body-category .fs-c-productPrice__addon {
	font-size: 3.2vw;
}
.fs-body-category .fs-c-price__currencyMark{
	font-weight: bold;
	color: #c00;
}
.fs-body-category .fs-c-price__value{
	font-weight: bold;
	color: #c00;
}
.fs-body-category .fs-c-button--particular.fs-c-button--addToWishList--icon::before{
	font-size: 1.4rem;
}

/*在庫切れ*/
.fs-body-category .fs-c-productListItem__notice{
	background: #fff7f6;
	color: red;
	border: 1px dotted red;
	margin: 5px 0;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: left;
}




/* --------------------------------------------------------------------------------
★PC検索結果 検索結果
商品リスト
-------------------------------------------------------------------------------- */
.fs-body-search .fs-c-productList__list__item{
	border: none;
}

/********** 商品名 **********/
.fs-body-search .fs-c-productListItem__productName a{
	font-size: 3.2vw;
	font-weight: bold;
}

/********** 商品マーク **********/
.fs-body-search .fs-c-productMark{

}
.fs-body-search .fs-c-productMark__mark{
	color: #ffffff;
	padding: 1vw 1.5vw;
	margin: 0 0 1vw;
	text-align: center;
	position: relative;
	font-size: 2.6vw;
}
/*送料無料*/
.fs-body-search .mark-free_shipping.fs-c-productMark__mark {
	background: #b9001c;
}
.fs-body-search .mark-free_shipping ::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -2vw;
	left: 2vw;
	width: 0;
	height: 0;
	border-top: 3vw solid #b9001c;
	border-left: 1.5vw solid transparent;
	border-right: 1.5vw solid transparent;
	transform: rotate(25deg);
}
/*即日配送*/
.fs-body-search .mark-sokujitsu.fs-c-productMark__mark {
	background: #ff6a00;
}
.fs-body-search .mark-sokujitsu::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -2vw;
	left: 2vw;
	width: 0;
	height: 0;
	border-top: 3vw solid #ff6a00;
	border-left: 1.5vw solid transparent;
	border-right: 1.5vw solid transparent;
	transform: rotate(25deg);
}
/*名入れ可能*/
.fs-body-search .mark-naire.fs-c-productMark__mark {
	background: #ffc412;
}
.fs-body-search .mark-naire::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -2vw;
	left: 2vw;
	width: 0;
	height: 0;
	border-top: 3vw solid #ffc412;
	border-left: 1.5vw solid transparent;
	border-right: 1.5vw solid transparent;
	transform: rotate(25deg);
}

/********** 商品価格 **********/
.fs-body-search .fs-c-productPrice{
	font-size: 3.2vw;
	font-weight: bold;
}
.fs-body-search .fs-c-productPrice__addon {
	font-size: 3.2vw;
}
.fs-body-search .fs-c-price__currencyMark{
	font-weight: bold;
	color: #c00;
}
.fs-body-search .fs-c-price__value{
	font-weight: bold;
	color: #c00;
}
.fs-body-search .fs-c-button--particular.fs-c-button--addToWishList--icon::before{
	font-size: 1.4rem;
}

/*在庫切れ*/
.fs-body-search .fs-c-productListItem__notice{
	background: #fff7f6;
	color: red;
	border: 1px dotted red;
	margin: 5px 0;
	font-size: 3.2vw;;
	font-weight: bold;
	text-align: left;
}