@import url(reset.css);
@import url(fixed.css);
@import url(menu.css);
@import url(footer.css);
@import url(gotop.css);
@import url(rb.css);

/*
--------------------------------------------------------------------
形象視覺
--------------------------------------------------------------------
*/
section.AD {
    width: 100%;
    height: 740px;
    overflow: hidden;
    position: relative;
    background-color: #1a1a16;
}

section.AD>span {
    content: "";
    display: block;
    background-image: url("../images/title_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 740px;
    position: absolute;
    left: 50%;
    top: 0%;
    margin-left: -50%;
    z-index: 1;
}

section.AD>div {
    display: block;
    position: relative;
    max-width: 1000px;
    height: 740px;
    z-index: 5;
    /*outline: 1px solid red;*/
}

section.AD>div>span {
    display: block;
    position: absolute;
    z-index: 10;
}

section.AD span.t1 {
    left: 5%;
    top: 14%;
    width: calc(460/1000*100%);
}

section.AD span.t2 {
    left: 5%;
    top: 67%;
    width: calc(409/1000*100%);
}

section.AD span.t3 {
    right: 5%;
    top: 10%;
    width: calc(130/1000*100%);
}

section.AD span.t4 {
    left: 5%;
    top: 87%;
    width: calc(450/1000*100%);
}

section.AD>span:nth-child(2) {
    animation: DDDDD 2s 2s both 2 alternate;
}

section.AD span.t1 {
    animation: CCCCC .5s .5s both;
}

section.AD span.t2 {
    animation: CCCCC .5s .7s both;
}

section.AD span.t3 {
    animation: AAAAA .5s .9s both;
}

section.AD span.t4 {
    animation: BBBBB .5s 1.2s both;
}

/*
--------------------------------------------------------------------
商品大標
--------------------------------------------------------------------
*/
section.PD {
    position: relative;
    background-color: #ffffff;
    padding: 5rem 0 0;
}

section.PD h5,
section.PD h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

section.PD h2 {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: .5rem;
    font-weight: 600;
    position: relative;
    z-index: 5;
}

section.PD h5 {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: .6rem 0 1.2rem;
    background-image: url("../images/2021bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #f5cdaf;
    font-weight: 700;
    font-size: 1.5rem;
}

/*
--------------------------------------------------------------------
商品購買
--------------------------------------------------------------------
*/
section.PD .PPBOX {
    width: 100%;
    position: relative;
}

section.PD .productBOX {
    width: 100%;
    max-width: 1000px;
    /*height: 740px;*/
    margin: 0 auto;
    padding: 2rem 0 3rem;
    position: relative;
    z-index: 5;
}

section.PD .productBOX ul {
    width: 70%;
    margin: 0 auto;
}

section.PD .productBOX ul li {
    width: 100%;
    margin: 0 auto;
}

section.PD .productBOX ul li>div {
    position: relative;
    width: 100%;
}

section.PD .productBOX .FACE {
    position: absolute;
    width: 28%;
    right: 13.5%;
    top: 4%;
}

section.PD .productBOX .FACE img {
    filter: drop-shadow(0px 0px 3px #e7b38d);
}

section.PD .productBOX .PPP {
    width: 52%;
    margin-left: 2%;
}

section.PD .productBOX .COLOR {
    position: absolute;
    width: 50%;
    right: 2%;
    bottom: 18%;
    text-align: center;
}

section.PD .productBOX ul li span,
section.PD .productBOX ul li p {
    display: inline-block;
    padding: .5rem 2rem;
    border-radius: 5px;
}

section.PD .productBOX ul li.product01 span {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#be0f60+0,d31570+3,f2bf84+100 */
    background: rgb(190, 15, 96);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(190, 15, 96, .4) 0%, rgba(211, 21, 112, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(190, 15, 96, .4) 0%, rgba(211, 21, 112, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(190, 15, 96, .4) 0%, rgba(211, 21, 112, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0f60', endColorstr='#f2bf84', GradientType=.4);
    /* IE6-9 */
}

section.PD .productBOX ul li.product02 span {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de5524+0,de5524+3,f2bf84+100 */
    background: rgb(222, 85, 36);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(222, 85, 36, .4) 0%, rgba(222, 85, 36, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(222, 85, 36, .4) 0%, rgba(222, 85, 36, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(222, 85, 36, .4) 0%, rgba(222, 85, 36, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de5524', endColorstr='#f2bf84', GradientType=.4);
    /* IE6-9 */
}

section.PD .productBOX ul li.product03 span {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#da3b3d+0,da3b3d+3,f2bf84+100 */
    background: rgb(218, 59, 61);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(218, 59, 61, .4) 0%, rgba(218, 59, 61, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(218, 59, 61, .4) 0%, rgba(218, 59, 61, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(218, 59, 61, .4) 0%, rgba(218, 59, 61, .4) 3%, rgba(242, 191, 132, .4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3b3d', endColorstr='#f2bf84', GradientType=.4);
    /* IE6-9 */
}

section.PD .productBOX ul li span {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
}

section.PD .productBOX ul li p {
    font-size: 1.8rem;
    line-height: 2rem;
}


/*.flex-active-slide .FACE { animation: BBBBB .3s .2s both;}
.flex-active-slide .PPP { animation: AAAAA .3s both;}
.flex-active-slide .COLOR { animation: BBBBB .3s .4s both;}*/

section.PD .productFF {
    width: 50%;
    margin: 0 auto 5rem;
    position: relative;
}

section.PD h3 {
    width: 100%;
    position: relative;
}

section.PD h3 span {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

section.PD h3 span:nth-child(1) {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3rem;
}

section.PD h3 span:nth-child(2) {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

section.PD h3 span:nth-child(3) {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2.5rem;
}

section.PD .productFF .txt-img1 {
    position: absolute;
    width: 6rem;
    left: 50%;
    margin-left: -23rem;
    top: -0.2rem
}

section.PD .productFF .txt-img2 {
    position: absolute;
    width: 9.5rem;
    left: 50%;
    margin-left: 17rem;
    top: -1rem;
}

section.PD .productBOX .detail {
    padding: 3rem 0 0;
}

section.PD .productBOX .detail ol {
    width: 100%;
    background-color: rgba(193, 159, 134, .8);
    border-radius: 5rem 1rem 1rem 1rem;
    padding: 2rem;
    display: flex;
}

section.PD .productBOX .detail ol li {
    width: 50%;
}

section.PD .productBOX .detail ol li div {
    text-align: left;
    padding-left: 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
}

section.PD .productBOX .detail ol li:first-child div {
    background-color: #ffffff;
    overflow: hidden;
    padding: 1rem;
    border-radius: 5rem 1.2rem 1.2rem 1.2rem;
}

/*
--------------------------------------------------------------------
商品介紹
--------------------------------------------------------------------
*/

section.PD .lightBG {
    width: 100%;
    padding: 5rem 0;
    overflow: hidden;
    background-color: #ffffff;
}

section.PD .bgb {
    background-color: #1a1a16;
}

section.PD .lightBG * {}

section.PD .bgb * {
    color: #f5cdaf;
}

section.PD .lightBG>div {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
}

section.PD .lightBG h4 {
    display: block;
    width: 100%;
    background-image: url("../images/sub_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 7%;
    margin-bottom: 3rem;
}

section.PD .lightBG h4 div {
    display: inline-block;
    background-color: #ffffff;
    /*color: #231815;*/
    padding: 0 3rem;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 600;
    margin: 0 auto;
}

section.PD .bgb h4 div {
    background-color: #1a1a16;
}

section.PD .bgb>div>div {
    width: 36%;
}

section.PD .bgb>div>div i {
    padding-top: .5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: .3rem;
}

section.PD .bgb>div ul {
    width: 58%;
    padding: 0;
    margin-left: 3rem;
    display: block;
}

section.PD .bgb>div ul li {
    position: relative;
    text-align: left;
    margin-bottom: 1rem;
}

section.PD .bgb>div ul li:before {
    content: "•";
    font-weight: 900;
    position: absolute;
    left: -2rem;
    top: 0;
}

section.PD .bgb>div ul li:last-child {
    margin-bottom: 0;
}

section.PD .bgb>div ul li span {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 300;
    letter-spacing: .2rem;
}

section.PD .bgb>div ul li span i {
    display: block;
    font-size: .9rem;
    line-height: 1rem;
}

section.PD .bgw>div {
    align-items: flex-start;
}

section.PD .bgw>div>div {
    padding: 1rem;
}

section.PD .bgw>div>div span {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 300;
    letter-spacing: .2rem;
}

section.PD .bgw>div>div>div img {
    width: 50%;
    margin: 0 auto;
}

section.PD .bgw>div>div>div span {
    color: #e25d71;
    font-weight: 600;
}

section.PD .bgw>div ol {
    display: flex;
    margin-bottom: 3rem;
}

section.PD .bgw>div ol li {
    text-align: left;
}


section.PD .bgw>div ol li:nth-child(1) {
    width: 28%;
    /*float: left;*/
    padding: 1rem;
}

section.PD .bgw>div ol li div {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6rem;
    padding-bottom: 1rem;
}

section.PD .bgw>div ol li:last-child div {
    padding-bottom: 0;
}

section.PD .bgw>div ol li div i {
    display: inline;
    font-weight: 500;
    font-size: 2.5rem;
    font-style: italic;
}

section.PD .bgw>div ol span.color01 {
    color: #de5e6b;
}

section.PD .bgw>div ol span.color02 {
    color: #0c68ac;
}

section.PD .bgw>div ol li>div>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 1rem 0 0;
}

section.PD .bgw>div .PS {
    position: relative;
    border: 1px solid #1a1a16;
    border-radius: 20px;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.6rem;

}

section.PD .bgw>div .PS h6 {
    position: absolute;
    background-color: #ffffff;
    padding: 0 1rem;
    left: 50%;
    top: -.65rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);


}

/*a:hover {
    letter-spacing: .3rem;
}

a:hover {
    transform: scale(0.92);
}*/

/**------------------1000以下------------------**/
/**------------------1000以下------------------**/
/**------------------1000以下------------------**/
/**------------------1000以下------------------**/
/**------------------1000以下------------------**/
@media screen and (max-width: 1000px) {

    section {
        width: 100%;
    }
}

/**------------------mob------------------**/
/**------------------mob------------------**/
/**------------------mob------------------**/
/**------------------mob------------------**/
/**------------------mob------------------**/
@media screen and (max-width: 768px) {
section.PD {
    padding-top:7rem;
}

    /*
--------------------------------------------------------------------
形象視覺
--------------------------------------------------------------------
*/
    section.AD,
    section.AD>span {
        height: 0;
        padding-bottom: calc(1120/768*100%);
    }

    section.AD>span {
        background-image: url("../images/title_bg_mob.png");
    }

    section.AD>div {
        max-width: 100%;
        height: 0;
        padding-bottom: calc(1120/768*100%);
    }

    section.AD span.t1 {
        left: calc(33/768*100%);
        top: 12%;
        width: calc(500/768*100%);
    }

    section.AD span.t2 {
        left: calc(33/768*100%);
        top: 76%;
        width: calc(465/768*100%);
    }

    section.AD span.t3 {
        right: calc(33/768*100%);
        top: 74%;
        width: calc(130/768*100%);
    }

    section.AD span.t4 {
        left: calc(57/768*100%);
        top: 88%;
        width: calc(670/768*100%);
    }

    /*
--------------------------------------------------------------------
商品大標
--------------------------------------------------------------------
*/

    section.PD h5 img {
        height: 2.5rem;
    }

    /*
--------------------------------------------------------------------
商品購買
--------------------------------------------------------------------
*/

    section.PD .productBOX {
        max-width: 100%;
        padding: 3rem 2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        align-items: center;
    }

    section.PD .productBOX ul {
        width: 100%;
    }


    section.PD .productBOX .FACE {
        width: 24%;
        right: 1%;
        top: 62%;
    }

    section.PD .productBOX .PPP {
        width: 80%;
        margin: 0 auto;
    }

    section.PD .productBOX .COLOR {
        position: static;
        width: 100%;
        right: auto;
        bottom: auto;
    }

    section.PD .productFF {
        width: 100%;
        padding-top: 3rem;
    }

    section.PD h3 span:nth-child(1) {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }

    section.PD h3 span:nth-child(2) {
        font-size: 2.3rem;
        line-height: 3rem;
    }

    section.PD .productFF .txt-img1 {
        position: static;
        width: 8rem;
        left: auto;
        top: auto;
        margin:0 auto;
    }

    section.PD .productFF .txt-img2 {
        width: 12rem;
        margin-left: 7rem;
        top: -4rem;
    }

    section.PD .productBOX .detail ol li {
        width: 100%;
    }

    section.PD .productBOX .detail ol li div {
        text-align: center;
        padding-left: 0;
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    section.PD .productBOX .detail ol li:first-child div {
        padding: 1.2rem 1rem;
        margin-bottom: 1rem;
    }

    /*
--------------------------------------------------------------------
商品介紹
--------------------------------------------------------------------
*/


    section.PD .lightBG>div {
        max-width: 100%;
        padding: 0 2rem;
    }


    section.PD .lightBG h4 div {
        padding: 0 3rem;
        font-size: 2.5rem;
    }

    section.PD .bgb>div>div {
        width: 100%;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 2rem;
    }

    section.PD .bgb>div>div i {
        line-height: 3rem;
    }

    section.PD .bgb>div ul {
        -webkit-order: 2;
        order: 2;
        width: 100%;
        padding: 0;
        margin-left: 3rem;
    }

    section.PD .bgb>div ul li {
        margin-bottom: 1rem;
    }

    section.PD .bgb>div ul li span {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    section.PD .bgb>div ul li span i {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    section.PD .bgw>div>div {
        width: 90%;
    }

    section.PD .bgw>div>div span {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    section.PD .bgw>div>div>div img {
        width: 100%;
        margin-bottom: 2rem;
    }

    section.PD .bgw>div>div>div span {
        width: auto;
    }

    section.PD .bgw>div ol {
        width: 100%;
    }

    section.PD .bgw>div ol li div {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    section.PD .bgw>div ol li div i {
        font-size: 3rem;
    }

    section.PD .bgw>div ol li:nth-child(1) {
        width: 52%;
    }

    /*

    section.PD .bgw>div ol li>div>div {
        flex-wrap: wrap;
    }

    section.PD .bgw>div ol li:nth-child(3)>div>div {
        flex-wrap: nowrap;
    }

    section.PD .bgw>div ol li>div>div img {
        height: auto;
        width: 40%;
        margin-right: 1rem;
    }

    section.PD .bgw>div ol li>div>div img:nth-child(2) {
        margin-right: 0rem;
    }

    section.PD .bgw>div ol li>div>div span {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    section.PD .bgw>div ol li:nth-child(2)>div>div span {
        padding: 2rem 0 0 7rem;
    }

    section.PD .bgw>div ol li>div>div span:before {
        width: 6rem;
        height: 4rem;
    }

    section.PD .bgw>div ol li:nth-child(2)>div>div span:before {
        position: absolute;
        left: 0;
        top: 2rem;

    }*/

}