/* -----------------------
  restart
----------------------- */
.restart{
  position: relative;
  background: url(../img/restart_uruoi_bg.png) no-repeat top center/ 100%;
}

.restart_uruoi{
  position: relative;
}

.restart_uruoi > p{
  position: absolute;
  top: 0;
  left: 0;
}

.laser_loop {
  bottom: max(calc(-166/ 750 * 100vw), -166px);
  top: auto;
  z-index: 2;
}

.laser_loop > p {
  width: min(calc(3106/ 750 * 100vw), 3106px);
}

.restart_line.unmaskRight.trigger.move {
  transition: all 4.5s ease; 
}