.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 25%;
          flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sub_category {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width: 480px) {
  .sub_category {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px 8px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 60px;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: 2px solid #d2d2d2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.sub_category a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.freespace {
    line-height: 1.8;
}

.sub_category a span:first-child {
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
}

.sub_category a span:last-child {
    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
}


p.freeShip{
  color: #fff;
  background: #C00000;
  display: inline;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 12px !important;
}

.freespace img {
  height: auto;
}

.itemList__unit p,
.itemList__unit span{
  text-align: center;
}
.itemList__unit p.itemName {
  line-height: 1.4;
}

/*↓2024-08-07 てこもの対応（修正）*/
.itemList__unit span.itemmodel {
  display: block;
  text-align: center;
  color: #666666;
  font-size:smaller;
}
/*↑2024-08-07 てこもの対応（修正）*/

@media (max-width: 767px) {
  .row, .itemList {
    gap: 30px 0!important;
  }
}

@media (max-width: 767px){
  section.rank .itemList__unit:nth-child(n+3){
    margin-top: 0 !important;
  }
}

/*↓2024-08-07〜 てこもの対応（追加）*/
p.itemPrice {
    font-weight: 1000;
}
.ca_red {
	font-weight: 1000;
    font-size: 14px;
/*    color: #9c0001; */
}

@media (min-width: 767px) {	/*PC用表示*/
.ca_red {
    font-size: 16px;
}
}
p.category_read {
    line-height: 1.3em;
    font-size: 0.8em;
    padding-top: 4px;
    color: #444444;
    font-weight: normal;
    display: block;
    padding: 10px 4px 10px 4px;
    text-align: center;
}
@media (min-width: 767px) {	/*PC用表示*/
p.category_read {
    font-size: 15px;
    font-weight: normal;
    color: #444444;
    display: block;
    padding: 20px 10px 20px 10px;
    line-height: 1.5em;
}
}

td span.best_name {
    font-size: 0.9em;
    line-height: 1.5em;
}

span.ca_tbs {
    font-size: 0.7em;
}


strong.catch_txt3 {
    font-size: 1.3em;
}


img.cate_img_s1 {
aspect-ratio: 1 / 1;
width: 100%;
height: auto;
}

img.cate_img_s2 {
aspect-ratio: 1 / 1;
width: 100%;
height: auto;
}

img.cate_img1 {
aspect-ratio: 330 / 137;
width: 100%;
height: auto;
}

img.cate_img2 {
aspect-ratio: 690 / 137;
width: 100%;
height: auto;
}

@media (max-width: 767px) {
    .cate .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        max-width: 100%;
    }
}
/*↑2025-04-12〜 てこもの対応（追加）*/