/***** 商品件数・ソート *****/
.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;
}


/*カスタム*/
.l-contents-side {
    display: none;
}

/*パソコン*/
@media screen and (min-width: 1024px) {
  #main {
    margin-top: 50px;
}
  #side {
    margin-top: 65px;
}
.l-contents-wrap .l-contents-main {
    width: 100%;
}
  
}



/*追加*/
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;
}
}
