.header_sa02 {
margin: 0px auto;
width: 1015px;
position: relative;
}

#catch {
position:absolute;
top: 140px;
left:15px;

z-index:30;
transition:opacity 1s;
pointer-events: none !important;
}

#logo {
position:absolute;
margin: 0 auto;
top: 965px;
left:0;
right:0;

text-align: center;
z-index:30;
transition:opacity 1s;
  pointer-events: none !important;
}

#catch_onair {
  position: absolute;
    top: -107px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 30;
    transition: opacity 1s;
    text-align: center;
}

#catch_onair a:hover img{
-webkit-filter:brightness(2);
        filter:brightness(2);
}

#play_movie {
position: absolute;
top: 1140px;
left: 17px;
-webkit-filter: drop-shadow(0 0 10px #f00) drop-shadow(0 0 10px #f00);
        filter: drop-shadow(0 0 10px #f00) drop-shadow(0 0 10px #f00);
z-index:30;
transition:opacity 1s;
}

#play_movie:hover {
cursor:pointer;
}

#play_movie::after{
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: url(../../../core_sys/images/main/top/movie_btn_hover.png) no-repeat center;
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
pointer-events:none;
}

#play_movie:hover::after{
opacity: 1;
}



#top_banner {
  position: absolute;
  top: 30px;
  left: 264px;

  z-index: 30;
  transition: opacity 1s;
}