.p-headerMain__text,
.p-headerMain__title,
.p-concept__title,
.p-strongPTMain__title,
.p-messageMain__title
{
  position: relative;
  overflow: hidden;
  color: transparent;
}
.p-headerMain__title::before ,.p-headerMain__text::before,
.p-concept__title::before ,.p-strongPTMain__title::before,.p-messageMain__title::before
{
  position: absolute;
  content: "";
  background-image: linear-gradient(90deg, rgba(243, 196, 170, 1), rgba(228, 81, 154, 1) 50%, rgba(77, 84, 224, 1));
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.l-header::after {
  position: absolute;
  height: 0;
  content: "";
  background-color: #fff;
  top: 0;
  left: -10%;
  width: 130%;
  height: 150%;
  z-index: -3;
}
.is-header::after {
  animation: hide2 1s 2s ease-in-out forwards;
}
.is-active::before {
  animation: hide 0.7s forwards;
  /* animation-timing-function: cubic-bezier(1,0,.86,1); */
}
.is-activeOn {
  animation: on 0.3s ease-in-out 0.5s forwards;
}
.is-activeOn2 {
  animation: on2 0.3s ease-in-out 0.5s forwards;
}
/* .is-activeHeight::after {
  animation: hide2 0.9s ease-in-out forwards;
} */
.is-buzzItem {
  animation: buzz ease-in-out forwards;
}
.is-ck-box::after {
  animation: hide5 0.6s ease-in-out forwards;
}
  @keyframes hide5 {
    0% {
      opacity: 1;
    }
    50% {
    }
    100% {
      width: 0%;
    }
  }
@keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
  }
  100% {
    transform: translate(202%, 0);
  }
}
@keyframes hide4 {
  0% {
    opacity: 1;
  }
  50% {
    transform: translate(100%, 0);
    width: 120%;
  }
  100% {
    transform: translate(-100%, 0);
    width: 0;
  }
}
@keyframes hide2 {
  0% {
  }
  50% {
  }
  100% {
    rotate: -30deg;
    transform: translate(0%, 100%);
  }
}
@keyframes on {
  100% {
    color: #000;
  }
}
@keyframes on2 {
  100% {
    color: #00DCEF;
  }
}
@keyframes height {
  100% {
    height: 60%;
    width: 100%;
    transform: skewY(-12deg) translateY(12%);
  }
}

@media screen and (max-width:795px) {
  .is-header::after {
    animation: hide2 0.7s ease-in-out 1s forwards;
  }
}
