/*ランキングページ・コメントページ下部ランキング*/
/*PC・SP共通*/

/*loading*/
#category-ranking.progressive {
  visibility: hidden;
}
#category-ranking-loading {
  text-align: center;
}
#category-ranking-loading img {
  width: 100px;
}

/* MORE BUTTON */
.main-ranking #category-ranking ol li:nth-child(n+11):not(.more-btn) {
  display: none !important;
}
.main-ranking.more #category-ranking ol li:nth-child(n+11):not(.more-btn) {
  display: flex !important;
}
.main-ranking .more-btn {
  cursor: pointer;
  border: solid 2px #AEAEAE;
  color: #AEAEAE;
  margin: -20px auto 40px;
  text-align: center;
  font-size: 16px;
}
.main-ranking.more .more-btn {
  display: none !important;
}
.main-ranking .more-btn button {
  border: none;
  width: 100%;
  display: block;
  padding: 20px 0 15px;
  background: none;
  color: #AEAEAE;
}
.main-ranking .more-btn button:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  position: relative;
  top: 0px;
  border-bottom: solid 2px #AEAEAE;
  border-right: solid 2px #AEAEAE;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* BANNER */
.btn-block.ranking:hover {
  opacity: 0.7;
}