﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
    font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    line-height: 20px;
    letter-spacing: 0.5px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: 0;
    border-spacing: 0;
}
/* ---reset.css--- */

html {
    font-family: Helvetica, sans-serif;
    font-family: '微軟正黑體', Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    -webkit-text-size-adjust: none;
}





body {
    .multi_bg_example

{
    background-image: url(https://mdn.mozillademos.org/files/11305/firefox.png), url(https://mdn.mozillademos.org/files/11307/bubbles.png), linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom right, left, right;
}

}



html {
    font-size: 18px;
}

.rwdtxt {
    font-size: 1.5rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
    .rwdtxt {
        font-size: calc(1.2rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));
        color: blue;
    }
}

@media (min-width: 1200px) {
    .rwdtxt {
        font-size: 2rem;
        color: red;
    }
}

.cart-btn {
    background-image: url('../images/treasure/act-cart.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
}


/* --電腦版型------------------------------------- */

/*back top*/
#mini-header {
    background-color: #ffd200;
    max-width: 100%;
    margin: 0 auto;
}

/*主視覺只做1張圖*/
#BANNER {
    clear: both;
    width: 100%;
    margin: 0 auto;
    /*	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
}

/*主視覺做2張圖*/
#BANNER-BG {
    width: 100%;
    height: 600px;
    background-image: url(../images/KV-PC.jpg);
    background-position: center;
}

/*視覺做2張圖在用*/
#BANNER h1 {
    display: block;
    width: 100%;
    height: 600px;
    background-image: url(../images/KV-PC.jpg);
    text-indent: -9999px;
}

/*模塊背景*/ /*漸層寫法參考 https://ithelp.ithome.com.tw/articles/10190867*/
#CONTENT-1-bg1 {
    /* background: #fff url("../images/bg.jpg") 100% / 100%; */
    background: #fdeedc url(../images/bg-whon.png) repeat 100% 100% / 30%;
}



/*模塊1--4變2*/
#CONTENT-1 {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 15px;
}

    #CONTENT-1 .BOX-ad {
        float: left;
        clear: both;
        width: 23%;
        margin: 5px;
    }



    #CONTENT-1 .BOX {
        float: left;
        width: 21%;
        background-color: white;
        padding: 5px 5px 5px 5px;
        border-color: #ddd;
        border-width: 1px;
        border-style: solid;
        margin: 5px;
        box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);
    }

.CONTENT-6.swiper-product {
    max-width: 1000px;
    padding: 20px 0 40px 0;
}

.CONTENT-6 .product {
    background-color: white;
    padding: 5px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    transition: .3s;
}

@media (min-width: 737px) {
    .CONTENT-6 .product:hover {
        transform: translateY(-10px);
        transition: .3s;
    }
}

.CONTENT-6 .product .price {
    float: none;
}

.CONTENT-6 .product .photo img {
    border-radius: 10px 10px 0 0;
}

/*模塊1--文字化*/
#CONTENT-1 .BOX h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
    background-color: #8a8988;
    width: 100%;
}

#CONTENT-1 .BOX p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-align: center;
}


#CONTENT-1 .price {
    padding-left: 4px;
    float: left;
    margin: 0 auto;
    width: 98%;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #df0037;
    border-width: 1px;
    border-style: solid;
}

#CONTENT-1 .buy {
    float: right;
    width: 65px;
    line-height: 40px;
    background-color: #df0037;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 27px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
}

    #CONTENT-1 .buy a {
        float: right;
        width: 65px;
        line-height: 40px;
        background-color: #df0037;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        font-size: 27px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-decoration: none;
    }

        #CONTENT-1 .buy a:hover {
            float: right;
            width: 65px;
            line-height: 40px;
            background-color: #8c0325;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            font-size: 27px;
            font-weight: bold;
            color: white;
            text-align: center;
            text-decoration: none;
        }

#CONTENT-1 .font20-g {
    float: left;
    font-size: 14px;
    color: #777;
    line-height: 40px;
    text-decoration: line-through;
}

#CONTENT-1 .font20-r {
    float: left;
    font-size: 16px;
    color: #df0037;
    font-weight: bold;
    line-height: 40px;
}

#CONTENT-1 .font40-r {
    float: left;
    font-size: 33px;
    color: #df0037;
    font-weight: bold;
    line-height: 40px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#CONTENT-1 .title {
    clear: both;
    width: 75%;
    margin: 0 auto;
}

#CONTENT-1 .title2 {
    clear: both;
    width: 33%;
    margin: 0 auto;
}

/*模塊2--2變2*/
#CONTENT-2 {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
}

    #CONTENT-2 .BOX {
        float: left;
        width: 50%;
        /*background-color: white;*/
        /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
    }


    #CONTENT-2 .title {
        clear: both;
        width: 75%;
        margin: 0 auto;
    }

    #CONTENT-2 .title-2 {
        clear: both;
        width: 40%;
        margin: 0 auto;
    }



/*模塊BN--BN*/
#CONTENT-BN {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

    #CONTENT-BN .BOX {
        float: left;
        width: 90%;
        /*background-color: white;*/
        /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
    }


    #CONTENT-BN .title {
        clear: both;
        width: 75%;
        margin: 0 auto;
    }



/*模塊3--3變2*/
#CONTENT-3 {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 30px;
}

    #CONTENT-3 .BOX {
        float: left;
        width: 33%;
        transition: width 0.3s;
        transition-timing-function: ease-out;
        /*background-color: white;*/
        /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
    }

        #CONTENT-3 .BOX:hover {
            width: 34%;
        }




    #CONTENT-3 .title {
        clear: both;
        width: 75%;
        margin: 0 auto;
    }


/*模塊2--3變1*/
#CONTENT-3-2 {
    clear: both;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    cursor: pointer;
}

    #CONTENT-3-2 .BOX {
        float: left;
        width: 33.3%;
        box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);
    }

        #CONTENT-3-2 .BOX h3 {
            font-size: 2em;
            line-height: 2;
            border-bottom: 2px solid #0CC;
            color: #0CC;
            text-align: center;
        }

        #CONTENT-3-2 .BOX p {
            font-size: 13px;
            line-height: 1.8;
            padding: 20px;
            color: #333;
        }

    #CONTENT-3-2 .title {
        clear: both;
        width: 85%;
        margin: 0 auto;
    }

/*模塊4--4變2*/
#CONTENT-4 {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 30px;
}

    #CONTENT-4 .BOX {
        float: left;
        width: 25%;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    #CONTENT-4 .title {
        clear: both;
        width: 75%;
        margin: 0 auto;
    }

    #CONTENT-4 .time {
        clear: both;
        width: 100%;
        margin: 0 auto;
    }

