@charset "utf-8";
#footer_inner {
    background: #2b2b2b;
    padding: 8em 0 4em;
    margin-top: 10em;
}
.scrollButton {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 100px;
  height: 78px;
  transform:translateX(150px);
  transition:.7s ease;
  z-index: 100;
}
.scrollButton.inview {transform:translateX(0);}
#footer_inner .socialList{
  margin: auto auto 2em;
  width: 7em;
}
#footer_inner .socialList li{
  width:2.7em;
}
.copyright {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  text-align: center;
  color: #eee;
  padding: 2em 0 1em;
  margin: 0;
}
@media screen and (max-width:600px){
  .scrollButton {
    right: 10px;
    bottom: 20px;
    width: 15vw;
    height: 12vw;
  }  
}