/*=========================
awooのレイアウト調整 ここから
=========================*/

/* 商品一覧　1列の数 */
.grid  {
grid-template-columns: repeat(4, 1fr)!important;
}
@media screen and (max-width: 768px) {
  .grid  {
    grid-template-columns: repeat(2, 1fr)!important;
  }
}

/* 共通：見出し */
.awoo-inner .popular-tags-title,
.awoo-inner .related-title {
    color:#191919;
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
    font-size: 36px!important;
    font-size: 3.6rem!important;
    text-align: center!important;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}

/* 共通 タグ */
a.awoo-tag {
    border-radius: 100px!important;
   border: none!important;
    /* border: 1px solid #191919!important; */
    background-color: #F5F5F5!important;
    color: #3c3c3c!important;
}
a.awoo-tag:hover {
    opacity: 0.5;
}
a.awoo-tag span:before {
    content: "#";
}
.category-page-h1-v2:before {
    content: "#";
}
.popular-tags-wrapper,
.suggestion-tag-wrapper {
    background: none!important;
}

.suggestion-tag-list-container-v2{
    box-shadow: unset!important;
}

/* 共通 商品画像の角丸 */
.related-product-img img {
    border-radius: 6px;
}

/* 共通 カルーセルの矢印 */
.awoo-inner .carousel-arrow {
    color: #3d3d3d!important;
    border: none!important;
    background-color: unset!important;
}
.awoo-inner .svg-inline--fa {
    width: 25px!important;
    height: 30px!important;
}

/* カテゴリ */
/*
.awoo-tag-wrapper {
  margin-top:60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .awoo-tag-wrapper {
        margin-top:20px;
    }
}
*/

/* 商品詳細 */
.item_awoo_tag h3 {
  margin-bottom: 15px;
}

/* フリーページ */
.awoo-inner-fp #awoo-category-page h1 {
    margin-top: 70px;
    color:#191919;
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
    font-size: 36px!important;
    font-size: 3.6rem!important;
    text-align: center!important;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}

    /* 価格帯 */

    .price-interval-input {
        width: 100%!important;
    }
    .price-interval-search-btn {
        background-color: #5a372e!important;
        font-size: 115%;
    }
    .awoo-inner-fp .selector-label {
        display: none;
    }

    /* ページャー */
    .awoo-pagination > li {
        margin: 5px!important;
        width: 40px!important;
        height: 40px!important;
    }
    .awoo-pagination > li > a {
        border: 1px solid #ddd!important;
    }
    .awoo-pagination > li.selected > a {
        background: #ddd!important;
        color: #191919!important;
    }

/*=========================
awooのレイアウト調整 ここまで
=========================*/

/* ---------- 社販会員価格表示 ----------*/
/*社販会員特別価格 20220512追記*/
.fs-c-productList .fs-c-productPrice.fs-c-productPrice--stage1{
 display:flex;
}

/* ---------- 社販会員特別価格 20220512追記*/
#fs_ProductDetails .fs-l-productLayout__item .prices-point .fs-c-productPrice.fs-c-productPrice--stage1{
 display:flex;
}
/*社販会員特別価格 20220512追記*/
.fs-c-productList .fs-c-productPrice.fs-c-productPrice--stage1{
 display:flex;
}
/*会員登録価格*/
#fs_ProductDetails .fs-l-productLayout__item .prices-point .fs-c-productPrice.fs-c-productPrice--member {
display: none;
}
/*社販会員特別価格 20220512追記*/
#fs_ProductDetails .fs-l-productLayout__item .prices-point .fs-c-productPrice.fs-c-productPrice--stage1{
 display:flex;
}
/*会員特別価格*/
#fs_ProductSearch .fs-c-productList .fs-c-productPrice.fs-c-productPrice--member{
 display:none;
}
/*社販会員特別価格 20220512追記*/
.fs-c-productList .fs-c-productPrice.fs-c-productPrice--stage1{
 display:flex;
}
/*会員特別価格*/
#fs_ProductDetails .fs-c-featuredProduct .fs-c-productPrice.fs-c-productPrice--member{
 display:none;
}

/*社販会員特別価格 20220512追記*/
#fs_ProductDetails .fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stage1{
 display:flex;
}
/* 会員ステージ価格表示 20190121 HH追記 ------------------------------------------ */
.FS2_body_Goods_GoodsDetail .FS2_special_members_price{display:none;}
 /* .FS2_body_Goods_GoodsDetail .FS2_stage0_price{display:block;} */
