.footer_header {
  background: url(../img/common/footer_header.png) center top repeat-x;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .footer_header {
    margin-top: -6px;
    padding-top: 6px;
  }
}
@media print, only screen and (min-width: 481px) {
  .footer_header {
    margin-top: -12px;
    padding-top: 12px;
  }
}

.footer_container {
  background: url(../img/common/footer_bg.png);
}
@media only screen and (max-width: 768px) {
  .footer_container {
    background-size: 63.44%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .footer_container {
    background-size: 31.72%;
  }
}
@media print, screen and (min-width: 1281px) {
  .footer_container {
    background-size: 15.86%;
  }
}
.footer_container footer {
  margin: 0 auto;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer_container footer {
    width: 94%;
    padding: 1em 0;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_container footer {
    width: 90%;
    max-width: 1200px;
    padding: 35px 0;
  }
}
.footer_container footer a {
  color: #fff;
}
.footer_container footer a:hover {
  color: inherit;
}
@media print, only screen and (min-width: 769px) {
  .footer_container footer .footer_wrapper > li {
    width: 27.5%;
    margin-left: 5%;
    float: left;
  }
  .footer_container footer .footer_wrapper > li:first-child {
    width: 35%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer_container footer .footer_wrapper > li .footer_logo {
    width: 237px;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_container footer .footer_wrapper > li .footer_logo {
    width: 237px;
  }
}
.footer_container footer .footer_wrapper > li .footer_logo img {
  width: 100%;
  display: block;
}
.footer_container footer .footer_wrapper > li .footer_address, .footer_container footer .footer_wrapper > li .footer_copyright {
  margin: 1em 0;
}
.footer_container footer .footer_wrapper > li .footer_sns > li {
  margin-right: 0.25em;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer_container footer .footer_wrapper > li .footer_sns > li {
    font-size: 1.28rem;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_container footer .footer_wrapper > li .footer_sns > li {
    font-size: 2rem;
  }
}
.footer_container footer .footer_wrapper > li .footer_sns > li a {
  width: 1.5em;
  border-radius: 0.25em;
  background: #fff;
  color: #0094b8;
  display: inline-block;
}
.footer_container footer .footer_wrapper > li .footer_sns > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media print, screen and (min-width: 768px) {
  .footer_container footer .footer_wrapper > li .footer_navi {
    font-size: 1.14rem;
  }
}
.footer_container footer .footer_wrapper > li .footer_navi > li {
  margin: 0 0 0.5em 1.5em;
  position: relative;
}

.footer_pagetopBtn {
  display: block;
  position: fixed;
  z-index: 999;
  animation: pagetop_float 1s infinite alternate;
}
@media only screen and (max-width: 480px) {
  .footer_pagetopBtn {
    width: 70px;
    right: 10px;
    bottom: 20px;
    animation: pagetop_float_mw480 1s infinite alternate;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .footer_pagetopBtn {
    width: 100px;
    right: 20px;
    bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_pagetopBtn {
    width: 141px;
    right: 30px;
    bottom: 30px;
  }
}
.footer_pagetopBtn:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer_pagetopBtn img {
  width: 100%;
}
@keyframes pagetop_float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes pagetop_float_mw480 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}





/*ココから下はメルマガキャンペーン用*/

.footer_header {
  background: url(../img/common/footer_header.png) center top repeat-x;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .footer_header {
    margin-top: -6px;
    padding-top: 6px;
  }
}
@media print, only screen and (min-width: 481px) {
  .footer_header {
    margin-top: -12px;
    padding-top: 12px;
  }
}

.footer_container {
  background: url(../img/common/footer_bg.png);
}
@media only screen and (max-width: 768px) {
  .footer_container {
    background-size: 63.44%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .footer_container {
    background-size: 31.72%;
  }
}
@media print, screen and (min-width: 1281px) {
  .footer_container {
    background-size: 15.86%;
  }
}
.footer_container footer {
  margin: 0 auto;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer_container footer {
    width: 94%;
    padding: 1em 0;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_container footer {
    width: 90%;
    max-width: 1200px;
    padding: 35px 0;
  }
}
.footer_container footer a {
  color: #fff;
}
.footer_container footer a:hover {
  color: inherit;
}
@media print, only screen and (min-width: 769px) {
  .footer_container footer .footer_wrapper > li {
    width: 27.5%;
    margin-left: 5%;
    float: left;
  }
  .footer_container footer .footer_wrapper > li:first-child {
    width: 35%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer_container footer .footer_wrapper > li .footer_logo {
    width: 237px;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_container footer .footer_wrapper > li .footer_logo {
    width: 237px;
  }
}
.footer_container footer .footer_wrapper > li .footer_logo img {
  width: 100%;
  display: block;
}
.footer_container footer .footer_wrapper > li .footer_address, .footer_container footer .footer_wrapper > li .footer_copyright {
  margin: 1em 0;
}
.footer_container footer .footer_wrapper > li .footer_sns > li {
  margin-right: 0.25em;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer_container footer .footer_wrapper > li .footer_sns > li {
    font-size: 1.28rem;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_container footer .footer_wrapper > li .footer_sns > li {
    font-size: 2rem;
  }
}
.footer_container footer .footer_wrapper > li .footer_sns > li a {
  width: 1.5em;
  border-radius: 0.25em;
  background: #fff;
  color: #0094b8;
  display: inline-block;
}
.footer_container footer .footer_wrapper > li .footer_sns > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media print, screen and (min-width: 768px) {
  .footer_container footer .footer_wrapper > li .footer_navi {
    font-size: 1.14rem;
  }
}
.footer_container footer .footer_wrapper > li .footer_navi > li {
  margin: 0 0 0.5em 1.5em;
  position: relative;
}

.footer_pagetopBtn2 {
  display: block;
  position: fixed;
  z-index: 999;
  animation: pagetop_float 1s infinite alternate;
}
@media only screen and (max-width: 480px) {
  .footer_pagetopBtn2 {
    width: 174px;
    right: 10px;
    bottom: 20px;
    animation: pagetop_float_mw480 1s infinite alternate;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .footer_pagetopBtn2 {
    width: 174px;
    right: 20px;
    bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer_pagetopBtn2 {
    width: 290px;
    right: 30px;
    bottom: 30px;
  }
}
.footer_pagetopBtn2:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer_pagetopBtn2 img {
  width: 100%;
}
@keyframes pagetop_float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes pagetop_float_mw480 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
