@charset "utf-8";

body {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
}

/********* 表單(*)必要欄位_此段文字隱藏*******/
.c-form__legend {
    display: none;
}

/*非產品頁，需手動調整版面寬度與隱藏項目*/
.l-content__main,
.l-content__container {
    padding-right: 0;
    padding-left: 0;
    /*讓content撐到100%滿，左右不留白*/
}

.l-content__main {
    width: 100%;
    /*max-width: 1280px;*/
}

.l-content__title {
    display: none;
    /*隱藏頁面h1標題*/
}

@media screen and (min-width: 64em) {
    .l-content__title {
        display: none;
    }

    .l-content__main,
    .l-content__main-container {
        padding-right: 0;
        padding-left: 0;
    }

}

.c-breadcrumbs__list {
    display: none;
    /*隱藏頁面所在位置指引*/
}

.lan_wrapper {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    color: #000 !important;
}

.lan_wrapper img {
    width: 100%;
    display: block;
    border: 0;
    vertical-align: middle;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}

.mb {
    display: none !important;
}

@media (max-width: 800px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }
}

sub,
sup {
    font-size: 50%;
    position: relative;
    vertical-align: baseline;
}

sup {
    vertical-align: top;
    display: inline-block;
    /*margin-top: 0.7em;*/
}

.bold {
    font-weight: 700;
}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 400;
}

.lan_wrapper h2 {
    font-weight: 700;
}

.lan_wrapper p {
    font-size: 21px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lan_wrapper h2 {
    font-size: 51px;
}

.lan_wrapper .sec_01 h2 {
    font-size: 64px;
    letter-spacing: 0.02em;
}

.lan_wrapper .sec_02 h2,
.lan_wrapper .sec_03 h2 {
    letter-spacing: 0.01em;
}

.lan_wrapper h3 {
    font-size: 36px;
}

.lan_wrapper h4 {
    font-size: 27px;
}

@media screen and (max-width: 800px) {
    .lan_wrapper h2 {
        font-size: 6.8vw;
    }

    .lan_wrapper .sec_01 h2 {
        font-size: 8vw;
    }

    .lan_wrapper h3 {
        font-size: 6vw;
    }

    .lan_wrapper h4 {
        font-size: 4.7vw;
    }

    .lan_wrapper p {
        font-size: 3.7vw;
    }
}


.shine-text {
    background: -webkit-linear-gradient(left, #c59166 0%, #ffdcbf 24%, #c59166 36%, #ffdcbf 46%, #c59166 52%, #ffdcbf 58%, #ffdcbf 67%, #c59166 100%);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: -webkit-text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation-name: shineText;
    animation-name: shineText;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.shine-btn:before {
    content: '';
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 350%;
    filter: blur(10px);
    -webkit-transition: 1s;
    transition: 1s;
    animation: btn-shine 5s ease 1s infinite;
}

@keyframes btn-shine {
    0% {
        transform: translateX(-150%) skewX(-205deg);
        opacity: 1;
    }

    80% {
        transform: translateX(200%) skewX(-205deg);
        opacity: 1;
    }

    100% {
        transform: translateX(200%) skewX(-205deg);
        opacity: 0;
    }
}

.btn {
    position: relative;
    margin: 0 3px;
    color: #fff;
    background: #8d4149;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 10px 0;
    width: 290px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 0 10px #fff;
    overflow: hidden;
    margin: 0 auto;
}


.btn:hover {
    color: #8d4149;
    background: #fff;
    border: 1px solid #8d4149;
}


@media screen and (max-width: 800px) {
    .btn {
        font-size: 5vw;
        padding: 2vw 0;
        letter-spacing: 0.5vw;
        width: 39vw;
    }

}


/*******************表單區塊*****************/

#loreal-campaign {
    display: block;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.lan_wrapper .moveo2o h1 {
    position: relative;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2rem!important;
}

@media screen and (max-width: 800px) {
    .lan_wrapper .moveo2o h1 {
        font-size: 6.8vw;
        margin-bottom: 5vw !important;
    }
}

/*
#loreal-campaign button {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}*/

#loreal-campaign * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loreal-campaign a {
    color: inherit;
    text-decoration: none;
}

#loreal-campaign .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 800px) {
    #loreal-campaign .container-fluid {
        padding: 0;
    }

    #loreal-campaign h1 {
        text-align: center;
    }

}

