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

25-04-10 商品詳細　SNAP　
この商品のコーディネート

------------------------------------*/
.fs-body-product .snap-section .snap-section_ttl {
  margin-bottom: 50px;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 991px) {
  .fs-body-product .snap-section .snap-section_ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.fs-body-product .snap-section .list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .fs-body-product .snap-section .list {
    gap: inherit;
    justify-content: space-between;
  }
}
.fs-body-product .snap-section .list .item-snap {
  width: 276px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .fs-body-product .snap-section .list .item-snap {
    width: 46%;
    margin-bottom: 20px;
  }
}
.fs-body-product .snap-section .list .item-snap .image {
  margin-bottom: 10px;
}/*# sourceMappingURL=product.css.map */