@charset "UTF-8";
/* CSS Document */
.billboard-style-02 {background: url("../img/plan/plan_mv01_img01_pc.webp") no-repeat center/cover;}
.billboard-style-02::after {text-shadow: 0 0 8px #111,0 0 8px #111,0 0 8px #111;}




@media only screen and (min-width: 768px) and (max-width: 1200px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 767px) {
  .billboard-style-02 {background: url("../img/plan/plan_mv01_img01_sp.webp") no-repeat center/cover;}
  
  
  
}
@media only screen and (max-width: 768px) and (orientation: landscape) {}