@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.main .rankingAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .main .rankingAnchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main .rankingAnchor__item {
  width: calc(100% / 6);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main .rankingAnchor__item {
    width: 33%;
  }
}

.main .rankingAnchor__item:nth-of-type(1) .rankingAnchor__item__link {
  border-left: solid 1px #d9d9d9;
}

@media screen and (max-width: 768px) {
  .main .rankingAnchor__item:nth-of-type(4) .rankingAnchor__item__link {
    border-left: solid 1px #d9d9d9;
  }
}

.main .rankingAnchor__item__link {
  position: relative;
  display: block;
  line-height: 1;
  text-decoration: none;
  border-right: solid 1px #d9d9d9;
  font-size: 16px;
  padding-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .main .rankingAnchor__item__link {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.main .rankingAnchor__item__link:hover {
  text-decoration: none;
}

.main .rankingAnchor__item__link:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  bottom: 0px;
  right: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2f2929;
  border-right: 1px solid #2f2929;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg) translateX(-50%);
}

.category--L .categoryRanking .h2 {
  line-height: 1.5;
}

.category--L .categoryRanking .rankingSlide__txt .rankingSlide__price {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 6px;
}

.category--L .categoryRanking .rankingSlide__num {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .category--L .categoryRanking .rankingSlide__num {
    width: 24px;
    height: 24px;
  }
  .category--L .categoryRanking .rankingSlide__num--top3 {
    width: 36px;
  }
}

.category--L .categoryRanking--white {
  background: white;
}

.category--L .categoryRanking--gray {
  background: #f2f2f2;
}

.category--L .categoryRanking--gray .rankingSlide__num,
.category--L .categoryRanking--gray .rankingSlide__num--top3 {
  left: 20px;
}

@media screen and (max-width: 768px) {
  .category--L .categoryRanking--gray .rankingSlide__num,
  .category--L .categoryRanking--gray .rankingSlide__num--top3 {
    left: 10px;
  }
}

.category--L
.categoryRanking.categoryRanking--white
.rankingSlide.is-slide::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ffffff), to(rgba(250, 248, 240, 0))) !important;
  background: -webkit-linear-gradient(right, #ffffff 0, rgba(250, 248, 240, 0) 100%) !important;
  background: linear-gradient(to left, #ffffff 0, rgba(250, 248, 240, 0) 100%) !important;
}

.category--L
.categoryRanking.categoryRanking--white
.rankingSlide.is-slide::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), to(rgba(250, 248, 240, 0))) !important;
  background: -webkit-linear-gradient(left, #ffffff 0, rgba(250, 248, 240, 0) 100%) !important;
  background: linear-gradient(to right, #ffffff 0, rgba(250, 248, 240, 0) 100%) !important;
}

.category--L
.categoryRanking.categoryRanking--gray
.rankingSlide.is-slide::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #f2f2f2), to(rgba(250, 248, 240, 0))) !important;
  background: -webkit-linear-gradient(right, #f2f2f2 0, rgba(250, 248, 240, 0) 100%) !important;
  background: linear-gradient(to left, #f2f2f2 0, rgba(250, 248, 240, 0) 100%) !important;
}

.category--L
.categoryRanking.categoryRanking--gray
.rankingSlide.is-slide::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f2f2f2), to(rgba(250, 248, 240, 0))) !important;
  background: -webkit-linear-gradient(left, #f2f2f2 0, rgba(250, 248, 240, 0) 100%) !important;
  background: linear-gradient(to right, #f2f2f2 0, rgba(250, 248, 240, 0) 100%) !important;
}

.category--L .categoryRanking.categoryRanking--gray,
.category--L .categoryRanking.categoryRanking--white {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .category--L .categoryRanking.categoryRanking--gray,
  .category--L .categoryRanking.categoryRanking--white {
    padding-bottom: 40px;
  }
}

.category--L .categoryRanking.categoryRanking--gray .rankingSlide__ttl,
.category--L .categoryRanking.categoryRanking--white .rankingSlide__ttl {
  font-weight: normal;
  line-height: 1.5;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .category--L .categoryRanking.categoryRanking--gray .rankingSlide__ttl,
  .category--L .categoryRanking.categoryRanking--white .rankingSlide__ttl {
    font-size: 14px;
    margin-top: 15px;
  }
}

.category--L .categoryRanking.categoryRanking--gray .rankingSlide__item,
.category--L .categoryRanking.categoryRanking--white .rankingSlide__item {
  padding: 0 9px;
}
