@charset "UTF-8";
/*=============================================================
背景
=============================================================*/
.pc {
width: 100%;
}
/* 背景画像 */
.bg1 {
  background: url("../image/pc_bg.jpg") no-repeat fixed;
    min-height: 100vh; 
　background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  width: 100%;
  }
.bg2 {
width: 100%;
}
.bg2 video{
position:fixed;
width: 100%;
height:100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1000;
object-fit: cover;
}
.pc_in{
width: 390px;
margin: 0 0 0 auto;
background: #fff;
}
.pc_in2{
width: 390px;
margin: 0 0 0 auto;
background: rgba(255,255,255,0.8);
}
