.rank-banner {
  text-align: center;
  margin-bottom: 56px;
}
.rank-hero img {
  width: 100%;
}

.rank__navigation {
  display: flex;
  justify-content: center;
  background: #f6f6f6;
  padding: 12px 0;
  margin-bottom: 32px;
}

.rank_navigation_pc {
  padding: 24px 24px 0;
  border-right: solid 1px #efefef;
  margin-right: 24px;
  z-index: 2;
  max-width: 258px;
  box-sizing: border-box;
}
.rank__navigation-item:not(:last-child) {
  margin-right: 8px;
}

.rank__navigation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  font-weight: bold;
  border-radius: 24px;
  box-sizing: border-box;
}
.rank__navigation-button:hover {
  opacity: 0.85;
}
.rank__navigation-button.-black {
  color: #ffffff;
  background-color: #16160e;
}
.rank__navigation-button.-white {
  color: #16160e;
  background-color: #ffffff;
}
.rank__navigation-button i {
  display: inline-flex;
  margin-right: 4px;
}
.rank__navigation-button span {
  line-height: 1;
  white-space: nowrap;
}

.rank-trend {
  box-sizing: border-box;
  padding: 0 16px;
}
.rank-trend .ajax-error {
  background-color: #f6f6f6;
  color: #6b6b6b;
  padding: 30px;
}

.rank-trend__note {
  font-size: 14px;
  max-width: 952px;
  margin: 42px auto 0;
}

.speed-shipping-label__wrap {
  display: none;
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .rank-hero {
    margin: 0 -16px;
  }
  .rank__navigation {
    margin: 0 -16px 32px;
    padding: 16px;
  }
  .rank__navigation-item {
    width: 100%;
  }
  .rank__navigation-button {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }
  .rank-trend .grid .grid__block {
    width: 100%;
    margin-bottom: 16px;
  }
  .rank-trend .grid .grid__block:last-child {
    margin-bottom: 0;
  }
  .rank-trend .btn-normal {
    width: auto;
    min-width: 160px;
  }
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .rank-hero {
    margin: 16px 0 0;
  }
  .rank__navigation-item {
    max-width: 164px;
  }
  .rank__navigation-item:not(:last-child) {
    margin-right: 16px;
  }
  .rank-trend .ajax-error {
    text-align: center;
  }
  .rank-trend__slider {
    margin-top: 0;
  }
  .rank-trend__note {
    margin-top: 52px;
  }
  .speed-shipping-label__wrap {
    display: block;
  }
}
