@charset "utf-8";


/********* 表單(*)必要欄位_此段文字隱藏*******/
.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;
    /*隱藏Bread Crumbs*/
}


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.ABR_Vday {
    color: #fff;
    background-color: #5b0c12;
    overflow: hidden;
}

/*
.lan_wrapper.ABR_Vday .notes {
    font-size: 11px;
    color: #999;
    padding-top: 5px;
    text-align: center;
}
*/

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
    overflow: hidden
}

* {
    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: none;
    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;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 12px 13px 12px 17px;
    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;
}

.text-shadow-w {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.text-shadow-b {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.label {
  border:1px solid #fff;
  padding: 0.02em 0.4em;
  margin-right: 0.4em;
}

@media screen and (max-width: 1024px) {
    .btn {
        padding: 12px 13px 12px 17px;
        padding: 9.6px 10.4px 9.6px 13.6px;
        font-size: 14.5px;
        width: 140px;
    }
}

@media screen and (max-width: 800px) {
    .btn {
        font-size: 4vw;
        letter-spacing: 0.05em;
        width: 38vw;
        padding: 3vw 2.6vw 3vw 3.4vw;
        padding-left: 4vw;
    }

    .label {
        padding: 0.05vw 1.8vw;
        margin-right: 1.5vw;
    }

}

@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 {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #fff;
}

.lan_wrapper h2 {
    font-size: 48px;
    line-height: 1.3;
    /*區塊 title*/
}

.sec_04 h2.MillerDisplay{
    letter-spacing: normal;
}

.lan_wrapper h2 small {
    font-size: 87.5%;
    color: #fff;
}

.lan_wrapper .swatch h2 small {
    font-size: 93.7%;
}

.lan_wrapper h3 {
    font-size: 36px;
    line-height: 1.3;
    /*區塊 subtitle*/
}

.lan_wrapper h4 {
    font-size: 32px;
}

.lan_wrapper .swatch h4 {
    letter-spacing: initial;
}

.lan_wrapper h5 {
    font-size: 26px;
}

.lan_wrapper h6 {
    font-size: 21px;
}


.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 .smaller,
.lan_wrapper h3 .smaller,
.lan_wrapper h4 .smaller,
.lan_wrapper h5 .smaller,
.lan_wrapper h6 .smaller {
    font-size: 90%;
}

.lan_wrapper p {
    font-size: 18px;
    /*段落內文*/
    line-height: 1.7;
    letter-spacing: 0.4;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lan_wrapper p .larger {
    font-size: 116%;
}

.lan_wrapper p.small {
    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: 38.4px;
        /*區塊 title*/
    }

    .lan_wrapper h3 {
        font-size: 28.8px;
        /*區塊 subtitle*/
    }

    .lan_wrapper h4 {
        font-size: 25.6px
    }

    .lan_wrapper h5 {
        font-size: 20.8px;
    }

    .lan_wrapper h6 {
        font-size: 16.8px;
    }

    .lan_wrapper p {
        font-size: 14.4px;
        /*段落內文*/
    }

    .note {
        font-size: 0.9vw;
    }

}


@media screen and (max-width: 800px) {
    .lan_wrapper h2 {
        font-size: 7.8vw;
        letter-spacing: 0.03em;
    }

    .sec_03 .intro .swatch h2 {
        font-size: 9.2vw;
    }

    .sec_04 h2.MillerDisplay{
        font-size: 8.4vw;
        margin-bottom: -1vw;
    }

    .lan_wrapper h3 {
        font-size: 5.8vw;
        margin-top: 1vw;
    }

    .lan_wrapper h4 {
        font-size: 5.2vw;
        line-height: 1.3;
    }

    .sec_03 .intro .swatch h4 {
        font-size: 6.8vw;
        margin-top: -1vw;
    }

    .lan_wrapper h5 {
        font-size: 4.4vw;
    }

    .lan_wrapper h6 {
        font-size: 3.6vw;
    }

    .lan_wrapper p {
        font-size: 3.5vw;
        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, #2c1201 0%, #7a3e08 24%, #2c1201 36%, #7a3e08 46%, #2c1201 52%, #7a3e08 58%, #7a3e08 67%, #2c1201 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%;
    }
}
*/

.shine-btn {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.shine-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/shine_light.png) center center no-repeat;
    background-size: cover;
    width: 200%;
    height: 200%;
    /*background: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;*/
    top: -5%;
    /*
    filter: blur(10px);
    transform: translateX(-100px) skewX(-15deg);*/
    pointer-events: none;
    -webkit-animation: btn-shine 6s ease 2s infinite;
    animation: btn-shine 6s ease 2s 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 {
    display: block;
    font-weight: 600;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
}

.lan_wrapper .reflection {
    transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    -moz-transform: scaleX(-1) scaleY(-1);
    -ms-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
}

/******************區域共同********************/
.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;
    margin: 0 auto;
    text-align: center;
}


.lan_wrapper .content .section_title {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.lan_wrapper .btn-wrap {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .lan_wrapper .content .section_title {
        margin-top: 24px;
    }

}

@media (max-width: 800px) {
    .lan_wrapper .content .section_title {
        margin-top: 8vw;
    }

}

/*******************sec_01********************/
.sec_01 .section_title {
    position: absolute;
    display: block;
    width: 50%;
    left: 0;
    top: 8%;
    text-align: center;
    color: #fff;
    padding-left: 3%;
    box-sizing: border-box;
}

.sec_01 .section_title .btn {
    margin-top: 1.5rem;
}

.sec_01 .section_title h2:first-of-type {
    margin: 0 auto -0.15em -1em;
    letter-spacing: 0.03em;
}

.sec_01 .section_title h2:first-of-type>span {
font-size: 104%;
}

.sec_01 .section_title h2:nth-of-type(2) {
    margin-top: 69%;
}

.sec_01 h4.slogan {
    position: absolute;
    right: 2%;
    bottom: 22%;
}

.sec_01 h4.slogan small {
    color: #fff;
    font-size: 95%;
}

.sec_01 h4 span {
    display: block;
}

.sec_01 .section_title h4 {
    letter-spacing: 0.05em;
}

.sec_01 .section_title h5 {
margin-left: -1em;
}

.sec_01 .product {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    z-index: 1;
}

.sec_01 .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50.39%;
    z-index: 1;
}

.sec_01 .product img {
    width: 100%;
    display: block;
}

@media (max-width: 800px) {
    .sec_01 h2 {
        font-size: 7.1vw;
        letter-spacing: 0.02em;
    }

    .sec_01 .logo {
        width: 100%;
        bottom: auto;
        top: 0;
    }

    .sec_01 .section_title {
        width: 60%;
        right: 2%;
        left: auto;
        top: auto;
        bottom: 11vw;
        text-shadow: 0 0 10px #4d0c11;
    }

    .sec_01 .section_title h2:first-of-type {
        font-size: 6.3vw;
        margin: 0.2vw auto !important;
        margin-bottom: -0.8vw!important;
    }

    .sec_01 .section_title h2:first-of-type>span {
        font-size: 100%;
    }

    .sec_01 .section_title h2:nth-of-type(2) {
        margin-top: 0;
    }

    .sec_01 .section_title h2 small {
        font-size: 84.5%;
    }

    .sec_01 .section_title h4 {
        letter-spacing: normal;
        font-size: 5vw;
    }

    .sec_01 .section_title .btn {
        margin-top: 3vw;
    }

    .sec_01 .product {
        width: 48%;
        left: -1vw;
    }

    .sec_01 h4.slogan {
        position: relative;
        right: auto;
        bottom: auto;
    }

}

/*******************sec_02********************/

.sec_02 .section_title {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 5rem;
    text-align: center;
}

.lan_wrapper .sec_02 .content {
    top: 30%;
}

.lan_wrapper .sec_02 .content .intro {
    position: absolute;
    display: block;
    width: 35%;
}


.lan_wrapper .sec_02 .content .intro_01 {
    top: 2%;
    left: 0;
    text-align: right;
}

.lan_wrapper .sec_02 .content .intro_02 {
    top: 45%;
    left: 63%;
    text-align: left;
}

.lan_wrapper .sec_02 .content .intro img {
    width: 28%;
}

.lan_wrapper .sec_02 .content .intro_01 img {
    position: absolute;
    top: 30%;
    left: 102%;
}

.lan_wrapper .sec_02 .content .intro_02 img {
    position: absolute;
    top: 27%;
    right: 102%;
}


@media (max-width: 800px) {
    .sec_02 .section_title {
        top: 13vw;
    }

    .sec_02 .section_title h2 {
        font-size: 6.8vw;
    }

    .lan_wrapper .sec_02 .content {
        bottom: 2vw;
    }

    .lan_wrapper .sec_02 .content .intro {
        width: auto;
        text-align: center;
    }

    .lan_wrapper .sec_02 .content .intro_01 {
        top: -1.5%;
        left: 3%;
    }

    .lan_wrapper .sec_02 .content .intro_02 {
        top: 52%;
        left: 59%;
    }

    .lan_wrapper .sec_02 .content .intro img {
        width: 21vw;
    }

    .lan_wrapper .sec_02 .content .intro_01 img {
        top: 110%;
        left: 52%;
    }

    .lan_wrapper .sec_02 .content .intro_02 img {
        top: -109%;
        left: -23%;
    }

}

/*******************sec_03********************/

.sec_03 .section_title {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 2rem;
    text-align: center;
}

.sec_03 .intro-wrap {
    position: absolute;
    width: 93.75%;
    margin: auto;
    left: 0;
    right: 0;
    top: 15%;
    display: flex;
    justify-content: space-between;
}

.sec_03 .intro {
    flex: 0 0 33.33%;
    position: relative;
    text-align: center;
}

.sec_03 .intro .swatch {
    position: absolute;
    top: 64%;
    right: 8%;
    text-align: right;
}

.sec_03 .intro .swatch h2,
.sec_03 .intro .swatch h4 {
    display: inline-block;
}

.sec_03 .intro .swatch h6 {
    margin-top: 5.5%;
    line-height: 1.4;
}

.sec_03 .intro img {
    width: 100%;
    display: block;
}

.sec_03 .intro .btn {
    position: absolute;
    bottom: -3%;
    left: 7%;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {

    .sec_03 .section_title {
        margin-top: 8vw;
    }

    .sec_03 .intro-wrap {
        width: 84.5%;
        flex-direction: column;
        top: 31vw;
    }

    .sec_03 .intro {
        width: 100%;
        margin: 0 auto 6vw;
        text-align: center;
    }

    .sec_03 .intro .swatch {
        top: 67vw;
        right: 14vw;
    }

    .sec_03 .intro .swatch h6 {
        font-size: 4.6vw;
        letter-spacing: 0.03em;
    }

    .sec_03 .intro .btn {
        bottom: -5vw;
        left: 0;
    }

}


/*******************sec_04********************/
.sec_04 .section_title {
    position: absolute;
    width: 100%;
    top: 7rem;
    text-align: center;
}

.sec_04 .intro {
    position: absolute;
    width: 50%;
    left: 0;
    top: 37%;
    text-align: center;
}

.sec_04 .intro p {
    display: block;
    width: 100%;
    margin: 1.5rem auto;
    text-align: center;
}

@media (max-width: 800px) {
    .sec_04 .section_title {
        width: 100%;
        left: 0;
        right: 0;
        top: 10vw;
        text-align: center;
    }

    .sec_04 .intro {
        width: 100%;
        top: 147vw;
    }

    .sec_04 .intro p {
        margin: 3vw auto;
    }


    .sec_04 .intro a.btn {
        bottom: -2vw;
    }

}