@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
@import url('https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
:root {
    --MainColor: #7A2E6A; /*網站主要色系*/
    --SubColor: #FFC000; /*網站輔助色系1*/
    --SubColor2: #C59560; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFont2: "Noto Serif HK", serif;/*細明體*/
    --SFontE:"Jaro", sans-serif;/*特殊字體*/
    --SFontE2:"Staatliches", sans-serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
.edit_part {   padding: 50px 0px;}
.path { display: none;}
.promotion_title, .other_promotion { display: none;}
.other_select_page ul.page{display: none;}
.tp_links{display: none;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {    color:var(--color);}
.header_area { background: #ffffff00;    padding: 10px 10px 0px 10px;position: absolute;transition: 0.3s ease-in;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {     
    max-width:330px;
    position: absolute;
    top: 0px;
    justify-content: flex-start;
}
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;   }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}




/*sticky*/

.sticky .me_tp_features a.tp_btn_cart, .sticky .me_tp_features a.tp_btn_notice {    color:#fff;}
.header_area.sticky{
    position: fixed;
    transition: 0.3s ease-in;
    background: var(--SubColor);
    box-shadow: 0 0 6px #55391e;
}

.sticky .stellarnav > ul > li > a{color: #fff;}
.sticky .stellarnav > ul > li:hover > a{color: #fff;}
.sticky .stellarnav > ul > li:hover > a>b{color: #fff;}
.sticky .stellarnav>ul>li.has-sub > a:after { border-top: 6px solid  #fff;}
.sticky .stellarnav li.has-sub:hover > a:after { border-top: 6px solid  #fff;}


.sticky .nav-brand img{display: none;}
.sticky .nav-brand{
      background: url(https://pic03.eapple.com.tw/naturalgamehoney/logo-w.png)no-repeat;
      background-size: contain!important;
width: 100%;
max-width: 330px;
height: 70px;
}








/*第一層*/
.navigation {     
   align-items: flex-end;
    display: flex;
    flex-direction: column; 
    padding: 0 0 10px;
}

.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--color);letter-spacing: 1px;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a>b:nth-child(2){font-family: var(--SFontE);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--color);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background: var(--MainColor);}

.stellarnav li li {  border: none;}
.stellarnav ul ul {
    background: #ffffffab;
    backdrop-filter: blur(9px);
}

.stellarnav li li.has-sub:hover > a:after { border-left: 6px solid #fff;}




/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/
.pageIndex::after{
   position: fixed;
    content: "";
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1*0.12);
    top:40%;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/logo-in.png)no-repeat;
    background-size: contain;
    background-position: center;
    animation: action-bg 3s linear forwards;
    z-index:  99999999999999999999999999999999999999999999999;
    pointer-events: none;
    opacity: 0;
  }
  @keyframes action-bg {
    0%{opacity: 1; }
    75%{ opacity: 1; }
    100%{opacity: 0; }
  }

.pageIndex #page::before {
      content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/naturalgamehoney/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1*0.08);
    position: fixed;
    top:38%;
     left: 50%;
    z-index:  99999999999999999999999;
    transform: translateX(-50%);
    pointer-events: none;
    animation: action-logo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
   
  }
    @keyframes action-logo {
    0%{
        opacity: 0;
        transform: translateX(-50%) scale(0,1);
    }
    75%{
        opacity: 1;
        transform: translateX(-50%) scale(1,1);
    }
    100%{
        opacity: 0;
        transform: translateX(-50%) scale(1,1);
    }
  }

  
  .pageIndex #page::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#ffffff00;
    background-size: cover;
    backdrop-filter:brightness(101%) blur(7px);
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    backdrop-filter: saturate(90%) blur(7px);
  }
  @keyframes blur{
    0% {  opacity: 1;    backdrop-filter:brightness(101%) blur(0);}
    50% {  opacity: 1;    backdrop-filter:brightness(101%) blur(7px);}
    100% {  opacity: 0;    backdrop-filter:brightness(101%) blur(7px);}
}


/*大圖*/
.bannerindex .swiper-fade .swiper-slide-active::before, .bannerindex .swiper-fade .swiper-slide-active::after{animation: fly2 .5s infinite alternate;} 
@keyframes fly2{
            0%{transform: translateY(0);}
            100%{transform: translateY(-10px);}
        }

.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/bn01-be-2.png) no-repeat;
    background-size:contain!important;
    background-position: right;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1* 0.05);
    right: 15%;
    top: 18%;
    z-index: 1;
}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::after{
      position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/bn01-af-2.png) no-repeat;
    background-size:contain!important;
    background-position: right;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1* 0.03);
    right: 5%;
    top: 16%;
    z-index: 1;
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/bn02-be-1.png) no-repeat;
    background-size:contain!important;
    background-position: left;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1* 0.05);
    left: 40%;
    bottom: 30%;
    z-index: 1;
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::after{
      position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/bn02-af-1.png) no-repeat;
    background-size:contain!important;
    background-position:left;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1* 0.03);
    left: 51%;
    bottom: 40%;
    z-index: 1;
}




