.price--rate {
    font-size: 16px;
    padding-right: 2px;
}
.sale_prices {
  text-decoration: line-through ;
  color: #B2B2B2;
  font-size: 12px;
}

.sctitle {
    text-align: center;
    font-weight: 600;
    padding: 20px 5px 15px 5px;
    font-size: 18px;
    /* color: #000; */
    font-family: 'outfit';
}
.sctitle a {
    color: #000;
}

.ellipsis {　/*
    width: 95%;  省略せずに表示するサイズを指定 
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding-top: 5px;*/
}
.s-pager {
    margin: 15px 0;
}

@media screen and (min-width: 600px) {
.s-pager__list {
    text-align: right;
}
}

@media screen and (max-width: 599px) {
.s-pager__list {
    text-align: center;
  padding: 10px 0;
}
}

.s-pager__list-item--visible {
    display: inline-block;
    text-align: right;
}


.s-button {
    min-width: 42px;
    padding: 12px;
    font-weight: normal;
    line-height: 16px;
    display: inline-block;
    -moz-appearance: none;
    color: #333;
}

.ulclass {
    display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 1.5;
    padding: 5px;
    -moz-appearance: none;
}


.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
  text-align: center;
  border: 4px solid #ffffff;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .p-sub-category__item {
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding: 8px 5px;
    font-size: x-small;
    text-align: center;
    border: 4px solid #ffffff;
    background-color: #f5f5f5;
  }
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: 0;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(3n + 1) {
    clear: both;
  }
}
/***** 商品件数・ソート *****/
.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;
}
}

