.product-social-list {
  display: flex;
  gap: 10px;
}
/* 商品詳細ページのメイン画像を拡大 */
.product__image-main .image-main {
  width: 36%;
  height: auto;
  max-width: none;
  display: block;
  margin: 0 auto;
}