@charset "UTF-8";

/*********************************************************/
/*** 全体レイアウト調整 ***/
/*********************************************************/
.fs-body-top .fs-l-main {
  margin: 0;
  padding: 0;
  max-width: 10000px;
  display: block;
  width: 100%;
  overflow-x: hidden;
}
.fs-body-top .fs-l-pageMain {
  max-width: 10000px;
}

/*********************************************************/
/*** MVスライダー ***/
/*********************************************************/
.mv_slider {
  display: none;
}
.mv_slider.slick-initialized {
  display: block;
}
.top_slide {
  padding: 20px 0 40px;
}
.mv_slider .top_slide_list {
  padding: 10px 16px;
}
.mv_slider .top_slide_list img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 25%);
}
.mv_slider .slick-prev,
.mv_slider .slick-next {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.mv_slider .slick-prev:hover,
.mv_slider .slick-next:hover {
  opacity: 0.7;
}
.mv_slider .slick-prev {
  left: 6%;
  background-image: url("../images/common/arrow_prev.svg");
}
.mv_slider .slick-next {
  right: 6%;
  background-image: url("../images/common/arrow_next.svg");
}
.mv_slider .slick-dots {
  bottom: -40px;
}
.mv_slider .slick-dots li {
  margin: 0 8px;
}
.mv_slider .slick-dots li button:before {
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  background: #eeeeee;
  border-radius: 10px;
}
.mv_slider .slick-dots li.slick-active button:before {
  background: #3a3a3a;
}
@media (max-width: 767px) {
  .top_slide {
    padding: 0 0 12px 0;
  }
  .mv_slider .top_slide_list {
    padding: 8px 10px;
  }
  .mv_slider .slick-prev,
  .mv_slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .mv_slider .slick-prev {
    left: 2%;
  }
  .mv_slider .slick-next {
    right: 2%;
  }
  .mv_slider .slick-dots {
    bottom: -20px;
  }
  .mv_slider .slick-dots li {
    margin: 0 4px;
  }
  .mv_slider .slick-dots li button:before {
    height: 8px;
    width: 8px;
  }
}

/*********************************************************/
/*** ブランドから探す ***/
/*********************************************************/
#brandList .brand_list ul {
  display: flex;
  gap: 12px;
}
#brandList li {
  width: 15.6%;
}
#brandList li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#brandList li a img {
  border: 1px #d3d3d3 solid;
}
#brandList li a dl {
  margin: 1em 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #3a3a3a !important;
}
#brandList li a dt,
#brandList li a dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #brandList .brand_list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 auto;
    padding-left: 20px;
  }
  #brandList .brand_list ul {
    margin: 0;
  }
  #brandList ul li {
    min-width: 36%;
    max-width: 36%;
  }
  #brandList ul li:last-child {
    padding-right: 24px;
    min-width: 43%;
    max-width: 43%;
  }
  #brandList li a dl {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0.5em;
  }
}
/*********************************************************/
/*** カテゴリから探す ***/
/*********************************************************/
#categoryList .cmn_inner {
  padding-top: 0;
}
#categoryList .category_list ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
}
#categoryList .category_list ul li {
  width: 15.6%;
  /* padding: 10px; */
}
#categoryList .category_list ul li a {
  color: #3a3a3a !important;
}
#categoryList .category_list ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#categoryList .category_list ul li p {
  margin: 1em 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #3a3a3a !important;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #categoryList .category_list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 auto;
    padding-left: 20px;
  }
  #categoryList .category_list ul {
    flex-wrap: nowrap;
    gap: 32px;
  }
  #categoryList .category_list ul li {
    min-width: 30%;
    max-width: 30%;
  }
  #categoryList .category_list ul li:last-child {
    padding-right: 24px;
    min-width: 38%;
    max-width: 38%;
  }
  #categoryList .category_list ul li p {
    font-size: 10px;
  }
}
/*********************************************************/
/*** アイテムランキング ***/
/*********************************************************/
#ranking {
  background-color: #eff7f8;
  position: relative;
}
#ranking .sec_ttl_side {
  position: absolute;
  top: -26%;
  left: -3%;
  transform: rotate(90deg);
  transform-origin: left bottom;
  font-size: 130px;
  font-weight: 700;
  color: #e4f0f2;
  letter-spacing: 0.1em;
}
#ranking .top_rank_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 80px;
}
#ranking .top_rank_tab li {
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  width: 31.6%;
  text-align: center;
  color: #b2b2b2;
  background-color: #e8e8e8;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
