@charset "UTF-8";


body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 65.33%;
    line-height: 1.6;
    background: #000;
    color: #000;
    background: url(../_img/bg.jpg) 100% #000;
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
    text-align: center
}

img {
    max-width: 100%;
    margin: 0 auto;
}

a:hover {
    opacity: .8
}

/****
メイン
*****/
main {
    width: 100vw;
    margin: 2rem auto 2rem;
    background: url(../_img/bg2.jpg);
    border-top: 5px solid #71653c;
    border-bottom: 5px solid #71653c;
    border-left: 0 solid #71653c;
    border-right: 0 solid #71653c;
    padding: 10vw 1vw;
    box-sizing: border-box;

    animation: main_ani 5s ease-out forwards;
}

@keyframes main_ani {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





.logo {
    width: 20vw;
    position: fixed;
    top: 1rem;
    right: 1rem;
    overflow: hidden;
    animation: ani 2s ease-out forwards;
    z-index: 100;
}

@keyframes ani {
    from {
        top: -600px;
    }

    to {
        top: 0px;
    }
}



.kv,
.pv,
.butai,
.bandai {
    margin: 0 auto 2rem;
}

.btn {
    margin: 0 auto 8rem;
}

.bandai {
    width: 70%;
    margin: 0 auto 2rem;
}

/****
コメント
*****/
ul.comment {
    font-size: 0;
}

ul.comment li {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    margin: 0;
    padding: 0 .5rem;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
}

.comment_txt {
    margin: 1rem 0;
    font-weight: bold
}

ul.comment li.comment_ttl {
    width: 100%;
    display: inline-block;

}

/****
ボタンリスト
*****/
ul.btnlist {
    width: 100%;
    margin: 6rem auto 1rem;
    font-size: 0;

}

ul.btnlist li {
    display: inline-block;
    width: 50%;
padding-bottom: 1rem;
}

ul.btnlist li img {
    width: 95%;
}

/****
フッター
*****/
footer {
    background-color: #000;
    padding: 2rem 0;
    color: #c7aeea;
    text-align: center;
    font-size: 7px;
}





/*******************　PC ***********************/
@media screen and (min-width: 1024px) {
    body {

    background-size: cover;
}
    
    /****
メイン
*****/
    main {
        width: 65vw;
        margin: 3rem auto;
        background: url(../_img/bg2.jpg);
        border-top: 5px solid #71653c;
        border-bottom: 5px solid #71653c;
        border-left: 5px solid #71653c;
        border-right: 5px solid #71653c;
        padding: 2vw 7vw;
        box-sizing: border-box
    }

    .logo {
        width: 14vw;
    }

    .bandai {
        width: 100%;
        margin: 0 auto 2rem;
    }

    ul.comment li {
        padding: 0 1rem;
    }

    /****
ボタンリスト
*****/
    ul.btnlist {
        width: 90%;
        margin: 6rem auto 3rem;
        font-size: 0;

    }




    /****
フッター
*****/
    footer {

        font-size: .8rem;
    }



}
