@charset "UTF-8";
/* ===========================================
 * RNKING
 * ======================================== */
ul.p-aso52__item-list.p-aso5__item-list--ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
}
li.p-aso52__item.p-aso52__item--ranking {
  background: #fff;
  border-radius: 5px;
  border:1px solid #ccc;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
  padding: 1.2rem 1.2rem 1.8rem;
  margin-bottom: 10px;
  /* 横幅調整 */
  min-width: calc(240 / 1200 * 100%);
  margin-right: calc(20 / 1200 * 100%);
}
.sec__ranking p.rankNum {
  color: #ffffff;
}
@media screen and (max-width: 960px){
  li.p-aso52__item.p-aso52__item--ranking {
      min-width: 40vw;
  }
}