@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/

/*反白顏色*/
::-moz-selection{  background-color: #4C391F;  color: #fff;}
::selection{  background-color: #4C391F;  color: #fff;}
:root {
    --MainColor: #CBB79B;
    --SubColor:#EBEBDF;
    --SubColor02:#4D3920;
    --logocolor01:#B0AD61;
    --logocolor02:#4CA9A4;
    --SFont:'Noto Serif TC', serif;
    --SFontEN: 'EB Garamond', serif;
    --TitleColorEN:#9FA370;
    --TitleColor:#4C391F;
    --FontColor:#3a3e33;
    --f60: 60px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80:80px;
}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #EBEBDF; }
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #886B41; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #4D3920; }

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}
body.blog_in_page {
    color: var(--FontColor);
    font-size: var(--f18);
    letter-spacing: 1px;
}

/*頁碼*/
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}

.main_part {    max-width: 1400px;    padding: var(--pd80) 20px;}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {
    position: fixed;
    width: 100%;
    transition: all 0.5s;
    border-bottom: 1px solid #efefef;
}

.main_header_area {    background: #ffffff;}
.pageIndex .header_area {        opacity: 0;    transition: all 0.5s ease-in-out;}

/*下滑*/
.pageIndex .header_area.sticky {    opacity: 1;  transition: all 0.5s;  }
.header_area.sticky .main_header_area {    background: #ffffffeb;}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {
    padding: 10px 0 10px 220px;
    display: grid;
    grid-template-columns: 1fr 220px;
    align-items: center;
}

/*第一層*/
.stellarnav ul {    text-align: center;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: var(--FontColor);
    letter-spacing: 0.03rem;
    padding: 0 15px;
    margin: 0;
}
.stellarnav > ul > li:hover > a{color: var(--logocolor01);}
.stellarnav li.has-sub > a:after {
    position: absolute;
    top: 40%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #8d8d8d #8d8d8d transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}/*下拉線條箭頭*/

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 7px;
    transition: all 0.3s;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 10px;
    background: var(--logocolor01);
}

/*SubMenu*/
.box_search {    width: 175px;}
.box_search input[type=text] {
    width: 131px;
    border-radius: 0;
}
.shop_search_btn {
    background: var(--logocolor01);
    border-radius: 0;
}

.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: var(--logocolor01);}
.tp_links {    display: none;}

.me_tp_features {    order: 1;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}


