#block-sns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sns-links {
  position: absolute;
  right: 366px;
  top: 40px;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #block-sns {
    position: relative;
    top: 0;
    left: 0;
  }
  .sns-links {
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
  }
  .sns-links img {
    width: 40px;
    height: 40px;
  }
}