@charset "UTF-8";

html {
    font-size: 0.908vh;
    -webkit-text-size-adjust:none;
    color:#303030;
}
@media screen and (max-width: 960px) {
    html {
        font-size: 1.5vw;
    }
}

body {
    background: #fff;
    font-family:'Noto Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    background: #000;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 110rem;
    min-height: 100vh;
}
.wrap .preload {
    display: none;
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.logo {
    position: absolute;
    display: block;
    width: 14rem;
    left: calc(50% - 7rem);
    z-index: 999;
}
.stage {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100rem;
    overflow: hidden;
}
.stage .bgbox-pc {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.stage .bgbox-pc::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.stage .bgbox-pc .bg-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
@media screen and (max-width: 960px) {
    .stage .bgbox-pc {
        display: none;
    }
}
.stage .bgbox-content {
    position: absolute;
    display: block;
    width: 160rem;
    height: 101rem;
    left: calc(50% - 80rem);
}
@media screen and (max-width: 960px) {
    .stage .bgbox-content {
        min-height: 100%;
    }
}
.stage .bgbox-content .bg-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.stage1 .bg-img {
    background: url(../images/bg1.jpg) no-repeat center center;
}
.stage2 .bg-img {
    background: url(../images/bg1.jpg) no-repeat center center;
}
.stage3 .bg-img {
    background: url(../images/bg2.jpg) no-repeat center center;
}
.stage3 .bg-img2 {
    background: url(../images/bg2_2.jpg) no-repeat center center;
}
.stage4 .bg-img {
    background: url(../images/bg3.jpg) no-repeat center center;
}
.stage5 .bg-img {
    background: url(../images/bg4.jpg) no-repeat center center;
}
.stage6 .bg-img {
    background: url(../images/bg6.jpg) no-repeat center center;
}
.stage7 .bg-img {
    background: url(../images/bg6.jpg) no-repeat center center;
}
.stage8 .bg-img {
    background: url(../images/bg7.jpg) no-repeat center top;
}
.stage8 .music-bg1,
.stage8 .music-bg2,
.stage8 .music-bg3,
.stage8 .music-bg4{
    background: none;
}
.stage8 .music-bg1 span,
.stage8 .music-bg2 span,
.stage8 .music-bg3 span,
.stage8 .music-bg4 span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.stage8 .music-bg1 span{
    background: url(../images/bg7_2.jpg) no-repeat center top;
    background-size: cover;
}
.stage8 .music-bg2 span{
    background: url(../images/bg7_3.jpg) no-repeat center top;
    background-size: cover;
}
.stage8 .music-bg3 span{
    background: url(../images/bg7_4.jpg) no-repeat center top;
    background-size: cover;
}
.stage8 .music-bg4 span{
    background: url(../images/bg7_5.jpg) no-repeat center top;
    background-size: cover;
}
.stage9 .pd-bg{
    background: none;
}
.stage9 .bgbox-pc .bg-img {
    background: url(../images/bg13.jpg) no-repeat center center;
    background-size: cover;
}
.stage9 .bgbox-content {
    overflow: hidden;
}

.stage9 .bg-img span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bg8.jpg) no-repeat center center;
    background-size: cover;
}
.stage9 .pd-bg span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.stage9.pd1 .pd-bg span:nth-child(1){
    background: url(../images/bg8_1_1.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd1 .pd-bg span:nth-child(2){
    background: url(../images/bg8_1_2.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd2 .pd-bg span:nth-child(1){
    background: url(../images/bg8_2_1.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd2 .pd-bg span:nth-child(2){
    background: url(../images/bg8_2_2.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd3 .pd-bg span:nth-child(1){
    background: url(../images/bg8_3_1.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd3 .pd-bg span:nth-child(2){
    background: url(../images/bg8_3_2.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd4 .pd-bg span:nth-child(1){
    background: url(../images/bg8_4_1.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd4 .pd-bg span:nth-child(2){
    background: url(../images/bg8_4_2.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd5 .pd-bg span:nth-child(1){
    background: url(../images/bg8_5_1.jpg) no-repeat center center;
    background-size: cover;
}
.stage9.pd5 .pd-bg span:nth-child(2){
    background: url(../images/bg8_5_2.jpg) no-repeat center center;
    background-size: cover;
}
.stage10.bg1 .bg-img {
    background: url(../images/bg9.jpg) no-repeat center center;
    background-size: cover;
}
.stage10.bg2 .bg-img {
    background: url(../images/bg9_2.jpg) no-repeat center center;
    background-size: cover;
}
.stage11 .bg-img {
    background: url(../images/bg10.jpg) no-repeat center center;
}
.stage12 .bg-img1 {
    background: url(../images/bg11.jpg) no-repeat center center;
}
@media screen and (max-width: 960px) {
    .stage12 .bg-img1 {
        background-size: auto 100%;
    }
}
.stage12 .bg-img2 {
    background: url(../images/bg12.jpg) no-repeat center center;
}
.stage13 .bg-img {
    background: url(../images/bg1.jpg) no-repeat center center;
}
.stage14 .bg-img {
    background: url(../images/bg13.jpg) no-repeat center center;
}
.stage15 .bg-img {
    background: url(../images/bg13.jpg) no-repeat center center;
}
.stage16 .bg-img {
    background: url(../images/bg1.jpg) no-repeat center center;
}
.stage17 .bg-img {
    background: url(../images/bg1.jpg) no-repeat center center;
}
.stage18 .bg-img {
    background: url(../images/bg1.jpg) no-repeat center center;
}
.stage19 .bg-img {
    background: url(../images/bg13.jpg) no-repeat center center;
}
.stage20 .bg-img {
    background: url(../images/bg1.jpg) no-repeat center center;
}

.footer {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
    bottom: 0;
    background: #26211e;
}
.footer .footer-text {
    position: relative;
    display: block;
    width: 90%;
    max-width: 900px;
}

h1 {
    position: relative;
    display: block;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5rem;
}
h2 {
    position: relative;
    display: block;
    font-size: 2.6rem;
    line-height: 4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1rem;
    text-align: center;
}
h3 {
    position: relative;
    display: block;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.3rem;
    text-align: center;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
}
h4 {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 3.3rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.2rem;
    text-align: left;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
}
h5 {
    position: relative;
    display: block;
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3rem;
    text-align: center;
}
h6 {
    position: relative;
    display: block;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.2rem;
    text-align: left;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
}
h7 {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3rem;
}

.stage-container {
    position: relative;
     display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 65rem;
    height: 100%;
    left: calc(50% - 32.5rem);
    padding: 15rem 0 0 0;
}
.pop-up {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60rem;
    background: rgba(132,113,96,0.7);
    padding: 5rem 2rem;
}

.gborder {
    border-radius: 1rem;
}
.gborder::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #f0eeeb;
    border-radius: 1rem;
    box-sizing: border-box;
    pointer-events: none;
}
.gborder::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 2px);
    left: 0;
    top: 0;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(240,238,235,0) 0%, rgba(154,149,154,1) 15%, rgba(240,238,235,1) 50%, rgba(154,149,154,1) 85%, rgba(240,238,235,0) 100%);
    border-image-slice: 1;
    pointer-events: none;
}
.tip-title {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(90deg, rgba(30,10,5,0.1) 0%, rgba(30,10,5,1) 50%, rgba(30,10,5,0.1) 100%);
    padding: 2rem;
    border-top:1px solid #d0b9ad;
    border-bottom:1px solid #d0b9ad;
}
.tip-title h1{
    color: #d0b9ad;
    padding: 0 1vw;
}
.arrow-left {
    position: relative;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-left::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: -0.8rem;
    top: 0.8rem;
    border-right: 1px solid #d0b9ad;
    border-top: 1px solid #d0b9ad;
}
.arrow-left::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #d0b9ad;
    border-top: 1px solid #d0b9ad;
}
.arrow-right {
    position: relative;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow-right::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0.8rem;
    top: 0.8rem;
    border-left: 1px solid #d0b9ad;
    border-top: 1px solid #d0b9ad;
}
.arrow-right::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-left: 1px solid #d0b9ad;
    border-top: 1px solid #d0b9ad;
}
.pop-up .textbox {
    position: relative;
    display: block;
    margin-top: 2.5rem;
    font-size: 2.8rem;
    line-height: 5rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: #fff;
    text-align: center;
}
.pop-up .closebtn {
    position: absolute;
    display: block;
    width: 4rem;
    height: 4rem;
    right: 2rem;
    top:2rem;
    cursor: pointer;
}
.pop-up .closebtn::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #d0b9ad;
    top:calc(50% - 0.2rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pop-up .closebtn::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #d0b9ad;
    top:calc(50% - 0.2rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.stage2 .qabox {
    position: relative;
    display: block;
    padding: 10rem 0;
}
.stage2 .qabox:nth-child(1) {
    border-bottom: 1px solid #fff;
}
.stage2 .qabox .ans-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0 0 0;
}
.text-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #847160;
    padding: 1.2rem;
    text-align: center;
    cursor: pointer;
}
.text-btn:hover,
.text-btn:active{
    background: #9a6d4c;
}
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label{
    background: #9a6d4c;
}
.stage2 .qabox .ans-list .text-btn {
    width: 16rem;
    margin: 0 1rem;
}
.stage3 .index-title {
    position: relative;
    width: 50rem;
}
.stage3 .index-hashtag {
    position: absolute;
    width: 22rem;
    top:42%;
    left: 33rem;
}
.stage3  .index-name {
    position: absolute;
    background: rgba(255,255,255,0.65);
    border: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    padding: 1rem;
    width: 30rem;
    border-radius: 5rem;
    bottom:21rem;
}
.stage3 .start-btn {
    position: absolute;
    bottom:12rem;
    padding: 2rem;
}
.stage3 .start-btn h1 {
    margin-right: 1rem;
}

.stage3 .start-btn .arrow-left::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.stage3 .start-btn .arrow-left::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.step-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-box .step-arrow-left {
    position:relative;
    display: block;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 0;
    border-left: 1px solid #d0b9ad;
    border-top: 1px solid #d0b9ad;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.step-box .step-arrow-right {
    position:relative;
    display: block;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 0;
    border-right: 1px solid #d0b9ad;
    border-top: 1px solid #d0b9ad;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.step-box .step-number {
    position: relative;
    display: block;
    font-size: 3rem;
    line-height: 3rem;
    color: #d0b9ad;
    letter-spacing: 0.8rem;
    padding: 0 2rem;
}
.step-box .step-number span:nth-child(1) {
    color: #fff;
}
.step-qbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    width: 85%;
    height: 22.5rem;
    margin: 5rem 0 5rem 0;
    border-radius: 1rem;
    border:1px solid #d0b9ad;
}
.step-qbox-bg {
    position: absolute;
    display: block;
    width: 85%;
    height: 22.5rem;
    left: 7.5%;
    top: 23rem;
    background: rgba(20,5,5,0.8);
    border-radius: 1rem;
}
.step-abox {
    position: relative;
    display: block;
    width: 60%;
    margin: 5rem 0 0 0;
}
.step-abox li{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 2.5rem 0;
}
.step-abox li .text-btn {
    padding: 2rem 0;
}
.step-abox li .text-btn h1{
    font-weight: 400;
}
.step-abox2 {
    position: relative;
    display: block;
    width: 100%;
}
.step-abox2 li{
    position: absolute;
    display: block;
    width: 40%;
}
.step-abox2 .a-line {
    position: absolute;
    display: block;
    width: 1px;
    height: 10rem;
    background: #d0b9ad;
    top:100%;
}
.step-abox2 .a-arrow {
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    background: #d0b9ad;
    border:1px solid #f0eeeb;
    border-radius: 1.5rem;
    top:calc(100% + 10rem);
}
.step-abox2 .a-arrow::before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 40%;
    left: 30%;
    top:20%;
    border-right:1px solid #847160;
    border-bottom: 1px solid #847160;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.stage5 li:nth-child(1) {
    left: 8rem;
    top:3rem;
}
.stage5 li:nth-child(1) .a-line {
    left: 50%;
}
.stage5 li:nth-child(1) .a-arrow {
    left: calc(50% - 1.5rem);
}
.stage5 li:nth-child(2) {
    left: 20rem;
    top: 30rem;
}
.stage5 li:nth-child(2) .a-line {
    width: 10rem;
    height: 1px;
    top:50%;
    left: 100%;
}
.stage5 li:nth-child(2) .a-arrow {
    top:calc(50% - 1.5rem);
    left: calc(100% + 10rem);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.stage6 .step-abox2 li{
    width: 50%;
}
.stage6 li:nth-child(1) {
    left: 15rem;
    top:20rem;
}
.stage6 li:nth-child(1) .a-line {
    width: 10rem;
    height: 1px;
    top:50%;
    left: -10rem;
}
.stage6 li:nth-child(1) .a-arrow {
    top:calc(50% - 1.5rem);
    left: calc(-13rem);
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}
.stage6 li:nth-child(2) {
    left: 15rem;
    top:35rem;
}
.stage6 li:nth-child(2) .a-line {
    width: 10rem;
    height: 1px;
    top:50%;
    left: 100%;
}
.stage6 li:nth-child(2) .a-arrow {
    top:calc(50% - 1.5rem);
    left: calc(100% + 10rem);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.stage6 .left-cup {
    position: absolute;
    display: block;
    height: 35rem;
    left: calc(50% - 45rem);
    top:calc(50% + 5rem);
}
.stage6 .left-cup img {
    width: auto;
    height: 100%;
}
.stage6 .right-cup {
    position: absolute;
    display: block;
    height: 55rem;
    left: calc(50% + 20rem);
    top:calc(50% - 10rem);
}
.stage6 .right-cup img {
    width: auto;
    height: 100%;
}
@media screen and (max-width: 960px) {
    .stage6 .left-cup {
        height: 40rem;
        left: calc(50% - 52rem);
        top:calc(50% + 5rem);
    }
    .stage6 .right-cup {
        height: 60rem;
        left: calc(50% + 22rem);
        top:calc(50% - 14rem);
    }
}
.stage7 .step-abox{
    width: 75%;
}
.stage7 .step-abox .text-btn{
    flex-direction: column;
}
.stage7.branch1 .side2 {
    display: none;
}
.stage7.branch2 .side1 {
    display: none;
}
.music-btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25rem;
}
.music-btn-list {
    position: relative;
    display: block;
    width: 65%;
    margin: 0 2rem;
}
.music-btn-list li.text-btn {
    opacity: 0;
    position: absolute;
    width: 100%;
    background: rgba(132,113,96,0.9);
}
.music-btn-list li.text-btn:nth-child(1) {
    opacity: 1;
}
.music-arrow-left {
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    background: #483d3c;
    border:1px solid #f0eeeb;
    border-radius: 2.5rem;
    margin-top: 5rem;
    cursor: pointer;
}
.music-arrow-left::before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 40%;
    left: 35%;
    top:30%;
    border-top:1px solid #d0b9ad;
    border-left: 1px solid #d0b9ad;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.music-arrow-right {
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    background: #483d3c;
    border:1px solid #f0eeeb;
    border-radius: 2.5rem;
    margin-top: 5rem;
    cursor: pointer;
}
.music-arrow-right::before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 40%;
    right: 35%;
    top:30%;
    border-top:1px solid #d0b9ad;
    border-right: 1px solid #d0b9ad;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pd-textbox {
    position: absolute;
    display: block;
    width: 90%;
    padding: 2rem 4rem;
    border:1px solid #d0b9ad;
    border-radius: 1rem;
    bottom: 11%;
}
.pd-textbox::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(20,5,5,0.3);
    border-radius: 1rem;
}
.pd-textbox h4 {
    color: #d0b9ad;
    display: none;
}
.pd-highlight {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0 0 0;
    cursor: pointer;
}
.pd-highlight h1 {
    margin: 0 1rem;
    display: none;
}
.stage9.pd1 .pd-textbox .t1,
.stage9.pd2 .pd-textbox .t2,
.stage9.pd3 .pd-textbox .t3,
.stage9.pd4 .pd-textbox .t4,
.stage9.pd5 .pd-textbox .t5{
    display: block;
}
.end-textbox {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 17rem;
}
@media screen and (max-width: 960px) {
    .end-textbox {
        position: absolute;
        display: block;
        width: 85%;
        top: calc(51% - 18rem);
        margin-top: 0;
    }
}
.end-textbox .end-text {
    position: absolute;
    display: block;
    width: 100%;
}
.end-blk {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,1);
}
.result-cardbox {
    position: absolute;
    display: block;
    top:15rem;
    width: 100%;
    isolation: isolate;
}
@media screen and (max-width: 960px) {
    .result-cardbox {
        top:calc(50% - 35rem);
    }
}
.result-cardbox .card-bg {
    position: absolute;
    display: block;
    width: 100%;
}
.card-light {
    position: absolute;
    display: block;
    width: 15rem;
    mix-blend-mode:screen;
}
.stage12.result1 .card-light,
.stage12.result2 .card-light,
.stage12.result3 .card-light{
    left: 35rem;
    top:10rem
}
.stage12.result4 .card-light,
.stage12.result5 .card-light,
.stage12.result6 .card-light{
    left: 43rem;
    top:5rem
    
}
.stage12.result7 .card-light,
.stage12.result8 .card-light,
.stage12.result9 .card-light{
    left: 36rem;
    top:17rem
}
.stage12.result10 .card-light,
.stage12.result11 .card-light,
.stage12.result12 .card-light{
    left: 50rem;
    top:10rem
}
.stage12.result13 .card-light,
.stage12.result14 .card-light,
.stage12.result15 .card-light{
    left: 49rem;
    top:17rem;
}
.card-t1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 4rem 0rem 4rem;
}
.card-t1 h5 {
    text-shadow: 0 0 0.5rem rgba(255,210,131,0.8);
}
.card-t1::before {
    content: "";
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 2rem;
    border-color: transparent transparent transparent #fff;
    margin-right: 1rem;
}
.card-t1 span {
    border-bottom:1px solid #fff;
}
.card-t2 {
    position: relative;
    display: block;
    width: 100%;
}
.card-t2 img {
    display: none;
}
.card-t3 h6 {
    display: none;
}
.card-t4 h7 {
    display: none;
}
.stage12.result1 .t1,
.stage12.result2 .t2,
.stage12.result3 .t3,
.stage12.result4 .t4,
.stage12.result5 .t5,
.stage12.result6 .t6,
.stage12.result7 .t7,
.stage12.result8 .t8,
.stage12.result9 .t9,
.stage12.result10 .t10,
.stage12.result11 .t11,
.stage12.result12 .t12,
.stage12.result13 .t13,
.stage12.result14 .t14,
.stage12.result15 .t15{
    display: block;
}
.card-t3 {
    position: relative;
    display: block;
    width: 96%;
    left: 2%;
    margin-top: 2rem;
    padding: 2rem 4rem 2rem 4rem;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
}

.card-t4 {
    position: relative;
    display: inline-block;
    left: 20rem;
    margin-top: 2rem;
    text-align: center;
}
.card-t4::before {
    content: "";
    position: absolute;
    width: 42rem;
    height: 10rem;
    background: url(../images/result_t3_bg.png) no-repeat center center;
    background-size: contain;
    left: -2rem;
    top:-5rem;
}
.card-t4 span {
    color:#d0b9ad;
}
.result-btnbox {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:20rem;
    width: 100%;
}
.result-btnbox .text-btn {
    padding: 0;
    height: 6rem;
    width: 25rem;
    background: #483d3c;
    margin: 0 2rem;
}
.text-btn.share-btn {
    background: rgb(66,19,20);
    background: linear-gradient(0deg, rgba(66,19,20,1) 25%, rgba(111,75,38,1) 60%, rgba(177,149,79,1) 100%);
}
.text-btn.share-btn:hover {
    box-shadow: 0 0 2rem rgba(255,167,80,1);
}
.share-btn-text {
    width: 15rem;
}
.text-btn.replay-btn:hover {
    background: #847160;
}
.replay-btn-text {
    width: 10rem;
}
.share-btn-arrow {
    position: relative;
    display: block;
    margin: 0 0 0 1rem;
    opacity: 0.8;
}
.share-btn-arrow span {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0 0.8rem 1.6rem;
    border-color: transparent transparent transparent #fff;
    margin-right: -0.2rem;
}
.formbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 4rem 0 0 0;
 }
.form-inputbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
}
.form-inputbox dt {
    position: relative;
    display: block;
    width: 14rem;
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
    color: #fff;
    font-weight: 700;
    margin-right: 1rem;
    text-align: center;
}
.form-inputbox dd {
    position: relative;
    display: block;
    width: 30rem;
    height: 4rem;
}
.form-inputbox dd input {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.6rem;
    background: rgba(255,255,255,0.65);
    box-shadow: 0.2rem 0.2rem 0.1rem rgba(0,0,0,0.2);
    border:0;
    border-left: 0.3rem solid rgba(0,0,0,0.3);
    border-top: 0.3rem solid rgba(0,0,0,0.3);
}
.checkbox-list {
    position: relative;
    display: block;
}
.checkbox-list li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}
.checkbox-list li p {
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.2rem;
    color: #d0b9ad;
    margin-left: 1rem;
}

.checkbox-list a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: underline;
}
.send-btn {
    position: relative;
    display: block;
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
    color: #d0b9ad;
    font-weight: 500;
    background: #483d3c;
    border:1px solid #d0b9ad;
    padding: 1rem 4rem;
    border-radius: 1rem;
    cursor: pointer;
    font-family:'Noto Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    margin-top: 2rem;
}
.send-btn:hover {
    background: #9a6d4c;
}

