@charset "UTF-8";

.footer__contact-title {
  width: 186px;
  margin: auto;
}
.footer__contact-desc {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}

.footer__sns-row {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 0;
  border-radius: 30px;
}
.footer__sns-title-block {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 30px;
  position: relative;
}
.footer__sns-title-block::after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #fff;
  background-image:
  radial-gradient(#e6186f 30%, transparent 30%);
  background-size: 8px 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer__sns-title {
  text-align: center;
  padding-left: 100px;
  position: relative;
}
.footer__sns-title::before {
  content: "";
  display: inline-block;
  width: 79px;
  height: 80px;
  background: url("../img/icon_momo.webp") no-repeat left center / 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer__sns-title .en {
  display: block;
  max-width: 259px;
  margin: auto;
}
.footer__sns-title .ja {
  display: block;
  font-weight: bold;
}
.footer__sns-list {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 30px;
}
.footer__sns-list .item {
  margin: 0 45px;
}
.footer__sns-list .item.tw {
  width: 90px;
}
.footer__sns-list .item.x {
  width: 54px;
}
.footer__sns-list .item.yt {
  width: 82px;
}
.footer__sns-list .item a {
  display: block;
  transform: scale(1);
  transition: transform .2s;
}
.footer__sns-list .item a:hover {
  transform: scale(1.2);
}

.footer__copyright {
  background: #e6186f;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 12px;
}

/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {

  .footer__contact-title {
    width: calc(186px * 0.8);
  }

  .footer__sns-row {
    display: block;
    padding: 30px 20px;
    border-radius: 15px;
  }
  .footer__sns-title-block,
  .footer__sns-list {
    width: 100%;
    padding: 0;
  }
  .footer__sns-title-block::after,
  .footer__sns-title::before {
    content: none;
  }
  .footer__sns-title {
    padding-left: 0;
  }
  .footer__sns-title .en {
    max-width: calc(259px * 0.8);
  }

  .footer__sns-list {
    margin-top: 20px;
  }
  .footer__sns-list .item {
    margin: 0 20px;
  }
  .footer__sns-list .item.tw {
    width: 60px;
  }
  .footer__sns-list .item.x {
    width: 36px;
  }
  .footer__sns-list .item.yt {
    width: 55px;
  }

  .footer__copyright {
    font-size: 1.2rem;
  }

}
