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

====================================================================*/
@media only screen and (min-width: 980px) {
  .spOnly {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .pcOnly {
    display: none;
  }
}
ul.product-list li {
  list-style-type: none;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.product-list li:hover {
  background: #f4f4f0;
}
ul.product-list li div.img {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 4px;
}
ul.product-list li div.img img {
  width: 100%;
}
ul.product-list li p.product-list__name {
  line-height: 1.2em;
  text-align: justify;
}
ul.product-list li p.product-list__name {
  line-height: 1.5em;
}
@media only screen and (min-width: 980px) {
  ul.product-list li p.product-list__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 979px) {
  ul.product-list li p.product-list__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  ul.product-list li p.product-list__name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 980px) {
  ul.product-list li p.price {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 979px) {
  ul.product-list li p.price {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  ul.product-list li p.price {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 980px) {
  ul.product-list li.product-list-search {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
}
@media only screen and (max-width: 979px) {
  ul.product-list li.product-list-search {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
  }
}
@media only screen and (max-width: 768px) {
  ul.product-list li.product-list-search {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}
ul.product-list li.product-list-search div.img {
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  ul.product-list li.product-list-search div.img {
    min-height: 200px;
  }
}
@media only screen and (max-width: 979px) {
  ul.product-list li.product-list-search div.img {
    min-height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  ul.product-list li.product-list-search div.img {
    min-height: 100px;
  }
}
ul.product-list li.product-list-search div.img img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 980px) {
  ul.product-list li.product-list-search div.img img {
    height: 200px;
  }
}
@media only screen and (max-width: 979px) {
  ul.product-list li.product-list-search div.img img {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  ul.product-list li.product-list-search div.img img {
    height: 100px;
  }
}

@media only screen and (max-width: 979px) {
  .product-list {
    margin: 0;
  }

  .product-list__unit__inner {
    padding: 0 10px;
  }
}