/*模塊5--3變3*/
#CONTENT-5 {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 30px;
}

    #CONTENT-5 .BOX {
        float: left;
        width: 33%;
        /*background-color: white;*/
        /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
    }

    #CONTENT-5 .title {
        clear: both;
        width: 85%;
        margin: 0 auto;
    }

    #CONTENT-5 .time {
        clear: both;
        width: 100%;
        margin: 0 auto;
    }

/*模塊6*/
.CONTENT-6 {
    clear: both;
    /*width:1000px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    /*	background-color:rgb(74,49,11);*/
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}


    .CONTENT-6 .BOX {
        /*float:left;*/
        /*width:23.7%;*/
        display: inline-block;
        width: 15.6%;
        background-color: white;
        padding: 3px;
        border-color: #ddd;
        border-width: 1px;
        border-style: solid;
        margin: 6px;
        border-radius: 10px;
    }

@media (max-width: 1200px) {
    .CONTENT-6 .BOX {
        width: 25%;
    }
}

@media (max-width: 760px) {
    .CONTENT-6 .BOX {
        width: 45%;
    }
}

.CONTENT-6 .catalog {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}


/*模塊1--文字化*/

.CONTENT-6 .BOX h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
    background-color: #8a8988;
    width: 100%;
}

.CONTENT-6 .BOX p,
.CONTENT-6 .product p {
    margin: 5px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: left;
    height: 44px;
    overflow: hidden;
}


.CONTENT-6 .price {
    float: left;
    margin: 0 auto;
    height: 40px;
    border-color: #666;
    margin: 0 auto;
    text-align: center;
    border-top-style: dashed;
    border-width: 1px;
    width: 100%;
}

.CONTENT-6 .buy {
    float: right;
    width: 25px;
    line-height: 30px;
    background-color: #df0037;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 8px;
}

    .CONTENT-6 .buy a {
        float: right;
        width: 25px;
        line-height: 30px;
        background-color: #df0037;
        font-size: 20px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
    }

        .CONTENT-6 .buy a:hover {
            float: right;
            width: 25px;
            line-height: 30px;
            background-color: #8c0325;
            font-size: 20px;
            font-weight: bold;
            color: white;
            text-align: center;
            text-decoration: none;
            border-radius: 50px;
        }

.CONTENT-6 .font-og {
    float: left;
    font-size: 14px;
    color: #777;
    line-height: 40px;
    text-decoration: line-through;
    /*padding-left: 5px;*/
}

.CONTENT-6 .font-s {
    float: left;
    font-size: 14px;
    color: #df0037;
    font-weight: bold;
    line-height: 40px;
    padding-left: 5px;
}

.CONTENT-6 .font-sp {
    float: left;
    /*font-size: 30px;*/
    font-size: 22px;
    color: #df0037;
    font-weight: bold;
    line-height: 40px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.CONTENT-6 .title {
    clear: both;
    width: 60%;
    margin: 0 auto;
}

.CONTENT-6 .title2 {
    clear: both;
    width: 33%;
    margin: 0 auto;
}


/*模塊6--8變4*/
#pd-menu-bg {
    width: 100%;
    height: 70px;
    background: linear-gradient( #9a241e, #dc3c38);
}

#pd-menu {
    clear: both;
    width: 1300px;
    margin: 0 auto;
    oveflow: hidden;
    padding-top: 5px;
    padding-bottom: 10px;
}

    #pd-menu .BOX {
        float: left;
        width: 11%;
    }



/*模塊7--4變1*/
#CONTENT-7 {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
}

    #CONTENT-7 .BOX {
        float: left;
        width: 50%;
        /*background-color: white;*/
        /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
    }

    #CONTENT-7 .title {
        clear: both;
        width: 75%;
        margin: 0 auto;
        padding-top: 20px
    }

    #CONTENT-7 .title2 {
        clear: both;
        width: 75%;
        margin: 0 auto;
    }

/*模塊8--券 3變3 */
#CONTENT-8 {
    clear: both;
    width: 1000px;
    border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    #CONTENT-8 .BOX {
        float: left;
        width: 25%;
        padding: 10px;
    }

    #CONTENT-8 .title {
        font-size: 40px;
        color: #000;
        font-weight: bold;
        margin: 0 auto;
        line-height: 50px;
        margin-top: 20px;
    }

    #CONTENT-8 .date {
        font-size: 25px;
        color: #000;
        font-weight: bold;
        margin: 0 auto;
        line-height: 25px;
    }

/*模塊9--券 2變2 */
#CONTENT-9-2 {
    clear: both;
    width: 800px; /*background-color: #df0037*/
    ;
    border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20x;
    text-align: center;
}

    #CONTENT-9-2 .BOX {
        float: left;
        width: 47%;
        padding: 10px;
    }

    #CONTENT-9-2 .title {
        font-size: 40px;
        color: #FFFFFF;
        font-weight: bold;
        margin: 0 auto;
        line-height: 50px;
    }

    #CONTENT-9-2 .date {
        font-size: 25px;
        color: #FFFFFF;
        font-weight: bold;
        margin: 0 auto;
        line-height: 25px;
    }


/*模塊10--券 4變2 */
#CONTENT-10 {
    clear: both;
    width: 1200px; /*background-color: #df0037*/
    ;
    border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20x;
}

    #CONTENT-10 .BOX {
        float: left;
        width: 25%;
        padding: 10px;
    }

    #CONTENT-10 .title {
        font-size: 40px;
        color: #FFFFFF;
        font-weight: bold;
        margin: 0 auto;
        line-height: 50px;
    }

    #CONTENT-10 .date {
        font-size: 25px;
        color: #FFFFFF;
        font-weight: bold;
        margin: 0 auto;
        line-height: 25px;
    }


#CONTENT-11 {
    clear: both;
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    #CONTENT-11 .title {
        font-size: 60px;
        color: #000;
        font-weight: bold;
        margin: 0 auto;
        line-height: 60px;
        font-style: italic;
    }

    #CONTENT-11 .date {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin: 0 auto;
        line-height: 60px;
        font-style: italic;
    }



#DOWN {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background-color: #eea294;
    padding: 5px 0px;
}

    #DOWN p {
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
        color: #fff;
    }

/* 選單 */
/*#menu-float {
	width:100%; height:50px; 
	margin:auto;
   position: fixed;
    top: 0px;
    z-index: 999;	
	
}*/

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0 auto;
}

/* 選單 */
#floater ul,
#floater ul {
    font-size: 0;
}

#floater li {
    float: none;
}

#floater li {
    cursor: pointer;
}

#floater li {
    cursor: pointer;
}

#floater {
    width: 100%;
    height: 50px;
    background-color: #af2200;
    z-index: 999;
}

    #floater .content {
        width: 100%;
        background-color: #af2200;
        margin: 0 auto;
        text-align: center;
        z-index: 10;
    }

        #floater .content right {
            float: right;
        }

