@charset "utf-8";
/* *************"Chris克里絲美學沙龍"****************** */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


/* 日文字體 Shippori Mincho */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/* 英文標字體 Instrument Serif */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
/* 英文小標字體 Cormorant Garamond */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
/* 英文黑體 Sen */
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');




/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #F6F3F0; /*網站主要色系*/
  --SubColor: #474038; /*網站文字色*/
  --SubColor1: #796961 ; /*網站輔助色系1*/
  --SubColor2: #A88E7A; /*網站輔助色系2*/
  --SubColor3: #ECDDD0; /*網站輔助色系3*/
  --SubColor4: #A59F8E; /*網站輔助色系4*/  
  --SubColor5: #604C3F; /*網站輔助色系5*/ 
  --SubColor6: #ebe4d7; /*網站輔助色系6*/ 
  --SubColor7: #A4928B; /*網站輔助色系7*/ 
  --SubColor8: #DFD6D4; /*網站輔助色系8*/ 
  --SFontE: "Sen", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Instrument Serif",  "Noto Serif TC", sans-serif;/*英文標字體*/     
  --SFontEN2: "Cormorant Garamond",  "Noto Serif TC", sans-serif;/*英文小標字體*/  
  --SFontJP: "Shippori Mincho",  "Noto Serif TC", sans-serif;/*日文字體*/  
  --SFontCH: "Noto Serif TC", sans-serif;/*內文字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (min-width:1520px) {
  :root{
    /* --f52:60px;
    --f28:32px; */
  }
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
::-moz-selection { background-color: #796961; color: #fff; }
::selection { background-color: #796961; color: #fff; }



/*卷軸*/
&::-webkit-scrollbar {
    background: #f1f1f1;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #f1f1f1;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #f1f1f1;
}
&::-webkit-scrollbar-thumb {
    /* border-radius: 4px; */
    background-color: #c9b8ac;
}
&::-webkit-scrollbar-thumb:hover {
  background: #978171; 
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


/* OP-waiting_action */
.bannerindex::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    /* backdrop-filter: grayscale(1)  blur(7px); */
    z-index: 1000000000000010000000;
    animation: OPactionBg 4.3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    pointer-events: none;
}

.bannerindex::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/chrissalon/wlogo2.svg );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* width: 12%; */
    height: 0;
    padding-bottom: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000000001000000000;
    transform: translate(-50%,-50%) ;
    pointer-events: none;
    animation: OPactionLogo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}


.bannerindex .swiper-wrapper {
    transform: scale(0.8);
    animation: OPactionBanner 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards ;
}

@keyframes OPactionBg {0%{backdrop-filter: grayscale(0.5)  blur(10px);}100%{backdrop-filter: grayscale(0)  blur(0px);}}
@keyframes OPactionBanner {0%{transform: scale(1.2);}100%{transform: scale(1);}}
@keyframes OPactionLogo {0%{width: 10%;opacity: 0;}50%{width: 12%;opacity: 1;}100%{width: 12%;opacity: 0;}}






@media screen and (max-width: 768px) {
.bannerindex::after {
width: 30%;
animation: OPactionLogo2 3s 
cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
@keyframes OPactionLogo2 {0%{opacity: 0;}50%{opacity: 1;}100%{opacity: 0;}}

}


@media screen and (max-width: 500px) {
.swiper-slide img {}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* header */
.header_area {
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.header_area.sticky {
    background: transparent;
}

.pageIndex .header_area {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 30px;
    transition: ease-out 0.4s;
    box-shadow: none;
    animation: navDown 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.8s;
    opacity: 0;
}
@keyframes navDown {0%{opacity: 0;transform: translate(0,-20px);}100%{opacity: 1;transform: translate(0,0);}
}
.pageIndex .header_area.sticky {
    transition: ease-out 0.4s;
    position: fixed;
    top: 0;
}





.header_area .main_header_area {
    background: rgb(255 255 255 / 70%);
    box-shadow: 0px 0px 15px -10px #000;
}

.pageIndex .header_area .main_header_area {
    box-shadow: none;
    /* background: rgb(255 255 255 / 70%); */
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 45px;
    transition: ease-out 0.4s;
}
.pageIndex .header_area.sticky .main_header_area {
    background: rgb(255 255 255 / 60%);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.4s;
}





.main_header_area .container {
    max-width: 1300px;
    transition: 0.4s;
    padding: 0 10px;
}


/* 導覽列 */
.navigation {
    padding: 0 0 0 200px;
    display: flex;
}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav, .stellarnav {
    /* padding: unset; */
}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.4s;
    pointer-events: unset;
    top: 0;
}

/* 第一層 */
.stellarnav ul {margin: 0;padding: 0;text-align: center;text-align: right;margin-top: 0;padding: 0;font-size: 0;}

.stellarnav > ul > li {
    position: relative;
    padding: 30px 0;
    font-size: 0;
}
.stellarnav > ul > li:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 0;
    height: 50px;
    position: absolute;
    top: -32%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    pointer-events: none;
    content: none;
}
.stellarnav > ul > li:hover::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 31px;
    width: 100%;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li > a {
    font-family: var(--SFontE);
    color: #49423f;
    height: fit-content;
    margin: 0;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    padding: 0 5px;
}
.header_area.sticky .stellarnav > ul > li > a {}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
    font-weight: 400;
    position: relative;
    padding: 0 15px;
}

.stellarnav.desktop > ul > li > a:hover {
    color: #A88E7A;
}


.stellarnav > ul > li:hover > a:before {
animation: Nrotate360 10s infinite linear;
transition: all .4s;
}
@keyframes Nrotate360{
  0%{transform: rotate(0);}
  100%{transform: rotateZ(360deg);}
}


.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}


/* 第二層 */
/* .stellarnav ul ul.other_classes li:first-child {display: none;} */

