/*h1ページタイトル背景一括変更 --title1は背景に色を混ぜる　blend-mode>淡色lighten濃色multiply */
:root{
  --title1:var(--wh50);
  --title2:var(--bk50);
  /*--linkC:var(--ac);*/
}
#contents .title1{
  background-blend-mode: lighten;
  background-position: center ;
    /*background-image: url(/images/home/mv01sp.jpg);*/
}
div.img-mask00 {
    top: calc(var(--head));
    padding-top: 0;
}
/* 下層card~の画像比率 */
/* body:not(.home) #contents [class*=card] article .im>img{
  object-fit: cover;
  aspect-ratio: 5/3;
} */
/*○○px以下でmv画像の中央位置を調整*/
/* @media screen and (max-width: 834px){
    #contents :is(.bg_slide,.mv_slide,.mv_img,.mv_video) :is(img,video){
        object-position: 0%;
    }
}  */