.freespace img {
  height: auto;
}

.itemList__unit p,
.itemList__unit span{
  text-align: center;
}
.itemList__unit p.itemName {
  line-height: 1.4;
}
.itemList__unit span.itemmodel {
  display: block;
  text-align: center;
  color: #666666;
}

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

/*↓2024-08-07 てこもの対応（追加）*/
.itemList__unit span.itemmodel {
  display: block;
  text-align: center;
  color: #888888;
  font-size:smaller;
}
p.itemPrice {
    font-weight: 700;
}
/*↑2024-08-07 てこもの対応（追加）*/