.store-product {
  background-color: #9c9c9c;
  position: relative;
}
.store-product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  z-index: 1;
}
.collection-ttl {
  position: relative;
  z-index: 2;
  font-family: Garamond;
  text-align: center;
  font-size: 3.6rem;
  margin-top: 7rem;
}
.store-product--all {
  margin-top: 12rem;
  background-color: #fff;
}
.store-product__container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 1rem 2rem;
}
.collection-ttl {
  font-family: Garamond;
  text-align: center;
  font-size: 3.6rem;
}
.collection-title-all,
.collection-title {
  font-family: YuMincho, Yu Mincho, serif;
}
.collection-description {
  font-family: YuMincho, Yu Mincho, serif;
  font-size: 1.2rem;
}
.collection-products {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  padding: unset;
  align-content: flex-start;
  padding: 0 4rem;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .collection-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .collection-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .collection-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.store-product__btn {
  text-align: center;
  padding-bottom: 8rem;
  margin-top: 4rem;
}
.store-product__btn a {
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  padding: 1rem 2rem;
}
.store-product__btn a:hover {
  background-color: #000;
  color: #fff;
}
.product-image__link {
  position: relative;
  display: grid;
  text-decoration: none;
}
.product-title {
  display: none;
  position: absolute;
  color: #121212;
  font-family: YuMincho, Yu Mincho, serif;
  font-size: 1.8rem;
  justify-self: center;
  align-self: center;
}
.product-image__link:hover .product-title {
  display: block;
  transition: 0.3s;
}
.product-image__link + .product-image {
  filter: blur(0px);
  transition: 0.3s;
}
.product-image__link:hover .product-image {
  filter: blur(3px);
  transition: 0.3s;
}

.product-image:hover:before {
  opacity: 0.4;
}
.product-title:hover .product-image:before {
  opacity: 0.4;
}
.collection-product-item {
  list-style: none;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  height: 100%;
}
.product-image {
  width: 100%;
  height: 100%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.product-image img {
  display: block;
  font-family: "object-fit: contain;";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.product-title {
  font-family: YuMincho, Yu Mincho, serif;
}
.product-title-en {
  font-family: YuMincho, Yu Mincho, serif;
  color: #121212;
  margin: auto;
  text-align: center;
}
.product-title-2 {
  text-align: center;
  margin: 0;
  color: #000;
}
.product-price {
  font-family: YuMincho, Yu Mincho, serif;
  color: #121212;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .store-product {
    margin: 0 2rem 0 24rem;
    padding-top: 2rem;
  }
  .store-product-all {
    margin-left: 20rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .store-product {
    padding-top: 0.5rem !important;
    background-color: #9c9c9c;
  }
}
/*# sourceMappingURL=/cdn/shop/t/9/assets/store-product.css.map?v=29692388699841380631758199229 */
