﻿@charset "utf-8";

.lp_wrap .mij .catch div {
  position: absolute;
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
  mask-size: 250% 100%;
  mask-position: 100% 0%;
}
.lp_wrap .mij .catch div:nth-child(1) {
  top: 5%;
  left: 19.6%;
  width: 60.8%;
  transition: 0.9s;
}
.lp_wrap .mij .catch div:nth-child(2) {
  top: 10.5%;
  left: 26.6%;
  width: 46.8%;
  transition: 0.76s 0.2s;
}
.lp_wrap .mij .catch div.move,
.lp_wrap .mij .catch div.move ~ div {
  mask-position: 0% 0%;
}
.lp_wrap .mij .head div {
  position: absolute;
  top: 20.6%;
  width: 9.867%;
  clip-path: inset(0% 0% 100% 0%);
}
.lp_wrap .mij .head div:nth-child(1) {
  right: 33%;
  transition: 0.6s;
}
.lp_wrap .mij .head div:nth-child(2) {
  left: 45.067%;
  transition: 0.6s 0.2s;
}
.lp_wrap .mij .head div:nth-child(3) {
  left: 33%;
  transition: 0.6s 0.4s;
}
.lp_wrap .mij .head div.move,
.lp_wrap .mij .head div.move ~ div {
  clip-path: inset(0%);
}