:root {
  --space-s: 8px;
  --space-parts: 16px;
  --space-group: 24px;
  --space-block: 48px;
  --space-section: 64px;
}
@media (min-width: 769px) {
  :root {
    --space-s: 16px;
    --space-parts: 24px;
    --space-group: 40px;
    --space-block: 64px;
    --space-section: 96px;
  }
}

.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

.c-shareBtns {
  display: flex;
}

.c-shareBtns.-gap {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}

.c-shareBtns.-end {
  justify-content: flex-end;
}

button.c-shareBtn-a {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-shareBtn-a {
  display: block;
  box-sizing: border-box;
  width: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-shareBtn-a::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-shareBtn-a::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-shareBtn-a.-twitter {
  border-radius: 50%;
  /* background-image: url("/shared/svg-0000-twitter-01.svg"); */
  background-image: url("/shared/btn-0000-follow-x-01.png");
}

.c-shareBtn-a.-line {
  border-radius: 50%;
  background-image: url("/shared/svg-0000-line-01.svg");
}

.c-shareBtn-a.-facebook {
  background-image: url("/shared/svg-0000-facebook-01.svg");
}
