@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    padding-bottom: 1%;
    text-transform: uppercase;
    border-bottom: 2px solid #f350c2;
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
}

td {
    text-align: left;
    width: 157px;
    height: 60px;
    font-size: 1.1em;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0 auto;
    background-image: url(../images/bg_2.jpg);
    background-position: top center;
    background-attachment: local;
    background-repeat: repeat-y;
    background-color: rgb(255, 200, 243);
    font-family: "Microsoft YaHei", "Arial", Verdana, Geneva, "Noto Sans TC", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    overflow-x: hidden;
}

#wrap {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: url(../images/bg.jpg)center top no-repeat;
}

.wrapbg_change {
    width: 100%;
    height: 788px;
    position: absolute;
    margin: 0 auto;
    background: url(../images/bg_change.jpg)center top no-repeat;
    -webkit-animation: fadein 2s;
    -webkit-animation-iteration-count: infinite;
}

@media screen and (max-width:1080px) {
    body {
        background-image: url(../images/bg_2_680.jpg);
        background-color: rgb(255, 200, 243);
    }
    #wrap {
        background: url(../images/bg_680.jpg)center top no-repeat;
    }
}


/*--------menu--------*/

#menu {
    margin: 0 auto;
    height: 100px;
    position: absolute;
    z-index: 50;
    margin-top: 721px;
    margin-left: -600px;
    left: 50%;
    width: 1050px;
}

.nav-io {
    padding: 0 0 0 150px;
}

.menu01,
.menu02,
.menu03,
.menu04 {
    background-image: url('../images/btn/btnall.png');
    background-repeat: no-repeat;
}

.menu01 {
    background-position: 0 0;
    height: 111px;
    width: 300px;
    /*nav按鈕寬*/
}

.menu01:hover,
.menu01.a1-hover,
.menu01.active {
    background-position: 0 -111px;
}

.menu02 {
    background-position: 0 -222px;
    height: 111px;
    width: 300px;
    /*nav按鈕寬*/
}

.menu02:hover,
.menu02.a2-hover,
.menu02.active {
    background-position: 0 -333px;
}

.menu03 {
    background-position: 0 -444px;
    height: 111px;
    width: 300px;
    /*nav按鈕寬*/
}

.menu03:hover,
.menu03.a3-hover,
.menu03.active {
    background-position: 0 -555px;
}

.menu04 {
    background-position: 0 -666px;
    height: 111px;
    width: 300px;
    /*nav按鈕寬*/
}

.menu04:hover,
.menu04.a4-hover,
.menu04.active {
    background-position: 0 -777px;
}

.menu01,
.menu02,
.menu03,
.menu04 {
    float: left;
    cursor: pointer;
}


/*--------content--------*/

.cont,
.cont_bg,
.cont_vote {
    display: block;
    height: 100%;
    padding-bottom: 50px;
    min-height: 900px;
}


/*--content1--*/

.cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    width: 100%;
}

.cont {
    /*禁止用戶選中*/
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.cont:not(:nth-of-type(1)) {
    display: none;
}

.content1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 65%;
}

