@charset "utf-8";

body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
    background-image: url(../images/yoyaku_bg.png);
 background-color: rgba(255, 255, 255, 0.5); /* 半透明の白 */
    background-blend-mode: overlay;
        background-size: cover;
        background-repeat:no-repeat;
        background-position:50% 100%;
}

body.spa::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
    background-image: url(../images/yoyaku_bg.png);
 background-color: rgba(255, 255, 255, 0.5); /* 半透明の白 */
    background-blend-mode: overlay;
        background-size: cover;
        background-repeat:no-repeat;
        background-position:50% 100%;
}