/*浮動*/
.info_fix>span {
    background: #411D03;
    width: 55px;
    height: 55px;
    font-size: 25px;
    -webkit-animation: topmoveTop 3000ms infinite;
    animation: topmoveTop 3000ms infinite;
}
.info_fix_links a {    background: #9fa370c9;}
.info_fix_links a:hover {    background: var(--logocolor01);}
.info_fix:hover>span{background: #886B41;} 
.fa-xmark::before {
    content: "\f086";
}
.info_fix>span i {
    transform: rotate(360deg);
}

/*icon顏色*/
a.info_fix_default.info_fix_fb {   background:  #3b5998;}
a.info_fix_default.info_fix_line {    background:  #21B94E;}
a.info_fix_default.info_fix_ig {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
a.info_fix_default.info_fix_mail {    background:  #b50909;}
a.info_fix_default.info_fix_tel {    background:  #d18907;}
a.info_fix_default.info_fix_phone {    background:  #d13607;}
@keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
@-webkit-keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}

/*Footer/＝＝＝＝＝*/
.footer {
    background: #3f8c88;
    padding: 0;
    background: url(https://pic03.eapple.com.tw/fyurushi/img-noise-361x370.png);
}
.footer .center {    max-width: 100%;}

.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.footer_logo {
    width: 28%;
    margin: 0;
    background: var(--logocolor02);
    background: url(https://pic03.eapple.com.tw/fyurushi/img-noise-361x370-1.png);
    padding: 6rem 6.80556% 6rem 6.94444%;
}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/fyurushi/f-logo.svg) no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    background-size: contain;
    height: 18.0625rem;
}
.footer_logo img {  width: 0;}
.footer_info ul {
    width: 70%;
    padding: 2rem 7% 2rem 4%;
    display: flex;
    flex-direction: column-reverse;
}
.footer_info li p {
    display: inline-block;
    width: 33%;
    color: #EBEBDF;
    margin: 5px 0;
    font-size: 16px;
}
.footer_info li p a {    color: #EBEBDF;}
.footer_info li:nth-child(1) {
    border-top: .0625rem solid #EBEBDF;
    padding-top: 2.6rem;
}
.footer_info li:nth-child(2) {    margin-bottom:2.6rem;}
.footer_info li p.add2:before {    content: '營業時間：';}

.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(80px,100%), 1fr));    gap:12px 0;}/*footer按鈕最小寬度100px*/
.footer_menu a {
    margin: 0;
    text-align: left;
    transition: all 0.3s;
    background: transparent;
    border: none;
    color: #EBEBDF;
    padding: 0;
    font-size: 16px;
}
.footer_menu a:hover {    background: transparent; opacity: .7;}
.copy {
    background: transparent;
    color: #fff;
    border: none;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    padding: 0 40px 40px;
    opacity: .2;
    width: 28%;
}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link {
    position: relative;
    width: fit-content;
    display: flex;
    left: 1px;
    top: 10px;
}
.box_link a {
    transition: all 0.3s;
    border: none;
    color: #EBEBDF;
    font-size: 17px;
    margin-right: 10px;
}

.box_link a:hover {    background: transparent;    color: #fff;  opacity: .7;}
a.me_tp_fb {    color: #3b5998;}
a.me_tp_line {    color: #21B94E;}
a.me_tp_ig {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    background-clip: text;
    color: transparent;
}
a.me_tp_mail {    color: #b50909;}
a.me_tp_call {    color: #d18907;}


/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 250px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 20px;}
.header_area.sticky .nav-brand {    max-width: 220px;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: var(--logocolor02);
    overflow: hidden;
}
.animated-arrow:before {
    content: '';
    background: var(--logocolor01);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    height: 100%;
    position: absolute;
    z-index: 0;
}
.animated-arrow:hover:before {
    transform: translate3d(100%, 0, 0);
}
.animated-arrow b, .animated-arrow .i_blog_b a i.fa-solid.fa-arrow-right {
    z-index: 2;
    position: relative;
}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}

/*大圖載入*/
.pageIndex::before {
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 50%;
    background: url(https://pic03.eapple.com.tw/fyurushi/open_bg.jpg) no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: open_top 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.2s;
}

.pageIndex::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 50%;
    background: url(https://pic03.eapple.com.tw/fyurushi/open_bg.jpg) no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-position:center;
    animation: open_bottom 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.2s;
}

@keyframes open_top {
    0% {        opacity: 1;    bottom: 50%;   }
    50% {        opacity: 1;        bottom: 55%;    }
    100% {
    opacity: 0;
    transform: translate(0%, -101%) translate3d(0px, 0px, 0px);
}
}
@keyframes open_bottom{
    0% {        opacity: 1;        top: 50%;    }
    50% {        opacity: 1;        top: 55%;    }
    100% {        opacity: 0;      transform: translate(0%, 101%) translate3d(0px, 0px, 0px);   }
}

.pageIndex #page::before {
    content: "";
    pointer-events: none;
    display: block;
    background-image: url(https://pic03.eapple.com.tw/fyurushi/open_logo.png);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 1);
    z-index: 100000000;
    animation: action-logo-1 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    opacity: 0;
}
@keyframes action-logo {
    0% { /*transform: translate(0%, -50%);*/ opacity: 1;}
    50% {
    opacity: 1;
    transform: translate(0%, 51%) translate3d(0px, 0px, 0px);
}
    100% {
    transform: translate3d(0px, 0px, 0px) scale(0.8, 0.8);
    opacity: 0;
}
}
@keyframes action-logo_bottom {
    0% { /*transform: translate(0%, -50%);*/ opacity: 1;}
    50% {
    opacity: 1;
    transform: translate(0%, -51%) translate3d(0px, 0px, 0px);
    }
    100% {
    transform: translate(0%, -51%) translate3d(0px, 0px, 0px);
    opacity: 0;
    }
}

@keyframes action-bg {
    0% {        opacity: 1;    }
    100% {        opacity: 0;    }
}

@keyframes action-logo-1 {
    0% {
        transform: translate(-50%, -50%) scale(0, 1);
        opacity: 0;
        left: 50%;
    }
    50% {
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1;
        left: 50%;
    }
    68% {
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

.bannerindex .swiper-slide.swiper-slide:before, .bannerindex .swiper-slide.swiper-slide:after {
        content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

/*大圖1*/
.bannerindex .swiper-slide:nth-child(1).swiper-slide:before{
        background: url(https://pic03.eapple.com.tw/fyurushi/01cover_1ban.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left:0;
        width: 100%;
        height:100%;
        background-position: center;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 1;
        animation-delay: .5s;
}
.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
    animation-name:ban_croll;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}  
.bannerindex .swiper-slide:nth-child(1).swiper-slide::after {
    background: url(https://pic03.eapple.com.tw/fyurushi/01cover_1rotate.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -35%;
    width: 70%;
    height: 70%;
    background-position: center;
    animation-delay: .5s;
    -webkit-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear;
    opacity: .5;
}
@keyframes ban_croll {
    0% {        transform: translateY(0px);        opacity: 0;    }
    50% {        transform: translateY(15px);        opacity: 1;    }
    100% {        transform: translateY(0px);        opacity:1;    }
}
@keyframes rotate {
100% {
    -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
}
}

/*大圖2*/
.bannerindex .swiper-slide:nth-child(2).swiper-slide:before{
        background: url(https://pic03.eapple.com.tw/fyurushi/01cover_2ban1.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left:0;
        width: 100%;
        height:100%;
        background-position: center;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 0;
}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  
    -webkit-animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
    animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;

}

.bannerindex .swiper-slide:nth-child(2).swiper-slide::after{
        background: url(https://pic03.eapple.com.tw/fyurushi/01cover_2ban2.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left:0;
        width: 100%;
        height:100%;
        background-position: center;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 0;
}
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {  
    -webkit-animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
    animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
    animation-delay: .7s;
}

@keyframes slideDownBlurAnimation {
    0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    }
    100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}

/*Banner/＝＝＝＝＝*/
.banner {
    padding: 20vw 60px 4vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /* background-image: none; */
    position: relative;
    z-index: 1;
    /* background: repeat center center var(--MainColor); */
    background-image: linear-gradient(180deg, #4827131f, #2d1e19f2), url(https://pic03.eapple.com.tw/fyurushi/ban.jpg);
    background-attachment: fixed;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #362816;
    background: url(https://pic03.eapple.com.tw/fyurushi/brush.png);
    width: 100%;
    height: 100%;
    background-position:left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(https://pic03.eapple.com.tw/fyurushi/brush.png);
    mask: url(https://pic03.eapple.com.tw/fyurushi/brush.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    -webkit-animation: mask-play 5s steps(29) forwards;
    animation: mask-play 5s steps(29) forwards;
    mix-blend-mode: soft-light;
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
@keyframes mask-play{from{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}

@keyframes oxxo {
    0% { transform: scale(1.1); }
    100% { transform: scale(1);}
}


.banner h5 {
    font-size: var(--f24);
    font-weight: bold;
    text-align: left;
    position: relative;
    color: #fff;
    max-width: 1400px;
    margin: auto;
}
.banner h5:after {
    content: "Lacquer Art";
    display: block;
    color: #fff;
    font-style: normal;
    font-size:var(--f60);
    font-weight: normal;
    font-family: var(--SFontEN);
    line-height: 100%;
    text-transform: uppercase;
}

.banE h5:after {    content: "Works";}
.banner.banblog h5:after {    content: "News";}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: var(--logocolor01);}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: var(--logocolor01);border: 1px solid var(--logocolor01);}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid var(--logocolor01);    color: var(--logocolor01);}
.products-list .item a:hover .more {    background: var(--logocolor01);}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: var(--logocolor01);}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: var(--logocolor01);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--logocolor01); color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: var(--logocolor01);
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: var(--logocolor01);}

.products-list .name {
    color: var(--FontColor);
    text-align: center;
    font-size: var(--f16);
    font-weight: bold;
}
.product-layer-two > li.active {    background: var(--SubColor);}
.product-layer-two li.active a {    border-bottom: none;}
.product-layer-two > li > a {
    border-bottom: 1px dotted var(--SubColor);
    color: var(--FontColor);
    font-weight: bold;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: var(--SubColor);
    color: var(--TitleColorEN);
    margin-bottom: 10px;
    font-size: var(--f18);
}
ul.prod li .prod-panel {
    line-height: 180%;
    font-size: var(--f16);
    color: var(--FontColor);
}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--logocolor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--logocolor01);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--logocolor01);}
.lastPage {    background: var(--logocolor01);}
/*商品側邊規格*/
.sidebarBtn {    border: none;}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn h2 {
    color: var(--SubColor02);
    font-size: var(--f24);
}
.sidebarBtn .price {
    color: var(--FontColor);
    font-size: var(--f22);
}
/*相關推薦*/
.prod_related {
    background: var(--SubColor);
    padding: 60px 30px;
}
.prod_related h6 span:before {
    font-size: var(--f24);
    color: var(--TitleColor);
}


/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--logocolor01);}
.member_title p {    border-top: 2px var(--logocolor01) solid;}
.login_mem_submit{background: var(--logocolor01);}
.login_mem_other_link a{color: var(--logocolor01);}
.member_login_regist a{background: var(--logocolor01);}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}

body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.shopping-cart .cart_head {    background: var(--TitleColor);}
.rewrite_simple {    background-color: var(--SubColor02);}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    overflow: hidden;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
/*.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le, .blog_list_le {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.i_blog_le img, .blog_list_le img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease-in-out;
}
.module_i_news li a:hover .i_blog_le img, .subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all .8s ease-in-out;
}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr; gap: 20px 10px;}
.blog_subbox:before{content:none;}
.subbox_item {    margin-bottom: 0;}
.subbox_item:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--SubColor);
}

.subbox_item:before {
    content: " ";
    background-color: var(--MainColor);
    height: 2px;
    left: 45%;
    position: absolute;
    bottom: 2.4%;
    transform: translateY(-50%);
    width: 100%;
    width: 40px;
    transition-delay: 0s;
    transition-duration: .5s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.22,1,0.36,1);
    will-change: left;
}/*裝飾線*/
.subbox_item:hover:before {    left: 80%;}

.subbox_item a {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 7% 9% 7% 8%;
}
.subbox_item a:before {    right: 12%; bottom: 5px; }
.subbox_item a:hover:before {    transform: translate(-45%);}

.blog_list_le {    overflow: hidden;}
.blog_list_le:before {
    width: 100%;
    height: 140%;
    transform: skewY(10deg);
    background-color: var(--logocolor01);
    background: #ffffff8a;
    display: block;
    position: absolute;
    top: -10%;
    left: 0;
    z-index: 2;
    content: " ";
    animation: 3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards maskFadeIn; 
    backdrop-filter: blur(3px);
    mix-blend-mode: color-burn;
}/*載入效果*/
@keyframes maskFadeIn {
0% {
    transform: translate(0px, -10%) rotate(10.0002deg) skew(10.0002deg, 0deg) scale(1.01543, 0.98481);
}
100% {
    transform: translate(0px, -140%) rotate(10.0002deg) skew(10.0002deg, 0deg) scale(1.01543, 0.98481);
}
}

.blog_list_ri {    padding: 0;    display: block;}
.blog_list_ri p {    min-height: 76px;    -webkit-line-clamp: 3;}

.i_blog_ri h5, .blog_list_ri h5 {    color: var(--FontColor);    font-weight: bold;    font-size: var(--f20);}
.i_blog_ri p, .blog_list_ri p {    color: var(--FontColor);    line-height: 1.6;    font-weight: 600;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--logocolor01) !important;}
.submenu a:hover {    background: #cbc0a0;}
h5.blog_le_t {
    color: var(--FontColor);
    font-size: var(--f24);
}

/*首*/
.module_i_news {    padding: var(--pd80) 40px;}
.module_i_news ul {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 1400px;
}
.module_i_news li a {
    position: relative;
    display: grid;
    grid-template-columns: 230px 1fr;
    grid-gap: 20px;
    padding: 6% 5%;
    background: transparent;
    will-change: background-color;
}
.module_i_news .title_i_box h4 {
    color: var(--TitleColor);
    font-size: var(--f32);
    font-family: var(--SFont);
}
.module_i_news .title_i_box h4:before {
    content: "Ness";
    color: var(--logocolor01);
    font-family: var(--SFontEN);
    display: block;
    font-size: var(--f20);
}
.module_i_news li {
    position: relative;
    overflow: hidden;
}
.module_i_news li:before, .module_i_news li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--TitleColorEN);
    transition: all 0.25s ease 0s;
}
.module_i_news li:hover:before {
    width: 100%;
    transition: all 0.25s ease 0s;
}
.module_i_news li:after {
    width: 100%;
    background: var(--SubColor);
    z-index: -1;
    height: 1px;
}

.module_i_news li a:before, .subbox_item a:before {
    opacity: 1;
    font-family: var(--SFontEN);
    color: var(--TitleColor);
    font-weight: bold;
    transition-delay: 0s;
    transition-duration: .5s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.22,1,0.36,1);
    will-change: transform;
}
.module_i_news li a:before{bottom: 20px;}
.module_i_news li a:hover:before{
    opacity: 1;
    transition: all .5s;
    transform: translate(-11%);
}
.module_i_news li a:after, .subbox_item a:after {
    pointer-events: none;
    border: none;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-110%);
    width: 100%;
    z-index: -1;
    opacity: 1;
}
.module_i_news li a:hover:after {
    background-color: var(--SubColor);
    transition: all .5s;
    animation-delay: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-name: band-border-slide-out;
    animation-timing-function: cubic-bezier(0.22,1,0.36,1);
}
@keyframes band-border-slide-out {
    0% {        transform: translate(-110%) ;    }
    to {        transform:  translate(0%);   }
}

.i_blog_ri {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.i_blog_le {    padding: 0;}
.i_blog_ri h5 {    order: 2;}
.i_blog_ri p {    order: 3;}
.i_blog_ri em {
    order: 1;
    background: #9fa3701c;
    padding: 5px 10px;
    max-width: fit-content;
    color: var(--TitleColorEN);
    border-radius: 3px;
    margin-top: 0;
}

/*文章管理/內層＝＝*/
.blog_box_edit * {    line-height: 180%;}

.blog_back a.article_btn_back{background: var(--logocolor01);}
.blog_back a.article_btn_next, .blog_back a.article_btn_prev {    background: var(--TitleColorEN);}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: var(--logocolor01);}
.other_album_choice li {    background: var(--logocolor01);}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/
.album_page .main_part:before {
    content: "如果您有興趣歡迎洽詢連絡我們。";
    display: block;
    text-align: center;
    font-size: var(--f18);
    font-family: var(--SFont);
    padding-bottom: 20px;
}
.album_page .main_part {
    position: relative;
}

.show-list .item a {    border-radius: 5px;    overflow: hidden;}
.overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgb(85 85 85 / 50%);
    display: none;
}
.subalbum-menu h2 {
    color: var(--TitleColor);
    font-size: var(--f24);
}
.subalbum-menu h2 span.block {
    display: none;
}
.show-list .show_name {
    color: var(--FontColor);
    font-size: var(--f17);
    text-align: center;
}

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--logocolor01);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--logocolor01);}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: var(--logocolor01);}
.contact_form li.last cite {background: var(--logocolor01);}
.contact_editbox {    padding: 0;}

