@charset "UTF-8";
/**********************************************
	$footer
***********************************************/
/**********************************************
	footer
***********************************************/
footer .footer_upper {
  width: 100%;
  height: 360px;
  bottom: 87px;
  padding: 15px 0 87px 0;
  background: #301a61;
}

footer .footer_upper .footer_logo {
  display: block;
  width: 180px;
  height: 220px;
  margin: 0 auto;
}

footer .footer_upper .copyright {
  padding: 0.5em 0;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

footer .footer_lower {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background: #fff57f;
}

footer .footer_lower > div {
  margin: 0 10px;
}

.footer_wrap_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer_wrap_sp {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    background: #fff57f;
    z-index: 99;
  }
  .footer_wrap_sp img {
    width: 90%;
    margin: 0 10px;
  }
}

/*ページトップへ*/
.pagetop {
  bottom: 95px;
  display: none;
  position: fixed;
  right: 25px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 120px;
  }
}

.pagetop__btn {
  background-color: #ddd;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
/*# sourceMappingURL=footer.css.map */