@charset "UTF-8";
/*=============================================================

Date: 2025-06-10
CSS Document ： FFN トップリニューアル

=============================================================*/
/*==================================
FFN トップリニューアルエリア共通
==================================*/
.fca_page-shop-home__recommends {
    padding-bottom: 0;
}
.top-wrap_ffn {
  background: #fff;
  font-size: 1.125rem;
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-wrap_ffn.hanyou-area2_ffn {
    margin-top: 3em;
}
.top-wrap_ffn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-wrap_ffn a {
  transition: all 0.2s;
  text-decoration: none;
}
.top-wrap_ffn .fca_section__header .fca_section__h span {
  letter-spacing: 0.05em;
}
/* カルーセル表示 */
.top-wrap_ffn .swiper.top-carousel_ffn {
  display: none;
}
.top-wrap_ffn .swiper.top-carousel_ffn.swiper-initialized {
  display: block;
}
.top-wrap_ffn .swiper .swiper-wrapper .swiper-slide {
  box-sizing: inherit;
}
/* hover */
@media (hover: hover) {
  .top-wrap_ffn .swiper-pagination-clickable .swiper-pagination-bullet, .swiper.top-carousel_ffn a img {
    transition: all 0.2s;
  }
  .top-wrap_ffn a:hover {
    transform: scale(1.04);
  }
  .swiper.top-carousel_ffn a:hover img {
    transform: scale(1.04);
  }
  .top-wrap_ffn .swiper-pagination-clickable .swiper-pagination-bullet:hover {
    opacity: 0.5 !important;
  }
}
/* 商品読み込み 価格 */
.top-wrap_ffn .price, .top-wrap_ffn .sale_price {
  font-weight: bold;
}
.top-wrap_ffn .sale_price {
  display: block;
  color: #c60038;
}
.top-wrap_ffn .strike_price {
  display: block;
  text-decoration: line-through;
  -webkit-text-decoration-color: #c73339;
  text-decoration-color: #c73339;
  -webkit-text-decoration-style: double;
  text-decoration-style: double;
  color: #999999;
}
/*==================================
見出し
==================================*/
.top-wrap_ffn .fca_section__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7em;
}
/*==================================
メインカルーセル
==================================*/
.top-wrap_ffn .top-main_ffn {
    min-height: 662px;
}
.swiper.top-carousel_ffn {
  padding-bottom: 2.6em;
}
.top-wrap_ffn .swiper.top-carousel_ffn .swiper-wrapper .swiper-slide {
  width: 390px;
  padding: 0 5px;
}
@media (min-width: 769px) {
  .swiper.top-carousel_ffn .swiper-wrapper .swiper-slide a {
    transform: scale(0.9);
    transition: transform 0.2s ease;
  }
  .swiper.top-carousel_ffn .swiper-wrapper .swiper-slide.swiper-slide-active a, .swiper.top-carousel_ffn .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active a {
    transform: scale(1);
  }
}
/* ==========================
円形のページネーションを作成
========================== */

.swiper.top-carousel_ffn .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper.top-carousel_ffn .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.swiper.top-carousel_ffn .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
.swiper.top-carousel_ffn .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
   
}
.swiper.top-carousel_ffn .swiper-pagination-bullet {
    width: auto;
    height: auto;
    line-height: 0;
    background: none;
    opacity: 1;
    position: relative;
}
/* .swiper.top-carousel_ffn .swiper-pagination-bullet::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 5px;
    left: 5px;
}*/
.swiper.top-carousel_ffn .swiper-pagination-bullet svg {
    transform: rotate(-90deg);
    width: 21px;
}
.swiper.top-carousel_ffn .swiper-pagination-bullet svg circle {
    fill: transparent;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 0 57;
}
.swiper.top-carousel_ffn .swiper-pagination-bullet-active::before {
    /* background: #000; */
}
.swiper.top-carousel_ffn .swiper-pagination-bullet-active svg circle {
    animation: circle 5s forwards;
}
@keyframes circle {
    0% {
        stroke-dasharray: 0 57;
    }
    100% {
        stroke-dasharray: 57 57;
    }
}