.line-textbox {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 5rem 0;
    margin: 5rem 0
}
.line-textbox::before {
    content: "";
    position: absolute;
    display: block;
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    border-left: 1px solid #d0b9ad;
    border-top: 1px solid #d0b9ad;
}
.line-textbox::after {
    content: "";
    position: absolute;
    display: block;
    width: 5rem;
    height: 5rem;
    bottom: 0;
    right: 0;
    border-right: 1px solid #d0b9ad;
    border-bottom: 1px solid #d0b9ad;
}
.line-textbox p {
    position: relative;
    display: block;
    font-size: 2.6rem;
    line-height: 3.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3rem;
}
.line-textbox p:nth-child(2) {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
}
.line-textbox p span {
    color: #d0b9ad;
}
.line-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #d0b9ad;
    background: #9a6d4c;
    border:1px solid #d0b9ad;
    padding: 1rem 0;
    border-radius: 1rem;
    cursor: pointer;
    font-family:'Noto Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    margin: 2rem auto 0 auto;
    width: 20rem;
    text-align: center;
    font-size: 0;
}
.line-btn:hover {
    background: #d0b9ad;
}
.line-btn img {
    position: relative;
    display: block;
    width: 13rem;
}
.stage14,
.stage15,
.stage18{
    display: none;
    height: auto;
    min-height: 100%;
    max-height: inherit;
    overflow: hidden;
    padding-bottom: 10rem;
}
.stage18 {
    padding-bottom: 12rem;
}
.stage14.act-in,
.stage15.act-in,
.stage18.act-in{
    display: block;
}
.stage14 .bgbox-pc,
.stage15 .bgbox-pc,
.stage18 .bgbox-pc{
    position: fixed;
    height: 100%;
}
.stage14 .bgbox-content,
.stage15 .bgbox-content,
.stage18 .bgbox-content{
    position: fixed;
    height: 100%;
}
.pop-up.pop-up-style2 {
    background: none;
}
.pop-up.pop-up-style2 .closebtn {
    top:-10rem;
}
.pop-up.pop-up-style2 .tip-title {
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.1) 100%);   
}
.pop-up.pop-up-style2 .tip-title h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.stage14 .pop-up,
.stage15 .pop-up{
    margin-bottom: 5rem;
}
.stage14 p {
    position: relative;
    display: block;
    font-size: 2.3rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    padding: 1rem 0 5rem 0;
}
.text-list  {
    list-style: disc;
    padding: 0 0 0 2rem;
}
.text-list  li {
    font-size: 2.2rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 1rem 0 1rem 0;
    text-align: left;
}
.text-list  li a {
    position: relative;
    display: inline;
    color: #9a6d4c;
    text-decoration: underline;
}
.stage15 .text-list{
    list-style:none;
    padding: 0 0 0 0;
}
.stage15 .text-list li {
    padding: 1rem 0 1rem 0;
}
.stage18 .textbox {
    margin-bottom: 5rem;
}
.winner-bar {
    margin: 1rem 0;
}
.winner-list {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.winner-list li {
    position: relative;
    display: block;
    width: 50%;
    text-align: center;
}
.stage19 .tip-title.nav-btn {
    margin-bottom: 3rem;
    width: 30rem;
    background: none;
    border: 0;
    cursor: pointer;
    text-shadow: 0 0 1rem #ffd44d;
}
.stage19 .tip-title.nav-btn h1 {
    color:#fff;
}
.stage19 .tip-title.nav-btn h1 span:nth-child(1){
    display: inline;
}
.stage19 .tip-title.nav-btn h1 span:nth-child(2){
    display: none;
}
.stage19.in-game .tip-title.nav-btn h1 span:nth-child(1){
    display: none;
}
.stage19.in-game .tip-title.nav-btn h1 span:nth-child(2){
    display: inline;
}
.stage19 .tip-title.nav-btn.current h1 {
    color:#d0b9ad;
}
.stage19 .tip-title.nav-btn.current {
    background: linear-gradient(90deg, rgba(30,10,5,0.1) 0%, rgba(30,10,5,0.3) 20%, rgba(30,10,5,1) 50%, rgba(30,10,5,0.3) 80%, rgba(30,10,5,0.1) 100%);
    border-top:1px solid #d0b9ad;
    border-bottom:1px solid #d0b9ad;
}
.stage19 .tip-title.nav-btn:hover .arrow-left {
    -webkit-animation:navLeftLoop 0.3s ease 0s infinite alternate both;
    animation:navLeftLoop 0.3s ease 0s infinite alternate both;
}
.stage19 .tip-title.nav-btn:hover .arrow-right {
    -webkit-animation:navRightLoop 0.3s ease 0s infinite alternate both;
    animation:navRightLoop 0.3s ease 0s infinite alternate both;
}
.burger {
    position: absolute;
    display: block;
    left: calc(50% + 28rem - 40px);
    top:5rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
    display: none;
}

.burger.show{display: block;}
.burger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #9a6d4c;
}
.burger:hover span {
    background: #fff;
} 
.burger span:nth-child(2) {
    top:12px;
}
.burger span:nth-child(3) {
    top:24px;
}

