/*SP メニュー展開後背景透過*/
@media screen and (max-width: 768px) {
	#gnav_sp{background:rgba(255,255,255,0.90);background-image: none !important;}
}

#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}





/*↓背景↓*/
html,body {
  height: 100%
}

body:after {/*擬似要素をつくる*/
  position: fixed;/*固定配置*/
  top: 0; left: 0;/*左上に固定*/
  width: 100%; height: 100vh;/*画面全体を覆う*/
  content: "";
  z-index: -1;/*背景にするため*/
  background-attachment:fixed;
 background: url(/upload/back_image/42.jpg) fixed;
  background-size: auto;
    }

#wrap {
    background: rgba(255,255,255,0.5)
}





/* marquee 調整 */
.marquee ul
{animation:scrollmarquee 30s linear infinite;}