.c-section__heading--sub-title {
    font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
    font-size: 26px;
    font-weight: 300;
}

.c-not-found {
    margin: 60px auto 100px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    border: solid 1px #dbdbdb;
    padding: 20px;
    max-width: 500px;
}

.c-product-sort {
  display: flex;
  justify-content: space-between;
  margin: 30px 10px 5px;
  align-items: center;
}

.c-product-sort__switch {
  display: inline-block;
}

@media screen and (max-width: 599px) {
    .c-product-list__item {
        padding: 25px 20px 50px;
    }
}

.c-product-sort__total {
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}

.c-product-sort__total span {
  font-size: 16px;
  margin: 0 5px;
}

@media screen and (max-width: 600px) {
  .c-product-sort__total {
    position: relative;
    font-size: 0.92em;
  }
}

.c-product-sort__switch {
  display: inline-block;
}

.c-select__value {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 28px 5px 8px;
  cursor: pointer;
  transition: .2s;
  border: 2px solid transparent;
  border-radius: 4px;
  outline: none;
  background: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-select__value:hover {
  border-color: rgba(0, 0, 0, .1);
}

.c-select__value::-ms-expand {
  display: none;
}

@media screen and (max-width: 600px) {
  .c-select__value {
    font-size: 0.92em;
  }
}

.c-select__icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5px;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  fill: currentColor;
}