@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800,900&display=swap");
.main-content-ranking {
  padding: 0;
}

.p-ranking__list {
  display: grid;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-ranking__list {
    grid-template-columns: calc(25% - 20px) calc(25% - 20px) calc(25% - 20px) calc(25% - 20px);
    grid-gap: 8rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-ranking__list {
    grid-template-columns: 33% 33% 33%;
  }
}
.p-ranking__list .fs-c-productList__list__item {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ranking__list .fs-c-productList__list__item {
    margin: 0 auto;
    padding: 0 1px 20px;
  }
}
@media screen and (min-width: 961px) {
  #main-ranking .p-ranking__list .fs-c-productList__list__item:nth-child(n+9) {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #main-ranking .p-ranking__list .fs-c-productList__list__item:nth-child(n+7) {
    display: none;
  }
}
.fs-c-productListItem__imageContainer::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0;
  height: 0;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  .fs-c-productListItem__imageContainer::before {
    border-top: 28px solid #ffffff;
    border-right: 28px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 28px solid #ffffff;
  }
}
@media screen and (max-width: 960px) {
  .fs-c-productListItem__imageContainer::before {
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
  }
}
.p-ranking__rank {
  position: absolute;
  left: 3px;
  font-family: "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 3;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .p-ranking__rank {
    width: 36px;
    height: 18px;
    top: 3px;
    font-size: 9px;
  }
}
@media screen and (max-width: 960px) {
  .p-ranking__rank {
    width: 26px;
    height: 18px;
    top: 0;
    font-size: 5px;
  }
}

.p-ranking__rank-number {
  font-family: "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .p-ranking__rank-number {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .p-ranking__rank-number {
    font-size: 10px;
  }
}