.loadstage{pointer-events: none;opacity: 0;z-index: -1;position: absolute;}
.loadstage .pd-bg span:nth-child(1){
    background: url(../images/bg8_1_1.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(2){
    background: url(../images/bg8_1_2.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(3){
    background: url(../images/bg8_2_1.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(4){
    background: url(../images/bg8_2_2.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(5){
    background: url(../images/bg8_3_1.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(6){
    background: url(../images/bg8_3_2.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(7){
    background: url(../images/bg8_4_1.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(8){
    background: url(../images/bg8_4_2.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(9){
    background: url(../images/bg8_5_1.jpg) no-repeat center center;
}
.loadstage .pd-bg span:nth-child(10){
    background: url(../images/bg8_5_2.jpg) no-repeat center center;
}
.stage13,
.stage14,
.stage15,
.stage16,
.stage17,
.stage18,
.stage19 {
    z-index: 100;
}


 .stage8.loading .music-bg1 span,
 .stage8.loading .music-bg2 span,
 .stage8.loading .music-bg3 span,
 .stage8.loading .music-bg4 span,
 .stage2.loading .bg-img,
 .stage3.loading .bg-img,
.stage3.loading .bg-img2,
.stage4.loading .bg-img,
.stage5.loading .bg-img,
.stage6.loading .bg-img,
.stage7.loading .bg-img,
.stage8.loading .bg-img,
.stage9.loading .bg-img span,
.stage9.loading .bgbox-pc .bg-img,
.stage9.loading .bgbox-pc .bg-img,
.stage11.loading .bg-img,
.stage12.loading .bg-img1,
.stage12.loading .bg-img2,
.stage13.loading .bg-img,
.stage14.loading .bg-img,
.stage15.loading .bg-img,
.stage19.loading .bg-img,
.stage12.loading .card-t4::before,
.loadstage.loading .pd-bg span{
    background: none;
    background-size: cover;
}

@media screen and (max-width: 375px) and (max-height: 600px) {
    .stage9.pd1 .pd-bg span:nth-child(1),.stage9.pd1 .pd-bg span:nth-child(2){
        background-position: center bottom;
    }
    .step-qbox{
        margin:5rem 0 2rem 0;
    }
    .stage5 li:nth-child(2){
        top: 30rem;
    }
    .stage6 li:nth-child(1) {
        top: 10rem;
    }
    .stage6 li:nth-child(2) {
        top: 25rem;
    }
}


@media screen and (max-width: 414px) and (max-height: 645px) {

    .stage9 .bg-img span,.stage9 .pd-bg span:nth-child(1),.stage9 .pd-bg span:nth-child(2){background-position: 50% 80% !important;}
}
@media screen and (max-width: 414px) and (max-height: 590px) {
    .stage.act-in .step-qbox-bg{
        top: 20rem;
    }
    .step-qbox{
        margin-top: 2rem;
    }
    .step-abox{
        margin-top: 2rem;
    }
    .stage9 .bg-img span,.stage9 .pd-bg span:nth-child(1),.stage9 .pd-bg span:nth-child(2){background-position: 50% 80% !important;}
    .stage8 .bgbox-content .bg-img,.stage8 .music-bg1 span,.stage8 .music-bg2 span,.stage8 .music-bg3 span,.stage8 .music-bg4 span{
        background-size: contain;
    }
}

@media screen and (max-width: 414px) and (max-height: 550px) {
    .stage-container{padding-top: 14rem;}
    .stage.act-in .step-qbox-bg{
        top: 18rem;
    }
    .step-qbox{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .step-abox{
        margin-top: 1rem;
    }
    .stage9 .bg-img span,.stage9 .pd-bg span:nth-child(1),.stage9 .pd-bg span:nth-child(2){background-position: 50% 90% !important;}
    .stage9 .pd-textbox{bottom: 12.5%;}
}
.stage3  ::placeholder { 
  color: #6c6c6c;
  opacity: 1; 
}

.stage3  :-ms-input-placeholder {
  color: #6c6c6c;
}

.stage3  ::-ms-input-placeholder { 
  color: #6c6c6c;
}

.event-end-text {
    position: relative;
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    color: coral;
    text-align: center;
    margin-bottom:2rem;
    opacity: 0;
}
.event-end-text.view-on{
    opacity: 1;
}