/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position:center;
    min-height: 600px;
    overflow: hidden;
    position: relative;
}
.banner::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/banner-be.png) no-repeat;
    background-size:cover!important;
    background-position: center bottom!important;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height:238px;


}
/*樹葉*/
.banner::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/banner-af.png) no-repeat;
    background-size: contain!important;
    background-position: center top;
    left:0%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height:600px;
  animation: bgScroll 30s linear infinite;

}
@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}

.banner h5{
    position: absolute;
    content: "";
    font-size: var(--f24);
    left: 50%;
    transform: translateX(-50%);
    top: 330px;
    width: max-content;
}


/*蜜蜂*/
.banner h5::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/bannerh5-af.png) no-repeat;
    background-size:contain!important;
    background-position: center;
    left: calc(0% - 168px);
    top:-100px;
    width: 462px;
    height:150px;
    animation: fly-banner  6s ease-in-out infinite;
}
@keyframes fly-banner{

    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    10% {
      transform: translate(8px, -4px) rotate(2deg);
    }
    20% {
      transform: translate(15px, 2px) rotate(-2deg);
    }
    35% {
      transform: translate(25px, -6px) rotate(1.5deg);
    }
    50% {
      transform: translate(30px, 3px) rotate(-2deg);
    }
    65% {
      transform: translate(20px, -3px) rotate(1deg);
    }
    80% {
      transform: translate(10px, 2px) rotate(-1deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
  
        }
.banner h5::before{
    position: absolute;
    content: "";
    font-family: var(--SFontE2);
    font-size: var(--f60);
    color: var(--MainColor);
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}
.contact_page .banner h5::before{content: "CONTACT";}

.album_page .banner h5::before, .album_class_page  .banner h5::before{content: "ALBUM";}

.article_b .banner h5::before{content: "DIARY";}

.article_a .banner h5::before{content: "SHARE";}

.promotions_page .banner h5::before{content: "NEWS";}

.product_page .banner h5::before, .product_info_page  .banner h5::before{content: "PRODUCT";}


.remit_page .banner h5::before{content: "REMITS";}








/*Footer/＝＝＝＝＝*/
.footer .center {  max-width: 1600px;}
.footer{background: #fef5d2;}
.footer_logo{
    margin: auto auto auto 0;
 background: url(https://pic03.eapple.com.tw/naturalgamehoney/logo-f.png) no-repeat;
    background-size: contain;
    width: 110px;
    height: 110px;
}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;         justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
   justify-content: space-between;
   width: calc(100% - 150px);
}
.footer_info li:nth-child(1){  width: 65%;position: relative;    padding: 30px 0 0 0;}
.footer_info li:nth-child(1)::after{
    position: absolute;
    content: "Sitemap";
    font-family: var(--SFontE);
    font-size: 20px;
    color: var(--SubColor2);
    display:block;
    top: 0;
    left: 0;
}
.footer_info li:nth-child(2){width: 30%;position: relative;    padding: 30px 0 0 0;}
.footer_info li:nth-child(2)::after{
    position: absolute;
    content: "Contact";
    font-family: var(--SFontE);
    font-size: 20px;
    color: var(--SubColor2);
      display:block;
       top: 0;
    left: 0;
}
.footer_info li p {  color:var(--SubColor2);width: 48%;}
.footer_info li p a {  color:var(--SubColor2);}

.footer_info li:nth-child(1){
    display: flex;   
    flex-wrap: wrap;
    align-content: space-between;}
.footer_info li p:before{color: #e1ae77;  font-family: var(--SFont2);}

.footer_info li p.line{order: 1;}
.footer_info li p.line:before { content: 'Line ID';}

.footer_info li p.tel{order: 3;}
.footer_info li p.tel:before {    content: '電話';}

.footer_info li p.phone{order:5;}
.footer_info li p.phone:before {    content: '手機';}

.footer_info li p.fax{order:7;font-family: var(--SFontE2);    font-size: 22px;line-height: 100%;border: 1px solid var(--SubColor2);padding: 8px;width: max-content;}
.footer_info li p.fax:before {    content: '營業時間';    font-size: 15px; }

.footer_info li p.taxid{  order: 2;}
.footer_info li p.taxid:before { content: '統編';}

.footer_info li p.mail{order: 4;}
.footer_info li p.mail:before{content: '信箱';}

.footer_info li p.add{order:6;}
.footer_info li p.add:before { content: '地址';}


.footer_menu {    display: grid;   grid-template-columns: repeat(8, 1fr);  gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0 auto;	
    text-align: left;	
    padding: 35px  5px  5px ;
    transition: all 0.3s;
    border: none;
   color: var(--SubColor2);
    background: #ffffff00;
    position: relative;
    writing-mode: vertical-rl;
    font-family: var(--SFont2);
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/naturalgamehoney/icon01.png) no-repeat;
    background-size: contain!important;
    width: 25px;
    height:25px;
    left: 0;
    top: 2px;
    
}
.footer_menu a:nth-child(1):after, .footer_menu a:nth-child(5):after{ background: url(https://pic03.eapple.com.tw/naturalgamehoney/icon-footer01.png) no-repeat;}
.footer_menu a:nth-child(2):after, .footer_menu a:nth-child(6):after{ background: url(https://pic03.eapple.com.tw/naturalgamehoney/icon-footer02.png) no-repeat;}
.footer_menu a:nth-child(3):after, .footer_menu a:nth-child(7):after{ background: url(https://pic03.eapple.com.tw/naturalgamehoney/icon-footer03.png) no-repeat;}
.footer_menu a:nth-child(4):after, .footer_menu a:nth-child(8):after{ background: url(https://pic03.eapple.com.tw/naturalgamehoney/icon-footer04.png) no-repeat;}

.footer_menu a:nth-child(1):hover::after, .footer_menu a:nth-child(5):hover::after{animation: fly-f 3s infinite alternate;}
.footer_menu a:nth-child(2):hover::after, .footer_menu a:nth-child(6):hover::after{animation:   shake 1.5s infinite alternate;}
.footer_menu a:nth-child(3):hover::after, .footer_menu a:nth-child(7):hover::after{animation:  rotate 3s 3s infinite alternate;}
.footer_menu a:nth-child(4):hover::after, .footer_menu a:nth-child(8):hover::after{animation:   shake 1.5s 3s infinite alternate;}
@keyframes rotate {
    0% {transform: rotateY(365deg) scale(1.2);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg) scale(1.2);}
}
@keyframes fly-f{
            0%{transform: translateY(0) scale(1.2);}
            100%{transform: translateY(-10px) scale(1.2);}
        }
@keyframes shake{
    0% {
    -webkit-transform: rotate(0) scale(1.2);
            transform: rotate(0) scale(1.5);
  }
  30% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  60% {
    -webkit-transform: rotate(-10deg) scale(1.2);
            transform: rotate(-10deg) scale(1.2);
  }
    80% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
    100% {
    -webkit-transform: rotate(-10deg) scale(1.2);
            transform: rotate(-10deg) scale(1.2);
  }
        }
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--SubColor);font-weight: bold;border-right:1px solid var(--SubColor) ;padding-right:2px ;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*url(https://pic03.eapple.com.tw/naturalgamehoney/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;margin-top: 0;column-gap: 0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;    background: #ffffff00;}
.product-layer-two li li a{ padding:5px 10px;    background: #ffffff00;}
.product-layer-two li li:hover > a { background:var(--SubColor); color#fff;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left;  border-bottom: none;
    padding-bottom: 15px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

/*.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:var(--MainColor);}
*/
.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.products-list .name { text-align: center;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);}
.products-list .item a:hover .more{background: var(--MainColor);}

.product-layer-two > li.active {
    background:#fff3d6;
    border-radius: 25px;
border: 2px solid var(--SubColor);
transition: 0.3s ease-in;}
.product-layer-two li.active>a{border: none;border-bottom:1px solid var(--SubColor) ;color: var(--MainColor);font-weight: bold;}
.product-layer-two>li:hover> { background:#fff3d6;font-weight: bold;letter-spacing: 1px;color: var(--MainColor);border-radius: 25px;border: 2px solid var(--SubColor);}

.product-layer-two li ul {    grid-gap: 0;}
.product-layer-two >li> a {
    border:none;
    background: #ffffff00;
    padding: 7px 16px 7px 55px;
    margin: 0 5px;
}
.product-layer-two>li> a::after{
    position: absolute;
    content: "";
    background:  url(https://pic03.eapple.com.tw/naturalgamehoney/icon-product02.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    z-index:9;
}
.product-layer-two>li> a::before{
    position: absolute;
    content: "";
    background:  url(https://pic03.eapple.com.tw/naturalgamehoney/icon-product03.png) no-repeat;
    background-size: contain;
    width:20px;
    height: 20px;
    left: -10px;
    top: -7px;
    z-index: 10;
}
.product-layer-two>li.active> a::before, .product-layer-two>li:hover> a::before{  animation: fly-product .5s infinite alternate;}
@keyframes fly-product{
            0%{transform: translateY(0);}
            100%{transform: translateY(-8px);}
        }
.product-layer-two li.active i.fa-circle-plus::before, .product-layer-two li:hover i.fa-circle-plus::before { color: var(--SubColor);}

.products-list .pic {  border-radius: 25px;}
.products-list .price .sp_price{color: #dd0000;}
.products-list .price .ori_price{color: #797979;}
.products-list .name{font-size: 17px;font-weight: bold;color: var(--MainColor);}

.products-list:hover li a{opacity: 0.5;transition: 0.5s ease-in;filter: blur(5px);}
.products-list li a:hover { opacity: 1;filter: blur(0px);}
.products-list li a:hover .pic{  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.356));}
.products-list .item a .more{display: none;}


.products-list .item a::after{
    position: absolute;
    content: "";
    background:  url(https://pic03.eapple.com.tw/naturalgamehoney/icon-product.png) , var(--MainColor);
    background-repeat: no-repeat;
    background-size: contain!important;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    right: 10px;
    top: 10px;
    transition: 0.3s ease-in;
}
.products-list .item a:hover::after{ background:  url(https://pic03.eapple.com.tw/naturalgamehoney/icon-product.png) , var(--SubColor);transition: 0.3s ease-in;}
    /*首頁*/
.animated-arrow { background:var(--MainColor);}
.i_prod_tit h2, .i_video_tit h2,
.module_i_news .title_i_box h6{  font-size: 40px;color: var(--SubColor);font-family: var(--SFontE2);font-weight: unset;letter-spacing: 1px;}

.module_i_news .title_i_box h4,
.i_prod_tit span, .i_video_tit span{color: var(--MainColor);    font-weight: bold;}
.i_prod_tit, .i_video_tit, .module_i_news .title_i_box{ line-height: 190%;}

.products-list .price b {
    color: #d30000;
    text-align: center;}
.products-list .name { border-bottom: 1px solid #ccb2c6;}
.products-list .item:hover a .name{border: none;transition: 0.3s ease-in;}
.pageIndex .products-list li:nth-child(n+9){display: none;}




/*產品內頁*/
.sidebarBtn { border: 5px var(--MainColor) solid;border-radius: 25px;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--color);}
.inquiry_a3 { background:var(--SubColor);color: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:#fff;font-size: 22px;font-weight: bold;background: #782d68;}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}

.sidebarBtn h2{color: var(--MainColor);}
.sidebarBtn .price { border-bottom: 3px solid var(--MainColor)}
.radio-inline__label:hover{background: var(--MainColor);color: #fff;transition: 0.3s ease-in;}
.prod_related{background:#fdf5d4;}
.prod_related h6 span:before {  color:var(--MainColor);}
.related_list li a{background: #ffffff00;}
.related_list li figure {  border-radius: 25px;}
.related_list li:hover a p { color: var(--color);font-weight: bold;}
.related_list li:hover a{transform: translateY(-10px);transition: 0.3s ease;}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.show-list .show_pic { aspect-ratio: 1 / 1;    border-radius: 25px;border: 2px solid var(--SubColor);}
.show-list .item:hover .show_pic {border: 4px solid var(--SubColor);}
.show_content .show-list:hover a{opacity: 0.6;filter: blur(5px);transition: 0.3s ease-in;}
.show_content .show-list a:hover{opacity: 1;filter: blur(0px);transition: 0.3s ease-in;}
.overlay {  background: rgba(255, 255, 255, 0);}






/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--SubColor2);}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}

/*最新消息-文章*/
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--MainColor) !important;}
.subbox_item a{padding: 5px;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;border-bottom:1px solid var(--MainColor) ;}
.subbox_item a{border-radius: 25px;}
.blog_list_le img{border-radius: 25px;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}

.news_related_list li a {  background: #ffffff00;}
.news_related{background:#fdf5d4;}
.news_related h6 span:before{color: var(--MainColor);}
.news_related_list li figure {  border-radius: 25px;}
.news_related_list a p { color: var(--color);font-weight: bold;}
.news_related_list li:hover a p { color: var(--MainColor)}
.news_related_list  li:hover a{transform: translateY(-10px);transition: 0.3s ease;}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border:2px var(--SubColor) solid;
border-radius: 25px;}
.blog_list_ri p {-webkit-line-clamp: 3;}
.blog_list_ri { padding: 5px 0 45px 0;}
.blog_le .accordion{border: none;border-radius: 0;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--MainColor) !important;border-radius:25px ;}
.accordion li+li .link {  border-top: none;}









/*曾蜜記事-文章*/
.article_a .subbox_item a:before {
    content: 'MORE';
    color:var(--MainColor);
    background: #fff;
    border: 1px solid var(--MainColor);
    padding: 5px 15px;
    opacity: 1;
    border-radius:25px ;
}
.article_a .subbox_item:hover a:before {background: var(--MainColor);color: #fff;transition: 0.3s ease;}

.article_a .blog_subbox:hover a{filter: blur(5px);opacity: 0.6;transition: 0.3s ease-in;}
.article_a .blog_subbox a:hover{filter: blur(0px);opacity: 1;transition: 0.3s ease-in;}
/*養蜂日常*/
.article_b .blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.article_b .subbox_item a { grid-template-columns: 1fr;}

.article_b .blog_subbox:hover a{filter: blur(5px);opacity: 0.6;transition: 0.3s ease-in;}
.article_b .blog_subbox a:hover {filter: blur(0px);opacity:1;transition: 0.3s ease-in;}
.article_b .subbox_item a:after {
    left: -6px;
    top: 11px;
    bottom: unset;
    z-index: -1;
    background: var(--MainColor);
     border: none;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
    }
.article_b .subbox_item a:before {
    content: 'MORE';
   color:var(--MainColor);
    background: #fff;
    border: 1px solid var(--MainColor);
    padding: 5px 15px;
    opacity: 1;
    border-radius:25px ;}








.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/
/*首頁-文章*/
 .module_i_news_list ul:hover li a{filter: blur(5px) saturate(0.5);transition: 0.3s ease-in;}
 .module_i_news_list ul li a:hover{filter: blur(0px);transition: 0.3s ease-in;}

/*首頁-曾蜜記事*/
.module_i_news01  .module_i_news_list ul { grid-template-columns: repeat(4, 1fr);}
.module_i_news01 .module_i_news_list  li a {  grid-template-columns: 1fr;}
.module_i_news01 .module_i_news_list  li:nth-child(n+5){display: none;}
.module_i_news01 .module_i_news_list li a:after {
    background: #fcbf33;
    z-index: -1;
    border: none;
    aspect-ratio: 1 / 1;
    bottom: unset;
    left: -8px;
    top: -8px;
    border-radius:25px ;}
.i_blog_ri h5{color: var(--MainColor);font-weight: bold;    border-bottom: 1px solid  var(--MainColor);}
.module_i_news01  li a:before {
    content: 'MORE';
    z-index: 19;
    bottom: -25px;
    right: unset;
    left: 0;
    color: var(--MainColor);
    border: 1px solid var(--MainColor);
    opacity: 1;
    padding: 2px 15px;
    border-radius:20px ;
}

.module_i_news01 li a:hover:before,
.module_i_news01 li a:hover:after{background:  var(--MainColor);color:#fff;}
.module_i_news01 .i_blog_le{border-radius:25px ;}

/*首頁-養蜂日常*/
.module_i_news02{background: #fef5e5;}
.module_i_news02 ul { grid-template-columns: 1fr 1fr;}
.module_i_news02 ul li:first-child { grid-row: auto / span 3;}
.module_i_news02 li:first-child  a {  grid-template-columns: 1fr;}
.module_i_news02 li:first-child  a .i_blog_le{aspect-ratio: 4 / 3;border-radius: 25px 25px 0 0 ;}

.module_i_news02 li a:after{display: none;}
.module_i_news02 li a { padding: 8px;  border-radius: 25px;    grid-template-columns: 150px 1fr;}
.module_i_news02 li:hover a{background:#ffffff8f;transition: 0.3s ease-in;border: 2px solid var(--SubColor);}
.module_i_news02 li a .i_blog_le{border-radius: 25px ;}

.module_i_news02 li a:before {
    content: 'MORE';
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 1;
     color: var(--MainColor);
    border: 1px solid var(--MainColor);
     padding: 2px 15px;
    border-radius:20px ;
    background: #fef5e6;
}
.module_i_news02 li a:hover:before{background:  var(--MainColor);color:#fff;}



/*聯絡我們*/
.blank_letter { width: 100%;}
.contact_le_nomap {
    width: 33%;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.contact_form li input.noborder, .contact_form li textarea.noborder { border-radius: 25px;    border: 1px #c3a08c75 solid;}
.contact_form li.last cite {  background: var(--MainColor);}
.contact_content .information_left {    
        width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}


.contact_page .list_before {  display: flex;  flex-direction: column;    width: 33%;}
.list_before.info li:before, .list_before.account li:before{color: var(--MainColor);font-family: var(--SFont);letter-spacing: 1px;}

.list_before.info li.info_TEL{order: 1;}
.list_before.info li.info_TEL:after{content: "曾貴發";display: inline;}

.list_before.info li.info_PHONE{order: 2;}
.list_before.info li.info_PHONE:after{content: "羅秀靜";display: inline;}
.list_before.info li.info_PHONE::before{content: "電話";display: inline;}

.list_before.info li.info_LINE{order:3; padding-left:70px;}
.list_before.info li.info_LINE:before {  content: "官方LINE";width:  max-content;}

.list_before.info li.info_TAXID{order:4;}

.list_before.info li.info_MAIL{order:5;}

.list_before.info li.info_ADD{order:6;}

.list_before.info li.info_FAX{
    order:7;
    padding-left: 75px;
    border: 1px solid var(--MainColor);    
    width:193px;
    padding: 5px 15px 5px 75px;
    font-family: var(--SFontE2);
    font-size: 24px;}
.list_before.info li.info_FAX:before {  content: "營業時間";width: max-content;left: 10px;top:12px;}


.contact_content .information_right { width: 100%;    padding-left: 0;}

.contact_page .list_before.account::after{
    position: absolute;
     content: "匯款資訊";
	font-size: 26px;
    color: #101010;
    left:0%;
    top: -65px;
	    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
		font-weight: bold;
}
/*匯款通知*/
.form_content {  padding:0px 10px;}
.border200 {
    border-radius: 25px;
    border: 1px #c3a08c75 solid;
}
.rewrite_simple {
    background: var(--SubColor2) url(../images/simple_left.png) 10% center no-repeat;
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1300px) { 
/*進入網站*/
.pageIndex::after {  padding-bottom: calc(100% / 1 * 0.2);}
.pageIndex #page::before { padding-bottom: calc(100% / 1 * 0.15);}

}
@media screen and (max-width:1100px) { 
.footer_logo { margin: 0 auto auto;}
.footer_info ul {  padding-right: 60px;}
.footer_info li:nth-child(1) { flex-direction: column;}
.footer_info li p { width: 100%;}
}
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;position: relative;}
    .nav-brand img {}
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { color: #000000;}
    .navigation { padding: 0 0 10px 0;}
    .header_area {
        position: static;
        text-align: center;
        background:#fff;
    }
   

    .sticky .me_tp_features a.tp_btn_cart,   .sticky .me_tp_features a.tp_btn_notice { color: #fff;}

    /*banner*/
    .banner { min-height: 400px;}
    .banner::after {  height: 400px;}
    .banner::before {  height: 180px;}
.banner h5 { top: 200px;}








    /*聯絡我們*/
    .list_before {   width: 48%;}
    .contact_le_nomap{width: 100%;}
    }
    
    
    @media screen and (max-width: 980px) { 
    
    .sticky .nav-brand img{  display: none;}
    .sticky .header_area .nav-brand {display: none;}
   
    /*首頁-曾蜜記事*/
 
    .module_i_news li { border-bottom: none;}

   .module_i_news01 ul { grid-gap: 50px 20px;}
    .module_i_news01 .module_i_news_list ul {  grid-template-columns: repeat(2, 1fr);}


    /*首頁-養蜂日常*/
    .module_i_news02 ul {  grid-template-columns: 1fr;}
    .module_i_news02 li:first-child a, .module_i_news02 li  a{    grid-template-columns: 180px 1fr;}
    .module_i_news02 li:first-child a .i_blog_le {
    aspect-ratio: 1 / 1;
    border-radius: 25px;
}
    /*聯絡我們*/
    .contact_page .list_before.account::after{  left:10%;}
    .contact_content .information_left ul+ul{border-left:1px solid #ccc ;}
    ul.list_before.account { padding-left: 5%;width: 40%;}
    
    }


    @media screen and (max-width:850px) { 
.pageIndex .products-list li:nth-child(n+7){display: none;}



    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
    position: absolute;
    right: 100px;
    top: 0;}
        .footer_info { padding: 0 60px 0 10px;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}
        .footer_menu {        grid-template-columns: repeat(3, 1fr);}
        .footer_menu a {  
            writing-mode: unset;
            margin: 0;
            text-align: left;
            padding: 5px 5px 5px 35px;
            }
        .footer_menu a:hover {
    padding-bottom: unset;
    padding-right: 0px;
    padding-bottom:2px ;
}
    
        .box_link { top: 193px;  left: 63px;}
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:220px; position: relative;}
    
   
    /*進入網站動畫*/
    .pageIndex::after {  padding-bottom: calc(100% / 1 * 0.25);}
    .pageIndex #page::before { padding-bottom: calc(100% / 1 * 0.2);}


    /*大圖*/
    .swiper-banner .swiper-slide img{display: none;}
    .swiper-banner .swiper-slide:nth-child(1){
            background: url(https://pic03.eapple.com.tw/naturalgamehoney/bn01-768-2.png) no-repeat;
            background-size: contain!important;
            height: 0;
            padding-bottom: calc(100% / 1*0.8);
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(1)::before { 
        padding-bottom: calc(100% / 1 * 0.08);
        right: unset;
        left: 40%;
        top: 33%;
   
        background-position: left!important;
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(1)::after { 
    padding-bottom: calc(100% / 1 * 0.06);
        top: 22%;
        right: unset;
        left: 55%;

        background-position: left!important;
        }





    .swiper-banner .swiper-slide:nth-child(2){
            background: url(https://pic03.eapple.com.tw/naturalgamehoney/bn02-768-1.png) no-repeat;
            background-size: contain!important;
            height: 0;
            padding-bottom: calc(100% / 1*0.8);
    }

    .bannerindex .swiper-fade .swiper-slide:nth-child(2)::before {
    background-position: right;
    left: unset;
    bottom:unset;
    right: 18%;
    top: 15%;
    padding-bottom: calc(100% / 1 * 0.08);
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(2)::after {
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.06);
    left: unset;
    bottom:unset;
    right: 10%;
    top: 20%;
    }











    /*手機側邊欄位*/
    .stellarnav.mobile { right: 0;left: unset;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059; }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--color);}
   .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .stellarnav.mobile > ul > li { border-bottom: none;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0; }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li:hover > a>b { color: var(--color);          padding: 20px 0;}
    .sticky .stellarnav > ul > li:hover > a, .stellarnav > ul > li:hover > a  { color: var(--MainColor);}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.left > ul{
        transition: 0.5s ease;
        max-width:300px;        
        background: #fff8ecd4;
        backdrop-filter: blur(8px);}

    .stellarnav.mobile.left .close-menu, .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px;
        background: #ffffff00;
        color: var(--color);
    }
    .stellarnav.mobile>ul li>ul{ background:#ffffff00;}
    .stellarnav.mobile li.open {background: #fcbf3363;}
    .stellarnav.mobile li.open li.open {  background: #ffecc0;padding: 0;}
    .stellarnav.mobile li.open>a{color: var(--MainColor);}
    .stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 7px 5px 7px 15px;color: var(--color);}
    .stellarnav.mobile li a {  border-bottom: 1px solid rgb(252 221 154);}

/*banner*/
    .banner { min-height: 300px;}
    .banner::before { height: 150px;}
    .banner h5 {  top: 130px;}
.banner h5::before {  top: -47px;}
.banner h5::after {
    left: calc(0% - 159px);
    width: 378px;
    height: 120px;
}

    /* 開啟手機板下方按鈕所需設定 */
    
    .footer.with_shopping_mode { padding:30px 0 54px; }
    #to_top { bottom:60px;}
    .footer_info li { width: 90%;}
    .footer_info li p.fax {text-align: center;}
    .footer_menu {   margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        justify-content: flex-start;}
    .footer_info ul { width: 100%;padding-right: 0;}
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
 
    
    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}
    .product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
    .product_page .product-layer-two,
    .product_page .products-list { width: 100%; border-right: none;}
    .product_page .product_menu_list>h5{display: block;}
        
    .product_page .show_content > a { order: 1;}
    .product_page ul.products-list { order: 2;}
    .product_page ul.page { order: 3;}
    .product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

     .pageIndex .products-list, .pageIndex .products-list { grid-template-columns: repeat(3, 1fr)!important;}
    .pageIndex .products-list li:nth-child(n+7){display: none;}
    /*聯絡我們*/
    .blank_letter { padding-top: 0;}
    .list_before.info{width: 48%;}
    .list_before.account { padding-left: 3%; width: 36%; }
    }

    
    @media screen and (max-width: 600px) { 
    /*進入網站動畫*/
    .pageIndex::after {  padding-bottom: calc(100% / 1 * 0.31);}
    .pageIndex #page::before { padding-bottom: calc(100% / 1 * 0.3);}

    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

    .stellarnav.mobile { top: 10px;}


    /*首頁-養蜂日常*/
    .module_i_news02 .i_blog_ri p {  -webkit-line-clamp: 3;}
    .module_i_news02 li:first-child a, .module_i_news02 li a { grid-template-columns: 150px 1fr;}

    /*聯絡我們*/
    .contact_page .main_part { padding: 0px 10px 10px; }
    .contact_page .list_before.account::after { left: 0;top: 0;    }
    .list_before.info, ul.list_before.account{width: 100%;}
    .list_before.account::after { top: 0;}
    ul.list_before.account { padding-left: 0; padding-top: 60px;}
    .list_before.account::after { left: 0;}
    .contact_content .information_left ul+ul {   border-left:none; }
    }
    @media screen and (max-width: 500px) { 
    .footer_logo {  margin: auto auto auto 0;}
    .footer_menu {  grid-template-columns: 1fr 1fr;}
    .pageIndex .products-list, .pageIndex .products-list { grid-template-columns: repeat(2, 1fr)!important;}
    .pageIndex .productsListBox, .productsListBox.swiper {padding: 30px 10px;}
    }
    @media screen and (max-width: 420px) { 
    
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    