@charset "utf-8";

body {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
}

.lan_wrapper {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    clear: both;
}

.lan_wrapper.Holiday2024 {
    overflow: hidden;
    color: #fff;
    background-color: #111c30;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}

* {
    box-sizing: border-box;
}

.lan_wrapper sub,
.lan_wrapper sup {
    font-size: 65%;
    line-height: 0 !important;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

.lan_wrapper img {
    max-width: 100%;
}

.lan_wrapper ul {
    margin: 0;
    padding: 0;
}

.lan_wrapper ul li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.6;
    letter-spacing: 0.7;
}

.mb {
    display: none !important;
}

@media (max-width: 800px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }
}

.btn {
    margin: 0 3px;
    color: #fff !important;
    background: #000;
    /* background: url(../images/btn_bg-blue.jpg) center center no-repeat;*/
    background-size: cover;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: 0 0 10px #fff;
    width: 175px;
    letter-spacing: 0.1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}


@media screen and (max-width: 1024px) {
    .btn {
        padding: 9.6px 12px;
        font-size: 14.5px;
        width: 140px;
    }
}

@media screen and (max-width: 800px) {
    .btn {
        font-size: 4vw;
        letter-spacing: 0.2em;
        width: 38vw;
        padding: 3vw;
        padding-left: 4vw;
    }
}

@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;
    }

}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: inherit;
}

.lan_wrapper h2 {
    font-size: 52px;
    line-height: 1.3;
    /*區塊 title*/
}

.lan_wrapper h3 {
    /*font-size: 38px;*/
    font-size: 48px;
    /*區塊 subtitle*/
}

.lan_wrapper h4 {
    font-size: 38px;
}

.lan_wrapper h5 {
    font-size: 36px;
}

.lan_wrapper h6 {
    font-size: 30px;
}

.lan_wrapper h2 .larger,
.lan_wrapper h3 .larger,
.lan_wrapper h4 .larger,
.lan_wrapper h5 .larger,
.lan_wrapper h6 .larger {
    font-size: 120%;
}

.lan_wrapper h2 small,
.lan_wrapper h3 small,
.lan_wrapper h4 small,
.lan_wrapper h5 small,
.lan_wrapper h6 small {
    font-size: 90%;
}

.lan_wrapper p {
    font-size: 21px;
    /*段落內文*/
    line-height: 1.7;
    letter-spacing: 0.7;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lan_wrapper psmall {
    font-size: 90%;
    /*段落內文-小字*/
}

.note {
    font-size: 12px;
    /*保護文字*/
    line-height: 1.6;
    text-align: center;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
}

.lan_wrapper .bg-img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lan_wrapper h2 {
        font-size: 41.6px;
        /*區塊 title*/
    }

    .lan_wrapper h3 {
        font-size: 38.4px;
        /*font-size: 30.5px;*/
        /*區塊 subtitle*/
    }

    .lan_wrapper h4 {
        font-size: 30.4px
    }

    .lan_wrapper h5 {
        font-size: 28.7px;
    }


    .lan_wrapper h6 {
        font-size: 25.6px;
    }

    .lan_wrapper h6 {}

    .lan_wrapper p {
        font-size: 16.8px;
        /*段落內文*/
    }

    .note {
        font-size: 0.9vw;
    }

}


@media screen and (max-width: 800px) {
    .lan_wrapper h2 {
        font-size: 7.8vw;
        letter-spacing: 0.12em;
    }

    .lan_wrapper h3 {
        /*font-size: 6vw;*/
        font-size: 7.2vw;
        margin-top: 1vw;
    }

    .lan_wrapper h4 {
        font-size: 6.8vw;
        line-height: 1.3;
    }

    .lan_wrapper h5 {
        font-size: 5.8vw;
    }

    .lan_wrapper h6 {
        font-size: 5.8vw;
    }

    .lan_wrapper p {
        font-size: 4vw;
        text-align: center;
    }

    .note {
        font-size: 2.8vw;
        text-align: center;
        padding-bottom: 3vw;
    }
}

