Written by Anonymous

/*固定ページタイトル非表示*/
.page
.entry-title {
  display: none;
}
/*背景画像フルスクリーン時メイン背景無色化*/
#main {
  background-color: rgba(0,0,0,0);
}
/*topのみ背景画像url指定*/
body.home {
background:url(https://hatsumi-seiji.com/(省略)/***.jpg) ;      
background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
Notepad
Select All