/*　カテゴリ説明非表示　*/
/*.p-category-free {
    display: none;
}*/

/******************************/
/* category */
/******************************/
.p-category__ttl {
/*  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;*/
  margin: 0 auto 30px;
  padding: 25px;
  line-height: 2;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  background-color: #F3F1EF; 
}
@media screen and (max-width: 767px) {
  .p-category__ttl {
    font-size: 17px;
    padding: 15px 30px;
    margin-bottom: 10px;
  }
}

.p-category-free {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
/*  margin-left: -15px;
  margin-right: -15px;*/
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
    box-sizing: border-box;
    width: 48.333%;
    font-size: 15px;
    text-align: center;
    border: solid 1px #cccccc;
    margin: 0 0.5% 10px;
    padding: 10px 20px;
    align-items: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 10px;
    width: auto;
    text-align: left;
  }
  
  .cate-sublist__inner .p-category-list__item {
    margin: 0px 20px 10px;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
/* 元の仕様はデフォルト設定を確認 */  
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    display: block;
    text-align: center;
  }
}
.p-item-list-num {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    padding: 0 0 20px;
    font-size: 16px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
  height: min-content;
}
.p-item-sort-list__item {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list {
    width: 100%;
    margin: auto;
    flex-wrap: nowrap;
  }
  .p-item-sort-list__item {
    margin: 0 0.5%;
    width: 32.333%;
  }
}
.p-item-sort-list__item a {
    border: solid 1px #ccc;
    padding: 5px 15px;
    color: #333;
    display: block;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item a {
    padding: 5px 5px;
    }
}

.p-item-sort-list__item:last-child {
  margin-right: 1px;
}
.p-item-sort-list__item span {
    color: #999;
    text-decoration: none;
    padding: 5px 8px;
    display: block;
}





/* ////////////////////////////////////////////////////////////////////// */
/* //////////////// 　　　　すべて独自追加分 　　　　//////////////////// */
/* ///////////////// 　 　商品一覧ページ専用CSS　　　//////////////////// */
/* ////////////////////////////////////////////////////////////////////// */

/* 商品リスト(3列) 
通常は.product-list__unit-lgは5列だけど
商品一覧ページはサイドナビがあるので3列*/
.product-list__unit-lg {
    width: 22%;
    margin: 0px 5.5% 30px;
}

.product-list__unit-seller {
    width: 16%;
    margin: 0px 2% 10px;
}


/* --------------------------------------------------
 　商品一覧・カテゴリートップ
 -------------------------------------------------- */

#cate_top {
    width: 100%;
    display: table;
    background-color: #eee;
    margin: 0 0 20px;
}

.cate_top_main_img {
    display: table-cell;
    width: 30%;
}
.cate_top_description {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 40px;
}

.category-top-main-img {
    display: block;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .category-top-main-img {
      margin: 0px -20px 10px;
  }
}

.category-top-description {
    display: block;
    margin: 20px 0 15px;
    overflow: auto;
}

@media screen and (max-width: 767px) {
  .category-top-description {
      margin: 20px 10px;
  }
}


/* --------------------------------------------------
 　フリースペース　グループ
 -------------------------------------------------- */

/* ●2021/09/06 追加 ● */
/***** 下位カテゴリのCSSを利用してグループを表示 *****/

#p-category-tag-list {
    display: block;
    padding: 5px 0px;
    margin: 0 0 20px;
}

#p-category-tag-list .p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #p-category-tag-list .p-category-list {
/*    display: block;*/
    margin-left: 0;
    margin-right: 0;
  }
}



/******************************/
/* 特徴 */
/******************************/


.feature {
    display: block;  
    position: relative;
    margin: 10px auto 30px;
    padding: 20px 40px 10px;
    width: 100%;
    background-color: #fafafa;
}

.feature h2 {
    width: 100%;
    font-weight: 500;
    text-align: center;  
}

.feature h2 span {
    display: block;
}

.feature h2 span.en {
    font-size: 0.8rem;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #2D4C36;
}
.feature h2 span.ja {
    font-size: 1rem;
    letter-spacing: 0.08em;
    box-sizing: border-box;
}
.feature_list {
    width: 100%;
}

.feature_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feature_list ul li {
    width: calc(100% - 22px);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #dbdbdb;
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    color: #18665f;
}

