/*h1ページタイトル背景一括変更 --title1は背景に色を混ぜる　blend-mode>淡色lighten濃色multiply */
:root{
  --title1:var(--bk10);
  --linkC:var(--mc);

  --mc:#ed6103;/* オレンジ */
  --sc:#ffdfb2;/* 薄オレンジ */
  --bc:#fff3ce;/* ベージュ */
  --ac:#fcdc4a;/* 黄色*/
  --tx:#333;/* 文字色 */
  --gr:#ccc;/* 灰 */
  --bk:#000;
  --wh:#fff; 

}

#contents .title1{
  background-blend-mode: multiply;
  /* background-size: 50% auto; */
  /* background-position: 100% center; */
    /*background-image: url(/images/home/subtop.jpg);*/
}
/* 下層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: 100%;
    }
}  */
