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

	Date: 2025-10-02
	CSS Document ： flufeel NEW IN

=============================================================*/
/*------------------------------------
仮想LP用ベース
------------------------------------*/
.fca_cat-hero, .sr_page-shopping-result__free {
  overflow: visible !important;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container__in {
  /*max-width: 100%;*/
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.fca_page-shop-category__body {
  margin-top: 0;
}
#outer ul {
  padding: 0;
  list-style: none;
}
/*------------------------------------

ベース

------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.bold_ct {
  font-weight: bold;
}
/*------------------------------------

wrapper

------------------------------------*/
#wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
    animation: fade_fl 0.7s both 0s;
}
@keyframes fade_fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#wrapper img {
  height: auto;
  max-width: 100%;
}
#wrapper-inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* flex-wrap: wrap; */
}
#wrapper-inner > div {
  width: 50%;
}
#main-contents {
  font-family: "Aoto Gothic Medium";
}
#wrapper a {
  text-decoration: none;
}
/* hover */
@media (hover: hover) {
  #wrapper a {
    transition: all 0.3s;
  }
  #wrapper a:hover {
    opacity: 0.8;
  }
}
/*------------------------------------

タイトル

------------------------------------*/
#fv-main {
  height: 100vh;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* padding-top: calc(5vh); */
}
#fv-main::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  height: calc(100%);
  z-index: -1;
  background-image: repeating-linear-gradient(-45deg, #e1e1e1, #e1e1e1 1px, transparent 1px, transparent 5px);
  width: 100%;
}
#fv-main .fv-inner {
  /* margin-top: 2em; */
  max-height: 90vh;
  width: 90%;
  font-size: 82%;
  position: sticky;
  top: 0;
  left: 0;
  padding: calc(5vh) 0;
}
#fv-main .fv-inner .fv-image {
  border-radius: 2em;
  max-height: 90vh;
  width: auto;
  display: block;
  margin: 0 auto;
}
#fv-main .fv-inner .fv-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#fv-main .fv-inner .fv-txt .fv-ttl {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .35em;
  font-weight: 500;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  margin: 8em 0 3em;
}
#fv-main .fv-inner .fv-txt .fv-ttl h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 250;
  font-size: 467%;
  line-height: 1.2;
  margin: 0;
}
#fv-main .fv-inner .fv-txt .fv-ttl p {
  margin: 0;
  letter-spacing: 0.12em;
  font-size: 110%;
}
@media (max-height: 700px) {
  #fv-main .fv-inner {
    font-size: 2.3vh;
  }
}
/*------------------------------------

ボタン共通

------------------------------------*/
.anchor-btn {}
.anchor-btn a {
  font-family: "Aoto Gothic Medium";
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.35em;
  padding: 1em 1.2em;
  min-width: 17em;
  display: block;
  margin: 0 auto;
  border-radius: 1.5em;
  position: relative;
  font-size: 123%;
}
.anchor-btn a span {}
.anchor-btn a::after {
  display: block;
  width: 1.4em;
  height: 100%;
  content: '';
  background-image: url(../images/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  position: absolute;
  top: 0;
  right: 1.6em;
  transition: all 0.2s;
}
@media (hover: hover) {
  .anchor-btn a:hover::after {
    top: 0.2em;
  }
}
.check-btn {
  font-family: "Aoto Gothic Medium"; /* border: 1px solid #000; */ background: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.35em;
  padding: 0.6em 0.5em 0.6em 1em;
  line-height: 1;
  width: fit-content;
  display: inline-block;
  margin: 0;
  border-radius: 0 0 0.9em 0;
  position: relative;
  font-size: 93%;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .25em;
  font-weight: 500;
  background: #868036;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.check-btn a span {}
.check-btn::after {
  display: inline-block;
  width: 0.7em;
  aspect-ratio: 1/1;
  content: '';
  background-image: url(../images/check_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  transition: all 0.2s;
}
/*------------------------------------

見出し共通

------------------------------------*/
.section-header {
  text-align: center;
  margin: 2em 0;
}
.section-header .section-header-main {
  color: #868036;
  letter-spacing: .20em;
  font-family: "Montserrat", sans-serif;
  font-weight: 270;
  font-size: 3.5em;
  line-height: 1.2;
}
.section-header .section-header-sub {
  font-family: "Aoto Gothic Medium";
  font-size: 96%;
  letter-spacing: 0.35em;
}
/*------------------------------------

NEW

------------------------------------*/
#new-section {
  margin: 0 0 4em;
}
/*==================================

タブ切り替え

==================================*/
#new-filter-swiper {
  width: 90%;
  margin: 0em auto;
  padding: 0;
  overflow: hidden;
}

#new-filter-swiper .sale_price {
  display: block;
  color: #c60038;
  width: 100%;
  line-height: 1;
}
#new-filter-swiper .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;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ededed; */
  width: fit-content;
  margin: 0 auto 0px;
  /* border-radius: 3em; */
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.2em;
  gap: 1.1em;
  position: relative;
  z-index: 2;
}
.filter-buttons button {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  color: #b2b2b2;
  letter-spacing: 0.1em;
  transition: all 0.2s;
  border-bottom: 1.5px solid #b2b2b2;
  border-radius: 0.5em 0.5em 0 0;
  position: relative;
  padding: 0 0.1em;
  line-height: 1.7;
  display: block;
}
.filter-buttons button.active {
  border-color: #000;
  color: #000;
}
.filter-buttons button.active::after {
  display: block;
  width: 100%;
  height: 0.5em;
  content: '';
  background-image: url(../images/tab_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 0;
}
/* アイテム別表示 */
#container_fl .swiper.filterSwiper {
  overflow: hidden;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 1em;
  padding: 1em 0 2em;
}
.swiper.filterSwiper .swiper-wrapper {}
#container_fl .swiper.filterSwiper > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: fit-content;
  opacity: 0 !important;
}
#container_fl .swiper.filterSwiper > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
#new-filter-swiper .swiper.new-filterSwiper .swiper-wrapper .swiper-slide .new-slide-contents {
  /* display: flex; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  /* flex-wrap: wrap; */
  /* gap: 2em 4%; */
  width: 92%;
  padding: 2em 0 0.5em;
  margin: 0 auto;
}
#new-filter-swiper .swiper.new-filterSwiper li {
  /* width: 48%; */
  width: 100%;
}
#new-filter-swiper .swiper.new-filterSwiper li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin: 0 0 1.6em;
}


