﻿@charset "UTF-8";
.no-scroll {
    overflow: hidden;
}

a{
    color: inherit !important;
    text-decoration: none !important;
    
}
.logo a:hover {
    border-bottom: none !important;
}
p {
    line-height: 2!important;
    margin-bottom: 0 !important;
}

.title-big {
    font-size: 28px !important;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-weight: 400;
}
.subtitle {
    /*font-size: 24px !important;*/
    font-size: 16px !important;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-weight: 400;
}
.title-medium {
    /*font-size: 20px !important;*/
    font-size: 14px !important;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-weight: 400;
}
.text-content-big {
    font-size: 14px !important;
    /*font-size: 16px !important;*/
    line-height: 19px;
    font-weight: 500;
}
.text-content {
    font-size: 14px !important;
    line-height: 20px;
    overflow: hidden;
    font-weight: 400;
}
.text-content-medium {
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 500;
}

@media (min-width: 1400px) {
        .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1220px!important;
    }
}
img {
    display: block;
    width: 100%;
    height: auto;
}

.contain {
    width: 100%;
    max-width: 64vw;
}

.contain_cart {
    width: 100%;
    max-width: 64vw;
}

.mt-spacing {
    margin-top: 8%;
}

.mt-spacing-2 {
    margin-top: 16%;
}

.color-main {
    color: #718838;
}

.Error {
    color: red;
}

.btn-secondary {
    /*color: #fff !important;
    background-color: #abb86f !important;
    border-color: #718838 !important;*/
}

    .btn-secondary:hover {
        /*color: #fff !important;
        background-color: #718838 !important;
        border-color: #718838 !important;*/
    }

.btn-outline-secondary {
  /*  color: #718838 !important;
    border-color: #718838 !important;*/
}

    .btn-outline-secondary:hover {
        /*color: #fff !important;
        background-color: #718838 !important;
        border-color: #718838;*/
    }

/*body*/
body {
    /*background-color: #FEECE0 !important;*/
    font-family: "Microsoft JhengHei", "DFKai-SB ", Arial,sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
        position: fixed;
        right: 0;
    }
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #abb86f;
    border-radius: 15%;
}
    ::-webkit-scrollbar-thumb:hover {
        background-color: #abb86f ;
    }
form {
    margin: 0;
    padding: 0;
    min-height: 100vh; /* 让 body 最小高度占满整个视口 */
    display: flex;
    flex-direction: column;
}
main {
    flex-grow: 1; /* 允许主内容区域占据剩余空间 */
}
.body-content {
    /*margin-bottom: 8%;*/
    margin-top: 0 !important;
}

/*brand*/
.brandContent .contain_img .contain {
    max-width: 64vw;
    display: flex;
    object-fit: cover;
    justify-content: space-between;
}
    .brandContent .contain_img .contain .img {
        justify-content: center;
        display: flex;
    }
        .brandContent .contain_img .contain .img img {
            width: 90%;
        }
.brandContent .contain {
    width: 100%;
    max-width: 40vw;
    font-size: 21px;
}
.brandContent .textBlock h3 {
    color: #abb86f !important;
    font-weight: 900 !important;
}
.brandContent .textBlock p {
    color: grey !important;
    line-height: 50px;
}
.textBlock ul, .textBlock .Note {
    color: grey;
}
.no_line {
    background: none;
    color: transparent;
}

