* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    width: 100%;
    height: auto;
    display: block;
}

video {
    width: 100%;
    height: auto;
    vertical-align: top;
}


/*----------CTA 按鈕 star----------*/

.fixed-obj {
    position: fixed;
    top: -380px;
    right: 0;
    max-width: 270px;
    width: 100%;
    z-index: 999;
    transition: top .5s ease-out;
}

.fixed-obj.show_sta {
    top: 105px;
}

.fixed-obj #pc_sta {
    width: 220px;
    display: block;
    margin: 0 0 0 auto;
}

.fixed-obj #mobile_sta {
    display: none;
    margin: 0 auto;
}

@media screen and (max-width: 950px) {
    .fixed-obj #pc_sta {
        display: none;
    }
    .fixed-obj #mobile_sta {
        display: block;
    }
    .fixed-obj {
        top: auto;
        bottom: -360px;
        max-width: 100%;
        transition: bottom .5s ease-out;
    }
    .fixed-obj.show_sta {
        top: auto;
        bottom: 0;
    }
}


/*----------CTA 按鈕 end----------*/

.target-fix {
    position: relative;
    top: -44px;
    display: block;
    height: 0;
    overflow: hidden;
}


/* countdown */

.at_top {
    visibility: hidden;
}

#cdClose {
    position: sticky;
    top: 0;
    background: #b81e06;
    padding: 10px 0;
    margin: 0 auto;
    box-shadow: 0 5px 5px #00000050;
    z-index: 50;
}

.timer {
    margin: 0 auto;
    max-width: 1920px;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 2rem;
    color: #ffdcac;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#demo {
    font-family: 'Kosugi Maru', sans-serif;
}