#ranking .top_rank_tab li.is_active {
  color: #fff;
  background-color: #3a3a3a;
}
#ranking .top_rank_tab li.is_active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;

  border: 15px solid transparent;
  border-top: 15px solid #3a3a3a;
}
#ranking .top_rank_cont {
  display: none;
}
#ranking .top_rank_cont.is_active {
  display: block;
}
#ranking .fs-p-heading--lv2 {
  display: none;
}
#ranking .flywheel-recommend__frame {
  margin-top: 0;
}
#ranking .fr3-productListCarousel__slide {
  flex: 0 0 calc((100% - 16px * 3) / 4);
}
#ranking .fr3-item__rank {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  #ranking .cmnwrap {
    width: 90%;
    margin: 0 auto;
    min-height: 700px;
  }
  #ranking .sec_ttl_side {
    top: -45vw;
    left: -16vw;
    font-size: 32vw;
  }
  #ranking .top_rank_tab {
    width: 100%;
    margin: 0 auto 40px;
  }
  #ranking .top_rank_tab li {
    font-size: 15px;
    line-height: 48px;
  }
  #ranking .top_rank_tab li.is_active::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #3a3a3a;
  }
  #ranking .fr3-item__rank {
    font-size: 13px !important;
  }
}

/*********************************************************/
/*** セール対象アイテム ***/
/*********************************************************/
/* 任意商品表示でスライダーを解除 */
#sale .product_list .fs-c-productListCarousel.fs-c-slick {
  display: block;
}
#sale .product_list span.fs-c-productListCarousel__ctrl {
  display: none !important;
}
#sale .product_list .fs-c-productListCarousel__list {
  display: block;
}
#sale .product_list div.slick-track {
  width: 100% !important;
  transform: none !important;
}
#sale .product_list div.slick-track::before {
  content: none !important;
}
#sale
  .product_list
  article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
/* 商品リスト */
#sale .product_list {
  display: flex;
  gap: 16px;
  /* overflow-x: scroll; */
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 0 32px 0;
}
#sale .product_list .product_list_item {
  flex: 0 0 calc((100% - 16px * 4) / 5);
}
#sale .product_list a:hover {
  text-decoration: none;
  /* opacity: 0.5; */
}
#sale .product_list .fs-c-productListItem__image {
  /* position: relative; */
  border: 1px solid #d3d3d3;
}
/* #sale .product_list.sale_items .fs-c-productListItem__image::before {
  content: "SALE";
  display: block;
  position: absolute;
  top: 0;
  top: 0;
  right: 0;
  width: 60px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.2em;
  background-color: #e90000;
  text-align: center;
  pointer-events: none;
} */
#sale .fs-c-productListItem {
  position: relative;
}
#sale .fs-c-productMarks {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#sale .fs-c-productMark__mark {
  margin-right: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 16px;
  background: #e90000;
}
#sale .fs-c-productMark__item .giftMark {
  display: none;
}
#sale .product_list .fs-c-productListItem__productName {
  margin-top: 16px;
  /* margin-bottom: 8px; */
}
/* コピー */
#sale .product_list .fs-c-productName__copy {
  font-size: 10px;
  margin-bottom: 6px;
  color: #9d9d9d;
}
/* 商品名 */
#sale .product_list .fs-c-productName__name {
  color: #3a3a3a;
  font-weight: 500;
  line-height: 1.5;
  font-size: 13px;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 商品価格（通常価格） */
