@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;600&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
}
.color-swatch{
  width:100px;
  height:100px;
  border-width:3px;
}
@media screen and (max-width: 640px) {
  .product-card__info .color-swatch{
  width:30px;
  height:30px;
  }
}