.list-container{
    width: 100%;
}
@media screen and (max-width: 850px){
    .list-container{
        width: 95%;
        margin: 1% auto;
}
}
.list-box{
    width: 100%;
    margin: 2% 0 5%;
}
.cg_freespace_01{
    letter-spacing: 2px;
    line-height: 2;
}
.product_container{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.product_list{
    width: 23%;
    margin: 1%;
}
@media screen and (max-width: 600px){
.product_list{
    width: 30%;
    }
}
.product_item{
    text-align: left;
}
.product_item img{
    width: 100%;
}
.product_list_name{
    width: 98%;
    overflow: hidden;
    margin: 3% auto;
    font-size: 0.7rem;
}
@media screen and (max-width: 600px){
 .product_list_name{
    font-size: 0.5rem;
    line-height: 1.5;
    }   
}
.product_list_price{
    margin-top: 2%;
    display: flex;
    justify-content: flex-start;
}
.price_all{
    color: #696969;
    vertical-align: middle;
    margin-top: 5px;
    
}
@media screen and (max-width: 730px){
    .price_all{
        font-size: 0.8rem;
    
}
}
@media screen and (max-width: 480px){
    .price_all{
        margin-top: 8px;
        font-size: 0.5rem;
    
}
}
/* お気に入りボタン */
.product-list__fav-items {
  width: 30px;
}

.product-list__fav-items button {
  display: inline;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media screen and (max-width: 600px){
  .product-list__fav-items {
    width: 20px;
    margin-top: 3px;
}  
  .product-list__fav-items svg {
    width: 15px;
    height: 15px;
}
}
.pagenavi{
    width: 100%;
}