/* header */
header.header {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100vw;
    /*background: #abb86f;*/
    background-color: rgba(0, 0, 0, 0.5);
    /*opacity:0.5;*/
    color: white;
    z-index: 1000;
}
    header.header .menu .sub-menu {
        position: absolute;
        /*left: 50%;*/
        background-color: rgba(0, 0, 0, 0.5);
        width: auto;
        text-align: center;
        /*transform: translate(0, -200%);*/
        opacity: 0;
        height:0;
        transition: height .5s ease-in-out,opacity .5s ease-in-out;
        z-index: 1;
        list-style: none outside;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
        border: 0;
    }
    header.header .menu li:hover a {
        color: #F4A52B !important;
    }
    header.header .menu li:hover .sub-menu a {
        color: white !important;
    }
    header.header .menu li:hover .sub-menu a:hover {
            color: #F4A52B !important;
        }
    header.header .menu li:hover .sub-menu {
        /*transform: translate(0, 0);*/
        height: auto;
        opacity: 1;
    }
    header.header .headerContain {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    width: 100%;
    max-width: 100vw;
    margin-right: 5%;
    margin-left: 5%;
}
    header.header .headerContain .hamburger {
        cursor: pointer;
        display: none;
        padding: 10px;
    }
    header.header .headerContain .nav-left {
        width: 70%;
        justify-content:flex-end;
    }
    header.header .headerContain .nav-right {
        width: 10%;
        justify-content: end;
    }
    header.header .headerContain .nav {
        display: flex;
    }
    header.header .headerContain .nav a {
            display: block;
            margin: 0.5em;
            /* margin-left: 2em;
            margin-right: 2em;*/
        }
    header.header .headerContain .logo {
        margin: 1em 0;
        width: 20%;
    }
    header.header .headerContain .logo img {
            height: 6vh;
            width: auto;
        }
    header.header .headerContain a {
        border-bottom: none;
    }
    header.header .headerContain .nav-left a:hover {
        /*color: #dcdcaf;*/
        color: #F4A52B!important;
        /*border-bottom: 2px solid #F4A52B !important;*/
    }
    header.header .headerContain .nav .menu {
        list-style: none outside;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
        border: 0;
    }
    header.header .headerContain .nav .menu > li {
        float: left;
        margin: 0;
        z-index: 203;
        display: block;
    }
    header.header .headerContain .nav .menu > li > a> span {
            content: "";
            height: 4px;
            width: 100%;
            position: absolute;
            left: 0;
            top: -4px;
            z-index: 203;
            opacity: 0;
            transition: all .3s ease-in-out;
        }
@media only screen and (min-width: 1240px) {
    header.header .headerContain .nav .menu > li > a > span {
        background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
        border-color: #ccc transparent transparent;
        border-style: solid;
        border-width: 7px 7px 0;
        display: block;
        height: 0;
        left: 50%;
        margin-left: -7px;
        top: 0 !important;
        width: 0;
        border-top-color: #ffffff;
    }
}
          
.notactive {
    color: gray !important;
}

.carIcon-circle {
    font-size: 12px;
}

#CartBtn {
    position: fixed;
    bottom: 80px;
    right: 0px;
    background-color: #abb86f;
    color: #feece0 !important;
    border: none;
    padding: 15px 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

    #CartBtn:hover {
        /*color: #718838 !important;*/
        background-color: #718838;
    }

    #CartBtn .carIcon-circle {
        position: absolute;
        top: 6px;
        right: 5px;
        width: 20px;
        height: 20px;
        background: #ff0000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
    }

.bi-cart-fill {
    font-size: 20px;
}

header.header_mb .headerContain_mb .logo {
    /* margin: 1em 0;*/
    padding:10px;
}

    header.header_mb .headerContain_mb .logo img {
        height: 50px;
        width: auto;
    }

    header.header_mb .headerContain_mb .logo a {
        width: 50px;
        display: block;
    }

header.header_mb .headerContain_mb img {
    height: 20px;
    width: auto;
}

