@charset "UTF-8";
/*
|---------------------------------------------------------------
| page-products.css
|---------------------------------------------------------------
*/
.fs-l-main,
.fs-l-pageMain {
  max-width: 100%;
}

.fs-l-main {
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .fs-c-breadcrumb {
    display: none;
  }
}

.fs-c-heading.fs-c-heading--page {
  display: none;
}

/*
 * Main
------------------------------------------------*/
.fp-products {
  display: block;
  width: 100%;
}
.fp-products__header {
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
.fp-products__header__search {
  display: block;
  width: 100%;
}
.fp-products__body {
  display: block;
  width: 100%;
}
.fp-products__main {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.fp-products__aside {
  display: block;
  width: 100%;
}
.fp-products__lineup {
  display: block;
  width: 100%;
}

/*
 * フリーワードから探す
------------------------------------------------*/
.fp-products-keyword_search {
  display: block;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .fp-products-keyword_search .lylw-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.fp-products-keyword_search .lylw-word_search {
  margin: 0;
}

/*
 * MV
------------------------------------------------*/
.fp-products-mv {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 960.02px) {
  .fp-products-mv {
    margin-bottom: 60px;
  }
}

/*--------------- fs ---------------*/
.fp-products-mv .fs-c-slick .slick-dots {
  padding: 15px 5px;
}
.fp-products-mv .fs-c-slick .slick-dots li {
  margin-left: 15px;
  margin-right: 15px;
}
.fp-products-mv .fs-c-slick .slick-dots li button {
  background: #d9bb99;
  opacity: 0.5;
  border-radius: 50%;
  overflow: hidden;
}
.fp-products-mv .fs-c-slick .slick-dots li button::before {
  display: none;
}
.fp-products-mv .fs-c-slick .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.7142857143);
}
@media screen and (max-width: 960px) {
  .fp-products-mv .fs-c-slick .slick-prev,
  .fp-products-mv .fs-c-slick .slick-next {
    display: none !important;
  }
}
@media screen and (min-width: 960.02px) {
  .fp-products-mv .fs-c-slick .slick-prev,
  .fp-products-mv .fs-c-slick .slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231815;
    width: 42px;
    height: 42px;
    border: 1px solid #d9bb99;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    margin: auto;
  }
  .fp-products-mv .fs-c-slick .slick-prev::before,
  .fp-products-mv .fs-c-slick .slick-next::before {
    display: none;
  }
  .fp-products-mv .fs-c-slick .slick-prev::after,
  .fp-products-mv .fs-c-slick .slick-next::after {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 6px;
    pointer-events: none;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: currentColor;
    transform: translateY(-25%) skewX(45deg);
  }
  .fp-products-mv .fs-c-slick .slick-prev {
    transform: translate(-430px, -50%) scale(-1, 1);
  }
  .fp-products-mv .fs-c-slick .slick-next {
    transform: translate(430px, -50%);
  }
}

/*
 * Lineup
------------------------------------------------*/
.fp-products-lineup {
  display: block;
  width: 100%;
}

/*
 * Recommend Title
------------------------------------------------*/
.fp-products-lineup .fs-p-heading--lv2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  color: inherit;
}
.fp-products-lineup .fs-p-heading--lv2::before {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(20px, 5.33vw, 35px);
  font-weight: normal;
  text-align: center;
}
.fp-products-lineup__popular .fs-p-heading--lv2::before {
  content: "よく見られている商品";
}
.fp-products-lineup__recommend .fs-p-heading--lv2::before {
  content: "おすすめ商品";
}
.fp-products-lineup__history .fs-p-heading--lv2::before {
  content: "最近見た商品";
}

