.star-container {
  display: flex;
  gap: 20px;
}

.star-wrapper {
  position: relative;
  width: 50px;
  height: 47px;
}

#goto1 .performance_parallel ul .parallel_before .star {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 47px;
}

#goto1 .performance_parallel ul .parallel_before .star-on {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  position: relative;
  top: -2px;
  left: -2px;
}

#goto1 .performance_parallel ul .parallel_before .star-off {
  transform: scale(1);
}