@charset "UTF-8";

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    box-sizing: border-box;
    background-color: #eff8ff;
}

#maguchan {
    background-image: url(../_img/bg2.png);
    padding-bottom: 2rem;
}

img {
    max-width: 100%;
}

header {
    padding-bottom: calc(100%*775/1000);
    /* calc(100*ImageHeight/ImageWidth)% */
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../_img/main_sp.jpg);
    background-size: 100%;
    margin: 0 auto;
}

/*-投票注意*/

.note {
    width: 80%;
    margin: 2rem auto 4rem;
    padding: 2rem 2rem 0 2rem;
    background-color: #fff;
    border-radius: 1rem
}

#info {
    width: 90%;
    height: auto;
    margin: 1rem auto 0;
    padding-top: 18%;
    background: url("../_img/vote_bomb.png") no-repeat;
    background-size: 100% auto;
}


#info.infoOFF {
    width: 90%;
    height: auto;
    margin: 1rem auto 0;
    padding-top: 18%;
    background: url("../_img/vote_bomb_off.png") no-repeat;
    background-size: 100% auto;
}



/*-メイン*/


.vote_main {
    position: relative;
    background: url(../_img/bg1.jpg);
    width: 100%;
    margin: 0 auto 4rem;
    ;
    border-radius: 10px;
}

.vote_main_ttl {
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
}

.vote_main {}

.vote_main ul {
    width: 100%;
    font-size: 0;
    padding-top: 3rem;
    margin: 0 auto
}

.vote_main ul li {
    vertical-align: top;
    height: 250px;
    width: 31.333%;
    margin: 2% 1%;
    display: inline-block;
}

.vote_main_read {
    height: 30px;
}

.vote_main ul li p {
    font-size: .8rem;
    padding: .1rem 0rem
}

.vote_main_name {
    color: #ff0078;
    font-weight: 600
}

.vote_main ul li img {
    width: 100%;
}

.btn {
    background: #feff85;
    border-radius: 100px;
    border: 2px solid #97dbeb;
    font-size: .8rem;
    text-align: center;
    margin-top: .5rem;
    transition: all 0.5s;

}


.btn a {
    display: block;
    padding: .5rem;
    color: #000;

}

.btn:hover {
    color: #159d07;
    transform: translate(3px)
}


/*-ボタンリセット*/
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

button:disabled {
    pointer-events: none;
}

/***********　コミックス　*********/
.maguchan_comic {
    background-color: #eff8ff;
    padding: 2rem 0;
}

.maguchan_comic ul {
    font-size: 0;
    width: 95%;
    margin: 0 auto;

}

.maguchan_comic ul li {
    width: 30%;
    display: inline-block;
    font-size: .8rem;
    padding: .5rem;
    box-sizing: border-box;
    vertical-align: top;
}

.maguchan_comic ul li:nth-child(2) {
    width: 70%
}

.marker {
    background: linear-gradient(transparent 50%, #c1e0ff 50%);
    font-weight: bold;
    font-size: 1.3rem;
}

.comic_ttl {
    margin: 0 auto .7rem;
    text-align: center
}

.comic_btn {
    margin: .8rem auto;
    width: 100%;
    text-align: center;
}

.comic_btn a {
    transition: all .3s;
    border-radius: 6px;
    background-color: #ffea00;
    padding: .8rem;
    color: #000;
    display: block;
    color: #072e76;
    font-size: .9rem
}

.comic_btn a:hover {
    background-color: #fff36c;
    transform: translate(3px)
}

/***********　投票ページ　*********/
.thanks_ttl {
    padding-bottom: calc(100%*222/841);
    /* calc(100*ImageHeight/ImageWidth)% */
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../_img/thanks_ttl2.jpg);
    background-size: 100%;
    margin: 0 auto;

}



.vote_main2 {
    position: relative;
    background: url(../_img/bg1.jpg);
    width: 95%;
    padding: 4rem 0;
    margin: 2rem auto 0;
    border-radius: 10px;
    text-align: center;
}

.thanks_cont {
    text-align: center;
    margin-bottom: 2rem
}

