@charset "utf-8";

.allWrap .star img {
    width: 13px !important
}

.search-kinds {
    column-gap: 0;
    row-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 25px 10px 15px
}

.search-kinds img {
    width: 100px !important;
    height: auto !important
}
.sp-br {
    display: none;
  }

  #bana_inc a:hover {
    opacity: .75
}

@media screen and (max-width:520px) {
    .ranking .price {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .search-kinds {
        padding: 10px 0 0
    }

    .search-kinds img {
        width: 85% !important
    }

    .sp-br {
        display: inline;
      }
}