.sns-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 16vw
}

.sns-wrap img {
  width: 70%
}

.sns-list {
  width: 6%
}

.sns-list a {
  display: block;
  position: relative
}

.sns-list a:before {
  display: block;
  padding-top: 100%;
  content: ""
}

.sns-list img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.footer {
  position: relative;
  margin-top: 29.3333333333vw;
  padding: 10.6666666667vw 0;
  background: #f5f5f5;
  color: #333
}

.footer img {
  width: 100%
}

.footer__inner {
  position: relative;
  width: 78.6666666667vw;
  margin: 0 auto
}

.footer__ttl {
  width: 17.3333333333vw;
  margin: 0 auto 11.3333333333vw;
  line-height: 1
}

.footer__lang {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  width: 20vw;
  color: #c8c8c8;
  font-size: inherit
}

.footer__lang__link {
  box-sizing: border-box;
  display: block;
  width: calc(50% - 1px);
  padding: 1.5vw;
  color: #333;
  font-weight: 400;
  line-height: 1em;
  text-align: center
}

.footer__langLine {
  display: block;
  width: 1px;
  height: 10px;
  background: #000
}

.footer__menu-wrap {
  width: 100%;
  margin: 0 auto 10vw
}

.footer__menu__block {
  width: 100%;
  margin: 0 0 8vw
}

.footer__menu__block h2 {
  margin: 0 0 5.3333333333vw;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  font-family: Renner\*, a-otf-gothic-bbb-pr6n, sans-serif;
  letter-spacing: .15em
}

.footer__menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: .7
}

.footer__menu-list__list a {
  color: #333;
  font-weight: 300;
  font-size: 10px;
  font-family: Renner\*, a-otf-gothic-bbb-pr6n, sans-serif
}

.footer__menu-list__list {
  width: 50%;
  margin: 0 0 2.6666666667vw;
  line-height: .7
}

.footer__copylight {
  font-weight: 400;
  text-align: center
}

.footer__copylight, .footer__lang {
  letter-spacing: 0.1em;
  font-family: Renner\*, a-otf-gothic-bbb-pr6n, sans-serif
}

@media(min-width:768px) {
  .sns-list a {
    transition: opacity .3s
  }
  .sns-list a:hover {
    cursor: pointer;
    opacity: .8
  }
  .sns-wrap {
    width: 250px;
    margin: 0 auto
  }
  .sns-wrap img {
    width: 70%
  }
  .sns-list {
    width: 20px
  }
  .footer__menu-list__list a {
    font-size: 12px;
    transition: opacity .3s
  }
  .footer__menu-list__list a:hover {
    cursor: pointer;
    opacity: .8
  }
  .footer {
    margin-top: 150px;
    padding: 80px 0 50px
  }
  .footer img {
    display: block;
    width: 100%
  }
  .footer__inner {
    width: 80%;
    max-width: 1000px
  }
  .footer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px
  }
  .footer__ttl {
    width: 130px;
    margin: 0
  }
  .footer__lang {
    position: static;
    width: 100px
  }
  .footer__lang__link {
    padding: 10px 0;
    font-size: 12px
  }
  .footer__menu-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
  }
  .footer__menu__block {
    margin: 0 0 60px
  }
  .footer__menu__block h2 {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: inherit
  }
  .footer__menu-list {
    font-size: 12px;
    line-height: inherit
  }
  .footer__menu-list__list {
    width: 50%;
    margin: 0 0 15px;
    line-height: 1.5
  }
  .footer__menu-list__list .sp {
    display: none
  }
  .footer__copylight {
    font-size: 10px;
    text-align: center
  }
}

@media(max-width:767px) {
  .footer {
    font-size: 1.30208333vw
  }
}

@media(min-width:768px)and (min-width:768px) {
  .footer__lang__link {
    transition: opacity .3s
  }
  .footer__lang__link:hover {
    cursor: pointer;
    opacity: .8
  }
}