/* CSS Document */


/*.carousel-item
{
width:100%;
height:65vw;
}*/

.slideimg1::before {
content:"";
display:block;
position:fixed;

z-index:-1;
width:100%;
height:100%;
background-repeat:no-repeat;
/*background-image:url(/images/top/p1.jpg);*/
background-size:contain;
}

.slideimg2::before {
content:"";
display:block;
position:fixed;

z-index:-1;
width:100%;
height:100%;
background-repeat:no-repeat;
/*background-image:url(/images/top/p2.jpg);*/
background-size:contain;
}


.ParallaxVideo{ 
    height: 42.4vw;
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
    top:0;
    z-index: -999;
}
#contents-area{
    /*top:-10vh;*/
}



