@charset "UTF-8";

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

* PC & all

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

.p-prouse-rec-sort-block {
  background: #F9F9F9;
  padding: 34px 34px 19px;
  min-width: 1040px;
}
.p-prouse-rec-sort-hdg {
  color: #E4002B;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-prouse-rec-sort-list {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.p-prouse-rec-sort-list + .p-prouse-rec-sort-list {
  margin-top: 11px;
}
.p-prouse-rec-sort-list-itm-btn {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 20px;
  width: 152px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #E4002B;
  color: #E4002B;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  padding-top: 3px;
}
.p-prouse-rec-sort-list-itm-btn.disabled {
  pointer-events: none;
  cursor: none;
  border-color: #ddd;
  color: #ddd;
}
.p-prouse-rec-sort-list-itm-btn.selected {
  color: #fff;
  background: #E4002B;
}
.p-prouse-rec-sort-reset {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border: none;
  margin: 34px auto 0;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-prouse-rec-sort-reset::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/prouse/cat_assets/img/common/icon_reset.svg") no-repeat center left / 100% auto;
}
.p-prouse-rec-sort-reset.disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.4;
}
.p-prouse-rec-sort-shownum {
  color: #E4002B;
  font-size: 1rem;
  text-align: center;
  margin: 8px 0 42px;
}
.p-prouse-rec-sort-shownum span {
  font-size: 18px;
}
.p-prouse-rec-sort-hash {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 8px;
  font-size: 14px;
}
.p-prouse-rec-sort-hash li {
  line-height: 1.6;
}
.p-prouse-rec-sort-hash a {
  color: #7D7D7D;
  text-decoration: underline;
}
.p-prouse-rec-sort-hash a::before {
  content: "#";
}
.p-prouse-rec-sort-hash a:hover {
  color: #333;
}
.js-rec-list .r-img {
  height: 179.9px;
  img {
    object-fit: cover;
  }
}

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

* SP

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

@media screen and (max-width: 768px) {
  .p-prouse-rec-sort-block {
    padding: 5.6vw 4.266666667vw 3.2vw;
    min-width: 100vw;
  }
  .p-prouse-rec-sort-hdg {
    font-size: 4.8vw;
    margin-bottom: 4.266666667vw;
  }
  .p-prouse-rec-sort-list {
    gap: 2.133333333vw;
  }
  .p-prouse-rec-sort-list + .p-prouse-rec-sort-list {
    margin-top: 2.133333333vw;
  }
  .p-prouse-rec-sort-list-itm-btn {
    border-radius: 4vw;
    width: 29.06666667vw;
    height: 6.933333333vw;
    font-size: 2.666666667vw;
    padding-top: 0.533333333vw;
  }
  .p-prouse-rec-sort-reset {
    margin: 3.466666667vw auto 0;
    width: 34.66666667vw;
  }
  .p-prouse-rec-sort-reset::before {
    width: 4.266666667vw;
    height: 4.266666667vw;
  }
  .p-prouse-rec-sort-shownum {
    font-size: 3.2vw;
    margin: 0.533333333vw 0 3.2vw;
  }
  .p-prouse-rec-sort-shownum span {
    font-size: 4.266666667vw;
  }
  .p-prouse-rec-sort-hash {
    gap: 0 4.266666667vw;
    margin-top: 2.133333333vw;
    font-size: 3.2vw;
  }
  .js-rec-list .r-img {
    height: 23.73333333vw;
  }
}
