@charset "utf-8";
/* --------------------------------------------------------------------------------
カテゴリ
-------------------------------------------------------------------------------- */
.fs-body-category .fs-l-pageMain {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.fs-body-category .category-detail-inner {
	width: 100%;
	margin-bottom: 10vw;
}
.fs-body-category .img-main {
	margin: 0 0 10vw;
}
.fs-body-category .category-detail-inner h2 {
	font-size: 4.8vw;
	text-align: center;
	padding-bottom: 3vw;
	margin: 0 0 5vw;
	border-bottom: 1px solid #ccc;
}
.fs-body-category .category-detail-inner h3 {
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	margin: 0 0 4vw;
}
.fs-body-category .category-detail-inner p {
	margin: 0 0 4vw;
	font-size: 3.6vw;
	line-height: 1.34;
	text-align: left;
}
/* ------ カテゴリリスト -------- */
.fs-c-subgroupList {
	align-items: unset;
}
.fs-c-subgroupList {
	align-items: unset;
}
.fs-c-subgroupList__item {
	flex-grow: unset;
	flex-basis: 50%;
}



.fs-body-category .recommend-box{
	margin: 5vw 0 0
}
.fs-body-category .recommend-box h2{
	font-size: 4.8vw;
	margin: 0 0 5vw;
	text-align: center;
}

/* ------ ランキング -------- */
/* タイトル */
.fs-body-category h2 {
	margin: 0 0 3vw;
}
.fs-body-category h2 .en {
	font-size: 4.8vw;
	color: #be0061;
	position: relative;
}
.fs-body-category h2 .en:after {
	content: "";
	background: #cccccc;
	width: 0.3vw;
	height: 4vw;
	position: absolute;
	top: 50%;
	right: -2vw;
	margin-top: -2vw;
}
.fs-body-category h2 .ja {
	font-size: 3.6vw;
	color: #666666;
	margin: 0 0 0 3vw;
}
.fs-body-category .ranking {
	margin: 0 0 12vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-initialized {
	display: block;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-prev::before {
	background-image: url("../images/index/btn-ranking-prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-next::before {
	background-image: url("../images/index/btn-ranking-next.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-prev {
	width: 2.9vw;
	height: 5.6vw;
	left: 0;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-next {
	width: 2.9vw;
	height: 5.6vw;
	right: 0;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-category .ranking .slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
	opacity: 1;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list {
	width: auto;
	margin: 0 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box {
	position: relative;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(1):after {
	content: "";
	background: url("../images/index/icon-rank1.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(2):after {
	content: "";
	background: url("../images/index/icon-rank2.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(3):after {
	content: "";
	background: url("../images/index/icon-rank3.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(4):after {
	content: "";
	background: url("../images/index/icon-rank4.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(5):after {
	content: "";
	background: url("../images/index/icon-rank5.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(6):after {
	content: "";
	background: url("../images/index/icon-rank6.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(7):after {
	content: "";
	background: url("../images/index/icon-rank7.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(8):after {
	content: "";
	background: url("../images/index/icon-rank8.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(9):after {
	content: "";
	background: url("../images/index/icon-rank9.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(10):after {
	content: "";
	background: url("../images/index/icon-rank10.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}

.fs-body-category .ranking .category-slider-sp .rcmd-slick-initialized {
	display: block;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-prev::before {
	background-image: url("../images/index/btn-ranking-prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-next::before {
	background-image: url("../images/index/btn-ranking-next.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-prev {
	width: 2.9vw;
	height: 5.6vw;
	left: 0;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-next {
	width: 2.9vw;
	height: 5.6vw;
	right: 0;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-category .ranking .category-slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
	opacity: 1;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list {
	width: auto;
	margin: 0 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box {
	position: relative;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(1):after {
	content: "";
	background: url("../images/index/icon-rank1.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(2):after {
	content: "";
	background: url("../images/index/icon-rank2.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(3):after {
	content: "";
	background: url("../images/index/icon-rank3.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(4):after {
	content: "";
	background: url("../images/index/icon-rank4.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(5):after {
	content: "";
	background: url("../images/index/icon-rank5.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(6):after {
	content: "";
	background: url("../images/index/icon-rank6.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(7):after {
	content: "";
	background: url("../images/index/icon-rank7.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(8):after {
	content: "";
	background: url("../images/index/icon-rank8.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(9):after {
	content: "";
	background: url("../images/index/icon-rank9.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}
.fs-body-category .ranking .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box:nth-of-type(10):after {
	content: "";
	background: url("../images/index/icon-rank10.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 8.2vw;
	position: absolute;
	top: 0;
	left: 2vw;
}

.fs-body-category .ranking .item-box {
	box-sizing: border-box;
	padding: 0 2vw;
	word-break: break-all;
}
.fs-body-category .ranking .item-box a {
	color: inherit;
	text-decoration: none;
}
.fs-body-category .ranking .item-box img {
	max-width: 100%;
}
.fs-body-category .ranking .item-box .name {
	display: block;
	font-size: 3.1vw;
	line-height: 1.34;
	margin: 0 0 4vw;
}
.fs-body-category .ranking .item-box .price-box {
	display: flex;
}
.fs-body-category .ranking .item-box .price-box .yen {
	font-size: 3.1vw;
	/*color: #cc0000;*/
	color: #666666;
	font-weight: bold;
}
.fs-body-category .ranking .item-box .price-box .price {
	font-size: 3.1vw;
	/*color: #cc0000;*/
	color: #666666;
	font-weight: bold;
}
.fs-body-category .ranking .item-box .price-box .tax {
	font-size: 3.1vw;
	/*color: #cc0000;*/
	color: #666666;
	font-weight: bold;
}



/* ------ レコメンド PICKUP -------- */

.fs-body-category .pickup{
	margin: 0 0 12vw;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-initialized {
	display: block;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-prev::before {
	background-image: url("../images/index/btn-ranking-prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-next::before {
	background-image: url("../images/index/btn-ranking-next.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-prev {
	width: 2.9vw;
	height: 5.6vw;
	left: 0;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-next {
	width: 2.9vw;
	height: 5.6vw;
	right: 0;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before,
.fs-body-category .pickup .category-slider-sp .rcmd-slick-next.rcmd-slick-disabled:before{
	opacity: 1;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-list {
	width: auto;
	margin: 0 2vw;
}
.fs-body-category .pickup .category-slider-sp .rcmd-slick-list .rcmd-slick-track .item-box{
	position: relative;
}

.fs-body-category .pickup .item-box {
	box-sizing: border-box;
	padding: 0 2vw;
	word-break: break-all;
}
.fs-body-category .pickup .item-box a {
	color: inherit;
	text-decoration: none;
}
.fs-body-category .pickup .item-box img {
	max-width: 100%;
}
.fs-body-category .pickup .item-box .name{
	display: block;
	font-size: 3.1vw;
	line-height: 1.34;
	margin: 0 0 4vw;
}
.fs-body-category .pickup .item-box .price-box{
	display: flex;
}
.fs-body-category .pickup .item-box .price-box .yen{
	font-size: 3.1vw;
	color: #666666;
	font-weight: bold;
}
.fs-body-category .pickup .item-box .price-box .price{
	font-size: 3.1vw;
	color: #666666;
	font-weight: bold;
}
.fs-body-category .pickup .item-box .price-box .tax{
	font-size: 3.1vw;
	color: #666666;
	font-weight: bold;
}
/* ------ レコメンド 関連商品-------- */
.fs-body-category .related {
	margin: 0 0 12vw;
}
.fs-body-category .related h2 {
	margin: 0 0 3vw;
	font-size: 4.8vw;
	text-align: center;
}
.fs-body-category .related p {
	text-align: center;
	font-size: 3.6vw;
	margin: 0 0 5vw;
}
.fs-body-category .related .related-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fs-body-category .related .related-box ul li {
	width: 32%;
	margin: 0 2% 10vw 0;
}
.fs-body-category .related .related-box ul li:nth-child(3n) {
	margin: 0 0 10vw;
}
.fs-body-category .related .related-box ul li .img {
	display: block;
	width: 100%;
}
.fs-body-category .related .related-box ul li .img img {
	display: block;
}
.fs-body-category .related .related-box ul li .name {
	display: block;
	font-size: 3.6vw;
	font-weight: nomal;
	line-height: 1.34;
	margin: 0 0 4vw;
	color: #666;
}
.fs-body-category .related .related-box ul li .name a {
	color: #666;
}
.fs-body-category .related .related-box ul li .price-box {
	display: flex;
}
.fs-body-category .related .related-box ul li .price-box .hanbai {
	display: none;
}
.fs-body-category .related .related-box ul li .price-box .yen {
	font-size: 3.6vw;
	font-weight: bold;
}
.fs-body-category .related .related-box ul li .price-box .price {
	font-size: 3.6vw;
	font-weight: bold;
}
.fs-body-category .related .related-box ul li .price-box .tax {
	font-size: 3.6vw;
	font-weight: bold;
}
/* ------ レコメンド 閲覧履歴 -------- */
.fs-body-category .history h2 {
	font-size: 4.8vw;
	margin: 0 0 5vw;
	text-align: center;
}
.fs-body-category .history {
	margin: 0 0 12vw;
}
.fs-body-category .history .slider-sp .rcmd-slick-initialized {
	display: block;
}
.fs-body-category .history .slider-sp .rcmd-slick-prev::before {
	background-image: url("../images/index/btn-ranking-prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .history .slider-sp .rcmd-slick-next::before {
	background-image: url("../images/index/btn-ranking-next.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-category .history .slider-sp .rcmd-slick-prev {
	width: 2.9vw;
	height: 5.6vw;
	left: 0;
}
.fs-body-category .history .slider-sp .rcmd-slick-next {
	width: 2.9vw;
	height: 5.6vw;
	right: 0;
}
.fs-body-category .history .slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-category .history .slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
	opacity: 1;
}
.fs-body-category .history .slider-sp .rcmd-slick-list {
	width: auto;
	margin: 0 2vw;
}
.fs-body-category .history .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box {
	position: relative;
}
.fs-body-category .history .item-box {
	box-sizing: border-box;
	padding: 0 2vw;
	word-break: break-all;
}
.fs-body-category .history .item-box a {
	color: inherit;
	text-decoration: none;
}
.fs-body-category .history .item-box img {
	max-width: 100%;
}
.fs-body-category .history .item-box .name {
	display: block;
	font-size: 3.1vw;
	line-height: 1.34;
	margin: 0 0 4vw;
}
.fs-body-category .history .item-box .price-box {
	display: flex;
}
.fs-body-category .history .item-box .price-box .yen {
	font-size: 3.1vw;
	font-weight: bold;
}
.fs-body-category .history .item-box .price-box .price {
	font-size: 3.1vw;
	font-weight: bold;
}
.fs-body-category .history .item-box .price-box .tax {
	font-size: 3.1vw;
	font-weight: bold;
}


/* ------ 商品一覧 -------- */

.fs-c-productName__name {
	display: block;
	position: relative;
	overflow: hidden;
	height: 3.4em;
    font-size: 80%;
}
.fs-c-productList__list__item {
    font-size: 80%;
}
/*.fs-c-productName__name::before ,
.fs-c-productName__name::after {
	position: absolute;
	background: #fff;
}
.fs-c-productName__name::before {
	content: '\FF65\FF65\FF65';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.fs-c-productName__name::after {
	content: '';
	width: 100%;
	height: 100%;
}*/
.fs-c-productName__name::before {
	position: absolute;
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	content: '';
	bottom: 0;
	right: 0;
	width: 2em;
	height: 1.2em;
}