@media screen and (max-width: 1024px) {
    .timer {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {
    .timer {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 400px) {
    .timer {
        letter-spacing: 1.5px;
    }
}

@media screen and (max-width: 350px) {
    .timer {
        font-size: 1rem;
        letter-spacing: 0.5px;
    }
}


/* countdown */

.content {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

.content img {
    max-width: 900px;
    width: 100%;
}

.bg {
    background-size: cover;
    margin: 0 auto;
}

.award {
    position: absolute;
    width: 90%;
    bottom: 25%;
    left: 5%;
}

.pd {
    position: absolute;
    width: 20%;
    bottom: 1%;
    left: 8%;
    z-index: 2;
}

.use {
    position: absolute;
    width: 60%;
    bottom: 3%;
    left: 20%;
}

.w01 {
    position: absolute;
    width: 38%;
    top: 30%;
    left: 0%;
    z-index: 1;
}

.w02 {
    position: absolute;
    width: 33%;
    top: 30%;
    right: 7%;
    z-index: 1;
}

.w03 {
    position: absolute;
    width: 78%;
    bottom: 45%;
    left: 10%;
    z-index: 1;
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    color: #fff;
    background: #b81e06;
    border: 1px solid #926a2b;
    text-shadow: 0 0 5px #000;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    position: absolute;
    z-index: 4;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.w01 .tooltip .tooltiptext {
    bottom: 0%;
    right: -20%;
}

.w02 .tooltip .tooltiptext {
    bottom: 0%;
    right: -20%;
}

.w03 .tooltip .tooltiptext {
    bottom: -150%;
    right: 23%;
}

.tooltip .tooltiptext span {
    display: block;
    font-weight: 700;
}

.tooltip .tooltiptext img {
    margin: 10px 0 0 0;
    width: 70%;
}

@media screen and (max-width: 950px) {
    .w01 .tooltip .tooltiptext,
    .w02 .tooltip .tooltiptext {
        width: 250px;
        right: 0%;
    }
    .w03 .tooltip .tooltiptext {
        bottom: -125%;
    }
}

@media screen and (max-width: 820px) {
    .tooltip .tooltiptext {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .w03 .tooltip .tooltiptext {
        right: 29%;
    }
}

@media screen and (max-width: 650px) {
    .tooltip .tooltiptext {
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
    .w01 {
        left: 0%;
    }
    .w02 {
        right: 7%;
    }
    .w01 .tooltip .tooltiptext {
        right: -20%;
    }
    .w02 .tooltip .tooltiptext {
        right: -5%;
    }
    .w03 .tooltip .tooltiptext {
        right: 15%;
    }
}

@media screen and (max-width: 450px) {
    .w01 .tooltip .tooltiptext {
        width: 200px;
        right: -50%;
    }
    .w02 .tooltip .tooltiptext {
        right: 15%;
    }
    .w03 .tooltip .tooltiptext {
        right: -10%;
    }
}

@media screen and (max-width: 360px) {
    .w01 .tooltip .tooltiptext {
        width: 180px;
        right: -65%;
    }
    .w02 .tooltip .tooltiptext {
        right: 15%;
    }
    .w03 .tooltip .tooltiptext {
        width: 250px;
        right: 0%;
    }
}

.texture01 {
    position: absolute;
    width: 30%;
    bottom: 13%;
    left: 9%;
}

.texture02 {
    position: absolute;
    width: 30%;
    bottom: 13%;
    right: 9%;
}

.ig_voice {
    position: absolute;
    width: 97%;
    top: 41%;
    left: 3%;
}

.badge {
    position: absolute;
    width: 23%;
    top: 26%;
    left: 2%;
    z-index: 2;
}

.open {
    position: absolute;
    width: 70%;
    bottom: 2%;
    left: 15%;
}

.btn_more01 {
    position: absolute;
    width: 30%;
    bottom: 25%;
    right: 14%;
}

.btn_more02 {
    position: absolute;
    width: 30%;
    bottom: 30%;
    right: 12%;
}


/*popup content*/

.popup-content {
    display: flex;
    /*追加置中*/
    align-items: center;
    /*追加置中*/
    justify-content: center;
    /*追加置中*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup-content img {
    width: 70%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup-content.show {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.popup-content.show img {
    margin-top: 0px;
    /*圖片下推*/
    width: 95%;
    /*尺寸改小*/
}


/* popup end */

.btn01 {
    position: absolute;
    width: 89%;
    bottom: 3%;
    left: 5.5%;
}

.btn02 {
    position: absolute;
    width: 89%;
    bottom: 2%;
    left: 5.5%;
}

.btn03 {
    position: absolute;
    width: 89%;
    bottom: 2%;
    left: 5.5%;
}

.shiny-btn {
    display: block;
    position: relative;
    overflow: hidden;
}

.shiny-btn:hover {
    transform: translateY(3px);
}

.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn 3s ease-in-out infinite;
}

@keyframes shiny-btn {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.btn_mail {
    position: absolute;
    width: 11%;
    bottom: 28%;
    left: 19%;
}

.btn_fb {
    position: absolute;
    width: 11%;
    bottom: 28%;
    right: 27%;
}

.btn_ig {
    position: absolute;
    width: 11%;
    bottom: 28%;
    right: 12%;
}

@media screen and (min-width: 1921px) {
    body {
        background: #000;
    }
    section {
        max-width: 1920px;
    }
}

@media screen and (max-width: 900px) {
    .content {
        margin: 0;
        width: 100%;
    }
}

.header {
    background-color: pink;
}

.h_content {
    max-width: 900px;
    margin: 0 auto;
}

/* 倒數計時 */

.clock-container {
    color: #ffffff;
    background: #60010d;
    padding: 0.15em 0;
    border-radius: 0.1em;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  
  #timer {
    border-radius: 1.5px;
    font-weight: bold;
    margin: .5 .5em;
    padding: 0 .5em;
    letter-spacing: 0.1em;
    color: #f9f9f9;
  }
  
  @media (max-width:768px) {
    .clock-container {
        font-size: 2rem;
    }
  }
  
  @media (max-width:549px) {
    .clock-container {
        font-size: 1.15rem;
    }
  }