/*=============================================================
 #PageTtlMain
=============================================================*/
#PageTtlMain{
    position: fixed;
    /*top:92px;*/
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#contents {
    margin-top: 460px;
}
/*=============================================================
 #video-wrap
=============================================================*/
.video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.video-wrap video{
    min-width: 100%;
    min-height: 100vh;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*height: 100vh;*/
    /*background: url('poster.jpg') no-repeat;
    background-size: cover;	*/
}
.video-ttl {
    color: #fff;
    font-size: 400%;
    text-align: center;
}

#contents section.main,
#contents section.main2
{
    display: inline-block;
    /*background-image: url(../img/paper_002.jpg?1) ;*/
    background: rgba(242,234,213,0.85);
    /*background-repeat: repeat;*/
    width: 100vw;
    text-align: center;
    margin: 60px calc(50% - 50vw) 60px;

}


.contents-body {
    /*width: 900px;*/
    padding: 10px 50px 50px;
    background: rgba(255,255,255,0.85);
}


@media only screen and (max-width: 767px){

    .contents-body {
        /*width: 900px;*/
        padding: 10px 10px;
        background: rgba(255,255,255,0.65);
    }
}