@charset "utf-8";

/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #4A6D4A;  color: #fff;}
::selection{  background-color: #4A6D4A;  color: #fff;}
:root {
    --MainColor: #4A6D4A; 
    --SubColor1: #F4A456; 
    --SubColor2: #B7C5B6; 
    --darkcolor:oklch(0.35 0.048 144.5);/*#2B412B*/
    
    --darkog: oklch(0.55 0.126 62.9);/*#A45E00*/
    --WoodColor: #8D6E63; 
    --WoodLight: #D7CCC8;
    --BgColor: #F9F8F4; 
    --FontColor: #222222;
    
    --SFont: "Noto Serif TC", serif;
    --SFontEN:  "DM Serif Display", serif;

    --f54: clamp(2.5rem, 5vw, 3.375rem);
    --f36: clamp(1.7rem, 1.875vw, 2.25rem);
    --f32: clamp(1.5rem, 3vw, 2rem);
    --f18: 1.125rem;
    --f16: 1rem;
    
    --transition-smooth: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    --bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);

    --BallColor: var(--SubColor1, #F4A456);
    --BallSize: 24px;
    --BounceTiming: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --BallColor: var(--SubColor1);
    --ShadowColor: rgba(0, 0, 0, 0.2);
    --PhysicsCurve: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.path{display: none;}
.sb_marquee {    display: none;}
body {
    font-family: var(--SFont);
    color: var(--FontColor);
    font-size: var(--f18);
    letter-spacing: 0.1rem;
}

/*頁碼
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}
*/

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    background: #F9F8F4;
    width: 7px;
}
::-webkit-scrollbar-button {
    display: none;
    background: #F9F8F4;
    border-radius: 0;
}

::-webkit-scrollbar-track-piece {    background: #F9F8F4;}
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--SubColor1);
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: oklch(0.55 0.126 62.9); }


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
    border-bottom: 5px solid transparent;
    transition: var(--transition-smooth);
}

