@charset "utf-8";
  
/* media query mobile */
@media screen and (max-width: 1600px){
 
}

@media screen and (max-width: 1240px){
    .MVisual .slogan span {max-width: calc(100% - 23rem);display: block;word-break: keep-all;}
    .MVisual .slogan span br { display: none;}
}
 

@media screen and (max-width:768px) {
    .MVisual .slogan span {max-width: 100%; }
}

@media screen and (max-width:540px) {
   
}

@media screen and (max-width: 460px){ 
}

@media screen and (max-width:380px) {
   
}




