@charset "utf-8";

:root{
}

body {
  background: 
  url(grp/sumire.png) no-repeat bottom right fixed,
  url(grp/uroko_bg.jpg) no-repeat left center / auto 100vh fixed,
  #fcf6eb;
  /*#FAF6F5;*/
  @media (max-width: 1000px) {
    background: 
    url(grp/uroko_bg.jpg) no-repeat left center / auto 100vh fixed,
  #fcf6eb;
  }
}

#page{
  background:url(grp/sumire2.png) top 100px right 100px no-repeat,
    rgba(255 255 255 /.3);
  @media (max-width: 1000px) {
    background:rgba(255 255 255 /.3);
  }
}
