@charset "utf-8";
/* CSS Document */

/*----------------------------------------
カテゴリーページ
------------------------------------------*/
#underlayer #main h1{
	padding: 15px 5.3%;
	color: #5B804A;
	font-size: 18px;
}
#underlayer #main .fs-c-productList__controller{
	margin-bottom: 21px;
	border-top: solid 1px #5B804A;
}
#underlayer #main .fs-c-listControl{
	margin: 20px 5.3%;
}
#underlayer #main .fs-c-sortItems{
	margin-bottom: 15px;
}
#underlayer #main .fs-c-sortItems__label{
	padding: 15px 0;
	color: #5B804A;
	text-align: center;
	background: url(../img/category/bg-sort.png) right 5.3% center no-repeat;
	background-size: 11px;
	transition-duration: 0.3s;
	display: block;
}
#underlayer #main .fs-c-sortItems__label.active{
	background: url(../img/category/bg-sort_active.png) right 5.3% center no-repeat;
	background-size: 11px;
	transition-duration: 0.3s;
}
#underlayer #main ul.fs-c-sortItems__list{
	text-align: center;
	display: none;
}
#underlayer #main ul.fs-c-sortItems__list li{
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#underlayer #main ul.fs-c-sortItems__list li a.fs-c-sortItems__list__item__label{
	color: #FFFFFF;
	background: #5B804A;
}
#underlayer #main ul.fs-c-sortItems__list li .fs-c-sortItems__list__item__label{
	padding: 15px 0;
	display: block;
	background: #7da159;
}

#underlayer #main .fs-c-productList__list{
	margin: 0 5.3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#underlayer #main .fs-c-productList__list .fs-c-productList__list__item{
	width: 47.8%;
	margin-bottom: 20px;
}
#underlayer #main .fs-c-productListItem__imageContainer{
	margin-bottom: 10px;
}
#underlayer #main .fs-c-productListItem__imageContainer a{
	position: relative;
}
#underlayer #main .fs-c-productListItem__viewMoreImageButton{
	display: none;
}
#underlayer #main h2.fs-c-productListItem__productName{
}
#underlayer #main h2.fs-c-productListItem__productName a .fs-c-productName__copy{
	font-size: 11px;
	display: none;
}
#underlayer #main h2.fs-c-productListItem__productName a .fs-c-productName__name{
	font-size: 12px;
}
#underlayer #main .fs-c-productListItem__productDescription{
  margin-bottom: 8px;
	font-size: 12px;
}

#underlayer #main .fs-c-productMarks{
	margin-bottom: 5px;
}
/* 2020/07/29コメントアウト */
/* #underlayer #main ul.fs-c-productMark li{
	margin-bottom: 5px;
} */

#underlayer #main .fs-c-price{
	display: inline;
}
#underlayer #main .fs-c-productPrice--listed{
	margin-bottom: 5px;
	font-size: 12px;
}
#underlayer #main .fs-c-productPrice__main{
}
#underlayer #main .fs-c-productPrice--listed .fs-c-price__value{
	text-decoration: line-through;
}


#underlayer #main .fs-c-productPrice--selling{
	color: #E24824;
	display: flex;
}
#underlayer #main .fs-c-productPrice--selling .fs-c-price{
	font-size: 15px;
	font-weight: bold;
}
#underlayer #main .fs-c-productPrice--selling .fs-c-productPrice__addon{
  margin-left: 0.5em;
	font-size: 11px;
  display: inline-block;
	margin-top: 5px;
}

/* 会員ステージ価格*/
.fs-c-productList__list .fs-c-productPrice.fs-c-productPrice--member {
	background-color: #ED8082;
	color: #fff;
	display: block;
	padding: 1%;
	text-align: center;
	font-size: 12px;
}
.fs-c-productList__list .fs-c-productPrice__main__label {
	display: block !important;
	color: #fff !important;
	font-size: 12px !important;
}
.fs-c-productPrice__main__price {font-size: 12px;}
.fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stage6{
	display: none;
}

#underlayer #main .fs-c-productListItem__control{
	display: none;
}
#underlayer #main .fs-c-productListItem__salesPeriod{
	display: none;
}

#underlayer #main .popupImg{
	position: absolute;
	left: 0;
	top: 0;
	width: 184px;
	margin-left: -10px;
	padding: 10px 10px 0 10px;
	background: #000000;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	z-index: 1;
	display: none!important;
}
#underlayer #main .popupImg::before{
	content: "";
	position: absolute;
	left: 94px;
	top: -10px;
	width: 20px;
	height: 20px;
	background: #000000;
	transform: rotate(-45deg);
	z-index: 2;
}
#underlayer #main .popupImg img{
	width: 54px;
	height: auto;
	margin: 0 11px 11px 0;
	z-index: 3;
}
#underlayer #main .popupImg img:nth-child(3n){
	margin: 0 0 11px 0;
}
