body {
    background-color: #b21e23 !important;
}

.banner_wg {
    background: url("../img/index/bg.png") #b21e23 no-repeat top center;
    width: 100%;
    background-size: cover;
    margin-top: -10px;
    padding-top: 1px;
}

.banner_wg_bk {
    width: 65%;
    max-width: 1300px;
    margin: 30px auto 0 auto;
    top: 0;
    transform: none;
    display: table;
}

.banner_wg_bk img.pagett {
    width: 63%;
    float: left;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.banner_wg_bk img.tv {
    width: 33%;
    float: left;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}


.bt {
    margin: 15px auto 30px auto;
    width: 245px;
    display: table;
    position: relative;
}

.saleBox {
    width: 100%;
    margin: auto;
    margin-top: auto;
    padding: 0px 0 1px 0;
    margin-top: 50px;
}

.adbox {
    width: 85%;
    margin: 0 auto 30px auto;
}

#a01 img,
.info_01 {
    width: 100%;
    vertical-align: bottom;
    display: block;

}

.protext {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.4;
}

/*動態*/

/*星星01*/
@keyframes star01 {
    0% {
        -moz-transform: scale(0.4);
        transform: scale(0.4);
        opacity: .5;
        top: 12%;
        left: 7%;
    }

    100% {
        -moz-transform: scale(.7);
        transform: scale(.7);
        opacity: 1;
        top: 12%;
        left: 7%;
    }

}

.star01 {
    -webkit-animation: star01 .5s linear;
    -moz-animation: star01 .5s linear;
    animation: star01 .5s linear;
    background: url("../img/index/star01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
    position: absolute;
    animation-iteration-count: infinite;
}

/*星星02*/
@keyframes star02 {
    0% {
        -moz-transform: scale(0.2);
        transform: scale(0.2);
        opacity: .5;
        top: 25%;
        left: 13%;
    }

    100% {
        -moz-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        top: 25%;
        left: 13%;
    }

}

.star02 {
    -webkit-animation: star02 .4s linear;
    -moz-animation: star02 .4s linear;
    animation: star02 .4s linear;
    background: url("../img/index/star01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
    position: absolute;
    animation-iteration-count: infinite;
}

/*星星03*/
@keyframes star03 {
    0% {
        -moz-transform: scale(0.2);
        transform: scale(0.2);
        opacity: .5;
        top: 45%;
        left: 10%;
    }

    100% {
        -moz-transform: scale(.4);
        transform: scale(.4);
        opacity: 1;
        top: 45%;
        left: 10%;
    }

}

.star03 {
    -webkit-animation: star03 .6s linear;
    -moz-animation: star03 .6s linear;
    animation: star03 .6s linear;
    background: url("../img/index/star01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
    position: absolute;
    animation-iteration-count: infinite;
}

/*星星04*/
@keyframes star04 {
    0% {
        -moz-transform: scale(0.2);
        transform: scale(0.2);
        opacity: .5;
        top: 8%;
        left: 28%;
    }

    100% {
        -moz-transform: scale(.4);
        transform: scale(.4);
        opacity: 1;
        top: 8%;
        left: 28%;
    }

}

.star04 {
    -webkit-animation: star04 .5s linear;
    -moz-animation: star04 .5s linear;
    animation: star04 .5s linear;
    background: url("../img/index/star01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
    position: absolute;
    animation-iteration-count: infinite;
}

/*星星05*/
@keyframes star05 {
    0% {
        -moz-transform: scale(0.4);
        transform: scale(0.4);
        opacity: .5;
        top: 33%;
        left: 55%;
    }

    100% {
        -moz-transform: scale(.7);
        transform: scale(.7);
        opacity: 1;
        top: 33%;
        left: 55%;
    }

}

.star05 {
    -webkit-animation: star05 .4s linear;
    -moz-animation: star05 .4s linear;
    animation: star05 .4s linear;
    background: url("../img/index/star01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
    position: absolute;
    animation-iteration-count: infinite;
}

/*不倒翁*/
@keyframes luck {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(12deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-12deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.luck {
    animation: luck 0.8s ease-in-out infinite;
    transform-origin: center bottom;
    width: 145px;
    margin-right: -110px;
    margin-left: 110px;
}

/*飛鳥*/
.birdbox {
    display: table;
    position: relative;
}

.bird {
    animation: bird 3s linear infinite;
    position: absolute;
}

@keyframes bird {
    0% {
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        right: 18%;
        opacity: 1;
        top: 10px;
        width: 200px;
    }

    100% {
        -moz-transform: scale(.5);
        transform: scale(.5);
        right: 25%;
        opacity: 1;
        top: -10px;
        width: 180px;
    }

}

.infobox {
    width: 48%;
    margin: auto;
    display: table;
    box-sizing: border-box;
}

.pagetext {
    width: 77%;
}

@media screen and (max-width: 1920px) {
    .saleBox {
        margin-top: 80px;
        background: none;
    }

    .banner_wg_bk {
        width: 90%;
        max-width: 1800px;
    }

    .infobox {
        margin-top: 2%;
        width: 60%;
        display: table;
    }

    .bt {
        width: 280px;
    }


    /*
    .lineBox {
    bottom: 100px;
}
*/
}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {

    .banner_wg_bk img.pagett {
        width: 65%;
    }

    .banner_wg {
        margin-top: -55px;
    }

    .banner_wg_bk img.pagett {
        margin-top: 86px;
    }

    .banner_wg_bk img.tv {
        margin-top: 95px;
        width: 31%;
        float: left;
    }

    .bt {
        width: 240px;
    }

    .luck {
        width: 125px;
        margin-right: -100px;
        margin-left: 100px;
    }

    /*星星05*/
    @keyframes star05 {
        0% {
            -moz-transform: scale(0.4);
            transform: scale(0.4);
            opacity: .5;
            top: 30%;
            left: 58%;
        }

        100% {
            -moz-transform: scale(.7);
            transform: scale(.7);
            opacity: 1;
            top: 30%;
            left: 58%;
        }

    }



}

@media screen and (max-width: 1500px) {
    /*
    .lineBox {
        bottom: 185px;
    }
*/
}

@media screen and (max-width: 1400px) {
    .infobox {
        width: 75%;
    }

    .luck {
        width: 135px;
    }

    @keyframes bird {
        0% {
            -moz-transform: scale(0.6);
            transform: scale(0.6);
            right: 18%;
            opacity: 1;
            top: 10px;
            width: 150px;
        }

        100% {
            -moz-transform: scale(.4);
            transform: scale(.4);
            right: 25%;
            opacity: 1;
            top: -20px;
            width: 180px;
        }

    }
}

@media screen and (max-width: 1300px) {
    .luck {
        width: 120px;
    }

    /*星星05*/
    @keyframes star05 {
        0% {
            -moz-transform: scale(0.2);
            transform: scale(0.2);
            opacity: .5;
            top: 25%;
            left: 55%;
        }

        100% {
            -moz-transform: scale(.5);
            transform: scale(.5);
            opacity: 1;
            top: 25%;
            left: 55%;
        }

    }


}

@media screen and (max-width: 1200px) {

    /*
    .lineBox {
        bottom: 300px;
    }
*/

    .adbox {
        width: 95%;
    }
}

@media screen and (max-width: 1100px) {
    .saleBox {
        margin-top: 30px;
    }

    .luck {
        width: 105px;
        margin-right: -85px;
        margin-left: 85px;
    }

    /*星星01*/
    @keyframes star01 {
        0% {
            -moz-transform: scale(0.3);
            transform: scale(0.3);
            opacity: .5;
            top: 12%;
            left: 7%;
        }

        100% {
            -moz-transform: scale(.5);
            transform: scale(.5);
            opacity: 1;
            top: 12%;
            left: 7%;
        }

    }


    /*星星02*/
    @keyframes star02 {
        0% {
            -moz-transform: scale(0.2);
            transform: scale(0.2);
            opacity: .5;
            top: 25%;
            left: 10%;
        }

        100% {
            -moz-transform: scale(.4);
            transform: scale(.4);
            opacity: 1;
            top: 25%;
            left: 10%;
        }

    }

    /*星星03*/
    @keyframes star03 {
        0% {
            -moz-transform: scale(0.1);
            transform: scale(0.1);
            opacity: .5;
            top: 20%;
            left: 5%;
        }

        100% {
            -moz-transform: scale(.2);
            transform: scale(.2);
            opacity: 1;
            top: 20%;
            left: 5%;
        }

    }



    /*星星05*/
    @keyframes star05 {
        0% {
            -moz-transform: scale(0.1);
            transform: scale(0.1);
            opacity: .5;
            top: 20%;
            left: 55%;
        }

        100% {
            -moz-transform: scale(.3);
            transform: scale(.3);
            opacity: 1;
            top: 20%;
            left: 55%;
        }

    }

    /*
    .lineBox {
        bottom: 300px;
    }
*/
}

@media screen and (max-width: 1000px) {
    /*
    .lineBox {
        bottom: 350px;
    }
*/


    .bt {
        width: 200px;
    }

    .luck {
        width: 90px;
        margin-right: -70px;
        margin-left: 70px;
    }

    /*    飛鳥*/
    @keyframes bird {
        0% {
            -moz-transform: scale(0.5);
            transform: scale(0.5);
            right: 18%;
            opacity: 1;
            top: 0px;
            width: 150px;
        }

        100% {
            -moz-transform: scale(.4);
            transform: scale(.4);
            right: 25%;
            opacity: 1;
            top: -30px;
            width: 140px;
        }

    }
}

@media screen and (max-width: 850px) {
    /*
    .lineBox {
        bottom: inherit;
        position: relative;
        left: inherit;
        margin: auto;
        width: 50%;
        display: table;
        margin-left: 28%;
    }
*/


    .banner_wg_bk {
        width: 100%;
    }

    .infobox {
        width: 85%;
    }

}

@media screen and (max-width: 768px) {
    .bt {
        width: 200px;
    }

    .banner_wg {
        margin-top: 35px;
    }

    .banner_wg_bk img.pagett {
        margin-top: 25px;
    }

    .banner_wg_bk img.tv {
        margin-top: 19px;
    }

    .protext {
        font-size: 12px;
    }

}

@media screen and (max-width: 650px) {
    .infobox {
        width: 95%;
    }

    /*    飛鳥*/
    @keyframes bird {
        0% {
            -moz-transform: scale(0.5);
            transform: scale(0.5);
            right: 18%;
            opacity: 1;
            top: -10px;
            width: 110px;
        }

        100% {
            -moz-transform: scale(.4);
            transform: scale(.4);
            right: 22%;
            opacity: 1;
            top: -40px;
            width: 100px;
        }

    }

    /*
    .lineBox {
        width: 60%;
        margin-left: 24%;
    }
*/
}

@media screen and (max-width: 550px) {

    .saleBox {
        margin-top: 10px;
    }

    .bt {
        margin: 15px auto 15px auto;
        width: 200px;
    }

    .protext {
        font-size: 11px;
    }

    .infobox {
        width: 100%;
    }

    .pagetext {
        width: 80%;
    }

    .luck {
        width: 78px;
        margin-right: -60px;
        margin-left: 60px;
    }
}

@media screen and (max-width: 450px) {
    .pagetext {}

    .bt {
        width: 130px;
        margin: 5px auto 0 auto;
    }


    /*
    .lineBox {
        width: 70%;
        margin-left: 20%;
        margin-top: 20px;
    }
*/

    .banner_wg_bk {
        width: 92%;
    }

    .banner_wg {
        margin-top: 15px;
    }

    .banner_wg_bk img.pagett {
        margin-top: 40px;
    }

    .banner_wg_bk img.tv {
        margin-top: 39px;
    }

    .luck {
        width: 60px;
        margin-right: -50px;
        margin-left: 50px;
    }

    .protext {
        font-size: 9px;
    }

    /*星星01*/
    @keyframes star01 {
        0% {
            -moz-transform: scale(0.1);
            transform: scale(0.1);
            opacity: .5;
            top: 8%;
            left: 2%;
        }

        100% {
            -moz-transform: scale(.3);
            transform: scale(.3);
            opacity: 1;
            top: 8%;
            left: 2%;
        }

    }


    /*星星02*/
    @keyframes star02 {
        0% {
            -moz-transform: scale(0.2);
            transform: scale(0.2);
            opacity: .5;
            top: 25%;
            left: 1%;
        }

        100% {
            -moz-transform: scale(.4);
            transform: scale(.4);
            opacity: 1;
            top: 25%;
            left: 1%;
        }

    }

    /*星星03*/
    @keyframes star03 {
        0% {
            -moz-transform: scale(0.1);
            transform: scale(0.1);
            opacity: .5;
            top: 10%;
            left: -3%;
        }

        100% {
            -moz-transform: scale(.2);
            transform: scale(.2);
            opacity: 1;
            top: 10%;
            left: -3%;
        }

    }

    /*星星04*/
    @keyframes star04 {
        0% {
            -moz-transform: scale(0.2);
            transform: scale(0.2);
            opacity: .5;
            top: 3%;
            left: 28%;
        }

        100% {
            -moz-transform: scale(.3);
            transform: scale(.3);
            opacity: 1;
            top: 3%;
            left: 28%;
        }

    }


    /*星星05*/
    @keyframes star05 {
        0% {
            -moz-transform: scale(0.1);
            transform: scale(0.1);
            opacity: .5;
            top: 13%;
            left: 50%;
        }

        100% {
            -moz-transform: scale(.3);
            transform: scale(.3);
            opacity: 1;
            top: 13%;
            left: 50%;
        }

    }

    /*    飛鳥*/
    @keyframes bird {
        0% {
            -moz-transform: scale(0.4);
            transform: scale(0.4);
            right: 13%;
            opacity: 1;
            top: -30px;
            width: 110px;
        }

        100% {
            -moz-transform: scale(.3);
            transform: scale(.43);
            right: 18%;
            opacity: 1;
            top: -40px;
            width: 100px;
        }

    }
}

@media screen and (max-width: 430px) {}
