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

	/index.html

--------------------------------------- */
/* ==========================================================================
  modules
========================================================================== */
/* background color */
.m-bgCol {
  background-color: #F2F2F2;
}

.m-bgCol2 {
  background-color: #282828;
}

/* texts */
.m-font-en {
  font-family: adobe-garamond-pro, serif;
}

.m-font-fjalla {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* display */
.m-pc {
  display: block;
}

.m-sp {
  display: none;
}

i.m-pc,
br.m-pc {
  display: inline-block;
}

i.m-sp,
br.m-sp {
  display: none;
}

/* anchor */
.m-anc {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -108px;
  left: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  /* display */
  .m-pc {
    display: none;
  }
  .m-sp {
    display: block;
  }
  i.m-pc,
  br.m-pc {
    display: none;
  }
  i.m-sp,
  br.m-sp {
    display: inline-block;
  }
  /* anchor */
  .m-anc {
    top: -72px;
  }
}
#products {
  color: #000;
}
#products .page-title {
  text-align: center;
  margin-bottom: 40px;
}
#products .page-title__title {
  font-size: 34px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  #products .products {
    padding-top: 100px;
  }
}
#products .products .products-main__img {
  margin-bottom: 40px;
}
#products .products .products-main__txt {
  font-size: 16px;
  margin-bottom: 80px;
  text-align: center;
}
#products .products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 中央揃えやサイズ調整に役立つ */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 要素を折り返す */
  max-width: 100%; /* スライド幅を親要素に合わせる */
}
@media (max-width: 767px) {
  #products .products__list {
    display: block;
    padding: 40px 5%;
  }
}
#products .products__item {
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #products .products__item {
    width: 100%;
  }
}
#products .products__img {
  margin-bottom: 10px;
}
#products .products__desc {
  font-size: clamp(10px, 0.9vw, 40px);
  margin-bottom: 10px;
}
#products .products .slide-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 888;
}
@media (max-width: 767px) {
  #products .products .slide-dots {
    bottom: -5px;
    text-align: center;
  }
  #products .products .slide-dots li {
    margin: 0 5px;
  }
  #products .products .slide-dots button::before {
    width: 7px;
    height: 7px;
  }
}
#products .products .banner-hazai__link {
  display: block;
  max-width: 90%;
  margin: 200px auto 200px;
  padding: 50px 50px;
  color: #fff;
  font-size: clamp(10px, 1.5vw, 24px);
  letter-spacing: 0.2em;
  text-align: center;
  background-image: url("../../img/products/btn_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #products .products .banner-hazai__link {
    margin: 40px auto;
  }
}