.header_area.sticky {
    /* background: rgba(255, 255, 255, 0.95); */
    /* backdrop-filter: blur(10px); */
    /* box-shadow: 0 4px 30px rgba(74, 109, 74, 0.1); */
    /* border-bottom: 3px solid var(--MainColor); */
    /* transition: var(--transition-smooth); */
    background-image: repeating-radial-gradient(circle at 10% 10%, rgba(141, 110, 99, 0.05) 0px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(249, 248, 244, 0.95));
    border-bottom: 5px solid var(--MainColor);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.header_area.sticky:hover .nav-brand h1 {
    color: var(--MainColor);
    -webkit-text-stroke: 1px transparent;
    filter: drop-shadow(0 0 10px var(--SubColor2));
}

.main_header_area .container {    max-width: 1400px;}

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
.tp_links {    display: none;}

/*浮動按鈕-展開*/
.info_fix_links {    display: flex !important;}
.linksBtn {    display: none;}

.fa-map:before {    content:"\f3c5";    font-family: fontAwesome;}
.info_fix_links a.info_fix_default {
    background: #fbdabcdb;
    font-size: 20px;
    color: oklch(0.55 0.126 62.9);
    backdrop-filter: blur(4px);
}
.info_fix_links a:hover {    background: var(--BallColor);    color: #fff;}
a.info_fix_default.info_fix_mail, a.info_fix_default.info_fix_tel {    display: none;}
.fa-threads:before {
    content: "\e618";
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: bold;
}

/*電腦LOGO
.nav-brand {}
*/


.stellarnav li a, 
.btn-fitness,
.box_link a,
.footer_menu a {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23F4A456'/%3E%3C/svg%3E") 12 12, auto;
    position: relative;
    overflow: visible; 
}

/*第一層*/
.stellarnav > ul > li {
    position: relative;
    display: inline-block; 
    overflow: visible !important; 
}

/* 第一層文字 */
.stellarnav > ul > li > a {
    position: relative;
    color: var(--FontColor);
    text-decoration: none;
    transition: var(--transition-smooth);
    z-index: 5; 
    padding: 0 10px;
    font-weight: 500;
}
.stellarnav > ul > li:hover > a {    color: var(--MainColor);}

.stellarnav > ul > li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--BallColor);
    border-radius: 50%;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 10; 
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.stellarnav > ul > li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background: var(--ShadowColor);
    border-radius: 50%;
    left: 50%;
    bottom: 5px; 
    transform: translateX(-50%) scale(0.5);
    filter: blur(2px);
    opacity: 0;
    z-index: 4; 
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.stellarnav > ul > li:hover::before {
    opacity: 1;
    animation: ballJump 0.6s var(--PhysicsCurve) infinite alternate;
}

.stellarnav > ul > li:hover::after {
    opacity: 1;
    animation: shadowPulse 0.6s var(--PhysicsCurve) infinite alternate;
}


@keyframes ballJump {
    0% {
        transform: translateX(-50%) translateY(-40px) scale(1, 1);
        filter: brightness(1.1);
    }
    85% {
        transform: translateX(-50%) translateY(-5px) scale(1, 1);
    }
    100% {
        transform: translateX(-50%) translateY(5px) scale(1.4, 0.6);
        filter: brightness(0.9);
    }
}

@keyframes shadowPulse {
    0% {
        transform: translateX(-50%) scale(1.8);
        opacity: 0.1;
        filter: blur(5px);
    }
    100% {
        transform: translateX(-50%) scale(0.7);
        opacity: 0.6;
        filter: blur(1px);
    }
}

@media (hover: none) {
    .stellarnav > ul > li:hover > a::before,
    .stellarnav > ul > li:hover::after {
        animation: none;
        opacity: 0;
    }
}

/* Hover

.stellarnav > ul > li > a::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 6px; 
    background: var(--SubColor1);
    
    transform: skewX(-20deg); 
    transform-origin: left;
    
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 0.4s var(--bounce),
                background-color 0.3s ease;
}

.stellarnav > ul > li > a:hover::before {
    width: 100%;
    transform: skewX(0deg);
    background: linear-gradient(90deg, var(--SubColor1), var(--MainColor));
}

.stellarnav > ul > li.active > a::before {
    width: 100%;
    transform: skewX(0deg);
    height: 4px;
}
 */



/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ADA17E;	padding-left:10px;border-color:#ADA17E ;}

/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過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: 
        linear-gradient(90deg, 
            rgba(255,255,255,0.015) 0%, rgba(255,255,255,0.015) 0.5%, 
            transparent 0.5%, transparent 3%, 
            rgba(0,0,0,0.02) 3%, rgba(0,0,0,0.02) 4.5%, 
            transparent 4.5%, transparent 12%, 
            rgba(255,255,255,0.01) 12%, rgba(255,255,255,0.01) 13%, 
            transparent 13%, transparent 28%, 
            rgba(0,0,0,0.025) 28%, rgba(0,0,0,0.025) 29%, 
            transparent 29%, transparent 40%, 
            rgba(255,255,255,0.02) 40%, rgba(255,255,255,0.02) 41%, 
            transparent 41%, transparent 55%, 
            rgba(0,0,0,0.03) 55%, rgba(0,0,0,0.03) 56.5%, 
            transparent 56.5%, transparent 70%, 
            rgba(255,255,255,0.01) 70%, rgba(255,255,255,0.01) 71%, 
            transparent 71%, transparent 82%, 
            rgba(0,0,0,0.02) 82%, rgba(0,0,0,0.02) 84%, 
            transparent 84%, transparent 93%, 
            rgba(255,255,255,0.015) 93%, rgba(255,255,255,0.015) 94%, 
            transparent 94%
        ),
        linear-gradient(0deg, rgba(0,0,0,0.1) 0%, transparent 50%, rgba(255,255,255,0.03) 100%),
        var(--MainColor);

    background-size: 45px 100%, 100% 100%, 100% 100%;
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    color: #fff;
        box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
}