.leaderboard {
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.leaderboard li {
    margin: 1% 1%;
    width: 46%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 16px;
}

.leaderboard li img {
    width: 100%;
}

.discount {
    width: 90%;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.discount a {
    display: flex;
    margin: 2% 1%;
    width: 30%;
    height: auto;
    box-sizing: border-box;
    justify-content: center;
}

.discount img {
    width: 100%;
    border-radius: 16px;
}

.prizeList {
    width: 100%;
    min-height: 500px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 5px 50PX 5PX;
}

.prizeList li {
    display: flex;
    margin: 10px 1%;
    width: 30%;
    height: auto;
    box-sizing: border-box;
}

.invisible {
    visibility: visible;
}

@media screen and (max-width:768px) {
    /*768以下(含)*/
    .discount {
        width: 90%;
    }
    .discount a {
        display: flex;
        margin: 2% 1%;
        width: 46%;
        height: auto;
        box-sizing: border-box;
    }
    .discount a img {
        width: 100%;
    }
    .t1-tw {
        background: url(../images/text/t1.png) center no-repeat;
        width: 342px;
        height: 80px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        left: 50%;
        margin: 20px auto;
    }
    .t2-tw {
        background: url(../images/text/t2.png) center no-repeat;
        width: 414px;
        height: 80px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        left: 50%;
        margin: 20px auto;
    }
    .t3-tw {
        background: url(../images/text/t3.png) center no-repeat;
        width: 414px;
        height: 80px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        left: 50%;
        margin: 20px auto;
    }
    .t4-tw {
        background: url(../images/text/t4.png) center no-repeat;
        width: 414px;
        height: 80px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        left: 50%;
        margin: 20px auto;
    }
    .t5-tw {
        background: url(../images/text/t5.png) center no-repeat;
        width: 414px;
        height: 80px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        left: 50%;
        margin: 20px auto;
    }
}

@media screen and (max-width:1080px) {
    /*768以下(含)*/
    .discount {
        width: 100%;
    }
    .discount a {
        display: flex;
        margin: 2% 1%;
        width: 46%;
        height: auto;
        box-sizing: border-box;
    }
    .content1 {
        width: 90%;
    }
    .leaderboard li {
        margin: 1% 1%;
        width: 90%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 16px;
    }
}

h1 {
    margin-top: 50px;
    margin-left: 40%;
    width: 400px;
    height: auto;
    font-size: 50px;
    color: #FFF;
}

.t1-tw {
    background: url(../images/text/t1.png) center no-repeat;
    width: 342px;
    height: 80px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    margin: 20px auto;
}

.t2-tw {
    background: url(../images/text/t2.png) center no-repeat;
    width: 414px;
    height: 80px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    margin: 20px auto;
}

.t3-tw {
    background: url(../images/text/t3.png) center no-repeat;
    width: 414px;
    height: 80px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    margin: 20px auto;
}

.t4-tw {
    background: url(../images/text/t4.png) center no-repeat;
    width: 414px;
    height: 80px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    margin: 20px auto;
}

.t5-tw {
    background: url(../images/text/t5.png) center no-repeat;
    width: 414px;
    height: 80px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    margin: 20px auto;
}

.t6-tw {
    background: url(../images/text/t6.png) center no-repeat;
    width: 430px;
    height: 80px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    margin: 20px auto;
}

.t7-tw {
    background: url(../images/text/t7.png) center no-repeat;
    width: 380px;
    height: 80px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    margin: 20px auto;
}

.t7-tw {
    margin-top: 80px;
}

@media screen and (max-width:996px) {
    /*768以下(含)*/
    .t1-tw,
    .t2-tw,
    .t3-tw,
    .t4-tw,
    .t5-tw {
        width: 100%;
        height: 120px;
    }
    .t6-tw,
    .t7-tw {
        width: 100%;
        height: 140px;
    }
}

p {
    color: #FFF;
}


/*--content2--*/

.content2,
.content3 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}

.video_main {
    position: absolute;
    margin: 3.5em auto 0;
    width: 50%;
    min-height: 700px;
    left: 25%;
}

.videoPlay {
    width: 100%;
    height: auto;
}

.videoPlay video {
    border-radius: 16px;
    width: 100%;
}

.video_btn a {
    float: right;
}

.video_img {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0 30px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 8px;
    padding-bottom: 5px;
}

.v_img img {
    width: 220px;
    height: auto;
    margin-right: 10px;
    border-radius: 8px;
}


/*滾動條樣式設定*/

.video_img::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.video_img::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: rgb(235, 34, 135);
}

.video_img::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.055);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.character_right_1 {
    position: absolute;
    margin-top: 120px;
    width: 22%;
    height: 800px;
    right: 3.5%;
    background: url("../images/video/v1_right.png")no-repeat;
    background-size: 100%;
}

@media screen and (max-width:1200px) {
    /*768以下(含)*/
    .video_main {
        margin: 0 auto;
        width: 94%;
        left: 3%;
    }
    .character_right_1 {
        display: none;
    }
}


/*--content3--*/

.cont h3,
.cont_vote h3 {
    font-size: 1.6em;
    text-align: center;
    font-weight: 900;
    color: #ff9fef;
    margin: 50px 0 30px;
}

.ps_img {
    margin: 20px auto 0;
    width: 800px;
    height: 1200px;
    background: url(../images/text/ps_img.png) center no-repeat;
}

.ps_img_2 {
    margin: 20px auto 0;
    width: 800px;
    height: 1200px;
    background: url(../images/text/ps_img_2.png) center no-repeat;
}

@media screen and (max-width:1024px) {
    /*768以下(含)*/
    .ps_img,
    .ps_img_2 {
        width: 100%;
        height: 1750px;
        background-size: cover;
        overflow: hidden;
    }
}

input,
select {
    font-family: "Microsoft YaHei", "Arial", Verdana, Geneva, "Noto Sans TC", sans-serif;
    font-size: 1.1em;
    display: block;
    margin: 20px auto;
    border: none;
    padding: 20px;
    color: #000;
    background: rgba(207, 207, 207, 0.8);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
}

.btnhp-b1 {
    background: url("../images/btn/btn_fb.png")no-repeat;
}

.btnhp-b1:hover {
    background: url("../images/btn/btn_fb_hover.png")no-repeat;
}

.btnhp-b2 {
    background: url("../images/btn/btn_charge.png")no-repeat;
}

