@charset "UTF-8";

/* ==================================================
  トップ画像（MV）の黒いマスク（不透明度）を優しくする設定
=================================================== */
.mv-section::before, 
[class*="header"]::before, 
[class*="visual"]::before {
    background-color: rgba(0, 0, 0, 0.25) !important;
}