footer#footer #footer_menu {
  padding: 89px 0 73px;
  background: #808387;
}
footer#footer #footer_menu .logo {
  text-align: center;
}
footer#footer #footer_menu .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: 53px auto 0;
  padding-top: 42px;
  padding-left: 72px;
  padding-right: 72px;
  background-image: linear-gradient(to right, #555555, #555555);
  background-position: center top;
  background-size: 50px 2px;
  background-repeat: no-repeat;
}
footer#footer #footer_menu .menu > ul > li:nth-child(n + 2) {
  margin-top: 11px;
}
footer#footer #footer_menu .menu > ul > li .normal {
  padding-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}
footer#footer #footer_menu .menu > ul > li .normal::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
footer#footer #footer_menu .menu > ul > li .emphasis {
  width: 53px;
  background: #e4e5e6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  border-radius: 8px;
  color: #7f7c78;
  font-size: 14px;
  line-height: 25px;
}
footer#footer #footer_menu .menu > ul > li .emphasis:hover {
  color: #ffffff;
  background: #1b1a19;
}

@media screen and (max-width: 767px) {
  footer#footer #footer_menu {
    padding: 14.2666666667vw 0 9.0666666667vw;
  }
  footer#footer #footer_menu .logo img {
    width: 53.3333333333vw !important;
    height: auto !important;
  }
  footer#footer #footer_menu .menu {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 78vw;
    margin: 9.0666666667vw auto 0;
    padding-top: 8vw;
    padding-left: 0;
    padding-right: 0;
    background-size: 13.3333333333vw 0.4613333333vw;
  }
  footer#footer #footer_menu .menu > ul {
    display: -webkit-flex;
    display: flex;
  }
  footer#footer #footer_menu .menu > ul:nth-child(n + 2) {
    margin-top: 8.6666666667vw;
  }
  footer#footer #footer_menu .menu > ul:last-child {
    margin-top: 8vw;
  }
  footer#footer #footer_menu .menu > ul > li:nth-child(n + 2) {
    margin-top: 0vw;
    margin-left: 4vw;
  }
  footer#footer #footer_menu .menu > ul > li .normal {
    padding-left: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  footer#footer #footer_menu .menu > ul > li .emphasis {
    width: 78vw;
    border-radius: 1.6133333333vw;
    font-size: 3.2vw;
    line-height: 8.8vw;
  }
  footer#footer #footer_menu .menu > ul > li .emphasis:hover {
    color: #7f7c78;
    background: #e4e5e6;
  }
}
footer#footer .bar {
  height: 90px;
  background: #333333;
  position: relative;
}
footer#footer .bar .sns {
  position: absolute;
  left: 30px;
  top: 26px;
}
footer#footer .bar .sns > dl {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
}
footer#footer .bar .sns > dl > dt {
  width: 47px;
  padding-bottom: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
footer#footer .bar .sns > dl > dd:nth-of-type(2) {
  margin-left: 25px;
}
footer#footer .bar .sns > dl > dd:nth-of-type(3) {
  margin-left: 24px;
}
footer#footer .bar .sns > dl > dd:nth-of-type(4) {
  margin-left: 21px;
}
footer#footer .bar .brand_link {
  position: absolute;
  top: 9px;
  right: 20px;
}
footer#footer .bar .copyright {
  position: absolute;
  left: 30px;
  top: 58px;
}
footer#footer .bar .copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #808080;
  font-size: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  footer#footer .bar {
    height: auto;
    padding: 14vw 0 4.6666666667vw;
  }
  footer#footer .bar .sns {
    position: static;
    left: 0;
    top: 0;
  }
  footer#footer .bar .sns > dl {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 62.6666666667vw;
    height: 13.0666666667vw;
    margin: 0 auto;
    border-top: 0.1333333333vw solid #444444;
    border-bottom: 0.1333333333vw solid #444444;
    position: relative;
  }
  footer#footer .bar .sns > dl > dt {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
    font-size: 3.2vw;
    position: absolute;
    left: 0;
    top: -6.6666666667vw;
  }
  footer#footer .bar .sns > dl > dd:nth-of-type(1) img {
    width: 5.3333333333vw !important;
    height: auto !important;
  }
  footer#footer .bar .sns > dl > dd:nth-of-type(2) {
    margin-left: 10.6666666667vw;
  }
  footer#footer .bar .sns > dl > dd:nth-of-type(2) img {
    width: 2.88vw !important;
    height: auto !important;
  }
  footer#footer .bar .sns > dl > dd:nth-of-type(3) {
    margin-left: 10.6666666667vw;
  }
  footer#footer .bar .sns > dl > dd:nth-of-type(3) img {
    width: 5.9066666667vw !important;
    height: auto !important;
  }
  footer#footer .bar .sns > dl > dd:nth-of-type(4) {
    margin-left: 10.6666666667vw;
  }
  footer#footer .bar .sns > dl > dd:nth-of-type(4) img {
    width: 7.56vw !important;
    height: auto !important;
  }
  footer#footer .bar .brand_link {
    margin-top: 4vw;
    text-align: center;
    position: static;
    top: 0;
    right: 0;
  }
  footer#footer .bar .brand_link img {
    width: 40vw !important;
    height: auto !important;
  }
  footer#footer .bar .copyright {
    margin-top: 0.4vw;
    text-align: center;
    position: static;
    left: 0;
    top: 0;
  }
  footer#footer .bar .copyright small {
    font-size: 2vw;
  }
}
footer#footer .bar #footer_goto_top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 4500;
}
footer#footer .bar #footer_goto_top img {
  cursor: pointer;
}
footer#footer .bar #footer_goto_top.footer-bottom {
  position: absolute;
  bottom: calc(100% + 15px);
}

@media screen and (max-width: 767px) {
  footer#footer .bar #footer_goto_top {
    right: 2.9333333333vw;
    bottom: 2.9333333333vw;
  }
  footer#footer .bar #footer_goto_top img {
    width: 10vw !important;
    height: auto !important;
  }
  footer#footer .bar #footer_goto_top.footer-bottom {
    bottom: calc(100% + 2.9333333333vw);
  }
}

