@charset "UTF-8";

header h1 {
  background: url(../img/theme/english/header_en.png) no-repeat left center;
  background-size: contain;
}

header h1 a {
  padding-top: calc(100% * 80 / 616);
}

footer h1 {
  background: url(../img/theme/english/footer_en.png) no-repeat left center;
  max-width: 487px;
	background-size: contain;
}

footer h1 a {
  padding-top: calc(100% * 60 / 487);
}

/*************************************
* END footer START only for sp
*************************************/
@media only screen and (max-width: 800px) {
  header h1 {
    background: url(../img/theme/english/header_sp_en.png) no-repeat left center;
    background-size: contain;
  }

  footer h1 {
    background-size: contain;
  }

  #banners .banners-body li {
    max-width: 350px;
  }
}

/*************************************
* END only for sp START only for pc
*************************************/
@media print,
screen and (min-width: 800px) {}
