@charset "UTF-8";
.social_list a li {
  pointer-events: none;
}
.social_item:hover {
  opacity: 0.5;
}

.footer {
  overflow: hidden;
  background: #fff;
}

.footer__inner {
  padding: 40px 0 15px;
  margin: 0 auto;
}

.footer .sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .sns__list .sns__list-item {
  width: 10.66667%;
}

.footer .sns__list .sns__list-item:not(:first-of-type) {
  margin-left: 4%;
}

.footer .sns__list .sns__list-item a {
  display: block;
}

.footer .sns__list .sns__list-item a img {
  vertical-align: top;
}

.footer .nav__list a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #111;
  text-decoration: none;
}

.footer .copyright {
  display: block;
  margin: 0 0 20px;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: -0.01rem;
}

@media (min-width: 720px) {
  .footer__inner {
    max-width: 1000px;
    padding: 0 0 40px;
    text-align: center;
  }
  .footer .sns__list .sns__list-item {
    width: 48px;
    height: 48px;
  }
  .footer .sns__list .sns__list-item:not(:first-of-type) {
    margin-left: 19px;
  }
  .footer .sns__list .sns__list-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .sns__list .sns__list-item a:hover {
    opacity: 0.7;
  }

  .footer .nav__list {
    max-width: 920px;
    margin: 25px auto 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .footer .nav__list.detail {
    margin-top: 0;
  }
  .footer .nav__list .nav__list-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5.33333%;
  }
  .footer .nav__list .nav__list-item:first-of-type,
  .footer .nav__list .nav__list-item:nth-of-type(6) {
    margin-left: 0;
  }
  .footer .copyright {
    font-size: 1.2rem;
    letter-spacing: inherit;
  }
}
@media (max-width: 720px) {
  .footer .nav__list {
    width: 70%;
    margin: 25px auto 20px;
    font-size: 1.1rem;
    text-align: center;
  }
  .footer .nav__list.detail {
    margin-top: 0;
  }
  .footer .nav__list .nav__list-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5.33333%;
  }
  .footer .nav__list .nav__list-item:first-of-type,
  .footer .nav__list .nav__list-item:nth-of-type(6) {
    margin-left: 0;
  }
  /* .footer .nav__list .nav__list-item:nth-of-type(3),
  .footer .nav__list .nav__list-item:nth-of-type(4) {
    width: 100%;
    margin-left: 0;
    text-align: center;
  } */
}
