/* ----- 背景用の動画ファイル ----- */
#bgv{
	position: fixed;
	top:-80px;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -9999;
	background: url(../capi_img/uretan_img/main_bg.jpg) no-repeat;
background-size:cover;
	

}

#bgv source{
  width:100%;
  height:auto;
}

#bgv_sp{

display: none;
}

/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
	position: relative; /*必ず必要*/
	z-index: 2; /*必ず必要*/
	display: flex;
	width: 50%;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
}

/* ----- グラデーションオーバーレイ ----- */
.ol_dot{
position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("../capi_img/dot.png");
  background-size:auto;
  z-index:-9998;

}


@media screen and (max-width: 800px) {
    #bgv{
        display: none;
        }
        
        
     #bgv_sp{
     	display: block;
     	margin-top: -90px;
     	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 56%;
	background: url(../capi_img/uretan_img/main_bg.jpg) no-repeat;
	background-size: contain;



    }
    

}