@charset "big5";
/* 龍厚禮啦 新年新氣象 || 活動說明 */
/* CSS Document */
body {
    /* min-width: 1200px; */
    color: #333;
    font: 15px/1.6em 'Century Gothic', Arial, 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
    background-color: #780013;
    /* background: url('../images/layout.jpg') no-repeat center 0; */ /* 115px */
}
a {
    /* display: block; */
    text-decoration: none;
    transition: linear .3s;
}
:focus { outline: none; }
i { font-style: normal; }
.header, .footer {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 99;
}
.display_pc { display: block; }
.display_m { display: none; }
.hide_pc { display: none; }
.hide_m { display: block; }
.tag_wfe { display: none; }
.main_wrapper {
    margin: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url('../images/kv_rule.png') no-repeat top center, url('../images/main_bg.jpg') repeat-y center;
    background-size: contain;
}
.txt_center { text-align: center; }
.txtred { color: #780013; }
.txtmarker {
    display: inline;
    background: linear-gradient(to bottom, #ffc10700 0%, #ffc10700 51%, #FFC107 52%, #FFC107 100%);
}
.txtlottery {
    color: #fff;
    line-height: 2em;  
    display: inline-block;
    text-align: center;
    background-color: #780013;
    width: 2em; height: 2em;
    padding: 3px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.theme01-txtlinks, .theme02-txtlinks { display: inline-block; transition: all 1s; }
.theme01-txtlinks:hover, .theme02-txtlinks:hover { transform: translateY(-3px); }
.theme01-txtlinks {}
    .theme01-txtlinks a, a.theme01-txtlinks {
        color: #0cb9c7;
        /* text-decoration:underline; */
        border-bottom: 1px currentColor dashed;
    }
.theme02-txtlinks {}
    .theme02-txtlinks a, a.theme02-txtlinks {
        color: #4790d1;
        /* text-decoration:underline; */
        border-bottom: 1px currentColor dashed;
    }
/**kv**/
.kv_wrapper {
    position: relative;
    z-index: 10;
}
    .kv_wrapper::before {
        content: ' ';
        display: block;
        /* background: url('../images/kv_bubbles.png') top center; */
        /* position */
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        z-index: 1;
    }
.kv {
    /* max-width: 1200px; */
    width: 100%;
    height: 450px;
    margin: 0 auto;
    position: relative;
}
.kv_rule {
    /* background: url('../images/kv_rule.png') no-repeat center top; */
}
/*all_bg_move*/
.all_bg_move {
    display: none;
    background: url('../images/all_bg_move.png') no-repeat center top; background-size: 100%;
    /* position */
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 1;
    pointer-events: none;
}
/**Rule Title**/
.rule_title {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    display: table;
    background: #244380; /* Old browsers */
    background: -moz-linear-gradient(0deg, #244380 50%, #172a4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(0deg, #244380 50%, #172a4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0deg, #244380 50%, #172a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244380', endColorstr='#172a4f',GradientType=1 ); */
    padding: 10px 1.5em;
    margin: 30px auto;
    position: relative;
    /* border: 2px solid #fff3dc; */
    border-radius: 2em;
    
    --borderWidth: 2em;
    border-radius: var(--borderWidth);
}
    .rule_title::before {
        content: ''; display: block;
        background: #f1dcc7; /* Old browsers */
        background: -moz-linear-gradient(90deg, #f1dcc7, #e7ca9a, #d6a36e, #d39c68, #f1e1c3); /* FF3.6-15 */
        background: -webkit-linear-gradient(90deg, #f1dcc7, #e7ca9a, #d6a36e, #d39c68, #f1e1c3); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(90deg, #f1dcc7, #e7ca9a, #d6a36e, #d39c68, #f1e1c3); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dcc7', endColorstr='#d6a36e',GradientType=1 ); */
        
        position: absolute; z-index: -1;
        top: calc(-0.05 * var(--borderWidth));
        left: calc(-0.05 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) / 10);
        width: calc(100% + var(--borderWidth) / 10);
        border-radius: calc(2 * var(--borderWidth));
    }
    .rule_title::after {
        content: ''; display: none;
        background: #fada7f; /* Old browsers */
        background: -moz-linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fada7f', endColorstr='#835724',GradientType=1 ); */
        
        position: absolute; z-index: -2;
        top: calc(-0.2 * var(--borderWidth));
        left: calc(0.1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) / 10);
        width: calc(97% + var(--borderWidth) / 10);
        border-radius: calc(2 * var(--borderWidth));
    }
/* .rule_title {
    --borderWidth: 2px;
    border-radius: var(--borderWidth);
}
    .rule_title::after {
        content: '';
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        left: calc(-1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) * 2);
        width: calc(100% + var(--borderWidth) * 2);
        border-radius: calc(2 * var(--borderWidth));
        background: linear-gradient(60deg, #eec76f, #bf8036, #fff3dc, #bf8036, #eec76f);
        z-index: -1;
        background-size: 300% 300%;
    } */
/**prod_wrapper**/
.prod_wrapper {
    max-width: 1000px;
    /* width: 98%; */
    width: calc(100% - 16px);
    margin: 10px auto 60px;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}
.prod_content {
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    /* padding: 3%; */ padding: 0;
    border-radius: 20px;
    border: 4px solid #fff3dc;
    position: relative;
    /* overflow: hidden; */

    --borderWidth: 2em;
    border-radius: var(--borderWidth);
    box-shadow: inset 0 0 10px rgb(79 25 25 / 35%);
}
    /* .prod_content::before {
        content: '';
        background: #eec76f;
        background: -moz-linear-gradient(90deg, #eec76f, #bf8036, #fada7f, #bf8036, #eec76f);
        background: -webkit-linear-gradient(90deg, #eec76f, #bf8036, #fada7f, #bf8036, #eec76f);
        background: linear-gradient(90deg, #eec76f, #bf8036, #fada7f, #bf8036, #eec76f);
        
        position: absolute; z-index: -1;
        top: calc(-0.1 * var(--borderWidth));
        left: calc(-0.1 * var(--borderWidth));
        height: calc(95.5% + var(--borderWidth) * 1);
        width: calc(97.7% + var(--borderWidth) * 1);
        border-radius: calc(1 * var(--borderWidth));
    } */
    .prod_content::after {
        content: '';
        background: #fada7f; /* Old browsers */
        background: -moz-linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fada7f', endColorstr='#835724',GradientType=1 ); */
        
        position: absolute; z-index: -2;
        top: calc(-0.6 * var(--borderWidth));
        left: calc(0.1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) / 10);
        width: calc(99.2% + var(--borderWidth) / 10);
        border-radius: calc(1.2 * var(--borderWidth));
    }
.prod_content+.prod_content { margin-top: 50px; }
.prod_wrapper h1 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    line-height: 35px;
}
.prod_wrapper h2 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: #244380; /* Old browsers */
    background: -moz-linear-gradient(0deg, #244380 50%, #172a4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(0deg, #244380 50%, #172a4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0deg, #244380 50%, #172a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244380', endColorstr='#172a4f',GradientType=1 ); */
    padding: .5%;
    margin-top: 0; margin-bottom: 0;
    margin-left: 1%; margin-right: 1%;
    position: relative;
    border-radius: 4em;
}
.prod_wrapper h2 span {
    display: block;
    color: #fff;
    padding: 10px 15px;
    /* text-shadow: 0 1px 2px rgba(68, 3, 54, .1); */
}
.prod_wrapper h3 {
    color: #691010;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    margin-left: 3%; margin-right: 3%;
}
.prod_wrapper h3 span {}
.group {
    /* padding: 20px 0 30px; */
    padding: 20px 0;
    /* padding: 0 3% 30px; */
    /* padding: 30px 3%; */
    /* border-radius: 20px; */
}
.group+.group {
    padding: 0 0 20px;
}
.group li {
    margin-left: 25px;
    padding: 2px 0;
    list-style-type: disc;
}
#group_4, #group_5, #group_6, #group_7 {
    /* background-color: #efefef;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 10px; */
}
.group p, .group ul {
    margin-left: 3%; margin-right: 3%;
}
/**表格Table**/
.list_decimal li { list-style: decimal; }
.list_table { width: 100%; margin-left: auto; margin-right: auto; }
.list_table ul { width: 100%; display: flex; justify-content: space-evenly; align-items: center; list-style: none; margin-left: auto; margin-right: auto; }
.list_table li { display: block; list-style: none; margin: 0; }
.list_table li a { display: block; transition: all .5s; }
    .list_table li a:hover { transform: translateY(-6px); /* animation: lightning 2s ease-in-out infinite alternate; */ }
@media screen and (max-width:480px) {
    .list_table ul { flex-direction: column; }
    .list_table ul, .list_table li { width: 100%; }
}
table {
    width: 94%;
    margin-top: 5px;
    margin-left: 3%; margin-right: 3%;
}
table.box1 {
    background: #fff;
}
td {
    padding: 5px;
}
img.gift {
    width: 100%;
}
/* btn */
a.btn { position: relative; }
a.btn.gray {
    color: #000;
    background: #a8a8a8;
}
a.btn.red {
    color: brown;
    font-weight: bold;
    text-decoration: underline;
}
a.btn_block {
    color: #fff;
    display: inline-block;
    /* background: #244380; */
    background: #365ead;
    padding: 4px 16px;
    border-radius: 5px;
}
a.btn_block:hover {
    background: #172a4f;
}
a.btn_border {
    color: #4f1919;
    font-size: 1em;
    background: #fff;
    /* padding: 0.4em 1em; */
    padding: 0.4em 1.4em 0.4em 1em;
    margin: 0 5px;
    border: 2px solid #691010;
    border-radius: 2em;
    position: relative;
}
a.btn_solid, a.btn_back {
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 6px #4f1919;
    background: #244380; /* Old browsers */
    background: -moz-linear-gradient(0deg, #244380 50%, #172a4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(0deg, #244380 50%, #172a4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0deg, #244380 50%, #172a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244380', endColorstr='#172a4f',GradientType=1 ); */
    width: 150px;
    padding: 10px 20px;
    margin-top: 10px; margin-bottom: 20px;
    margin-left: auto; margin-right: auto;
    border-radius: 50px;
    border: 2px solid #fff3dc;
    cursor: pointer;
    transition: all .5s;
    /* box-shadow: 0 -4px 0 1px #c4a082, 0 -6px 0 1px #c4a082, 0 -8px 0 1px #c4a082; */
    transform: translateY(-4px);

    position: relative;
    --borderWidth: 2em;
    border-radius: var(--borderWidth);
}
    a.btn::after, a.btn_back::after {
        content: ''; display: block;
        background: url("../images/finger.png") no-repeat center;
        background-size: contain;
        width: 2em; height: 2em;
        position: absolute;
        bottom: -0.6em; right: -0.6em;
        /* background: #fada7f;
        background: -moz-linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%);
        background: -webkit-linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%);
        background: linear-gradient(90deg, #bd7f36 0%, #fada7f 6%, #eec66e 22%, #cd9241 50%, #ffdd98 87%, #835724 100%);
        
        position: absolute; z-index: -2;
        top: calc(-0.6 * var(--borderWidth));
        left: calc(0.1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) / 10);
        width: calc(99.2% + var(--borderWidth) / 10);
        border-radius: calc(1.2 * var(--borderWidth)); */
    }
a.btn_back {
    margin: 30px auto;
}
a.btn_solid:hover, a.btn_solid:focus, a.btn_solid:active,
a.btn_border:hover, a.btn_border:focus, a.btn_border:active,
a.btn_back:hover, a.btn_back:focus, a.btn_back:active {
    color: #fff;
    background: #172a4f; /* Old browsers */
    background: -moz-linear-gradient(0deg, #172a4f 50%, #244380 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(0deg, #172a4f 50%, #244380 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0deg, #172a4f 50%, #244380 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172a4f', endColorstr='#244380',GradientType=1 ); */
    box-shadow: 0 0 0 0 #172a4f;
    transform: translateY(0);
}
/*button*/
.button {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}
.button+.button { margin-left: 15px; }
.button a {
    background: #f8635f;
    border-radius: 30px;
    color: #fff;
    padding: 8px 30px;
    border-bottom: 3px #975a50 solid;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.button a:hover {
    background: #ffea00;
    color: #000;
}
/*bg_wrapper*/
.bg_wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    pointer-events: none;
}
.bg_fly {
    width: 100%;
    height: 100%;
    background: url("../images/float.png") center 800px;
}
.rule_line {
    position: relative;
    width: 670px;
}
a.rule_line_btn {
    position: absolute;
    top: 68px;
    right: 53px;
}
a.rule_line_btn:hover {
    filter: brightness(110%);
    transform: scale(0.98);
}
/****/
.coupon { width: 100%; max-width: 990px; margin: 0 auto; display: inline-block; position: relative; left: 0px; }
.coupon li { float: left; list-style-type: none; margin: 0; }
.coupon li img { width: 100%; max-width: 280px; }
.coupon a { display: inline-block; transition: all .35s; -webkit-transform: translate(0, 0); }
.coupon a:hover { -webkit-transform: translate(0, -5px);  transform: translate(0, -5px); }
/**彩券Coupon**/
.coupon_list { width: 90%; margin-top: 25px; margin-bottom: 25px; }
.coupon_list li { /*width: 50%;*/ }
.coupon_list li img { width: 100%; max-width: 100%; }
.coupon_list li img.theme03_coupon, img.theme03_coupon { max-width: 392px; max-height: 160px; }
/* ================================================
- 右側懸浮 float
================================================ */

.gotop {
    /* background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    position: fixed;
    left: calc(50% + 620px);
    width: 60px;
    border-radius: 30px;
    bottom: 250px;
    z-index: 900;
    display: none;
    cursor: pointer; */
    pointer-events: none;
}

.NavArea {
    display: none;
}
@media screen and (min-width: 1025px) {

    /** float **/
    .Nav {
        padding: 10px 0 1px;
        border-radius: 10px;
    }
    .NavArea {
        display: none;
        /* width: 140px; */
        position: fixed;
        top: 50px;
        right: 5px;
        z-index: 250;
    }

    .Nav-slide.active {
        /* color: #fff; */
        background: #91060c;
        /* text-shadow: #000 0 0 1em; */
    }
    
    .Nav-title {
        margin-left: -8%;
        position: relative;
        z-index: 2;
    }
    .Nav-wrapper .Nav-block li.Nav-tit {
        display: none;
        color: #ad1f17;
        font-size: 1.06em;
        font-weight: bold;
        display: block;
        background: linear-gradient(to left, #fbe897 0%, #ffc243 38%, #fffed8 75%, #f9de7c 100%);
        margin: -10px 0 0;
        padding: 10px 0;
        border-radius: 10px 10px 0 0;
    }
    .float_tit {
        text-align: center;
        width: 94%;
        margin: auto;
        position: relative;
        z-index: 251;
    }

    .float_tit img {
        width: 100%;
        max-width: 100%;
    }

    /* .float_tit span {
        color: white;
        font-size: 140%;
        font-weight: bold;
        text-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
        display: block;
        background: #d2a868;
        padding: 5px 0;
        margin-top: 10px;
    } */

    .float_main {
        width: 138px;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .go_top {
        display: block;
        cursor: pointer;
    }

    .Nav-wrapper {
        width: 120px;
        margin: auto;
        /* padding-top: 10px; */
        z-index: 250;
    }
    .Nav-wrapper .Nav-block {
        background: linear-gradient(to top, #fbe897 0%, #bf7613 38%, #fffed8 75%, #f9de7c 100%);
        border-radius: 10px;
        /* border: 2px solid #fccf40; */
        /* overflow: hidden; */
        /* box-shadow: 0 -2px 0 0 #c24d2c, 0 -3px 0 -1px #c24d2c, 0 -8px 0 -2px #ad1f17, 0 -10px 0 -3px #ad1f17, 0 -14px 0 -4px #971710; */
        box-shadow: 0 -5px 15px -6px #c2782c, 0 -5px 10px -3px #c24d2c, 0 -2px 0 0 #740e08, 0 -3px 0 -1px #740e08, 0 -8px 0 -2px #740e08, 0 -10px 0 -3px #740e08, 0 -14px 0 -4px #740e08;
        position: relative;
    }
    /**/
    .Nav .Nav-block+.Nav-block {
        margin-top: 10px;
    }
    /**/
    .Nav-block {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        z-index: 1;
    }
    .Nav-block::before {
        content: ' '; display: block;
        border: 4px solid #0d676f;
        border-radius: 10px;
        margin: 2px;
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        z-index: 1;
    }
    .Nav-block::after {
        content: ' '; display: block;
        background-color: #0d676f;
        border-radius: 6px;
        box-shadow: inset 2px 2px 5px rgba(0,0,0,.3);
        margin: 7px;
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        z-index: 2;
    }
    /**/
    .Nav-wrapper .Nav-block li {
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        text-align: center;
        /* text-shadow: 0 2px 0 #d72325; */
        /* background: transparent; */
        margin: 2px 12px;
        padding: 7px 0;
        /* border-bottom: 1px solid #fff; */
        border-radius: 1em;
        position: relative;
        z-index: 6;
    }

    .Nav-wrapper li.highlight0 {}
        .Nav_theme01 {}
        .Nav_theme02 {}
        .Nav_theme03 { background: #ffc35b; }
            .Nav_theme03 a, .Nav-wrapper .Nav-block li.Nav_theme03 a { color: #1e3c72; }
        .Nav_theme {}
            .Nav_theme::before {}

    .Nav-wrapper li.highlight1 {
        padding-left: 2px;
    }

    .Nav-wrapper li.highlight2 {
        font-size: 24px;
        /* border-radius: 10px 10px 20px 20px; */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 2px;
    }
    .Nav-wrapper li.go_top {
        background: #203c72;
        padding: 5px;
        box-shadow: 0 -14px 0 -4px #171a30, 0 -10px 0 -3px #171a30, 0 -8px 0 -2px #171a30, 0 -3px 0 -1px #171a30, 0 -2px 0 0 #171a30;
    }
    .Nav-wrapper li.go_top::before {
        content: ' '; display: block;
        margin: 5px;
        border-radius: 8px;
        border: 0;
        background: linear-gradient(to top, #d18f15 0%, #bf7613 38%, #f5af2e 100%);
    }
    .Nav-wrapper li.go_top::after {
        content: ' '; display: block;
        background: #203c72;
        box-shadow: none;
    }
    .Nav-wrapper li.go_top:before {}

    .Nav-wrapper .Nav-block li a {
        color: white;
        font-weight: bold;
        cursor: pointer;
        display: block;
        padding: 2px 0;
        position: relative;
        z-index: 500;
    }

    .Nav-wrapper .Nav-block li a:hover,
    .Nav-wrapper .Nav-block li a:focus,
    .Nav-wrapper .Nav-block li a:active {
        color: white;
        /* text-shadow: white 0 0 1em; */
    }
    .Nav-wrapper .Nav-block li:hover,
    .Nav-wrapper .Nav-block li:focus,
    .Nav-wrapper .Nav-block li:active {
        background: #ad1f17;
        background: rgb(248, 54, 0, .8);
        /* text-shadow: white 0 0 1em; */
    }
    .Nav-wrapper .go_top li:hover,
    .Nav-wrapper .go_top li:focus,
    .Nav-wrapper .go_top li:active {
        background: none;
    }
    
    .Nav-wrapper .Nav-block li b {
        color: #ad1f17;
        display: block;
        text-align: center;
        background: white;
        width: 3.5em;
        margin: 0 auto 3px;
        padding: 3px 8px;
        border-radius: 10px;
    }

    .Nav-wrapper .Nav-block li:after {
        background: rgba(255, 255, 255, .2);
        /* box-shadow: white 0 0 1em; */
        height: 0;
        position: absolute;
        /* right: 51%; left: 51%; */
        right: 0; left: 0;
        bottom: 0;
        z-index: 1;
        content: "";
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: left, right;
        transition-property: left, right;
    }

    .Nav-wrapper .Nav-block li:hover:after,
    .type_leftmenu li:focus:after,
    .type_leftmenu li:active:after,
    .type_leftmenu li.active:after,
    .type_leftmenu li.Nav-slide.active:after {
        /* right: 10%; left: 10%; */
    }

    .Nav-wrapper li.highlight0:after {
        background: transparent;
    }
}

/* ================================================
- 自適應 RWD
================================================ */
/* screen Min-width */
@media screen and (min-width: 1025px) {}
/* screen Max-width */
@media screen and (max-width: 1440px) {
    .kv {
        /* height: 30vw; */
    }
}
@media screen and (max-width:1024px) {
    /**/
    .display_pc { display: none; }
    .display_m { display: block; }
    .hide_pc { display: block; }
    .hide_m { display: none; }
    /**/
    .main_wrapper {
        /* background: url('../images/kv_rule_m.png') no-repeat top center, url('../images/main_bg.jpg') repeat-y center; */
        background-size: contain;
    }
    .kv_rule {
        /* background: url('../images/kv_rule_m.png') no-repeat center top; */
        background-size: contain;
    }
    /**錨點-top**/
    .NavArea {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 998;
    }
    .NavArea .Nav {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        background: #000;
        border-bottom: 2px solid #ccc;
    }
    .NavArea .Nav ul {
        display: flex;
    }
    .NavArea .Nav li {
        z-index: 10;
        flex: none;
    }
    .NavArea .Nav a {
        display: block;
        color: #fff;
        padding: 0 15px;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        font-weight: bold;
    }
    .NavArea li.highlight0 {
        /* display: none; */
        background: #ad0101;
        position: relative;
    }
    .NavArea li.Nav_theme01 {}
    .Nav_theme01 { padding-left: 1em; }
        .Nav_theme01::before {
            content: ' '; display: inline-block;
            background: url("../images/nav_theme1.png") no-repeat center;
            background-size: contain;
            width: 3em; height: 2.5em;
            margin: auto;
            position: absolute;
            /* bottom: 0; left: 0; */
            bottom: -2px; left: -2px;
        }
    .NavArea li.Nav_theme02 {}
    .Nav_theme02 { /*padding-left: 1em;*/ padding-right: 1em; }
        .Nav_theme02::before {
            content: ' '; display: inline-block;
            background: url("../images/nav_theme2.png") no-repeat center;
            background-size: contain;
            width: 3em; height: 2.5em;
            margin: auto;
            position: absolute;
            /* bottom: 0; left: 0; */
            bottom: -4px; right: -8px;
        }
    .NavArea li.Nav_theme03 { background: #ffc35b; }
        .NavArea li.Nav_theme03 a { color: #1e3c72; }
    .NavArea li.highlight0+.highlight0 {
        margin-left: 1px;
    }
    .Nav-slide.active a {
        color: #fff3dc;
        font-weight: bold;
        border-bottom: 2px solid #fff3dc;
        background: #525252;
    }
    /**floatM-bottom**/
    .float_wrapper {
        display: none;
    }
    .M_menu_wrap {
        position: fixed;
        bottom: 0;
        z-index: 999;
    }
    .M_menu_block {
        width: 100vw;
        background-color: rgb(0 0 0 / 70%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .M_menu_block ul {
        border-top: 2px solid #999;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .M_menu_block li {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        height: 50px;
        display: flex;
        flex: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-left: 1px solid #222;
        border-right: 1px solid #666;
        padding-bottom: 8px;
    }
    .M_menu_block li a {
        color: #fff;
    }
    .M_menu_block a {
        color: #fff;
    }
    /* a.btn_back { display: none; } */
}
@media screen and (max-width:768px) {
    .kv {
        height: 50vw;
    }
    .main_wrapper {
        background: url('../images/kv_rule_m.png') no-repeat top center, url('../images/main_bg.jpg') repeat-y center;
        background-size: contain;
    }
    .kv_rule {
        /* background: url('../images/kv_rule_m.png') no-repeat center top; */
        /* background-size: contain; */
        background-size: cover;
    }
    .rule_title {
        font-size: 20px;
        /* padding: 10px 15px; */
        padding: 10px 4%;
    }
    .group {
        font-size: 14px;
        line-height: 1.3em;
        padding-bottom: 15px;
    }
    .main_wrapper h1 {
        margin: 20px auto 10px;
        font-size: 16px;
        padding: 6px 30px;
        border: 2px solid #fff;
    }
    .prod_wrapper h2 {
        display: block;
        font-size: 18px;
        line-height: 1.2em;
    }
    .prod_wrapper h2 span {
        /* padding: 10px 20px; */
        padding: 10px 3%;
    }
    /*  */
    td {
        padding: 2px;
    }
    .prod_wrapper h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .button a {
        padding: 10px 20px;
        font-size: 15px;
    }
    .rule_line {
        width: 100%;
    }
    .rule_line img {
        width: 100%;
    }
    a.rule_line_btn {
        width: 50vw;
        top: 9vw;
        right: 6.5vw;
    }
}