.stellarnav.desktop ul ul {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #666;
    background-color: #ECF3FA;
    width: auto;
    border: none;
    min-width: auto;
    width: fit-content;
    min-width: 150px;
    margin: 0;
    background: #fffffff2;
    
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.stellarnav > ul > li > ul {
    background: #fff;
    height: max-content;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    padding: 5px 0 5px;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.stellarnav.desktop > ul > li > ul {
    display: block !important;
    top: calc(100%);
    transform: translateX(-50%) scale(1, 0);
    transform-origin: top;
}
.stellarnav.desktop > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateX(-50%) scale(1, 1);
    transition: all 0.4s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav li li {
    border: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.stellarnav li li:last-of-type {
    border-bottom-width: 0;
}
.stellarnav.desktop li.has-sub li a {
font-size: 14px;
    text-align: center;
    padding: 11px 20px;
    white-space: nowrap;
    font-family: var(--SFontE);
    border: 0;
    transition: all .5s;
    letter-spacing: 1.5px;
    transform: translateX(0);
    text-align: center;
    color: #666;
    font-weight: 400;
}
/* .stellarnav.desktop li.has-sub li+li a {    padding-bottom: 12px;} */
.stellarnav.desktop li.has-sub li a:hover {
transition: all 0.3s;
    background: #E8DFCE;
}
.news_classes > li:hover > a, .news_classes > li:focus > a {
    /* color: #fff;    
    background: #808080; */
}


/* 第三層 */
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    margin: 0;
    width: fit-content;
    transform: unset;
}



.me_tp_features {display: none;}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    position: absolute;
    text-align: center;
    z-index: unset;
}
.header_area .nav-brand {
    margin: 10px 0px;
    max-width: 180px;
    width: 100%;
}
.nav-brand img {
    width: auto;
}


.sticky .nav-header {}
.sticky .nav-brand img {}




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {
    position: relative;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background: #ECDDD0;
    overflow: hidden;
}
.footer:before, .footer:after {content: '';width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: 0;opacity: .9;pointer-events: none;}
.footer:before {background: rgb(236 221 208 / 100%);}
.footer:after{
    background: url(https://pic03.eapple.com.tw/chrissalon/ft_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 10% 70%;
    z-index: -1;
    filter: blur(15px);
}
.footer .center {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    -webkit-box-pack: justify;
    max-width: 550px;
}
.footer_logo {
    margin: auto;
    max-width: 160px;
    margin-right: 20px;
    width: 160px;
}
.footer_logo a {
display: block;
    font-size: 0;
    background: url(https://pic03.eapple.com.tw/chrissalon/logo2.svg) no-repeat;
    background-size: contain;
    width: 100%;
    aspect-ratio: 63 / 38;
    height: auto;
}
.footer_logo a img{
    opacity: 0;
}


/* footer資訊*/
.footer_info{ }

.footer_info {
    text-align: center;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 0;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 40px;
    /* grid-template-columns: 230px 1fr; */
    align-items: center;
    padding-right: 0;
}

.footer_info:nth-child(1) > ul {width: fit-content;min-width: 240px;}


/* 文字共用 */
.footer_menu a, .footer_info li p{position: relative;border: 0;/* margin: 0; */color: #796961;background: transparent;padding: 0 15px;font-family: var(--SFontE);font-size: 13px;line-height: 2;letter-spacing: 1px;font-weight: 400;opacity: 1;text-align: center;margin: 0;}

.footer_info li:nth-child(1) {display: flex;padding: 0;flex-direction: column;text-align: left;width: fit-content;align-items: flex-start;}
.footer_info li p:before {color: #796961;font-family: var(--SFontE);margin-right: 4px;letter-spacing: .5px;font-weight: 500;font-size: 13px;}
.footer_info li p{padding: 0;}
.footer_info li p+p{margin-left: 0;}

.footer_info li p.phone {display: none;}
/* .footer_info li p.line, .footer_info li p.tel, .footer_info li p.add {display: none;} */
.footer_info li p.fax:before {content: '地區：';}

.footer_info li p.line {order: 1;}
.footer_info li p.taxid {order: 2;}
.footer_info li p.mail {order: 3;}
.footer_info li p.add {order: 4;}
.footer_info li p.fax {order: 5;}

.footer_info li:nth-child(2) {
padding: 0;
border-top: 1px solid #06040499;
border-bottom: 1px solid #06040499;
width: fit-content;
margin: 10px auto;
display: none;
}
.footer_menu {
font-size: 0;
width: fit-content;
display: flex;
justify-content: center;
margin: auto;
padding: 5px 0;
}
.footer_menu a {       
line-height: 2.4;
-webkit-transition: linear 0.2s, opacity 0.8s linear 0.2s;
transition: all 0.4s linear;
color: #2f2f2f;
}

.footer_menu a:first-child{display: none;}
/* .footer_menu a:last-child:after{content: none;} */
.footer_menu a:hover {
    background: transparent;
}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    border-top: 1px solid #b8a19145;
    text-align: center;
    padding: 15px 0;
    /* border-top: 0; */
    align-items: center;
    color: #c9b7ab;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    font-family: var(--SFontE);
    font-size: 10px;
    line-height: 2;
    letter-spacing: .5px;
    font-weight: 400;
}
.copy a {color: #c9b7ab;} 
.copy a:hover {color: #968070;}

/* 浮動按鈕 */


/* 置頂按鈕 */
#to_top {
bottom: 60px;
right: 20px;
left: auto;
width: 40px;
height: 40px;
color: #a78e7c;
background: none;
box-shadow: none;
letter-spacing: 1px;
}
#to_top i.top {
width: 10px;
height: 10px;
}
#to_top i:before, #to_top i:after {
background: #a78e7c;
}
#to_top i.top:before, #to_top i.top:after {
height: 10px;
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
#content_main, #content {
margin: 0;
background: transparent;
padding: 80px 0 ;
background-repeat: repeat;
padding: 0;
z-index: 1;
}
.bannerindex {position: relative;height: auto;/* min-height: 90vh; */}
.bannerindex {position: static;height: auto;padding: 0;}


/* 大圖尺寸 */
.bannerindex .swiper-banner {
position: static;
margin: 0;
height: auto;
}
/* .bannerindex .swiper-wrapper {height: 90vh;} */
.bannerindex .swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
/* 大圖切換閃爍-opacity */
opacity: unset !important;
width: auto;
object-fit: contain;
height: 100%;
object-fit: cover;
width: 100%;
height: 100%;
max-width: 100%;
}







/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
    display: none;
}
/* 大圖點點按鈕END */


