@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500&family=Roboto:wght@100;300;400;500;700&display=swap");

.u-tb-sp-only {
  display: none !important;
}

.u-sp-only {
  display: none !important;
}

.p-products_head-title {
  margin-top: 130px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #0078c8;
  letter-spacing: 0.18em;
  line-height: 2;
}
.p-products_head-text {
  margin-top: 45px;
  padding-left: 33px;
}

.l-products-new {
  margin: 120px auto 0;
  padding: 115px 0 60px;
  background: url(../images/common/bg_pattern.svg);
}
.l-products-new h2 {
  position: relative;
  margin: auto;
  max-width: 980px;
}
.l-products-new h2 img {
  position: absolute;
  top: -130px;
  left: 0;
}
.l-products-new__slider {
  overflow: hidden;
}

.js-productsSlider {
  margin: auto;
  max-width: 890px;
  position: relative;
}
.js-productsSlider .swiper-slide {
  width: 270px;
  transition: opacity 0.3s;
  padding-bottom: 17px;
  z-index: 1;
  background: url("../images/common/box_corner_left_bottom.svg") left bottom/18px 18px no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/18px 18px no-repeat;
}
.js-productsSlider .swiper-slide::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.js-productsSlider .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
  opacity: 0;
}
.js-productsSlider .swiper-slide a {
  position: relative;
  display: block;
}
.js-productsSlider .swiper-slide .slide-img svg {
  display: block;
}
.js-productsSlider .swiper-slide .slide-content {
  padding: 17px 30px 5px;
  background: #fff;
}
.js-productsSlider .swiper-slide .slide-content-cat {
  color: #c3b4a5;
}
.js-productsSlider .swiper-slide .slide-content-item {
  line-height: 1.5;
}
.js-productsSlider .swiper-slide .slide-content .notes {
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
  border: 1px solid;
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  color: #e10000;
}

.swiper-button-prev {
  width: auto !important;
  height: auto !important;
  top: 160px !important;
  left: -30px !important;
}
.swiper-button-prev::after {
  content: "" !important;
  width: 20px;
  height: 20px;
  border-top: solid 1px #3c1e0f;
  border-right: solid 1px #3c1e0f;
  transform: rotate(-135deg);
}

