h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.yureru {
  animation-name: yureru;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

@keyframes yureru {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(3px, 0px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(3px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.cta__content--text span {
  color: inherit;
  font-size: 2rem;
}

.newFv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.newFv canvas {
  z-index: 1;
}
@media screen and (max-width: 779px) {
  .newFv {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
}
.newFv__title {
  width: 635px;
}
@media screen and (max-width: 779px) {
  .newFv__title {
    width: 317px;
  }
}
.newFv__inner {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newFv__contents {
  display: flex;
  justify-content: center;
  gap: 46px;
}
@media (max-width: 900px) {
  .newFv__contents {
    gap: 20px;
  }
}
@media screen and (max-width: 779px) {
  .newFv__contents {
    flex-direction: column;
    gap: 12px;
  }
}
.newFv__movie-video {
  width: 435px;
  height: 243.8px;
}
@media screen and (max-width: 779px) {
  .newFv__movie-video {
    width: 335px;
    height: 188px;
  }
}
.newFv__movie-caption {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 5px;
}
.newFv__catch {
  width: 314px;
  height: 243px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 779px) {
  .newFv__catch {
    width: 335px;
    height: auto;
  }
}
.newFv__cta {
  margin-top: 26px;
}
@media screen and (max-width: 779px) {
  .newFv__cta {
    margin-top: 10px;
  }
}
.newFv__cta-text {
  font-size: 1.2rem;
  color: white;
}
@media screen and (max-width: 779px) {
  .newFv__cta-text {
    font-size: 1.2rem;
  }
}
.newFv__cta-text span {
  color: #dbff00;
  font-size: 1.8rem;
}
@media screen and (max-width: 779px) {
  .newFv__cta-text span {
    font-size: 1.8rem;
  }
}
.newFv__cta-text::before, .newFv__cta-text::after {
  width: 1px;
  background-color: white;
  transform: none;
}
.newFv__cta-text::before {
  margin-right: 10px;
  rotate: -30deg;
}
.newFv__cta-text::after {
  margin-left: 5px;
  rotate: 30deg;
}
.newFv__cta-button {
  width: 340px;
  height: 65px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 779px) {
  .newFv__cta-button {
    width: 320px;
    height: 55px;
  }
}

.cta__content--button {
  box-shadow: 1px 4px 1px 0px #b531ec;
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.whats {
  margin-top: 0;
  box-shadow: none;
  padding-top: 50px;
}
@media screen and (max-width: 779px) {
  .whats {
    padding-top: 30px;
  }
}
.whats__intro-text {
  color: white;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 780px) {
  .whats__intro-text {
    gap: 35px;
  }
}
@media screen and (max-width: 779px) {
  .whats__intro-text {
    width: 335px;
    gap: 30px;
  }
}
@media screen and (min-width: 780px) {
  .whats__intro-catch {
    width: 370px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 779px) {
  .whats__intro-catch {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
}
.whats__intro-desc {
  color: white;
  width: 370px;
  font-size: 1rem;
  font-weight: 500px;
  line-height: 18px;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 779px) {
  .whats__intro-desc {
    font-size: 1.1rem;
    width: 100%;
  }
}

.reason-text__intro span {
  color: #dbff00;
}

.footer {
  background-color: white;
  position: relative;
  z-index: 600;
}
.footer__top, .footer__bottom {
  position: relative;
  z-index: 600;
}

.fixed_contact {
  width: 200px;
  height: 50px;
  border-radius: 30px;
  background: linear-gradient(270deg, #d66cf9 0%, #ff67d7 100%);
  box-shadow: 1px 3px 0px 0px #b531ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 5px;
  bottom: 40px;
  z-index: 500;
  text-decoration: none;
  transition: 0.2s all;
}
@media screen and (max-width: 779px) {
  .fixed_contact {
    width: 180px;
    height: 40px;
  }
}
.fixed_contact:hover {
  box-shadow: 0px 1px 0px 0px #b531ec;
  transform: translate(1px, 2px);
  opacity: 1;
  filter: brightness(106%);
  transition: 0.2s all;
}
.fixed_contact--top {
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.fixed_contact--bottom {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 779px) {
  .fixed_contact--bottom {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=add.css.map */