html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}
li {
  list-style: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
:root {
  --margin: 10px;
  --color-black: #30302e;
  --color-grey: #f2f2f2;
  --color-green: #06c755;
  --wf-jost: "Jost", sans-serif;
  --wf-noto: "Noto Sans JP", sans-serif;
  --wf-oswald: "Oswald", sans-serif;
  --wf-yugo: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --z-base: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-black);
}
body.preload * {
  transition: none !important;
}
a {
  color: inherit;
}
button {
  color: inherit;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.menu-opened {
  min-height: 101lvh !important;
}
@media (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only--sp {
    display: none !important;
  }
}
.comp {
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  pointer-events: none;
}
.comp picture {
  display: block;
  width: 100%;
}
[data-scroll="fade-in"] {
  filter: blur(30px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s linear, filter 0.6s ease-out;
}
[data-scroll="fade-in"].active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px), print {
  .only--sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}
.c-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  transition: opacity 0.8s ease-in;
}
.c-heading::before {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--color-black);
}
.c-heading span {
  font-family: var(--wf-jost);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-heading {
    gap: 2.13vw;
  }
  .c-heading::before {
    width: 8.53vw;
    height: 1px;
  }
  .c-heading span {
    font-size: 3.2vw;
  }
  .c-heading.active {
    opacity: 1;
  }
}
@media screen and (min-width: 768px), print {
  .c-heading span {
    font-size: 14px;
  }
}
.c-title {
  transition: opacity 0.8s ease-in;
}
.c-view {
  display: block;
  padding: 9px 30px 11px 16px;
  background-color: var(--color-black);
  border-radius: 2px;
  text-align: center;
}
.c-view span {
  position: relative;
  padding: 0 15px 0 0;
  color: #fff;
  font-family: var(--wf-jost);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.c-view span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 8px;
  height: 19px;
  background: url("../image/arrow01.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-view {
    padding: 2.13vw 8vw 2.93vw 4.27vw;
    border-radius: 0.53vw;
  }
  .c-view span {
    padding: 0 3.47vw 0 0;
    font-size: 3.73vw;
  }
  .c-view span::after {
    width: 1.87vw;
    height: 4vw;
  }
}
.c-language {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #e3e3e3;
  border-radius: 2px;
  overflow: hidden;
}
.c-language__text {
  display: inline-block;
  width: 29px;
  text-align: center;
  color: #fff;
  font-family: var(--wf-jost);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.c-language__text.active {
  background-color: var(--color-black);
}
.c-border-text {
  color: rgba(0, 0, 0, 0);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .c-border-text {
    font-size: 48px;
    -webkit-text-stroke: 1px var(--color-black);
  }
}
@media (max-width: 767px) {
  .c-border-text {
    font-size: 8.53vw;
    -webkit-text-stroke: 0.13vw var(--color-black);
  }
}
.c-scale-image img {
  transform: scale(1.2);
  transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c-scale-image.active img {
  transform: none;
}
@media screen and (min-width: 768px), print {
  .c-circle-text {
    width: 154px;
  }
}
@media (max-width: 767px) {
  .c-circle-text {
    width: 37.33vw;
  }
}
.c-flow-text {
  width: 100vw;
  min-width: 100%;
  height: 119px;
  pointer-events: none;
  animation: loop 50s linear infinite;
  background: url(../image/flow_text_long.svg) repeat-x;
  background-size: 2159px 119px;
  overflow: visible;
}
.c-flow-text .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition-timing-function: linear;
}
.c-flow-text .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .c-flow-text {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .c-flow-text {
    width: 167.2vw;
    height: 25.87vw;
    background-image: url(../image/flow_text.svg);
    background-size: 167.2vw 25.87vw;
  }
}
@media screen and (min-width: 768px), print {
  @keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2159px 0;
    }
  }
}
@media (max-width: 767px) {
  @keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -167.2vw 0;
    }
  }
}
.c-split-text span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.c-split-text.active span {
  opacity: 1;
  transform: none;
}
.c-shop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-shop__image {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
.c-shop__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-black);
  opacity: 0.7;
  transition: opacity 0.6s ease-out;
}
.c-shop__info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 196px;
}
.c-shop__info img {
  filter: invert(100%);
}
.c-shop__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 32px;
  margin: 24px auto 0;
  border: 1px solid #fff;
  border-radius: 2px;
}
.c-shop__more span {
  position: relative;
  padding: 0 25px 0 0;
  color: #fff;
  font-family: var(--wf-jost);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
.c-shop__more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 17px;
  height: 8px;
  background: url("../image/shop_arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .c-shop__info {
    padding-top: 8px;
  }
  a:hover .c-shop__image::after {
    opacity: 0.3;
  }
  a:hover .c-shop__image img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .c-shop__image {
    position: relative;
    z-index: 1;
    border-radius: 1.07vw;
  }
  .c-shop__info {
    width: 38.4vw;
    padding: 2.4vw 0 0;
  }
  .c-shop__more {
    width: 31.2vw;
    height: 8vw;
    margin: 4.53vw auto 0;
    border-radius: 0.53vw;
  }
  .c-shop__more span {
    padding: 0 6.67vw 0 0;
    font-size: 3.2vw;
  }
  .c-shop__more span::after {
    width: 4.53vw;
    height: 2.13vw;
  }
}
.c-coming {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #989898;
  border-radius: 4px;
}
.c-coming span {
  color: #989898;
  font-family: var(--wf-jost);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-coming {
    border-radius: 1.07vw;
  }
  .c-coming span {
    font-size: 5.33vw;
  }
}
.c-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 48px;
  background-color: #06c755;
  border-radius: 4px;
  transition: opacity 0.8s ease-out;
}
.c-line[data-scroll] {
  opacity: 0;
}
.c-line[data-scroll].active {
  opacity: 1;
}
.c-line span {
  position: relative;
  display: block;
  padding: 0 0 0 48px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.c-line span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  background-image: url("../image/nav_line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .c-line:hover,
  .c-line.active:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .c-line {
    padding: 7.47vw 12.8vw;
  }
  .c-line span {
    padding: 0 0 0 10.93vw;
    font-size: 5.33vw;
  }
  .c-line span::before {
    width: 7.73vw;
    height: 7.73vw;
  }
}
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  background: url("../image/background_image@2x.jpg") repeat;
  background-position: center top;
  background-size: 540px 206px;
  overflow: hidden;
  font-family: var(--wf-noto);
}
.wrapper.is-open {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px), print {
  .wrapper {
    min-width: 1300px;
  }
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 52px 0 40px;
}
.header__heading {
  transition: opacity 0.8s ease-out;
}
.header__heading:hover {
  opacity: 0.5;
}
.header__heading img {
  width: 160px;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
.header__menu-item {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: opacity 0.8s ease-out;
}
.header__menu-item:hover {
  opacity: 0.5;
}
.header__menu-item--current {
  opacity: 0.5;
  pointer-events: none;
}
.header__sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
.header__sns-item {
  flex: 0 0 20px;
  transition: opacity 0.8s ease-out;
}
.header__sns-item:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 20px 20px 0;
  }
  .header__heading img {
    width: 96px;
  }
  .header__block {
    gap: 20px;
  }
  .header__menu {
    gap: 20px;
  }
  .header__menu-item {
    font-size: 12px;
  }
  .header__sns {
    gap: 20px;
  }
  .header__sns-item {
    flex: 0 0 20px;
  }
}
.main {
  flex: 1;
}
.nav {
  position: fixed;
  z-index: 10;
  right: 0;
  background-color: #989898;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.nav__line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #30302e;
}
.nav__line span {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .nav {
    top: 24px;
    width: 138px;
  }
  .nav__block {
    padding: 32px 0 33px 24px;
  }
  .nav__list {
    position: relative;
    margin: 38px 0 0;
  }
  .nav__list::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    transform: translate(0, -50%);
    width: 16px;
    height: 1px;
    background-color: #b5b5b5;
  }
  .nav__item {
    color: #fff;
    font-family: var(--wf-jost);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 26px;
    transition: opacity 0.4s ease-out;
  }
  .nav__item.active {
    opacity: 0.6;
  }
  .nav__sns {
    margin: 13px 0 0;
  }
  .nav__sns-item {
    display: block;
    width: 14px;
  }
  .nav__line {
    gap: 3px;
    padding: 14px 4px 13px;
  }
  .nav__line img {
    flex: 0 0 16px;
    width: 16px;
  }
  .nav__line span {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .nav {
    top: 0;
    width: 12.8vw;
  }
  .nav__heading,
  .nav__list,
  .nav__sns {
    display: none;
  }
  .nav__line {
    flex-wrap: wrap;
    gap: 2.13vw;
    padding: 3.73vw 3.2vw 3.2vw;
  }
  .nav__line span {
    order: 2;
    text-align: center;
    font-size: 3.73vw;
    line-height: 4.27vw;
  }
  .nav__line span span {
    display: none;
  }
  .nav__line img {
    order: 1;
    flex: 0 0 4.27vw;
    width: 4.27vw;
  }
}
.footer {
  margin: 76px 0 0;
}
.footer__flow {
  margin: 4px 0 0;
}
.footer__inner {
  position: relative;
  z-index: 1;
  padding: 64px 0 17px;
  background-color: var(--color-black);
}
.footer__logo {
  width: 196px;
  margin: 0 auto;
}
.footer__copy {
  margin: 66px 0 0;
  text-align: center;
  color: #fff;
  font-family: var(--wf-jost);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .footer {
    margin: 24vw 0 0;
  }
  .footer__flow {
    margin: 0 0 -7.47vw;
  }
  .footer__inner {
    padding: 10.67vw 0 3.47vw;
  }
  .footer__logo {
    width: 42.67vw;
  }
  .footer__instagram {
    display: block;
    width: 3.73vw;
    margin: 42px auto 0;
  }
  .footer__copy {
    margin: 2.13vw 0 0;
    font-size: 2.67vw;
  }
}
.cta__inner {
  padding: 0 20px;
}
.cta__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .cta__inner {
    padding: 5.33vw;
  }
  .cta__list {
    display: grid;
    gap: 6.4vw;
    grid-template-columns: 1fr;
  }
  .cta__list-item .c-line {
    padding: 26px 0 28px;
  }
  .cta__list-item .c-line span {
    padding: 0 0 0 10.67vw;
    font-size: 4.8vw;
  }
  .cta__list-item .c-line span::before {
    width: 7.47vw;
    height: 7.47vw;
  }
}
@media screen and (min-width: 768px), print {
  .cta {
    margin: 105px 0 0;
  }
  .cta__list {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 1133px;
    margin: 0 auto;
  }
  .cta__list-item .c-line {
    padding: 28px 0;
  }
  .cta__list-item .c-line span {
    padding: 0 0 0 36px;
    font-size: 18px;
  }
  .cta__list-item .c-line span::before {
    width: 27px;
    height: 27px;
  }
}
.p-page-firstview {
  padding: 151px 0 0;
}
.p-page-firstview__inner {
  padding: 0 48px;
}
.p-page-firstview__heading {
  text-align: center;
}
.p-page-firstview__heading span,
.p-page-firstview__heading small {
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.p-page-firstview__heading span.active,
.p-page-firstview__heading small.active {
  opacity: 1;
}
.p-page-firstview__heading span {
  font-family: var(--wf-jost);
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 92px;
}
.p-page-firstview__heading small {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 24px;
}
.p-page-firstview__image {
  position: relative;
  height: calc(100vh - 45px);
  margin: 64px 0 0;
}
.p-page-firstview__image-main {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.p-page-firstview__image-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-page-firstview__image-circle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: opacity 0.6s ease-in;
  animation: circle-image-5050 60s linear infinite;
}
.p-page-firstview__image-circle.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-page-firstview {
    padding: 32vw 0 0;
  }
  .p-page-firstview__inner {
    padding: 0 5.33vw;
  }
  .p-page-firstview__heading span {
    font-size: 12.8vw;
    line-height: 18.4vw;
  }
  .p-page-firstview__heading small {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .p-page-firstview__image {
    height: 55.2vw;
    margin: 8.53vw 0 0;
  }
  .p-page-firstview__image-main {
    margin: 0 -5.33vw;
    border-radius: 2.13vw;
  }
}
@keyframes circle-image-5050 {
  0% {
    transform: translate(-50%, 50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 50%) rotate(360deg);
  }
}
.sns {
  padding: 0 5.33vw;
}
.sns__title {
  position: relative;
  padding: 0 0 0 3.2vw;
  color: #30302e;
  font-family: var(--wf-jost);
  font-size: 4.27vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
.sns__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.53vw;
  height: 6.13vw;
  background-color: #30302e;
  border-radius: 26.67vw;
}
.sns__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.27vw;
  margin: 4.27vw 0 0;
}
.sns__block + .sns__block {
  margin: 8.53vw 0 0;
}
@media screen and (min-width: 768px), print {
  .sns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    width: 1088px;
    padding: 0;
    margin: 105px auto 0;
  }
  .sns__title {
    padding: 0 0 0 12px;
    font-size: 16px;
  }
  .sns__title::before {
    width: 2px;
    height: 23px;
    border-radius: 100px;
  }
  .sns__list {
    gap: 16px;
    margin: 20px 0 0;
  }
  .sns__list-item {
    transition: opacity 0.4s ease-out;
  }
  .sns__list-item:hover {
    opacity: 0.6;
  }
  .sns__block + .sns__block {
    margin: 0;
  }
}
