@charset "utf-8";
.scrollButton{
  position:fixed;
  bottom:-80px;
  right:40px;
  color: #ff6b95;
  font-weight:900;
  width: 70px;
  height: 70px;
  z-index:1;
  display:flex;
  justify-content:center;
  align-items:center;
  background:url(../../images/main/top/logoBg.png)center center / contain no-repeat;
}
.scrollButton.inview{
  bottom:40px;
}
@media screen and (max-width:600px){
  .scrollButton{right:20px;}
  .scrollButton.inview{bottom:20px;}
}
.socialWrap {
  color: #b4ff5b;
  text-align: center;
  margin-top: 60px;
}
.socialList {
  display: flex;
  width: 340px;
  max-width: 80%;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 40px;
}
.copyright {
  font-size: 1.4rem;
  text-align: center;
  padding: 1em;
  margin: 0;
  color:#8a7b6e;
  margin-bottom: 80px;
}