@keyframes top-bg-move {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 1920px;
  }
}
.triangle {
  animation: load 1.04s ease infinite;
}
.triangle:nth-of-type(2) {
  animation-delay: 0.24s;
}
.triangle:nth-of-type(3) {
  animation-delay: 0.42s;
}

#mv .arrow {
  animation: load 1.04s ease infinite;
}
#mv .arrow:nth-of-type(2) {
  animation-delay: 0.24s;
}
#mv .arrow:nth-of-type(3) {
  animation-delay: 0.42s;
}

.page_body #mv-child .arrow {
  animation: load 1.04s ease infinite;
}
.page_body #mv-child .arrow:nth-of-type(2) {
  animation-delay: 0.24s;
}
.page_body #mv-child .arrow:nth-of-type(3) {
  animation-delay: 0.42s;
}

.menu-content-inner .event_now .arrow {
  animation: load 1.04s ease infinite;
}
.menu-content-inner .event_now .arrow:nth-of-type(2) {
  animation-delay: 0.24s;
}
.menu-content-inner .event_now .arrow:nth-of-type(3) {
  animation-delay: 0.42s;
}
@media screen and (min-width: 960px) {
  .menu-content-inner .kyoto_menu a:hover .arrow {
    animation: load 1.04s ease infinite;
  }
  .menu-content-inner .kyoto_menu a:hover .arrow:nth-of-type(2) {
    animation-delay: 0.24s;
  }
  .menu-content-inner .kyoto_menu a:hover .arrow:nth-of-type(3) {
    animation-delay: 0.42s;
  }
}

@keyframes load {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes tikatika {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.1);
  }
}
@keyframes tikatika-Menu {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.3);
  }
}
@keyframes Bg-Move {
  0% {
    background-position: -400vw -400vw;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes Rotation-Cursor {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes Titika-Moveka {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=animation.css.map */