@media screen and (max-width: 500px) {
    .note {
        font-size: 9px;
    }
}

@media screen and (max-width: 375px) {
    .note {
        font-size: 8px;
    }
}

.shine-text {
    background: -webkit-linear-gradient(left, #fad2c6 0%, #fff 24%, #fad2c6 36%, #fff 46%, #fad2c6 52%, #fff 58%, #fff 67%, #fad2c6 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 8px rgba(16, 25, 43, .7)) drop-shadow(0 0 8px rgba(16, 25, 43, .7));
}


.shine-text2 {
    background: -webkit-linear-gradient(left, #222860 0%, #4067c1 24%, #222860 36%, #4067c1 46%, #222860 52%, #4067c1 58%, #4067c1 67%, #222860 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-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%;
    }
}

.border,
.border2 {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.25em !important;
}

.border:before,
.border:after,
.border2:before,
.border2:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}

.border:before,
.border:after {
    background: -webkit-linear-gradient(left, rgba(255, 2255, 255, 0) 0%, rgba(255, 2255, 255, .8) 10%, rgba(255, 2255, 255, .8) 90%, rgba(255, 2255, 255, 0) 100%);
}

.border2:before,
.border2:after {
    background: -webkit-linear-gradient(left, rgba(250, 210, 198, 0) 0%, rgba(250, 210, 198, .8) 10%, rgba(250, 210, 198, .8) 90%, rgba(250, 210, 198, 0) 100%);
}

.border:before,
.border2:before {
    top: 0;
}

.border:after,
.border2:after {
    bottom: 0;
}

.shine-btn {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.shine-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(10px);
    transform: translateX(-100px) skewX(-15deg);
    animation: btn-shine 5s ease 1s infinite;
}

@keyframes btn-shine {
    0% {
        transform: translateX(-150%) skewX(-15deg);
        opacity: 1;
    }

    80% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 0;
    }
}

.lan_wrapper .white {
    color: #fff;
}

.lan_wrapper .black {
    color: #000;
}

.lan_wrapper .color-121 {
    color: #9b0812;
}

.lan_wrapper .color-912 {
    color: #670e14;
}

.lan_wrapper .bold {
    font-weight: 600;
}

.lan_wrapper .skew {
    font-weight: 600;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
}


/******************區域共同********************/
.section-title {
    text-align: center;
    padding: 50px 0 8px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .section-title {
        padding: 40px 0 8px;
    }

}

@media (max-width: 800px) {
    .section-title {
        padding: 10vw 0 8px;
    }

}

.lan_wrapper .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}


.lan_wrapper .content .section_title {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 75px;
    width: 40%;
}

.lan_wrapper .btn-wrap {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .lan_wrapper .content .section_title {
        margin-top: 60px;
    }

}

@media (max-width: 800px) {
    .lan_wrapper .content .section_title {
        width: 100%;
        margin-top: 8vw;
    }

}

/*******************sec_01********************/
.sec_01 .section_title {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
}

.sec_01 .section_title h3 {
    position: absolute;
    right: 1%;
    bottom: 12%;
    letter-spacing: 0.07em;
}

.sec_01 .product {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 20.3%;
}

.sec_01 .product img {
    width: 100%;
    display: block;
}

@media (max-width: 800px) {
    .sec_01 .section_title h3 {
        position: absolute;
        top: 15vw;
        left: 0;
        right: 0;
        bottom: auto;
        text-align: center;
        font-size: 5.4vw;
    }

    .sec_01 .product {
        width: 38%;
    }

}

/*******************sec_02********************/

.sec_02 .intro {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 7%;
    left: 50%;
}

.sec_02 .intro .border {
    width: fit-content;
    padding-left: 0.7em !important;
    padding-right: 0.7em !important;
}

.sec_02 .intro h2,
.sec_02 .intro h4,
.sec_02 .intro p {
    text-align: center !important;
}

.sec_02 .intro>h4 {
    margin: 0.4em auto 1em;
}

.sec_02 .intro>h4 small {
    font-size: 92%;
    color: inherit;
}