/* リスト回遊用 */
.newin-list-tabs_fl {
    border-top: 3px solid #DCDCDC;
    text-align: center;
    font-size: 140%;
    margin: 5em 0 1em;padding-top: 2em;
}
.newin-list-tabs_fl a {
    text-decoration: none;
    color: inherit;
    font-family: "Aoto Gothic Medium";
}
/* hover */
@media (hover: hover) {
  .newin-list-tabs_fl a {
    transition: all 0.3s;
  }
  .newin-list-tabs_fl a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .newin-list-tabs_fl {
    font-size: 3.8vw;
}
}


/*
#new-filter-swiper .swiper.new-filterSwiper li::before {
  display: block;
  text-align: left;
  content: 'New';
  font-weight: 400;
  font-size: 140%;
  line-height: 1.1;
  color: #ff1d25;
}
*/
#new-filter-swiper .swiper.new-filterSwiper li a {}
#new-filter-swiper .swiper.new-filterSwiper li a:nth-child(1) {
  width: 43%;
  flex-shrink: 0;
}
#new-filter-swiper .swiper.new-filterSwiper li a img {
  border-radius: 1em;
  box-shadow: 01px 1px 0.2em rgba(0, 0, 0, 0.2);
  width: 100%;
}
#new-filter-swiper .swiper.new-filterSwiper li a p {
  width: 96%;
  text-align: justify;
  margin: 0;
  font-size: 80%;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
#new-filter-swiper .swiper.new-filterSwiper li a p.title {
  margin-bottom: 1em;
}
#new-filter-swiper .swiper.new-filterSwiper li a p:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
@media (hover: hover) {
  #new-filter-swiper .new-filter-buttons button {
    /* transition: all 0.2s; */
  }
  #new-filter-swiper .new-filter-buttons button:hover {
    background: #d9d9d9;
  }
}
.more-link_fl {
  margin: 0 auto 1em;
}
.more-link_fl a {
  display: block;
  width: fit-content;
  position: relative;
  padding: 0 2.0em 0.6em 1.2em;
  letter-spacing: 0.25em;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  font-size: 110%;
}
.more-link_fl a::before {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  width: 1.5em;
   transition: all 0.3s;
}
.more-link_fl a::after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
   transition: all 0.3s;
}
@media (hover: hover) {
  .more-link_fl a:hover::before{
      right: -0.5em;
  }
  .more-link_fl a:hover::after{
    left: 0.5em;
  }
}


