@charset "utf-8";
/*芊芷美學*/

/*網站全域設定/＝＝＝＝＝*/
/*
    #f1ede5; /*網站主要色系
    #333; /*網站輔助色系1
    #B3B897; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: var(--MainColor);  color: #fff;}
::selection{  background-color:  var(--MainColor);  color: #fff;}
:root {
    --MainColor: #f1ede5;
    --SubColor:#333;
    --SFont: "Noto Sans TC", sans-serif;
    --SerFont: "Noto Serif TC", serif;
    --SFontEN: "Marcellus", sans-serif;
    --SFontEN2: "Dawning of a New Day", cursive;
    --TitleColor:#a39384;
    --FontColor:#131712;
    --logocolor:#333;
    --Darkcolor:#6c5c4b;
    --color01:#eeeae3;
    --color02:#E3D3BC;
    --color03:#595F43;
    --f54: 54px;
    --f50: 50px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

*{font-family: 'Marcellus','Noto Sans TC', sans-serif;letter-spacing: 2px;}
body{font-weight: 300; font-size: var(--f16);color: var(--FontColor);}
.path{display: none;}
.main_part {    padding: 80px 20px;    max-width: 1400px;}
#content {  background-color: #f2f1ed;}
.animated-arrow {    background: #6d7b63b0;}
.i_album_b a i.fa-solid.fa-arrow-right {    display: none;}

.animated-arrow:before, .animated-arrow:after, .animated-arrow b:before, .animated-arrow b:after {
    content: '';
    position: absolute;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--MainColor);
    z-index: 5;
}
.animated-arrow:before, .animated-arrow:after {
    width: 2px;
    height: 100%;
    background: var(--MainColor);
}
.animated-arrow:before {
    left: 0;
    top: 0;
    -moz-transform: translateY(calc(100% + 2px));
    -ms-transform: translateY(calc(100% + 2px));
    -webkit-transform: translateY(calc(100% + 2px));
    transform: translateY(calc(100% + 2px));
}
.animated-arrow:after {
    right: 0px;
    bottom: 0;
    -moz-transform: translateY(calc(-100% - 2px));
    -ms-transform: translateY(calc(-100% - 2px));
    -webkit-transform: translateY(calc(-100% - 2px));
    transform: translateY(calc(-100% - 2px));
}

.animated-arrow b {
    width: 250px;
    display: block;
    font-weight: 300;
}
.animated-arrow:hover b {    letter-spacing: 7px;}
.animated-arrow b:before, .animated-arrow b:after {
    width: 100%;
    height: 2px;
}
.animated-arrow b:before {
    left: -2px;
    top: 0;
    -moz-transform: translateX(calc(-100% - 2px));
    -ms-transform: translateX(calc(-100% - 2px));
    -webkit-transform: translateX(calc(-100% - 2px));
    transform: translateX(calc(-100% - 2px));
}
.animated-arrow b:after {
    right: 0;
    bottom: 0;
    -moz-transform: translateX(calc(100% + 2px));
    -ms-transform: translateX(calc(100% + 2px));
    -webkit-transform: translateX(calc(100% + 2px));
    transform: translateX(calc(100% + 2px));
    /* bottom: -2px; */
}

