@charset "utf-8";
/* --------------------------------------------------------------------------------
	グループ


　 カテゴリー一覧
-------------------------------------------------------------------------------- */
#list_contents_block {
	position: relative;
}
/*  商品グループ表示
------------------------------------------------ */
#list_contents_block .fs-c-subgroup .fs-c-listControl {
	display: none;
}
.fs-c-productList .fs-c-subgroup {
	margin: 50px 0;
}
.fs-c-subgroupList__link {
	border-color: #000000;
	background:#f0f0f0;
}
.fs-c-subgroupList__link::after{
	color: #000000;
}

/*  ページタイトル
------------------------------------------------ */
.fs-body-category .fs-c-heading--page {
	margin: 0;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
/********** font-Barlow **********/
.fs-body-category .fs-c-heading--page * {
	font-family: 'Barlow Semi Condensed', sans-serif !important;
}

/*  サブカテゴリー
------------------------------------------------ */
.fs-c-subgroup {
	margin: 0;
}
.fs-c-subgroupList {
	/*font-size: 28px;*/
	font-size: 2.2rem;
	margin: 0;
	padding: 0;
}
.fs-c-subgroupList__link{
	background:none;
	border:none;
	border-bottom: 2px solid #000000;
	padding: 21.5px 0;
	color: #000000;
	display: flex;
	margin: 0.2vw 0 0;
}
.fs-c-subgroupList__link::after{
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #000000;
	content: "";
	/*content: ">";*/
	font-size: 28px;
	padding-left: 24px;
}

.fs-c-subgroupList__link:active{
	-webkit-tap-highlight-color: transparent; /* 強調をなくす */
}
.fs-c-subgroupList__link:focus{
	background: #f0f0f0;
}


/*  ページャー上部
------------------------------------------------ */
#pager_top {
	position: absolute;
	top: 60px;
	right: 0;
	color: #6f6f6f;
	font-size: 12px;
	font-weight: bold;
}
#pager_top .fs-c-productList__controller,
#pager_top .fs-c-sortItems {
	margin: 0;
}
#pager_top .fs-c-sortItems__label {
	display: none;
}
#pager_top .fs-c-sortItems__list__item__label {
	padding: 0 10px;
	color: #000000;
	font-weight: 400;
}
#pager_top ul li.fs-c-sortItems__list__item {
	border-right: 1px solid #000000;
}
#pager_top ul li.fs-c-sortItems__list__item:last-child {
	border-right: none;
}
#pager_top .fs-c-sortItems__list a:hover {
	color: #ff4f03;
	text-decoration: none;
}
#pager_top .fs-c-sortItems__list__item.is-active {
	background: #FFF;
}
#pager_top .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
	font-weight: 900;
}
#pager_top .fs-c-listControl {
	display: none;
}
/*  商品一覧  4列
------------------------------------------------ */
@media screen and (min-width: 960px) {
	.fs-c-productList__list {
		display:flex;
		flex-wrap: wrap;
	}
	.fs-c-productList__list__item{
		width: 24%;
		margin: 0 1.3% 12px 0;
	}
	.fs-c-productList__list__item:nth-child(4n){
		margin: 0 0 12px 0;
	}
}
.fs-c-productList__list__item {
	position: relative;
	border: 1px solid #dcdcdc;
	padding: 8px;
}
.fs-c-productList__list .fs-c-button--plain {
	display: block;
	width: 100%;
	color: #848484;
	text-decoration: none;
}
.fs-c-productList__list .list_brandname {
	color: #000000;
	font-size: 13px;
	text-align: center;
	margin: 0;
	font-family: 'Barlow Semi Condensed', 'Noto Sans', sans-serif;
	font-family: 'Barlow Semi Condensed', 'Noto Sans JP', sans-serif;
}
.fs-c-productList__list .fs-c-productListItem__productName {
	min-height: 6vh;
	text-align: center;
	color: #6f6f6f;
	font-weight: bold;
	font-size: 15px;
}
.fs-c-productList__list .fs-c-productListItem__productName a,
.fs-c-productList__list .fs-c-productListItem__productName a:hover {
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}
/*  値段 */
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-price__value::after {
	display: none;
	/*
	content: "（税込）";
	margin-left: 0.25vw;
	font-size: 80%;
	*/
}
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-productPrice__addon--listed {
	color: #3e3e3e;
	font-weight: normal;
}
.fs-c-productList__list .fs-c-productPrice {
	justify-content: center;
}
.fs-c-productList__list .fs-c-productListItem__prices {
	padding: 0 0 10px;
	font-size: 15px!important;
	color: #000000!important;
	font-weight: 400!important;
	min-height: 3em!important;
}
.fs-c-productList__list .fs-c-price__currencyMark {
	color: #000000!important;
}
.fs-c-productList__list .fs-c-price__value {
	color: #000000!important;
	padding: 0 5px!important;
}
.fs-c-productList__list  .fs-c-productPrice--listed .fs-c-price__currencyMark {
	color: #3e3e3e;
}
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-price__value {
	font-size: 0.9em;
	color: #3e3e3e;
}
/* 在庫切れ */
.fs-c-productList__list .fs-c-productStock,
#fs_ProductSearch .fs-c-productList__list .fs-c-productStock {
	color: #000000;
	margin: 0 20px;
	padding: 6px 20px;
	border: none;
	line-height: 1.2;
	font-size: 15px;
	background: #f0f0f0;
}
/*  詳細を見る */
.fs-c-productList__list .fs-c-button--viewProductDetail::before {
	display: none;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
	line-height: 1.2;
}
.fs-c-productList__list .fs-c-button__label {
	display: block;
	
	border: 1px solid #000000;
	color: #000000;
	padding: 5px 0;
	text-align: center;
	font-size: 15px;
}
/* カートボタン */
.fs-c-productList__list .fs-c-button--addToCart--list .fs-c-button__label {
	color: #fff;
	background-color: #000000;
	font-size: 15px;
}
/*販売を終了しました。*/
.fs-c-productListItem__salesPeriodNotice{
	color: #fff;
	background-color: #000000;
}
/*  お気に入り 	*/
.fs-c-productList__list .fs-c-button--particular {
	position: absolute;
	top: 5px;
	right: 5px;
}
.fs-c-productList__list .fs-c-productListItem__control {
	padding: 5px 19px;
	justify-content: center;
}
.fs-c-productList__list .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
	font-size: 4rem;
	color: #dcdcdc;
}
.fs-c-productList__list .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	color: #ff4f03;
	font-size: 4rem;
}
.fs-c-productList__list .fs-c-productPrice__main__label {
	display: none;
}
/* キャッチコピー非表示 */
.fs-c-productList__list .fs-c-productName__copy{
	display: none;
}

