@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: #bc9982;
}

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: 50%;
    top: 74%;
    width: calc(460/1000*100%);
}

section.AD span.t2 {
    left: 50%;
    top: 79%;
    width: calc(460/1000*100%);
}

section.AD span.t3 {
    right: 4%;
    top: 88%;
    width: calc(276/1000*100%);
}

section.AD span.t4 {
    left: 10%;
    top: 14%;
    width: calc(35/1000*100%);
}

section.AD span.t5 {
    left: 8.5%;
    top: 36%;
    width: calc(70/1000*100%);
}

section.AD span.t6 {
    left: 83%;
    top: 55%;
    width: calc(125/1000*100%);
}

section.AD span.pro {
    left: 61.5%;
    top: 25%;
    width: calc(290/1000*100%);
}

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

section.AD span.t4 {
    animation: AAAAA .5s 2.5s both;
}

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

section.AD span.t5 {
    animation: AAAAA .5s 6s both;
}

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

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

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

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

section.AD span.t6 {
    animation: BBBBB .5s 9.5s both;
}

/*
--------------------------------------------------------------------
商品大標
--------------------------------------------------------------------
*/
section.PD {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    padding: 7rem 0 0;
}

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

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

section.PD h2 span {
    font-size: 3rem;
    color: #b99a00;
    font-weight: 700;
    font-style: italic;
    margin: 0 .3rem;
}

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%;
}

section.PD h5 img {
    width: auto;
    height: 30px;
    margin: 0 auto;
}

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

section.PD .productBOX {
    width: 100%;
    max-width: 1000px;
    /*height: 740px;*/
    margin: 0 auto;
    padding: 5rem 40px 3rem;
    position: relative;
    z-index: 5;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    /*outline: 1px solid red;*/
}

section.PD .pic {
    margin: 0 auto;
    position: relative;
    width: 50%;
    padding: 0 2rem;
}

section.PD .pic img {
    position: relative;
    z-index: 2;
}

section.PD .pic:before,
section.PD .pic:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 0;
}

section.PD .pic:before {
    width: calc(125/500*100%);
    padding-bottom: calc(125/500*100%);
    background-image: url("../images/t7.png");
    left: -10%;
    bottom: 0%;
    z-index: 1;
}

section.PD .pic:after {
    width: calc(102/500*100%);
    padding-bottom: calc(64/500*100%);
    background-image: url("../images/spf12.png");
    right: 0%;
    top: -14%;
    z-index: 3;
}

section.PD .productFF {
    width: 50%;
}

section.PD h3 {
    width: 100%;
}

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.5rem;
    line-height: 3rem;
}

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

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

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: #f3ece7;
}

section.PD .lightBG * {}

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

section.PD .lightBG>div {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    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% 10%;
    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: #f3ece7;
}

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 {
    width: 30%;
    background-color: #f3ece7;
    border-radius: 5rem 1.2rem 1.2rem 1.2rem;
    padding: 2rem;
}

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>span {
    margin-bottom: 1rem;
}

section.PD .bgw>div>div>div {
    background-color: #ffffff;
    border-radius: 1.2rem;
    padding: 1.7rem;
}

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

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

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

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

section.PD .bgw>div ol li div {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8rem;
    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;
    color: #b99a00;
}

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 ol li>div>div img {
    width: auto;
    height: 12rem;
    border: 1px solid #b99a00;
    margin-right: 1rem;
}

section.PD .bgw>div ol li>div>div span {
    font-size: 1rem;
    line-height: 1.8rem;
    position: relative;
}

section.PD .bgw>div ol li>div>div span:before {
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    background-image: url("../images/icon_important.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

/*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.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: 84%;
        width: calc(520/768*100%);
    }

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

    section.AD span.t3 {
        right: auto;
        left: calc(33/768*100%);
        top: 95%;
        width: calc(312/768*100%);
    }

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

    section.AD span.t5 {
        left: calc(33/768*100%);
        top: 36%;
        width: calc(98/768*100%);
    }

    section.AD span.t6 {
        left: calc(518/768*100%);
        top: 70%;
        width: calc(125/768*100%);
    }

    section.AD span.pro {
        left: calc(560/768*100%);
        top: 77%;
        width: calc(188/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 .pic {
        width: 100%;
        padding: 0 13%;
        margin-bottom: 2rem;
    }

    section.PD .pic:before {
        left: -4%;
    }

    section.PD .pic:after {
        right: 4%;
    }

    section.PD .productFF {
        width: 100%;
    }

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

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

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

    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: 100%;
        margin-bottom: 2rem;
    }

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

    section.PD .bgw>div>div>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.PD .bgw>div>div>div img {
        width: 30%;
        margin: 0 1rem;
    }

    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>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;

    }

}