@charset "UTF-8";

.lp_wrap .seibun .movie1 {
  position: absolute;
  top: 21.45%;
  left: 0%;
  width: 100%;
}
.lp_wrap .seibun .cover1 {
  position: absolute;
  top: 13%;
  left: 5.334%;
  width: 89.333%;
}
.lp_wrap .seibun .movie2 {
  position: absolute;
  top: 47.2%;
  left: 0%;
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: min(375px, 50vw);
  border-bottom-right-radius: min(375px, 50vw);
}
.lp_wrap .seibun .cover2 {
  position: absolute;
  top: 48.6%;
  left: 10.9%;
  width: 86.267%;
}
.lp_wrap .seibun .deco li {
  position: absolute;
}
.lp_wrap .seibun .deco li:nth-child(1) {
  top: 11%;
  left: 1.7%;
  width: 14.8%;
  animation: 1.6s seibun_deco ease-in-out alternate infinite;
}
.lp_wrap .seibun .deco li:nth-child(2) {
  top: 20.35%;
  right: 0%;
  width: 7.2%;
  animation: 1.6s seibun_deco -0.8s ease-in-out alternate infinite;
}
.lp_wrap .seibun .deco li:nth-child(3) {
  top: 26.3%;
  left: 74.3%;
  width: 23.867%;
  animation: 1.6s seibun_deco -1.2s ease-in-out alternate infinite;
}
.lp_wrap .seibun .deco li:nth-child(4) {
  top: 26.2%;
  left: 0%;
  width: 19.733%;
  animation: 1.6s seibun_deco -0.4s ease-in-out alternate infinite;
}
@keyframes seibun_deco {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(15%);
  }
}
.lp_wrap .seibun .item {
  position: absolute;
  top: 30.3%;
  left: 0%;
  width: 100%;
}
.lp_wrap .seibun .movie3 {
  position: absolute;
  top: 72.6%;
  left: 0%;
  width: 100%;
  overflow: hidden;
  clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
}
.lp_wrap .seibun .cover3 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
}