header.header_mb {
    color: #abb86f;
    display: flex;
    position: fixed;
    width: 100vw;
    /*justify-content: center;*/
    /*background: #abb86f;*/
    background-color: black;
}

    header.header_mb .headerContain_mb {
        display: none;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        /*margin-right: 1%;
    margin-left: 1%;*/
        /*background: #abb86f;*/
        background-color: black;
    }

        header.header_mb .headerContain_mb .hamburger_mb {
            cursor: pointer;
            display: none;
            /*padding: 10px;*/
        }

        header.header_mb .headerContain_mb .nav_mb {
            display: flex;
        }
    header.header_mb .nav_mb .sub-menu {
        
        width: auto;
        /*text-align: center;*/
        /*transform: translate(0, -200%);*/
        display:none;
        height: 0;
        transition: display 10s ease-in-out;
        z-index: 1;
        list-style: none outside;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
        border: 0;
    }
    header.header_mb .nav_mb div span.click+.sub-menu {
         height: auto;
        /*opacity: 1;*/
        display:block;
    }
    header.header_mb .headerContain_mb .nav_mb a {
        display: block;
        margin: 0.5em;
        margin-left: 2em;
        margin-right: 2em;
    }

        header.header_mb .headerContain_mb .search_nav_mb {
            display: flex;
        }

            header.header_mb .headerContain_mb .search_nav_mb a {
                display: block;
                margin: 0.5em;
                /* margin-left: 2em;
    margin-right: 2em;*/
            }

        header.header_mb .headerContain_mb a {
            border-bottom: 1px solid transparent;
        }

            header.header_mb .headerContain_mb a:hover {
                color: #F4A52B;
                border-bottom: 1px solid #F4A52B;
            }

/* carouselExampleIndicators */
#carouselExampleIndicators {
    max-height: calc(100vh - 112px);
}

    #carouselExampleIndicators .carousel-inner {
        max-height: inherit;
    }

    #carouselExampleIndicators .carousel-loge {
        position: absolute;
        right: 10%;
        top: 10%;
        z-index: 99;
    }

/* slideshow */
.slideshow {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-height: 100vh;
}

    .slideshow .loge {
        position: absolute;
        right: 10%;
        top: 10%;
        z-index: 99;
    }
.imgtext {
    display: flex;
    position: absolute;
    color: white;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-size: 4vw;
    font-weight: 400;
    z-index: 100;
}
.moveArea {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 99;
}

    .moveArea .bi {
        color: #ffffff;
        font-size: 3rem;
    }

.moveLeft {
    left: 0;
}

.moveRight {
    right: 0;
}

.moveLeft:hover {
    filter: brightness(80%);
}

.moveLeft:hover {
    filter: brightness(80%);
}

.imgArea {
    height: 100vh;
    display: flex;
    max-height: 100vh;
}

    .imgArea .img {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        /*transition: transform 0.3s;*/
    }

        .imgArea .img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit:cover;
            /*margin-top: -16%;*/
        }

