@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
.page__title {
  background-color: #FFFAF1;
}

@media (max-width: 767px) {
  .mail__wrap {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .page__title {
    align-items: flex-start;
    padding-top: 42px;
  }
  .mail__wrap {
    margin-top: 166px;
  }
}

/* -----------------------------------------------
lead__wrap
----------------------------------------------- */
.lead__wrap .text {
  text-align: center;
}
.lead__wrap .text h2 {
  color: #B49266;
  font-weight: bold;
}

@media (max-width: 767px) {
  .lead__wrap {
    margin-top: 20px;
  }
  .lead__wrap .text {
    margin-top: 34px;
  }
  .lead__wrap .text h2 {
    font-size: 22px;
    line-height: 1.81;
    letter-spacing: 0;
  }
  .lead__wrap .text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 21px;
  }
}

@media (min-width: 768px) {
  .lead__wrap {
    margin-top: -148px;
    position: relative;
    z-index: 1;
  }
  .lead__wrap .img {
    max-width: 800px;
    margin-inline: auto;
  }
  .lead__wrap .text {
    margin-top: 72px;
  }
  .lead__wrap .text h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .lead__wrap .text p {
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.05em;
    margin-top: 43px;
  }
}

/* -----------------------------------------------
ranking__wrap
----------------------------------------------- */
.ranking__wrap {
  position: relative;
  z-index: 1;
}
.ranking__wrap::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #FFF9EC;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.ranking__content .fr3-productListStatic__responsive_4 {
  counter-reset: number 0;
}
.ranking__content .fr3-productListStatic__responsive_4 article {
  position: relative;
}
.ranking__content .fr3-productListStatic__responsive_4 article::before {
  counter-increment: number 1;
  content: counter(number);
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(1):before {
  background-image: url(../img/common/icon_ranking_01.svg);
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(2):before {
  background-image: url(../img/common/icon_ranking_02.svg);
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(3):before {
  background-image: url(../img/common/icon_ranking_03.svg);
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(n + 4):before {
  background-image: url(../img/common/icon_ranking_04.svg);
}

@media (max-width: 767px) {
  .ranking__wrap {
    margin-top: 96px;
    padding: 61px 0 50px;
  }
  .ranking__content .fr3-productListStatic__responsive_4 article::before {
    background-size: 22px 16px;
    padding-left: 32px;
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .ranking__wrap {
    margin-top: 150px;
    padding: 50px 0 100px;
  }
  .ranking__content .fr3-productListStatic__responsive_4 article::before {
    background-size: 22px 16px;
    padding-left: 32px;
    font-size: 18px;
    margin-bottom: 8px;
  }
}

/* -----------------------------------------------
product__list__wrap
----------------------------------------------- */


@media (max-width: 767px) {
  .product__list__wrap {
    padding: 44px 0 44px;
  }
  .product__list__wrap + .product__list__wrap {
    margin-top: 13px;
  }
  .ranking__wrap + .product__list__wrap {
    margin-top: 55px;
  }
  .product__list__wrap .sec__heading h2 {
    font-size: 22px;
  }
  .product__list__wrap .sec__heading h2.font__oswald, .sec__heading h2 .font__oswald {
    font-size: 22px;
  }
  .product__list__content__wrap {
    margin-top: 52px;
  }
  .product__list__wrap .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 2.98%;
  }
  .product__list__wrap .link__btn__wrap {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .product__list__wrap {
    margin-top: 142px;
    padding: 54px 0 30px;
  }
  .product__list__wrap + .product__list__wrap {
    margin-top: 126px;
  }
  .product__list__content__wrap {
    width: min(calc(100% + 3.44vw), calc(1120px + 40px));
    margin-left: min(-1.72vw, 20px);
    margin-top: 42px;
    position: relative;
  }
  .product__list__wrap .fr3-productListStatic__responsive_4 {
    display: block;
  }
  .product__list__wrap .slick-slide {
    padding: min(1.72vw, 20px);
    width: min(calc(21.55vw + 3.44vw), calc(250px + 40px));
  }
  .product__list__wrap .fr3-item__link {
    gap: 13px!important;
  }
  .product__list__wrap .fr3-item__productPrice {
    margin-top: 0;
  }
  .fr3-item__productName {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }
  .fr3-item__productPrice__price {
    font-size: 16px!important;
  }
  .fr3-item__productPrice__addon {
    font-size: 16px!important;
  }
  .product__list__wrap .link__btn__wrap {
    margin-top: 34px;
  }

  /* slick */
  .fr3-productListCarousel__ButtonImage {
    display: none!important;
  }
  .product__list__wrap .fr3-productListCarousel__prevButton,
  .product__list__wrap .slick-prev {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 30px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    right: 100%;
    translate: 0 -50%;
    z-index: 1;
  }
  .product__list__wrap .fr3-productListCarousel__prevButton::before,
  .product__list__wrap .slick-prev::before {
    content: '';
    width: 25px;
    aspect-ratio: 1/1;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: -45deg;
  }
  .product__list__wrap .fr3-productListCarousel__nextButton,
  .product__list__wrap .slick-next {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 30px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 100%;
    translate: 0 -50%;
    z-index: 1;
  }
  .product__list__wrap .fr3-productListCarousel__nextButton::before,
  .product__list__wrap .slick-next::before {
    content: '';
    width: 25px;
    aspect-ratio: 1/1;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
  }
  .product__list__wrap .slick-disabled.slick-arrow::before {
    opacity: 0.3;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .product__list__wrap .slick-prev {
    left: 0;
    right: auto;
  }
  .product__list__wrap .slick-next {
    right: 0;
    left: auto;
  }
}