body{
    padding: 0;
    margin: 0;
}
.pcDiv {
    background-image: url(../img/pc_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 255%;
    padding-top: 20%;
    position: relative;
    overflow: hidden;
}
.pcDiv .logoDiv {
    position: absolute;
    top: .5%;
    right: 0;
    width: 20%;
}
.pcDiv .logoDiv img{
    width: 100%;
}
.pcDiv .title_1 {
    width: 50%;
    margin: 35% auto 0 auto;
}
.pcDiv .title_1 img{
    width: 100%;
}
.pcDiv .title_top {
    background-image: url(../img/top_title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
    margin: 0 auto 3.5% auto;
    height: 0;
    padding-bottom: 5%;
    position: relative;
}
.pcDiv .topNoticeDiv {
    position: absolute;
    top: 24.2%;
    left: 12%;
    width: 18%;
}
.pcDiv .topNoticeDiv img{
    width: 100%;
}
.pcDiv .platDiv {
    text-align: center;
    width: 100%;
    margin-top: 47%;
}
.pcDiv .platDiv a {
    display: inline-block;
    margin: 0 1%;
    transition: all .3s ease;
    animation: heartbeat 2.5s infinite;
}
.pcDiv .platDiv a:hover{
    transform: scale(1.1);
}
.pcDiv .platDiv a.apple_btn{
    width: 16%;
}
.pcDiv .platDiv a.google_btn{
    width: 19%;
}
.pcDiv .platDiv a img{
    width: 100%;
}

.pcDiv .pcDivInBox{
    width: 80%;
    margin: 6% auto 0 auto;
}
.pcDiv .title_2{
    width: 98%;
    margin: 3.5% auto;
}
.pcDiv .title2Img{
    background-image: url(../img/pre_reg_tw_gift.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 5%;
}
.pcDiv .preDiv .preDiv_title {
    width: 80%;
    margin: 0 10% 2% 10%;
}
.pcDiv .preDiv .preDiv_title img {
    width: 30%;
}
.pcDiv .preDiv {
    width: 100%;
}
.pcDiv .preDiv .preDiv_inBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}
.pcDiv .preDiv .preDiv_inBox div:nth-child(1){
    width: 5%;
}
.pcDiv .preDiv .preDiv_inBox div:nth-child(1) img{
    width: 70%;
}
.pcDiv .preDiv .preDiv_inBox div:nth-child(2){
    width: 15%;
}
.pcDiv .preDiv .preDiv_inBox div:nth-child(3) {
    width: 50%;
}
.pcDiv .preDiv .preDiv_inBox div:nth-child(4){
    width: 30%;
}
.pcDiv .preDiv .preDiv_inBox div:nth-child(4) img {
    width: 100%;
}
.pcDiv .preDiv #uArea {
    border: 4px solid #7D7D7D;
    border-radius: 20px;
    font-size: 2.8vw;
    width: 90%;
    padding: 6% 0 6% 10%;
    margin: 0 5%;
    color: #42392c;
    appearance: none;
    background-image: url(../img/drop_down.png);
    background-repeat: no-repeat;
    background-position: right 12% center;
    background-size: 18%;
}
.pcDiv .preDiv #uPhone{
    border: 4px solid #7D7D7D;
    border-radius: 20px;
    font-size: 2.8vw;
    padding: 2% 0 1.5% 2%;
    width: 94%;
    margin: 0 2%;
    color: #42392c;
}
.pcDiv .preDiv .preDiv_img {
    width: 80%;
    margin: 5% auto;
}
.pcDiv .preDiv .preDivImg{
    background-image: url(../img/reg_to_gift.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 21%;
}

.pcDiv .line_bg {
    background-image: url(../img/line_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 72%;
    height: 0;
    padding-bottom: 3%;
    margin: 5% auto;
}

.pcDiv .storePreDiv .storePreDiv_title {
    width: 90%;
    margin: 3.5% auto;
    text-align: center;
}
.pcDiv .storePreDiv .storePreDivTitleImg {
    background-image: url(../img/store_reg_5star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 5%;
}
.pcDiv .storePreDiv .storePreDiv_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 0 5% 0;
}
.pcDiv .storePreDiv .storePreDiv_text div img{
    width: 100%;
}
.pcDiv .storePreDiv .storePreDiv_text div:nth-child(1) {
    width: 35%;
    margin: 0 0 0 14.5%;
}
.pcDiv .storePreDiv .storePreDiv_text div:nth-child(2) {
    width: 33%;
    margin-left: 3%;
}
.pcDiv .storePreDiv .storePreDiv_text div{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.pcDiv .storePreDiv .star5Img {
    background-image: url(../img/5star_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 46%;
}

.pcDiv .fbDiv .fbDiv_title{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.pcDiv .fbDiv .fbDiv_title img{
    width: 100%;
    margin: 0 auto;
}
.pcDiv .fbDiv .fbDiv_img {
    width: 30%;
    margin: 5% auto;
    text-align: center;
}
.pcDiv .fbDiv .fbDiv_img img{
    width: 100%;
}

.pcDiv .giftDiv .giftDiv_title {
    width: 80%;
    margin: 8% auto 3% auto;
    text-align: center;
}
.pcDiv .giftDiv .giftDivTitleImg{
    background-image: url(../img/title_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 6%;
}
.pcDiv .giftDiv .giftDiv_img{
    width: 85%;
    margin: 4% auto;
}
.pcDiv .giftDiv .giftDivImg {
    background-image: url(../img/gift_5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 30%;
}
.pcDiv .giftDiv .giftDiv_inbox{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pcDiv .giftDiv .giftDiv_inbox {
    width: 85%;
    margin: 4% auto 8% auto;
}
.pcDiv .giftDiv .giftDiv_inbox div:nth-child(1) {
    width: 50%;
    margin-left: 5%;
}
.pcDiv .giftDiv .giftDiv_inbox div .giftDivTitleOmg{
    background-image: url(../img/friend_title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
}
.pcDiv .giftDiv .giftDiv_inbox div:nth-child(2) {
    width: 35%;
    margin-left: 5%;
}
.pcDiv .giftDiv .giftDiv_inbox div:nth-child(2) a img{
    width: 100%;
}


.pcDiv .footerDiv{
    background-color: #252422;
    padding: 5% 0 1% 0;
}
.pcDiv .footerDiv .footerTopDiv{
    width: 50%;
    margin: 0 auto;
}
.pcDiv .footerDiv .footerTopDiv img{
    width: 100%;
}
.pcDiv .footerDiv .footerMiddleDiv{
    width: 30%;
    margin: 2% auto;
}
.pcDiv .footerDiv .footerMiddleDiv .footerIntro {
    background-image: url(../img/m/footer_intro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 25%;
}
.pcDiv .footerDiv .footerNotice{
    margin: 0 0 1.5% 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.pcDiv .footerDiv .footerNotice p{
    margin: .5% 0;
}
.pcDiv .footerDiv .footerADiv{
    width: 100%;
    text-align: center;
}
.pcDiv .footerDiv .footerADiv a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    margin: 0 .5%;
    font-size: .85vw;
}
.pcDiv .footerDiv .footerADiv a:nth-child(2):before {
    content: '|';
    position: absolute;
    top: -10%;
    left: -20%;
}
.pcDiv .footerDiv .footerADiv a:nth-child(3):before{
    content: '|';
    position: absolute;
    top: -10%;
    left: -18%;
}
.pcDiv .footerDiv .footerADiv a:hover,
.pcDiv .footerDiv .footerADiv a:active,
.pcDiv .footerDiv .footerADiv a:visited{
    color: #FFFFFF;
}
.pcDiv .footerDiv .footerBottomDiv{
    color: #FFFFFF;
    font-size: .8vw;
    font-family: "Noto Sans TC", serif;
    text-align: center;
    margin: 2% 0 0 0;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@media screen and (max-width: 1024px) and (min-width: 720px){
    .pcDiv .preDiv #uArea {
        border-radius: 15px;
        background-position: right 8% center;
    }
    .pcDiv .preDiv #uPhone {
        border-radius: 15px;
    }
}

@media screen and (max-width: 720px){
    .pcDiv {
        background-image: url(../img/m/pc_bg.jpg);
        padding-bottom: 0;
        height: auto;
    }
    .pcDiv .logoDiv {
        width: 40%;
        overflow-x: hidden;
    }
    .pcDiv .logoDiv img {
        margin: 0 0 0 8%;
    }
    .pcDiv .title_1 {
        width: 85%;
        margin: 125% auto 0 auto;
    }
    .pcDiv .title_top{
        background-image: url(../img/m/top_title.png);
        width: 80%;
        padding-bottom: 6%;
        margin: 0 auto 7% auto;
    }
    .pcDiv .topNoticeDiv {
        top: 12%;
        left: 6%;
        width: 25%;
    }
    .pcDiv .platDiv {
        width: 75%;
        margin: 135% 0 0 25%;
    }
    .pcDiv .platDiv a {
        animation: heartbeat 2s infinite;
    }
    .pcDiv .platDiv a.apple_btn {
        width: 34%;
    }
    .pcDiv .platDiv a.google_btn {
        width: 41%;
    }
    .pcDiv .pcDivInBox {
        width: 85%;
        margin: 0 auto;
    }
    .pcDiv .title2Img {
        background-image: url(../img/m/pre_reg_tw_gift.png);
        padding-bottom: 25%;
    }
    .pcDiv .preDiv .preDiv_title {
        text-align: center;
        width: 70%;
        margin: 0 15% 2% 15%;
     }
    .pcDiv .preDiv .preDiv_title img{
        width: 100%;
    }
    .pcDiv .preDiv .preDiv_inBox {
        width: 100%;
    }
    .pcDiv .preDiv #uArea {
        border: 2px solid #7D7D7D;
        border-radius: 5px;
        font-size: 6vw;
        padding: 7% 0 6% 10%;
        background-position: right 8% center;
        background-size: 18%;
        font-weight: bold;
    }
    .pcDiv .preDiv #uPhone {
        border: 2px solid #7D7D7D;
        border-radius: 5px;
        font-size: 6vw;
        padding: 2.5% 0 2% 4%;
        font-weight: bold;
    }
    .pcDiv .preDiv .preDiv_inBox div:nth-child(1) {
        width: 10%;
    }
    .pcDiv .preDiv .preDiv_inBox div:nth-child(1) img {
        width: 80%;
    }
    .pcDiv .preDiv .preDiv_inBox div:nth-child(2) {
        width: 25%;
    }
    .pcDiv .preDiv .preDiv_inBox div:nth-child(3) {
        width: 65%;
    }
    .pcDiv .preDiv .preDiv_inBox div:nth-child(4) {
        width: 60%;
        margin-left: 20%;
        margin-top: 5%;
    }
    .pcDiv .preDiv .preDivImg {
        background-image: url(../img/m/reg_to_gift.png);
        padding-bottom: 41%;
    }
    .pcDiv .preDiv .preDiv_img {
        width: 100%;
        margin: 5% auto;
    }
    .pcDiv .storePreDiv .storePreDiv_title {
        width: 100%;
    }
    .pcDiv .storePreDiv .storePreDivTitleImg {
        background-image: url(../img/m/store_reg_5star.png);
        padding-bottom: 20%;
    }
    .pcDiv .storePreDiv .storePreDiv_text {
        flex-direction: column;
    }
    .pcDiv .storePreDiv .storePreDiv_text div:nth-child(1) {
        width: 70%;
        margin: 7% auto;
    }
    .pcDiv .storePreDiv .storePreDiv_text div:nth-child(2) {
        width: 60%;
        margin-left: 0;
    }
    .pcDiv .storePreDiv .star5Img {
        background-image: url(../img/m/5star_img.png);
        width: 100%;
        padding-bottom: 210%;
    }
    .pcDiv .line_bg{
        display: none;
    }
    .pcDiv .fbDiv .fbDiv_title {
        width: 100%;
        margin: 7% auto;
    }
    .pcDiv .fbDiv .fbDiv_img {
        width: 60%;
    }
    .pcDiv .giftDiv .giftDiv_title {
        width: 100%;
        margin: 15% auto 3% auto;
    }
    .pcDiv .giftDiv .giftDivImg {
        background-image: url(../img/m/gift_5.png);
        padding-bottom: 800%;
    }
    .pcDiv .giftDiv .giftDivTitleImg {
        background-image: url(../img/m/title_3.png);
        padding-bottom: 25%;
    }
    .pcDiv .giftDiv .giftDiv_inbox {
        flex-direction: column;
        width: 100%;
    }
    .pcDiv .giftDiv .giftDiv_inbox div .giftDivTitleOmg {
        background-image: url(../img/m/friend_title.png);
        padding-bottom: 30%;
    }
    .pcDiv .giftDiv .giftDiv_inbox div:nth-child(1) {
        width: 100%;
        margin-left: 0;
    }
    .pcDiv .giftDiv .giftDiv_inbox div:nth-child(2) {
        width: 60%;
        margin-left: 0;
    }

    .pcDiv .footerDiv .footerTopDiv {
        width: 90%;
    }
    .pcDiv .footerDiv .footerMiddleDiv .footerIntro {
        padding-bottom: 25%;
    }
    .pcDiv .footerDiv .footerMiddleDiv {
        width: 90%;
    }
    .pcDiv .footerDiv .footerNotice {
        margin: 2% auto;
        width: 95%;
        font-size: 3.1vw;
    }
    .pcDiv .footerDiv .footerADiv a {
        margin: 0 2%;
        font-size: 3.1vw;
    }
    .pcDiv .footerDiv .footerADiv a:nth-child(2):before {
        top: -13%;
    }
    .pcDiv .footerDiv .footerADiv a:nth-child(3):before {
        top: -13%;
    }
    .pcDiv .footerDiv .footerBottomDiv {
        font-size: 2.6vw;
    }

    @keyframes heartbeat {
        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.05);
        }
        50% {
            transform: scale(1);
        }
        75% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }

}