.controllerArea {
    position: absolute;
    /* .slideshow */
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .controllerArea .controller {
        width: 10px;
        height: 10px;
        border: 1px solid #718838;
        border-radius: 50%;
        margin: 0px 4px;
        cursor: pointer;
        transition: all 0.3s;
    }

.commodifyPage_slideshow {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 50vh;
}

    .commodifyPage_slideshow .imgArea .img img {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

.commodifyPage_PC {
    display: block;
}

.commodifyPage_MB {
    display: none;
}

.commodifyPage_content {
    max-height: 100%;
}

    .commodifyPage_content .article-p {
        height: auto;
    }

        .commodifyPage_content .article-p .article-d {
            height: 100%;
            overflow-y: auto;
            color: grey !important;
        }

            .commodifyPage_content .article-p .article-d h4 {
                font-weight: 900;
            }

        .commodifyPage_content .article-p .article-cart {
            height: 20vh;
        }

.article-p .article-d {
    color: grey !important;
}

    .article-p .article-d h4 {
        font-weight: 900;
    }

.CommodityPage_AddtoCart_MB {
    display: none;
}

.CommodityPage_AddtoCart_PC {
    display: block;
}

/* paragraphBlock */
.paragraphBlock p {
    font-weight: bold;
    border: 1px solid #718838;
    padding: 4%;
}
/*@media (min-width: 1024px) and (max-width: 1399px) {
    .paragraphBlock p {
        margin-right: 10%;
        margin-left: 10%;
    }

    .slideshow .loge img {
        height: auto;
        width: 50%;
    }
}*/

/* title */
.title {
    display: inline-block;
    font-size: 24px;
    color: #abb86f;
    margin-bottom: 2em;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    .title::after {
        content: "";
        display: block;
        position: relative;
        bottom: -10px;
        left: 25%;
        transform: translateX(-50%);
        background: #abb86f;
        width: 2em;
        height: 1px;
    }

/* commodityBox */
.commodityBox .box {
    width: calc(55vw/3);
    /*cursor: pointer;*/
    transition: all 0.3s;
    /*background: #abb86f;*/
    margin: 0.5em;
    flex-basis: calc(55vw/3);
}

    .commodityBox .box a {
        margin: 0;
        cursor: pointer;
    }

    .commodityBox .box .img {
        position: relative;
        display: block;
        text-align: center;
        /*background-color: #FEECE0;*/
        /*padding: 4%;*/
        /*filter: drop-shadow(1px 3px 3px #999);*/
    }

        .commodityBox .box .img img {
            width: 100%;
            height: auto;
            /* max-height: 251.63px;
            min-height: 251.63px;*/
            /*max-height: 374px;*/
            min-height: 374px;
            justify-content: center;
            object-fit: cover;
        }

    .commodityBox .box .text {
        /*padding: 4%;*/
        margin: 0.5em;
        font-size: 15px;
        font-weight: bold;
        color: black;
    }

.commodityBox a:hover {
    filter: brightness(80%);
}

.commodityBox .box {
    /*width: 50%;*/
}

    .commodityBox .box .product-price {
        line-height: 30px;
        text-align: center;
        padding: 0 15px;
        opacity: 0.8;
        font-size: 15px;
        min-width: 150px;
        border-radius: 0 5px 0 9px;
        box-shadow: 0 1px 1px rgba(255,255,255,0.5);
        position: absolute;
        top: 1px;
        right: 1px;
        z-index: 1;
        width: auto;
        color: #ffffff; /* #1b2024;*/
        background-color: #303030;
        display: flow-root;
    }

    .commodityBox .box button {
        /*position: absolute;*/
        width: auto;
        /*margin-top: -2.35%;*/
        /*margin-left: 20%;*/
        margin: 3px;
        font-size: 12px;
    }

    .commodityBox .box .btn-secondary {
        color: gray !important;
        background-color: white !important;
        border-color: transparent !important;
    }

        .commodityBox .box .btn-secondary:hover {
            color: #fff !important;
            background-color: #718838 !important;
            border-color: #718838 !important;
        }

    .commodityBox .box .row {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }

        .commodityBox .box .row > * {
            padding-right: 0;
            padding-left: 0;
        }

    .commodityBox .box .price_:focus-visible {
        border: none;
    }


@media (min-width: 1440px) and (max-width:2560px) {
    .commodityBox .box .img img {
        /*  max-height: 336px;
        min-height: 336px;*/
    }

    /* .commodityBox .box {
        width: calc(57vw/3) !important;
        flex-basis: calc(57vw/3) !important;
    }*/
}

@media (min-width: 1024px) and (max-width:1440px) {
    .commodityBox .box .img img {
        /*max-height: 182px;*/
        min-height: 182px;
    }

    .commodityBox .box {
       /* width: calc(57vw/3) !important;
        flex-basis: calc(57vw/3) !important;*/
    }

    .paragraphBlock p {
        margin-right: 10%;
        margin-left: 10%;
    }

    .slideshow .loge img {
        height: auto;
        width: 50%;
    }
}

@media (max-width: 1024px) /*1399*/ {
    .contain {
        padding-left: 10%;
        padding-right: 10%;
        max-width: 100% !important;
    }

    .commodityBox .box button {
        margin: 2px !important;
    }

    .commodityBox .box {
        width: calc(71vw/2) !important;
        flex-basis: calc(71vw/2) !important;
    }

        .commodityBox .box .text {
            font-size: 13px !important;
        }

    header.header .headerContain .nav a {
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .commodityBox .box .img img {
        max-height: 242px;
        min-height: 242px;
    }

    .commodityBox .box {
        width: calc(71vw/2) !important;
        flex-basis: calc(71vw/2) !important;
    }
}

@media (max-width: 768px) {
    /* header */
    header.header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 0em;
    }

        header.header .headerContain {
            justify-content: center;
            display: none;
        }

            header.header .headerContain .hamburger {
                display: block;
                position: absolute;
                right: 20px;
            }

            header.header .headerContain .nav {
                width: 100%;
                /*background: #FEECE0;*/
                background: black;
                z-index: 1;
                position: absolute;
                display: block;
                top: 82px;
                transition: 0.3s all;
                overflow: hidden;
            }

                header.header .headerContain .nav a {
                    margin: 0;
                    border-bottom: none;
                    /*border-top: 1px solid #abb86f;*/
                    padding: 20px;
                }

                    header.header .headerContain .nav a:last-child {
                        /*border-bottom: 1px solid #abb86f;*/
                    }

                    header.header .headerContain .nav a:hover {
                        background: #abb86f;
                        color: #fff;
                        border-bottom: none;
                    }

    header.header_mb .headerContain_mb .carIcon .carIcon-circle {
        position: absolute;
        top: -6px;
        left: 14px;
        width: 20px;
        height: 20px;
        background: #ff0000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
    }

    header.header_mb {
        display: flex;
        flex-direction: row;
        /*justify-content: center;*/
        align-items: center;
        margin-bottom: 0em;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1000;
    }

        header.header_mb .headerContain_mb {
            /*justify-content: center;*/
            --bs-gutter-x: 0;
            display: flex;
            margin-right: 0;
            margin-left: 0;
        }

            header.header_mb .headerContain_mb .hamburger_mb {
                display: block;
                /*margin-left: 5px;
                margin-top: 2px;
                margin-right: 5px;*/
            }

            header.header_mb .headerContain_mb .nav_mb {
                width: 100%;
                /*background: #FEECE0;*/
                background: black;
                z-index: 1;
                position: absolute;
                display: block;
                top: 60px;
                transition: 0.3s all;
                overflow: hidden;
                color:white;
            }

            header.header_mb .headerContain_mb .search_nav_mb {
                width: 100%;
                /*background: #FEECE0;*/
                background: black;
                z-index: 1;
                position: absolute;
                display: block;
                top: 60px;
                transition: 0.3s all;
                overflow: hidden;
            }

            header.header_mb .headerContain_mb .nav_mb a {
                margin: 0;
                border-bottom: none;
                /*border-top: 1px solid #abb86f;*/
                padding: 20px;
            }

                header.header_mb .headerContain_mb .nav_mb a:last-child {
                    /*border-bottom: 1px solid #abb86f;*/
                }

                header.header_mb .headerContain_mb .nav_mb a:hover {
                    background: #F4A52B;
                    color: #F4A52B;
                    border-bottom: none;
                }


    .contain_cart {
        width: 100%;
        max-width: 100vw;
        padding-right: 8%;
        padding-left: 8%;
    }

    .bi-list, .bi-x-lg {
        font-size: 25px;
        color: white;
    }

    .body-content {
        padding-top: 55px !important;
 
    }

    .mainContent {
        padding-top: 51%;
    }

    /* slideshow */
    .slideshow {
        /*position: fixed !important;*/
        left: -15px !important;
        z-index: 999 !important;
        max-height:100vh;
    }
    .imgArea {
        height: 100vh;
        max-height: 100vh;
    }
    .imgtext {
        font-size: 6vw;
        height: 100vh;
    }
    /* commodifyPage */
    .commodifyPage_PC {
        display: none !important;
    }

    .commodifyPage_MB {
        display: block !important;
    }

    .commodifyPage_content {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }

    .row {
        --bs-gutter-x: 0;
    }

    .CommodityPage_AddtoCart_MB {
        display: block !important;
    }

    .CommodityPage_AddtoCart_PC {
        display: none !important;
    }

    .article .article-p {
        width: 100% !important;
    }

    /* commodityBox */
    .commodityBox .box .product-price {
        font-size: 12px !important;
        min-width: 90px !important;
    }

    .brandContent .textBlock p {
        padding-left: 21.5%;
        padding-right: 21.5%;
    }

    .textBlock li, .textBlock .Note, .textBlock p {
        font-size: 16px !important;
    }

    .textBlock ul, .textBlock .Note {
        padding-left: 13.5%;
        padding-right: 13.5%;
        color: grey;
    }

    footer.footer .footerContain .box {
        width: 100%;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    /* commodityBox */
    .commodityBox .box {
        width: calc(94vw/1) !important;
        flex-basis: calc(94vw/1) !important;
        /*  width: 100% !important;
flex-basis: 100% !important;*/
        margin: 5px;
    }

        .commodityBox .box button {
            /*margin-top: -11.45%;
margin-left: 62%;*/
            margin: 0 !important;
        }

    .commodityBox .box .img img {
        max-height: 251.63px;
        min-height: 251.63px;
    }

    .commodityBox .box .text {
        font-size: 12px;
    }

    /* contain */
    .mainContent .contain {
        max-width: 100vw;
        padding-left: 0;
        padding-right: 0;
    }

    .contain {
        max-width: 100vw !important;
        padding-left: 5%;
        padding-right: 5%;
    }

    /* article */
    .article .article-img {
        width: 100%;
    }

    .article .article-p {
        width: 100% !important;
    }

    /* footer */
    footer.footer {
        /* position:fixed;
bottom:0px;
left: 0px;
width: 100%;
z-index: 2000;*/
    }

        footer.footer .footerContain .box {
            margin-bottom: 4%;
        }

    /* 公告 */
    .announcement_PC {
        display: none !important;
    }

    .announcement-container {
        display: none !important;
    }

    .announcement_MB {
        display: flex !important;
    }

    .announcement-container_mb {
        display: block !important;
    }
}

@media (max-width: 575px) {
    #carouselExampleIndicators .carousel-loge img {
        height: 150px;
    }

    .slideshow .loge img {
        height: 150px !important;
        width: auto !important;
    }
}

@media (min-width: 375px) and (max-width:425px) {
    .commodityBox .box .img img {
        /*max-height: 133.11px;*/
        min-height: 133.11px;
    }

    .contain {
        max-width: 100vw !important;
        padding-left: 0;
        padding-right: 0;
    }

    .commodityBox .box {
        width: calc(94vw/1) !important;
        flex-basis: calc(94vw/1) !important;
        margin: 5px;
    }
}

@media (min-width: 320px) and (max-width:375px) {
    .commodityBox .box {
        width: calc(94vw/1) !important;
        flex-basis: calc(94vw/1) !important;
        margin: 5px;
    }

        .commodityBox .box .img img {
            /*max-height: 117.45px;*/
            min-height: 117.45px; /*117.45px;*/
        }

        .commodityBox .box .text {
            font-size: 3px !important;
        }

    .contain {
        max-width: 100vw;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .commodityBox .box {
        width: 100% !important;
        flex-basis: 100% !important;
        margin: 5px;
    }

    .contain {
        max-width: 100vw;
        padding-left: 0;
        padding-right: 0;
    }

    .commodityBox .box .img img {
        max-height: 100%;
        min-height: 100%;
    }

    .contain {
        padding-left: 10%;
        padding-right: 10%;
        max-width: 100%;
        width: 100%;
    }

    .commodifyPage_MB {
        padding-right: 0;
        padding-left: 0;
    }

    announcement_PC {
        display: none !important;
    }

    .announcement-container {
        display: none !important;
    }

    .announcement_MB {
        display: flex !important;
    }

    .announcement-container_mb {
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 10vw !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 28px !important;
        letter-spacing: 0px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 36px !important;
        letter-spacing: 0px !important;
    }

    h4 {
        font-size: 17px !important;
        line-height: 23px !important;
        font-weight: 600 !important;
        letter-spacing: 0px !important;
    }
    .col-4 {
        width: 50% !important;
        text-align: center;
    }
    footer .col-4 {
        width: 100% !important;
        text-align:left;
    }
    .slideshow .col-4 {
       margin-bottom:10%;
    }
    .col-5 {
        width: 100% !important;
        text-align: center;
    }
    .col-6 {
        width: 100% !important;
        text-align:center;
    }

    .col-8 {
        width: 100% !important;
        text-align: center;
    }
}
/*article*/

.article .article-img {
    width: 50%;
}

    .article .article-img .img {
        filter: drop-shadow(1px 3px 3px #999);
    }

.article .article-p {
    width: 50%;
}
/*@media (max-width: 767px) {
    .article .article-img {
        width: 100%;
    }

    .article .article-p {
        width: 100%;
    }
}*/

/* footer */
footer.footer {
    border-top: 1px solid lightgray;
    color: black;
    /*background-color: #abb86f;*/
    /*background-color: black;*/
}

    footer.footer .footerContain {
         padding-top: 1%;
        padding-bottom: 1%;
    }

        footer.footer .footerContain a {
            border-bottom: 1px solid transparent;
        }

            footer.footer .footerContain a:hover {
                color: #dcdcaf;
                /*border-bottom: 1px solid #dcdcaf;*/
            }

    footer.footer .footerSmall {
        border-top: 1px solid lightgray;
        color: black;
        /*text-align: center;*/
       /* padding-top: 1%;
        padding-bottom: 1%;*/
    }

    footer.footer .footerContain .box a {
        cursor: pointer;
        /* width: calc(20% - 20px);
    margin: 20px 10px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5%;
       /* color: #abb86f !important;*/
    }

    footer.footer .footerContain .box {
        margin-top: 1em;
        /*width: 100%;*/
    }

        footer.footer .footerContain .box p {
            display: flex;
            /*line-height: 3;*/
        }

        footer.footer .footerContain .box .icon {
            border-radius: 50%;
            width: 2em;
            height: 2em;
            display: block;
            /*margin: 5px 10px;*/
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            footer.footer .footerContain .box .icon .bi::before {
                position: relative;
                top: 1px;
            }

        footer.footer .footerContain .box .icon-facebook {
            background-color: white;
            font-size: 20px;
        }

        footer.footer .footerContain .box .icon-instagram {
            /*background: #f09433;*/
            background-color: white;
            font-size: 20px;
            /*background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);*/
            /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );*/
        }
/*@media (max-width: 767px) {
footer.footer {
    position:fixed;
    bottom:0px;
    left: 0px;
    width: 100%;
    z-index: 2000;
}
footer.footer .footerContain .box {
    margin-bottom: 4%;
}
   
.announcement_PC {
    display: none!important;
}
.announcement-container {
    display: none!important;
}
.announcement_MB {
    display: flex!important;
}
.announcement-container_mb {
    display: block !important;
}

}*/ /*# sourceMappingURL=all.css.map */

/*商品頁分隔線*/
.separator {
    width: 1px; /* 分隔线宽度 */
    background-color: #718838; /* 分隔线颜色 */
    margin: 0 15px; /* 分隔线左右间距 */
    padding-right: 0;
    padding-left: 0;
}

/*公告*/
.announcement_PC {
    display: flex;
}

.announcement-container {
    padding-left: 0.6%;
    padding-right: 0.6%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
}

.announcement {
    width: 100%;
    display: none;
    /*padding: 10px;*/
    text-align: center;
    /*background: #abb86f;*/
    /*border: 1px solid #ccc;*/
    color: white;
    /*margin: 5px;*/
}

.announcement_MB {
    display: none;
}

.announcement-container_mb {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: none;
}

.announcement_mb {
    display: none;
    text-align: center;
    color: white;
}
