
@charset "UTF-8";

#top_event + section{
  position: relative;
}
#top_event + section::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255 255 255 / 0.8);
}