@charset "UTF-8";

.lp_wrap .jitan {
  margin-bottom: -1px;
}
.lp_wrap .jitan .movie {
  position: absolute;
  top: 10%;
  left: 0%;
  width: 100%;
}
.lp_wrap .jitan .movie::before,
.lp_wrap .jitan .movie::after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  z-index: 1;
  width: 100%;
  height: 20%;
}
.lp_wrap .jitan .movie::before {
  top: 0%;
  background: linear-gradient(0deg, rgba(33, 32, 41, 0) 0%, rgba(33, 32, 41, 1) 100%);
}
.lp_wrap .jitan .movie::after {
  bottom: 0%;
  background: linear-gradient(180deg,rgba(13, 29, 64, 0) 0%, rgba(13, 29, 64, 1) 100%);;
}
.lp_wrap .jitan .head {
  position: absolute;
  top: 5.15%;
  left: 5.7%;
  z-index: 2;
  width: 89.067%;
}
.lp_wrap .jitan .hari {
  position: absolute;
  top: 6.1%;
  left: 30.7%;
  z-index: 2;
  width: 1.86666%;
  transform-origin: 50% 91%;
  animation: 3s cycle2 linear infinite;
}
@keyframes cycle2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.lp_wrap .jitan .htu1 {
  position: absolute;
  top: 51.5%;
  left: 2.1%;
  z-index: 2;
  width: 96%;
}
.lp_wrap .jitan .htu2 {
  position: absolute;
  top: 51.5%;
  left: 2.1%;
  z-index: 2;
  width: 96%;
}
.lp_wrap .jitan .htu2.trigger {
  transition: 0.6s;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
}
.lp_wrap .jitan .htu2.trigger.move {
  opacity: 1;
  clip-path: circle(100% at 50% 50%);
}
.lp_wrap .jitan .center li {
  position: absolute;
  z-index: 2;
}
.lp_wrap .jitan .center li:nth-child(1) {
  top: 59.4%;
  left: 0%;
  width: 51.2%;
}
.lp_wrap .jitan .center li:nth-child(2) {
  top: 59.4%;
  left: 54.5%;
  width: 45.2%;
}
.lp_wrap .jitan .center li img {
  opacity: 0;
  transform: translateY(-15%);
}
.lp_wrap .jitan .center li:nth-child(1) img {
  transition: 0.6s;
}
.lp_wrap .jitan .center li:nth-child(2) img {
  transition: 0.6s 0.4s;
}
.lp_wrap .jitan .center li.trigger.move img,
.lp_wrap .jitan .center li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}