.swiper.top-carousel_ffn .swiper-pagination {
  counter-reset: listnum; /* カウンターをリセット */
}
.swiper.top-carousel_ffn .swiper-pagination > li::before {
  font-size: 90%;
  display: flex;
  content: counter(listnum); /* カウントした数に応じて番号を表示 */
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  color: #000;
  justify-content: center;
  align-items: center;
  line-height: 0;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 50%;
}


@media (max-width: 768px) {
.top-wrap_ffn .top-main_ffn {
    height: auto;
    min-height: 161vw;
}
.swiper.top-carousel_ffn .swiper-pagination-bullet svg {
    width: 5vw;
}
}



/*==================================
最新コンテンツ
==================================*/
.fca_section.new-contents_ffn {
  margin: 0 0 8.5em;
}
.fca_section.new-contents_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.fca_section.new-contents_ffn .fca_container .fca_container__in .fca_section__body {
  margin-top: 2em;
}
.fca_section.new-contents_ffn .fca_container .fca_container__in .fca_section__body .swiper.new-carousel_ffn .swiper-wrapper .swiper-slide {
  width: 390px;
  padding-right: 30px;
}
.fca_section.new-contents_ffn .date_ffn {
  color: #bfc0bf;
  margin: 0.6em auto 0;
  font-size: 110%;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  width: 94%;
}
.fca_section.new-contents_ffn .fca_container .fca_container__in .fca_section__body .swiper.new-carousel_ffn .swiper-wrapper .swiper-slide a p {
  margin: 0 auto;
  width: 94%;
}
/* navigation */
.fca_section.new-contents_ffn .fca_container .fca_container__in .fca_section__body .swiper.new-carousel_ffn .swiper-pagination-wrap {
  margin: 1.3em 0 0;
}
/*==================================
もっと見るボタン
==================================*/
.more-link_ffn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.more-link_ffn a {
  font-weight: bold;
  font-size: 108%;
  border-bottom: 1px solid;
  letter-spacing: 0.2em;
  padding: 0 0.1em;
}
/*==================================
ランキング
==================================*/
.fca_section.item-list_ffn.item-ranking_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
}
.fca_section.item-list_ffn.item-ranking_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h::before {
  display: block;
  width: 1.1em;
  height: 1em;
  content: '';
  background-image: url(../images/icon_ranking.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* ランキング連番 */
.item-ranking_ffn ul.swiper-wrapper {
  counter-reset: listnum; /* カウンターをリセット */
}
.item-ranking_ffn ul.swiper-wrapper > li::before {
  font-size: 1.2em;
  position: absolute;
  z-index: 1;
  top: .6em;
  left: .7em;
  display: flex;
  width: 1.6em;
  content: counter(listnum); /* カウントした数に応じて番号を表示 */
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  color: #fff;
  border-radius: 50%;
  background: #000;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.item-ranking_ffn ul.swiper-wrapper > li:nth-child(1)::before {
  background: #c79c32;
}
.item-ranking_ffn ul.swiper-wrapper > li:nth-child(2)::before {
  background: #a2b3cd;
}
.item-ranking_ffn ul.swiper-wrapper > li:nth-child(3)::before {
  background: #a67552;
}
/* ランキングをもっと見る */
.more-ranking_ffn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2em 0 0;
}
.more-ranking_ffn a {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 3em;
  padding: 0.7em 3.5em;
  font-size: 125%;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.more-ranking_ffn a::before {
  display: block;
  width: 3.6em;
  aspect-ratio: 100/32;
  content: '';
  background-image: url(../images/ranking_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: -3px;
}
.more-ranking_ffn a::after {
  display: block;
  width: 1.4em;
  height: 100%;
  content: '';
  background-image: url(../images/slide_arrow_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.0em;
}
/*==================================
SPでswiperを破棄して
scrollingに変更
==================================*/
@media (max-width: 768px) {
  .carousel-sp-switch_ffn .swiper-wrapper {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
  }
  .carousel-sp-switch_ffn .swiper-slide {
    flex: 0 0 auto;
    width: 80%;
  }
  /* スクロールバー非表示 */
  .carousel-sp-switch_ffn.swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}
/*==================================
タグ
==================================*/
.top-wrap_ffn .header-tag_ffn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 115%;
  height: 1.8em;
}
.top-wrap_ffn .header-tag_ffn::after {
  display: block;
  width: 1em;
  height: 100%;
  content: '';
  background-color: #6b83d6;
  mask-image: url(../images/category_tag_right.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/category_tag_right.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  margin-left: -1px;
}
.top-wrap_ffn .header-tag_ffn span {
  background-color: #6b83d6;
  padding: 0 0.4em 0 1.3em;
  color: #FFF;
  border-radius: 1em 0 0 1em;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 100%;
  font-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.top-wrap_ffn .header-tag_ffn.tag-red::after, .top-wrap_ffn .header-tag_ffn.tag-red span {
  background-color: #e57b69;
}
/*==================================
スクロールアニメ
==================================*/
.header-scroll_ffn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1em;
  margin: 0 0 0 0.5em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.scroll-horizontal {
  position: relative;
}
/* アニメーション線 */
.scroll-horizontal {
  content: "";
  width: 240px;
  height: 1px;
  display: block;
  background-color: #000;
}
.scroll-horizontal::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  animation: scroll-horizontal 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll-horizontal::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes scroll-horizontal {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
/*==================================
定番・人気コンテンツ
==================================*/
.top-wrap_ffn .pickup-contents_ffn .swiper ul li img {
  height: 308px;
  width: auto;
}
.fca_section.pickup-contents_ffn {
  margin-bottom: 8em;
}
.slide-two-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slide-row {
  display: flex;
  gap: 20px;
}
.row-top img {}
.row-bottom img {}
/*==================================
グレー背景
==================================*/
.top-wrap_ffn .swiper {
  position: relative;
}
.top-carousel_ffn::before {
  display: block;
  width: 100vw;
  height: 58%;
  content: '';
  background-color: #f6f6f5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.item-list_ffn::before {
  display: block;
  width: 100vw;
  height: calc(100% - 200px);
  content: '';
  background-color: #f6f6f5;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*==================================
スクロール  カルーセル 共通
==================================*/
.fca_section.item-list_ffn {
  padding-bottom: 1.8em;
  margin: 8em 0;
}
.fca_section.item-list_ffn.item-ranking_ffn {
  padding-bottom: 3.8em;
}
/* 特集タイトル */
.fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__header:not(:first-child) {
  margin-top: 5em;
}
.header-scroll_ffn span {
  letter-spacing: 0.1em;
}
.fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__body .swiper.item-list-carousel_ffn .swiper-wrapper li {
  width: 250px;
  padding-right: 27px;
}
.fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__body .swiper.item-list-carousel_ffn .swiper-wrapper li figure a img {
  border-radius: 0.8em;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
/*==================================
カテゴリから探す
==================================*/
.fca_section.category-search_ffn {
  background: #f6f6f5;
  border-radius: 47em;
  width: 95%;
  max-width: 1170px;
  margin: 9em auto;
  text-align: center;
  padding: 3.6em 3em 3em;
}
.fca_section.category-search_ffn::before {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 350%;
  content: 'CATEGORY SEARCH';
  position: absolute;
  top: 0.2em;
  left: 0;
  pointer-events: none;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
}
/* 特集タイトル */
.fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__header {
  justify-content: center;
}
.fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body {}
/* ▼▼ カテゴリ一覧 ▼▼ */
.fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.8em 4%;
  width: 82%;
  margin: 0 auto;
}
.fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul li {
  width: 13%;
}
.fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul li a {
  display: block;
}
.fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul li a img {
  background: #FFF;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul li a p {
  font-weight: bold;
  margin: 0.3em 0 0;
}
/*==================================
ぴったりサイズを探す
==================================*/
.fca_section.size-search_ffn {
  border: 1px solid #666866;
  width: 90%;
  max-width: 1170px;
  margin: 5em auto;
  background: #FFF;
  border-radius: 3em;
  padding: 0 0 4em;
}
.fca_section.size-search_ffn .fca_container .fca_container__in .fca_section__header {
  justify-content: center;
}
.fca_section.size-search_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h {
  background: #FFF;
  margin: -0.5em 0 0 0;
  padding: 0 1.5em;
}
.fca_section.size-search_ffn .fca_container .fca_container__in .fca_section__body {
  margin: 2em 0 0;
}
#filter-swiper {}
#filter-swiper .filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  width: fit-content;
  margin: 0 auto 2em;
  border-radius: 3em;
  font-size: 118%;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#filter-swiper .filter-buttons button {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  letter-spacing: 0.2em;
  padding: 0.5em 2em;
  transition: all 0.2s;
  border-radius: 3em;
}
#filter-swiper .filter-buttons button.active {
  background: #7783d3;
  color: #FFF;
}
/* サイズ別表示 */
#filter-swiper .swiper.filterSwiper {
  overflow: hidden;
}
#filter-swiper .swiper.filterSwiper .swiper-wrapper {}
#filter-swiper .swiper.filterSwiper .swiper-wrapper .swiper-slide {
  width: fit-content;
  height: fit-content;
}
#filter-swiper .swiper.filterSwiper .swiper-wrapper .swiper-slide .slide-contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2em 3%;
  width: 98%;
  padding: 1em;
  margin: 0 auto;
}
#filter-swiper .swiper.filterSwiper li {
  width: 31.3%;
}
#filter-swiper .swiper.filterSwiper li a {}
#filter-swiper .swiper.filterSwiper li a img {}
#filter-swiper .swiper.filterSwiper li a p {
  width: 96%;
}
@media (hover: hover) {
  #filter-swiper .filter-buttons button {
    transition: all 0.2s;
  }
  #filter-swiper .filter-buttons button:hover {
    background: #d9d9d9;
  }
}
/*==================================
プロジェクトから探す
==================================*/
.fca_section.project-search_ffn {
  border: 1px solid #666866;
  width: 90%;
  max-width: 1170px;
  margin: 5em auto 7em;
  background: #FFF;
  border-radius: 3em;
  padding: 0 0 2.3em;
}
.fca_section.project-search_ffn .fca_container {
  padding: 0;
}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__header {
  justify-content: center;
}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h {
  background: #FFF;
  margin: -0.5em 0 0 0;
  padding: 0 1.5em;
}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h span {}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h span span {}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body {
  overflow: hidden;
  margin: 0;
  padding: 2.5em 0 0;
}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body .swiper.project-list_ffn .swiper-wrapper .swiper-slide {
  width: 280px;
  padding: 0 15px;
  box-sizing: inherit;
}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body .swiper.project-list_ffn .swiper-wrapper .swiper-slide a img {
  border-radius: 1em;
}
.fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body .swiper.project-list_ffn .swiper-wrapper .swiper-slide a .project-ttl-ffn {
  color: #7783d3;
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}
/*==================================
ブランドから探す
==================================*/
.fca_section.brand-search_ffn {
  background: #f6f6f5;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto 3em;
  padding: 3em;
  border-radius: 3em;
}
.fca_section.brand-search_ffn .fca_container .fca_container__in .fca_section__header {
  justify-content: center;
}
.fca_section.brand-search_ffn .fca_container .fca_container__in .fca_section__body .brand-list_ffn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 2%;
  width: 95%;
  margin: 0 auto;
}
.fca_section.brand-search_ffn .fca_container .fca_container__in .fca_section__body .brand-list_ffn li {
  background: #FFF;
  width: 23.5%;
}
.fca_section.brand-search_ffn .fca_container .fca_container__in .fca_section__body .brand-list_ffn li a {
  display: block;
}
.fca_section.brand-search_ffn .fca_container .fca_container__in .fca_section__body .brand-list_ffn li a img {
  width: 100%;
  height: auto;
}
/*==================================
お楽しみコンテンツ
==================================*/
/* swiper */
.top-wrap_ffn .swiper {
  overflow: initial;
}
.top-wrap_ffn .swiper .swiper-wrapper {}
.top-wrap_ffn .swiper .swiper-wrapper .swiper-slide {
  width: max-content;
}
.top-wrap_ffn .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.top-wrap_ffn .swiper .swiper-wrapper .swiper-slide a p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
  font-size: 105%;
  font-weight: normal;
  margin: 1em auto 0;
  letter-spacing: 0.02em;
}
.top-wrap_ffn .swiper .swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3em;
  margin: 1.9em 0 0;
}
.top-wrap_ffn .swiper .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  font-size: 85%;
}
/* 前へ次への矢印カスタマイズ */
.top-wrap_ffn .swiper .swiper-button-prev, .top-wrap_ffn .swiper .swiper-button-next {
  height: auto;
  aspect-ratio: 1/1;
  width: 1.8em;
  background: no-repeat;
  position: static;
  margin: 0;
  transition: all 0.2s;
}
.top-wrap_ffn .swiper .swiper-button-prev::after, .top-wrap_ffn .swiper-button-next::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
  font-size: 0;
  display: block;
}
/* 前への矢印カスタマイズ */
.top-wrap_ffn .swiper .swiper-button-prev::after {
  background-image: url('../images/slide_arrow_prev.svg');
}
/* 次への矢印カスタマイズ */
.top-wrap_ffn .swiper .swiper-button-next::after {
  background-image: url('../images/slide_arrow_next.svg');
}
@media (hover: hover) {
  .top-wrap_ffn .swiper .swiper-button-prev:hover {
    transform: translateX(-0.3em);
  }
  .top-wrap_ffn .swiper .swiper-button-next:hover {
    transform: translateX(0.3em);
  }
}
/* 画像サイズ調整 */
.top-wrap_ffn .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.top-wrap_ffn .swiper:not(.top-carousel_ffn) .swiper-pagination {
  position: static;
  margin: 0em 0 0;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
}
.top-wrap_ffn .swiper:not(.top-carousel_ffn) .swiper-pagination-bullet {
  opacity: 1;
  background: #FFF;
  border: 1px solid #000;
  width: 0.75em;
  /* height: 0.8em; */
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-wrap_ffn .swiper:not(.top-carousel_ffn) .swiper-pagination-bullet-active {
  background: #000;
}
/*==================================
1170px以下
==================================*/
@media screen and (max-width: 1170px) {
  .top-wrap_ffn {
    font-size: 1.5vw;
  }
}
/*==================================
SP（768px以下）
==================================*/
@media screen and (max-width: 768px) {
  /*==================================
共通
==================================*/
  .top-wrap_ffn {
    font-size: 3.3vw;
  }
  /*==================================
メインカルーセル
==================================*/
  .top-wrap_ffn .swiper.top-carousel_ffn .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  /*==================================
最新コンテンツ
==================================*/
  .fca_section.new-contents_ffn {
    margin-bottom: 5em;
  }
  .fca_section.new-contents_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h {
    font-size: 140%;
  }
  .fca_section.new-contents_ffn .fca_container .fca_container__in .fca_section__body .swiper.new-carousel_ffn .swiper-wrapper .swiper-slide {
    width: 70vw;
    padding-right: 4vw;
  }
  /*==================================
もっと見るボタン
==================================*/
  .more-link_ffn {
    margin-right: 0.8rem;
  }
  .more-link_ffn a {}
  /*==================================
ランキング
==================================*/
  /* ランキング連番 */
  .item-ranking_ffn ul.swiper-wrapper > li::before {
    font-size: 1.5em;
  }
  /* ランキングをもっと見る */
  .more-ranking_ffn {
    font-size: 80%;
  }
  .more-ranking_ffn a {}
  .more-ranking_ffn a::before {
    top: -2.4vw;
    left: -1vw;
    width: 4.0em;
  }
  /*==================================
タグ
==================================*/
  .top-wrap_ffn .header-tag_ffn {
    font-size: 85%;
  }
  /*==================================
スクロールアニメ
==================================*/
  .top-wrap_ffn .fca_section__h {
    white-space: nowrap;
    font-size: 125%;
  }
  .header-scroll_ffn {
    width: 100%;
  }
  /* スクロール表示位置 */
  .scroll-horizontal {
    width: 100%;
  }
  /*==================================
定番・人気コンテンツ
==================================*/
  .top-wrap_ffn .pickup-contents_ffn .swiper ul li img {
    height: 53vw;
  }
  .fca_section.pickup-contents_ffn {}
  .slide-two-rows {
    gap: 4vw;
    margin: 0 0.7rem;
  }
  .slide-row {
    gap: 4vw;
  }
  /*==================================
グレー背景
==================================*/
  .top-wrap_ffn .swiper {}
  .top-carousel_ffn::before {}
  .item-list_ffn::before {
    height: calc(100% - 40vw);
}
  /*==================================
スクロール  カルーセル 共通
==================================*/
  .fca_section.item-list_ffn {
    margin: 6em 0;
  }
  .fca_section.item-list_ffn.item-ranking_ffn {}
  .fca_section.pickup-contents_ffn .fca_container, .fca_section.item-list_ffn .fca_container {
    padding-right: 0;
    padding-left: 0;
  }
  .fca_section.item-list_ffn .fca_container .fca_container__in {}
  /* 特集タイトル */
  .fca_section.pickup-contents_ffn .fca_container .fca_container__in .fca_section__header,
.fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__header {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__header .fca_section__h {
    font-size: 125%;
  }
  .fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__body .swiper.item-list-carousel_ffn .swiper-wrapper li {
    width: 56vw;
    padding-right: 7vw;
  }
  .fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__body .swiper.item-list-carousel_ffn .swiper-wrapper li:first-child {
    margin-left: 0.715rem;
  }
  .fca_section.item-list_ffn.item-ranking_ffn .fca_container .fca_container__in .fca_section__body .swiper.item-list-carousel_ffn .swiper-wrapper li {
    width: 58vw;
  }
  .fca_section.item-list_ffn .fca_container .fca_container__in .fca_section__body .swiper.item-list-carousel_ffn .swiper-wrapper li figure a img {
    border-radius: 0.4em;
  }
  /*==================================
カテゴリから探す
==================================*/
  .fca_section.category-search_ffn {
    width: 100%;
    border-radius: 0;
    padding: 2vw 0;
    background: none;
  }
  .fca_section.category-search_ffn::before {
    font-size: 234%;
    z-index: 1;
    top: -5vw;
  }
  .fca_section.category-search_ffn .fca_container {}
  .fca_section.category-search_ffn .fca_container::before, .fca_section.category-search_ffn .fca_container::after {
    display: block;
    width: 120%;
    height: 100%;
    aspect-ratio: 1/1;
    content: '';
    background: #f6f6f5;
    position: absolute;
    left: -10%;
  }
  .fca_section.category-search_ffn .fca_container::before {
    top: -15vw;
    border-radius: 50% 50% 0 0;
  }
  .fca_section.category-search_ffn .fca_container::after {
    bottom: -15vw;
    border-radius: 0 0 50% 50%;
  }
  .fca_section.category-search_ffn .fca_container .fca_container__in {
    position: relative;
    z-index: 1;
  }
  /* ▼▼ カテゴリ一覧 ▼▼ */
  .fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul {
    width: 90%;
    gap: 1em 5%;
  }
  .fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul li {
    width: 21%;
  }
  .fca_section.category-search_ffn .fca_container .fca_container__in .fca_section__body ul li a p {
    font-size: 82%;
  }
  /*==================================
ぴったりサイズを探す
==================================*/
  .fca_section.size-search_ffn {
    width: 94%;
    padding: 0 0 2em;
    border-radius: 2em;
  }
  #filter-swiper {}
  #filter-swiper .filter-buttons {
    font-size: 89%;
    margin: 0 auto 1em;
  }
  #filter-swiper .swiper.filterSwiper .swiper-wrapper .swiper-slide .slide-contents {
    gap: 2em 6%;
    padding: 0.5em 0;
  }
  #filter-swiper .swiper.filterSwiper li {
    width: 47%;
  }
  #filter-swiper .swiper.filterSwiper li a p {
    font-size: 80%;
    margin: 0.7em auto 0;
  }
  /*==================================
プロジェクトから探す
==================================*/
  .fca_section.project-search_ffn {
    width: 95%;
    margin: 4em auto 5em;
    border-radius: 2em;
  }
  .fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body .swiper.project-list_ffn .swiper-wrapper .swiper-slide {
    width: 55vw;
    padding: 0px 3vw;
  }
  .fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body .swiper.project-list_ffn .swiper-wrapper .swiper-slide a {}
  .fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body .swiper.project-list_ffn .swiper-wrapper .swiper-slide a img {}
  .fca_section.project-search_ffn .fca_container .fca_container__in .fca_section__body .swiper.project-list_ffn .swiper-wrapper .swiper-slide a .project-ttl-ffn {
    font-size: 100%;
  }
  /*==================================
ブランドから探す
==================================*/
  .fca_section.brand-search_ffn {
    width: 94%;
    padding: 2em 4vw;
  }
  .fca_section.brand-search_ffn .fca_container .fca_container__in .fca_section__body .brand-list_ffn {
    width: 100%;
    gap: 2vw 3%;
  }
  .fca_section.brand-search_ffn .fca_container .fca_container__in .fca_section__body .brand-list_ffn li {
    width: 31.33%;
  }
}