/* EDKDS001-03_add */
@charset "utf-8";

.browsingHistoryList {
  opacity: 0;
}
.browsingHistoryList.slick-initialized {
  opacity: 1;
}
.browsingHistoryList .slick-track {
  display: flex;
}
.browsingHistoryList .slick-slide {
  height: auto;
}

.recoImg {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 16px;
  vertical-align: middle;
}

.recoName {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-weight: bold;
  -webkit-box-orient: vertical;
}
.browsingHistoryList .shop-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tagInformationCommodity {
	font-size:15px;
	margin: -5.5px -8px 5.5px 0;
}

.tagInformationCommodity--name {
	padding: 5.5px 15px 5.5px;
}

.browsingHistoryList .itembox_icon {
	display: flex;
}

.browsingHistoryList .itembox_icon img {
	margin-right: 8px;
}


@media screen and (max-width: 768px) {
  /* 画面サイズが768pxまではここを読み込む */
  .browsingHistoryList {
    margin: 0 0 40px 16px;
  }
  .browsingHistoryList .slick-slide {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .recoImg {
    margin-bottom: 12px;
  }
  .browsingHistoryList .shop-name {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .recoName {
    height: 48px;
    margin-bottom: 12px;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  .browsingHistoryList {
    width: 1080px;
    margin: 0 auto 80px;
  }
  .browsingHistoryList .slick-slide {
    width: 200px;
    margin-right: 20px;
  }
  .recoImg {
    margin-bottom: 16px;
  }
  .browsingHistoryList .shop-name {
    margin-bottom: 8px;
  }
  .recoName {
    height: 82px;
    margin-bottom: 16px;
    font-size: 18px;
    -webkit-line-clamp: 3;
    transition: 0.3s;
  }
  .browsingHistoryList span > a:hover {
    opacity: 0.7;
  }
}
