@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}
/*  */
.youtube_wrap {
  width: 100%;
  position: relative;
}
.youtube_box {
  position: absolute;
  display: block;
  width: 84%;
  aspect-ratio: 16/9;
  top: 34vw;
  left: 50%;
  transform: translateX(-50%);
}

/*  */
.txt-box1 {
  position: relative;
}
.text_wrap1 {
  position: absolute;
  top: 30vw;
  overflow: hidden;
  width: 100%;
  height: 94.66vw;
}
.text_wrap1 li {
  width: 100%;
}
.text_wrap1 .txt1 {
  height: 94.66vw;
  background-image: url("../images/tab1/txt.png");
  background-size: 393.33vw 94.66vw;
  background-repeat: repeat-x;
  animation: r1 25s linear infinite;
}
@keyframes r1 {
  100% {
    background-position-x: calc(-393.33vw);
  }
}
.title {
  position: absolute;
  width: 32.13vw;
  top: 15vw;
  left: 50%;
  transform: translateX(-50%);
}