/*活動辦法*/
#rule {
    clear: both;
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 20px;
    background-color: #ffecc9;
    padding-bottom: 20px;
    border-radius: 20px;
    text-align: left;
}

#rule-border {
    clear: both;
    width: 100%;
    max-width: 1330px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 30px;
    line-height: 200%;
    box-sizing: border-box;
}

    #rule-border .p_title {
        background: rgb(53, 86, 63);
        padding: 5px 15px;
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
        border-radius: 100px;
    }


    #rule-border .sp25 {
        font-size: 30px;
        line-height: 50px;
        padding-left: 15px;
        color: #fff;
        text-align: center;
    }

    #rule-border .sp15 {
        padding-left: 15px;
        color: #000;
    }

        #rule-border .sp15 a {
            padding-left: 15px;
            color: #df0037;
        }

    #rule-border .sp15-r {
        padding-left: 15px;
        color: #df0037;
        font-weight: bold;
    }

    #rule-border .bold {
        font-weight: bold;
    }

    #rule-border .red_border {
        margin-left: 65px;
        padding: 10px;
        color: #201057;
        font-weight: bold;
        border: dotted;
    }

    #rule-border .red_bold {
        color: #201057;
        font-weight: bold;
    }

    #rule-border .red_font {
        color: #201057;
    }

    #rule-border ul {
        list-style-type: circle !important; /*display: flex; justify-content: center; */
    }

    #rule-border li {
        display: block; /*margin: unset;margin: 0 auto;*/
    }

    #rule-border ul.circle {
        list-style-type: circle
    }

    #rule-border .p_btn {
        width: 250px;
        padding: 5px 15px;
        margin: 15px 15px;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        border-radius: 100px;
        float: left;
    }

        #rule-border .p_btn a {
            background: #8f0b1d;
            width: 250px;
            padding: 5px 15px;
            margin: 15px 15px;
            color: #FFFFFF;
            font-size: 24px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            border-radius: 100px;
            float: left;
        }

            #rule-border .p_btn a:hover {
                background: #8f0b1d;
                width: 250px;
                padding: 5px 15px;
                margin: 15px 15px;
                color: #FFFFFF;
                font-size: 24px;
                font-weight: bold;
                text-decoration: none;
                text-align: center;
                border-radius: 100px;
                float: left;
            }


    #rule-border .p_space {
        width: 28px;
        float: left;
    }

    #rule-border .sp_ans {
        padding-left: 65px;
    }

    #rule-border .btn_line {
        margin: 0 auto;
    }

.link {
    color: #fff;
    text-decoration: underline;
}

    .link a {
        color: #fff;
        text-decoration: underline;
    }

        .link a:hover {
            color: #fff;
            text-decoration: none;
        }

/* 優惠活動頁 */
img {
    max-width: 100%;
    width: 100%;
    display: block;
}

#CONTENT-1-bg1 .container {
    padding: 0.5em 0 2em;
}

.main-kv {
    position: relative;
}

.main-tt {
    width: 100%;
    font-size: 3rem;
    line-height: 3rem;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-5deg, 0);
    color: #fff;
    font-weight: bold;
    /* -webkit-text-stroke: 2px #000; */
    text-shadow: #ffc500 0 0 2px;
}

    .main-tt:before {
        content: '/////////////////////////////////////';
        position: absolute;
        font-size: 1rem;
        z-index: -1;
        transform: translate(10%, 40%);
        opacity: 0.7;
    }
/* 區塊標題 */
.blockTt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #606060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 0 0em;
    margin-bottom: 0.5em;
}
/* .blockTt::before {
	content: '/';
	margin-right: 0.5em;
}
.blockTt::after {
	content: '/';
	margin-left: 0.5em;
} */
.w-100 {
    width: 100%;
    max-width: 100%;
}
.dp-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dp-block {
    display: block;
}

.dp-md-block {
    display: none;
}

.couponBlock {
    align-items: center;
    justify-content: center;
    padding: 0 0.2em;
}

    .couponBlock > div {
        padding: .5em .3em;
    }

.c-w3 {
    width: 33%;
    padding: 0 0.2em;
}

.c-w2 {
    width: 50%;
    padding: 0 0.2em;
}

.c-w6 {
    width: 15%;
    position: relative;
}

    .c-w6 p {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 2.5rem;
        line-height: 2rem;
        font-family: Arial;
        font-weight: 600;
        font-style: italic;
        color: #000;
    }

.c-gray {
    filter: grayscale(1);
}

.code {
    position: relative;
}

    .code span {
        position: absolute;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 600;
        color: #000;
        font-family: Arial;
        text-align: center;
        margin: auto;
        opacity: 0;
    }

.c-w3.code span {
    width: 50%;
    right: 6%;
    bottom: 33.5%;
}

.c-w2.code span {
    width: 65%;
    right: 9%;
    bottom: 20%;
}
/* .e-link:hover {
    padding-bottom: 8px;
} */
.e-link a, .e-link a:link, .e-link a:visited {
    color: #fff;
}
/* 金流活動 */
.payBlock {
    align-items: center;
    justify-content: center;
}

.p-w2 {
    position: relative;
    width: 46%;
    /* margin: auto; */
    padding: 0 .5em;
}

.payBtns {
    position: absolute;
    left: 50%;
    bottom: 8%;
    width: 100%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: space-evenly;
}

.p_btn {
    width: 40%;
}
/* 品類活動 */
.rebates {
    align-items: center;
    justify-content: center;
    margin: 1em;
    height: 100%;
    width: 100%;
}

    .rebates.border1 {
        border-top: 4px solid #ff8192;
        border-left: 4px solid #ff8192;
    }

    .rebates.border2 {
        border-top: 4px solid #ffb578;
        border-left: 4px solid #ffb578;
    }

    .rebates.border3 {
        border-top: 4px solid #fade00;
        border-left: 4px solid #fade00;
    }

    .rebates.border4 {
        border-top: 4px solid #77df88;
        border-left: 4px solid #77df88;
    }

    .rebates.border5 {
        border-top: 4px solid #6dcffe;
        border-left: 4px solid #6dcffe;
    }

    .rebates.border6 {
        border-top: 4px solid #74a8f3;
        border-left: 4px solid #74a8f3;
    }

    .rebates.border7 {
        border-top: 4px solid #bd9aff;
        border-left: 4px solid #bd9aff;
    }

.rebatesL {
    width: 80%;
    background: #ececec;
    padding: 1em;
    height: 100%;
}

.rebatesR {
    width: 20%;
    /* padding: 1.5em; */
}

    .rebatesR a span {
        font-size: 1rem;
        font-weight: 600;
        color: #000;
        text-align: right;
        padding: 0 1.5em 1em;
    }