.btnhp-b2:hover {
    background: url("../images/btn/btn_charge_hover.png")no-repeat;
}

.btnhp-b1,
.btnhp-b1:hover,
.btnhp-b2,
.btnhp-b2:hover {
    background-size: contain;
    height: 100px;
    width: 200px;
    margin: 0 auto 20px auto;
}

.btntw-b2 {
    background: url("../images/btn/btn_fanza.png")no-repeat;
}

.btntw-b2:hover {
    background: url("../images/btn/btn_fanza_hover.png")no-repeat;
}

.btntw-b3 {
    background: url("../images/btn/btn_playgame.png")no-repeat;
}

.btntw-b3:hover {
    background: url("../images/btn/btn_playgame_hover.png")no-repeat;
}

.btntw-b2,
.btntw-b2:hover,
.btntw-b3,
.btntw-b3:hover {
    background-size: contain;
    height: 70px;
    width: 150px;
    margin: 0 0 0 10px;
}

@media screen and (max-width:1024px) {
    .video_btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .btntw-b2,
    .btntw-b2:hover,
    .btntw-b3,
    .btntw-b3:hover {
        background-size: contain;
        height: 300px;
        width: 350px;
        margin: 0 20px;
        float: right;
    }
    .btnhp-b1,
    .btnhp-b1:hover,
    .btnhp-b2,
    .btnhp-b2:hover {
        background-size: contain;
        width: 350px;
        margin: 0 auto 20px auto;
    }
}

.btnhp-b1,
.btnhp-b2,
.btntw-b2,
.btntw-b3 {
    cursor: pointer;
    display: block;
    position: relative;
}

button {
    background: none;
    border: none;
}

button a {
    display: block;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}


/*===================================
 footer
===================================*/

footer {
    width: 100%;
}

footer a,
footer p {
    color: rgb(219, 219, 219);
    margin-top: 20px
}

.footercopyright {
    background: #ac7fa2;
    box-shadow: 5px 0 20px rgba(49, 13, 35, 0.5);
    min-height: 150px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.container {
    margin: 30px auto 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.copyright-text {
    display: flex;
    flex-direction: row;
}

.open_agreement,
.open_privacy,
.footer_link {
    display: inline-block;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.open_agreement a,
.open_privacy a,
.footer_link a,
.open_agreement:hover,
.open_privacy:hover,
.footer_link:hover {
    text-decoration: none;
}

.open_agreement a:hover,
.open_privacy a:hover,
.footer_link a:hover {
    color: rgb(247, 237, 97);
}

.footer_logo_wrapper {
    width: 90px;
    height: auto;
    margin-right: 20px
}

.footer_logo_wrapper img {
    width: 100%;
    height: auto;
}

.footer_bottom_left_content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 0;
}

.footer_bottom_left_content p {
    box-sizing: border-box;
    width: 95%;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 4px;
    margin: 0;
    color: rgb(219, 219, 219)
}

.footer_src {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width:990px) {
    /*768以下(含)*/
    .footer_logo_wrapper {
        width: 160px;
        height: auto;
        margin-right: 20px
    }
    .copyright-text {
        flex-direction: column;
        align-items: center;
    }
    .footer_src {
        flex-direction: column;
        align-items: center;
    }
    .footer_bottom_left_content {
        margin: 0 auto;
    }
    .footer_bottom_left_content p {
        width: 100%;
        margin: 15px 0;
        text-align: center;
        font-size: 1.1em;
        line-height: 30px;
    }
    .open_agreement,
    .open_privacy,
    .footer_link {
        font-size: 1.5em;
        line-height: 40px;
    }
}


/*foot end*/

.top {
    height: 800px;
    overflow: hidden;
    position: relative;
}

.chara1 {
    background: url("../images/logo_left.png") center no-repeat;
    width: 560px;
    height: 830px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-top: 0px;
    margin-left: -830px;
    z-index: 45;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.chara2 {
    background: url("../images/logo_right.png") center no-repeat;
    width: 560px;
    height: 660px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-top: 180px;
    margin-left: 315px;
    z-index: 41;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

@media screen and (max-width:1024px) {
    /*768以下(含)*/
    .chara1,
    .chara2 {
        display: none;
    }
}

.slogan-tw {
    background: url(../images/logo.png) center no-repeat;
    width: 1300px;
    height: 800px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: -660px;
}

.slogan-tw_change {
    background: url(../images/logo_1.png) center no-repeat;
    width: 1300px;
    height: 800px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: -660px;
    -webkit-animation: fadein 1.5s;
    -webkit-animation-iteration-count: infinite;
    position: absolute;
    left: 50%;
    z-index: 40;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    visibility: hidden;
}

.slogan-tw {
    position: absolute;
    left: 50%;
    z-index: 40;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}


/*===================================
 animation
===================================*/

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}