#loreal-campaign .container-fluid:after,
#loreal-campaign .container-fluid:before {
    content: " ";
    display: table;
}

#loreal-campaign .container-fluid:after {
    clear: both;
}

#loreal-campaign .close {
    float: right;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

#loreal-campaign .close:focus,
#loreal-campaign .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

#loreal-campaign button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

#loreal-campaign .hidden {
    display: none !important;
}


#loreal-campaign h1,
#loreal-campaign h2,
#loreal-campaign h3,
#loreal-campaign h4,
#loreal-campaign h5,
#loreal-campaign h6,
#loreal-campaign p {
    margin: 0;
}


/**********表單*********/

#loreal-campaign .ll-bg--o2o {
    /*background: url(../images/section_04-bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    -moz-background-size: 100%;
     background-size: 100%;*/
    background-color: #f8d2d9;
    box-sizing: border-box;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}

@media screen and (max-width: 500px) {
    .adjust {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: -130px;
    }

    .adjust2 {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: 140px;
    }
}

#loreal-campaign .container-fluid {
    position: relative;
}

#loreal-campaign .ll-page-eyegen {
    overflow: hidden;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    /*max-width: 1280px;*/
    display: block;
    margin: 0 auto;
    clear: both;
    position: relative;
}

/***************表單區塊**************/

#loreal-campaign .ll-page-eyegen--text {
    font-size: 14px;
}

@media only screen and (max-width: 800px) {
    #loreal-campaign .ll-page-eyegen--text {
        font-size: 3.7vw;
    }
}

#loreal-campaign .ll-page-eyegen--text--o2o {
    line-height: 160%;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media only screen and (max-width: 800px) {
    #loreal-campaign .ll-page-eyegen--text {
        font-size: 3.7vw;
    }

    #loreal-campaign .ll-page-eyegen--text--o2o {
        margin: 4vw auto;
    }

}


#loreal-campaign .color1 {
    color: #57b7d6;
}

#loreal-campaign .color2 {
    color: #003b8c;
}

#loreal-campaign .color3 {
    color: #394767;
}

@media (min-width: 600px) {
    #loreal-campaign .ll-page-eyegen--text--o2o {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    #loreal-campaign .ll-page-eyegen--text--o2o {
        font-size: 15px;
    }
}

@media (min-width: 1280px) {
    #loreal-campaign .ll-page-eyegen--text--o2o {
        font-size: 18px;
    }
}


#loreal-campaign .ll-page-eyegen--text--rule {
    display: inline-block;
    width: 97%;
    margin: 3% auto 0;
    margin-left: 3%;
    text-align: justify;
}

@media (max-width: 800px) {
    #loreal-campaign .ll-page-eyegen--text--rule {
        position: relative;
        width: 100%;
        top: 0;
    }
}

@media only screen and (max-width: 500px) {
    #loreal-campaign .ll-page-eyegen--text--rule {
        display: inline-block;
        width: 100%;
        margin: 10% auto 0;
        margin-left: 0;
    }

}

#loreal-campaign .ll-page-eyegen--text--rule li {
    list-style: disc;
    line-height: 160%;
    margin-left: 0;
}

@media (max-width: 800px) {
    #loreal-campaign .ll-page-eyegen--text--rule li {
        list-style: disc;
        line-height: 160%;
        margin-left: 3.5vw;
        font-size: 3.4vw;
    }
}

/*******************內容區塊*****************/

section h2 {
    position: absolute;
    z-index: 1;
    font-weight: 700;
}

.sec_01 h2 {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20%;
}

.sec_02 h2:first-of-type {
    left: 4.2%;
    top: 3%;
}

.sec_02 h2:nth-of-type(2),
.sec_02 h2:nth-of-type(3) {
    text-align: right;
    right: 4.2%;
}

.sec_02 h2:nth-of-type(2) {
    top: 19.5%;
}

.sec_02 h2:nth-of-type(3) {
    top: 55.7%;
}

.sec_03 h2 {
    text-align: left;
    left: 4.2%;
    top: 16%;
}

.sec_01 a,
.sec_04 a,
.sec_05 a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sec_01 a {
    top: 30%;
}

.sec_04 a {
    top: 94%;
}

.sec_05 a {
    top: 90%;
}