/*------------------------------------

Pick up

------------------------------------*/
#pickup-section {}
/* swiper */
.swiper.pickup-list {}
.swiper.pickup-list .swiper-wrapper {}
.swiper.pickup-list .swiper-wrapper .swiper-slide {}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item {
  width: 94%;
  margin: 0 auto;
}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item h3 {
  font-family: "Aoto Gothic Medium";
  color: #868036;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 110%;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item .main-image {}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item .main-image img {
  border-radius: 1.5em;
}
.item-txt{
  width: 96%;
  margin:0 auto;
  font-size: 108%;
}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item .name_fl {
  font-size: 85%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 1em 0.3em;
  text-align: justify;
}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item .price_fl {
  margin: 0;
  /* letter-spacing: 0.05em; */
  font-size: 83%;
  display: flex;
  justify-content: space-between;
  align-items:flex-end;
  flex-wrap: wrap;
  gap: 0.3em 0.5em;
}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item .price_fl .specialprice_fl {
  color: #d7063b;
  display: block;
}
.swiper.pickup-list .swiper-wrapper .swiper-slide .pickup-item .price_fl .check-btn {}
/* If we need pagination */
.swiper.pickup-list .swiper-pagination {}
/* If we need navigation buttons */
.swiper.pickup-list .swiper-button-prev.pickup-button-prev {
    left: -1.9em;
}
.swiper.pickup-list .swiper-button-next.pickup-button-next {
    right: -1.9em;
}
/* 前へ次への矢印カスタマイズ */
.swiper.pickup-list .swiper-button-prev, .swiper.pickup-list .swiper-button-next {
  height: auto;
  aspect-ratio: 1/1;
  width: 3.8em;
  background: none;
  margin: 0;
  transition: all 0.2s;
  top: 32%;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0.4em;
}
.swiper.pickup-list .swiper-button-prev{}
.swiper.pickup-list .swiper-button-next{  justify-content: left;}
.swiper.pickup-list .swiper-button-prev::after, .swiper.pickup-list .swiper-button-next::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  /* height: 100%; */
  /* margin: auto; */
  width: 50%;
  aspect-ratio: 1;
  font-size: 0;
  display: block;
}
/* 前へ次への矢印カスタマイズ */
.swiper.pickup-list .swiper-button-prev::after {
  background-image: url('../images/slide_prev.svg');

}
.swiper.pickup-list .swiper-button-next::after {
  background-image: url('../images/slide_next.svg');
}
@media (hover: hover) {
  .swiper.pickup-list .swiper-button-prev:hover {
    transform: translateX(-0.3em);
  }
  .swiper.pickup-list .swiper-button-next:hover {
    transform: translateX(0.3em);
  }
}
.swiper.pickup-list .swiper-pagination {
  position: static;
  margin: 1em auto 2em;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.swiper.pickup-list .swiper-pagination-bullet {
  opacity: 1;
  background: #FFF;
  border: 1px solid #999999;
  width: 0.55em;
  /* height: 0.8em; */
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper.pickup-list .swiper-pagination-bullet-active {
  border: 1px solid #868036;
  background: #868036;
}
/*===================================

スマホ

===================================*/
@media (min-width: 768px) and (max-width: 1170px)  {
#main-contents{
  font-size: 1.7vw;
}
#fv-main .fv-inner {
  font-size: 1.3vw;
}
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrapper{
    font-size: 3.8vw;
}
    #wrapper-inner{
    display: block;
}
  #wrapper-inner > div{
    position: static;
    height: auto;
    padding: 0;
    width: 100%;
  }
/*------------------------------------

タイトル

------------------------------------*/
#fv-main { }
#fv-main::before {display: none;}
#fv-main .fv-inner {width: 100%;max-height: none;font-size: 3.8vw;padding: 0;}
#fv-main .fv-inner .fv-image {max-height: none;width: 100%;border-radius: 0;}

/*------------------------------------

ボタン共通

------------------------------------*/
.anchor-btn {width: max-content;margin: 0 auto;text-align: center;}

/*------------------------------------

見出し共通

------------------------------------*/
.section-header {margin: 1.7em 0;}

/*==================================

タブ切り替え

==================================*/
#new-filter-swiper {margin: 2.5em auto 2em;}

}