@media (max-width : 769px){
.wp_front_main{
  width: 100%;
  background-image: url("../img/img_top_sp.jpg");
  background-size: cover;
  background-position: center;
}
.wp_front_main_movie{
  display: none;
}
.wp_front_main_container{
  position: relative;
  top: 37%;
  height: 74%;
}
.wp_front_main_container h1.wp_front_main_catch,
.wp_front_main_container p.wp_front_main_title,
.wp_front_main_container ul.wp_front_main_logo,
.wp_front_main_container p.wp_front_main_play{
  filter: invert(100%);
}
.wp_front_main_container ul.wp_front_main_logo{
  margin-bottom: 12px;
}
}