/*==============================================================================
category-ranking
==============================================================================*/

.top-ranking_title {
  font-size: 28px;
  padding-top: 0;
  margin-bottom: 10px;
}
.top-ranking_title-sub {
  font-size: 12px;
  margin-bottom: 30px;
  text-align: center;
}
.category-ranking-tab {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .top-ranking_title {
    font-size: 28px;
    padding-top: 120px;
    margin-bottom: 0;
  }
  .category-ranking-tab {
    max-width: 1080px;
    margin-bottom: 28px;
  }
}
.category-ranking-tab .slick-slider li {
  height: 44px;
  line-height: 15px;
  font-size: 10px;
  color: #b3b6b9 !important;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  /* width: 105px !important; */
}

@media screen and (min-width: 480px) {
  .category-ranking-tab .slick-slider li {
    height: 38px;
    font-size: 14px;
  }
}
.category-ranking-tab .slick-slider .slick-current span {
  color: #121111 !important;
  border-bottom: 2px solid currentColor !important;
  padding-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .category-ranking-tab .slick-slider .slick-current span {
    padding-bottom: 15px;
  }
}
.category-ranking-tab .slick-arrow {
  width: 10px;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  padding: 21px 0 0;
  position: absolute;
  top: 0;
}
.category-ranking-tab .slick-arrow:hover {
  opacity: 0.6;
}
.category-ranking-tab .slick-prev {
  background: url("https://pearls.itembox.design/item/topimage/arrow-prev.png") no-repeat;
  left: 0;
  top: -1px;
  background-position: left center;
  cursor: pointer;
}
.category-ranking-tab .slick-next {
  background: url("https://pearls.itembox.design/item/topimage/arrow-next.png") no-repeat;
  right: 0;
  top: -1px;
  background-position: right center;
  cursor: pointer;
}
/*category-ranking-lists*/
.category-ranking-lists .slick-list {
  padding: 12px 0 0;
}
@media screen and (min-width: 480px) {
  .product-item-container {
    width: 100%;
    max-width: 1080px;
    margin-bottom: 60px;
  }
  #_rcmdjp_display_2 {
    margin-bottom: 30px;
  }
}
.product-item-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.ranking-section .product-item-box:nth-child(1) {
  margin-right: 12px;
  width: calc(100% / 2 - 6px);
}
@media screen and (min-width: 480px) {
  .ranking-section .product-item-box:nth-child(1) {
    margin-right: 20px;
    width: calc(100% / 5 - 16px);
  }
}
.ranking-section .product-item-box:nth-child(2) {
  margin-right: 0;
  width: calc(100% / 2 - 6px);
}
@media screen and (min-width: 480px) {
  .ranking-section .product-item-box:nth-child(2) {
    margin-right: 20px;
    width: calc(100% / 5 - 16px);
  }
}
.ranking-section .product-item-box:nth-child(3) {
  margin-right: 9px;
  width: calc(100% / 3 - 6px);
}
@media screen and (min-width: 480px) {
  .ranking-section .product-item-box:nth-child(3) {
    margin-right: 20px;
    width: calc(100% / 5 - 16px);
  }
}
.ranking-section .product-item-box:nth-child(4) {
  margin-right: 9px;
  width: calc(100% / 3 - 6px);
}
@media screen and (min-width: 480px) {
  .ranking-section .product-item-box:nth-child(4) {
    margin-right: 20px;
    width: calc(100% / 5 - 16px);
  }
}
.ranking-section .product-item-box:nth-child(5) {
  width: calc(100% / 3 - 6px);
  margin-right: 0px;
}
@media screen and (min-width: 480px) {
  .ranking-section .product-item-box:nth-child(5) {
    width: calc(100% / 5 - 16px);
  }
}
.product-item-box {
  position: relative;
  margin-bottom: 20px;
}
.product-item-box img {
  width: 100%;
}
.rank-mark {
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  color: #666;
  position: absolute;
  font-size: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  background: #FFF;
  line-height: 17px;

}
@media screen and (min-width: 480px) {
  .rank-mark {
    font-size: 11px;
    width: 28px;
    height: 28px;
    background-size: 28px;
    line-height: 25px;
  }
}
.rank-1 {
  color: #FFF;
  background: url("https://pearls.itembox.design/item/topimage/ico_rank1.png") no-repeat;
  background-size: 25px;
  height: 29px;
  width: 25px;
}
@media screen and (min-width: 480px) {
  .rank-1 {
    background: url("https://pearls.itembox.design/item/topimage/ico_rank1.png") no-repeat;
    background-size: 28px;
    height: 33px;
    width: 28px;
    line-height: 20px;
  }
}
.rank-2 {
  color: #FFF;
  background: url("https://pearls.itembox.design/item/topimage/ico_rank2.png") no-repeat;
  background-size: 25px;
  height: 29px;
  width: 25px;
}
@media screen and (min-width: 480px) {
  .rank-2 {
    background: url("https://pearls.itembox.design/item/topimage/ico_rank2.png") no-repeat;
    background-size: 28px;
    height: 33px;
    width: 28px;
    line-height: 20px;
  }
}
.rank-3 {
  color: #FFF;
  background: url("https://pearls.itembox.design/item/topimage/ico_rank3.png") no-repeat;
  background-size: 22px;
  height: 25px;
  width: 22px;
}
@media screen and (min-width: 480px) {
  .rank-3 {
    background: url("https://pearls.itembox.design/item/topimage/ico_rank3.png") no-repeat;
    background-size: 28px;
    height: 33px;
    width: 28px;
    line-height: 20px;
  }
}
.product-name {
  margin-top: 6px;
  font-size: 12px;
  line-height: 17.5px;
  letter-spacing: 0.24px;
  text-align: left;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .product-name {
    margin-top: 14px;
    line-height: 18px;
    letter-spacing: 0.48px;
    text-align: left;
  }
}
.product-name br {
  display: none;
}
.product-price {}
@media screen and (min-width: 480px) {
  .product-price {}
}
@media screen and (max-width: 479px) {
  .top-ranking_title {
    font-size: 24px;
  }
}
