@charset "UTF-8";
/*=============================================================
背景
=============================================================*/

/* 背景画像 */
#container {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
z-index: 0;
}
#container video{
position: fixed;
width: 100%;
height:100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -10000;
object-fit: cover;
}
.pc {
width: 100%;
}
.pc_in{
width: 390px;
margin: 0 0 0 auto;
background: #fff;

}