.swiper-slide img { height:auto;}
/* 大圖進場 */
.bannerindex .swiper-wrapper:before, .bannerindex .swiper-wrapper:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;    
    opacity: 0;    
} 




/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {
    content: '';
    position: absolute;
    z-index: 100;
    pointer-events: none;
    opacity: 0;    
    display: block;
}

/* banner01 */
.bannerindex .swiper-banner .swiper-slide:nth-child(1)::before {   
    background: rgb(251 247 239 / 35%);
    background-image: url(https://pic03.eapple.com.tw/chrissalon/bnA_txt.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 1;
    width: 26%;
    height: auto;
    border-radius: 500px 500px 0 0;
    max-width: 480px;
    aspect-ratio: 24 / 25;
    /* background: #fff; */
    backdrop-filter: blur(13px);
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.bannerindex .swiper-banner .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -99px;
    background-image: url(https://pic03.eapple.com.tw/chrissalon/bnB_shadow.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    animation: swiff 30s infinite cubic-bezier(0.65, 0.01, 0.28, 0.94);
    filter: hue-rotate(116deg) brightness(5);
    opacity: .2;
}



/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/chrissalon/bnB_txt.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 1;
    width: 47%;
    height: auto;
    max-width: 600px;
    aspect-ratio: 573/ 199;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: 0 5px 15px #744333b6; */
    filter: drop-shadow(0 5px 15px rgba(116, 67, 51, 0.8));
}


.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {
    opacity: .8;
}

@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}



/* 動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
animation: NfadeInUp .8s ease-in-out forwards;
/* animation: NfadeInDown 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation-delay: .4s;
} */
/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after, .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
animation: NslideRight 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} */




@keyframes txt-show {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes NfadeInUp {0% {transform: translateY(20px) ;opacity: 0;}100% {transform: translateY(0) ;opacity: 1;}}

@keyframes NslideRight {0% {-webkit-transform: translateX(-100px);transform: translateX(-100px);}100% {-webkit-transform: translateX(0px);transform: translateX(0px);}}







@media screen and (max-width: 1500px) {
/* = = 大圖 = = */

}
@media screen and (max-width: 1200px) {
/* = = 大圖 = = */

}
@media screen and (max-width: 1024px) {
/* = = 大圖 = = */

}
/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* = = 大圖 = = */

}

@media screen and (max-width: 660px) {
/* = = 大圖 = = */ 

}

@media screen and (max-width: 480px) {
/* = = 大圖 = = */ 

}



/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {margin-bottom: 10px;padding: 0;text-align: right;font-family: var(--SFont);padding: 0 20px;}
.path p, .path p a {text-align: right;font-size: 12px;color: #666;letter-spacing: 1px;}
.path p a:hover {color: #b89f98;}






/* main */
div#page{background-size: auto;position: relative;}
div#page:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
    background-image: url(https://nuset.jp/cdn/shop/t/3/assets/d8d8811593ffd91b87ee.png);
    background-color: #cdbdb299;
    background-repeat: repeat;
    background-size: 157px 262px;
    opacity: 0.1;
    pointer-events: none;
}

.edit_part{
padding: 0;
min-height: 1000px;
/* 暫時 */
}
.main_part {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 100px 20px 80px;
    padding-bottom: 80px;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
    width: 90%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}


/* 下方頁碼 */
ul.page {
    width: 100%;
}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: #f5f2f0;
    width: 100%;
    background-size: cover;
    background-position: 0 100%;
    position: relative;
    height: 300px;
    object-fit: cover;
}
.article_a .banner, .album_a .banner,
.product_page .banner, .product_info_page .banner
 {display: none;}
.banner:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #f7f8f8;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.banner h5 {
    color: transparent;

}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}










@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

}

/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* 首頁 */
.pageIndex .header_area .main_header_area {width: 95%;gap: 0 10px;}
.pageIndex .nav-header {padding: 0 10px;}
.pageIndex .navigation {grid-template-columns: 140px 1fr;}
.pageIndex .stellarnav.desktop > ul > li > a, .pageIndex .stellarnav.desktop > ul > li.has-sub > a {padding: 0 8px;}

/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {backdrop-filter: blur(5px);border-bottom: 1px solid #ffffff9e;}
.header_area.sticky .main_header_area{backdrop-filter: none;border: 0;}


.navigation {
display: grid;
grid-template-columns: 160px 1fr;
align-items: center;
padding: 0;
}



/* logo*/
.nav-header {
max-width: 150px;
padding: 0 5px;
position: relative;
}
.header_area .nav-brand {
margin: 10px 0px 5px;
max-width: 100%;
}




/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {}
/* 第一層 */
.stellarnav > ul > li {
    padding: 25px 0;
}   
.stellarnav > ul > li > a {letter-spacing: .5px;margin: 0;font-size: 14px;padding: 0 10px;}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {padding: 0 10px;}

/* 第二層 */
.stellarnav.desktop ul ul {
    min-width: 110px;
}
.stellarnav.desktop li.has-sub li a {padding: 10px 20px;font-size: 13px;}


}





@media screen and (min-width: 768px) {
.header_area.sticky  {backdrop-filter: blur(10px);}
}






