/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  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;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}

@media screen and (min-width:1024px) {
  .p-category-list__item {
    margin-bottom: 20px;
        text-align: left;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.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: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}




/*追加*/
li.c-item-list__item {
    width: 30%;
    min-width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
    padding: 0;
}
li.c-item-list__item:nth-of-type(3n) {
    margin-right: 0;
}
.c-item-list__img {
    margin-bottom: 10px;
}
/*タブレット*/
@media screen and (min-width: 560px) {
.c-item-list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.c-item-list__img {
    margin-bottom: 10px;
}
li.c-item-list__item {
    width: 14%;
    min-width: 14%;
    margin-right: 3.2%;
}
li.c-item-list__item:nth-of-type(3n) {
    margin-right: 3.2%;
}
li.c-item-list__item:nth-of-type(6n) {
    margin-right: 0;
}
.c-item-list__img:before {
display:none;
}
.c-item-list__img a {
    position: relative;
    height: auto;
    width: auto;
}
.c-item-list__img img {
    margin: 0 0 0 5%;
    position: relative;
    width: 90% !important;
    height: auto !important;
    max-height: initial;
}
}

/*パソコン*/
@media screen and (min-width:1024px) {
.l-contents-main {
    width: 100%;
}
#side {
        margin: 80px 0 0 0 !important;
    }
}




/*カートに入れる*/
.cartjs_product_img {
    display: none;
}
.cartjs_cart_in strong {
    display: none;
}
.cartjs_product_table {
    /*display: none;*/
}
.cartjs_product_table table {
    width: 100% !important;
    margin: 0 !important;
    font-size: 12px;
}
table .cartjs_stock th,
table .cartjs_stock td {
    padding: 0 !important;
  width:50%;
}
.cartjs_product_table table tr.cartjs_sales_price {
    display: none;
}
.cartjs_product_table table tr.cartjs_product_num {
    display: none;
}
.cartjs_sk_link_other {
    display: none;
}
.cartjs_sk_link {
    display: none;
}
.cartjs_product_explain {
    display: none;
}
.cartjs_box {
    padding: 0 !important;
}
.cartjs_cart_in {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
}
.cartjs_cart_in input[type="submit"] {
    width: 100% !important;
    height: auto !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0em !important;
    background-color: #000 !important;
    padding: 5px 0;
}
.c-favorite-list__price span.sold_out {
    background-color: #f00;
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-top: 5px;
}


/*ハートボタン*/
li.c-favorite-list__item .product-list__fav-items {
    top: -40px;
}
.product-list__fav-items {
    position: absolute;
    width: 30px;
    top: 10.5vw;
    right: 0;
}



@media screen and (max-width: 767px) {
.product-list__fav-items {
    top: 30%;
}
}




/*お気に入りボタン*/
.product-list__fav-items {
    position: absolute;
    width: 30px;
    top: -30px;
    right: 0;
}
button[type="button"] {
    padding: 0;
    margin: 0;
    line-height: 100%;
    vertical-align: bottom;
    border: none;
    background-color: initial;
}
button.favorite-button:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://file001.shop-pro.jp/PA01507/938/asset/img/favorite_off.svg);
    background-position: left top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}
button.favorite-button.fav-items:before {
    background-image: url(https://file001.shop-pro.jp/PA01507/938/asset/img/favorite_on.svg);
}
.c-item-list__txt {
    position: relative;
}

/*パソコン*/
@media screen and (min-width: 1024px) {
  
  
  
.u-contents {
    max-width: 1000px;
    padding-top: 165px;
    padding-bottom: 45px;
    margin-top: -120px;
}.c-item-list__txt {
    position: relative;
}
.c-favorite-list__txt {
        width: 100%;
        margin: 0 auto;
  position: relative;
    }
  .product-list__fav-items {
    top: -30px!important;
}
}
