/*===============================================================

  追加分(一覧)

================================================================*/
.category_list {
    font-size: 0;
}
.category_list li {
    text-align: center;
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1.6rem;
}
.category_list li a {
    color: #8d4747;
    border: 1px solid #8d4747;
    border-radius: 25px;
    padding: 2px 10px;
    text-decoration: none;
}
.category_list li a:hover {
    text-decoration: none;
    background-color: #8d4747;
    color: #fff;
}

.category_title {
    margin: 20px 0;
    font-weight: normal;
    text-align: center;
    font-size: 3.0rem;
}
.category_title span {
    display: inline-block;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_ttl01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 44px auto;
    padding-left: 70px;
    margin-left: -35px;
}

.category_subtitle {
    padding-bottom: 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #887a6c;
    font-weight: bold;
}

.category_sort {
    margin: 40px 0;
    text-align: right;
}

.pager {
    text-align: center;
}
.pager ul {
    display: inline-block;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .category_title {
        font-size: 2.2rem;
    }
    .category_title span {
        background-size: 33px auto;
        padding-left: 40px;
        margin-left: -20px;
    }
    .category_subtitle {
        padding-bottom: 5px;
        margin: 0 0 10px;
        font-size: 1.4rem;
    }
    .category_sort {
        margin: 20px 0;
    }
    .category_list li {
        font-size: 1.2rem;
        margin-bottom: 0.5em;
    }
}

@media screen and (min-width: 768px) {
  .itemList01_unit {
    width: calc((100% - 150px) / 4);
    max-width: calc((100% - 150px) / 4);
  }
  .itemList01_unit:nth-child(n + 4) {
    margin-top: inherit;
  }
  .itemList01_unit:nth-child(n + 5) {
    margin-top: 70px;
  }
  .itemList01_unit:not(:nth-child(3n)) {
    margin-right: inherit;
  }
  .itemList01_unit:not(:nth-child(4n)) {
    margin-right: 50px;
  }
}

/*@media screen and (max-width: 767px) {
  .itemList01_unit {
    width: calc((100% - 25px) / 2);
  }
  .itemList01_unit:nth-child(n + 3) {
    margin-top: 30px;
  }
  .itemList01_unit:nth-child(even) {
    margin-left: 25px;
  }
}*/