/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 大圖 */
/* = = 大圖 = = */
.bannerindex {height: 72vh;padding: 0;margin: 0;overflow: hidden;}
.bannerindex .swiper-banner {width: 100%;height: 100%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(1)::before {max-width: 340px;width: 70%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {width: 70%; max-width: 360px;}
.bannerindex .swiper-banner .swiper-slide:after {right: -20px;}
/* 大圖位置 */
.bannerindex .swiper-banner .swiper-slide img {object-position: 90%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2) img {object-position: 20%;}


/* 首頁 */
.pageIndex .header_area {animation: none;opacity: 1;top: 15px;}
.pageIndex .header_area .main_header_area { width: 94%;}
.pageIndex .header_area.sticky .main_header_area {background: rgb(255 255 255 / 90%);}

/* logo*/    
.nav-header {max-width: 140px; margin: 0;padding: 0;}
.sticky .nav-header {}
.nav-brand img { }




/* = = header = = */
.header_area {}
.header_area .main_header_area {
padding: 0 25px 0;
border: 0;
backdrop-filter: none;
position: relative;
}
.header_area.sticky .main_header_area {
    background: rgb(255 255 255 / 95%);
}
.main_header_area .container {
max-width: 1300px;
transition: 0.4s;
padding:0;
}

/* 導覽列 */
.navigation {
display: flex;
justify-content: space-between;
flex-direction: row;
}



    /* 導覽列漢堡選單 */    
    .stellarnav.mobile {
        right: 0;
        left: unset;
    }
    .stellarnav.mobile .menu-toggle {
        display: flex;
        margin: 22px 0;
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    
    /* 漢堡選單樣式 */
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        /* content: 'Menu'; */
        font-size: 12px;
        /* color: #fff; */
        transform: scale(1);
        font-family: var(--SFontE);
        letter-spacing: .5px;
        content: none;
    }
    .sticky .stellarnav .menu-toggle:after {
        color: #533B32;
    }
    .stellarnav .menu-toggle span.bars {
        display: block;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 0 5px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 35px;
        height: 2px;
        border-radius: 0;
        background: #A4918B;
        margin: 0;
        transition: .4s;
    }
    .sticky .stellarnav .menu-toggle span.bars span {
        margin: 0;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
        max-width: 75%;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        max-width: 50%;
    }
    .stellarnav .menu-toggle span.bars:hover span{
        max-width: 100%;
    }



    /* 黑色遮罩 */
    .stellarnav.mobile::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        z-index: -5;
        line-height: normal;
        background-color: transparent;
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 0;
        transition: 1s;
        content: none;
    }
    .stellarnav.mobile.active::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 0;
        opacity: 1;
        transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 25px;        
        /*右滑出現*/
        right: -100vw;
        overflow: hidden;
        transition: all .5s ease;
        overflow-y: auto;
    }
    /*卷軸*/
    .stellarnav.mobile.left > ul::-webkit-scrollbar {
        background: #eaeaea;
        width: 4px;
        height: 15px;
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-button {
        display: none;
        background: #eaeaea;
        border-radius: 0;
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {
        background: #fbfbfb;
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {
        background-color: #888;
        width: 4px;
        border-radius: 15px;
        border: 3px solid var(--MainColor);
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-track {
        border-radius: 6px;
        height: 6px;
        background-color: #eaeaea;
    }
    .stellarnav.mobile.left.active > ul{        
        right: 0;
        max-width: 100%;
        width: 70%;
    }


    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        display: inline-block;
        font-size: 12px;
        background: transparent;
        height: 76px;
        width: fit-content;
        padding: 0;
        margin: 26px 0 28px;
        text-transform: capitalize;
        content: 'Menu';
        font-size: 14px;
        color: #796961;
        transform: scale(1);
        font-family: var(--SFontE);
        letter-spacing: 0.04em;
        height: fit-content;
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
    }
    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 12px;
        position: relative;
        display: inline-block;
        margin: 2px 9px 0 3px;
    }
    .stellarnav .icon-close:before , .stellarnav .icon-close:after {
        width: 18px;
        height: 0px;
        border-bottom: solid 1px #796961;
    }
    /* 導覽列選取Hover效果 */
    .stellarnav ul:hover li a {
        opacity: 1;
        transition: all 0.4s ease-in-out;
    }


    /* 第一層 */
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #eee solid;
        padding: 0;
        display: block;
        border-bottom: 1px solid #f3f1ef;
        display: flex;
        flex-direction: column;
    }
    .stellarnav.mobile li.open {
        background: #e5d9cc47;
        /* color: #fff; */
        padding: 0;
        padding-bottom: 5px;
    }
    .stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        letter-spacing: 0.08em;
        color: #333;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 16px 10px 16px 10px;
        border: 0;
    }
    .stellarnav.mobile li.open > a {
        border: 0;
    }    
    .stellarnav > ul > li > a:before{
        content: none;
    }
    /* +符號修改 = = */
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 5px;
        padding: 10px;
    }
    .stellarnav.mobile > ul > li.open > a.dd-toggle {
        top: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        width: 8px;
        height: 8px;
        border-bottom: solid 1px #666;
        top: 50%;
        left: 0;
        transform: rotate(-45deg);
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        width: 8px;
        height: 8PX;
        top: 50%;
        border-bottom: solid 1px #666;
        transform: rotate(45deg);
    }
    .stellarnav li.open > a.dd-toggle .icon-plus {
        -moz-transform: translateY(10px) scaleY(-1);
        -webkit-transform: translateY(10px) scaleY(-1);
        -o-transform: translateY(10px) scaleY(-1);
        transform: translateY(10px) scaleY(-1);
    }

    /* +符號修改END = = */

    /* 第二層 */
    .stellarnav.mobile ul ul {
        left: unset;
        margin: 0 auto;
        box-shadow: none;
        width: calc(100% - 10px);
        margin: auto;
        left: unset;
        box-shadow: none;
        transform: unset;
    }
    .stellarnav li li {
        font-size: 14px;
        color: #333;
        font-family: var(--SFont);
        letter-spacing: 0.04em;
        font-size: 14px;
        color: #333333;
        letter-spacing: 0.04em;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 30px 10px 20px;
    }
    .stellarnav a.dd-toggle .icon-plus {
        height: 80%;
    }
    .stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{
        border-bottom: solid 1px #ccc;
        top: 0%;
    }
    .stellarnav.mobile ul li:hover > a {
        opacity: 1;
        transition: all 0.4s ease-in-out;
        background: transparent;
        color: unset;
    }
    .stellarnav.mobile ul ul>li>a:hover{
        color: var(--MainColor);
    }

    /* 第三層 */
    .stellarnav.mobile li.open li.open {
        background: #fbfbfb;
    }
    .stellarnav li li li a{
        font-size: 14px;
    }

}


