





/*****導覽列菜單*****/

.navbar {
    
    width: 100%;
    height: 60px;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 100;

}



.logo {

    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;

}



.logo img {

    width: auto;
    height: 30px;

}



.navbar_nav {

    width: 250px;
    height: calc(100vh - 60px);
    background: #000;
    position: fixed;
    top: 60px;
    right: -250px;
    transition: .5s;

}



.navbar_nav a {

    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    border-bottom: 1px solid #818181;
    text-align: center;

}



.menu_btn {

    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 5px;
    right: 10px;
    margin: auto;

}



.menu_btn span {

    opacity: 0;
    width: 1px;
    height: 1px;

}



.menu_btn::after {

    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    left: 7px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 10px 0 #fff, 0 -10px 0 #fff;

}



#menu_control {

    opacity: 0;
    position: absolute;

}



#menu_control:checked~.navbar_nav {

    right: 0;

}



.pc {

    display: none;

}



.sequence {

    width: 100%;

}



.animateImgSmall{

    width: 100%;
    margin: 0 auto;

}



.download {

    width: 98%;
    display: flex;
    margin: -4% auto 0;

}





.download a {

    margin: 0 auto;
    padding: 0 3px;

}



.reminder{

    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px 15px; 

}



.reminder h4{

    font-size: 16px; 
    color: yellow;
    padding: 0 0 5px;

}



.reminder p{

    font-size: 14px; 
    line-height: 20px; 
    font-weight: lighter; 

}



.reminder strong{

    font-weight: bolder;  

}



.title {

    width: 90%;
    margin: 10% auto 0;

}



.content{

    width: 90%;
    margin: 0 auto;

}



#story .content{

    margin-top: 0px;
    margin: auto 0;

}



.content img {

    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('https://xn3.xn--xhqu8sl91bp1l.xn--fiqs8s/fs/img/story_content_1.png');

}





@media (min-width: 768px) {



    #qr{    

        display: block;

    }



    .mobile {

        display: none;

    }


    .pc {

        display: block;

    }


    .animateImg{

        width: 100%;
        background: url(https://xn3.xn--xhqu8sl91bp1l.xn--fiqs8s/fs/images/sequence_1.png) no-repeat center / cover;  
        margin: 0 auto;

    }



    .download {

        width: 44%;
        margin-top: 0%;

        }



    .download a {

        margin: 0 auto;
        padding: 10px;

    }



    .title {

        width: 30%;

        margin: 5% auto 0;

    }



    .content{

        width: 60%;

    }


}





