.sns_wrap {
  position: fixed;
  right: 0;
  top: 30vh;
}
.sns_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #b10006;
  border-radius: 10px 0 0 10px;
  background: white;
  transition: 0.6s all;
}
.sns_wrap .sns_img {
  width: 23px;
  height: 23px;
}
.sns_wrap .sns_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}