/*h1ページタイトル背景一括変更 --title1は背景に色を混ぜる　blend-mode>淡色lighten濃色multiply */
:root{
  --title1:var(--un);
  --linkC:#555;
  --hcolor: #555;

  --mc:#27ad52;
  --sc:#f5fff6;
  --ac:#ffc300;
  --bc:#fafafa;
  --tx:#333;
  --gr:#bbb;
  --bk:#000;
  --wh:#fff;
}
.img100{
  margin-inline: var(--contout) !important;
  max-width: unset;
  img{
    width:100%!important;
    height:auto!important;
    margin:unset!important;
  }
}
#contents .title1{
  background-blend-mode: multiply;
  background-position: center 0;
    /*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: 0%;
    }
}  */