.rebatesTt {
    width: 100%;
    text-align: left;
    padding: 0.5em 1.5em;
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    line-height: 1.3rem;
}
/* 全站活動 */
.adBlock {
    align-items: center;
    justify-content: center;
    padding: 0 0 2em 0;
}

.ad {
    width: 33%;
    padding: 0.2em;
}
/* 跳窗 */
.modal-content {
    border-radius: .3rem;
    overflow: hidden;
}

.Modalcontent {
    text-align: left;
}

/* 猜你喜歡 */
div#actScope {
    background: #000000;
}

.spc1 {
    color: #ff6b6b;
    font-weight: 600;
}

.spc2 {
    font-weight: 600;
    color: #0b869c;
}

.KV-bg {
    position: relative;
    padding-top: 3em;
    /* background: url(../images/envelope-frame.png) 100% / COVER no-repeat; */
}

.KV-contnet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    width: 100%;
}
.blindbox-btn {
    /* padding: .5em 0 1.5em; */
    margin: auto;
    align-items: center;
    justify-content: center;
    /* padding: 2em 0 3em; */
}

    .blindbox-btn .c-w3 {
        /* margin: 1em; */
        display: flex;
    }

#blindbox_btn {
    /* margin: 10em; */
    max-width: 100%;
    width: 100%;
    /* margin: 4em auto 2em; */
    display: block;
}

#blindbox_btn img {
    max-width: 100%;
    width: 100%;
}

.blindbox-transitional-animation {
    display: none;
}

.blindbox-transitional-animation.show {
    display: block;
    z-index: 9;
    max-width: 65%;
    width: 100%;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(25%, 0);
}

/* 創作者Hidol */
.c-w1 {
    width: 100%;
}
.c-w2 {
    width: 50%;
    padding: .5%;
}
.c-w4 {
    width: 25%;
    padding: .5%;
}
.top-bar {
    max-width: 100%;
    width: 100%;
    background: #eea294;
    position: sticky;
    inset: 0 0 auto 0;
    z-index: 4;
    box-shadow: 0 4px 4px 0px #00000021;
    color: #fff;
}
.top-bar > p {
    padding: .5% 0;
    line-height: 140%;
}
.top-bar a:link,
.top-bar a:visited {
    color: #fff;
    white-space: nowrap;
}
.top-bar .list-link a:link,
.top-bar .list-link a:visited {
    color: #a7a7a7;
}
.top-bar a:link:has(i),
.top-bar a:visited:has(i) {
    color: #e8767f;
}
.list-link > a {
    font-weight: 900;
}
/* 跑馬燈2(往右) */

