

.sns-follow {
  position: relative;
  width: 100%;
  max-width: min(92vw, 375px);
  margin: 35px auto 48px;
  padding: 22.5px 0 5px;
  box-sizing: border-box;
  color: #452f24;
}

.sns-follow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 75%;
  height: 1px;
  background: #e8e0da;
  transform: translateX(-50%);
}

.sns-follow__label {
  margin: 0 0 5px;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #5c4033;
  text-align: center;
}

.sns-follow__lead {
  margin: 0 0 20px;
  padding: 0 12.5px;
  color: #5c4033;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.sns-follow__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns-follow__item {
  margin: 0;
  padding: 0;
}

.sns-follow__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.sns-follow__icon {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  overflow: visible;
  background: transparent;
  line-height: 0;
}

.sns-follow__icon img.sns-follow__avatar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
}

.sns-follow__badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 17.5px;
  height: 17.5px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
  background: transparent;
  line-height: 0;
}

.sns-follow__badge img,
.sns-follow__badge svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sns-follow__badge--x {
  border-radius: 11%;
}

.sns-follow__badge--instagram {
  border-radius: 0;
  overflow: visible;
}

@media (min-width: 768px) {
  .sns-follow {
    max-width: min(90vw, 680px);
    margin: 37.5px auto 64px;
    padding: 25px 0 7.5px;
  }

  .sns-follow__label {
    margin-bottom: 7.5px;
    font-size: 20px;
  }

  .sns-follow__lead {
    margin: 0 0 22.5px;
    font-size: 15px;
  }

  .sns-follow__list {
    gap: 50px;
    margin-top: 0;
  }

  .sns-follow__icon {
    width: 100px;
    height: 100px;
  }

  .sns-follow__badge {
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
  }

  .sns-follow__badge--instagram {
    border-radius: 0;
  }
}
