@import url(base.css);
@import url(header.css);
@import url(main.css);
@import url(button.css);
@import url("https://fonts.googleapis.com/css?family=Lato:100|Lato:300|Roboto");
@keyframes animation_bg {
  0% {
    background-position: 0% 80%; }
  50% {
    background-position: 100% 80%; }
  100% {
    background-position: 0% 80%; } }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none; }

img {
  vertical-align: middle;
  max-width: 100%; }

@media screen and (max-width: 768px) {
  .sp-break {
    display: none; } }
body {
  width: 100vw;
  overflow-x: hidden; }
