@keyframes main_effect{
  0% {
    opacity:1;
    transform:scale(0);
    left:-250px;
  }
  70% {
    opacity:1;
  }
  100% {
    opacity:0;
    transform:scale(5);
    left:-250px;
  }
}
@keyframes main_bright{
  0% {
    --radius: 0px;
  }
  100% {
    --radius: 1920px;
  }
}
@keyframes main_star{
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@keyframes heart_on{
  0% {
    opacity:1;
  }
  50% {
    bottom:50%;
  }
  70% {
    bottom:50%;
    opacity:1;
  }
  98% {
    bottom:50%;
    opacity:1;
  }
  100% {
    bottom:50%;
    opacity:0;
  }
}
@keyframes heart_on2{
  0% {
    opacity:0;
  }
  50% {
    bottom:65%;
  }
  70% {
    bottom:65%;
    opacity:1;
  }
  71% {
    bottom:65%;
    opacity:1;
  }
  100% {
    bottom:65%;
    opacity:0;
  }
}
@keyframes heart_on3{
  0% {
    opacity:0;
  }
  50% {
    bottom:50%;
  }
  70% {
    bottom:50%;
    opacity:1;
  }
  71% {
    bottom:50%;
    opacity:1;
  }
  100% {
    bottom:50%;
    opacity:0;
  }
}
@keyframes heart_on4{
  0% {
    opacity:0;
  }
  50% {
    bottom:70%;
  }
  70% {
    bottom:70%;
    opacity:1;
  }
  71% {
    bottom:70%;
    opacity:1;
  }
  100% {
    bottom:70%;
    opacity:0;
  }
}
@keyframes cexpand{
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.1);
  }
  100% {
    transform:scale(1);
  }
}
@keyframes cexpandJuror{
  0% {
    transform:scale(1);
  }
  20% {
    transform:scale(1.1);
  }
  40% {
    transform:scale(1);
  }
  100% {
    transform:scale(1);
  }
}
@keyframes d_box01_expand{
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes d_box01_notexpand{
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes hide{
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@keyframes guide_drag01{
  0% {
    right: 150px;
    bottom: -20px;
  }
  100% {
    right: 440px;
    bottom: -220px;
  }
}

@keyframes guide_drag02{
  0% {
    right: 150px;
    bottom: 270px;
  }
  100% {
    right: 150px;
    bottom: 730px;
  }
}

@keyframes guide_drag03{
  0% {
    right: 120px;
    bottom: -30px;
  }
  100% {
    right: 110px;
    bottom: -520px;
  }
}

@keyframes guide_drag04{
  0% {
    right: 100px;
    bottom: 280px;
  }
  100% {
    right: -220px;
    bottom: 460px;
  }
}