.swiper-button-next {
  width: auto !important;
  height: auto !important;
  top: 160px !important;
  right: -30px !important;
}
.swiper-button-next::after {
  content: "" !important;
  width: 20px;
  height: 20px;
  border-top: solid 1px #3c1e0f;
  border-right: solid 1px #3c1e0f;
  transform: rotate(45deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-pagination,
.modal-pagination {
  margin-top: 40px;
  position: relative !important;
  bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet,
.modal-pagination .swiper-pagination-bullet {
  margin: 0 9px !important;
  width: 9px;
  height: 9px;
  background: none;
  border: 1px solid #3c1e0f;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active,
.modal-pagination .swiper-pagination-bullet-active {
  background: #3c1e0f;
}

.l-products-cat {
  margin: 120px auto 0;
  max-width: 980px;
}
.l-products-cat__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.l-products-cat__list li {
  margin-bottom: 58px;
  width: 460px;
}
.l-products-cat__list li > a img {
  display: block;
}

.products-cat__item {
  margin-top: 30px;
  position: relative;
  padding-left: 1em;
  border-left: 3px solid;
  color: #3c1e0f;
  font-weight: 400;
}
.products-cat__item a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-cat__item a img {
  display: block;
}
.products-cat_name {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.18em;
  line-height: 1;
}
.products-cat_en {
  margin-top: 10px;
  line-height: 1;
}

.remodal {
  padding: 0 !important;
  max-width: 900px !important;
}

.js-modalSlider {
  width: 520px;
  height: 400px;
  overflow-x: clip;
  flex-shrink: 0;
}
.js-modalSlider .swiper-slide {
  overflow: hidden;
}
.js-modalSlider .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: auto;
}
.js-modalSlider .modal-pagination {
  margin-top: 25px;
}
.js-modalSlider .modal-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.js-modalSlider .modal-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.product-modal {
  display: flex;
}

.products_detail {
  padding: 35px 30px;
  text-align: left;
  color: #695a4b;
}

.products_cat {
  font-size: 14px;
  color: #c3b4a5;
}
.products_cat--child {
  font-size: 12px;
  color: #c3b4a5;
}

.products_name {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 500;
}
.products_name .notes {
  margin: 0.5em 0 0;
  padding: 0.3em 0.5em;
  border: 1px solid;
  display: inline-block;
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #e10000;
}

.products_content {
  font-size: 14px;
}

.c-close {
  position: absolute;
  top: -50px;
  right: 0;
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  .p-products_head-title {
    margin-top: 8.59375vw;
    font-size: 5vw;
  }
  .p-products_head-text {
    margin-top: 8.59375vw;
    padding-left: 4.21875vw;
  }
  .l-products-new {
    margin: 17.1875vw auto 0;
    padding: 14.0625vw 0 9.375vw;
  }
  .l-products-new h2 {
    margin: 0 4.21875vw;
  }
  .l-products-new h2 img {
    top: -23.4375vw;
    width: 25.625vw;
  }
  .js-productsSlider {
    max-width: 270px;
  }
  .js-productsSlider .swiper-slide a::after {
    position: absolute;
    right: 2.34375vw;
    bottom: 2.34375vw;
    content: "";
    width: 4.6875vw;
    height: 4.6875vw;
    background: url(../images/common/ico_slider_link.svg) center/100% no-repeat;
  }
  .swiper-pagination,
  .modal-pagination {
    margin-top: 9.375vw;
  }
  .l-products-cat {
    margin: 18.75vw auto 0;
    width: calc(100% - 9.375vw);
  }
  .l-products-cat__list li {
    margin-bottom: 17.1875vw;
    width: 100%;
  }
  .products-cat__item {
    margin-top: 4.6875vw;
  }
  .products-cat__item a img {
    width: 32.8125vw;
  }
  .products-cat_name {
    font-size: 5.625vw;
  }
  .products-cat_en {
    font-size: 3.75vw;
  }
  .js-modalSlider {
    width: 100%;
    height: 66vw;
  }
  .js-modalSlider .modal-pagination {
    margin-top: -25px;
    z-index: 1;
  }
  .product-modal {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .products_detail {
    padding: 20px;
  }
  .products_cat--child {
    font-size: 10px;
  }
  .products_name {
    margin-bottom: 0.7em;
    line-height: 1.5;
  }
  .products_content {
    font-size: 12px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .u-tb-sp-only {
    display: block !important;
  }
  .p-products_head-title {
    margin-top: 10.8333333333vw;
    font-size: 18px;
  }
  .l-products-new {
    margin: 10vw auto 0;
    padding: 9.5833333333vw 0 5vw;
  }
  .l-products-new h2 {
    max-width: 85.3333333333vw;
  }
  .l-products-new h2 img {
    top: -10.8333333333vw;
    width: 13.6666666667vw;
  }
  .js-productsSlider {
    max-width: 580px;
  }
  .l-products-cat {
    margin: 10vw auto 0;
    max-width: 81.6666666667vw;
  }
  .l-products-cat__list li {
    margin-bottom: 4.8333333333vw;
    width: 38.3333333333vw;
  }
  .products-cat__item {
    margin-top: 2.5vw;
  }
  .products-cat_name {
    font-size: 2vw;
  }
  .products-cat_en {
    margin-top: 0.8333333333vw;
  }
  .remodal {
    max-width: 81.6666666667vw !important;
  }
  .js-modalSlider {
    width: 43.3333333333vw;
    height: 33.3333333333vw;
  }
  .products_detail {
    padding: 2.9166666667vw 2.5vw;
  }
}
/*# sourceMappingURL=sourcemaps/products.css.map */
