@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.sec-ttl {
  margin-bottom: 7rem;
  width: calc(550 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 6rem;
    width: calc(420 / 1200 * 100%);
  }
}

/* =====================================================================
    opening
======================================================================*/
.opening {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #292931;
  overflow: hidden;
  pointer-events: none;
  z-index: 99999;
}
.opening-text {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.opening-text img {
  width: 12vh;
}
.opening-text.is-appear {
  opacity: 1;
}
.opening-logo {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50vw;
  width: 250vh;
  height: 50vh;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
.opening-logo.is-appear {
  opacity: 1;
  animation: slideIn 2.8s linear 1s forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}
/* =====================================================================
*    mv
* =================================================================== */
.mv {
  width: 100%;
  padding-top: calc(236 / 750 * 100%);
  background-color: #292931;
}
@media screen and (min-width: 768px) {
  .mv {
    display: flex;
    align-items: center;
    padding-top: 0;
    z-index: 2;
  }
}
.mv-img {
  position: relative;
  width: 100%;
  margin-bottom: calc(157 / 750 * 100%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mv-img.is-appear {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv-img {
    width: 50%;
    margin-bottom: 0;
  }
}
.mv-img-catch {
  position: absolute;
  top: 0;
  left: 0;
}
.mv-img .group01 .mv-img-catch {
  margin: calc(649 / 750 * 100%) 0 0 calc(-18 / 750 * 100%);
  width: calc(352 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .mv-img .group01 .mv-img-catch {
    margin: 86.7708333333% 0 0 0;
    width: 47.7083333333%;
  }
}
.mv-img .group02 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}
.mv-img .group02 .mv-img-catch {
  margin: calc(695 / 750 * 100%) 0 0 calc(575 / 750 * 100%);
  width: calc(146 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .mv-img .group02 .mv-img-catch {
    margin: 51.5625% 0 0 11.6666666667%;
    width: 15.1041666667%;
  }
}
.mv h1 {
  position: absolute;
  top: 0;
  right: 0;
  margin: calc(266 / 750 * 100%) calc(39 / 750 * 100%) 0 0;
  width: calc(347 / 750 * 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mv h1.is-appear {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv h1 {
    position: relative;
    margin: 0;
    width: 50%;
  }
  .mv h1 img {
    margin: 0 auto;
    width: 48.3333333333%;
  }
}
.mv-hokusai {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(689 / 750 * 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 0.8s ease;
}
@media screen and (min-width: 768px) {
  .mv-hokusai {
    width: calc(1187 / 1920 * 100%);
  }
}
.mv-hokusai.is-appear {
  opacity: 1;
  transform: translateX(0);
}
.mv-hokusai-top {
  margin: calc(101 / 750 * 100%) 0 0 calc(30 / 750 * 100%);
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .mv-hokusai-top {
    margin: calc(80 / 1920 * 100%) 0 0 calc(671 / 1920 * 100%);
  }
  .mv-hokusai-top .group02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mv-hokusai-bottom {
  margin: calc(1203 / 750 * 100%) 0 0 calc(31 / 750 * 100%);
}
@media screen and (max-width: 767px) {
  .mv-hokusai-bottom {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .mv-hokusai-bottom {
    margin: calc(80 / 1920 * 100%) 0 0 calc(671 / 1920 * 100%);
  }
}
.mv-date {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.mv-date::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #96ffff;
  transition: width 0.5s ease 0.2s;
  z-index: -1;
}
.mv-date.is-appear {
  opacity: 1;
}
.mv-date.is-appear::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-date {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(920 / 1920 * 100%);
    width: calc(640 / 1920 * 100%);
  }
}
.mv-date img {
  margin: 0 auto;
  padding: calc(24 / 750 * 100%) 0;
  width: calc(696 / 750 * 100%);
}
.mv-venue {
  position: relative;
  padding: 4rem 0;
  padding-left: 3.1em;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv-venue {
    position: absolute;
    display: inline-flex;
    align-items: center;
    top: 0;
    right: 0;
    font-size: 3.6rem;
    margin-top: calc(1060 / 1920 * 100%);
    padding: 0.15em 0;
    padding-left: 2.1em;
  }
}
.mv-venue::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transition: width 0.5s ease 0.2s;
  z-index: -1;
}
.mv-venue::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0.5em;
  width: 2.2em;
  height: 1.5em;
  background: url(../images/common/img_logo_CREATIVEMUSEUMTOKYO.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .mv-venue::after {
    width: 1.2em;
    height: 1em;
  }
}
.mv-venue.is-appear {
  opacity: 1;
}
.mv-venue.is-appear::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-venue small {
    display: block;
    margin-left: -0.5em;
    font-size: 68%;
  }
}

/* =====================================================================
    news
======================================================================*/
.news {
  padding: 8rem 0;
}
.news .sec-ttl {
  margin-left: calc(-26 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .news .sec-ttl {
    margin-left: calc(-20 / 1200 * 100%);
    width: calc(310 / 1200 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.news-wrap-right {
  margin-left: calc(50 / 650 * 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-wrap-right {
    margin-left: 0;
    width: calc(840 / 1200 * 100%);
  }
}
.news-pickup {
  margin-bottom: 3rem;
  padding: 4rem calc(45 / 650 * 100%);
  font-size: 107%;
  background-color: #ffffff;
  border-top: 1rem solid #292931;
}
@media screen and (min-width: 768px) {
  .news-pickup {
    padding: 2.6rem 4.7619047619%;
    border-width: 0 0 0 1rem;
  }
}
.news-pickup p {
  color: #fb008c;
  line-height: 1.6;
}
.news-list {
  border-top: 1px solid #a4a09b;
  max-height: 26em;
  overflow-y: auto;
  --sb-track-color: #d2cdc8;
  --sb-thumb-color: $color-thirdly;
  --sb-size: 1.2rem;
}
.news-list::-webkit-scrollbar {
  width: var(--sb-size);
}
.news-list::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 0.8rem;
}
.news-list::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 0.8rem;
}
@supports not selector(::-webkit-scrollbar) {
  .news-list {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
@media screen and (min-width: 768px) {
  .news-list {
    max-height: 22em;
  }
}
.news-list li {
  padding: 3rem 0;
  border-bottom: 1px solid #a4a09b;
}
.news-list time {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.15em 0.5em;
  font-weight: 900;
  background-color: #96ffff;
}
@media screen and (min-width: 768px) {
  .news-list time {
    margin-bottom: 0;
  }
}
.news-list h3 {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news-list h3 {
    width: calc(100% - 8em);
    transition: color 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .news-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-list a:hover {
    opacity: 1;
  }
  .news-list a:hover h3 {
    color: #fb008c;
  }
}
.news-list a[tabindex="-1"] {
  pointer-events: none;
}
.news-list a:not([tabindex="-1"]) time {
  padding-right: 0.5em;
}
.news-list a:not([tabindex="-1"]) time::after {
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  width: 0.65em;
  height: 0.65em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.9"><polygon points="18 0 0 0 0 2 13.6 2 .8 14.8 2.2 16.3 16.5 2 18 2 18 3.4 3.7 17.7 5.1 19.2 18 6.3 18 19.9 20 19.9 20 2 20 0 18 0"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.9"><polygon points="18 0 0 0 0 2 13.6 2 .8 14.8 2.2 16.3 16.5 2 18 2 18 3.4 3.7 17.7 5.1 19.2 18 6.3 18 19.9 20 19.9 20 2 20 0 18 0"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}

/* =====================================================================
    flip
======================================================================*/
.flip {
  position: relative;
  padding: 12rem 0;
}
.flip-group {
  position: relative;
}
.flip-group .slick-list {
  overflow: visible;
}
.flip-group-item {
  position: relative;
  margin: 0 1.5rem;
  width: 26rem !important;
}
.flip-group-item > img {
  position: relative;
  z-index: 2;
  transition: transform 0.7s ease;
  backface-visibility: hidden;
}
.flip-group-item > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flip-group-item.is-change img:first-child {
    transform: rotateY(180deg);
  }
  .flip-group-item.is-change img:last-child {
    transform: rotateY(0);
  }
}
@media screen and (min-width: 768px) {
  .flip-group-item:hover img:first-child {
    transform: rotateY(180deg);
  }
  .flip-group-item:hover img:last-child {
    transform: rotateY(0);
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 18rem 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 14rem 0;
  }
}
.movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-bg > * {
  position: absolute;
  width: 258.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation-name: moveLeft;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
}
@media screen and (min-width: 768px) {
  .movie-bg > * {
    left: auto !important;
    right: 0;
    width: 100vw;
  }
}
.movie-bg-wave01 {
  top: 0;
  left: -45.3rem;
  height: 74.1rem;
  background-image: url(../images/common/bg_wave01.png);
  animation-duration: 4s;
}
@media screen and (min-width: 768px) {
  .movie-bg-wave01 {
    height: 55rem;
  }
}
.movie-bg-wave02 {
  top: 6.1rem;
  left: -45.3rem;
  height: 74.2rem;
  background-image: url(../images/common/bg_wave02.png);
  animation-duration: 8s;
  animation-delay: 2s;
}
@media screen and (min-width: 768px) {
  .movie-bg-wave02 {
    top: 5.6rem;
    height: 60rem;
    min-height: 260px;
  }
}
.movie-bg-wave03 {
  bottom: 2.4rem;
  left: -45.3rem;
  height: 74.1rem;
  background-image: url(../images/common/bg_wave01.png);
  animation-duration: 8s;
}
@media screen and (min-width: 768px) {
  .movie-bg-wave03 {
    bottom: 2rem;
    height: 60rem;
    min-height: 260px;
  }
}
.movie-bg-wave04 {
  bottom: 0;
  left: -45.3rem;
  height: 59.3rem;
  background-image: url(../images/common/bg_wave02.png);
  animation-duration: 6s;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .movie-bg-wave04 {
    height: 44rem;
  }
}
.movie .sec-ttl {
  margin-left: auto;
  margin-right: auto;
}
.movie-slider .slick-list {
  overflow: visible;
}
.movie-slider li {
  margin: 0 1rem;
  width: 64rem !important;
}
@media screen and (min-width: 768px) {
  .movie-slider li {
    margin: 0 2rem;
    width: 96rem !important;
  }
}
.movie-slider-arrow, .special-slider-arrow {
  position: relative;
  margin: 4rem auto 0;
  width: 27.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .movie-slider-arrow, .special-slider-arrow {
    font-size: 45%;
  }
}
.movie-slider-arrow .slick-disabled, .special-slider-arrow .slick-disabled {
  display: none !important;
}
.movie-slider-arrow .slick-arrow, .special-slider-arrow .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  width: 5.625em;
  height: 5.625em;
  color: #ffffff;
  border-radius: 50%;
  border: 0.18em solid currentColor;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .movie-slider-arrow .slick-arrow, .special-slider-arrow .slick-arrow {
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .movie-slider-arrow .slick-arrow:hover, .special-slider-arrow .slick-arrow:hover {
    color: #fb008c;
  }
}
.movie-slider-arrow .slick-arrow::before, .special-slider-arrow .slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 49%;
  width: 1em;
  height: 1em;
  border-top: 0.18em solid currentColor;
  border-right: 0.18em solid currentColor;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
}
.movie-slider-arrow .slick-arrow.prev, .special-slider-arrow .slick-arrow.prev {
  left: 0;
  transform: scale(-1, 1);
}
.movie-slider-arrow .slick-arrow.next, .special-slider-arrow .slick-arrow.next {
  right: 0;
}
.movie-slider-arrow .slick-dots, .special-slider-arrow .slick-dots {
  display: flex;
  justify-content: center;
  padding: 2.4em 0;
}
.movie-slider-arrow .slick-dots li, .special-slider-arrow .slick-dots li {
  display: inline-block;
  margin: 0 0.5em;
  width: 1em;
  height: 1em;
}
.movie-slider-arrow .slick-dots li button, .special-slider-arrow .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.movie-slider-arrow .slick-dots li button::before, .special-slider-arrow .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 768px) {
  .movie-slider-arrow .slick-dots li button:hover, .special-slider-arrow .slick-dots li button:hover {
    opacity: 1;
  }
  .movie-slider-arrow .slick-dots li button:hover::before, .special-slider-arrow .slick-dots li button:hover::before {
    background-color: #fb008c;
  }
}
.movie-slider-arrow .slick-dots li.slick-active button::before, .special-slider-arrow .slick-dots li.slick-active button::before {
  background-color: #fb008c;
}

@keyframes moveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10%);
  }
}
/* =====================================================================
    special
======================================================================*/
.special {
  padding: 10rem 0 0;
}
@media screen and (min-width: 768px) {
  .special {
    padding: 16rem 0 27.7rem;
  }
}
.special-deco01 {
  position: absolute;
  top: 32.5rem;
  right: 0;
  width: 38.3rem;
}
@media screen and (min-width: 768px) {
  .special-deco01 {
    top: 8.7rem;
  }
}
.special-deco02 {
  margin-top: 10rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .special-deco02 {
    position: absolute;
    bottom: 16rem;
    left: -24rem;
    width: 78rem;
  }
}
.special .sec-ttl {
  margin-left: calc(-26 / 650 * 100%);
}
@media screen and (max-width: 767px) {
  .special-slider {
    margin-top: 32rem;
  }
}
.special-slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .special-slider .slick-slide {
    transition: transform 0.5s ease;
  }
  .special-slider .slick-slide.slick-current {
    transform: scale(1.2);
  }
}
.special-slider li {
  margin: 0 3rem;
  width: 40rem !important;
}
@media screen and (min-width: 768px) {
  .special-slider li {
    margin: 0 2rem;
  }
}
.special-slider li a {
  position: relative;
}
.special-slider li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.special-slider li img {
  border-radius: 0 2rem 2rem 2rem;
}
.special-slider-arrow {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .special-slider-arrow {
    margin-right: 0;
  }
}
.special-slider-arrow .slick-arrow {
  color: #a4a09b;
}
@media screen and (min-width: 768px) {
  .special-slider-arrow .slick-arrow:hover {
    color: #292931;
  }
}
.special-slider-arrow .slick-dots {
  align-items: flex-end;
  padding: 2em 0;
}
.special-slider-arrow .slick-dots li {
  margin: 0 0.28em;
  width: 1.437em;
  height: 1.437em;
}
@media screen and (min-width: 768px) {
  .special-slider-arrow .slick-dots li button {
    transition: filter 0.3s ease;
  }
  .special-slider-arrow .slick-dots li button:hover {
    filter: grayscale(1) brightness(23%);
  }
  .special-slider-arrow .slick-dots li button:hover::before {
    background-color: transparent;
  }
}
.special-slider-arrow .slick-dots li button::before {
  border: 0;
  background: url(../images/common/img_slider_dots.svg) no-repeat center/contain;
}
.special-slider-arrow .slick-dots li.slick-active {
  width: 2em;
  height: 2em;
}
.special-slider-arrow .slick-dots li.slick-active button::before {
  background-color: transparent;
  background-image: url(../images/common/img_slider_dots_active.svg);
}

/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 5rem 0;
  background: url(../images/top/bg_sns-sp.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 6rem 0;
    background-image: url(../images/top/bg_sns-pc.jpg);
  }
}
.sns-wrap {
  padding: 10rem calc(50 / 650 * 100%) 15rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .sns-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: calc(-210 / 1200 * 100%);
    padding: 11rem calc(200 / 1200 * 100%) 11rem calc(160 / 1200 * 100%);
    width: calc(1560 / 1200 * 100%);
  }
}
.sns .sec-ttl {
  margin: 0 0 11rem calc(50 / 650 * 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns .sec-ttl {
    margin: -4rem 0 0 calc(-20 / 1200 * 100%);
    width: calc(350 / 1200 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .sns-list {
    display: flex;
    justify-content: space-between;
    width: calc(840 / 1200 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .sns-list li {
    width: 48.8095238095%;
  }
}
.sns-list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5em 1.666em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.4;
  color: #ffffff;
  background-color: #292931;
}
@media screen and (min-width: 768px) {
  .sns-list li a {
    font-size: 2.2rem;
    transition: 0.3s ease;
  }
  .sns-list li a:hover {
    opacity: 1;
    color: #292931;
    background-color: #96ffff;
  }
  .sns-list li a:hover::after {
    background-color: #292931;
  }
  .sns-list li a:hover span::after {
    background-image: url(../images/top/img_sns_wave_h.svg);
  }
}
.sns-list li a:not(:last-child) {
  margin-bottom: 2rem;
}
.sns-list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.666em;
  right: 0.666em;
  width: 1em;
  height: 1em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.9"><polygon points="18 0 0 0 0 2 13.6 2 .8 14.8 2.2 16.3 16.5 2 18 2 18 3.4 3.7 17.7 5.1 19.2 18 6.3 18 19.9 20 19.9 20 2 20 0 18 0"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.9"><polygon points="18 0 0 0 0 2 13.6 2 .8 14.8 2.2 16.3 16.5 2 18 2 18 3.4 3.7 17.7 5.1 19.2 18 6.3 18 19.9 20 19.9 20 2 20 0 18 0"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #96ffff;
}
@media screen and (min-width: 768px) {
  .sns-list li a::after {
    width: 0.636em;
    height: 0.636em;
  }
}
.sns-list li svg {
  margin-right: 1.333em;
  width: 1.666em;
  height: 1.666em;
  fill: currentColor;
}
.sns-list li span {
  position: relative;
  padding-left: 1.6em;
}
.sns-list li span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.233em;
  height: 2.7em;
  background: url(../images/top/img_sns_wave.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sns-list li.sns-list-x {
    margin-bottom: 4rem;
  }
}
.sns-list li.sns-list-x a {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .sns-list li.sns-list-x a {
    height: 100%;
  }
}/*# sourceMappingURL=top.css.map */