/* オフキャンバスSNSアイコンの統一サイズ */
.offCanvas__social-icon img {
  width: 40px;     /* 横幅 */
  height: 40px;    /* 高さ */
  object-fit: contain; /* 比率を保って枠内に収める */
  display: inline-block;
}