.bst24_bk{
    background-color:#f1f1f1;
}
.bst24_page{
    background-color:#fff;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.bst24_top img{
    width: 100%;
}
.bst24_top iframe{
    aspect-ratio: 1 / 1;
}
.bst24_pkg img{
    width: 100%;
    padding-bottom: 10px;
}
.bst24_merit{
    padding: 0 10px;
}
.bst24_merit img{
    width: 100%;
    padding-bottom: 15px;
}
.bst24_text img{
    width: 100%;
    padding: 10px 0 20px;
}
.bst24_vote img{
    width: 100%;
}
.bst24_vote_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bst24_vote_list_content{
    text-align: center;
    width: 28%;
    padding: 0 3px 25px;
}
.bst24_vote_list:after {
    content: "";
    display: block;
    width: 56%;  /* .boxに指定したwidthと同じ幅を指定する */
}
.bst24_vote_list_content a{
    text-decoration: none;
}
.bst24_vote_list_content p{
    text-align: center;
    width: 70%;
    padding: 0;
    margin: 0 auto 3px;
    border-radius: 5px;
    background-color:#ffed00;
    font-size: 14px;
    color:#000;
}
.bst24_vote_list_content button{
    border: none;
    background-color:#fff;
}

.bst24_vote_list_content button#on:hover{
    cursor: pointer;
}
.bst24_vote p#rank_ttl{
    text-align: center;
    font-size: 16px;
    margin: 30px 0 15px;
}
.bst24_vote p#note{
    text-align: center;
    font-size: 15px;
    padding-bottom: 50px;
}
.bst24_vote p#note u{
    font-size: 15px;
}
@media screen and (min-width:768px){
    .bst24_vote_list{
        max-width: 500px;
        margin: 0 auto;
    }
    .bst24_vote_list_content p{
        font-size: 18px;
    }
    .bst24_vote p#note{
        font-size: 18px;
    }
    .bst24_vote p#note u{
        font-size: 18px;
    }
}
/*********************************/
.bst24_thanks_top img{
    width: 100%;
}
.bst24_thanks_pkg{
    padding: 0 30px;
}
.bst24_thanks_pkg img{
    width: 100%;
    vertical-align: bottom;
}
.bst24_thanks_gacha{
    padding: 0 30px;
    position: relative;
}
.bst24_thanks_gacha img{
    width: 100%;
}
.bst24_thanks_gacha a{
    position: absolute;
    width: 58%;
    left: 29%;
    top: 32%;
}
.bst24_thanks_gacha a:hover{
    filter: opacity(75%);
}
.bst24_thanks_gacha a img{
    border-radius: 50px;
    box-shadow: 2px 3px 10px -5px #777777;
}
.bst24_thanks_share{
    padding: 30px 0 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bst24_thanks_share p{
    font-size: 14px;
    color:#323232;
    margin: 8px 0;
}
.bst24_thanks_share a#post{
    width: 40%;
    display: inline-block;
}
.bst24_thanks_share a#post:hover{
    filter: opacity(70%);
}
.bst24_thanks_share a img{
    width: 100%;
    border-radius: 50px;
}
.bst24_thanks_share a p{
    color:#50a5e6;
    font-weight: bold;
    text-decoration: underline#50a5e6;
}
@media screen and (min-width:768px){
    .bst24_thanks_pkg{
        padding: 0 80px;
    }
    .bst24_thanks_gacha{
        padding: 0 80px;
    }
    .bst24_thanks_gacha a{
        width: 52%;
        left: 32%;
        top: 32%;
    }
    .bst24_thanks_share p{
        font-size: 18px;
        margin: 15px 0;
    }
    .bst24_thanks_share a#post{
        width: 30%;
    }
    .bst24_thanks_share{
        padding-bottom: 80px;
    }
}
/*************************************/
.bst24_number{
    padding: 10px 0 0;
}
.bst24_number p{
    color:#000;
    text-align: center;
    font-size: 12px;
    margin: 0;
}
.bst24_number_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bst24_number_inner img{
    width: 90px;
}
.bst24_number_text{
    margin: 0 0 5px 15px;
}
.bst24_number_text p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
}
.bst24_number_text p#big span{
    color:#333;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color:#c2fdbd;
    margin-right: 5px;
    padding: 0 5px;
    font-family: 'Arial Black','Futura';
}
.bst24_number p#red{
    text-align: center;
    font-weight:bold;
    color:#ff0000;
    font-size: 22px;
    margin: 0;
    padding: 0 0 10px;
}
.bst24_vote_btn{
    text-align: center;
    padding: 15px 0 30px;
}
.bst24_vote_btn a{
    display: inline-block;
    width: 60%;
    background-color:#ff0000;
    filter: brightness(80%);
    border-radius: 8px;
}
.bst24_vote_btn a:hover{
    filter:opacity(60%);
}
.bst24_vote_btn a p{
    margin: 0;
    color:#fff;
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: 2px;
}
@media screen and (min-width:768px){
    .bst24_number{
        padding-top: 20px;
    }
    .bst24_number p{
        font-size: 14px;
    }
    .bst24_number_inner img{
        width: 120px;
    }
    .bst24_number_text{
        margin: 0 0 10px 30px;
    }
    .bst24_number_text p{
        font-size: 16px;
    }.bst24_number_text p#big span{
    color:#333;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color:#c2fdbd;
    margin-right: 5px;
    padding: 0 5px;
    font-family: 'Arial Black','Futura';
}
    .bst24_number p#red{
        text-align: center;
        font-weight:bold;
        color:#ff0000;
        font-size: 22px;
        margin: 0;
        padding: 0 0 10px;
        letter-spacing: 3px;
    }
    .bst24_vote_btn{
        text-align: center;
        padding: 15px 0 30px;
    }
    .bst24_vote_btn a{
        display: inline-block;
        width: 60%;
        background-color:#ff0000;
        border-radius: 8px;
    }
    .bst24_vote_btn a:hover{
        filter:opacity(60%);
    }
    .bst24_vote_btn a p{
        margin: 0;
        color:#fff;
        font-size: 18px;
        padding: 10px 0;
        font-weight: bold;
    }
    .bst24_number_text p#big span{
        font-size: 45px;
        padding: 0 10px;
    }
    .bst24_number p#red{
        font-size: 24px;
    }
    .bst24_vote_btn{
        padding: 20px 0 50px;
    }
    .bst24_vote_btn a{
        border-radius: 10px;
    }
    .bst24_vote_btn a p{
        font-size: 24px;
    }
}
.bst24_slider{
    width: 80%;
    margin: 0 auto;
}
.bst24_slider p{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 5px;
}
.bst24_popup li{
    max-width: 200px;
    margin: 0 auto;
}
.bst24_popup li a img{
    border: 1px solid#ddd;
}
.bx-next {
    left: 33%!important;
}
.bx-prev {
    left: 64%!important;
}
.bx-wrapper{
    margin-bottom: 0px!important;
}
@media screen and (min-width:768px){
    .bst24_slider p{
        font-size: 18px;
    }
    .bst24_vote p#rank_ttl{
        font-size: 18px;
    }
}
@media screen and (max-width:768px){
    .bx-next {
        left: 72%!important;
    }
    .bx-prev {
        left: 27%!important;
    }
}
.bst24_rank_bk{
    background-color:#f1f1f1;
}
.bst24_rank{
    background-color:#fff;
    max-width: 550px;
    width: 86%;
    margin: 0 auto;
}
.bst24_rank img{
    width: 100%;
}