/*
 * おすすめ商品（8商品表示・FSパーツ）
------------------------------------------------*/
.fp-products-recommend {
  margin-bottom: 50px;
}
.fp-products-recommend .fs-p-heading--lv2 {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  font-size: 0;
  color: inherit;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(20px, 5.33vw, 35px);
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 960.02px) {
  .fp-products-recommend__lineup {
    padding: 0 80px;
  }
}
.fp-products-recommend .fs-c-productListCarousel__list__itemTrack.js--unslicked {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600.02px) {
  .fp-products-recommend .fs-c-productListCarousel__list__itemTrack.js--unslicked {
    grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
  }
}
@media screen and (min-width: 960.02px) {
  .fp-products-recommend .fs-c-productListCarousel__list__itemTrack.js--unslicked {
    grid-gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.fp-products-recommend .fs-c-productListCarousel__list__item {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}
.fp-products-recommend .fs-c-productListCarousel__list__item:nth-child(n+9) {
  display: none;
}
.fp-products-recommend .fs-c-productListItem__image__image {
  height: auto;
  aspect-ratio: 1;
}
.fp-products-recommend .fs-c-productName__name {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(16px, 4.27vw, 20px);
  margin: 0 0 0.5em;
}
.fp-products-recommend .fs-c-productMarks {
  display: none;
}

/*
 * よく見られている商品（FSパーツ）
------------------------------------------------*/
.fp-products-popular {
  margin-bottom: 50px;
}
.fp-products-popular .fs-p-heading--lv2 {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  font-size: 0;
  color: inherit;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(20px, 5.33vw, 35px);
  font-weight: normal;
  text-align: center;
}
.fp-products-popular .fs-c-productMarks {
  display: none;
}
@media screen and (min-width: 960.02px) {
  .fp-products-popular__lineup {
    padding: 0 80px;
  }
}

/*
 * 商品を探す
------------------------------------------------*/
.fp-products-search {
  display: block;
  width: 100%;
  margin: 0;
  padding: clamp(25px, 6.67vw, 70px) 0;
  color: #231815;
  background: rgba(216, 194, 169, 0.4);
}
@media screen and (min-width: 960.02px) {
  .fp-products-search {
    margin-bottom: 40px;
  }
}
.fp-products-search__title {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(20px, 5.33vw, 35px);
  font-weight: normal;
  text-align: center;
}
.fp-products-search__body {
  display: block;
  width: 100%;
}
.fp-products-search__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px 90px;
}
@media screen and (min-width: 960.02px) {
  .fp-products-search__layout {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  }
}
.fp-products-nav {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fp-products-nav a {
  color: inherit !important;
  text-decoration: none !important;
}
.fp-products-nav__head {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  color: #b8987b;
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 500;
}
.fp-products-nav__head::before {
  content: "";
  width: 1.17em;
  height: 1.17em;
  flex-shrink: 0;
  margin: 0 0.25em 0 0;
  background-image: url(https://lylwith.itembox.design/item/assets/images/products/ico_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fp-products-nav__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*
 * 困りごとから探す
------------------------------------------------*/
.fp-products-trouble {
  display: block;
  width: 100%;
}

.fp-pd-category {
  display: block;
  width: 100%;
}
.fp-pd-category__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 5px;
}
.fp-pd-category__list__item {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960.02px) {
  .fp-pd-category__list {
    grid-gap: 20px 25px;
  }
}

.fp-pd-trouble {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 20px;
  color: #231815;
  background: #ffffff;
  border: 1px solid #e0d1c0;
  border-radius: 5px;
  overflow: hidden;
}
.fp-pd-trouble__head {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (min-width: 960.02px) {
  .fp-pd-trouble__head {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.fp-pd-trouble__body {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #e0d1c0;
  padding: 20px 0 0;
}
.fp-pd-trouble__image {
  display: block;
  width: clamp(25px, 6.67vw, 50px);
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fp-pd-trouble__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 960.02px) {
  .fp-pd-trouble__image {
    margin: 15px auto;
  }
}
.fp-pd-trouble__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 960.02px) {
  .fp-pd-trouble__title {
    text-align: center;
  }
}
.fp-pd-trouble__title__text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fp-pd-trouble__title__text::after {
  content: "のお悩み";
}
.fp-pd-trouble__title__text em {
  display: block;
  font-size: clamp(18px, 4.8vw, 20px);
  font-weight: bold;
  font-style: normal;
  flex: 0 0 auto;
  max-width: 100%;
}
.fp-pd-trouble__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75em;
}
.fp-pd-trouble__list__item {
  display: block;
  width: auto;
  margin: 0 0 15px;
  padding: 0 0.75em;
  flex: 0 0 auto;
  max-width: 100%;
}

.fp-pd-trouble.has-children .fp-pd-trouble__head {
  cursor: pointer;
  transition: opacity 0.25s;
}
.fp-pd-trouble.has-children .fp-pd-trouble__head:hover {
  opacity: 0.8;
}
.fp-pd-trouble.has-children .fp-pd-trouble__title {
  position: relative;
  padding-right: 27px;
}
.fp-pd-trouble.has-children .fp-pd-trouble__title::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  background-color: #f7f3ee;
  background-image: linear-gradient(#b8987b 0%, #b8987b 100%), linear-gradient(#b8987b 0%, #b8987b 100%);
  background-repeat: no-repeat;
  background-size: 55.56% 1px, 1px 55.56%;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 960.02px) {
  .fp-pd-trouble.has-children .fp-pd-trouble__title {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.fp-pd-trouble.has-children .fp-pd-trouble__body {
  display: none;
}
.fp-pd-trouble.has-children.js--opened .fp-pd-trouble__head .fp-pd-trouble__title::after {
  background-size: 55.56% 1px, 1px 0%;
}
.fp-pd-trouble.has-children.js--opened .fp-pd-trouble__body {
  display: block;
}

.fp-pd-trouble-link {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.fp-pd-trouble-link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
  width: 0.3em;
  height: 0.3em;
  border-color: #b8987b;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

/*
 * 商品カテゴリから探す
------------------------------------------------*/
.fp-products-nav .fs-pt-list {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px 5px;
}
@media screen and (min-width: 960.02px) {
  .fp-products-nav .fs-pt-list {
    grid-gap: 10px 25px;
  }
}
.fp-products-nav .fs-pt-list__item {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fp-products-nav .fs-pt-list__link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 5px 15px 10px;
  font-size: clamp(15px, 4vw, 18px);
  background: #ffffff;
  border: 1px solid #e0d1c0;
  border-radius: 5px;
  overflow: hidden;
}
.fp-products-nav .fs-pt-list__link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.25em;
  width: 0.3em;
  height: 0.3em;
  border-color: #b8987b;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.fp-products-nav .fs-pt-list__link > span {
  display: block;
  flex-grow: 1;
  flex-basis: 0;
}
.fp-products-nav .fs-pt-list__link > img {
  display: none;
}
@media screen and (min-width: 960.02px) {
  .fp-products-nav .fs-pt-list__link {
    padding: 15px calc(20px + 2em) 15px 20px;
    position: relative;
  }
  .fp-products-nav .fs-pt-list__link::before {
    margin-right: 0.5em;
  }
  .fp-products-nav .fs-pt-list__link > img {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    bottom: 0;
    z-index: 2;
    margin: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