.feature_list ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.feature_list ul li:before {
    content: '';
    display: block;
    width: 19px;
    height: 18px;
    background: url(https://file003.shop-pro.jp/PA01315/206/img/icon/check-g.png) no-repeat 100% 0;
    background-size: 15px auto;
    border: 2px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0;
}

.feature_list ul li span {
    display: block;
    font-size: 13px;
    color: #555;
}



@media screen and (max-width: 1200px) {
.feature {
    display: block;
    padding: 20px 20px 0px;
    width: auto;
  }
  

.feature h2, .feature_list {
    width: auto;
  }
 
  
.feature h2 span.ja {
    font-size: 1rem;
}  
  
.feature_list {
    border-left: none;
    padding: 30px 10px;
}
  
.feature_list ul li {
    font-size: 18px;
}
.feature_list ul li span {
    font-size: 13px;
}
  
}  
/* 特徴ここまで */


.p-category-sub-ttl {
    display: block;
    background-color: #eee;
    margin: 30px 0 20px;
    padding: 15px;
    text-align: center;
    font-size: 1.17em;
    font-weight: bold;
}

/******************************/
/* ランキング */
/******************************/

#c-ranking {
    margin: 50px -10px 40px;
}

@media screen and (max-width: 767px) {
  #c-ranking {
      margin: 50px -10px 20px;
  }
}
#c-ranking .c-item-list__item {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  #c-ranking .c-item-list__item {
      width: 50%;
/*      padding-left: 5px;
      padding-right: 5px;*/
  }
}

#c-ranking .c-item-list__img {
    margin-bottom: 5px;
}

#c-ranking .c-item-list__ttl {
    line-height: 1.5em;
}

#c-ranking .c-item-list__ttl a {
    font-size: 0.85em;
}

#c-ranking .c-item-list__price {
    font-size: 0.85em;
    margin-top: 10px;
}

#c-ranking .c-item-list__btn {
    right: 10px;
}

#c-ranking .c-item-list__btn svg {
    width: 15px;
    height: 25px;
}

/* ランキングNo */

.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: auto;
    width: 1.8em;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: normal;
    background: #999;
    border-radius: 0em;
    color: #ffffff;
    text-align: center;
}


/* 1〜3位のカラー */
.c-item-list__txt .is-1 {
    background: #c7bb50;
}

.c-item-list__txt .is-2 {
    background: #c0c0c0;
}

.c-item-list__txt .is-3 {
    background: #b79485;
}




/******************************/
/* ナビ */
/******************************/

.o-subnav01 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .o-subnav01 {
     border-bottom: none;
  }
}

.o-subnav01 li {
    text-align: center;
    box-sizing: border-box;
    width: 25%;
    margin: 0;
    border-right: solid 1px #ccc;
}

.o-subnav01 li.w100 {
    width: 100%;
}

.o-subnav01 li.w50 {
    width: 50%;
}

.o-subnav01 li:last-child {
    border-right: none;
}

@media screen and (max-width: 767px) {
  .o-subnav01 li {
      width: 50%;
      margin: 0;
/*      border-right: none;*/
      border-bottom: solid 1px #ccc;
  }

  .o-subnav01 li:nth-child(even) {
      border-right: none;
  }
}

.o-subnav01 li span {
    background-color: #2D4C36;
    color: #fff;
}

.o-subnav01 li span, .o-subnav01 li a {
    display: block;
    padding: 10px 20px;
}

.o-subnav01 li a:hover {
    background-color: #2D4C36;
    color: #fff;
    text-decoration: none;
    opacity: unset;
}

/********** 先頭のガイド **********/
.cate-hd-guide-wrap {
    margin: 30px 0;
}

.cate-hd-guide-inner {
    width: 1170px;
    max-width: 100%;
    margin: auto;
}

.cate-hd-guide__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.cate-hd-guide__item {
    box-sizing: border-box;
    padding: 25px 0px;
    width: 48%;
    border-bottom: solid 1px #ddd;
    display: flex;
    align-items: center;
}

.cate-hd-guide__item:nth-child(1), .cate-hd-guide__item:nth-child(2), .cate-hd-guide__item:nth-child(3) {
    border-top: solid 1px #ddd;
}

.cate-hd-guide__item a {
    display: flex;
    align-items: center;
}
  
.cate-hd-guide__img {
  margin-right: 10%;
  width: 35%;
  min-width: 100px;
}

.cate-hd-guide__ttl {
  font-weight: 500;
  font-size: 1.2em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cate-hd-guide__list {
    margin: 0;
  }

  .cate-hd-guide__item {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }

  .cate-hd-guide__item:nth-child(2), .cate-hd-guide__item:nth-child(3) {
     border-top: none;
  }
  
.cate-hd-guide__item a {
  }

  .cate-hd-guide__img {
    width: 40%;
    margin-right: 8%;
  }
  .cate-hd-guide__ttl {
      font-size: 1.3em;
  }
}




/********** 下位カテゴリ(画像付き) **********/
.cate-sublist__wrap {
    margin: 0px 0px 50px;
    padding-bottom: 20px;
}

