@charset "UTF-8";
.fs-c-productImage__image {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: fit-content;
}

.flywheel-recommend__frame .fs-p-heading--lv2 {
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  margin: 0px 0px 40px;
  padding: 0px;
}
.flywheel-recommend__frame .fr3-productListStatic {
  padding: 0;
}
.flywheel-recommend__frame .fr3-item a:link, .flywheel-recommend__frame .fr3-item a:visited, .flywheel-recommend__frame .fr3-item a:hover, .flywheel-recommend__frame .fr3-item a:active {
  text-decoration: none;
}
.flywheel-recommend__frame .fr3-item__imageContainer img {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: fit-content;
  width: 100%;
  height: auto;
}
.flywheel-recommend__frame .fr3-item__productName {
  flex-wrap: wrap;
}
.flywheel-recommend__frame .fr3-item__productName > div {
  width: 100%;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
}
.flywheel-recommend__frame .fr3-item__productPrice__addon {
  font-size: 0 !important;
  line-height: 0 !important;
}
.flywheel-recommend__frame .fr3-item__productPrice__addon:before {
  content: "（TAX IN）";
  font-size: 14px !important;
  line-height: 1.6em !important;
}

.ai_recommend .flywheel-recommend__frame {
  width: 100%;
  overflow: hidden;
}
.ai_recommend .fr3-productListStatic {
  display: block;
  padding: 0;
  position: relative;
}
.ai_recommend .fr3-item {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .ai_recommend .fr3-item {
    margin: 0 35px;
  }
}
.ai_recommend .slick-arrow.slick-prev {
  left: 0;
}
.ai_recommend .slick-arrow.slick-next {
  right: 0;
}
.ai_recommend .slick-dots {
  margin-top: 40px;
}

.ai_ranking .flywheel-recommend__frame {
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
.ai_ranking .fs-p-heading--lv2 {
  display: none;
}
.ai_ranking .fr3-productListStatic {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  gap: 60px 10px;
  counter-reset: ranking;
}
@media screen and (max-width: 768px) {
  .ai_ranking .fr3-productListStatic {
    display: block;
  }
}
.ai_ranking .fr3-productListStatic .slick-dots {
  margin-top: 20px;
}
.ai_ranking .fr3-item {
  margin: 0;
  width: calc(20% - 8px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .ai_ranking .fr3-item {
    width: auto;
    margin: 0 5px;
  }
}
.ai_ranking .fr3-item:after {
  counter-increment: ranking;
  content: counter(ranking);
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}