.show {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-vw {
    width: 100%;
    overflow: hidden;
    padding: .2% 0;
}

.marquee::before,
.marquee::after {
    content: "";
    display: block;
}
@keyframes marquee {
    from {
        left: 0;
        transform: translateX(-35%)
    }
    to {
        transform: translateX(100%)
    }
}

.marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: initial;
    flex-direction: row;

    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    /* animation-iteration-count: infinite; */
    -webkit-animation-iteration-count: 10;
    animation-iteration-count: 10;
}
.marquee:has(*:hover) {
    animation-play-state: paused;
    /* animation: none; */
}
.marquee.train {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    margin-bottom: .3%;
    position: relative;
    animation-delay: -4s;
    -webkit-animation-iteration-count: 10;
    animation-iteration-count: 10;
}
.marquee::before {
    flex: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.marquee::after {
    flex: 1000;
    animation-direction: alternate-reverse;
}

.marquee.right {
    width: 100%;
    height: initial;
    flex-direction: row;
    overflow: unset;
}
.marquee * {
    width: fit-content;
}

.marquee.left {
    width: 100%;
    height: initial;
    flex-direction: row-reverse;
}

.marquee.down {
    width: initial;
    height: 100%;
    flex-direction: column;
}

.marquee.up {
    width: initial;
    height: 100%;
    flex-direction: column-reverse;
}

.marquee.slide::before,
.marquee.slide::after {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.marquee.slide::before {
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.marquee.slide::after {
    animation-direction: reverse;
}

.marquee.alternate::before,
.marquee.alternate::after {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.marquee.alternate::before {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.marquee.alternate::after {
    animation-direction: alternate-reverse;
}
.train div {
    max-width: 80px;
}
.full-vw:has(.train) {
    margin-top: .5%;
    background: transparent url(../images/rail-2.png) bottom / .3% repeat-x;
    /* filter: hue-rotate(45deg); */
    color: #ad7225;
    padding: 0;
}

.head-bar {
    max-width: 100%;
    width: 100%;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 0 1%;
}
.head-bar .logo {
    text-align: left;
}
.head-bar .logo a {
    max-width: 88px;
    width: 100%;
    display: block;
    padding: 8px;
}
.head-bar .hidol-icon {
    text-align: right;
}
.hidol-icon-mb {
    display: none;
}
.hidol-bar {
    max-width: 100px;
    width: 100%;
}
.hidol-menu {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto .5%; */
    margin: 0 auto;
    transition: all 1s;
}
.hidol-menu .dp-flex {
    justify-content: space-around;
}
.hi-logo {
    padding: 1.5%;
    width: 28%;
    margin: auto;
}
.list-link {
    position: relative;
    /* width: 100%; */
}
.list-link > a {
    font-weight: 900;
}
.list-link ul {
    display: none;
    position: absolute;
    padding: 1%;
    background: #fff;
    box-shadow: 0 0px 10px 0px #00000050;
}
.list-link ul li {
    display: list-item;
    padding: 1%;
    width: 6em;
}
.list-link ul li:hover {
    background: #eea294;
}
.list-link ul li:hover a,
.list-link ul li:hover a:visited,
.list-link ul li:hover a:link {
    color: #fff;
}
.list-link:hover ul {
    display: list-item;
}
.hidol-icon {
    font-size: 1.5rem;
}
.event-concept,
.event-text {
    min-height: 20vw;
    margin: 1% 0;
}
.event-concept {
    background: #fff;
}
a.event-btn:link,
a.event-btn:visited {
    display: block;
    background: #df5454;
    box-shadow: 0 2px 0 0 #af3d3d;
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    padding: 1% 4%;
    border-radius: 4px;
}


/* 商品卡輪播 */
.swiper-block {
    margin: 1%;
}
.swiper-pd .info {
    text-align: justify;
    line-height: 140%;
    font-size: .8rem;
    position: relative;
    display: inline-block;
    line-height: 1.2;
    margin-right: auto;
    width: 100%;
    margin-top: 2px;
    height: 3.6em;
}
.info p {
    margin: 2% 0 0;
    line-height: 140%;
}
.info .price {
    line-height: 160%;
    display: flex;
    align-items: self-start;
    justify-content: left;
    width: 100%;
}
.swiper-pd .font-og {
    float: left;
    font-size: 14px;
    color: #777;
    text-decoration: line-through;
    margin-right: .5%;
}
.swiper-pd .font-sp::before {
    content: 'NT$';
    float: left;
    font-size: .8rem;
}
.swiper-pd .font-sp {
    float: left;
    font-size: 1rem;
    color: #e54b4b;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.swiper-pd .swiper-slide {
    transition-property: transform;
    background: url(../images/item-bg1.png) no-repeat center center / 92%;
    padding: 6% 3% 3%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}
.swiper-pd .swiper-slide:hover .photo {
    overflow: hidden;
}
.swiper-pd .swiper-slide:hover .photo > img {
    animation: scale-img 1s ;
    transition: all .3s ease-in-out;
}
.swiper-pd .swiper-slide .photo > img + img {
    opacity: 0;
}
.swiper-pd .swiper-slide:hover .photo > img:first-child:not(:only-child) {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.swiper-pd .swiper-slide:hover .photo > img + img {
    opacity: 1;
}
.swiper-pd .prev2,
.swiper-pd .next2 {
    display: none;
}
.swiper-pd.swiper-pd1 a.product {
    position: relative;
}
.swiper-pd.swiper-pd1 a.product::after {
    content: '';
    background: url(../images/recom.png) no-repeat 20% / 100%;
    display: block;
    position: absolute;
    right: -15%;
    bottom: 10%;
    /* scale: .2; */
    padding: 1% 6%;
    z-index: 2;
    font-weight: 900;
    font-size: .9rem;
    line-height: 140%;
    margin: 4px 0 0 4px;
    border-radius: 4px;
    padding: 40%;
}
.swiper-button-next.swiper-button-white.swiper-button-disabled,
.swiper-button-prev.swiper-button-white.swiper-button-disabled {
    opacity: 0; 
}

@keyframes scale-img {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.cate-items {
    width: 100%;
    max-width: 100%;
}
.cate-items:not(:first-child) .block-tt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 160%;
    /* margin: 2% 0 1%; */
    margin: 1% auto -2% 2%;
    /* color: #e26a70;
    color: #d07e46; */
    color: #475264;
    display: inline;
}


/* hidol-sub */
.main {
    width: 92%;
    align-items: stretch;
    margin: auto;
    /* align-items: flex-start; */
}
.side-bar {
    background: #fff;
    line-height: 200%;
    width: 25%;
    text-align: left;
    /* padding: 0 1%; */
    padding: 0 1% .5%;
    height: fit-content;
}
.side-bar {
    padding-top: 1%;
}
.side-bar .dp-flex {
    padding: 2% 0;
    /* margin-bottom: auto; */
}
.side-menu {
    /* margin-left: 2%; */
}
.main-content {
    width: 67%;
    /* margin: auto; */
    /* background: #f9f3e8; */
    /* background: #eee; */
}
.main-content .swiper-block {
    /* padding: 1% 2% 0; */
    padding: 1% 0 0;
    /* padding: 1% 0 0;
    margin: 1% 0; */
}
.main-content .swiper-block:last-child {
    /* padding: 1% 2%; */
    margin-bottom: 1%;
}
.side-menu .c-w1:hover {
    background: #eea294;
    color: #fff;
}
.side-menu .c-w1:hover a {
    color: #fff;
}
.side-menu .c-w1 a {
    padding: 0 2% 0 4%;
    display: block;
}
/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    html, body {
        -webkit-text-size-adjust: none;
    }

    /*主視覺做1張圖*/
    #BANNER {
        clear: both;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);
    }

    /*主視覺做2張圖*/
    #BANNER-BG {
        display: block;
        width: 100%;
        height: 280px;
        margin: 0 auto;
        background-size: cover;
        background-position: center center;
        background-image: url(../images/KV-MB.jpg);
    }


    /*主視覺做2張圖在用*/

    #BANNER h1 {
        display: block;
        width: 100%;
        height: 360px;
        background-image: url(../images/KV-MB.jpg);
        background-size: cover;
        background-position: center center;
        text-indent: -9999px;
    }

    /*模塊背景*/ /*漸層寫法參考 https://ithelp.ithome.com.tw/articles/10190867*/

    #CONTENT-1-bg1 {
        /* background: #ffffff url("../images/bg-mb.jpg") 100% / 100%; */
    }




    /*模塊1--4變2*/
    #CONTENT-1 {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 0px;
    }

        #CONTENT-1 .BOX-ad {
            float: left;
            width: 45%;
            margin: 5px;
        }

        #CONTENT-1 .BOX {
            float: left;
            width: 46%;
            background-color: white;
            padding: 5px 5px 5px 5px;
            border-color: #ddd; /*border-width: 1px; border-style: solid;*/
            margin: 5px;
            /*box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
        }

            /*模塊1--文字化*/

            #CONTENT-1 .BOX h3 {
                margin-top: 5px;
                margin-bottom: 5px;
                font-size: 16px;
                line-height: 25px;
                color: #FFFFFF;
                text-align: center;
                font-weight: bold;
                border-radius: 100px;
                background-color: #8a8988;
                width: 100%;
            }

            #CONTENT-1 .BOX p {
                margin-top: 3px;
                margin-bottom: 3px;
                font-size: 14px;
                line-height: 20px;
                color: #000000;
                text-align: center;
            }


        #CONTENT-1 .price {
            padding-left: 2px;
            float: left;
            margin: 0 auto;
            width: 98%;
            height: 30px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-color: #df0037;
            border-width: 1px;
            border-style: solid;
        }

        #CONTENT-1 .buy {
            float: right;
            width: 30px;
            line-height: 28px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            font-size: 12px;
            font-weight: bold;
            color: white;
            text-align: center;
            text-decoration: none;
        }

            #CONTENT-1 .buy a {
                background-color: #df0037;
                float: right;
                width: 30px;
                line-height: 28px;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                font-size: 12px;
                font-weight: bold;
                color: white;
                text-align: center;
                text-decoration: none;
            }

                #CONTENT-1 .buy a:hover {
                    background-color: #8c0325;
                    float: right;
                    width: 30px;
                    line-height: 28px;
                    border-top-right-radius: 4px;
                    border-bottom-right-radius: 4px;
                    font-size: 12px;
                    font-weight: bold;
                    color: white;
                    text-align: center;
                    text-decoration: none;
                }

        #CONTENT-1 .font20-g {
            float: left;
            font-size: 10px;
            color: #777;
            line-height: 30px;
            text-decoration: line-through;
            letter-spacing: -2px;
        }

        #CONTENT-1 .font20-r {
            float: left;
            font-size: 11px;
            color: #df0037;
            font-weight: bold;
            line-height: 30px;
            letter-spacing: -1px;
        }

        #CONTENT-1 .font40-r {
            float: left;
            font-size: 17px;
            color: #df0037;
            font-weight: bold;
            line-height: 30px;
            font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        }

        #CONTENT-1 .title {
            width: 100%;
            margin: 0 auto;
        }

        #CONTENT-1 .title2 {
            clear: both;
            width: 90%;
            margin: 0 auto;
        }


    /*模塊2--2變1*/
    #CONTENT-2 {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        /*padding-top: 20px;*/
    }

        #CONTENT-2 .BOX {
            float: left;
            width: 50%;
            /*	background-color: white;
	padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin:5;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
        }



        #CONTENT-2 .title {
            /*clear:both;*/
            width: 98%;
            margin: 0 auto;
        }

        #CONTENT-2 .title-2 {
            /*clear:both;*/
            width: 70%;
            margin: 0 auto;
        }

    /*模塊BN*/
    #CONTENT-BN {
        clear: both;
        width: 97%;
        margin: 0 auto;
        overflow: hidden;
    }

        #CONTENT-BN .BOX {
            float: left;
            width: 98%;
        }



        #CONTENT-BN .title {
            /*clear:both;*/
            width: 98%;
            margin: 0 auto;
        }


    /*模塊3--4變2*/
    #CONTENT-3 {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        /*	padding-top: 0px;
	padding-bottom: 30px;*/
    }

        #CONTENT-3 .BOX {
            float: left;
            position: relative;
            left: 20%;
            width: 60%;
            /*background-color: white;*/
            /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
        }

        #CONTENT-3 .title {
            clear: both;
            width: 100%;
            margin: 0 auto;
        }

    /*模塊2--3*/
    #CONTENT-3-2 {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 20px;
    }

        #CONTENT-3-2 .BOX {
            float: left;
            width: 33%;
            box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);
        }


            #CONTENT-3-2 .BOX h3 {
                font-size: 2em;
                line-height: 2;
                border-bottom: 2px solid #0CC;
                color: #0CC;
                text-align: center;
            }

            #CONTENT-3-2 .BOX p {
                font-size: 17px;
                line-height: 1.8;
                padding: 20px;
                color: #333;
            }

        #CONTENT-3-2 .title {
            /*clear:both;*/
            width: 90%;
            margin: 0 auto;
        }


    /*模塊4--4變2*/
    #CONTENT-4 {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        /*	padding-top: 0px;
	padding-bottom: 30px;*/
    }

        #CONTENT-4 .BOX {
            float: left;
            width: 50%;
            padding: 5px;
        }

        #CONTENT-4 .title {
            clear: both;
            width: 98%;
            margin: 0 auto;
        }

        #CONTENT-4 .time {
            clear: both;
            width: 100%;
            margin: 0 auto;
        }

    /*模塊5--3變3*/
    #CONTENT-5 {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        /*	padding-top: 0px;
	padding-bottom: 30px;*/
    }

        #CONTENT-5 .BOX {
            float: left;
            width: 33%;
            /*background-color: white;*/
            /*padding:5px 5px 3px 5px; border-color: #ddd; border-width: 1px; border-style: solid;
	margin: 5px;
	box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
        }

        #CONTENT-5 .title {
            clear: both;
            width: 90%;
            margin: 0 auto;
        }

        #CONTENT-5 .time {
            clear: both;
            width: 100%;
            margin: 0 auto;
        }

    /*模塊6-*/
    .CONTENT-6 {
        clear: both;
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
        padding: 3px;
        margin-bottom: 10px;
        padding: 10px 0 15px 0
    }


        .CONTENT-6 .BOX {
            float: left;
            width: 47%;
            background-color: white;
            padding: 3px 3px 3px 3px;
            margin: 3% 0.5% 0.5% 1.5%;
            /*box-shadow: 0 12px 20px -13px rgba(0,0,0,.15);*/
        }

        .CONTENT-6 .product {
            padding: 3px;
        }

        /*模塊1--文字化*/

        .CONTENT-6 .BOX h3 {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 25px;
            color: #FFFFFF;
            text-align: center;
            font-weight: bold;
            border-radius: 100px;
            background-color: #8a8988;
            width: 100%;
        }

        .CONTENT-6 .BOX p,
        .CONTENT-6 .product p {
            margin: 5px;
            font-size: 11px;
            line-height: 15px;
            color: #000000;
            text-align: left;
            height: 30px;
        }


        .CONTENT-6 .price {
            width: 100%;
            float: left;
            margin: 0 auto;
            height: 30px;
            padding-right: 1px;
            padding-left: 1px;
        }



        .CONTENT-6 .buy {
            float: right;
            width: 25px;
            line-height: 20px;
            background-color: #df0037;
            font-size: 15px;
            font-weight: bold;
            color: white;
            text-align: center;
            text-decoration: none;
            border-radius: 50px;
            padding: 0px;
            margin-top: 4px;
        }

            .CONTENT-6 .buy a {
                float: right;
                width: 25px;
                line-height: 20px;
                background-color: #df0037;
                font-size: 15px;
                font-weight: bold;
                color: white;
                text-align: center;
                text-decoration: none;
                border-radius: 50px;
                padding: 0px;
            }

                .CONTENT-6 .buy a:hover {
                    float: right;
                    width: 25px;
                    line-height: 20px;
                    background-color: #8c0325;
                    font-size: 15px;
                    font-weight: bold;
                    color: white;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 50px;
                    padding: 0px;
                }




        .CONTENT-6 .font-og {
            float: left;
            font-size: 12px;
            color: #777;
            line-height: 30px;
            text-decoration: line-through;
            padding: 0px;
        }

        .CONTENT-6 .font-s {
            float: left;
            font-size: 12px;
            color: #df0037;
            font-weight: bold;
            line-height: 30px;
            letter-spacing: -1px;
            padding: 0px;
        }

        .CONTENT-6 .font-sp {
            float: left;
            font-size: 22px;
            color: #df0037;
            font-weight: bold;
            line-height: 30px;
            font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
            padding: 0px;
        }

        .CONTENT-6 .title {
            width: 80%;
            margin: 0 auto;
        }

        .CONTENT-6 .title2 {
            clear: both;
            width: 90%;
            margin: 0 auto;
        }

        .CONTENT-6 .catalog {
            font-size: 28px;
            color: #fff;
            font-weight: bold;
            line-height: 30px;
            text-align: center;
            padding-left: 10px;
            padding-top: 10px;
        }

    /*模塊6--8變4*/
    #pd-menu-bg {
        width: 100%;
        height: 160px;
        background: linear-gradient( #9a241e, #dc3c38);
    }

    #pd-menu {
        clear: both;
        width: 100%;
        margin: 0 auto;
        oveflow: hidden;
        padding-top: 5px;
        padding-bottom: 10px;
    }

        #pd-menu .BOX {
            float: left;
            width: 33%;
        }

            #pd-menu .BOX img {
                width: 100%;
            }


    /*模塊7--4變1*/
    #CONTENT-7 {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

        #CONTENT-7 .BOX {
            float: left;
            width: 100%;
        }

        #CONTENT-7 .title {
            clear: both;
            width: 98%;
            margin: 0 auto;
        }

        #CONTENT-7 .title2 {
            clear: both;
            width: 98%;
            margin: 0 auto;
        }




    /*模塊8--優惠券 */
    #CONTENT-8 {
        clear: both;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        /*	padding-top: 80px;*/
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        #CONTENT-8 .BOX {
            float: left;
            width: 25%;
            padding: 3px;
        }

        #CONTENT-8 .title {
            font-size: 22px;
            color: #000;
            font-weight: bold;
            margin: 0 auto;
            line-height: 28px;
        }

        #CONTENT-8 .date {
            font-size: 15px;
            color: #000;
            font-weight: bold;
            margin: 0 auto;
            line-height: 18px;
        }

    /*模塊9--優惠券 */
    #CONTENT-9-2 {
        clear: both;
        width: 95%; /*background-color: #ff9e00;*/
        border-radius: 15px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        text-align: center;
    }

        #CONTENT-9-2 .BOX {
            float: none;
            width: 80%;
            padding: 3px;
            margin: 0 auto;
        }

        #CONTENT-9-2 .title {
            font-size: 22px;
            color: #FFFFFF;
            font-weight: bold;
            margin: 0 auto;
            line-height: 28px;
        }

        #CONTENT-9-2 .date {
            font-size: 15px;
            color: #FFFFFF;
            font-weight: bold;
            margin: 0 auto;
            line-height: 18px;
        }


    /*模塊10--優惠券 */
    #CONTENT-10 {
        clear: both;
        width: 95%; /*background-color: #ff9e00;*/
        border-radius: 15px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        #CONTENT-10 .BOX {
            float: left;
            width: 50%;
            padding: 3px;
        }

        #CONTENT-10 .title {
            font-size: 22px;
            color: #FFFFFF;
            font-weight: bold;
            margin: 0 auto;
            line-height: 28px;
        }

        #CONTENT-10 .date {
            font-size: 15px;
            color: #FFFFFF;
            font-weight: bold;
            margin: 0 auto;
            line-height: 18px;
        }


    /*模塊8--優惠券 */
    #CONTENT-11 {
        clear: both;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        #CONTENT-11 .BOX {
            float: left;
            width: 33%;
            padding: 3px;
        }

        #CONTENT-11 .title {
            font-size: 38px;
            color: #000;
            font-weight: bold;
            margin: 0 auto;
            line-height: 45px;
        }

        #CONTENT-11 .date {
            font-size: 25px;
            color: #000;
            font-weight: bold;
            margin: 0 auto;
            line-height: 30px;
        }


    #DOWN {
        clear: both;
        width: 100%;
        margin: 10px auto;
        padding: 0px 0px;
    }

        #DOWN p {
            font-size: 12px;
            text-align: center;
            line-height: 1.8;
            color: #fff;
        }

    /* 選單 */
    #menu-float {
        width: 100%;
        height: 50px;
        margin: auto;
        position: fixed;
        top: 0px;
        z-index: 999;
    }

    ul, li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 0 auto;
    }

    #floater ul,
    #floater ul {
        font-size: 0;
    }

    #floater li {
        float: none;
    }

    #floater li {
        cursor: pointer;
    }

    #floater {
        width: 100%;
        height: 50px;
        background-color: #af2200;
        z-index: 999;
    }

        #floater .content {
            width: 100%;
            background-color: #af2200;
            margin: 0 auto;
            text-align: center;
            z-index: 10;
        }

            #floater .content right {
                float: right;
            }

        #floater img {
            width: 100%
        }


    .backHome {
        color: #f4c343;
        font-size: 20px;
    }


    /*活動辦法*/
    #rule {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        font-size: 16px;
        background-color: #ffecc9;
        padding-bottom: 10px;
    }

    #rule-border {
        clear: both;
        width: 100%;
        max-width: 1330px;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        padding: 5px 5px;
        line-height: 180%;
        box-sizing: border-box;
    }

        #rule-border .p_title {
            background: rgb(53, 86, 63);
            padding: 5px 5px;
            color: #ffffff;
            font-size: 20px;
            font-weight: bold;
            border-radius: 100px;
        }

        #rule-border .sp25 {
            font-size: 25px;
            line-height: 30px;
            padding-left: 15px;
            color: #fff;
            text-align: center;
        }

        #rule-border .sp15 {
            padding-left: 10px;
        }

        #rule-border .bold {
            font-weight: bold;
        }

        #rule-border .red_border {
            margin-left: 15px;
            padding: 10px;
            color: #201057;
            font-weight: bold;
            border: dotted;
        }

        #rule-border .red_bold {
            color: #201057;
            font-weight: bold;
        }

        #rule-border .red_font {
            color: #201057;
        }

        #rule-border ul {
            list-style-type: circle !important;
        }

        #rule-border li {
            display: block;
        }


        #rule-border .p_btn {
            width: 250px;
            padding: 5px 15px;
            margin: 0px;
            color: #FFFFFF;
            font-size: 24px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            border-radius: 100px;
            float: left;
        }

            #rule-border .p_btn a {
                background: #8f0b1d;
                width: 250px;
                padding: 5x 15px;
                margin: 0px;
                color: #FFFFFF;
                font-size: 24px;
                font-weight: bold;
                text-decoration: none;
                text-align: center;
                border-radius: 100px;
                float: left;
            }

                #rule-border .p_btn a:hover {
                    background: #8f0b1d;
                    width: 250px;
                    padding: 5px 15px;
                    margin: 0px;
                    color: #FFFFFF;
                    font-size: 24px;
                    font-weight: bold;
                    text-decoration: none;
                    text-align: center;
                    border-radius: 100px;
                    float: left;
                }

        #rule-border .btn {
            width: 300px;
            margin: 0 auto;
        }

        #rule-border .p_space {
            width: 22px;
            float: left;
        }

        #rule-border .sp_ans {
            padding-left: 15px;
        }

        #rule-border .btn_line {
            margin: 0 auto;
        }


    /*活動辦法*/
    #gash {
        clear: both;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        font-size: 16px;
        background-color: #f2dbae;
        padding-bottom: 0px;
    }

    #gash-border {
        clear: both;
        width: 100%;
        max-width: 1600px;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        border: 10px solid #ba9661;
        line-height: 150%;
        box-sizing: border-box;
    }

        #gash-border .sp_ans {
            padding-left: 15px;
        }

        #gash-border .pp {
            color: #000000;
            text-decoration: none;
        }

            #gash-border .pp a {
                color: #000000;
                text-decoration: underline;
            }

                #gash-border .pp a:hover {
                    color: #000000;
                    text-decoration: none;
                }




    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* 手機優惠活動頁 */
    /* 共用 */
    .dp-block {
        display: none;
    }

    .dp-md-block {
        display: block;
    }

    #CONTENT-1-bg1 .container {
        padding: 0.5em;
    }
    /* 區塊標題 */
    .blockTt {
        width: 90%;
        margin: 0 auto 0.2em;
    }
    /* 優惠券 */
    .c-w3 {
        width: 46%;
    }

    .c-w2 {
        width: 50%;
    }

        .c-w2.mb-2 {
            width: 50%;
        }

    .c-w6 {
        width: 23%;
    }

        .c-w6 p {
            font-size: 1.5rem;
            line-height: 1rem;
        }

    .code span {
        font-size: .8rem;
        line-height: .8rem;
    }

    .c-w3.code span {
        right: 5%;
        bottom: 35%;
    }

    .c-w2.code span {
        width: 65%;
        right: 9%;
        bottom: 23%;
        font-size: 1rem;
    }

    .couponBlock > div {
        padding: .2em .3em;
    }
    /* 品類活動 */
    .rebates {
        margin: 0.5em 1em;
    }

    .rebatesL {
        width: 100%;
        padding: 0 1em;
    }

    .rebatesR {
        width: 100%;
        font-size: 1rem;
        background: #ececec;
    }

    .rebatesTt {
        padding: 0.5em 0;
        font-size: 1rem;
    }

    .rebatesR a span {
        padding: 0 1.5em 0.5em;
    }

    /* hidol 文創 */
    .top-bar .marquee a:link,
    .top-bar .marquee a:visited {
        color: #fff;
    }
    .top-bar a:link, .top-bar a:visited {
        color: #4e4e4e;
    }
    body:has(.b.active) {
        overflow: hidden;
    }
    .c-w4 {
        width: 50%;
        padding: 1%;
    }
    .hidol-icon {
        display: none;
    }
    .hidol-icon-mb {
        display: flex;
        font-size: 1.5rem;
    }
    .hidol-icon-mb a {
        margin: 2px;
    }
    .hi-logo {
        width: 46%;
    }
    .hidol-menu.c-w3,
    .logo.c-w3 {
        width: unset;
    }
    .head-bar {
        flex-wrap: nowrap;
    }
    .hi-menu-content {
        display: none;
        position: absolute;
        width: 100%;
        /* top: 74px; */
        /* top: -100%; */
        left: 0;
        background: #fff;
        text-align: center;
        align-items: center;
        flex-flow: column;
        height: 100vh;
        transition: all 1s;
        top: 74px;
    }
    .hi-menu-content.active {
        transition: movedown 1s;
    }
    @keyframes movedown {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(unset);
        }
    }
    .hidol-menu .dp-flex {
        justify-content: flex-start;
        top: -100%;
        /* transform: translateY(-100%); */
    }
    .hidol-menu .dp-flex.active {
        top: 84px;
        transform: unset;
        font-size: .9rem;
        line-height: 140%;
        padding: 2% 0;
        /* opacity: .9; */
        background: #ffffffe6;
    }
    @keyframes movedown {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(unset);
        }
    }
    .hidol-menu.c-w3,
    .logo.c-w3 {
        width: unset;
    }
    .c-md-w3 {
        width: 33%;
    }
    .hi-menu-mb-btn i {
        transition: all .5s;
    }
    .hi-menu-mb-btn .b {
        /* position: absolute;
        top: 50px;
        left: 160px; */
        /* width: 100px;
        height: 100px; */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        background: #e8767f;
        transition: .2s;
        padding: 4px;
    }
    
    .b i {
        /* position: absolute; */
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 16px;
        height: 3px;
        background: #fff;
        left: 22px;
        border-radius: 4px;
        transition: .2s;
    }
    .b.active {
        transform: rotate(-90deg);
        /* background: #777; */
    }
    .b:hover.active i > i {
        animation: halfflip 1s;
    }
    .b.active .b1 {
        width: 28px;
        transform: translate(0px, 4px) rotate(-45deg);
        transition: .3s;
    }
    .b.active .b2 {
        display: none;
        top: 46px;
        left: 28px;
        width: 50px;
        transition: .3s;
    }
    .b.active .b3 {
        width: 28px;
        transform: translate(0px, -4px) rotate(45deg);
        transition: .3s;
    }
    @keyframes halfflip {
        to {
          transform: rotate(180deg);
        }
    }
    .list-link ul {
        display: flex;
        position: relative;
        flex-direction: column;
        box-shadow: unset;
    }
    .list-link a span {
        /* rotate: -90deg;  */
    }
    /* 商品卡輪播 */
    .swiper-pd .prev2, 
    .swiper-pd .next2 {
        display: block;
    }
    .swiper-pd.swiper-pd1 a.product::after {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        right: -20%;
        bottom: 12%;
        display: none;
    }
    .swiper-pd .swiper-slide {
        transition-property: transform;
        background: url(../images/item-bg1-mb.png) no-repeat center center / 92%;
        padding: 10% 4% 4%;
    }
    .swiper-pd .info {
        margin-top: 2px;
        height: 4.5em;
    }
    
    /* .swiper-block {
        margin: 1%;
        padding: 1% 2%;
    } */
    .main-content .swiper-block {
        /* padding: 1% 2% 0; */
        padding: 1% 0 0;
        margin: 1% 0;
    }
    .main-content .swiper-block:last-child {
        margin-bottom: 4%;
    }
    .cate-items:not(:first-child) .block-tt {
        margin: 1% auto -2% 2%;
        font-size: 1.2rem;
    }

    /* 跑馬燈 */
    .marquee {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
    }
    .marquee.train {
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        margin-bottom: .8%;
    }
    .train div {
        max-width: 100px;
    }

    @keyframes marquee {
        from {
            left: 0;
            transform: translateX(-100%)
        }
        to {
            transform: translateX(100%)
        }
    }
    .full-vw:has(.train) {
        background: transparent url(../images/rail-1.png) bottom / 1% repeat-x;
    }

    .rail-bg {
        background: url(../images/rail-bg10-mb.png) center 60% / 106%;
    }
    .rail-bg .c-w4 p {
        bottom: 0.4rem;
        font-size: .4rem;
    }
    .marquee * {
        width: 64%;
    }
    .info > span:first-child {
        margin: 2% 0 0;
        line-height: 130%;
        height: 2.6em;
    }
    .event-concept, .event-text {
        margin: 6% 0;
    }

    /* hidol-sub */
    .side-bar {
        display: none;
    }
    .main-content {
        width: 100%;
        background: unset;
        padding-top: 4%;
    }
}
