.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;
}

.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: .8em;
}

.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(2n + 1) {
    clear: both;
  }
}





/*category title freespace*/
.category-freespace .c-section__container {
  max-width: 1600px;
}

/* ¥½¡¼¥È */
.c-product-sort__switch.c-select .c-select__icon {
  fill: rgba(114,20,20,0.7);
}

/* catelist --- toppage catelist copy */
.or-catelist {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  padding: 0 10px;
}

.or-catelist a {
  display: block;
  width: calc(50% - 5px);
  text-decoration: none;
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 5px;
}

.or-catelist a:hover {
  color: #888;
}

.or-cate-img {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.or-catelist a:hover .or-cate-img {
  opacity: 0.7
}

.or-cate-img-none::before {
  font-family: "icomoon";
  vertical-align: middle;
  color: #c4a437;
  display: inline-block;
  font-weight: normal!important;
  content: "\e930";
}

.or-catelist a span {
  display: inline-block;
}

@media screen and (min-width: 700px) {
  .or-catelist a {
    width: calc(33.333% - 6.7px);
  }

  .or-cate-img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 900px) {
  .or-catelist a {
    width: calc(25% - 7.5px);
  }
}