.footer_info {    grid-template-columns: 200px 1fr;}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/sunrise/ft_logo.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 125px;
    background-size: contain;
}
.footer_logo img {   display: none;}
.footer_info li p, .footer_info li p a {    color: var(--BgColor);}

.footer_menu a {
    background: var(--SubColor2);
    border: none;
    color: var(--MainColor);
    padding: 7px 12px;
    border-radius: 4px;
    transition: var(--transition-smooth);
}
.footer_menu a:hover {    background: var(--SubColor1);}
.footer_menu a:first-child{display: none;}

.box_link {
    display: flex;
    max-width: 440px;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
    right: 20px;
}
.box_link a {
    width: 90px;
    height: 110px;
    color: var(--BgColor);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 29px;
    flex-direction: column-reverse;
    gap: 5px;
    overflow: hidden;
    border-color: #6D8A6E;
    transition: var(--transition-smooth);
}
.box_link a:hover {
    background: var(--darkcolor);
}
.box_link a:after {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 15px;
    background: var(--ShadowColor);
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1.5px;
}
.box_link a.me_tp_line:after {    content: "LINE洽詢";}
.box_link a.me_tp_call:after {    content: "服務專線";}
.box_link a.me_tp_ig:after {    content: "instagram";}
.box_link a.me_tp_fb:after {    content: "FACEBOOK";  }

.box_link a.me_tp_mail {display: none;}

.copy {
    background: var(--ShadowColor);
    border: none;
    color: var(--MainColor);
    font-size: 12px;
    padding: 15px;
}
.privacyLinks a+a {    border-left: 1px solid var(--MainColor);}
.copy a {    color: var(--MainColor);}
.copy a:hover {    color: var(--BallColor);}

/* = = = 聯絡我們-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_form li.last cite {    background: #d3af79;}


/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main {    background: #ffffff00;}
/*.bannerindex { position:relative; height:auto;}
.pageIndex .swiper-banner .swiper-slide img {    width: 100%;}
*/
.pageIndex .bannerindex .swiper-banner .swiper-slide img {
    height: auto;
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100vh;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}
/*下滑*/
.header_area ~ .bannerindex .swiper-banner::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(246, 164, 94, 0) 0%, rgba(246, 164, 94, 0.28) 100%);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    z-index: 6; 
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, transparent 10%, black 70%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 10%, black 70%);
    
    opacity: 0;
    transition: opacity 0.6s ease-in-out !important;
}

.header_area.sticky ~ .bannerindex .swiper-banner::before {    opacity: 1;}


/*例如大圖第一張的after:
.bannerindex .swiper-slide[data-swiper-slide-index="0"]:after

*大圖的指定名稱是從0開始，5張大圖的畫最後一張是4
[data-swiper-slide-index="0"]
[data-swiper-slide-index="1"]
[data-swiper-slide-index="2"]
[data-swiper-slide-index="3"]
[data-swiper-slide-index="4"]*/
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 1440px) {
#content_main {    margin-top: 27vw;}
}

@media screen and (max-width: 1100px) {
#content_main {    margin-top: 34vw;}
}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.bannerindex {    height: 69vh;}
.pageIndex .bannerindex .swiper-banner .swiper-slide img {    height: 70vh;}
#content_main {        margin-top: -31vw;    }
}

@media screen and (max-width: 600px) {
.bannerindex {    height: 30vh;}
.pageIndex .bannerindex .swiper-banner .swiper-slide img {    height: 31vh;}
/*#content_main {    margin-top: -27vw;}*/
#content_main {        margin-top: 0;    }
}


/* ==========================================================================
    大圖
   ========================================================================== */
