html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

nav,
nav li,
.story .story_switch,
.FAQ .FAQ_arrow,
.offer_bg .offer_btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html {
    overflow-x: hidden
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif, '微軟正黑體', Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-weight: 400;
    overflow-x: hidden
}

img {
    max-width: 100%;
    display: block;
    margin: auto
}

ul,
li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}


/* 全域使用設定 */

.innerWrap {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden
}

.bgFrame {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/nico_w1920bg.jpg);
    background-color: #fffbd1;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}


/* 內容使用設定 */

nav {
    position: fixed;
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 2px 12px #bebebe66;
    box-shadow: 0 2px 12px #bebebe66
}

nav.scrollDown {
    top: 0%
}

nav li {
    margin-right: 5px
}

nav li:last-of-type {
    margin-right: 0
}

nav li:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.fv_videoBg {
    position: absolute;
    top: 29%;
    left: 4.5%;
    width: 50%;
    height: 28.8%
}

.fv_videoCover {
    position: absolute;
    top: 27.21%;
    left: 0;
}

.fv_video video {
    max-width: 100%;
}

.FV_two {
    position: relative;
}

.FV_two_gif {
    position: absolute;
    top: 57.5%;
    left: 47%;
    width: 29%;
}

#section_1,
#section_2,
#section_3,
#buyNow_TG,
#form,
#sale {
    margin-top: -60px;
    padding-top: 60px
}

.story_content {
    position: relative
}

.story .story_switch {
    position: absolute;
    top: 36%;
    left: 6%;
    width: 90%;
    animation: jump 1.3s infinite;
}

.story .story_switch:hover {
    -webkit-transform: scale(0.9) translateX(-55%);
    transform: scale(0.9) translateX(-55%)
}

.pointer {
    position: relative
}

.pointer .arrow {
    position: absolute;
    top: 50%;
    right: 30%;
    width: 18%;
    -webkit-animation: arrow_right .7s ease-in-out infinite alternate;
    animation: arrow_right .7s ease-in-out infinite alternate
}

@-webkit-keyframes arrow_right {
    0% {
        right: 30%
    }
    100% {
        right: 25%
    }
}

@keyframes arrow_right {
    0% {
        right: 30%
    }
    100% {
        right: 25%
    }
}

.slick-dots {
    bottom: 0
}

.slick-dots li.slick-active button:before {
    color: #ffc918
}

.slick-dotted.slick-slider {
    margin-bottom: 5%
}

.FAQ {
    margin: 10% auto 5%
}

.FAQ .faq_title {
    width: 75%;
    margin: auto;
    padding: 0 0 10%
}

.FAQ .FAQ_tab {
    padding: .5% 5%
}

.FAQ .FAQ_question,
.FAQ .FAQ_answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5% 2%
}

.FAQ .FAQ_icon {
    margin-right: 2%;
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5
}

.FAQ .FAQ_content_Q {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

.FAQ .FAQ_content_Q img {
    margin: 0
}

.FAQ .FAQ_content_Q .Q1 {
    width: 55%
}

.FAQ .FAQ_content_Q .Q2 {
    width: 61%
}

.FAQ .FAQ_content_Q .Q3 {
    width: 84%
}

.FAQ .FAQ_content_Q .Q4 {
    width: 68%
}

.FAQ .FAQ_content_Q .Q5 {
    width: 58%
}

.FAQ .FAQ_content_Q .Q6 {
    width: 66%
}

.FAQ .FAQ_content_Q .Q7 {
    width: 88%
}

.FAQ .FAQ_content_Q .Q8 {
    width: 54%
}

.FAQ .FAQ_arrow {
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5
}

.FAQ .FAQ_arrow.open {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
}

.FAQ .FAQ_question {
    background-color: #f9f1c7;
    cursor: pointer
}

.FAQ .FAQ_content_A {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    margin-right: 7%
}

.FAQ .FAQ_content_A p {
    font-size: 30px;
    text-align: left;
    line-height: 1.5
}

.FAQ .FAQ_answer {
    background-color: #f8f3ea
}

.contact_info {
    position: relative
}

.contact_info .contact_content {
    position: absolute;
    top: 37%;
    left: 13%;
    line-height: 1.7;
    color: #624e4d
}

.contact_info .contact_content li {
    font-size: 38px
}

.contact_info .contact_content a {
    color: #624e4d
}

.contact_info .contact_content .remark {
    text-indent: 1%
}

.offer_bg {
    position: relative
}

.offer_bg .offer_btn {
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: 14%;
    -webkit-animation: jump 1.3s infinite ease-out;
    animation: jump 1.3s infinite ease-out
}

.offer_bg .offer_btn.offer_regular {
    bottom: 18.5%;
    -webkit-animation: jump 1.3s infinite ease-out;
    animation: jump 1.3s infinite ease-out
}

.offer_bg .offer_btn.offer_single {
    bottom: 7%
}

.offer_bg .offer_btn:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    opacity: .9;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.offer_bg .shine {
    overflow: hidden
}

.offer_bg .shine:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    height: 100%;
    width: 7.5em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: shine 1.3s infinite;
    animation: shine 1.3s infinite
}

