footer {
  height: 42.151rem;
  background-color: #EFEEDF;
  position: relative;
  z-index: 99;
}

.logo_img_footer {
  display: block;
  width: 50.595rem;
  height: 17.563rem;
  margin: 0 auto;
}

.logo_img_andsmile {
  display: block;
  width: 30rem;
  height: auto;
  border: 1px solid #707070;
  margin: 0 auto 8.486rem;
  padding: 0 2rem;
}

.copyright {
  display: block;
  width: 42rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 3.951rem;
}

.gotop_img {
  position: absolute;
  width: 5rem;
  height: 2.863rem;
  top: 4rem;
  right: 11.3rem;
}

.gotop p {
  position: absolute;
  top: 7.3rem;
  right: 9.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #707070;
  margin: 0;
}

.footer_gif {
  position: absolute;
  bottom: 0;
  right: -10rem;
}

.footer_gif_img {
  width: 64rem;
  height: auto;
}

@media screen and (max-width: 699.98px) {
  footer {
    height: 25.8rem;
  }

  .logo_img_footer {
    display: block;
    width: 19.888rem;
    height: 6.904rem;
    margin: 0 auto 1rem;
  }

  .logo_img_andsmile {
    /* width: 20.29rem; */
    /* height: 6.029rem; */
    width: 17.3rem;
    height: auto;
    margin: 0 auto 7.5rem;
    padding: 0 1.4rem;
  }

  .copyright {
    display: block;
    width: 28rem;
    font-size: 0.8rem;
    margin: 0 auto 3rem;
    text-align: center;
  }

  .gotop_img {
    position: absolute;
    width: 3rem;
    height: 1.718rem;
    top: 2rem;
    right: 3rem;
  }

  .gotop p {
    position: absolute;
    top: 3.9rem;
    right: 2.3rem;
    font-size: 0.8rem;
    margin: 0;
  }

  .footer_gif {
    display: none;
  }
}