.contact_content {text-align: center;}
.contact_content .information_left {    display: none;}
.contact_content .information_right {    width: 1200px; max-width: 100%;}

.blank_letter {
    color: var(--TitleColor);
    font-size: var(--f32);
    font-family: var(--SFont);
    position: relative;
}
h4.blank_letter.f{color: transparent;}
h4.blank_letter.f:before {
    content: "與你相遇、留下足跡";
    display: block;
    color: var(--TitleColor);
    font-size: var(--f32);
    font-family: var(--SFont);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.blank_letter span.note.red {
    position: absolute;
    right: 0;
}

.contact_form li.last {    position: relative;}
.contact_form li.last blockquote, .contact_form li.last cite {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--logocolor01);
    margin: 0 10px;
}
.contact_form li.last cite:before, .contact_form li.last blockquote:before {
    content: '';
    background: var(--logocolor01);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    height: 100%;
    position: absolute;
}
.contact_form li.last cite:hover:before, .contact_form li.last blockquote:hover:before {
    transform: translate3d(100%, 0, 0);
    z-index: 1;
}

.contact_form li.last blockquote {
    color: var(--FontColor);
    background: var(--logocolor01);
}
.contact_form li.last blockquote:before {    background: #fff;}
.contact_form li.last blockquote:hover {    color: #fff;}


.contact_form li.last cite {    background: var(--logocolor02);}
.contact_form li.last input {    padding: 15px 7px;}
.contact_form li.last * {    position: relative;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
:root {
    --f60: 54px;
    --f54: 48px;
    --f48: 40px;
    --f42: 38px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
    --pd80:60px;
}

/*Header/＝＝＝＝＝*/
.pageIndex .header_area {    opacity: 1;}
.header_area {    position: relative;}
.navigation {    padding: 10px; grid-template-columns: 1fr; padding-bottom: 0; }

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand {        max-width: 180px;        margin-top: 8px;}
.header_area.sticky .nav-brand {    max-width: 180px;}

/*footer/＝＝＝＝＝*/
.footer_info {    flex-direction: column;}
.footer_logo {    padding: 1rem 5% 0 5%;    width: 100%;}
.footer_logo > a {    height: 8.125rem;}
.copy {    width: 100%;}
.footer_info li p{    width: 49%;}
.footer_info ul {
    width: 100%;
    padding: 4rem 7%;
}
.footer_menu {    justify-items: center;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul {    width: 100%;}
.module_i_news ul{grid-template-columns:1fr 1fr;}
.subbox_item:before {    left: 24%;}
.subbox_item:hover:before {    left: 73%;}
.subbox_item {        border-bottom: none;    }

/*購物車/＝＝＝＝＝*/
.product_page .main_part {    width: 100%;}
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
:root {
    --f60: 40px;
    --f54: 36px;
    --f48: 32px;
    --f42: 30px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
    --f17: 16px;
    --pd80:60px;
}

/*選單漸變效果＝＝*/
/*首頁固定選單
.pageIndex .header_area{position:relative;}*/
.nav-header {        z-index: 1;    }
.main_header_area .container {    max-width: 100%;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav.mobile > ul {    border-top: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--TitleColor);
    color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #ffffff;}
.stellarnav.mobile li.open {    background: var(--SubColor);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px var(--SubColor02);
}

.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; background: var(--TitleColorEN); }
.footer.with_shopping_mode { padding:0 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.footer_info ul {    width: 100%; padding-top: 2rem; padding-bottom: 3.5rem;}
.footer_info li:nth-child(1) {    padding-top: 2rem;}
.footer_info li:nth-child(2) {    margin-bottom: 1.5rem;}
.footer_info li p {    width: 49%;    margin: 2px 0; }
.footer_menu {        grid-template-columns: repeat(4, 1fr);        gap: 20px;}
#bottom_menu li a {    color: var(--SubColor);}

/*Banner/＝＝＝＝＝*/
.banner {    background-attachment: initial;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.product_page .main_part, .product_info_page .main_part {    width: 100%;}

/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.subbox_item:before {    left: 42%;}
.subbox_item:hover:before {    left: 79%;}
.subbox_item:nth-child(even):after{display: none;}
.module_i_news ul {        grid-template-columns: 1fr;    }
.module_i_news .title_i_box {    margin-bottom: 0;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{  font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
:root {
    --f60: 32px;
    --f54: 32px;
    --f48: 28px;
    --f42: 26px;
    --f40: 24px;
    --f36: 22px;
    --f32: 20px;
    --f28: 18px;
    --f24: 18px;
    --f22: 18px;
    --f20: 17px;
    --f18: 16px;
    --f17: 15px;
    --f16: 15px;
    --pd80:40px;
}
/*Footer/＝＝＝＝＝*/
.box_link {
    text-align: center;
    margin: auto;
    display: none;
}
.footer_info ul {        padding: 2rem 4%;    }
.footer_info li p {    width: 100%; }
.footer_menu {        grid-template-columns: repeat(3, 1fr);    }
.footer_info li:nth-child(1) {
        padding-top: 0;
        order: 1;
        border-top: none;
        text-align: center;
}
/*浮動*/
.info_fix {    bottom: 100px;}

/*大圖logo/＝＝＝＝＝*/
    .pageIndex #page::before {
        width: 200%;
        height: 200%;
        padding-bottom: 0;
}

/*banner*/
    .banner {
        min-height: 220px;
        padding-top: 30vw;
    }

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news li a {    grid-template-columns: 1fr;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
/*.i_blog_le, .blog_list_le {    padding-bottom: 75%;}*/
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.subbox_item:before {    left: 55%;}
.subbox_item:hover:before {    left: 82%;}
.subbox_item:after {
    bottom: 0;
    width: 100%;
    height: 1px;
}
.blog_list_ri p {    min-height: auto;}
.module_i_news li a:before {    bottom: 10px;}
.i_blog_ri {    padding-bottom: 19px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD450/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 450px) {
.subbox_item:before {        left: 42%;    }
.subbox_item:hover:before {        left: 78%;    }
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}