.pageIndex .bannerindex .swiper-slide .swiper-slide:before,
.pageIndex .bannerindex .swiper-slide .swiper-slide:after,
.pageIndex .bannerindex .swiper-slide a::before {
    opacity: 0;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide:before,
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* 大圖1::before 暗色層 */
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before {
    z-index: 999;
	background: linear-gradient(
		to right,
		rgba(10, 5, 0, 0.72) 0%,
		rgba(20, 10, 0, 0.55) 40%,
		rgba(30, 15, 0, 0.3) 70%,
		rgba(40, 20, 0, 0.1) 100%
	)
}

/* 大圖1::after 太陽光暈 */
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {
    z-index: 1000;
    background:
        radial-gradient(ellipse  6%  7% at 15% 47%, rgba(255, 255, 220, 0.80) 0%, transparent 100%),
        radial-gradient(ellipse 18% 13% at 15% 47%, rgba(255, 215,  80, 0.55) 0%, transparent 100%),
        radial-gradient(ellipse 38% 24% at 15% 48%, rgba(255, 150,  30, 0.28) 0%, transparent 100%),
        radial-gradient(ellipse 70% 42% at 28% 60%, rgba(220, 100,  10, 0.13) 0%, transparent 100%),
        radial-gradient(ellipse 55% 28% at 32% 22%, rgba(255, 180,  60, 0.07) 0%, transparent 100%);
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before { 
    animation: darkLiftNatural 2.5s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards; 
    animation: darkLift 3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s forwards;
}     

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after { 
    animation: glowNaturalSmooth 2.5s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards; 
    animation: glowNatural 3s ease-out 0.1s forwards;
}

/* ==========================================================================
    大圖1-文字圖片樣式
   ========================================================================== */
.pageIndex .bannerindex .swiper-slide:nth-child(1) a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; 
}

.pageIndex .bannerindex .swiper-slide:nth-child(1) a::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1001;
    background-image: url('https://pic03.eapple.com.tw/sunrise/00cover_01text.png');
    background-repeat: no-repeat;
    background-size: 28% auto;
    background-position: center center;
    opacity: 0;
    will-change: transform, opacity;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active a::before {
    transform: translateY(calc(-110px + 30px)); 
    animation: textRiseUpComfortable 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}

/* ==========================================================================
    大圖2
   ========================================================================== */
.pageIndex .bannerindex .swiper-slide:nth-child(2):before,
.pageIndex .bannerindex .swiper-slide:nth-child(2):after,
.pageIndex .bannerindex .swiper-slide:nth-child(2) a::before {
    --bancolor-width:clamp(140px, 37.5vw, 720px);
    --ban2-widtn:clamp(120px, 33vw, 630px);
    opacity: 0;
}

/* ==========================================================================
    大圖2、毛玻璃模糊效果
   ========================================================================== */
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: var(--bancolor-width);
    height: 100vh;
    z-index: 999;
    /* background-color: rgba(73, 108, 75, 0.9); */
    background: linear-gradient(to right, oklch(0.5 0.07 144.51 / 0.87) 55%, oklch(0.498 0.068 144.5 / 0.5) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    will-change: opacity;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {
    animation: bgFadeIn 1.0s ease-out 0s forwards;
}

/* ==========================================================================
    大圖2-圖片網址：00cover_02_en.png
   ========================================================================== */
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--ban2-widtn);
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    background-image: url(https://pic03.eapple.com.tw/sunrise/00cover_02_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    will-change: transform, opacity;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {
    transform: translateY(50px); 
    animation: englishRiseUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

/* ==========================================================================
    大圖2-中文字圖片
   ========================================================================== */
.pageIndex .bannerindex .swiper-slide:nth-child(2) a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--ban2-widtn);
    height: 100%;
    pointer-events: none;
    z-index: 1001;
    background-image: url(https://pic03.eapple.com.tw/sunrise/00cover_02_cn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    will-change: transform, opacity;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active a::before {
    transform: translateY(-50px); 
    animation: chineseDropDown 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}


/* ==========================================================================
    RWD
   ========================================================================== */
@media (max-width: 1024px) {
    .pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {
    background: radial-gradient(ellipse 6% 7% at 4% 47%, rgba(255, 255, 220, 0.80) 0%, transparent 100%), radial-gradient(ellipse 18% 13% at 0% 47%, rgba(255, 215, 80, 0.55) 0%, transparent 100%), radial-gradient(ellipse 38% 24% at 15% 48%, rgba(255, 150, 30, 0.28) 0%, transparent 100%), radial-gradient(ellipse 70% 42% at 28% 60%, rgba(220, 100, 10, 0.13) 0%, transparent 100%), radial-gradient(ellipse 55% 28% at 32% 22%, rgba(255, 180, 60, 0.07) 0%, transparent 100%);
}
    .pageIndex .bannerindex .swiper-slide:nth-child(1) a::before {
        background-size: 40% auto;
        background-position: center center;
    }
}

@media (max-width: 768px) {
    .pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {
        background: radial-gradient(ellipse 8% 7% at 3% 35%, rgba(255, 255, 220, 0.80) 0%, transparent 100%), radial-gradient(ellipse 18% 13% at 3% 34%, rgba(255, 215, 80, 0.55) 0%, transparent 100%), radial-gradient(ellipse 38% 24% at 15% 44%, rgba(255, 150, 30, 0.28) 0%, transparent 100%), radial-gradient(ellipse 70% 42% at 28% 60%, rgba(220, 100, 10, 0.13) 0%, transparent 100%), radial-gradient(ellipse 55% 28% at 32% 22%, rgba(255, 180, 60, 0.07) 0%, transparent 100%);
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(1) a::before {
        background-position: center 20%;
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active a::before {
        transform: translateY(calc(-20px + 20px));
        animation-name: textRiseUpTablet;
        animation-duration: 1.5s;
    }

    /*大圖2*/
    .pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before {    height: 70vh; }
    .pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {    height: 70vh;}
    .pageIndex .bannerindex .swiper-slide:nth-child(2) a::before {    height: 70vh;}

}

/* 手機尺寸 */
@media (max-width: 480px) {
    .pageIndex .bannerindex .swiper-slide:nth-child(1) a::before {
        background-size: 40% auto;
        background-position: center 13%;
        mix-blend-mode: color-dodge;
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active a::before {
        transform: translateY(calc(-40px + 20px));
        animation-name: textRiseUpMobile;
        animation-duration: 1.5s;
    }

    /*大圖2*/
    .pageIndex .bannerindex .swiper-slide:nth-child(2) a::before {    height: 31vh;}
    .pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before, .pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::after {
        height: 31vh;
    }

}


/* ==========================================================================
    大圖1-Keyframes
   ========================================================================== */
@keyframes darkLift {
    0%   { opacity: 1; }
    20%  { opacity: 0.95; }
    65%  { opacity: 0.4; }
    100% { opacity: 0; }
}

@keyframes glowNatural {
    0%   { opacity: 0; }
    25%  { opacity: 0.9; }
    55%  { opacity: 1; }
    100% { opacity: 0; }
}


@keyframes darkLiftNatural {
    0%   { opacity: 1; }
    100% { opacity: 0; } 
}

@keyframes glowNaturalSmooth {
    0%   { opacity: 0; transform: scale(0.96); }
    30%  { opacity: 1; transform: scale(1); } 
    100% { opacity: 0.65; transform: scale(1.02); } 
}

@keyframes textRiseUpComfortable {
    0% { 
        opacity: 0; 
        transform: translateY(calc(-110px + 30px)); 
    }
    100% { 
        opacity: 1; 
        transform: translateY(-110px); 
    }
}

@keyframes textRiseUpTablet {
    0% { opacity: 0; transform: translateY(calc(-20px + 20px)); }
    100% { opacity: 1; transform: translateY(-20px); }
}

@keyframes textRiseUpMobile {
    0% { opacity: 0; transform: translateY(calc(-40px + 20px)); }
    100% { opacity: 1; transform: translateY(-40px); }
}


/* ==========================================================================
    大圖2 Keyframes 
   ========================================================================== */
/* 背景淡入 */
@keyframes bgFadeIn {
    0%   { width: 0;opacity: 0;}
    100% { width: var(--bancolor-width); opacity: 1;}
}

/* 中文：由上往下墜落 */
@keyframes chineseDropDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 英文：由下往上升起 */
@keyframes englishRiseUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: var(--BgColor);
    background-repeat: no-repeat;
    height: clamp(250px, 40vw, 580px);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 7vw;
}
.banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/sunrise/ban.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation-name: oxxo;
    animation-duration: 5s;
    background-size: cover;
    background-position: bottom center;
}
.banner:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity .65s cubic-bezier(.39, .575, .565, 1) 0s;
    pointer-events: none;
    background: linear-gradient(rgb(36 53 34 / 56%) -3%, rgb(76 110 73 / 0%) 90%, transparent);
    height: 100%;
}

.banner h5 {
    position: relative;
    color: var(--BgColor);
    font-size: var(--f36);
    letter-spacing: .6rem;
    animation: slide-top 1.5s 0.3s both;
    z-index: 5;
    line-height: .6;
}

.banner h5:before {
    content: "sunrise";
    font-family: 'DM Serif Display', serif;
    font-size: clamp(36px, 10.5vw, 150px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    position: relative;
    background: linear-gradient(to bottom, rgb(243 165 96) 50%, rgb(76 110 71 / 0%) 77%, rgb(76 110 73 / 0%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1.3;
    margin-bottom: -35px;
    animation-delay: 0.3s;
}
.banner.banE h5:before {    content: "Coach";}
.banner.banblog h5:before {    content: "latest news";}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@keyframes oxxo {
    0% { transform: scale(1.1); }
    100% { transform: scale(1);}
}


/*  animation  */
@keyframes slide-top {
    0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}

@keyframes shark-txt {
    form{      background-position: -100%;    }
    to {      background-position: 200%;    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.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;}

/*顏色*/
.products-list .more {    border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more {    background: #ADA17E;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {    background: #ADA17E;}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.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: 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*3個一排
.blog_subbox {    grid-template-columns: repeat(3, 1fr);} 
*/


/*文章內層*/
/*文章內層封面
.articel_mainPic img{display: none;}*/
.blog_back a.article_btn_back {    background: var(--MainColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor);}
.blog_back a.article_btn_next {    background: var(--SubColor);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: #f3f3f3;
    padding: 25px 15px;
}
.news_related h6 span:before {
    font-size: 24px;
    color: #6d7980;
}
.lastPage {    color: #fff;    background: #ADA17E;}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.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%; font-size: 20px; 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;}
*/

.pic-list .item a img {    transition: .4s ease;}
.pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
    filter: grayscale(1);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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 (max-width:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}


@media screen and (max-width: 768px) {
    :root {
        --f54: 36px;
        --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:30px 0 70px; }
#to_top { bottom:60px;}
#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;
}

/*banner*/
.banner {    padding-top: 0;}

/*漢堡選單*/
.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor); color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--MainColor);}/*下拉關掉*/
.stellarnav.mobile li.open {    background: var(--bgcolor);}/*下拉*/

ul.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
.blog_subbox {    grid-template-columns: repeat(2, 1fr);}
}


@media (max-width:600px) {
    :root {
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

    /*banner*/
    .banner h5 {    letter-spacing: 0.2rem;}
    .banner h5:before {    margin-bottom: -5px;}

    ul.show-list, .pic-list {    grid-template-columns: 1fr;}

    /*聯絡我們表單*/
    .contact_form li {    grid-gap: 0;}
    .contact_form li .form__label {    background: transparent;}
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

