@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/*=======================================================================

商品ページ
products

========================================================================*/
.page-products .lower-header__bottom {
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .page-products .lower-header__bottom {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-products .lower-header__bottom {
    top: 76px;
  }
}
.page-products .scroll_01,
.page-products .scroll_02 {
  width: 230px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 70px;
}
.page-products .scroll_01 {
  margin-left: -670px;
}
.page-products .scroll_02 {
  margin-left: 630px;
  top: 60px;
}
.page-products article {
  background-color: #fff;
}
.page-products .products-header:before {
  z-index: 2;
}
.page-products .products-header .products-header__title {
  z-index: 5;
}
.page-products .products-header {
  margin-top: 160px;
  margin-top: 16vw;
  padding-top: 100px;
  padding-top: 10vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-products .products-header {
    margin-top: 120px;
    padding-top: 80px;
  }
}
.page-products .products-header .products-header__title {
  position: relative;
  color: #1e2e87;
  font-size: 69px;
  font-size: 6.9vw;
  line-height: 1.4;
  margin-inline: auto;
  margin-bottom: 70px;
  margin-bottom: 7vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-products .products-header .products-header__title {
    width: 800px;
    font-size: 5.2rem;
    margin-bottom: 80px;
    letter-spacing: 0;
  }
}
.products-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-content:before, .products-content:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 70px;
    width: 350px;
    height: 100%;
    background-repeat: repeat-y;
    background-position: top center;
  }
  .products-content:before {
    right: calc(50% + 570px);
    background-image: url(../../images/lower/bg-illust01.jpg);
  }
  .products-content:after {
    left: calc(50% + 570px);
    background-image: url(../../images/lower/bg-illust02.jpg);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .products-content .c-wrap {
    max-width: 90vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .products-content:before, .products-content:after {
    content: none;
  }
}

.c-product .dots-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: -29px;
}

.dots-wrap li {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #008dda;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}/*# sourceMappingURL=page-products.css.map */