@charset "utf-8";

/* CSS Document */

body {
    margin: 0%;
}

img {
    width: 100%;
    display: block;
    vertical-align: bottom;
}

.LP {
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .inner {
        width: 100%;
    }
}


/**nav bar START**/

nav {
    top: 0;
    width: 100%;
    height: 4em;
    background-color: #da004c;
    padding-bottom: 8px;
}

ul {
    margin: 0 auto;
    padding: 0;
    width: 70%;
}

li {
    list-style: none;
    float: left;
    width: 24.7%;
    text-align: center;
    font-size: 2.2em;
    color: white;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: normal;
    border-left: white solid 3px;
    cursor: pointer;
    margin: 10px 0 10px 0;
}

li:hover {
    color: rgba(255, 245, 206, 1.00);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

li:first-child {
    border-left: none;
}

@media screen and (max-width: 1600px) {
    nav {
        height: 3.7em;
    }
    li {
        font-size: 2em;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        height: 3.3em;
    }
    ul {
        width: 100%;
    }
    li {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 770px) {
    nav {
        padding-bottom: 5px;
        height: 2.8em;
    }
    li {
        width: 24.5%;
        font-size: 1.3em;
        border-left: white solid 2px;
    }
    .md-content {
        max-width: 100%!important;
    }
}

@media screen and (max-width: 480px) {
    nav {
        padding-bottom: 3px;
        height: 3.5em;
    }
    li {
        width: 24.3%;
        font-size: 1.1em;
        margin: 17px 0 17px 0;
    }
}

@media screen and (max-width: 350px) {
    li {
        width: 24%;
    }
}

@media screen and (max-width: 250px) {
    li {
        width: 23%;
    }
}


/**nav bar END**/


/* FV animate S */

.item02 {
    position: absolute;
    width: 44%;
    top: 24%;
    left: 40%;
}

.BlkContent.Wrap01 .BlkContent__item.item02 {
    position: relative;
    width: 840px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}

.BlkContent.Wrap01 .BlkContent__item.item02 img {
    position: absolute;
    top: -480px;
    right: -40px;
    z-index: 1;
    animation-delay: 2s;
    animation-duration: 2s;
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.animated {
    animation-delay: 1s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(12.5deg) skewY(12.5deg);
        transform: skewX(12.5deg) skewY(12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(-6.25deg) skewY(-6.25deg);
        transform: skewX(-6.25deg) skewY(-6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(3.125deg) skewY(3.125deg);
        transform: skewX(3.125deg) skewY(3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(-1.5625deg) skewY(-1.5625deg);
        transform: skewX(-1.5625deg) skewY(-1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(0.78125deg) skewY(0.78125deg);
        transform: skewX(0.78125deg) skewY(0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(-0.390625deg) skewY(-0.390625deg);
        transform: skewX(-0.390625deg) skewY(-0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(0.1953125deg) skewY(0.1953125deg);
        transform: skewX(0.1953125deg) skewY(0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}


/* FV animate E */


/*timer*/

.clock-container {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 0%;
    width: 100%;
    color: #fff442;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    font-family: '微軟正黑體';
    line-height: 1.5em;
}

.clock-container h2 {
    font-size: 40px;
}

@media screen and (max-width: 640px) {
    .clock-container {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        font-family: '微軟正黑體';
    }
    .clock-container h2 {
        font-size: 20px;
        padding-left: 50px;
    }
}


/*timer*/


/* gif_01 S */

.inner,
.buy {
    position: relative;
}

.gif_01 {
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0%;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.gif_02 {
    position: absolute;
    width: 430px;
    top: 35%;
    left: 44%;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 1000px) {
    .gif_02 {
        width: 40%;
    }
}


/* gif_01 E */
#lnk_01,
#lnk_02 {
    position: fixed;
    z-index: 999;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
#lnk_01 {
    bottom: 0px;
    right: 2%;
    width: 330px;
    display: block;
}
#lnk_02 {
    display: none;
    bottom: 0;
}
.button_hide {
    bottom: -500px !important;
}
/*RWD*/
@media screen and (max-width: 1200px) {
    #lnk_01 {
        width: 250px;
        right: 0%;
        bottom: 0px;
    }
}
@media screen and (max-width: 800px) {
    #lnk_01 {
        width: 200px;
        bottom: 0px;
    }
}
@media screen and (max-width: 600px) {
    #lnk_01 {
        display: none;
    }
    #lnk_02 {
        display: block;
    }
}


@media screen and (max-width: 770px) {
    .md-content {
        max-width: 100%!important;
    }
}

.full_bg {
    max-width: 1920px;
    position: relative;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.fv_1 {
    background-image: url("../images/ozio_collagen_01_01.jpg");
}

.lp_01_02 {
    background-image: url("../images/ozio_collagen_01_02.jpg");
}

.lp_02_01 {
    background-image: url("../images/ozio_collagen_02_01.jpg");
}

.lp_02_02 {
    background-image: url("../images/ozio_collagen_02_02.jpg");
}

.lp_02_03 {
    background-image: url("../images/ozio_collagen_02_03.jpg");
}

.lp_02_04 {
    background-image: url("../images/ozio_collagen_02_04.jpg");
}

.lp_02_05 {
    background-image: url("../images/ozio_collagen_02_05.jpg");
}

.lp_03_01 {
    background-image: url("../images/ozio_collagen_03_01.jpg");
}

.lp_03_02 {
    background-image: url("../images/ozio_collagen_03_02.jpg");
}

.lp_03_03 {
    background-image: url("../images/ozio_collagen_03_03.jpg");
}

.offer_01 {
    background-image: url("../images/ozio_collagen_offer_01.jpg");
}

.offer_02 {
    background-image: url("../images/ozio_collagen_offer_02.jpg");
}

.offer_03 {
    background-image: url("../images/ozio_collagen_offer_03.jpg");
}

.offer_04 {
    background-image: url("../images/ozio_collagen_offer_04.jpg");
}

.offer_05 {
    background-image: url("../images/ozio_collagen_offer_05.jpg");
}

.offer_06 {
    background-image: url("../images/ozio_collagen_offer_06.jpg");
}

.offer_07 {
    background-image: url("../images/ozio_collagen_offer_07.jpg");
}

.offer_08 {
    background-image: url("../images/ozio_collagen_offer_08.jpg");
}

.offer_09 {
    background-image: url("../images/ozio_collagen_offer_09.jpg");
}

.bgcolor01 {
    background-color: #5d0006;
}

.bgcolor02 {
    background-color: #df6c58;
}
/* 動態按鈕 */
.btn_animation {
    filter: drop-shadow(3px 3px 3px rgba(67, 76, 88, 0.753));
    animation: scaling .5s ease-out infinite;
    animation-direction: alternate;
}

.btn_animation:hover {
    filter: drop-shadow(0px 0px 0px rgba(67, 76, 88, 0.753));
}

@keyframes scaling {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

/*RWD*/
@media screen and (max-width: 1200px) {
    #lnk_01 {
        width: 250px;
        right: 0%;
        bottom: 0px;
    }
}
@media screen and (max-width: 800px) {
    #lnk_01 {
        width: 200px;
        bottom: 0px;
    }
}
@media screen and (max-width: 600px) {
    #lnk_01 {
        display: none;
    }
    #lnk_02 {
        display: block;
    }
}