.FS2_body_Goods_GoodsDetail .FS2_stage1_price{display:block;}
 /* 
.FS2_body_Goods_GoodsDetail .FS2_stage2_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage3_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage4_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage5_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage6_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage7_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage8_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage9_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage10_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage11_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage12_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage13_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage14_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage15_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage16_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage17_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage18_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage19_price{display:block;}
 */


.FS2_body_Goods_GoodsGroupList .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_special_members_price
{display:none;}
 /* .FS2_body_Goods_GoodsGroupList .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage0_price
{display:block;} */
.FS2_body_Goods_GoodsGroupList .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage1_price
{display:block;}
 /* 
.FS2_body_Goods_GoodsGroupList .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage2_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage3_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage4_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage5_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage6_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage7_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage8_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage9_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage10_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage11_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage12_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage13_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage14_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage15_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage16_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage17_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage18_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage19_price
{display:block;}
 */

.FS2_body_Goods_GoodsGroupList .FS2_stage1_price .FS2_special_members_price_text:after,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage1_price .FS2_special_members_price_text:after,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage1_price .FS2_special_members_price_text:after,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage1_price .FS2_special_members_price_text:after,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage1_price .FS2_special_members_price_text:after,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage1_price .FS2_special_members_price_text:after{
content: "\A";
white-space: pre ;
}

/*お気に入りページNO IMAGE背景を白へ 20220304追記*/
#fs_MyWishList .fs-c-productListItem__image.fs-c-productImage .fs-c-noImage{
background:#fff;
}

/*社販会員特別価格 20220512追記*/
.fs-c-productList .fs-c-productPrice.fs-c-productPrice--stage1{
 display:flex;
}

/*社販会員特別価格 20220512追記*/
#fs_ProductDetails .fs-l-productLayout__item .prices-point .fs-c-productPrice.fs-c-productPrice--stage1{
 display:flex;
}
/* 会員ステージ価格表示 20190121 HH追記 ------------------------------------------ */
.FS2_body_Goods_GoodsDetail .FS2_special_members_price,
.FS2_body_Goods_GoodsSearchList .FS2_special_members_price{display:none;}
 /* .FS2_body_Goods_GoodsDetail .FS2_stage0_price{display:block;} */
.FS2_body_Goods_GoodsDetail .FS2_stage1_price,
.FS2_body_Goods_GoodsSearchList .FS2_stage1_price{display:block;}
 /* 
.FS2_body_Goods_GoodsDetail .FS2_stage2_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage3_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage4_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage5_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage6_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage7_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage8_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage9_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage10_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage11_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage12_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage13_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage14_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage15_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage16_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage17_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage18_price{display:block;}
.FS2_body_Goods_GoodsDetail .FS2_stage19_price{display:block;}

.FS2_body_Goods_GoodsSearchList .FS2_stage2_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage3_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage4_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage5_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage6_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage7_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage8_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage9_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage10_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage11_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage12_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage13_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage14_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage15_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage16_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage17_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage18_price{display:block;}
.FS2_body_Goods_GoodsSearchList .FS2_stage19_price{display:block;}
 */


.FS2_body_Goods_GoodsGroupList .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_special_members_price
{display:none;}
 /* .FS2_body_Goods_GoodsGroupList .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage0_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage0_price
{display:block;} */
.FS2_body_Goods_GoodsGroupList .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage1_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage1_price
{display:block;}
 /* 
.FS2_body_Goods_GoodsGroupList .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage2_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage2_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage3_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage3_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage4_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage4_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage5_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage5_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage6_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage6_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage7_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage7_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage8_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage8_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage9_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage9_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage10_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage10_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage11_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage11_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage12_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage12_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage13_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage13_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage14_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage14_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage15_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage15_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage16_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage16_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage17_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage17_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage18_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage18_price
{display:block;}
.FS2_body_Goods_GoodsGroupList .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_1 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_4 .FS2_stage19_price,
.FS2_body_Goods_GoodsGroupList_5 .FS2_stage19_price
{display:block;}
 */


