

/***
TOPのMV2重表示対策 2025-12.24
***/
@media screen and (max-width: 767px) { 
  .mask-g { 
    display: none !important; 
  } 
} 
 
@media screen and (min-width: 768px) { 
  .mask-g-sp { 
    display: none !important; 
  } 
}