/* @660上方區域_平板版面660px */
@media screen and (max-width: 660px) {
   
    /* 導覽列展開 */
    .stellarnav.mobile.left.active > ul {
        width: 100%;
        max-width: 80%;
    }


}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車-ON = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width: 1400px;}

/* .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;
        padding-top: 20px;
}

/* 左側分類 */
.product_page .product_menu_list {
position: relative;
width: 220px;
letter-spacing: 1px;
min-height: 30vw;
}
.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 5px;
    font-family: var(--SFontE);
    padding: 0 10px;
}
.product-layer-two li a {
    position: relative;
    border: 0;
    background: transparent;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #7F6652;
    color: #544944;
    letter-spacing: 2px;
    border: none;
    border-bottom: 1px dotted transparent;
    background: transparent;
    line-height: 200%;
    transition: all 0.3s;
    border-bottom: 1px dotted #ccc;
    padding-left: 25px;
}
.product-layer-two li:hover > a {
    color: #a78e7c;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #a78e7c;
    background: #eee8e4e8;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 10px;
    font-family: var(--SFont);
    font-weight: 800;
}
.product-layer-two li:hover > a:before {
    background: #a78e7c;
    color: #fff;
}

.product-layer-two > li.active {
background: #B19E8F;
border-radius: 5px;
}
.product-layer-two li.active > a {
color: #fff;
border: none;
font-weight: 500;
}
.product-layer-two li.active > a:before {
background: #fff;
color: #D1BCA1;
}



/* 右側商品 */
.product_page .products-list, .product-wrapper { width: calc(100% - 270px);}


.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}



.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: #ad925e;
}

.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 {
    font-weight: 400;
    font-size: 16px;
    }
