

/* アニメーション微調整 */
.index-all-breakpoints .line-CoaRsx {
  animation: borderAnimation 1.0s ease-in-out infinite;
}
@keyframes borderAnimation {
  0% {
    top: 60px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: 130px;
    opacity: 0;
  }
}

/* mv */
.index-all-breakpoints .text_label-jqQZqs {
  top: 46px !important;
}

.index-all-breakpoints .text_label-ehBebG {
  top: 45px !important;
}
.content-pc #mv {
  z-index: 1;
}

.index-sp .text_label-1FxrQ2 {
  top: 37px !important;
}
.index-sp .text_label-ZcxyOt {
  top: 36px !important;
}

/* coachoffx */
.content-pc #coachoffx {
  margin-top: -105px;
}

.index-all-breakpoints .text_label-zmiIQ3 {
  top: 165px !important;
}

.index-sp .text_label-5SLxuP {
  top: 126px !important;
}
.index-sp .text_label-1XBI1t {
  top: 261px !important;
}
.index-sp .text_label-wsqugZ {
  top: 125px !important;
}
.index-sp .text_label-iIa7Jn {
  top: 221px !important;
}