#sale .product_list .fs-c-productPrice--listed {
  color: #3a3a3a !important;
  font-weight: 500;
  text-decoration: line-through;
}
#sale .product_list .fs-c-productPrice--listed .fs-c-price__currencyMark {
  font-size: 16px;
}
#sale .product_list .fs-c-productPrice--listed .fs-c-price__value {
  font-size: 16px;
  margin-right: 0.2em;
}
#sale .product_list .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}
#sale .product_list .fs-c-productPrice--listed .fs-c-price::after {
  content: "(税込)";
  font-size: 9px;
}
/* 商品価格（SALE価格） */
#sale .product_list .fs-c-productPrice--selling {
  margin-bottom: 0 !important;
  color: #e90000 !important;
  font-weight: 700;
}
#sale
  .product_list
  .fs-c-productPrice:not(.fs-c-productPrice--listed)
  .fs-c-productPrice__main__price {
  color: #e90000 !important;
}
#sale .product_list .fs-c-productPrice--selling .fs-c-price__currencyMark {
  font-size: 18px;
}
#sale .product_list .fs-c-productPrice--selling .fs-c-price__value {
  font-size: 18px;
  margin-right: 0.2em;
}
#sale .product_list .fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 12px;
}
/* 詳細を見る・定価の表記 → 非表示 */
#sale .product_list .fs-c-productPrice__main__label {
  display: none;
}
#sale .product_list .fs-c-productListItem__control {
  display: none;
}
@media (max-width: 767px) {
  #sale .cmnwrap {
    width: 90%;
    margin: 0 auto;
  }
  #sale .product_list {
    flex-wrap: wrap;
    gap: 32px 20px;
  }
  #sale .product_list .product_list_item {
    flex: 0 0 calc((100% - 20px) / 2);
    padding: 0;
  }
  /* #sale .product_list.sale_items .fs-c-productListItem__image::before {
    width: 54px;
    height: 22px;
    font-size: 11px;
    line-height: 24px;
  } */
  /* コピー */
  #sale .product_list .fs-c-productName__copy {
    font-size: 10px;
  }
  /* 商品名 */
  #sale .product_list .fs-c-productName__name {
    font-size: 11px;
  }
  /* 商品価格（通常価格） */
  #sale .product_list .fs-c-productPrice--listed .fs-c-price__currencyMark {
    font-size: 14px;
  }
  #sale .product_list .fs-c-productPrice--listed .fs-c-price__value {
    font-size: 14px;
  }
  #sale .product_list .fs-c-productPrice--listed .fs-c-price::after {
    font-size: 8px;
  }
  /* 商品価格（SALE価格） */
  #sale .product_list .fs-c-productPrice--selling .fs-c-price__currencyMark {
    font-size: 16px;
  }
  #sale .product_list .fs-c-productPrice--selling .fs-c-price__value {
    font-size: 16px;
  }
  #sale .product_list .fs-c-productPrice--selling .fs-c-productPrice__addon {
    font-size: 9px;
  }
}
/*********************************************************/
/*** ABOUT FUTABA ***/
/*********************************************************/
#about {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 72px 0;
  background-image: url("../images/top/bg_top_about_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about .sec_ttl_main {
  color: #fff;
  letter-spacing: 0.15em;
}
#about .about_txt {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 2em;
  letter-spacing: 0.2em;
}
#about .about_txt span {
  font-weight: 700;
}
@media (max-width: 767px) {
  #about {
    padding: 46px 0;
    background-image: url("../images/top/bg_top_about_sp.jpg");
  }
  #about .cmnwrap {
    width: 85%;
  }
  #about .about_txt {
    font-size: 14px;
    text-align: center;
  }
}
/*********************************************************/
/*** おすすめアイテム ***/
/*********************************************************/
#recommend .fs-p-heading--lv2 {
  display: none;
}
#recommend .flywheel-recommend__frame {
  margin-top: 0;
}
@media (max-width: 767px) {
  #recommend .cmnwrap {
    width: 90%;
    margin: 0 auto;
  }
}
