@charset "UTF-8";

.second_circle1 {
  position: absolute;
  z-index: 0;
  top: 200px;
  left: 0;
  width: 100%;
  height: 428px;
  background-image: url(../jkomuchuimg/back_maru.png);
  background-repeat: repeat-x;
  -webkit-animation: slide_maru 200s linear infinite;
  -moz-animation: slide_maru 200s linear infinite;
  -o-animation: slide_maru 200s linear infinite;
  animation: slide_maru 200s linear infinite
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}




@-webkit-keyframes slide_maru {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}

}

@-moz-keyframes slide_maru {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}

}

@-o-keyframes slide_maru {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}

}

@keyframes slide_maru {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}
}

}
.second_circle2 {
  position: absolute;
  z-index: 0;
  top: 200px;
  left: 0;
  width: 100%;
  height: 428px;
  background-image: url(../jkomuchuimg/back_maru.png);
  background-repeat: repeat-x;
  -webkit-animation: fadeIn 200s linear infinite;
  -moz-animation: fadeIn 200s linear infinite;
  -o-animation: fadeIn 200s linear infinite;
  animation: fadeIn 200s linear infinite
}

@-webkit-keyframes slide_maru_2 {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}

}

@-moz-keyframes slide_maru_2 {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}

}

@-o-keyframes slide_maru_2 {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}

}

@keyframes slide_maru_2 {
  0%{background-position: 0 0
}

100% {
  background-position: -1960px 0
}
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}





















