/* MV */
.top-mv {
  position: relative;
}
.top-mv-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-mv-txt {
    top: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-txt {
    top: 14.3229166667vw;
    gap: 10px;
  }
}
.top-mv-txt p img {
  width: 100%;
}
.top-mv-txt [data-mv-txt01] {
  width: 538px;
  height: 38px;
  margin-bottom: 37px;
}
@media screen and (max-width: 1600px) {
  .top-mv-txt [data-mv-txt01] {
    width: 33.625vw;
    height: 2.375vw;
    margin-bottom: 2.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-txt [data-mv-txt01] {
    width: 61.5885416667vw;
    height: 4.4270833333vw;
    margin-bottom: 3.90625vw;
  }
}
.top-mv-txt [data-mv-txt02] {
  width: 820px;
  height: 164px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1600px) {
  .top-mv-txt [data-mv-txt02] {
    width: 51.25vw;
    height: 10.25vw;
    margin-bottom: 1.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-txt [data-mv-txt02] {
    width: 86.1979166667vw;
    height: 17.3177083333vw;
    margin-bottom: 0;
  }
}
.top-mv-txt [data-mv-txt03] {
  width: 550px;
  height: 29px;
}
@media screen and (max-width: 1600px) {
  .top-mv-txt [data-mv-txt03] {
    width: 34.375vw;
    height: 1.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-txt [data-mv-txt03] {
    width: 64.5833333333vw;
    height: 3.2552083333vw;
  }
}
.top-mv-img > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.top-mv-img img {
  width: 100%;
}
.top-mv-img [data-mv-img01] {
  opacity: 0;
  animation-name: fadeIn-main;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.top-mv-img [data-mv-img02] {
  opacity: 0;
  animation-name: fadeIn-main;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
.top-mv-ball {
  width: 197px;
  height: 197px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 1600px) {
  .top-mv-ball {
    width: 12.3125vw;
    height: 12.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-ball {
    width: 16.9270833333vw;
    height: 16.9270833333vw;
    top: 63.28125vw;
  }
}
.top-mv-ball > div[data-mv-ball] {
  transform: translateY(0px);
  opacity: 0;
  animation-name: fadeUp-main;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
.top-mv-ball img {
  width: 100%;
}
.top-mv-ball::after {
  content: "";
  width: 101px;
  height: 42px;
  display: inline-block;
  background: url(../images/mv/mv-ball-shadow.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -44px;
  left: 20%;
  opacity: 0;
  animation-name: fadeIn-main;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}
@media screen and (max-width: 1600px) {
  .top-mv-ball::after {
    width: 6.3125vw;
    height: 2.625vw;
    bottom: -2.75vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv-ball::after {
    width: 9.2447916667vw;
    height: 3.7760416667vw;
    bottom: -3.2552083333vw;
  }
}

@keyframes fadeIn-main {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp-main {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-30px);
  }
}
.fuwafuwa-main {
  animation: fuwafuwa-main 2s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .fuwafuwa-main {
    animation: fuwafuwa-main-sp 2s ease-in-out infinite alternate-reverse;
  }
}

@keyframes fuwafuwa-main {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes fuwafuwa-main-sp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}/*# sourceMappingURL=mv.css.map */