.products-list .more {
    border: 1px solid #796961;
    color: #796961;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}
.products-list .item a:hover .more {
    background: #796961;
}
.products-list .price b {
    color: #D55A3E;
    font-size: 17px;
    letter-spacing: .5px;
    width: calc(50% - 10px);
    font-family: var(--SFontE);
}













/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}
/*按鈕顏色*/
.inquiry_a1 {background: #A88E7A;}
.inquiry_a2 {background: #796961;}
.inquiry_a3 {background: #544944;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #222; }

/*商品側邊規格*/
.product_info li .txt_box {color: #222222;width: 100%;}
.sidebarBtn .sp_price {color: #D55A3E;}
.mobile_product_name {font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before {    font-size: 28px;}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {
/* 內 */
.product_info_page .main_part {
    width: 95%;
}
}


@media screen and (max-width: 768px) {
.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 {display: none;}
.products-list, .pageIndex .products-list {grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));gap: 20px;}


/* 內 */
.mobile_product_name{margin-bottom: 10px;color: var(--SubColor1);font-weight: 600;letter-spacing: 1px;font-size: var(--f36);}
}



@media screen and (max-width: 600px) {
.products-list, .pageIndex .products-list {
grid-template-columns: 1fr;
gap: 25px;
max-width: 440px;
margin: auto;
width: 95%;
}

/* 內 */
.product_info_page .main_part {
width: 98%;
}
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    font-family: var(--SFontE);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: unset;
    width: 100%;
    padding-top: 20px;
}

/* 左側分類欄位 */
.blog_le {
    padding: 0;
    position: relative;
    letter-spacing: 1px;
    float: left;
    box-sizing: border-box;
    width: 220px;
    padding-right: 20px;
}
h5.blog_le_t {margin-bottom: 5px;text-align: left;line-height: 28px;letter-spacing: 1px;font-weight: bold;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {
    color: #6d6a67;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    letter-spacing: 2.5px;
    font-family: var(--SFontE);
    padding: 10px 5px;
    padding-left: 0;
    border-bottom: 0;
    font-size: var(--f20);
}

h5.blog_le_t span {display: none;}
.blog_search {position: relative;margin-bottom: 10px;opacity: .8;}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #000;
    border: 0;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px 40px 10px 10px;
}
.blog_search input[type=submit] {background: transparent;}
.blog_search form:after {
    background: transparent;
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    height: 38px;
    align-items: center;
    justify-content: center;
}
/* 分類列 */
.blog_le .accordion {border-radius: 0;border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;}
.blog_le .accordion li {transition: .3s ease-out;border-bottom: 0;}
.blog_le .accordion li li {margin-bottom: 1px;border: 0;}
.accordion li+li .link {border: 0;}
.accordion li .link, .accordion li+li .link {border: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.blog_le .accordion li .link:last-child {
border-bottom: 1px solid #eeeeee;
position: relative;
padding-left: 0px;
}
.accordion li .link a {
text-align: left;
margin: 0;
border: none;
background: transparent;
transition: all 0.4s;
font-size: 14px;
line-height: 1.2;
letter-spacing: .8px;
padding: 17px 15px;
position: relative;
color: #000;
font-weight: 400;
}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #999999;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}

.link a {color: #242423 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
/* .blog_le .accordion > li.on_this_category:hover .link a */
.blog_le .accordion > li:hover .link a{color:#242423 !important;}
.blog_le .accordion > li.open { background: transparent;}
.blog_le .accordion > li.open > .link a{ background: rgba(153, 153, 153, 0.6);}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li:hover .link a {background: rgb(221 215 208 / 60%);}
.blog_le .accordion > li.on_this_category .link a {
color: #fff !important;
border-bottom: 1px solid #fff;
background: #a78e7c;
}
/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #ccc;transition: all 0.4s ease;line-height: 1.3;background: #4444444d;}
.submenu a:hover {background: #4444444d;color: #000;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}




/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 220px - 1%);padding-left: 30px;}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;display: none;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;gap: 0;flex-wrap: wrap;gap: 25px;}
.subbox_item {
position: relative;
overflow: hidden;
transition: .3s ease-out;
border: 0;
width: 100%;
margin: 0;
background: transparent;
padding: 0;
border-radius: 0;
height: 100%;
}
.subbox_item:hover {transition: .3s ease-out;}
.subbox_item li:hover {transition: .3s ease-out;box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);}
.subbox_item a {grid-template-columns: 1fr;gap: unset;height: 100%;padding: 0;display: flex;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}
.module_i_news li a:after, .subbox_item a:after {content: none;}

/* 圖 */
.blog_list_le {
overflow: hidden;
position: relative;
aspect-ratio: 1 / 1;
background-color: #A59F8E;
width: 100%;
height: auto;
border: 0;
}
.module_i_news li a:before, .subbox_item a:before {
transform: translateX(0);
width: 100%;
bottom: -40px;
right: 0;
opacity: 0;
padding: 10px;
background: rgb(121 105 97 / 80%);
color: #fff;
font-family: var(--SFontE);
text-align: center;
letter-spacing: 0.5px;
}
.module_i_news li a:hover:before, .subbox_item a:hover:before {
opacity: 1;
transform: translateX(0);
bottom: 0;
}

.subbox_item a:hover .blog_list_le:after {opacity: .8;transform: translate(-50%, -50%);}
.blog_list_le img {width: 100%;transition: .8s ease;}
.subbox_item a:hover img {
z-index: 1;
transform: scale(1.08);
}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: flex-start;max-width: 600px;margin: 0 auto;padding: 15px 35px;padding: 0;width: 100%;margin: 0;padding: 15px 0;}
.blog_list_ri h5 {font-size: var(--f20);text-align: left;font-weight: 600;margin-bottom: 8px;font-weight: 400;letter-spacing: 1px;color: #242423;transition: all 0.4s ease;}
.blog_list_ri em {margin: 0;padding: 0;font-family: var(--SFontE);font-weight: 500;margin: 5px 0 10px;font-size: 12px;color: #999;letter-spacing: 0;text-transform: uppercase;
    /* color: #997E68; */
}
.blog_list_ri p {
line-height: 1.8;
margin: 0;
-webkit-line-clamp: 2;
font-weight: 400;
font-size: 15px;
letter-spacing: 0.5px;
color: #71655c;
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {
background: #f7f4f1;
padding: 20px 25px;
margin-bottom: 0;
border-radius: 5px 5px 0 0;
}
.blog_in_page h4.blog_category_title {
width: 100%;
letter-spacing: 1.5px;
font-size: var(--f24);
display: block;
text-align: left;
border-bottom: 1px dashed #969ca74d;
color: #232323;
font-weight: 500;
margin-bottom: 20px;
padding: 20px 0;
}



/* 分享按鈕 = = */
.blog_shareData {
border: 1px solid #ccc;
align-items: center;
align-content: center;
flex-wrap: wrap;
flex-direction: row;
margin-bottom: 20px;
width: fit-content;
padding: 10px;
border-radius: 5px;
margin: 0;
display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
font-weight: 400;
font-size: 14px;
color: #333;
}
.toShareNews a object {
filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
background: transparent;
}
.blog_box_edit * {
line-height: 1.8;
}
.articel_mainPic {
display: none;
}
.edit {
    color: #262626;
    margin: auto;
    padding: 20px 0 60px;
    line-height: 1.7;
    letter-spacing: 0.8px;
    font-weight: 400;
    font-size: 15px;
}


/*文章-相關推薦*/
.news_related, .prod_related {
font-family: var(--SFont);
background: #fff;
padding: 80px 5%;
margin: auto;
display: none;
}


/* 上下篇按鈕 */
.blog_back {
position: relative;
justify-content: center;
z-index: 1;
justify-self: flex-end;
width: calc(100% - 220px - 1%);
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
margin: auto;
margin-top: 0;
text-align: center;
margin-right: 0;
justify-items: start;
background: #f7f4f1;
padding: 25px;
border-radius: 0 0 5px 5px;
}
.blog_back:before {content: '';display: block;position: absolute;width: calc(100% - 40px);height: 1px;left: 20px;background: var(--SubColor6);}
.blog_back a {font-size: 13px;letter-spacing: 2px;}
.blog_back a.article_btn_back {background: #a7a9ac;transition: .4s ease;display: none;}
.blog_back a.article_btn_back:hover {opacity: .6;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #a78e7c;transition: .4s ease;width: fit-content;background: transparent;font-size: 0;border: 1px solid #a78e7c;}
.blog_back a.article_btn_next {justify-self: end;}
a.article_btn_prev:before, a.article_btn_next:after {content: '< Previous';padding: 8px;font-size: 13px;text-decoration: none;font-family: var(--SFontE);color: #a78e7c;letter-spacing: 1px;font-weight: 600;}
a.article_btn_next:after {content: 'Next >';}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background-color: #c5b2a3;border-color: #c5b2a3;}
a.article_btn_prev:hover:before, a.article_btn_next:hover:after {color: #fff;}


/* 首頁 */
.module_i_news {
padding: 100px 20px;
background: #f2ece7;
position: relative;
padding: 0;
max-width: 100%;
margin: auto;
z-index: 1;
}
.module_i_news:before {
    background-image: linear-gradient(0deg, #f2ece7, #f3efec00);
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 180px;
    width: 100%;
    z-index: 0;
    transform: translateY(-100%);
    mix-blend-mode: multiply;
    opacity: 1;
    pointer-events: none;
}
.module_i_news section {
    max-width: 1400px;
    padding: 100px 25px 120px;
}
/* 標 */
.module_i_news .title_i_box {
    margin-bottom: 20px;
}
.module_i_news .title_i_box h6 {
    color: #533B32;
    font-size: 80px;
    font-family: var(--SFontEN);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 3px;
    font-style: italic;
}
.module_i_news .title_i_box h6:before {
    content: 'News';
    position: relative;
    display: block;
}
.module_i_news .title_i_box h4 {
    color: #533B32;
    font-weight: 400;
    font-size: var(--f18);
    font-family: var(--SFontJP);
    letter-spacing: 4px;
    font-weight: 600;
}
/* 圖文區 */
.module_i_news_list, .module_i_news_list.swiper {
    padding: 40px 0;
}
.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    grid-gap: 15px;
    display: flex;
    justify-content: space-between;
}
.module_i_news li:last-child {
    display: none;
}
.module_i_news li {
    display: block;
    text-align: left;
    width: calc((100% - 80px) / 3);
    transition: 0.3s;
}
.module_i_news li a {
    display: flex;
    height: 100%;
    flex-direction: column;
    transition: all .4s ease;
}
.module_i_news li a:after, .module_i_news li a:before{
    content: none;
}
.i_blog_le {
    aspect-ratio: 3 / 2;
    position: relative;    
    transition: all .4s ease;
}
.i_blog_ri {
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family: var(--SFont);
    overflow: hidden;
    transition: all .4s ease;
}
.module_i_news li a:hover .i_blog_le {opacity: 0.5;}
.module_i_news li a:hover .i_blog_ri h5 {color: #A88E7A;}
.i_blog_ri h5 {
    position: relative;
    margin: 0;
    font-size: var(--f20);
    letter-spacing: 1px;
    color: #372620;
    transition: all .4s;
    line-height: 1.8;
}
.i_blog_ri em {
    position: relative;
    color: #997E68;
    order: -1;
    left: -44px;
    letter-spacing: 1px;
    font-family: var(--SFontE);
}
.i_blog_ri p {
color: #676767;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1px;
    width: 100%;
    padding: 0;
    margin: 10px 0 15px;
    font-family: var(--SFontE);
}
/* 首BTN= */
.i_blog_b {
max-width: fit-content;
position: relative;
font-size: 0;
}
.animated-arrow {
background: transparent;
height: 46px;
width: fit-content;
text-align: center;
position: relative;
border: 1px solid #796961;
border-radius: 48px;
padding: 0 48px;
max-width: 100%;
margin: 0;
transition: all .3s ease-in-out;
}
.animated-arrow:hover {background: #796961;}
.animated-arrow:hover::before {color: #fff;}
.animated-arrow:before {
    content: 'View More';
    font-size: 14px;
    font-family: var(--SFontE);
    line-height: 46px;
    letter-spacing: .5px;
    white-space: nowrap;
    font-weight: 400;
    padding: 0 20px;
    color: #796961;
    transition: all .3s ease-in-out;
}
.i_blog_b b {
    font-size: 0;
    opacity: 0;
}
.i_blog_b i.fa-solid.fa-arrow-right{
    display: block;
}
.fa-arrow-right::before, .fa-arrow-right::after {
    content: "";
    width: 25px;
    height: 6px;
    background-image: url(https://pic03.eapple.com.tw/dashengeyewear/i_arrow.svg);
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transition: 1s ease all;
    display: none;
}
.fa-arrow-right::after {
    opacity: 0;
    transform: translateX(-15px);
}
/* BTN_Hover= */
/* 線條 */
.i_blog_b:hover:before {
    animation: NbtnLine1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.i_blog_b:hover:after {
    animation: NbtnLine2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 0.8s;
}
/* 箭頭 */
.i_blog_b:hover .fa-arrow-right:before {
    opacity: 0;
    transform: translateX(15px);
}
.i_blog_b:hover .fa-arrow-right:after {
    opacity: 1;
    transform: translateX(0);
}

@keyframes NbtnLine1 {0% {right: 0;width: 100%;}100% {right: 0;width: 0;}}
@keyframes NbtnLine2 {0% {right: 0;width: 0%;}100% {right: 0;width: 100%;}}




@media screen and (max-width: 1200px) {
/* 首頁 */
.module_i_news li {width: calc((100% - 60px) / 3);}
/* 外層 */
.blog_ri {padding-left: 10px;}
.blog_subbox {gap: 20px 15px;}
.blog_list_ri p {font-size: 14px;}
}

@media screen and (max-width: 1024px) {
/* 首頁 */
.i_blog_ri p {
line-height: 1.8;
letter-spacing: 0.5px;
font-weight: 400;margin: 10px 0;}
/* 外層 */
.blog_subbox {grid-template-columns: 1fr 1fr;gap: 20px;}
/* 內 */
.blog_in_page .path {display: none;}
.blog_in_page .show_content.blog_box {padding-bottom: 20px;}
}


@media screen and (max-width: 768px) {
/* 首頁 */
.module_i_news_list, .module_i_news_list.swiper {padding: 40px 0;width: 96%;margin: auto;}
.module_i_news ul {gap: 20px;flex-direction: column;}
.module_i_news li {width: 100%;}
.module_i_news li a {flex-direction: row;gap: 20px;align-items: center;}
.i_blog_ri em {left: -36px;font-size: 12px;margin: 0 0 6px;}
.i_blog_ri p {margin: 10px 0;-webkit-line-clamp: 3;font-size: 13px;}

/* 外層 */
.blog_le {margin-bottom: 20px;width: 100%;padding: 0;margin-bottom: 30px;}
h5.blog_le_t {display: none;}
.blog_le .accordion {display: none;}
.blog_ri {width: 100%;padding: 0;}
.blog_subbox {gap: 25px;}
.blog_list_ri p {font-size: 13px;}
.blog_list_le {max-width: 100%;}

.subbox_item a:before {font-size: 14px;}

/* 內 */
.blog_in_page h4.blog_category_title { padding-top: 10px;}
.blog_back {width: 100%;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {padding: 6px 8px;}
a.article_btn_prev:before, a.article_btn_next:after {font-size: 11px;}
}



@media screen and (max-width: 600px) {
/* 首頁 */
.module_i_news section {padding: 60px 25px 80px;}
.module_i_news .title_i_box h6:before {font-size: 68px;}
.module_i_news .title_i_box h4 {font-size: 13px;}
.module_i_news_list, .module_i_news_list.swiper {padding-top: 20px;max-width: 440px;}
.module_i_news ul {gap: 30px;}
.module_i_news li a {flex-direction: column;gap: 15px;}
.i_blog_ri p {margin: 5px 0;}
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;}
.blog_subbox {grid-template-columns: 1fr;gap: 25px;max-width: 440px;margin: auto;width: 95%;}
/* 內 */
.edit {font-size: 14px;}
}

@media screen and (max-width: 480px) {
/* 首頁 */
.module_i_news .title_i_box h4 {font-size: 12px;}
/* 外 */
.blog_list_ri em {font-size: 13px;opacity: .6;}
/* 內 */
.blog_in_page .blog_ri, .blog_back {padding: 15px;}
.blog_back:before { width: calc(100% - 30px);}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {}

/* 內頁 */
/* 標 */
.promotion_title {}
.promotion_title * {}
.promotion_title span {}
.promotion_title em {}
.promotion_title h2 {}




/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相簿*/
.other_album_choice li {
    background: #ccc;
}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}

.show-list .item a {transition: .4s;}
.show-list .item a:hover {
    opacity: 0.6;
}
.show-list .item a .show_pic {transition: all .8s;}
.show-list .item a:hover .show_pic {}
.show-list .show_pic {aspect-ratio: 5 / 4;}
.show-list .item a .show_pic img {
transform: scale(1);
transition: all .8s;
}
.show-list .item a:hover .show_pic img {
transform: scale(1.05);
}

.show-list .item:hover .show_name {
    color: var(--SubColor2);
}









/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
/* .album_page .show_content, .album_info_page .show_content{ width: 100%;    text-align: center;} */
.album_a .show_content {padding-top: 20px; width: 100%;}

/* 主分類相簿名 */
.subalbum-menu h2:before {

}
.subalbum-menu h2 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--SubColor);
}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 100%;}
.show-list {
display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: clamp(20px, 4%, 50px);
    gap: 25px;
}
.album_class_page .show-list {
    margin: 20px auto 0;
    gap: 20px;
}
.show-list .item {
    text-align: center;
    width: 100%;
    background: transparent;
    padding-bottom: 30px;
    position: relative;
    /* width: 31%; */
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.show-list .show_name {
    font-size: 16px;
    color: #242423;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
    font-weight: 500;
    margin-top: 15px;
}

/* 次分類相簿名 */
.other_subalbum li a p {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    transition: color .1s linear;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 1px;    
    display: flex;
    flex-direction: column;
    font-family: var(--SFontE);    
    order: 1;
}


/*相本內頁-.album_info_page*/
.album_info_page .main_part{max-width: 1300px;}
.album_descrip p {
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.12em;
    padding: 0;
}
/*相簿瀑布流-OFF*/
.album_info_page .pic-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 10px;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    gap: 20px;
}
.album_info_page .pic-list .item { width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: 3 / 4;
}
.pic-list .item h6 {
    padding: 0;
}



@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;column-count:3;}
}


@media screen and (max-width: 1200px){}

@media screen and (max-width: 1024px){
}

@media screen and (max-width: 768px){
.show-list .show_pic {aspect-ratio: 5 / 5;}
}



@media screen and (max-width: 600px){
.show-list { grid-template-columns: 1fr ; }
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:0 auto 10px;}
.show-list .item a .show_pic img{min-height: 340px;}

.album_class_page .show-list {
width: 98%;margin-top: 0;
}    
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -OFF= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_content {}
/* 聯絡資訊 */
.contact_content .information_left {}
.blank_letter {}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}


/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.footer_info {margin: auto;}
.footer_info li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.footer_info li p {margin-left: 0;}

/* 共用 */
/* .path p, .path p a {font-size: 0;}
.path p a {font-size: 12px;}
.path p a:not(:first-child):before {content:' > ' ;} */

}


/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.footer_info {grid-template-columns: 1fr;text-align: center;position: relative;gap: unset;}
.footer_logo {position: relative;left: unset;width: 100%;max-width: 180px;font-size: 0;transform: unset;}
.footer_logo a {position: relative;display: block;width: 100%;}

.footer_info ul {grid-template-columns: 1fr;gap: 20px;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 15px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
.footer_menu a {font-size: 14px;padding: 0 10px;}

/* 共用 */
.main_part {
padding: 60px 25px 60px;
}
.path {padding: 0;}
.show_content {padding: 0;}
}


/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none;}
.footer.with_shopping_mode {padding: 60px 0 0px;}
/* #to_top {bottom: calc(2vw + 50px);right: 2vw;} */


/* footer */
.footer_info {
flex-direction: column;
align-items: center;
gap: 20px;
}
.footer_logo {width: 40%;max-width: 160px;margin: auto;}
.footer_info:nth-child(1) > ul {
display: flex;
flex-direction: column;
align-items: center;
}
.footer_info li:nth-child(1) {
align-items: center;
text-align: center;
}

.copy{font-size: 10px;}


/* 共用 */
.main_part {width: 95%;}    
.show_content {padding: 0;}

}


@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 98%;padding: 40px 25px 40px;}
.show_content {width: 100%;}


.copy {font-size: 10px;line-height: 1.4;}
#to_top {bottom: 70px;transform: scale(0.9);}
}







@media screen and (max-width: 480px) {}