@charset "UTF-8";

#bg_filter + section::before{
  position:absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0 0 0 / 0.4);
}