.cate-sublist__inner {
    max-width: 100%;
    margin: auto;
}

.cate-sublist__tit {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 10px;
    text-align: center;
    background-color: #F3F1EF;
    padding: 10px 0;
}

.cate-sublist__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.cate-sublist__item {
    box-sizing: border-box;
    width: 33.333%;
    text-align: center;
}

.cate-sublist__item a {
    display: block;
    margin: 15px 0px;
/*    overflow: hidden;　画像を拡大・見切れにする場合は有効にする　*/
}
  
.cate-sublist__img {
   width: 60%;
   margin: 0 20%;
/*    max-height: 130px;　画像を拡大・見切れにする場合は有効にする　*/
   overflow: hidden;
}

.cate-sublist__img img {
/*    margin-top: -10%;　画像を拡大・見切れにする場合は有効にする　*/
}

.cate-sublist__ttl {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0.8em 0 0;
}

@media screen and (max-width: 767px) {

    .cate-sublist__wrap {
      margin: 0 -20px;
    }

    .cate-sublist__tit, .p-category-list__title, #p-category-tag-list h3 {
      font-size: 15px;
      text-align: center;
      background-color: #F3F1EF;
      padding: 10px 0;
      margin: 0 0 10px;
    }

    .cate-sublist__list {
      margin: 0 10px 10px;
    }

    .cate-sublist__item {
      width: 30%;
    margin: 5px 1.5%;
/*      width: 45%;
      margin: 5px 2.5%;*/
      font-size: 1em;
    }
  
/*    .cate-sublist__item:nth-child(2), .cate-sublist__item:nth-child(4), .cate-sublist__item:nth-child(6) {
      border-right: none;
    }*/
  
  
  .cate-sublist__item a {
    margin: 0;
    }

  .cate-sublist__img {
   width: 100%;
   margin: 0;
    }    
  
  .cate-sublist__ttl {
    margin: 10px 0;
    font-size: 1em;
   }
}
/********** 独自リスト- 上書き設定 **********/

.c-o-flexlist__inner {
    padding: 0 0;
}

@media screen and (max-width: 767px) {
  .c-o-flexlist__list {
    margin: 0 0;
  }
}  





/********** ベネフィット **********/

.p-o-category-benefit {
    display: block;
    margin: 0 0 20px;
    text-align: left;
}

.p-o-category-benefit li{
    display: inline-block;
    background-color: #F3F1EF;
    color: #9E9E9E;
    border-radius: 5px;
    text-align: center;
    text-decoration: none !important;
    font-size: 0.9em;
    padding: 0.3em 1.2em;
    margin: 3px;
}

@media screen and (max-width: 767px) {
  .p-o-category-benefit {
    text-align: left;
  }
}

  
/******************************/
/* FEATURES(トピック),slide商品表示 */
/******************************/

.p-features, .p-cate-ranking, .p-slide-items {
  padding: 10px 0;
}

/******************************/
/* FEATURES(トピック)　カテゴリページ用に編集済 */
/******************************/

.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1200px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3%;
}
@media screen and (max-width: 1200px) {
  .p-features-list__item {
    margin-right: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 220px;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}

/* TOPICSの背景効果非表示 */
/*.p-features-list__in:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1200px) {
  .p-features-list__in:before {
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}
.p-features-list__in:hover:before {
  content: "";
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
}*/
.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-features-list__img img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-features-list__txt {
  box-sizing: border-box;
  padding: 15px 0px;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  .p-features-list__txt {
    padding: 5px 0px;
    width: 250px;
  }
}
.p-features-list__ttl {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5;
}
.p-features-list__body {
  color: #909090;
  font-size: 0.8em;
}
@media screen and (max-width: 1200px) {
  .p-features-list__body {
    white-space: initial;
  }
}



/******************************/
/* slide商品表示 */
/******************************/

.p-cate-ranking .c-item-list {
    margin-left: 0px;
    margin-right: 0px;
}

.p-slide-items .c-ttl-main {
    font-size: 18px;
    background-color: #F3F1EF;
    padding: 1em 1em;
}
@media screen and (max-width: 767px) {
  .p-slide-items .c-ttl-main {
    background-color: #fff;
  }
}

.u-overflow-slide .c-item-list {
}
.u-overflow-slide .c-item-list__item {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
}
  
@media screen and (max-width: 767px) {
.u-overflow-slide .c-item-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
}
.u-overflow-slide .c-item-list__item {
    width: 40%;
    margin-bottom: 10px;
    padding-left: 5px;
}

}


.u-overflow-slide .c-item-list__ttl {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
    margin-bottom: 10px;
}


