
.g-ms {               /* マウスの親要素 */
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(50vw, 50vh, 0);
    z-index: 9999;
    pointer-events: none;
    transition: all 0.3s ease-out;
}
.g-ms_i {             /* マウスの子要素 マウスストーカーの見た目調整 */
  /* width: 10px;
  height: 10px; */
  margin: -20px 0 0 -20px;
  /* border-radius: 30px;
  background: rgba(0,0,0,.05); */
}
#g-ms-Name{
  font-size: 12px;
}
#png{                 /* 表示画像のマージン */
  margin: -10px 0 0 -10px;
}