:root{
  --title1:var(--wh70);
}
body.blog .wrap aside nav > a{
  display: none;
}
 /*h1ページタイトル背景一括変更 blend-mode>淡色screen濃色color */
#contents .title1{
  background-blend-mode: screen;
    /*background-image: url(/images/home/mv01sp.jpg);*/
}
/*クラスCycleのデフォルト幅*/
:where(section>.Cycle){width: 900px;}

#contents :is(h1,h2,h3):has(>.im){
  display: flex;justify-content:space-between;
  align-items:flex-end;
  .im{display:contents;}
  img{
    margin:unset!important;
  }
}