/* CSS Document */
.bg-topimg {
  background-image: url("../img/top-images.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px; }

.top-kabutogani {
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  margin: 0 auto;
  width: 4%;
  z-index: 10; }