/*リバティプリントの商品マークの枠線を非表示にするCSS 20230207追記*/
.fs-c-productMarks .fs-c-productMark__mark.icon_jp {
border:none;
padding:0;
}
/* 商品詳細ページで商品マークを一列表示CSS 20230207追記*/
#fs_ProductDetails .fs-c-productMark{
display:block;
}
#fs_ProductDetails .fs-c-productMark__item{
width: fit-content;
}
/* #fs_ProductDetails .fs-c-productMarks .icon_jp.fs-c-productMark__mark--image.fs-c-productMark__mark{
border: none !important;
padding: 0 !important;
}*/


/* ヘッダーh1追加 20230330 */
@media screen and (min-width: 768px) {
.p-head__logo h1 div {
margin-top:.4vw;
}
}
@media screen and (max-width: 767px) {
.p-head__logo h1 div {
display:none;
}
}


/*グループの登録商品がありませんの文言を非表示*/
.fs-body-category-1262 .fs-c-noResultMessage {
    display: none;
}

/* 20230628 パスワード欄の目のマークをとる */
.fs-c-button--displayPassword.fs-c-button--particular{
display:none;
}


/* 20230714 カレンダーをPCは小さく */
.p-hhctTop .calendar-img a img {
    width: 50%;
    margin: 0 auto;
}

＠media screen and (max-width: 767.98px) {
.p-hhctTop .calendar-img a img {
    width: 100%;
    margin: 0 auto;
}
}

.post-type-archive-hhct .l-article-content.p-hhctTop{
position:relative;
}

.post-type-archive-hhct h2.c-ttl02{
position: absolute;
z-index: 1;
top: .5%;
display: flex;
justify-content: center;
width: 100%;
}

.post-type-archive-hhct .set {
width:100%;}
.post-type-archive-hhct .set .anchor.column04{
display:flex;}
.post-type-archive-hhct .set .anchor.column04 li{
width:23.5%}
.post-type-archive-hhct .set .anchor.column04 li{
margin-right:2%}
.post-type-archive-hhct .set .anchor.column04 li:last-child{
margin-right:0}

.post-type-archive-hhct .set .anchor li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    border-radius: 6px;
    border: solid 1px #191919;
    background: #fff url(https://item.itembox.design/item/img/icon_ac_arrow.svg) no-repeat right 10px center;
    padding: 0 24px 0 10px;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3em;
position:relative;
}
.post-type-archive-hhct .set .anchor li.arrow-r a {
    background: none;
}

.post-type-archive-hhct .set .anchor li.arrow-r a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 9px;
    background: url(https://item.itembox.design/item/img/common/ico-arrow.svg) no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    margin-left: 5px;
}
@media screen and (max-width: 767.98px) {
.post-type-archive-hhct .set .anchor.column04{
display:flex;
flex-wrap: wrap;}

.post-type-archive-hhct .set .anchor.column04 li{
width:48%}

.post-type-archive-hhct .set .anchor.column04 li{
margin-right:2%;margin-bottom:2%}

.post-type-archive-hhct .set .anchor.column04 li:last-child{
margin-right:0}
}


.post-type-archive-hhct .bannerList {
display: flex;
    justify-content: center;
}
.post-type-archive-hhct .set .anchor li.nina a {
display:flex;
flex-flow:column;
    border-radius: 0px;
    border: solid 1px #191919;
    background: pink url(https://item.itembox.design/item/img/icon_ac_arrow.svg) no-repeat right 10px center;
    padding: 0 24px 0 10px;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3em;
position:relative;
}
.post-type-archive-hhct li.nina .bannerTxt-sub{
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.3em;
}
.post-type-archive-hhct li.nina .bannerTxt-main{
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.3em;
}


/* 20240117 サブグループ非表示 */
#fs_ProductDetails .fs-c-breadcrumb　{
display:none;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list--subgroup　{
display:none;
}
@media screen and (max-width: 767.98px) {
.fs-c-breadcrumb .fs-c-breadcrumb__list--subgroup　{
display:none;
}
}


/* 20240611 追記：商品一覧amazonボタン */
@media only screen and (min-width: 768px) {
.azbtn {
padding:10px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
width:100%;
color:#3c3c3c;
background:#fff;
font-size:1.2rem;
border:1px solid #3c3c3c;
border-radius:6px;
line-height: 1.5;
}
}
@media only screen and (max-width: 767.98px) {
.azbtn {
padding:5px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
width:100%;
color:#3c3c3c;
background:#fff;
font-size:1.2rem;
border:1px solid #3c3c3c;
border-radius:3px;
}
}