.sec_02 .product_wrap {
    display: flex;
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.sec_02 .product {
    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

.sec_02 .product.lipstick {
    flex: 0 0 50%;
}

.sec_02 .product .intro_text {
    position: absolute;
    top: 12.5em;
    right: 19.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec_02 .product_wrap .product:nth-of-type(3) .intro_text p {
    margin-bottom: 3em;
}

.sec_02 .product_wrap .product:nth-of-type(4) .intro_text {
    top: 9.5em;
    right: 50.5%;
}

.sec_02 .product_wrap .product:nth-of-type(4) .intro_text p {
    margin-bottom: 2.3em;
}

.sec_02 .product.lipstick .intro_text {
    position: absolute;
    top: 50%;
    right: 13.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec_02 .product_wrap .product.lipstick:nth-of-type(2) .intro_text {
    right: 31%;
}

.sec_02 .product.lipstick .intro_text h3 {
    width: 100%;
    text-align: right;
    margin-bottom: 0.9em;
    font-weight: 600;
    transform: skew(-10deg);
}

.sec_02 .product img {
    width: 100%;
    display: block;
}

.sec_02 .product .intro {
    position: absolute;
    top: 54%;
    right: 5%;
    text-align: center;
}

.sec_02 .product p {
    margin: 0 auto 1em;
    text-align: center;
    line-height: 1.6;
    margin-top: 0.5em;
}

@media screen and (max-width: 800px) {

    .sec_02 .intro h3 {
        font-size: 7.8vw;
    }

    .sec_02 .intro {
        top: 111vw;
        left: 0;
        right: 0;
    }

    .sec_02 .product_wrap {
        top: 190vw;

    }

    .sec_02 .product.lipstick {
        flex: 0 0 100%;
    }

    .sec_02 .product.lipstick .intro_text {
        top: 60vw;
        right: 0;
        left: 0;
        width: 65%;
        margin: auto;
    }

    .sec_02 .product_wrap .product.lipstick:nth-of-type(2) .intro_text {
        right: 0;
    }

    .sec_02 .product.lipstick .intro_text h3 {
        margin-bottom: 9vw;
        font-size: 8vw;
    }

    .sec_02 .product_wrap .product:nth-of-type(3) .intro_text {
        top: 73vw;
        right: 0;
        left: 0
    }

    .sec_02 .product_wrap .product:nth-of-type(4) .intro_text {
        top: 78vw;
        right: 0;
        left: 0
    }

    .sec_02 .product_wrap .product .intro_text p {
        margin-bottom: 5vw !important;
    }

}

/*******************sec_03********************/

.sec_03 .section_title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5em;
    text-align: center;
}

.sec_03 .info_wrap {
    position: absolute;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
    top: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec_03 .info_wrap .info {
    position: relative;
    text-align: center;
}


.sec_03 .info_wrap .info_01 {
    flex: 0 0 40%;
}

.sec_03 .info_wrap .info_02 {
    flex: 0 0 55%;
}

.sec_03 .info_wrap .info p {
    padding: 1.2em;
    text-align: left;
}

.sec_03 .info_wrap .info_01 p {
    margin-top: -0.6em;
    line-height: 1.3;
}

.sec_03 .info_wrap .info_02 p {
    padding: 1.2em 0.5em 1.2em 1.2em;
    line-height: 1.5;
}

.sec_03 .info_wrap .info h6 {
    color: #f3d5ca;
    border-color: #f3d5ca;
    /*padding:0.25em;*/
    letter-spacing: 0.5em;
}

.sec_03 .info_wrap .info p span {
    font-size: 115%;
    font-weight: bold;
}

.sec_03 .info_wrap .info p span.number {
    font-size: 181%;
    font-weight: 500;
}

.sec_03 .info_wrap .info_02 p small {
    font-size: 82%;
    border: 1px solid #fff;
    padding: 0.02em 0.4em 0.04em;
    display: inline-block;
    margin-left: 0.1em;
}

.sec_03 .info_wrap .info_note {
    flex: 0 0 100%;
    margin-top: 6%;
    height: auto;
    padding: 0.4em 0;
    background: -webkit-linear-gradient(left, rgba(245, 220, 220, 0) 0%, rgba(2245, 220, 220, 1) 10%, rgba(245, 220, 220, 1) 90%, rgba(245, 220, 220, 0) 100%);
}

.sec_03 .info_wrap .info_note p {
    text-align: center;
    color: #030309;
}

.sec_03 .info_wrap .info_note p small {
    font-size: 86%;
}

@media (max-width: 800px) {
    .sec_03 .section_title {
        top: 8vw;
    }

    .sec_03 .info_wrap {
        flex-direction: column;
        top: 123vw;
        width: 88%;
    }

    .sec_03 .info_wrap .info h6 {
        width: 90%;
        margin: auto;
        letter-spacing: 0.4em;
    }

    .sec_03 .info_wrap .info p {
        padding: 1vw 0 10vw 3vw;
        text-align: left;
    }

    .sec_03 .info_wrap .info_note p small {
        font-size: 82%;
        letter-spacing: 0.04vw;
    }

    .sec_03 .info_wrap .info_01 p {
        margin-top: 0;
        line-height: 1.5;
    }

    .sec_03 .info_wrap .info_02 p {
        margin-top: 3vw;
    }

    .sec_03 .info_wrap .info_note {
        margin-top: 3vw;
    }

}

/*******************sec_04********************/

.sec_04 {
    background-color: #111c30;
}

.sec_04 .section_title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 6%;
    text-align: center;
    width: fit-content;
}

.sec_04 .section_title p {
    text-align: center;
    line-height: 1.4;
    margin-top: 0.8em;
}

.sec_04 .section_title p span {
    font-size: 115%;
    font-weight: bold;
}

.sec_04 .section_title p span.number {
    font-size: 181%;
    font-weight: 500;
}

.sec_04 .section_title p small {
    font-size: 86%;
    color: #f3d5ca;
    display: block;
    line-height: 2.2;
}

.sec_04 .content {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 32%;
}

.sec_04 .content h5 {
    width: fit-content;
    margin: 0 auto 1em;
    letter-spacing: 0.3em;
    padding: 0.25em 1em !important;
}

.sec_04 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
}

.sec_04 dl:first-of-type {
    margin: 3em auto 0;
}


.sec_04 dl dt {
    flex: 0 0 100%;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 0.5em;
}

.sec_04 dl dt h6 small {
    font-size: 93%;
    letter-spacing: 1em;
    margin-left: 1em;
    color: inherit;
}

.sec_04 dl dd {
    flex: 0 0 49.9%;
    font-size: 20px;
    margin: 0;
    padding: 0.5em;
    background-color: #fff;
    color: #000;
}

.sec_04 dl dd:nth-of-type(4n+1),
.sec_04 dl dd:nth-of-type(4n+2) {
    background-color: #f7e2dd;
}

.sec_04 dl dd.grey {
    background-color: #f7e2dd;
}

@media (max-width: 1024px) {
    .sec_04 dl dd {
        font-size: 16px;
    }
}

@media (max-width: 800px) {

    .sec_04 .section_title {
        margin-top: -3vw;
    }

    .sec_04 .section_title p {
        text-align: left;
        margin-top: 4vw;
    }

    .sec_04 .section_title h2 {
        letter-spacing: 0.3vw;
    }

    .sec_04 .content {
        top: 66vw;
    }

    .sec_04 dl {
        width: 85%;
    }

    .sec_04 dl:first-of-type {
        margin-top: 8vw;
    }

    .sec_04 dl dt {
        padding: 1vw 0;
    }

    .sec_04 dl dd {
        flex: 0 0 100%;
        padding: 2.2vw 8vw;
        font-size: 4.2vw;
    }

    .sec_04 dl dd:nth-of-type(4n+1),
    .sec_04 dl dd:nth-of-type(4n+2) {
        background-color: #fff;
    }

    .sec_04 dl dd:nth-of-type(odd) {
        background-color: #f7e2dd;
    }

}