/* 商品タグアイコン
-----------------------------------------------------------------------*/
.fs-c-productList .fs-c-productMarks {
	position: absolute;
	top: 1em;
	left: 1em;
	
	display: flex;
    justify-content: flex-start;
}
.fs-c-productList .fs-c-productMarks .mailshipping {
	width: 3em;
}
.fs-c-productList .fs-c-productMarks .saleproduct {
	width: 4em;
}
.fs-c-productList .fs-c-productMarks .member-20off {
	width: 4em;
}

.fs-c-mark--memberPrice{
    background-color: #ffffff;
    font-weight: normal;
    border-radius: unset;
    display: block;
    text-align: center;
}
span.fs-c-mark__label {
    background: #000000;
    padding: 2px 15px 3px;
}


/*  ページャー下部
------------------------------------------------ */
#pager_bottom .fs-c-sortItems, #pager_bottom .fs-c-listControl__status {
	display: none;
}
#pager_bottom .fs-c-productList__controller {
	margin-top: 150px;
	border-top: 1px solid #000000;
	padding-top: 15px;
}
#pager_bottom .fs-c-listControl {
	justify-content: center;
}
/*  ページネーション */
#pager_bottom .fs-c-pagination__item.is-active {
	background: #000000;
	color: #ffffff;
	border-radius: 540%;
	width: 2em;
	height: 2em;
	text-align: center;
	font-family: 'Barlow Semi Condensed', 'Noto Sans', sans-serif;
	font-family: 'Barlow Semi Condensed', 'Noto Sans JP', sans-serif;
}
#pager_bottom .fs-c-pagination__item {
	border: 1px solid #000000;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	margin: 0 10px;
	padding: 0.5em 0;
	text-align: center;
	font-family: 'Barlow Semi Condensed', 'Noto Sans', sans-serif;
	font-family: 'Barlow Semi Condensed', 'Noto Sans JP', sans-serif;
	color: #000000;
}
#pager_bottom .fs-c-pagination__item--next,
#pager_bottom .fs-c-pagination__item--prev {
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
	border: none;
}
#pager_bottom .fs-c-pagination__item--prev::before {
	font-family: 'fs-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 auto;
}
#pager_bottom .fs-c-pagination__item--next::before {
	font-family: 'fs-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 auto;
}
#pager_bottom .fs-c-pagination__item--prev:hover {
	opacity: 0.8;
}
.menu_bar_category_heading {
	cursor: auto;
}
#menu_bar_category {
	display: none;
}
/* 	----------------------------------------------- 
 　　　商品グループページ共通
----------------------------------------------- */
/*
.fs-c-productPrice.fs-c-productPrice--listed {
	display: none;
}
*/


/* 	----------------------------------------------- 
 　　　ブランド　商品グループページ
----------------------------------------------- */
.fs-body-category-brand_list .fs-c-productList{
	display: none;
}