.thanks_cont b {
    font-size: 1.3rem;
    display: block;
}

.thanks_read {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem
}

.thanks_read b {
    color: #e84091;
    font-weight: 600
}

.thanks_touhyou {
    font-size: 2rem;
    color: #9952eb
}

/***********　フォームボタン　*********/

.f_btn {
    width: 70%;
    margin: 30px auto;
}

.f_btn_off {
    width: 70%;
    margin: 30px auto;
    display: none;
}

.topBtn {
    width: 70%;
    position: static;
    margin: 0 auto;
    display: block;
}

#shareBtns {
    margin: 1rem auto;
}

#selectPict {
    margin-bottom: 1rem
}

/***********　応募方法　*********/
.present {}

.maguchan_houhou {
    width: 95%;
    margin: 0 auto 3rem;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #fff;
}

.maguchan_houhou strong {
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
    margin-top: 2rem;
    color: #dd1919
}

.maguchan_houhou .waku {
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 1rem auto;
    text-align: center;
    font-size: 1.2rem
}

/***********　フォーム　*********/

.f_text {
    width: 70%;
    padding: .7rem;
    font-size: 1rem
}

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







/*------------------------------------------------PC用ページ用設定*/

@media screen and (min-width: 768px) {
    .nopc {
        display: none;
    }

    header {
        padding-bottom: calc(100%*775/1300);
        /* calc(100*ImageHeight/ImageWidth)% */
        height: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-image: url(../_img/main.jpg);
        background-size: 100%;
        margin: 0 auto;
    }

    .note {
        width: 650px;
        margin: 2rem auto 4rem;
        padding: 2rem 2rem 0 2rem;
        background-color: #fff;
        border-radius: 1rem
    }
.vote_main_ttl {

    width: 454px;
}

    #info {
        width: 500px;
        height: auto;
        margin: 1rem auto 0;
        padding-top: 15%;

    }


    #info.infoOFF {
        width: 500px;
        height: auto;
        margin: 1rem auto 0;
        padding-top: 15%;

    }

    .vote_main {
        position: relative;
        background: url(../_img/bg1.jpg);
        width: 1050px;
        margin: 0 auto 4rem;
        ;
        border-radius: 10px;
    }

    .vote_main ul {
        width: 1000px;
        font-size: 0;
        padding-top: 3rem;
        margin: 0 auto
    }


    .vote_main ul li {
        vertical-align: top;
        height: 280px;

        width: 23%;
        margin: 2% 1%;
        display: inline-block;

    }

    .vote_main_read {
        height: 30px;
    }



    .vote_main ul li p {
        font-size: .8rem;
        padding: .1rem 0rem
    }

    .maguchan_comic ul {
        font-size: 0;
        width: 700px;
        margin: 0 auto;

    }

    .maguchan_comic ul li {
        width: 35%;
        display: inline-block;
        font-size: 1rem;
        padding: 1rem;
        box-sizing: border-box;
        vertical-align: top;
    }


    .maguchan_comic ul li:nth-child(2) {
        width: 65%
    }

    .marker {
        background: linear-gradient(transparent 50%, #c1e0ff 50%);
        font-weight: bold;
        font-size: 1.5rem;
    }

    /***********　投票ページ　*********/


    .vote_main2 {
        width: 800px;

    }

    .thanks_cont b {
        font-size: 2rem;
        display: block;
    }

    .thanks_ttl {
        padding-bottom: calc(100%*222/1500);
        /* calc(100*ImageHeight/ImageWidth)% */

        background-image: url(../_img/thanks_ttl.jpg);


    }

    /***********　応募方法　*********/
    .present {}

    .maguchan_houhou {
        width: 700px;
        margin: 0 auto 3rem;
        padding: 2rem;
        box-sizing: border-box;
        background-color: #fff;
    }


    /***********　フォームボタン　*********/

    .f_btn {
        width: 388px;
    }

    .f_btn_off {
        width: 388px;
    }

    .topBtn {
        width: 388px;
    }




    /*media*/

}
