
.me_tp_features {display: none;}

.pageIndex .header_area {position: fixed;background: #ffffff00;width: 100%;transition: all 0.5s;top: 0px;}

.header_area.sticky {
  background: #ffffff5c;
  position: sticky;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  }

.navigation {grid-template-columns: 120px 1fr;}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 25px;
}


.stellarnav > ul > li > a b {
    display: block;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    font-weight: bold;
    font-family: "Noto Sans TC", sans-serif;
}



.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    margin-top: 30px;
}

.stellarnav > ul > li:hover > a::before {
    transform: translateX(-20%) scale(2);
}



.stellarnav>ul>li>a {
    padding: 0px 5px;
    color: #b98693;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    transition: all 0.5s;
   font-family: "Noto Sans TC", sans-serif;
}
.stellarnav > ul > li:hover > a{
    color:  #eb9ba9;
    transition: 0s cubic-bezier(0.77, 0, 0.65, 0.99);
    transform: translateY(-12px);
    transition: transform 1s ease;
}

.stellarnav > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 0.5s ease;
    z-index: -1;
    opacity: 0;
    top: 60%;
    left: 50%;
    width: 0%;
    height: 2%;
    background: linear-gradient(to right, rgb(235 155 169), rgb(26 94 38 / 0%));
   
    }

.stellarnav > ul > li:hover:before { opacity: 1; width: 90%; transition: 0.5s ease;}

.stellarnav li.has-sub > a:after {display:none}

.stellarnav li li {  
    border: none;
}



.stellarnav.desktop li li>a,
.stellarnav.desktop li li.has-sub>a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #998b74;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    background: #e3e3e3;
}



.stellarnav.desktop li li:hover>a,
.stellarnav.desktop li li.has-sub:hover>a {
    background: #c4b286;
    color: #fff;
}

.pageIndex .stellarnav > ul > li { opacity: 0; transform: translateY(-20px); animation: nav-down 1.8s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: calc(0.11s * var(--i)); } .pageIndex .stellarnav > ul > li:nth-of-type(1) { --i: 1; } .pageIndex .stellarnav > ul > li:nth-of-type(2) { --i: 2; } .pageIndex .stellarnav > ul > li:nth-of-type(3) { --i: 3; } .pageIndex .stellarnav > ul > li:nth-of-type(4) { --i: 4; } .pageIndex .stellarnav > ul > li:nth-of-type(5) { --i: 5; } .pageIndex .stellarnav > ul > li:nth-of-type(6) { --i: 6; } .pageIndex .stellarnav > ul > li:nth-of-type(7) { --i: 7; } @keyframes nav-down { to { opacity: 1; transform: translateY(0); }}

.me_tp_features a {display: none;}
.me_tp_features {
    margin-bottom: 0;
    display: block;
    position: fixed;
    top: 30px;
    right: 150px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 35%;
}

.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




.pageIndex .swiper-wrapper .swiper-slide::before {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/vivcatsdogs/dot.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-size: cover;
    z-index: 9;
    pointer-events: none; 
    animation: chaoticFloating 6s ease-in-out infinite alternate;
}


@keyframes chaoticFloating {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        filter: blur(10px);
        opacity: 0.4;
    }
    33% {
        /* 往左上方飄一點，並稍微轉動 */
        transform: translate(-30px, -50px) rotate(5deg) scale(1.05);
        filter: blur(5px);
    }
    66% {
        /* 往右上方大幅度位移 */
        transform: translate(40px, -100px) rotate(-5deg) scale(1.1);
        filter: blur(2px);
        opacity: 0.8;
    }
    100% {
        /* 到達最高點，位置偏移回中右方 */
        transform: translate(20px, -150px) rotate(2deg) scale(1.2);
        filter: blur(0px);
        opacity: 1;
    }
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/vivcatsdogs/text.png) no-repeat;
    background-size: contain;
    width: 100%;   
    left: 0%;
    top: 0%;
    z-index: 99;
    
   
    height: 100vw;
     transform-origin: bottom center;
    
  
    animation: jump-up-subtle 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/vivcatsdogs/text.png) no-repeat;
    background-size: contain;
    width: 100%;   
    left: 0%;
    top: 0%;
    z-index: 99;
    height: 100vw;

    /* 支撐點仍在底部，確保軟Q變形自然 */
    transform-origin: bottom center;
    
    /* 縮短時間讓動作更輕快 */
    animation: jump-up-subtle 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes jump-up-subtle {
    0% {
        /* 位移縮小到 50px，初態稍微壓扁一點點 */
        transform: translateY(50px) scaleX(1.1) scaleY(0.8);
        opacity: 0;
        filter: blur(5px);
    }

    40% {
        /* 向上彈起的高度也縮小，並稍微拉長 */
        transform: translateY(-15px) scaleX(0.95) scaleY(1.1);
        opacity: 1;
        filter: blur(0);
    }

    65% {
        /* 回落時的微幅擠壓 */
        transform: translateY(5px) scaleX(1.05) scaleY(0.95);
    }

    85% {
        /* 最後一次極微小的回彈 */
        transform: translateY(-2px) scaleX(0.98) scaleY(1.02);
    }

    100% {
        /* 回歸正常 */
        transform: translateY(0) scaleX(1) scaleY(1);
        opacity: 1;
    }
}




/*footer*/
.footer_info li p.taxid:before { content:'營業時間：';}
.footer_info {
    padding: 0;
    display: grid;
    grid-template-columns: 0px 1fr;
    grid-gap: 20px;
    padding-right: 110px;
}

.footer {
    padding: 80px 0 0;
    background: #e7e7e7 ;
	 background-image: linear-gradient(0deg, #ffffff57 40%, #fff3f7 65%);
    /* background-attachment: fixed; */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: #ffceec;
}
.box_link{display: none;}
.footer_info ul {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 0 20px;
	font-family: "Noto Sans TC", sans-serif;
}
.footer_info li p:nth-child(1), .footer_menu {    padding-top: 10px;}
.footer_info li:nth-child(1):before, .footer_info li:nth-child(2):before {
    display: block;
    font-size: 20px;
    color:  #a36574;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff69;
    padding-left: 7px;
    font-weight: 500;
}
.footer_info li p, .footer_info li p a {
	
    color: #4f4f4f;
    padding-left: 7px;
    line-height: 220%;
    transition: all .5s;
	
}
.footer_info li p:hover, .footer_info li p a:hover { color: #bd8794;;}
.footer_info li:nth-child(1):before {    content: "CONTACT";}
.footer_info li:nth-child(2):before {    content: "RELATED LINK";}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    justify-items: start;
}
.footer_menu a {
    background: transparent;
    border: none;
    color: #616161;
    line-height: 220%;
    margin: 0;
    padding: 0 5px;
    position: relative;
	 color: #4f4f4f;
}
.footer_menu a:hover {
    background: transparent;
    color: #f8b2c4;
}
.footer_menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    transition: all 1s;
    left: 0;
}
.footer_menu a:hover:after {    width: 100%;}

.copy {
    padding: 10px;
    backdrop-filter: blur(20px);
    border-top: 1px #ffffff57 solid;
    margin-top: 25px;
}
.copy, .copy a {
    color: #494949;
    opacity: .5;
}




