@charset "UTF-8";
/* ----------------------------------------
  .top_ranking
---------------------------------------- */
/* font
---------------------------------------- */


/* layout
---------------------------------------- */
.top_ranking .top_contents {
  padding-top: 60px;
  padding-bottom: 20px;
}
.top_ranking_title {
  font-size: 12px;
}
.top_ranking_category {
  text-align: left;
  margin-bottom: 40px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  /* font-family: "GtPressuraBold"; */
}
.top_ranking_list {
  margin-bottom: 40px !important;
}
.flywheel-recommend__frame {
  margin-bottom: 60px !important;
}
.fs-p-heading--lv2 {
  display: none;
}
@media screen and (max-width: 979px) {
  .top_ranking .top_contents {
    padding-top: 40px;
    padding-bottom: 1px;
  }
  .top_ranking .contents_title_knockout {
    padding: 0;
  }
  .top_ranking_category {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .flywheel-recommend__frame {
    margin-bottom: 30px !important;
  }
  .top_contents.top_ranking {
    padding: 0 !important;
  }
}

.fr3-productListCarousel {
  display: grid;
  grid-template-columns: 25px 1fr 25px;
  padding-bottom: 10px;
}
.fr3-productListCarousel__slides {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fr3-productListCarousel__slides::-webkit-scrollbar {
  display: none;
}
.fr3-productListCarousel__slide {
  scroll-snap-align: start;
}
.fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
  flex: 0 0 calc((100% - 10px * 2) / 3);
}
@media screen and (min-width: 768px) {
  .fr3-productListCarousel__slides {
    gap: 16px;
  }
  .fr3-productListCarousel {
    grid-template-columns: 32px 1fr 32px;
  }
  .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 16px * 3) / 4);
  }
}
@media screen and (min-width: 960px) {
  .fr3-productListCarousel__slides {
    gap: 16px;
  }
  .fr3-productListCarousel {
    grid-template-columns: 32px 1fr 32px;
  }
  .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 16px * 4) / 5);
  }
}

/*button*/
.fr3-productListCarousel__Button {
  display: flex;
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}
.fr3-productListCarousel__Button:disabled {
  opacity: 0.3;
}
.fr3-productListCarousel__ButtonImage {
  width: 40px;
}
.fr3-productListCarousel__nextButton .fr3-productListCarousel__ButtonImage {
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
/*
  .fr3-productListCarousel__prevButton .fr3-productListCarousel__ButtonImage {
    margin-left: -10px;
  }
  .fr3-productListCarousel__nextButton .fr3-productListCarousel__ButtonImage {
    transform: rotate(180deg) translateX(-10px);
  }
*/
}

/*items*/
.fr3-item {
  position: relative;
  display: inline-flex;
  flex-flow: column;
  word-break: break-all;
  width: 100%;
}
.fr3-item__link {
  display: flex;
  flex-flow: column;
  gap: 8px;
  width: 100%;
}
.fr3-item__imageContainer,
.fr3-item__image {
  display: flex;
  width: 100%;
}
.fr3-item__productName {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.fr3-item__productPrice {
  display: flex;
  gap: 0 4px;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 5px;
  text-align: center;
  justify-content: center;
}
.fr3-item__productPrice__price {
  font-size: 1.2rem;
}
.fr3-item__productPrice__addon {
  font-size: 1.0rem;
}

/* Badge */
.fr3-item__rankContainer {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 28px;
}
.fr3-item__rank {
  display: flex;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #696969;
  background-color: #e1e1e1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.fr3-productListStatic__responsive_3:nth-child(1) .fr3-item__rank {
  color: #fff;
  background: #bb9C22;
}

@media screen and (min-width: 600px) {
  .fr3-item__productName {
    font-size: 1.4rem;
  }
  .fr3-item__productPrice__price {
    font-size: 1.4rem;
  }
  .fr3-item__productPrice__addon {
    font-size: 1.2rem;
  }
  .fr3-item__rankContainer {
    height: 32px;
  }
  .fr3-item__rank {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}