@charset "utf-8";

/* ページ背景色 */
body { background-color: #ff0000 }

/* ページ背景画像 */
body {
  background-image: url(../rose-ff0000.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
