/******************************/
/* 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: 10px;
  margin-bottom: 10px;
  .p-category-list__item{
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
      width: auto;
    a{
      background-color: #646469;
      padding: 8px 24px;
      display: inline-block;
      
    }
    .p-category-list__name{
      &:hover{
        text-decoration: none;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left !important;
  }
}
.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: 11px;
    margin-top: -4px;
    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 0;
  border-top: 1px solid #7d7d7d;
  margin-bottom: 20px;
}
@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;
  text-underline-offset: 8px;
}


/*------------------ 追加 ------------------*/
.l-main{
  a{
    transition: 0.3s ease;
    color: #fff;
    &:hover{
      text-decoration: none;
      color: #323237;
    }
  }
  &.product_list{
    max-width: 1080px;
    margin: 0 auto;
  }
  .l-contents-wrap{
    gap: 60px;
  }
  .l-contents-main{
    width: 100%;
  }
  .l-side-navi{
    h3{
      padding: 20px 0;
    }
    .l-side-navi-sub-list{
      background-color: #646469;
      padding: 0 12px;
    }
    .l-side-navi-list{
      .l-side-navi-list__item{
        border-top:1px #646469 solid;
        a{
          font-size: 14px;
          padding: 12px 0;
          @media screen and (max-width: 1039px){
            padding: 12px 3%;
          }
        }
      }
    }
    .l-side-navi__ttl{
      padding-right: 5%;
      padding: 5%;
    }
    .l-side-navi-list__link{
      color: #fff;
      font-size: 14px;
      padding: 12px 0;
      @media screen and (max-width: 1030px){
        padding-right: 3%;
        padding-left: 3%;
      }
      @media screen and (max-width: 767px){
        color: #000;
      }
    }
  }
  .c-item-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 767px){
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .c-item-list__item{
    width: 100%;
    padding:0;
  }
  .c-item-list__category{
    display: none;
  }
  .c-item-list__img{
    margin-bottom: 10px;
  }
  .c-item-list__price{
    color: #fff;
    margin-top: 8px;
    font-weight: 300;
    letter-spacing: 0.03em;
  }
}
.p-checked{
  &.u-contents-s{
    max-width: 1080px;
    margin: 0 auto;
  }
}
.c-favorite-list__img{
  margin-bottom: 10px;
}
.c-favorite-list__price{
  color: #fff;
  margin-top: 8px;
  font-weight: 300;
  letter-spacing: 0.03em;
}