.offer_1,
.offer_2 {
    position: relative;
}

.offer_1 .product1,
.offer_1 .product2 {
    position: absolute;
    animation: rotate 2s infinite ease-out;
}

.offer_1 .product1 {
    top: 23%;
    left: 38%;
    width: 28%;
}

.offer_1 .product2 {
    top: 28%;
    left: 70%;
    width: 25%;
}

.offer_icon {
    position: absolute;
    top: 51%;
    left: 30%;
    width: 17%;
    animation: jump 1.3s infinite ease-out;
}

.offer_3 {
    display: block;
}

.tvShow-container,
.igSwiper-bg {
    position: relative;
}

.tvShow-video {
    position: absolute;
    top: 43%;
    left: 9.4%;
    width: 81.2%;
}

.tvShow-cover {
    position: absolute;
    top: 38.9%;
}

.igSwiper-container {
    position: absolute;
    top: 68%;
    left: 5%;
    width: 90%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}

.igSwiper-btn {
    position: absolute;
    bottom: 2.5%;
    left: 5.5%;
    width: 90%;
    animation: jump 1.3s infinite;
}

@-webkit-keyframes jump {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    15% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    30% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    45% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes jump {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    15% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    30% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    45% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes shine {
    100% {
        -webkit-transform: skewX(-45deg) translateX(100em);
        transform: skewX(-45deg) translateX(100em);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }
}

@keyframes shine {
    100% {
        -webkit-transform: skewX(-45deg) translateX(100em);
        transform: skewX(-45deg) translateX(100em);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }
}

@keyframes rotate {
    0%,
    60%,
    75%,
    90%,
    100% {
        transform: rotate(10deg) scale(1);
    }
    15% {
        transform: rotate(10deg) scale(0.8);
    }
    30% {
        transform: rotate(10deg) scale(1);
    }
    45% {
        transform: rotate(10deg) scale(0.9);
    }
}

footer {
    padding: 1% 0;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    bottom: 0;
    width: 100%;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px -2px 10px #d7d6cc;
    box-shadow: 0px -2px 10px #d7d6cc
}

@media screen and (max-width: 1000px) {
    .FAQ .FAQ_content_A p {
        font-size: 2.5vw
    }
    .contact_info .contact_content {
        top: 37%;
        left: 13%;
        line-height: 1.7
    }
    .contact_info .contact_content li {
        font-size: 3.7vw
    }
}

@media screen and (max-width: 767px) {
    .FAQ .faq_title {
        width: 50%
    }
    footer {
        font-size: 11.2px
    }
}

@media screen and (max-width: 468px) {
    nav li {
        margin-right: 1px
    }
    #section_1,
    #section_2,
    #section_3,
    #buyNow_TG,
    #form,
    #sale {
        margin-top: -25px;
        padding-top: 25px
    }
    .shine:before {
        width: 5em
    }
    @-webkit-keyframes shine {
        100% {
            -webkit-transform: skewX(-45deg) translateX(75em);
            transform: skewX(-45deg) translateX(75em)
        }
    }
    @keyframes shine {
        100% {
            -webkit-transform: skewX(-45deg) translateX(75em);
            transform: skewX(-45deg) translateX(75em)
        }
    }
    footer {
        font-size: 9.6px
    }
}