/* 	----------------------------------------------- 
 　　　ベストセラー　商品グループページ
----------------------------------------------- */
/********** パンくず **********/
body.fs-body-category-bestseller .fs-c-breadcrumb__list {
	max-width: 820px;
	margin: 0 auto;
}
/********** コンテンツ幅 **********/
body.fs-body-category-bestseller .fs-l-pageMain {
	max-width: 820px;
	margin: 0 auto;
}
/********** ページ見出し **********/
body.fs-body-category-bestseller .fs-c-productList {
	padding: 0 0 120px;
}
/********** ページ見出し **********/
body.fs-body-category-bestseller .list_pagetti {
	padding: 0 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 42px;
}
body.fs-body-category-bestseller .list_pagetti {
	text-align: center;
	font-family: 'Barlow Semi Condensed', 'Noto Sans', sans-serif;
	font-family: 'Barlow Semi Condensed', 'Noto Sans JP', sans-serif;
}
body.fs-body-category-bestseller .list_pagetti .category_ename {
	font-weight: normal;
}
/********** ページャートップ **********/
body.fs-body-category-bestseller #pager_top {
	display: none;
}
/********** ベストセラーのスタイル **********/
body.fs-body-category-bestseller .fs-c-noResultMessage {
	display: none
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem {
	position: relative;
}
body.fs-body-category-bestseller .fs-c-productList__list .fs-c-productListItem__productName {
	text-align: center;
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem::before {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 100;
	content: '';
	display: block;
	width: 30px;
	height: 40px;
	background-size: 100%;
	background-position: 0 0;
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(1)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_1-2024.png);
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(2)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_2-2024.png);
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(3)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_3-2024.png);
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(4)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_4-2024.png);
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(5)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_5-2024.png);
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(6)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_6-2024.png);
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(7)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_7-2024.png);
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(8)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_8-2024.png);
}
body.fs-body-category-bestseller .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(9)::before {
	background-image: url(https://skinholic.itembox.design/item/images/common/bestseller_9-2024.png);
}

/* 虫眼鏡 */
body.fs-body-category-bestseller .fs-c-button--plain::before {
	display: none;
}
/* ページャーボトム */
body.fs-body-category-bestseller #pager_bottom {
	display: none;
}
/* 	----------------------------------------------- 
 　　　holicMADE　商品グループページ
----------------------------------------------- */
/********** パンくず **********/
body.fs-body-category-holicmade .fs-c-breadcrumb__list {
	max-width: 1000px;
	margin: 0 auto;
}
/********** コンテンツ幅 **********/
body.fs-body-category-holicmade .fs-l-pageMain {
	max-width: 1000px;
	margin: 0 auto;
}
/********** ページ見出し **********/
body.fs-body-category-holicmade .fs-c-productList {
	padding: 0 0 120px;
}
/********** ページ見出し **********/
body.fs-body-category-holicmade .list_pagetti {
	padding: 0 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 42px;
}
body.fs-body-category-holicmade .list_pagetti {
	text-align: center;
	font-family: 'Barlow Semi Condensed', 'Noto Sans', sans-serif;
	font-family: 'Barlow Semi Condensed', 'Noto Sans JP', sans-serif;
}
body.fs-body-category-holicmade .list_pagetti .category_ename {
	font-weight: normal;
}
/********** ページャートップ **********/
body.fs-body-category-holicmade #pager_top {
	display: none;
}
/********** holicMADEのスタイル **********/
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem {
	position: relative;
}
body.fs-body-category-holicmade .fs-c-productList__list .fs-c-productListItem__productName {
	text-align: center;
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-size: 100%;
	background-position: 0 0;
}
/*
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(1)::before {
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_1.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(2)::before {
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_2.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(3)::before {
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_3.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(4)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_4.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(5)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_5.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(6)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_6.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(7)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_7.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(8)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_8.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(9)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_9.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(10)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_10.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(11)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_11.png);
}
body.fs-body-category-holicmade .fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(12)::before{
	background-image: url(https://skinholic.itembox.design/item/images/group/holicmade/best_12.png);
}
*/
/* 虫眼鏡 */
body.fs-body-category-holicmade .fs-c-button--plain::before {
	display: none;
}
/* ページャーボトム */
/*
body.fs-body-category-holicmade #pager_bottom {
	display: none;
}
*/





/* ホリックメイド、セールページ
   ページタイトル 画像
--------------------------------------------------------*/
/*ホリックメイド*/
body.fs-body-category-holicmade h1.fs-c-heading--page{
	color: #fff;
	font-size: 0;

}
body.fs-body-category-holicmade h1.fs-c-heading--page::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 190px;
	background-image: url('../images/group/holicmade/title_holicmade_2024.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*sale*/
body.fs-body-category-holicsale h1.fs-c-heading--page{
	color: #fff;	
	font-size: 0;
	padding: 45px 0 ;
}
body.fs-body-category-holicsale h1.fs-c-heading--page::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 400px;
	background-image: url('../images/index-device/bnr-sale_2024.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/*ページャー*/
body.fs-body-category-holicsale #pager_top {
	position: absolute;
	top: 460px;
	right: 0;
}