.animated-arrow:hover:before, .animated-arrow:hover:after {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.animated-arrow:hover b:before, .animated-arrow:hover b:after {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/*頁碼*/
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}


/*卷軸設定↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #EBEDE8; }

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #6c5c4b; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #333; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*漢堡*/
/* === 只在螢幕寬度769以上螢幕呈現 === */

/*@media (min-width:769px) {*/
.me_tp_features { display: none;}
#to_top {    left: 30px;    bottom: 30px;}

/* header */
.pageIndex .header_area {
    transition: all 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.header_area {
    position: fixed;
    padding: 0 30px 0 0;
    transition: .3s;
    background: transparent;
}
/*.header_area .main_header_area,*/

/*下滑*/
.header_area.sticky .main_header_area { width: 100%; height: 100%; transition: all 0.5s; padding: 0px;}
.header_area.sticky {
    padding: 0 30px 0 0;
    background: #ffffffb8;
    height: auto;
    transition: 0s;
}
.header_area.sticky .stellarnav .menu-toggle span.bars span { background: var(--SubColor);}

.main_header_area .container,  .navigation {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.navigation {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.navigation>* {    order: 2;}

/* ----- topLogo ----- */
.nav-header {
    width: auto;
    display: block;
    position: relative;
    z-index: 5;
    max-width: 150px;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
/*下滑*/
.header_area.sticky .nav-header {
    max-width: 80px;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

/* ----- menu列 ----- */
.stellarnav.desktop {
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: auto;
}

/* --- 漢堡 --- */
.stellarnav .menu-toggle {
    display: block;
    width: 55px;
    max-width: 100%;
    padding: 15px;
    border-radius: 99em;
}

.stellarnav .menu-toggle:after {    display: none;}

.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    height: 20px;
    padding: 0;
    transition: 0.5s;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.stellarnav .menu-toggle span.bars span {
    width: 100%;
    height: 2px;
    background: #514334;
    transition: 0.5s;
    margin: 0;
    padding: 0;
}

.stellarnav .menu-toggle:hover span.bars span:nth-child(2) {    width: 60%;}

  /* 選單開啟 - 漢堡改變 */
.stellarnav.active .menu-toggle span.bars {    height: 35px;}
.stellarnav.active .menu-toggle { background: transparent;}
.stellarnav.active .menu-toggle span.bars span {
    transform: translate(-50%, -50%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--SubColor);
}

.stellarnav.active .menu-toggle span.bars span:first-child {    left: 20%;}
.stellarnav.active .menu-toggle span.bars span:nth-child(2) {    top: 60%;}
.stellarnav.active .menu-toggle span.bars span:last-child {    left: 80%;}
.stellarnav.active .menu-toggle:hover span.bars span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-child(2) {    width: 100%;    opacity: 0;}

.stellarnav.active .menu-toggle:hover span.bars span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}

/* menu按鈕列表 */
.stellarnav.desktop {    z-index: 1;  }
.stellarnav.desktop>ul {
    position: fixed;
    width: 0vw;
    max-width: 400px;
    height: 100%;
    top: 0;
    bottom: 0;
    right:0;
    display: flex !important;
    margin: 0;
    padding: 0px;
    text-align: center;
    height: 100%;
    transition: .5s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: -1;
    opacity: 0;
    background: #f6f2eb;
    display: block !important;
    backdrop-filter: blur(10px);
    display: none !important;
}
.pageIndex .stellarnav.left.desktop { animation: menu-in 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 2.5s; }

@keyframes menu-in{
    0%{opacity: 0;}
    100%{opacity: 1;}
}


/* 墊在按鈕下的背景
.stellarnav.desktop>ul::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #6d7b63cc;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
    transform: translate(50%, 0%);
} */
/*.stellarnav > ul {    display: none !important;}選單殘影刪除*/
.stellarnav > ul{display: none;}/*選單殘影刪除*/
.stellarnav.desktop.active>ul { 
    transform: unset; opacity: 1; width: 100vw; max-width: 600px; padding: 20px 50px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 100px;
    display: block !important;
}

.stellarnav.desktop.active>ul::before {
    transition: 1s;
    transform: translate(0%, 0%);
}


.stellarnav>ul>li {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.stellarnav>ul>li a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 5px 10px;
    margin: 0;
    position: relative;
    font-size: 15px;
    line-height: 140%;
    line-height: 60px;
    height: 60px;
    color: var(--logocolor);
	font-weight: 400;
}

.stellarnav>ul>li>a::before { 
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 1px solid #e7e4dc;
    transition: 1s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.stellarnav.desktop.active>ul>li>a::before {         width: 100%; transition-delay: .3s;}

.stellarnav>ul>li>a:nth-of-type(1)::after, .stellarnav>ul>li.has-sub>a:nth-of-type(1)::after {
    content: "";
    width: 15px;
    height: 2px;
    border-bottom: 2px solid #a88e73;
    transition: 1.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 0px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    display: inline-block;
    position: absolute;
    top: 97%;
    right: 0;
    transform: translateY(0px);
}
.stellarnav>ul>li>a:hover:nth-of-type(1)::after, .stellarnav>ul>li.has-sub>a:hover:nth-of-type(1)::after {        width: 100%;}

/* 主按鈕中英翻轉 - 不用可以刪掉 */
.stellarnav>ul>li>a b {
    height: 100%;
    transform: translateY(25px);
}

.stellarnav>ul>li>a b+b {    margin-top: 10px;}
.stellarnav>ul>li>a:hover b {    transform: translateY(-25px);  }

/*下拉+*/
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 1px var(--logocolor);
}

/* 次分類 */
.stellarnav ul ul { left: 0%; position: relative; width: 100%; background: transparent; transition: all 0.3s ease-in-out; 
overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.stellarnav.desktop li.has-sub a { position: relative;}

.stellarnav.desktop li.has-sub a.dd-toggle { display: inline-block;  position: absolute;  text-align: center;  z-index: 999; padding-right: 0;}
.stellarnav .dd-toggle {  bottom: 15px;}
.stellarnav.desktop li.has-sub a.dd-toggle:before {  display: none;}
.stellarnav.desktop li .has-sub a.dd-toggle { display: none;}
.stellarnav ul ul ul { overflow: hidden; height: 0;}

/*次分類下拉按鈕*/
.stellarnav.desktop li.has-sub a.dd-toggle{display: none;}
.stellarnav.desktop.active li.has-sub a.dd-toggle {display: inline-block;}

/*第2層*/
.stellarnav li li {  border: unset; border-bottom-width: 0; padding-left: 15px; border-bottom: 1px dashed #eeeeee45; }
ul.news_classes li a , .stellarnav li li a {  height: 40px;}
.stellarnav li li a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    padding-top: 11px;
    height: auto;
    color:#6c5c4b;
    padding-bottom: 7px;
}
.stellarnav li li a:hover {    color: #40372e;}
.stellarnav li.drop-left li.has-sub > a:after {   border-right: none;}
/* --- 聯絡連結 --- */
.tp_links {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

/* --- 搜尋器 --- */
.box_search {    width: 100%;    order: 5;    display: none;  }

.shop_search_btn {
    width: 100%;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.box_search input[type=text] {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    padding-left: 32px;
    border-radius: 0;
}

/* --- 購物車和匯款連結 --- */
.me_tp_features>a {
    text-align: center;
    display: flex;
    flex-direction: column;
    /* 不要直書可以拿掉 */
    width: 1.2em;
    /* 不要直書可以拿掉 */
    line-height: 1.2;
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
}

.me_tp_features>a span {    margin-top: 5px;}


@media (max-width:1024px) {
    #page {
      /* padding-left: 100px; */
        padding: 0;
    }

    .header_area.sticky, .header_area {        width: 100%;        height: 80px;    }
    .header_area .main_header_area, .header_area.sticky .main_header_area {        width: 100%;    }
.navigation>*{      flex:1;    }

.nav-brand {
    background: none;
    width: 140px;
    height: auto;
	
}
.nav-brand img {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.stellarnav.desktop {         justify-content: flex-end;    }
.stellarnav.desktop>ul{        width: 220px;        padding-left: 20px;    }
.me_tp_features {order: 1;      max-width: 200px;      justify-content: flex-end;    }
.me_tp_features>a {      flex-direction: row;      width: auto;    }
.tp_links {      justify-content: flex-end;    }
}

@media screen and (max-width: 768px) { 
    .pageIndex .header_area {
        position: sticky;
        background: var(--MainColor);
        padding: 0px;
    }
    .header_area {  position: sticky;padding: 10px; background: var(--MainColor); }

    /*LOGO*/
    /*.nav-header { filter: invert(0.5); }*/
    .me_tp_features {display: none;}
    .nav-brand {  max-width: 80px; padding: 0; }
    .nav-header { max-width: fit-content;}

    /*選單*/
    .stellarnav.mobile { right: 0; left: auto; }
    /*.stellarnav .menu-toggle span.bars span { background: #8f8f8f;}*/
    /*.header_area.sticky { padding: 10px;}*/
    .stellarnav.mobile.left > ul { width: 100vw;}

    .stellarnav.mobile.left > ul {
        transform: unset; opacity: 1; width: 100vw; max-width: 400px;  padding: 20px 50px;  right: 0;  left: auto;flex-direction: column;
        background: #f6f2eb ;/*backdrop-filter: blur(10px); */justify-content: flex-start; }
    .stellarnav.mobile ul {background: transparent;}
    .stellarnav.mobile > ul > li { border-bottom: unset; padding: 5px 30px; }
    .stellarnav.mobile > ul > li > a {
        line-height: 230%;
        color: #343a40;
        overflow: hidden;
        /* height: 60px; */
        /* max-height: 60px; */
        /* padding: 5px 30px; */
    }
    .stellarnav.mobile li.open { background: transparent; padding: 3px;}
    .stellarnav.mobile > ul > li > a b {line-height: 230%;}
    .stellarnav.mobile li a { border-bottom: 1px solid #d9d4cf; color: var(--logocolor); }
    .stellarnav .dd-toggle { bottom: auto;}
    .stellarnav li li a { border-bottom: unset !important;}

    .stellarnav .icon-close:after , .stellarnav .icon-close:before { border-bottom: solid 2px #777;width: 30px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;}
    .stellarnav .icon-close {    padding-right: 8%;}
}

/*}*/

/*漢堡截止*/

/*浮動按鈕*/
.linksBtn {    display: none;}
.info_fix_links {    display: flex !important;}
.info_fix {    right: 0;    width: 50px;}
.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
    background: #514334;
}
.info_fix_links a:hover {
    background: var(--MainColor);
}
.info_fix_links a:nth-child(1){animation-delay: 1s;}
.info_fix_links a:nth-child(2){animation-delay: 1.5s;}
.info_fix_links a:nth-child(3){animation-delay: 2s;}
.info_fix_links a:nth-child(4){animation-delay: 2.5s;}

@keyframes con_btn{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}

a.info_fix_default.info_fix_phone, a.info_fix_default.info_fix_fb, a.info_fix_default.info_fix_mail {    display: none;}
a.info_fix_default.info_fix_tel {    order: 1;}
a.info_fix_default.info_fix_ig {    order: 2;}
a.info_fix_default.info_fix_line {    order: 3;}

/*電腦LOGO*/
.nav-brand {
    display: flex;
    align-items: center;
    /*padding: 20px 0 10px 10px;*/
	width: 100%;
    margin: 15px;
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 3s;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
@keyframes down {
    0%{        opacity: 0;        transform: translate(0,-20px);    }
    100%{        opacity: 1;        transform: translate(0,0);    }
}

.header_area a.nav-brand::before {
    content: "";
    display: block;
    /*background: var(--MainColor);*/
    /*box-shadow: 1px 1px 5px #00000059;*/
    width: 130%;
    height: 105%;
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: -2;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s;
}
.header_area.sticky a.nav-brand::before {    top: 0;    transition: all 1s;}

.footer_logo { max-width: 180px;}

/* 商品下拉超過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個--結束 */

/*footer*/
.footer {
    background: var(--MainColor);
    padding-top: 60px;
    background-image: url(https://pic03.eapple.com.tw/chianjr/ft_bg.png);
    background-repeat: repeat;
    -webkit-animation: noise 1.5s steps(5) alternate infinite;
    animation: noise 1.5s steps(5) alternate infinite;
}
.footer .center { max-width: 100%; padding: 0 80px;}

@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}

.footer_info { padding-right: 0px;}
.footer_info ul {position: relative; display: flex; width: 100%; justify-content: space-around;}
.footer_info ul li:nth-child(1):before {
    content: "CONTACT US"; font-size: var(--f20); color: var(--logocolor); left: 10px; top: 0%; position: absolute;  letter-spacing: 1px;font-weight: 800;}
.footer_info ul { display: flex; width: 100%; justify-content: flex-end;}
.footer_info li:nth-child(1) { position: relative; padding-top: 40px;width: 450px;}
.footer_info li:nth-child(2) { width: 25%;min-width: 280px;}
.footer_info li p { line-height: 250%; letter-spacing: 1px; color: var(--logocolor);}
.footer_info li p > a { color: var(--logocolor);}
.footer_menu { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative;  padding-top: 30px;}
.footer_menu:before { content: "LINK"; font-size: var(--f20); color: var(--logocolor); left: 0px; top: 0%; transform: translateY(-50%); position: absolute;font-weight: 800;letter-spacing: 1px;}
.footer_menu a { display: inline-block; padding: 5px 7px 5px 15px; border: unset; margin: 0 0px 5px 0; font-size: 14px; position: relative; line-height: 100%;
    color: var(--logocolor); background: transparent;  width: 46%; letter-spacing: 2px; transition: 0.5s; line-height: 147%;}
.footer_menu a:hover { background: transparent; color: var(--logocolor); letter-spacing: 4px;}

.footer_menu a:before, .footer_menu a:after {
    content: "";
    background: var(--logocolor);
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.footer_menu a:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0) scale(.75, 1.75);
    transform: translate3d(0, -20px, 0) scale(.75, 1.75);
}
.footer_menu a:hover:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 15px, 0) scale(.75, 1.75);
    transform: translate3d(0, 15px, 0) scale(.75, 1.75);
    transition: opacity .65s cubic-bezier(.645,.045,.355,1) 0s, visibility .65s cubic-bezier(.645,.045,.355,1) 0s, -webkit-transform .65s cubic-bezier(.645,.045,.355,1) 0s;
    transition: transform .65s cubic-bezier(.645,.045,.355,1) 0s, opacity .65s cubic-bezier(.645,.045,.355,1) 0s, visibility .65s cubic-bezier(.645,.045,.355,1) 0s;
    transition: transform .65s cubic-bezier(.645,.045,.355,1) 0s, opacity .65s cubic-bezier(.645,.045,.355,1) 0s, visibility .65s cubic-bezier(.645,.045,.355,1) 0s, -webkit-transform .65s cubic-bezier(.645,.045,.355,1) 0s;
}
.footer_menu a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: opacity .55s cubic-bezier(.645,.045,.355,1) .1s, visibility .55s cubic-bezier(.645,.045,.355,1) .1s, -webkit-transform .55s cubic-bezier(.645,.045,.355,1) .1s;
    transition: transform .55s cubic-bezier(.645,.045,.355,1) .1s, opacity .55s cubic-bezier(.645,.045,.355,1) .1s, visibility .55s cubic-bezier(.645,.045,.355,1) .1s;
    transition: transform .55s cubic-bezier(.645,.045,.355,1) .1s, opacity .55s cubic-bezier(.645,.045,.355,1) .1s, visibility .55s cubic-bezier(.645,.045,.355,1) .1s, -webkit-transform .55s cubic-bezier(.645,.045,.355,1) .1s;
}
p.mail {
    display: none;
}/*信箱隱藏*/
.copy {
    text-align: center;
    padding: 20px 0 25px;
    font-size: 13px;
    color: #333;
    border-top: 1px solid #d8cdc1;
    margin: 0;
    background: #ece8e0;
}
.copy a { color:#333;}
.copy a:hover { color: #e2b1b4;}

/*icon*/
.box_link {
    position: relative;
    top: -55px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-height: 100%;
    order: 1;
	display:none;
}
.box_link a {
    width: fit-content;
    border: unset;
    padding: 5px 5px;
    font-size: 18px;
    color: #333;
    transition: all .3s;
}
.box_link a:hover { color: var(--logocolor);}

@media screen and (max-width: 350px) {
.copy {  font-size: 11px;}
.footer_menu a{    font-size: 12px;}
.footer_info { padding: 0 33px; }
}

/*聯絡我們*/
.contact_form li.last cite {    background: #d3af79;}


/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;background: #f2f1ed;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {
    width: 100%;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* 大圖open */ 
.pageIndex #page::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url(https://pic03.eapple.com.tw/chianjr/ban_logo.png) center center no-repeat;
    background-size:220px auto;
    animation: logoAppearBlur 1.8s ease-out forwards; /* 出場時間縮短 */
    pointer-events: none;
}

/* 背景漸層動畫層 */
.pageIndex #page::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(150deg, var(--MainColor), var(--SubColor), #323A2D);*/
	background-image: linear-gradient(150deg, #efebe3, #f2f1ed, #f2f1ed);
    background-size: 250% 250%;
    width: 100%;
    height: 100%;
    z-index: 9998;
    pointer-events: none;
    animation: smoothGradientWash 3.5s ease-in-out both; /* 縮短漸層出場時間 */
    opacity: 0.9;
}

/* 模糊遮罩層 */
.pageIndex .bannerindex::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(9px) brightness(1.05);
    z-index: 999;
    animation: fogFadeAway 1.5s ease-in-out forwards; /* 淡出時間稍縮短 */
    pointer-events: none;
    mix-blend-mode: screen;
}

/* LOGO 動畫：微放大 + 淡出 + 模糊 */
@keyframes logoAppearBlur {
    0% {
        opacity: 1;
        transform: scale(1);
        backdrop-filter: blur(0px);
    }
    70% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(1.1);
        backdrop-filter: blur(8px);
    }
}

/* 背景動畫：漸層流動 + 淡出 */
@keyframes smoothGradientWash {
    0% {
        background-position: 0% 50%;
        opacity: 1;
    }
    50% {
        background-position: 100% 50%;
        filter: blur(4px);
    }
    100% {
        background-position: 0% 50%;
        opacity: 0;
    }
}

/* 遮罩模糊淡出 */
@keyframes fogFadeAway {
    0% {
        backdrop-filter: blur(10px) brightness(1.05);
        opacity: 1;
    }
    100% {
        backdrop-filter: blur(0px) brightness(1);
        opacity: 0;
    }
}

.pageIndex .bannerindex .swiper-slide {    background: var(--MainColor);}
.pageIndex .bannerindex .swiper-slide img{
    transform: scale(0.5,0);
    opacity: 0;
    position: relative;
    animation: img-transform 2.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0s;
}
@keyframes img-transform {
    0%{
        top: -20px;
        opacity: 0;
        transform: scale(0.85,0);
    }
    5%{
        top: -20px;
        opacity: 1; 
        transform: scale(0.85,0);    
    }
    30%{
        top: -20px;
        opacity: 1;
        transform: scale(0.85,0.85);        
    }
    40%{
        top: -20px;
        opacity: 1;
        transform: scale(0.85,0.85);        
    }
    100%{
        top: 0px;
        opacity: 1;
        transform: scale(1);
    }
}
/*@keyframes img-transform {
    0%{
        top: -20px;
        opacity: 0;
        transform: scale(0.5,0);
    }
    5%{
        top: -20px;
        opacity: 1; 
        transform: scale(0.5,0);    
    }
    30%{
        top: -20px;
        opacity: 1;
        transform: scale(0.5,0.5);        
    }
    40%{
        top: -20px;
        opacity: 1;
        transform: scale(0.5,0.5);        
    }
    100%{
        top: 0px;
        opacity: 1;
        transform: scale(1);
    }
}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: #fff;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    justify-content: flex-start;
    padding: 23% 40px 30px;
    overflow: hidden;
    align-items: flex-end;
}
.banner:before {
    content: "";
   /* background-image: linear-gradient(180deg, #00000000 40%, #232921), url(https://pic03.eapple.com.tw/desirestudio/02service-ban.jpg);*/
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*.banner.banblog:before {    background-image: linear-gradient(180deg, #00000000 62%, #23292187), url(https://pic03.eapple.com.tw/desirestudio/bnner-blog.jpg);}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banF:before {background-image: linear-gradient(180deg, #00000000 62%, #23292187), url(https://pic03.eapple.com.tw/desirestudio/bnner-f.jpg);}
.banner.banE:before {background-image: linear-gradient(180deg, #00000000 62%, #23292187), url(https://pic03.eapple.com.tw/desirestudio/bnner-e.jpg);}
body.album_info_page.album_b .banner:before {
    background-image: linear-gradient(180deg, #00000000 62%, #23292187), url(https://pic03.eapple.com.tw/desirestudio/bnner-b.jpg);
}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}*/

/*.banner h5 {
    font-size: var(--f20);
    font-weight: 300;
    color: #ffffff00;
    letter-spacing: 5px;
    position: relative;
    animation: slide-top 1.5s 0.3s both;
    text-indent: 5px;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    text-align: left;
    mix-blend-mode: hard-light;
    position: absolute;
    bottom: 4vw;
    left: min(max(7vw, 40px), 300px);
}
.banner h5:before {
    font-family: var(--SFontEN);
    position: absolute;
    bottom: 220%;
    letter-spacing: 2px;
    text-indent: 2px;
    font-size: var(--f24);
    animation: slide-top 1.5s 0.5s both;
    font-weight: 300;
    left: 40px;
    content: "Your day. Your rhythm. Our craft.";
    color: #C6CAC3;
}
.banner h5:after {
    font-family: var(--SFontEN2);
    position: absolute;
    bottom: 0;
    letter-spacing: 2px;
    text-indent: 2px;
    font-size: var(--f22);
    animation: slide-top 1.5s 0.5s both;
    font-weight: 300;
    left: 40px;
    content: "With care and expertise, we turn your love story into a wedding that flows with grace—not stress.";
    color: #C6CAC3;
    line-height: 1.2;
    max-width: 600px;
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;}
    
}*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.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;}



/*購物車更動*/
.product-layer-two > li {
    padding-bottom: 0;
    border-bottom: none;
}
.product-layer-two li a {
    background: transparent;
    color: var(--FontColor);
    border-bottom: 1px #6d7b634f dashed;
}
.product-layer-two li.active a {
    font-weight: bold;
    background: var(--MainColor);
    color: #fff;
    font-weight: 300;
}

.products-list .pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #323a2d57;
    transform: scale(3);
    border-radius: 100%;
    transition: transform 1.5s cubic-bezier(0, 0.45, 0, 1);
    z-index: 1;
    background: radial-gradient(circle, #323a2d00, #323a2d38 21%, #323a2da8 38%, #323a2dba 64%);
}
.products-list .item a:hover .pic:before {    transform: scale(0); background: transparent;
-webkit-backdrop-filter: blur(5px);
    backdrop-filter:  blur(5px);}

.products-list .item a:hover img {
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: scale(1.2);
}
.products-list .pic img {
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}

/*顏色*/
.products-list .more {
    border: 1px solid #6d7b634d;
    color: var(--MainColor);
    font-weight: 400;
    font-size: 14px;
}
.products-list .item a:hover .more {    background: var(--MainColor);    border: 1px solid var(--MainColor);}
.products-list .name {
    color: var(--FontColor);
    text-align: center;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}

/*按鈕顏色*/
.inquiry_a1{background: var(--color01);}
.inquiry_a2{background: ar(--color01);}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--Darkcolor);}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--MainColor);}

/*商品側邊規格*/
.sidebarBtn {    border: none;}
.sidebarBtn h2 {
    color: var(--MainColor);
    font-size: var(--f24);
    font-weight: 400;
}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}

/*商品資訊編輯區*/
.pd_tabTitle li {    border-bottom: 2px solid #C1C9BA;}
.pd_tabTitle li.activeTab::after {    background: transparent;}
.pd_tabInner_contain {
    padding-top: 20px;
    color: var(--FontColor);
    line-height: 200%;
    font-size: var(--f16);
}
.pd_tabTitle li.activeTab a {
    color: var(--MainColor);
    font-size: var(--f20);
}

/*相關推薦*/
.prod_related {
    background: #c1c9ba14;
    padding: 60px 30px;
}
.prod_related h6 span:before {
    font-size: var(--f22);
    color: var(--MainColor);
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@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 {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
    .payment_form {    flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 25px;
}
.subbox_item a {    grid-template-columns: 1fr;}
.blog_ri {
    padding: 15px;
    width: 100%;
}
.subbox_item a:before, .subbox_item a:after{display: none;}
.blog_list_ri h5 {
    color: #514946;
    font-size: var(--f22);
    font-weight: 400;
}

.blog_list_le {    aspect-ratio: 4 / 3; overflow: hidden;}
.blog_list_le img {
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}
.subbox_item a:hover .blog_list_le img {
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: scale(1.2);
}
/*文章側邊欄*/
.blog_le {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    padding: 50px 30px 0px;
    flex-direction: column;
}
.blog_search {
    max-width: 220px;
    display: block;
    margin: 40px 0 25px auto;
}
.blog_search input[type=search] {    border-radius: 0;}

h5.blog_le_t {    display: flex;    flex-direction: column-reverse;}
h5.blog_le_t em{
    font-size: var(--f22);
    color: var(--TitleColor);
    font-weight: 400;
}
h5.blog_le_t span {
    color: #B3B897;
    font-size:var(--f50);
    text-transform: uppercase;
}

.blog_le .accordion {
    padding: 0;
    background: rgb(255 255 255);
    border-radius: 0;
    display: flex;
    backdrop-filter: blur(6px);
    width: 100%;
    justify-content: center;
    border: none;
	
}
.blog_le .accordion li {
    border-bottom: none;
    width: 24%;
    display: inline-block;
    position: relative;
}
.accordion li+li .link {
    border-top: none;
}
.accordion li .link a {
    color: var(--FontColor_);
    font-weight: 400;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #a07952 !important;
}
.submenu li.on_this_category a, .submenu a:hover { background: #f0ece4;   color: #333;display: none;}
.blog_le .accordion li{  width: 100%; display:none;}
.submenu a { display: none;}

/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
h4.blog_category_title {
    color: var(--FontColor);
    font-weight: 400;
}
.blog_box_edit * {    line-height: 200%;}
.blog_back a.article_btn_back {    background: #40372e;}
.blog_back a.article_btn_prev {    background: var(--SubColor);}
.blog_back a.article_btn_next {    background:  var(--SubColor);}
.edit {  padding: 10px 0;}
/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: #f7f3ea;
    padding: 60px 30px;
}
.news_related h6 span:before {
    font-size: var(--f22);
    color: var(--Darkcolor);
    font-weight: 400;
}
.lastPage {    color: #fff;    background: var(--Darkcolor);}
.news_related_list li a {  background: #eeeae2; padding:10px 10px 0px 10px;}
.news_related_list li a p {  padding: 10px;}
@media screen and (max-width: 768px) {
a.news_menu_toggle i {  display: none;}/*選單*/
}
@media screen and (max-width: 550px) {
.blog_list_ri p {  font-size: 12px;  color: #40372e;}
.blog_list_ri em {  font-size: 12px; color: #666;}
.blog_subbox {  grid-gap: 20px;}
.blog_le .accordion { display: flex;  justify-content: center;  flex-direction: column;}
.accordion li .link a {  background-color: #eeeae2;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #444 !important;}
.fa-chevron-down::before {   color: #333;}
.submenu li.on_this_category a {  background: #f2f1ed; color: #333;}
.submenu a:hover { background: #b29271;  color: #FFF;}
h5.blog_le_t em {  color: #40372e;}


}

/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; var(--f20); color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

.overlay {display: none;}
.show-list, .pic-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 25px;
}

.subalbum-menu h2 {
    font-size: var(--f22);
    color: var(--MainColor);
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.subalbum-menu h2:before {
    content: "Collection";
    display: block;
    color: var(--TitleColor);
    font-size: var(--f50);
    font-weight: 500;
}

.show-list .show_pic img, .pic-list .item a img {    transition: .4s ease;}
.show-list .item a:hover .show_pic img, .pic-list .item a:hover img {    transform: scale(1.05);    transition: .4s ease;}

/*相簿-首頁*/
.module_i_album {    padding: 80px 50px;}
.module_i_album section {    max-width: 1400px;}
.module_i_album li:not(:nth-child(-n+6)) {    display: none;} /*首頁顯示六則*/

.module_i_album .title_i_box h6 {
    color: var(--TitleColor);
    font-size: var(--f50);
    font-weight: 500;
}
.module_i_album .title_i_box h4 {
    font-size: var(--f22);
    color: var(--MainColor);
}
.i_album_list {    grid-template-columns: repeat(3, 1fr);}
.i_album_list li div {    border-radius: 5px;}
.i_album_list li a:hover {
    -webkit-animation: hoverblink .3s linear 0s 1 normal both;
    animation: hoverblink .3s linear 0s 1 normal both;
}
.i_album_list li a p span {
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    font-weight: 200;
}
.i_album_list li a:hover p span{opacity: 0;}
.i_album_list li a p {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: #6d7b63ad;
    font-size: var(--f16);
    white-space: break-spaces;
    height: 5rem;
}
.i_album_list li:hover p {
    height: 5rem;
    padding: 0 15px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.show-list .item:hover .show_name {
    color: #40372e;
}
.other_album_choice li {
    background: #a7988b;
    border-radius: 3px;
}
.other_subalbum li {  background: transparent;}
.album_fixed_title {  background: transparent;}
@keyframes hoverblink {
    0% {
        opacity: .25
    }

    25% {
        opacity: .25
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width: 550px) {
.show-list, .pic-list { grid-gap: 15px 25px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.show-list .show_pic {    margin-bottom: 8px;}
.other_subalbum li a p {    line-height: 1.3;}


.album_descrip {    color: var(--FontColor);}
.album_descrip p {
    font-size: var(--f22);
    color: var(--MainColor);
    font-weight: 400;
}
.pic-list .item h6 {
    line-height: 1.3;
    font-weight: 300;
    font-size: var(--f16);
    color: var(--FontColor);
    margin-top: 5px;
}

/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1440px) {
.banner {    padding-bottom: 0;}

}


@media screen and (max-width: 1180px) {
/*footer*/  
.footer .center { max-width: 100%; padding: 0px;}
.box_link {top: 0px;order: 0; justify-content: center;}
.footer_logo{margin: 0 auto;}
.footer_info {grid-template-columns: 1fr; padding: 0 40px; }
.footer_info ul { justify-content: center; padding: 20px 0;}
.footer_info li:nth-child(1) { width: 50%; padding-left: 0; }
.footer_info li:nth-child(2) { width: 50%; min-width: auto;}
.footer_info ul li:nth-child(1):before{left: 0px;}
}


@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f50: 44px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }

    /*文章*/
    .blog_le {    padding: 0 13px;}
    .blog_search {    margin: 5px 0 25px auto;}
}


@media screen and (max-width: 768px) {
    :root {
        --f54: 36px;
        --f50: 34px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:60px 0 10px; }
#to_top { bottom:60px;}
#bottom_menu li {  display: none;}/*手機板底部連結icon隱藏*/
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}
#bottom_menu li a {    color: var(--MainColor);}

.main_part {    padding: 50px 20px;}

.header_area a.nav-brand::before{display: none;}
.nav-brand {  padding: 0; }
.header_area.sticky, .header_area {        padding: 10px;    }

/*banner*/
.banner {    height: 60vw;}
.banner h5 {    bottom: 6vw;}
.banner h5:before, .banner h5:after {    left: 0;}

/*footer*/
.footer_logo {    max-width: 140px;}
.footer_info li:nth-child(1), .footer_info li:nth-child(2) { width: 100%;  }
.footer_info ul {        flex-direction: column;    }

/*漢堡選單*/
.stellarnav.mobile.left > ul {    border: none; padding: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #f6f2eb; color:#391911; padding: 15px 10px;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #391911;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #391911;}/*下拉關掉*/
.stellarnav.mobile li.open {    background: var(--color01); padding: 5px 30px; } /*下拉*/
.stellarnav.mobile li.open li.open {  background: #eeeae3;}
.footer_info li+li {    margin-top: 9px;}

/*購物車*/
.product_page ul.products-list {         grid-template-columns: repeat(2, 1fr);    }
.product_page .product_menu_list>h5 {    font-size: var(--f22);    color: var(--MainColor);    font-weight: 400;}
.mobile_product_name {    color: var(--MainColor);    font-size: var(--f24);    font-weight: 400;}

ul.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
.blog_subbox {    grid-template-columns: repeat(2, 1fr);}
.i_album_list {    grid-template-columns: repeat(2, 1fr);}
}


@media (max-width:600px) {
    :root {
        --f54: 32px;
        --f50: 30px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

/*footer*/
.footer_info li:nth-child(1) {    padding-top: 25px;}
.footer_info li+li {    margin-top: 20px;}
.footer_info li p {    line-height: 180%;}
.footer_menu {    padding-top: 15px;}
.footer_menu a {    margin: 0;    line-height: 115%;}

/*banner*/
.banner h5 {    max-width: 86%;    left: 7vw;    margin: 0 auto;}
.banner h5:before, .banner h5:after {    font-size: 16px;    line-height: 100%; letter-spacing: 0; }
.banner h5:before {    bottom: 9vw;    letter-spacing: .04rem;}

ul.show-list, .pic-list {    grid-template-columns: 1fr;}

/*文章*/
.blog_search {    max-width: 100%;    margin: 8px 0;}
.blog_le {    padding: 0;}
.blog_ri {    padding: 15px 0;}
.blog_le .accordion li {    width: 100%;}
.i_album_list li a p {
    height: 100%;
    background: #6d7b6357;
}
.module_i_album {
    padding: 80px 20px;
}
.blog_list_ri h5 {
    -webkit-line-clamp: 2;
}

/*聯絡我們表單*/
    .contact_form li {    grid-gap: 0;}
    .contact_form li .form__label {    background: transparent;}
}
@media (max-width:768px) {
	.footer_info li+li {
        margin-top: 30px;
    }
	.header_area.sticky, .header_area {   padding: 0px;  }
}
@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f50: 26px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
	.stellarnav.mobile > ul > li{
		padding: 0px 30px;}
}