@charset "utf-8";




.motifContents {
    position: relative;
}


.motifContents .motifContent {
    position: relative;
}




.motifContents #messages .pager{
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: flex-end;
    opacity:0;
    transition-duration: 400ms;
    transition-property: opacity;
    transition-timing-function: ease;
}

.motifContents #messages.active .pager{
    opacity:1;
}

.motifContents .pager .slash{
    background-image: url(../img/pager.png);
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    margin-left: -10px;
    margin-right: -10px;
}
.motifContents .pager .current{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: rgba(194,191,191,0.6);
    top: -0.25em;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.motifContents .pager .total{
    font-size: 20px;
    font-weight: 600;
    color: rgba(194,191,191,0.6);
    line-height: 1em;
    letter-spacing: 0.05em;
}






.motifContent .fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: blur(16px);
    transition-duration: 1000ms;
    transition-timing-function: linear;
    transition-property: opacity, filter;

}

.motifContent.active .fixed {
    opacity: 1;
    filter: blur(0px);
    transition-delay: 0ms;
}








.motifContent .body {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.motifContent .body p {
    font-size: 20px;
    line-height: 2.4em;
    text-align: center;
}





#top {
    height: 100vh;
}



#top h1 {
    position: relative;
    display: block;
    background-image: url(../img/kv_title.svg);
    background-size: 100% 100%;
    width: 386.5px;
    height: 22.7px;
    text-indent: -9999px;
    overflow: hidden;
}

#top .scroll {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 40px;
    font-size: 18px;
    line-height: 1.35em;
    color: #C3BFBF;
    background-image: url(../img/kv_scroll.png);
    background-size: calc(27px / 2) calc(22px / 2);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    letter-spacing: 0.1em;
    font-weight: 600;
}



#message1 {
    height: 100vh;

}

#message2 {
    height: 100vh;
}

#message3 {
    height: 100vh;
}





#message4 {
    height: 100vh;
}


#message4 .body p {
    position: relative;
    display: block;
    background-image: url(../img/statement.svg);
    background-size: 100% 100%;
    width: 458px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
}
#message5 {
    height: 100vh;
}


#message6 {
    height: 100vh;
}


#message6 .body p {
    position: relative;
    display: block;
    background-image: url(../img/kv_title.svg);
    background-size: 100% 100%;
    width: 386.5px;
    height: 22.7px;
    text-indent: -9999px;
    overflow: hidden;
}



@media print,screen and (min-width: 851px) {


    #message3 .body {
        color: #f1f1f1;
        margin-left: 1em;
    }
    
    #message4 .body {
        color: #f1f1f1;
    }

    #message5 .body {
        color: #f1f1f1;
    }
    



}

@media only screen and (max-width: 850px) {

    
    .motifContent .body p {
        font-size: 3.2vw;
        /* line-height: 1.75em; */
    }

  
   
    
    #top h1 {
       top: -10vh;
        width: 60vw;
        height: calc(60vw / 386.499 * 22.7);
    }

    #top .scroll {
        font-size: 13px;
        bottom: 20px;
        background-size: calc(27px / 3) calc(22px / 3);
        padding-bottom: 12px;
    }
    
  


    #message1 .body {
        top: 25vh;
     }
    
     #message2 .body {
        top: 25vh;
     }
     #message3 .body {
        top: 25vh;
     }
     #message4 .body p {
        top: 20vh;
        display: block;
        background-image: url(../img/statement_sp.svg);
        background-size: 100% 100%;
        width: calc(50vw) ;
        height: calc(50vw / 410 * 97.1 );
        text-indent: -9999px;
        overflow: hidden;
     }
     #message5 .body {
        top: 25vh;
     }


    #message6 .body p {
        top: -10vh;
        width: 60vw;
        height: calc(60vw / 386.499 * 22.7);
     }
    
    



    .motifContents #messages .pager{
        right: 10px;
        bottom: 10px;
    }

   

    .motifContents .pager .slash{
        width: calc(35px / 2);
        height: calc(35px / 2);
        margin-left: -5px;
        margin-right: -5px;
    }
    .motifContents .pager .current{
        font-size: 20px;
        top: -0.125em;
    }

    .motifContents .pager .total{
        font-size: 10px;
    }


}


@media only screen and (max-width: 850px) and (orientation: landscape) {


     
    /* .motifContent .body p {
        font-size: 2vw;
    }



    #top h1 {
        width: 42vw;
        height: calc(42vw / 386.499 * 22.7);
    } */

    


}