.product-item[data-v-3e1ff177] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: clamp(300px, 21.5277777778vw, 310px);
  height: 100%;
}
.product-item .image-wrap[data-v-3e1ff177] {
  width: 100%;
  aspect-ratio: 310/268;
  border-radius: 8px;
  overflow: hidden;
}
.product-item .image-wrap + .title[data-v-3e1ff177] {
  margin-top: 24px;
}
.product-item .title[data-v-3e1ff177] {
  font-size: var(--sub-h3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
  letter-spacing: 0.05em;
}
.product-item .title + .desc[data-v-3e1ff177] {
  margin-top: 12px;
}
.product-item .desc[data-v-3e1ff177] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  line-height: 2;
  white-space: pre-wrap;
  margin-bottom: auto;
}
.product-item .button-base[data-v-3e1ff177] {
  margin-top: 40px;
}