@charset "utf-8";

@media screen and (max-width:768px) {
  /* 画面サイズが768pxまではここを読み込む */
  .recommend-list {
    margin: 0 0 40px 16px;
  }
  .recommend-list .slick-track {
    display: flex;
  }
  .recommend-list .slick-slide {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  .recommend-list {
    display: flex;
    width: 1080px;
    margin: 0 auto 80px;
  }
}

.itembox_price span {
  color: red;
}

.shopinfo {
  height: 30px;
}

@media (min-width: 769px) {
  .ranking-top {
    margin-top: 150px;
  }
}


.shopImage {
  max-width: 55px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
  .ranking-item {
    flex: 0 0 calc(50% - 16px); /* 20250710 park mod */
    max-width: none; /* 20250710 park mod */
    height: 390px;
  }
}
