yamaga
https://gyazo.com/ee438dc1056f1d8a46b3b1ea3620e5ee
code:style.css
body {
/* 画像のURLを指定 */
background-repeat: no-repeat; /* 画像の繰り返しを指定 */
background-attachment: fixed; /* 画像の固定 */
background-position:center top; /* 画像の表示位置を指定 */
background-size:cover; /* 画像のサイズを指定 */
}