@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}
.txt-box1 {
  position: relative;
}
.text_wrap1 {
  position: absolute;
  top: 65vw;
  overflow: hidden;
  width: 100%;
  height: 81.73vw;
}

.text_wrap1 li {
  width: 100%;
}

.text_wrap1 .txt1 {
  height: 81.73vw;
  background-image: url("../images/txt.png");
  background-size: 203.6vw 81.73vw;
  background-repeat: repeat-x;
  animation: r1 20s linear infinite;
}

@keyframes r1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: calc(-407.2vw);
  }
}
