@charset "utf-8";

#visual .bkimage {
  right: -600px;
}

@media screen and (max-width: 768px) {
  #visual .bkimage {
    right: 0;
  }
}