@media (min-width: 751px) {
  .mainContents {
    padding-bottom: 158px;
  }
}

/*-----------------------------------------
goodsTile
-------------------------------------------*/
.goodsTile .images {
  margin-bottom: 7px;
  position: relative;
}
.goodsTile .images .rank {
  position: absolute;
  right: 10.1604278075%;
  top: 0;
  transform: translateY(-50%);
}
@media (min-width: 751px) {
  .goodsTile .images .rank {
    right: 12.987012987%;
  }
}
.goodsTile .images .favorite-btn {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 20px;
  z-index: 1;
}
@media (min-width: 751px) {
  .goodsTile .images .favorite-btn {
    top: 22px;
    right: 16px;
  }
}
.goodsTile .images .favorite-btn .add_favorite {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 19px;
  background: url(../img/icon/ico-favorite-white.svg) no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
.goodsTile .images .favorite-btn .add_favorite.active {
  background: url(../img/icon/ico-favorite-on.svg) no-repeat;
}
.goodsTile .images .iconList {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
.goodsTile .images .iconList .ico {
  height: 13px;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  color: white;
  font-size: 1rem;
  padding: 0 3px;
  line-height: 13px;
}
.goodsTile .images .iconList .ico2,
.goodsTile .images .iconList .ico--red {
  background: #C6271A;
}
.goodsTile .images .iconList .ico--green {
  background: #1ED2B4;
}
.goodsTile .images .iconList .ico--orange {
  background: #FF6400;
}
.goodsTile .images .iconList .ico--blue {
  background: #243C6F;
}
.goodsTile .item-txt {
  font-size: 1rem;
  color: #989898;
  margin-top: 4px;
}
@media (max-width: 750px) {
  .goodsTile .item-txt {
    margin-top: 7px;
  }
}
.goodsTile .goodsNameWrapper {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  margin-bottom: 7px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3333333333;
}
@media (max-width: 750px) {
  .goodsTile .goodsNameWrapper {
    margin-bottom: 3px;
  }
}
.goodsTile .goodsNameWrapper .goodsDetailLink {
  color: #555555;
}
@media (max-width: 750px) {
  .goodsTile .goodsNameWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.goodsTile .priceWrapper {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .goodsTile .priceWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 751px) {
  .goodsTile .priceWrapper {
    font-size: 1.5rem;
  }
}
.goodsTile .priceWrapper .unit {
  font-size: 0.9rem;
  margin-right: 3px;
}
.goodsTile .priceWrapper .tax {
  color: #989898;
  font-size: 0.8rem;
  margin-left: 5px;
  font-weight: normal;
}
.goodsTile .priceWrapper .price--not-tax {
  color: #989898;
  font-size: 1rem;
  font-weight: normal;
}
.goodsTile .priceWrapper .sale-txt {
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 751px) {
  .goodsTile .priceWrapper .sale-txt {
    font-size: 1.2rem;
  }
}
