@charset "utf-8";
body {
    font-family: "PT Sans Narrow", sans-serif, "Zen Kaku Gothic Antique", sans-serif, "Noto Sans TC", sans-serif
}

#content:not(.other_select_page #content) {
    min-height: 80vh;
    background: url(https://pic03.eapple.com.tw/luckyparty/all_bg.jpg);
    background-repeat: repeat;
    background-position: top left;
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
    background: #ffffff;
    width: 6px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
    background-color: #f3eade;
    border-radius: 0px;
    transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.path p,
.path p a {
    display: none;
}

/*隱藏購物車下拉選單*/

.stellarnav>ul>li:nth-of-type(5)>ul {
    display: none !important;
}

/*footer***********************************************************/

.f_text h6 {
    font-weight: 500;
    letter-spacing: 2px;
}

.copy a:hover {
    color: #649697;
}

@media (max-width: 600px) {
    .copy {
        font-size: 11px;
    }
}

/*大圖特效**********************************************************/

/*大圖*/

#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

/*大圖特效*/

.swiper-banner .swiper-slide:nth-child(1) img {
    animation: softSwing 3s ease-in-out infinite;
}

.swiper-banner .swiper-slide:nth-child(2) img {
    animation: Float 3s ease-in-out infinite;
}

.swiper-banner .swiper-slide:nth-child(3) img {
    animation: Zoom 5s ease-in-out infinite alternate;
}

@keyframes softSwing {
    0%,
    100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0.4deg);
    }
}

@keyframes Zoom {
    0% {
        transform: scale(1) translateY(0);
    }
    50% {
        transform: scale(1.03) translateY(-4px);
    }
    100% {
        transform: scale(1) translateY(0);
    }
}

@keyframes Float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/*第一張大圖*/

/*框*/

.bannerindex .swiper-slide.swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//luckyparty/frame1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
}

/*圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/luckyparty/title1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 3%;
    right: 0%;
    width: 100% !important;
    height: 100% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: bounce-top 2s both, wave-reveal 2s both;
}

/*第二張大圖*/

/*框*/

.bannerindex .swiper-slide.swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//luckyparty/frame2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
}

/*圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/luckyparty/title2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -14%;
    right: 0%;
    width: 100% !important;
    height: 100% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: cute-bounce 2s both;
}

/*第三張大圖*/

/*框*/

.bannerindex .swiper-slide.swiper-slide:nth-child(3):before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//luckyparty/frame3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
}

/*圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(3):after {
    background: url(https://pic03.eapple.com.tw/luckyparty/title3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -1%;
    right: 7%;
    width: 91% !important;
    height: 100% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: jump-in-right 2s ease-in-out;
}

@keyframes jump-in-right {
    0% {
        opacity: 0;
        transform: translateX(50px) translateY(10px) scale(0.8) rotate(5deg);
    }
    50% {
        opacity: 1;
        transform: translateX(-5px) translateY(-5px) scale(1.05) rotate(-3deg);
    }
    70% {
        transform: translateX(2px) translateY(2px) scale(0.95) rotate(2deg);
    }
    85% {
        transform: translateX(-1px) translateY(-1px) scale(1.02) rotate(-1deg);
    }
    100% {
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
}

@keyframes cute-bounce {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    60% {
        opacity: 1;
        transform: scale(1.05) translateY(-5px);
    }
    80% {
        transform: scale(0.98) translateY(3px);
    }
    100% {
        transform: scale(1) translateY(0);
    }
}

@keyframes wave-reveal {
    0% {
        clip-path: inset(0 0 0 100%);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes bounce-top {
    0% {
        transform: translateY(-150px);
        animation-timing-function: ease-in;
        opacity: 1
    }
    24% {
        opacity: 1
    }
    40% {
        transform: translateY(-24px);
        animation-timing-function: ease-in
    }
    65% {
        transform: translateY(-12px);
        animation-timing-function: ease-in
    }
    82% {
        transform: translateY(-6px);
        animation-timing-function: ease-in
    }
    93% {
        transform: translateY(-4px);
        animation-timing-function: ease-in
    }
    25%,
    55%,
    75%,
    87% {
        transform: translateY(0);
        animation-timing-function: ease-out
    }
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
        opacity: 1
    }
}

/*header***********************************************************/

/*logo*/

.nav-header {
    width: 170px;
    transition: .4s ease-in-out;
}

.header_area.sticky .nav-header {
    transition: .4s ease-in-out;
}

.header_area.sticky .nav-header {
    width: 170px;
    filter: none;
    margin-top: 0px;
    pointer-events: all;
    opacity: 1;
}

.nav-header {
    pointer-events: none;
    opacity: 0;
}

.navigation {
    padding-top: 14px;
    transform: scale(0.9);
    transition: .5s;
}

.header_area.sticky .navigation {
    transition: .5s;
    transition-delay: .5s;
    transform: scale(1)
}

/********/

.me_tp_features {
    display: none;
}

.stellarnav ul {
    text-align: center;
    padding: 10px 0px 10px;
    transition: .5s ease-in-out;
}

.stellarnav ul {
    opacity: 0;
    pointer-events: none;
}

.header_area.sticky .stellarnav>ul {
    opacity: 1;
    pointer-events: all;
}

.header_area {
    padding: 25px 10px 15px;
    position: fixed;
    background: transparent;
    box-shadow: none;
}

.header_area.sticky {
    padding: 25px 0px;
    background: transparent;
}

.main_header_area {
    position: relative;
    z-index: 10;
}

.main_header_area::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 95%;
    height: 130px;
    z-index: -1;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    background: #ffffff;
    border-radius: 100px;
    border: 6px solid #f9f1da;
    opacity: 0;
    transition: transform 1s ease-in-out, opacity .5s ease-in-out;
}

.header_area.sticky .main_header_area::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.main_header_area .container {
    max-width: 80%;
}

/*HEADER主文字圖案********************************************/

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px
}

.stellarnav>ul>li>a {
    margin: 0 20px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #5b5046;
    padding: 50px 0px 30px;
}

.stellarnav>ul>li:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 8px;
    width: 1px;
    height: 15px;
    border-left: 2px #eea2c3 dotted;
}

.stellarnav>ul>li:nth-last-child(1):after {
    display: none
}

.stellarnav>ul>li>a:not(.dd-toggle):before {
    content: '';
    position: absolute;
    left: 50%;
    top: 36%;
    width: 42px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%) scaleX(1);
}

.stellarnav>ul>li>a:hover:before {
    animation: sticker-bounce 0.8s ease-out;
}

@keyframes sticker-bounce {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    25% {
        transform: translate(-50%, -65%) scale(1.1);
    }
    50% {
        transform: translate(-50%, -48%) scale(0.97);
    }
    65% {
        transform: translate(-50%, -54%) scale(1.03);
    }
    80% {
        transform: translate(-50%, -49%) scale(0.99);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.stellarnav>ul>li:nth-of-type(1)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/luckyparty/icon01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.stellarnav>ul>li:nth-of-type(2)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/luckyparty/icon02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 46px;
    height: 44px;
}

.stellarnav>ul>li:nth-of-type(3)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/luckyparty/icon03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
}

.stellarnav>ul>li:nth-of-type(4)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/luckyparty/icon04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 47px;
    height: 45px;
}

.stellarnav>ul>li:nth-of-type(5)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/luckyparty/icon05.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.stellarnav>ul>li:nth-of-type(6)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/luckyparty/icon06.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 51px;
    height: 48px;
}

.stellarnav>ul>li:nth-of-type(7)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/luckyparty/icon07.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 52px;
    height: 49px;
}

/*第一層-主要架構*******************************/

.stellarnav.desktop ul ul {
    opacity: 0;
    display: block !important;
    pointer-events: none;
    transition: .5s;
    left: 50%;
    transform: translate(-50%, -30px);
    padding: 0px;
    background: #fff;
    border: 5px solid #f9f1da;
    border-radius: 20px;
}

/*hover*/

.stellarnav.desktop ul li.has-sub:hover>ul {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, 0px);
}

.stellarnav.desktop ul ul::after {
    content: "";
    position: absolute;
    top: -26px;
    left: 16px;
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #f9f1da transparent;
}

.stellarnav.desktop ul ul ul:after {
    display: none;
}

.stellarnav.desktop li li {
    background: transparent;
    border: 3px solid #9b6664;
    font-size: 14px;
}

.stellarnav.desktop li li a {
    color: #5b5046;
    font-size: 14px;
    padding: 13px 10px;
    transition: .5s;
    letter-spacing: 1.2px;
}

.stellarnav.desktop li li:nth-of-type(1) a:hover {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.stellarnav.desktop li li:nth-last-of-type(1) a:hover {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.stellarnav.desktop li li a:hover {
    background: #f9f1da;
    transition: .5s;
}

/*次選單-主要架構*/

.stellarnav.desktop ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    padding-top: 0px;
    transform: translate(-20px, 0);
    opacity: 0 !important;
    pointer-events: none;
    transition: .5s;
}

/*hover*/

.stellarnav.desktop ul ul li.has-sub:hover>ul {
    opacity: 1 !important;
    pointer-events: all;
    transition: .5s;
    transform: translate(0, 0);
}

/*第二層底色*/

.stellarnav.desktop li li {
    border: none;
}

@media screen and ( max-width:1400px) {
    .main_header_area .container {
        max-width: 84%;
    }
    .nav-header {
        width: 140px;
    }
    .header_area.sticky .nav-header {
        width: 140px;
    }
    .stellarnav ul {
        text-align: end;
    }
    .stellarnav>ul>li>a {
        margin: 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .navigation {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stellarnav ul {
        text-align: center;
    }
    .stellarnav>ul>li>a {
        margin: 0px 12px;
    }
    .main_header_area::after {
        top: -2%;
        width: 95%;
        height: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .main_header_area .container {
        max-width: 95%;
    }
    .main_header_area::after {
        top: -1%;
        width: 95%;
        height: 200px;
        border-radius: 40px;
        opacity: 1;
        border: 5px solid #f9f1da;
    }
    .stellarnav>ul>li>a {
        margin: 0px 8px;
    }
    .header_area.sticky {
        padding: 15px 0px;
    }
}

@media screen and (max-width: 768px) {
    /*主架構***********/
    .header_area.sticky .stellarnav ul {
        opacity: 1;
        pointer-events: all;
    }
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        font-size: 0px;
    }
    .main_header_area::after {
        width: 98%;
        height: 100px;
        border-radius: 500px;
        border: 3px solid #ffe3db;
    }
    .stellarnav .menu-toggle {
        opacity: 0;
        pointer-events: none;
        transition: all .5s;
    }
    .header_area.sticky .stellarnav .menu-toggle {
        opacity: 1;
        pointer-events: all;
        padding: 35px 0px 30px 60px;
        transition: all 1.5s;
    }
    .navigation {
        transform: none;
    }
    .header_area.sticky .navigation {
        transform: none;
    }
    .stellarnav.mobile>ul>li {
        border-bottom: 1px #ffe7e0 solid;
    }
    /*按鈕***********/
    .stellarnav .menu-toggle span.bars span {
        background: #ffbfad;
    }
    .stellarnav .menu-toggle:after {
        display: none;
    }
    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: 25px;
    }
    .stellarnav.mobile>ul>li>ul>li a.dd-toggle {
        top: 10px;
    }
    .stellarnav a.dd-toggle .icon-plus {
        width: 20px;
        height: 20px;
        border: 1px solid #ffb19b;
        border-radius: 50%;
        position: relative;
        background: #fff;
    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        position: absolute;
        background: #ffb19b;
        left: 50%;
        top: 50%;
        border: none;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        display: none;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        content: '✦';
        border: none;
        font-size: 18px;
        z-index: 999;
        transform: none;
        left: unset;
        right: 5px;
        top: -1px;
        color: #ffb19b;
    }
    .stellarnav.mobile li.open a.dd-toggle .icon-plus:after {
        top: -1px;
    }
    /*次選單按鈕*/
    .stellarnav.mobile li.open li a.dd-toggle .icon-plus:after {
        top: -6.5px;
    }
    /*close***********/
    .stellarnav .icon-close:after {
        border: 1px solid #ffffff;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        right: 10px;
        background: #fff;
    }
    .stellarnav .icon-close:before {
        content: 'Ｘ';
        border: none;
        font-size: 12px;
        z-index: 999;
        transform: none;
        right: 14px;
        top: 7px;
        color: #feb9a6;
        font-weight: bolder;
    }
    .stellarnav .close-menu {
        background: #ffc8b9;
    }
    .stellarnav.mobile.left .close-menu {
        padding: 25px 10px 130px;
        background: #ffc8b9;
        position: relative;
        margin-bottom: 30px;
    }
    .header_area.sticky .stellarnav .close-menu {
        padding: 25px 10px 130px;
        background: #ffc8b9;
        position: relative;
        margin-bottom: 30px;
    }
    .close-menu:before {
        content: 'HAPPINESS BEGINS HERE\A讓快樂從這裡開始!';
        font-size: 30px;
        color: #FFF;
        white-space: pre-wrap;
        text-align: justify;
        padding-left: 15px;
        font-weight: 600;
        position: absolute;
        left: -200px;
        opacity: 0;
        transition: all 1s;
    }
    .stellarnav.left.mobile.active .close-menu:before {
        left: 0px;
        opacity: 1;
        transition: all 1s;
    }
    .stellarnav .close-menu:after {
        content: '';
        position: absolute;
        width: 4524px;
        height: 30px;
        bottom: 0;
        left: 0;
        background: url(https://pic03.eapple.com.tw/luckyparty/rwd_hearer.png) repeat bottom;
        background-size: auto 100%;
        animation: dd01 30s linear infinite;
    }
    @keyframes dd01 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /*主選單***********/
    .stellarnav ul {
        opacity: 1;
        pointer-events: all;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 30px 5px 30px 70px;
    }
    .stellarnav>ul>li>a:not(.dd-toggle):before {
        left: 30px;
        top: 50%;
        width: 41px;
        height: 41px;
    }
    .stellarnav.mobile.left>ul {
        max-width: 100%;
        padding: 0px;
        background: #FFFBF5;
        top: -1px;
    }
    .stellarnav>ul>li:after {
        display: none;
    }
    .stellarnav.mobile>ul>li:nth-of-type(5)>a.dd-toggle {
        display: none;
    }
    .stellarnav.mobile>ul>li>a {
        transform: translateY(70px);
        transition: all .5s;
        opacity: 0;
    }
    .stellarnav.left.mobile.active>ul>li>a {
        transform: translate(0px);
        transition: all .7s;
        opacity: 1;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(2)>a {
        transition-delay: .1s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(3)>a {
        transition-delay: .4s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(4)>a {
        transition-delay: .7s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(5)>a {
        transition-delay: 1s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(6)>a {
        transition-delay: 1.2s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(7)>a {
        transition-delay: 1.5s;
    }
    /*選單-主分類***********/
    .stellarnav.mobile li.open {
        background: #fff9e9;
        padding: 20px;
        padding-top: 0px;
    }
    .stellarnav>ul>li.drop-left>ul {
        background: #fff;
        padding: 10px 0;
    }
    .stellarnav.mobile li.open li a:not(.dd-toggle) {
        padding: 10px 0px 10px 40px;
        border-bottom: none;
        transition: .6s;
        font-size: 14px;
        color: #5b5046;
        letter-spacing: 1px;
    }
    .stellarnav.mobile li.open li a:not(.dd-toggle):before {
        content: '►';
        position: absolute;
        color: #ffb19b;
        font-size: 11px;
        transform: translateY(-50%);
        transition: all .5s;
        opacity: 1;
        top: 50%;
        left: 20px;
    }
    .stellarnav li li {
        border: none;
    }
    .stellarnav.mobile li.open li.open li {
        margin-left: 30px;
        transition: .6s;
    }
    .stellarnav.mobile li.open li li a:not(.dd-toggle) {
        border-left: 1pt solid #ffb19b;
    }
    .stellarnav.mobile li.open li a:before {
        opacity: 0;
    }
    .stellarnav.mobile li.open li.open li a:before {
        display: none;
    }
    .stellarnav.mobile ul ul {
        box-shadow: 5px 5px 0px #ffe9af;
        border-radius: 15px;
        padding: 0px;
    }
    /*選單-次分類***********/
    .stellarnav.mobile ul ul ul {
        box-shadow: none;
    }
    .stellarnav.mobile li.open li.open {
        background: #ffffff;
        padding: 0px;
    }
    .stellarnav.mobile li.open li li a:not(.dd-toggle) {
        padding: 10px 0px 10px 20px;
    }
    /*#bottom_menu*******/
    #bottom_menu li a em {
        display: none;
    }
    #bottom_menu {
        display: flex;
        background: transparent;
        box-shadow: none;
    }
    #bottom_menu li {
        border: none;
        position: relative;
    }
    #bottom_menu li:before {
        content: '';
        height: 30px;
        width: 100%;
        background: #FFFBF5;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -1;
    }
    #bottom_menu li a {
        padding: 20px 5px;
        margin: 0px 5px 5px 0px;
        background: #FFFBF5;
    }
    #bottom_menu li:nth-of-type(1) a {
        box-shadow: 5px 5px 0 #ffc8b9;
    }
    #bottom_menu li:nth-of-type(2) a {
        box-shadow: 5px 5px 0 #c8c8e6;
    }
    #bottom_menu li:nth-of-type(3) a {
        box-shadow: 5px 5px 0 #aadcdd;
    }
    #bottom_menu li:nth-of-type(4) a {
        box-shadow: 5px 5px 0 #b4d2b4;
    }
}

@media screen and (max-width: 600px) {
    .header_area.sticky .stellarnav .menu-toggle {
        opacity: 1;
        pointer-events: all;
        padding: 30px 0px 0px 23px;
        transition: all 1.5s;
    }
    .main_header_area::after {
        height: 80px;
    }
    .header_area.sticky .nav-header {
        width: 120px;
    }
    .header_area.sticky .navigation {
        padding-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .header_area.sticky .nav-header {
        margin-left: 25px;
    }
    .header_area.sticky {
        padding: 10px 0px;
    }
}

/*文章***********************************************************************/

/*首頁文章*/

/*標題*/

.module_i_news {
    background: url(https://pic03.eapple.com.tw/luckyparty/all_bg.jpg);
    background-repeat: repeat;
    background-position: top left;
}

.module_i_news .title_i_box h4 {
    padding: 50px 0px;
    font-size: 40px;
    font-weight: 500;
    color: #9B6563;
    position: relative;
    width: fit-content;
    letter-spacing: 5px;
}

.module_i_news .title_i_box h4:before {
    content: 'PARTY TIME';
    font-size: 35px;
    color: #9B6563;
    letter-spacing: 3px;
    display: block;
    text-align: justify;
}

.module_i_news .title_i_box h4:after {
    content: '';
    background: url(https://pic03.eapple.com.tw/luckyparty/ind_13.png) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
    right: -23%;
    animation: shine-sway 4s ease-in-out infinite;
}

@keyframes shine-sway {
    0% {
        transform: scale(1) rotate(0deg);
    }
    20% {
        transform: scale(1.18) rotate(5deg);
    }
    40% {
        transform: scale(1.25) rotate(-5deg);
    }
    60% {
        transform: scale(1.18) rotate(3deg);
    }
    80% {
        transform: scale(1.22) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

/*外觀*/

.module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
    transition: all .5s;
}

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.module_i_news li a:after {
    display: none;
}

.i_blog_ri h5 {
    font-weight: 400;
    text-align: center;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 500px;
    border: 2px solid #B4D2B4;
}

.module_i_news li:nth-of-type(1) h5 {
    border-color: #FFC8B9;
}

.module_i_news li:nth-of-type(2) h5 {
    border-color: #AADCDC;
}

.module_i_news li:nth-of-type(3) h5 {
    border-color: #C8C8E6;
}

.module_i_news li:nth-of-type(4) h5 {
    border-color: #B4D2B4;
}

.i_blog_ri h5::before,
.i_blog_ri h5::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #444;
    border-radius: 50%;
    display: inline-block;
}

.module_i_news li:nth-of-type(1) h5::before,
.module_i_news li:nth-of-type(1) h5::after {
    background: #FFC8B9;
}

.module_i_news li:nth-of-type(2) h5::before,
.module_i_news li:nth-of-type(2) h5::after {
    background: #AADCDC;
}

.module_i_news li:nth-of-type(3) h5::before,
.module_i_news li:nth-of-type(3) h5::after {
    background: #C8C8E6;
}

.module_i_news li:nth-of-type(4) h5::before,
.module_i_news li:nth-of-type(4) h5::after {
    background: #B4D2B4;
}

.i_blog_ri em {
    display: none;
}

.i_blog_le img {
    border-radius: 10px;
}

.module_i_news li a img {
    position: relative;
    transition: all .3s;
    border: 4px transparent solid;
}

.module_i_news li a:hover img {
    border-radius: 500px;
    transition: all 1s;
    padding: 10px;
    background: transparent;
    border: 4px #fff solid;
}

.module_i_news li:nth-of-type(1) a:hover img {
    background: #FFC8B9;
}

.module_i_news li:nth-of-type(2) a:hover img {
    background: #AADCDC;
}

.module_i_news li:nth-of-type(3) a:hover img {
    background: #C8C8E6;
}

.module_i_news li:nth-of-type(4) a:hover img {
    background: #B4D2B4;
}

.module_i_news li a:before {
    bottom: unset;
    right: unset;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #b4d2b4;
    padding: 15px;
    border-radius: 100px;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.module_i_news li:nth-of-type(1) a:before {
    background: #FFC8B9;
}

.module_i_news li:nth-of-type(2) a:before {
    background: #AADCDC;
}

.module_i_news li:nth-of-type(3) a:before {
    background: #C8C8E6;
}

.module_i_news li:nth-of-type(4) a:before {
    background: #B4D2B4;
}

/*按鈕*/

.i_blog_b {
    margin: 35px 0px 50px;
    text-align: end;
    max-width: 1300px;
}

.i_blog_b * {
    font-weight: bold;
    letter-spacing: 2px;
}

.animated-arrow {
    background: #aadcdd;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #a5bfbc;
    transition: all .3s;
}

.animated-arrow:hover {
    transition: all .3s;
    box-shadow: 0px 0px 0px #a5bfbc;
    transform: translate(5px, 5px);
    line-height: 50px;
    width: 245px;
}

.i_blog_b a i.fa-solid.fa-arrow-right {
    display: none;
}

@media screen and (max-width: 1200px) {
    .module_i_news .title_i_box h4 {
        padding: 0px;
    }
    .module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media screen and (max-width: 1024px) {
    .module_i_news .title_i_box h4 {
        font-size: 30px;
    }
    .module_i_news .title_i_box h4:before {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .module_i_news .title_i_box h4 {
        font-size: 27px;
    }
    .module_i_news .title_i_box h4:before {
        font-size: 23px;
    }
    .module_i_news .title_i_box h4:after {
        width: 32px;
        height: 30px;
        right: -18%;
    }
    .i_blog_b {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .module_i_news .title_i_box h4 {
        font-size: 25px;
    }
    .module_i_news .title_i_box h4:before {
        font-size: 20px;
    }
    .module_i_news ul {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 20px 10px;
    }
    .i_blog_ri h5 {
        font-size: 16px;
        gap: 13px;
    }
    .module_i_news_list,
    .module_i_news_list.swiper {
        padding: 0px 0;
    }
    .module_i_news li a:before {
        top: 40%;
        font-size: 13px;
        padding: 5px;
        border: 2px solid #fff;
    }
    .i_blog_ri h5::before,
    .i_blog_ri h5::after {
        width: 5px;
        height: 5px;
    }
    .module_i_news li a:hover img {
        border: 2px #fff solid;
    }
    .module_i_news li a:hover img {
        padding: 5px;
    }
}

/*相簿(服務項目)*******************************************************/

.show-list {
    padding: 30px;
    background: #FFFBF5;
    grid-gap: 35px 0px;
}

.show-list .show_name {
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #9B6563;
    padding-bottom: 40px;
    color: #9B6563;
    margin-top: 20px;
    font-size: 18px;
}

.overlay {
    display: none;
}

.show-list .show_pic {
    position: relative;
    overflow: hidden;
}

.show-list .show_pic:after {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fffbf5;
    border-radius: 50% 50% 0 0;
    transition: all 1s;
    border: 3px solid #9B6563;
}

.show-list .show_pic:before {
    content: 'MORE';
    position: absolute;
    bottom: -10%;
    left: 50%;
    font-size: 35px;
    color: #9B6563;
    letter-spacing: 3px;
    transform: translate(-50%, -50%);
    z-index: 999;
    transition: all 1s;
}

.show-list .show_pic:hover:after {
    bottom: -65%;
    transition: all .5s;
}

.show-list .show_pic:hover:before {
    bottom: 10%;
    transition: all .5s;
    transition-delay: .2s;
}

.show-list .item:hover .show_name {
    color: #9B6563;
}

.album_page.album_a ul.show-list {
    gap: 0px
}

/*相簿次分類*/

.subalbum-menu h2 {
    display: none;
}

.album_class_page.album_a .show-list .show_pic:after {
    display: none;
}

.album_class_page.album_a .show-list .show_pic:before {
    display: none;
}

.album_class_page.album_a .show-list {
    background: transparent;
    grid-gap: 20px;
    padding: 0px;
}

.other_subalbum li a p {
    line-height: 2;
    text-align: center;
    padding: 5px;
    color: #9b6563;
    letter-spacing: 2px;
}

.album_class_page.album_a .show-list .item a .show_pic img {
    transition: all .8s;
}

.album_class_page.album_a .show-list .item a:hover .show_pic img {
    transform: scale(1.15);
    transition: all .8s;
}

.album_fixed_title {
    background: transparent;
}

.other_album_choice li {
    background: #649697;
}

/*瀑布流*/

ul.show-list,
.other_subalbum {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.pic-list .show_pic img {
    display: block;
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: unset;
    margin-top: 10px;
    border-radius: 20px;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}

.pic-list {
    display: block;
    column-count: 3;
    column-gap: 10px;
}

.pic-list .item h6 {
    display: none;
}

.album_info_page .main_part {
    max-width: 1500px;
}

/*觀看更多*/

.other_album_choice {
    margin: 7px auto 30px;
}

/*相簿B(派對空間)************************************************/

.album_b .show-list .show_pic:after {
    display: none;
}

.album_b .show-list .show_pic:before {
    display: none;
}

.album_b .show-list {
    padding: 0px;
    background: transparent;
}

.album_b .show-list .item a .show_pic img {
    transition: all .8s;
    border-radius: 20px;
}

.album_b .show-list .item a:hover .show_pic img {
    transform: scale(1.3);
    transition: all .8s;
    border-radius: 100%;
}

.album_b .other_subalbum li a p {
    color: #9b6563;
    letter-spacing: 1.5px;
    border-bottom: 1px solid;
    background: transparent;
    font-weight: 500;
}

.album_b .show-list .item {
    background: transparent;
}

.album_b .show-list .item a {
    padding: 10px;
}

@media screen and (max-width: 1440px) {
    .album_info_page .main_part {
        padding: 0px 20px;
    }
    .album_class_page .main_part {
        padding: 0px 20px;
    }
    .other_album_choice {
        margin: 7px auto 50px;
    }
}

@media screen and (max-width: 1200px) {
    ul.show-list,
    .other_subalbum {
        gap: 0px;
    }
}

@media screen and (max-width: 1024px) {
    ul.show-list,
    .other_subalbum {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .pic-list {
        column-gap: 10px;
    }
}

@media screen and (max-width: 576px) {
    ul.show-list,
    .other_subalbum {
        grid-template-columns: 1fr;
    }
    .album_page.album_a ul.show-list {
        gap: 25px
    }
    .pic-list .show_pic img {
        border-radius: 10px;
    }
    .show-list .show_name {
        padding-bottom: 35px;
        margin-top: 15px;
        font-size: 16px;
    }
    .show-list {
        padding: 15px;
    }
    .pic-list {
        column-count: 2;
    }
}

/*文章A(兒童派對案例分享)****************************************/

/*側邊*/

.blog_le {
    padding: 22px 50px;
    background: #FFFBF5;
    border-radius: 20px;
    box-shadow: 5px 5px 0 #ffe4bc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 5px;
    justify-content: flex-start;
    margin-top: 15px;
}

h5.blog_le_t {
    display: none;
}

.blog_search input[type=search] {
    border: none;
    background: #ffe4bc;
    border-radius: 5px;
    margin-top: 5px;
}

.accordion li+li .link {
    border-top: none;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
    transition: all .3s;
}

.blog_le .accordion>li,
.blog_le .accordion>li.on_this_category {
    transition: all .3s;
    border-radius: 3px;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    background: #ffb74b;
    transition: all .3s;
}

.blog_le .accordion>li .link a,
.blog_le .accordion>li.on_this_category .link a {
    transition: all .3s;
}

.accordion li .link a {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #ffc774;
    border-radius: 500px;
    background: #fff;
    padding: 8px 15px;
}

/*版面*/

.blog_ri {
    width: 100%;
    padding: 0px;
}

.blog_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.blog_page.article_a .main_part {
    max-width: 1500px;
}

.blog_page.article_a h4.blog_category_title {
    display: none;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.subbox_item a {
    display: flex;
    position: relative;
    grid-gap: 20px;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
}

.subbox_item {
    padding: 10px;
    background: #fffbf5;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #ffe4bc;
}

.blog_list_ri h5 {
    font-weight: 400;
    text-align: center;
    color: #9b6563;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    text-align: start;
}

.blog_list_ri h5:before,
.blog_list_ri h5:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #9b6563;
    display: inline-block;
}

.blog_list_ri em {
    display: none;
}

.blog_list_le img {
    border-radius: 10px;
}

.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    display: none;
}

.subbox_item .blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    display: flex;
    font-size: 15px;
    color: #9b6563;
    font-weight: 600;
    top: 0;
    left: 0;
    background: #fffbf5;
    width: 100%;
    height: 10%;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px;
    opacity: 0;
    transition: all .6s ease;
}

.subbox_item:hover .blog_list_le:before {
    opacity: 1;
    transition: all .6s ease;
}

.subbox_item .blog_list_le:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 78%;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #8aa2b500, #fffbf5);
    border-top-left-radius: 68%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 15px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .6s ease;
}

.subbox_item:hover .blog_list_le:after {
    transform: scaleX(1);
}

/*下一頁按鈕*/

.page li a,
.page li strong {
    width: 30px;
    height: 30px;
    border-radius: 0px;
    box-shadow: 3px 3px 0px #ffd89e;
    background: #fff;
}

.page strong {
    color: #444
}

.page strong,
.page a:hover {
    background: #ffb74b;
}

/*內頁*/

.articel_mainPic img {
    display: none;
}

h4.blog_category_title {
    font-size: 30px;
    font-weight: 500;
    color: #9B6563;
    position: relative;
    width: fit-content;
    letter-spacing: 2px;
}

h4.blog_category_title:before {
    content: 'LET’S HAVE FUN !';
    font-size: 23px;
    color: #9B6563;
    letter-spacing: 2px;
    display: block;
}

.blog_shareData {
    position: absolute;
    top: 0px;
    right: 0px;
}

.toShareNews b {
    font-weight: 500;
    color: #8a8a8a;
}

.blog_box_edit img {
    border-radius: 50px;
    padding-bottom: 20px;
}

/*上下頁面 按鈕*/

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #ffb74b;
}

.blog_back a.article_btn_back {
    background: #ffcb8d;
}

/*相關文章*/

.news_related {
    background: #FFFBF5;
    padding: 25px 15px;
}

.news_related h6 {
    padding: 15px 0 20px;
}

.news_related h6 span:before {
    content: '發掘更多風格';
    font-size: 24px;
    color: #9B6563;
    font-weight: 500;
}

.news_related h6:before {
    content: 'FIND YOUR STYLE';
    display: block;
    font-size: 14px;
    margin-top: 4px;
    text-align: center;
    letter-spacing: 1px;
    color: #9B6563;
}

.news_related_list {
    grid-gap: 0;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    font-size: 16px;
    padding-top: 10px;
}

.news_related_list li a p::before,
.news_related_list li a p:after {
    content: "";
    width: 0px;
    height: 3px;
    background: #444;
    border-radius: 100px;
    display: inline-block;
    transition: all .5s;
    opacity: 0;
}

.news_related_list li:hover a p:before,
.news_related_list li:hover a p:after {
    width: 30px;
    opacity: 1;
    transition: all .5s;
}

.news_related_list li:nth-of-type(1):hover a p:before,
.news_related_list li:nth-of-type(1):hover a p:after {
    background: #FFC8B9;
}

.news_related_list li:nth-of-type(2):hover a p:before,
.news_related_list li:nth-of-type(2):hover a p:after {
    background: #AADCDC;
}

.news_related_list li:nth-of-type(3):hover a p:before,
.news_related_list li:nth-of-type(3):hover a p:after {
    background: #C8C8E6;
}

.news_related_list li:nth-of-type(4):hover a p:before,
.news_related_list li:nth-of-type(4):hover a p:after {
    background: #B4D2B4;
}

.news_related_list li img {
    transition: all .5s;
    border: 0px solid transparent;
}

.news_related_list li:hover img {
    border: 10px solid transparent;
    transition: all .5s;
}

.news_related_list li:nth-of-type(1):hover img {
    border-color: #FFC8B9;
}

.news_related_list li:nth-of-type(2):hover img {
    border-color: #AADCDC;
}

.news_related_list li:nth-of-type(3):hover img {
    border-color: #C8C8E6;
}

.news_related_list li:nth-of-type(4):hover img {
    border-color: #B4D2B4;
}

.news_related_b_box {
    padding-bottom: 25px;
}

.lastPage {
    background: #aadcdd;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #a5bfbc;
    transition: all .3s;
}

.lastPage:hover {
    transition: all .3s;
    box-shadow: 0px 0px 0px #a5bfbc;
    transform: translate(5px, 5px);
}

@media screen and (max-width: 768px) {
    h5.blog_le_t {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #9b6563;
        letter-spacing: 1px;
    }
    .openNext a.news_menu_toggle i::before {
        color: #9b6563;
    }
    .blog_le {
        padding: 20px;
    }
    .accordion li .link a {
        padding: 8px 20px;
    }
    .blog_box_edit img {
        border-radius: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .blog_subbox {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 15px 10px;
    }
    .blog_list_ri h5 {
        font-size: 16px;
        gap: 5px;
        letter-spacing: 0.5px;
    }
    .subbox_item .blog_list_le:before {
        font-size: 14px;
        top: -8px;
        letter-spacing: 3px;
    }
    .blog_list_ri h5:before,
    .blog_list_ri h5:after {
        width: 10px;
    }
}

/*文章B(你想知道的事)****************************************/

/*側邊*/

.article_b h4.blog_category_title:before {
    display: none;
}

.article_b .blog_le {
    width: 220px;
    position: sticky;
    top: 200px;
    border-radius: 0px;
    display: inline-block;
    padding: 20px;
    box-shadow: 5px 5px 0 #ffd5c9;
}

.article_b .blog_search input[type=search] {
    background: #ffd5c9;
}

.article_b .accordion li .link a {
    border: 1px solid #ffc8b9;
}

.article_b .blog_le .accordion>li:hover .link a,
.article_b .blog_le .accordion>li.on_this_category .link a {
    background: #ffc8b9;
}

.article_b .blog_ri {
    width: calc(100% - 240px);
    padding: 0 0 0 20px;
    min-height: 75vh;
}

.article_b .blog_box {
    display: block;
}

.article_b .blog_le .accordion {
    display: block;
}

.article_b .accordion li .link a {
    margin-bottom: 10px;
}

.article_b .submenu {
    margin-bottom: 10px;
    background: transparent;
}

.article_b .submenu a {
    color: #666;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: transparent;
    color: #ffc8b9;
}

.article_b .submenu li+li {
    border-top: 1px solid #ffd5c9;
}

.article_b .submenu a:hover {
    background: transparent;
    margin-left: 10px;
    color: #ffc8b9;
}

/*版型*/

.article_b .subbox_item a {
    display: grid;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
}

.article_b .blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 20px;
}

.blog_page.article_b h4.blog_category_title {
    display: none;
}

.article_b .blog_list_ri h5:before,
.article_b .blog_list_ri h5:after {
    display: none;
}

.article_b .blog_list_ri h5 {
    justify-content: flex-start;
    letter-spacing: 1px;
    font-size: 18px;
}

.article_b .blog_list_ri p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 160%;
}

.article_b .blog_list_ri {
    padding: 0px;
    margin-top: 30px;
}

.article_b .subbox_item .blog_list_le:before {
    background: transparent;
    content: '⬅';
    justify-content: flex-end;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
}

.article_b .subbox_item:hover .blog_list_le:before {
    left: 1%;
    opacity: 1;
    transition: all .6s ease;
    transition-delay: .4s;
}

.article_b .subbox_item .blog_list_le:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -90%;
    top: 0px;
    border-radius: 500px;
    background: #ffd5c9;
    border: 5px solid #ffc8b9;
    border-radius: 0px;
    border-radius: 500px;
    transform-origin: right;
    transition: transform .6s ease;
}

.article_b .subbox_item {
    box-shadow: 5px 5px 0 #ffd5c9;
    border-radius: 0px;
    overflow: hidden;
    border: 5px solid transparent;
    transition: all .6s;
}

.article_b .subbox_item:hover {
    border: 5px solid #ffc8b9;
    transition: all .6s;
    box-shadow: 0px 0px 0 #ffd5c9;
    transform: translate(5px, 5px);
    border-radius: 10px;
}

/*內頁文章*/

.article_b .blog_ri {
    padding: 0 0 0 50px;
}

.article_b h4.blog_category_title {
    padding-bottom: 35px;
    border-bottom: 3px #9b6563 dotted;
}

.blog_box_edit * {
    line-height: 150%;
    color: #321E1E;
    letter-spacing: 1px !important;
}

.article_b .blog_back a.article_btn_prev,
.article_b .blog_back a.article_btn_next {
    background: #ffc8b9;
}

.article_b .blog_back a.article_btn_back {
    background: #ffd5c9;
}

/*相關推薦*/

.article_b .news_related h6:before {
    content: 'KNOW MORE';
}

.news_related h6 span:before {
    content: '一起看看吧！';
}

@media screen and (max-width: 768px) {
    .article_b .blog_le {
        width: 100%;
        position: relative;
        top: 0px;
    }
    .article_b .blog_ri {
        width: 100%;
        padding: 50px 0 0 0;
    }
    .blog_shareData {
        top: 20px;
    }
    .news_related_list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .news_related_list li a p {
        gap: 10px;
        font-size: 15px;
    }
    .news_related_list li:hover a p:before,
    .news_related_list li:hover a p:after {
        width: 15px;
    }
}

@media screen and (max-width: 576px) {
    .article_b .blog_subbox {
        grid-template-columns: 1fr;
    }
    .article_b .blog_list_ri {
        margin-top: 10px;
    }
    .article_b .blog_list_ri h5 {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    .article_b .blog_list_ri p {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .article_b h4.blog_category_title {
        font-size: 20px;
        padding-bottom: 20px;
        border-bottom: 2px #9b6563 dotted;
    }
    .article_b .subbox_item a {
        grid-gap: 10px;
        grid-template-columns: 100px 1fr;
    }
    .blog_list_le {
        justify-content: flex-start;
    }
    .blog_box_edit * {
        font-size: 14px;
    }
    .article_b .subbox_item .blog_list_le:after {
        border: 3px solid #ffc8b9;
    }
    .article_b .subbox_item {
        border: 3px solid transparent;
    }
    .article_b .subbox_item:hover {
        border: 3px solid #ffc8b9;
    }
    .article_b .subbox_item:hover .blog_list_le:before {
        left: 2%;
    }
}

@media screen and (max-width: 480px) {
    .news_related_list {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

/*************************************************************/

/* 商品下拉超過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;
}

/*分隔線*******************************************************/

.product_page .main_part {
    max-width: 1500px;
}

.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;
}

@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;
    }
}

/*購物車(幸運好物)********************************************************/

/*版面*/

.product_page .products-list,
.product-wrapper {
    width: 100%;
}

.product_page .product_menu_list {
    display: none;
}

/*商品外觀*/

.products-list .price {
    display: none;
}

.products-list .more {
    display: none;
}

.products-list .item a {
    padding-bottom: 0px;
}

.products-list .item {
    animation: fade-in-bottom 1s cubic-bezier(.39, .575, .565, 1.000) both
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.products-list .name {
    color: #FFFBF5;
    text-align: center;
    font-size: 16px;
    -webkit-line-clamp: 1;
    height: 2em;
    margin-top: 10px;
    line-height: 2;
    background: #77c1c1;
    padding: 0 10px;
    border-radius: 25px;
}

.products-list {
    grid-gap: 25px 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.products-list .item {
    position: relative;
    overflow: visible;
}

.products-list .item:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px dotted #b4b4e2;
    background: #fff;
    border-radius: 50%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease;
    animation: spin-pulse 2s linear infinite;
    z-index: 99999;
    pointer-events: none;
}

.products-list .item:after {
    content: "★";
    position: absolute;
    font-size: 18px;
    color: #b4b4e2;
    top: 0%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    z-index: 99999;
    pointer-events: none;
}

.products-list .item:hover:before,
.products-list .item:hover:after {
    opacity: 1;
}

@keyframes spin-pulse {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.products-list .item img {
    transition: transform 1s cubic-bezier(.25, 1.5, .5, 1);
}

.products-list .item:hover img {
    transition: transform 1s cubic-bezier(.25, 1.5, .5, 1);
    transform: scale(1.15);
    box-shadow: 5px 5px 0px #444;
}

.products-list .item .name {
    transition: all .3s;
}

.products-list .item:hover .name {
    transition: all .3s;
    background: #b4b4e2;
}

.products-list .item .pic {
    transition: all .3s;
    border: 5px solid transparent;
    position: relative;
}

.products-list .item:hover .pic {
    transition: all .5s;
    border-radius: 500px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 10px solid #c8c8e6;
}

/*商品左側*/

.sidebarBtn {
    padding: 20px;
    box-shadow: 5px 5px 0 #e6e6fa;
    border: none;
    border-radius: 10px;
}

.sidebarBtn h2 {
    font-size: 20px;
    color: #9b6563;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.product_info li span {
    font-family: "PT Sans Narrow", sans-serif, "Zen Kaku Gothic Antique", sans-serif, "Noto Sans TC", sans-serif;
    color: #9b6563;
}

.product_info li .txt_box {
    color: #444;
}

.radio-inline__label {
    border: 1px solid #b4b4db;
    box-shadow: 3px 3px 0 #b4b4db;
    transition: all .3s;
}

.radio-inline__input:checked+.radio-inline__label {
    transition: all .3s;
    background: #b4b4db;
    box-shadow: 0px 0px 0px #b4b4db;
    transform: translate(3px, 3px);
    color: #fff;
    border: 1px solid #b4b4db;
}

.inquiry_a1 {
    background: #aadcdd;
    box-shadow: 5px 5px 0px #a5bfbc;
    transition: all .3s;
    border-radius: 5px;
}

.inquiry_a1:hover {
    transition: all .3s;
    background: #aadcdd;
    box-shadow: 0px 0px 0px #a5bfbc;
    transform: translate(5px, 5px);
}

.inquiry_a2 {
    background: #c8c8e6;
    box-shadow: 5px 5px 0px #b4b4db;
    transition: all .3s;
    border-radius: 5px;
}

.inquiry_a2:hover {
    transition: all .3s;
    background: #c8c8e6;
    box-shadow: 0px 0px 0px #b4b4db;
    transform: translate(5px, 5px);
}

.toShare {
    color: #999;
    margin-top: 30px;
}

.toShare b {
    font-weight: 500;
}

/*商品圖*/

#prod_thumbSwiper .swiper-slide::before {
    display: none;
}

#prod_thumbSwiper .swiper-button-prev,
#prod_thumbSwiper .swiper-button-next {
    display: none;
}

.proImgSwiper {
    aspect-ratio: 2 / 1;
    height: 475px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
}

.proImgSwiper .swiper-button-next:after,
.proImgSwiper .swiper-button-prev:after {
    text-shadow: none;
    background: #aadcdd;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
    transition: all .3s;
    font-weight: bold;
}

.proImgSwiper .swiper-button-prev:after {
    box-shadow: -5px 5px 0px #a5bfbc;
}

.proImgSwiper .swiper-button-next:after {
    box-shadow: 5px 5px 0px #a5bfbc;
}

.proImgSwiper .swiper-button-next:hover:after {
    background: #aadcdd;
    box-shadow: 0px 0px 0px #aadcdd;
    transform: translate(5px, 5px);
    transition: all .3s;
}

.proImgSwiper .swiper-button-prev:after {
    box-shadow: -5px 5px 0px #a5bfbc;
}

.proImgSwiper .swiper-button-prev:hover:after {
    background: #aadcdd;
    box-shadow: 0px 0px 0px #aadcdd;
    transform: translate(5px, 5px);
    transition: all .3s;
}

/*商品內文*/

.pd_tabTitle li.activeTab a {
    color: #9b6563;
}

.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #9b6563;
}

/*商品相關推薦*/

.prod_related {
    background: #FFFBF5;
    padding: 25px 15px;
}

.prod_related h6 {
    padding: 15px 0 20px;
}

.prod_related h6 span:before {
    content: '讓回憶再可愛一點';
    font-size: 24px;
    color: #9B6563;
    font-weight: 500;
}

.prod_related h6:before {
    content: 'MAKE MEMORIES SWEETER';
    display: block;
    font-size: 14px;
    margin-top: 4px;
    text-align: center;
    letter-spacing: 1px;
    color: #9B6563;
}

.prod_related_b_box {
    padding-bottom: 25px;
}

.related_list li {
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

.related_list li:nth-of-type(1) {
    box-shadow: 5px 5px 0 #aadcdc;
}

.related_list li:nth-of-type(2) {
    box-shadow: 5px 5px 0 #c8c8e6;
}

.related_list li:nth-of-type(3) {
    box-shadow: 5px 5px 0 #ffc8b9;
}

.related_list li:nth-of-type(4) {
    box-shadow: 5px 5px 0 #b4d2b4;
}

.related_list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.815) 0%, transparent 100%);
    transform: skewX(-20deg);
    pointer-events: none;
}

.related_list li:hover:after {
    left: 125%;
    transition: all 0.6s ease-in-out;
}

.related_list li:hover {
    transform: translate(10px, -10px);
    transition: all .3s;
}

.related_list li a p {
    padding-top: 5px;
}

.related_list li a {
    padding: 15px 15px 0px;
}

@media screen and (max-width: 1200px) {
    .product_main {
        padding: 0px 0.5em 30px 0;
        width: 64%;
    }
    .related_list li:hover {
        transform: translate(5px, -5px);
    }
}

@media screen and (max-width: 768px) {
    .product_main {
        width: 95%;
        display: contents;
    }
    .mobile_product_name {
        display: none;
    }
    .proImgSwiper {
        aspect-ratio: 1 / 1;
    }
    .related_list {
        grid-gap: 15px;
    }
}

@media screen and (max-width: 480px) {
    .proImgSwiper {
        height: 300px;
    }
    .products-list {
        grid-template-columns: 1fr 1fr;
    }
    .products-list .name {
        font-size: 14px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
    }
    .proImgSwiper .swiper-button-next:after,
    .proImgSwiper .swiper-button-prev:after {
        width: 35px;
        height: 35px;
        font-size: 17px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 425px) {
    .proImgSwiper {
        height: 250px;
    }
}

/**聯絡我們(表單)**********************************************************/

/*表單*/

.contact_page .main_part {
    padding-top: 0px;
}

.contact_form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.blank_letter {
    font-family: "PT Sans Narrow", sans-serif, "Zen Kaku Gothic Antique", sans-serif, "Noto Sans TC", sans-serif;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 25px;
    color: #9b6563;
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 40px 30px;
}

.blank_letter.f {
    position: relative;
}

.blank_letter.f:before {
    content: 'JOIN THE PARTY';
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.blank_letter.f:after {
    content: '';
    background: url(https://pic03.eapple.com.tw/luckyparty/ind_13.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    animation: shine-sway 4s ease-in-out infinite;
}

.blank_letter.i {
    display: none;
}

.contact_content .information_left {
    width: 48%;
    position: relative;
}

.contact_content .information_right {
    width: 50%;
    padding-left: 70px;
}

.contact_form li {
    padding-bottom: 0px;
    grid-gap: 0px;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.contact_form li .form__label {
    max-width: 50%;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.2em;
    position: relative;
    text-align: left;
    font-weight: 400;
    color: #444;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    letter-spacing: 1px;
    text-align: justify;
    gap: 13px;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}

.red {
    color: #ec7170;
    position: absolute;
    left: -17px;
}

.contact_form li input.noborder {
    background-color: #fff;
    border: none;
    box-shadow: 5px 5px 0px #ffefc4;
}

.form select {
    background-color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    box-shadow: 5px 5px 0px #ffefc4;
}

.contact_form li.last {
    gap: 0px;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    background: #aadcdd;
    border-radius: 0px;
    box-shadow: 5px 5px 0px #a5bfbc;
    transition: all .3s;
    border: none;
    width: 170px;
}

.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover {
    transition: all .3s;
    box-shadow: 0px 0px 0px #a5bfbc;
    transform: translate(5px, 5px);
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    padding: 0px;
}

.contact_form li.last blockquote {
    color: #fff;
    margin-right: 20px;
}

.contact_form li textarea.noborder {
    background-color: #fff;
    border: none;
    box-shadow: 5px 5px 0px #ffefc4;
}

.contact_le_map a {
    display: none;
}

.list_before.info li {
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 55px;
}

.list_before {
    margin: 30px 0 20px;
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    letter-spacing: 2px;
    color: #9b6563;
}

.note {
    top: 75px;
}

@media screen and (max-width: 1024px) {
    .blank_letter {
        text-align: end;
        padding-right: 0px;
    }
}

@media screen and (max-width: 992px) {
    .contact_content .information_right {
        width: 50%;
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .contact_content .information_left {
        width: 100%;
        margin-top: 0px;
        height: 100%;
    }
    .contact_content .information_right {
        width: 95%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 35px;
    }
    .blank_letter {
        text-align: center;
        padding: 40px 0px 0px 0px;
    }
    .red {
        left: -18px;
    }
    .note {
        position: fixed;
        margin-left: 40px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        padding: 0px;
        background: transparent;
    }
    .contact_form {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .blank_letter {
        text-align: end;
        padding-right: 0px;
        margin: 0px;
    }
    .contact_form li.last {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 200px;
    }
    .list_before {
        margin: 0px 0 30px;
    }
}

/********分隔線**************************************************************/

/*預設解除背景輪播*/

#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

/********分隔線**************************************************************/

/*內頁BANNER 設定*/

.banner {
    background: transparent;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    width: 2000px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    border-bottom: 10px solid #ffeebb;
}

.banner h5 {
    position: absolute;
    margin-right: auto;
    font-size: 26px;
    color: #ffffff;
    top: 72%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-weight: 600;
    z-index: 99;
    text-shadow: 4px 4px 4px #ffbb3a;
    animation: scale-in-center 2s cubic-bezier(.25, .46, .45, .94) both;
    animation-delay: .4s;
}

/*英文標題*/

.banner h5:before {
    content: '';
    font-size: 66px;
    display: flex;
    color: #ffffff;
    font-weight: 700;
    flex-direction: column;
}

/*服務項目*/

.banner.banE h5:before {
    content: 'OUR SERVICES';
}

/*派對空間*/

.album_b .banner.banE h5:before {
    content: 'PARTY ROOM';
}

/*案例分享*/

.article_a .banner.banblog h5:before {
    content: 'HAPPY MOMENTS';
}

/*幸運好物*/

.banner.banF h5:before {
    content: 'LUCKY PICKS';
}

/*你想知道的事*/

.article_b .banner.banblog h5:before {
    content: 'SWEET ANSWERS';
}

/*聯絡我們*/

.banner.banC h5:before {
    content: 'SAY HELLO';
}

/* SUN */

.banner:before {
    content: '';
    position: absolute;
    background: #fdce60;
    border: 10px solid #ffeebb;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    z-index: 1;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 30px);
    opacity: 0;
    box-shadow: 0 0 40px 15px #ffeebb80, 0 0 100px 40px #ffd07755;
    animation: floatUp 1.2s ease-out forwards, glowPulse 2s ease-in-out infinite alternate;
}

/* SUNSHINE */

.banner:after {
    content: '';
    position: absolute;
    background: url(https://pic03.eapple.com.tw/luckyparty/sun.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1250px;
    height: 1250px;
    top: 10%;
    opacity: 1;
    animation: rotateCircle 20s linear infinite;
}

@keyframes floatUp {
    0% {
        transform: translate(-50%, 80px) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0) scale(1);
        opacity: 1;
    }
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 40px 15px #ffeebb80, 0 0 100px 40px #ffd07755;
    }
    100% {
        box-shadow: 0 0 60px 25px #ffeebbcc, 0 0 130px 60px #ffd07788;
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 576px) {
    .banner {
        min-height: 300px;
    }
    .banner h5 {
        font-size: 25px;
    }
    .banner h5:before {
        font-size: 35px;
    }
    .banner:before {
        width: 500px;
        height: 500px;
        top: 25%;
        left: 50%;
    }
    .banner:after {
        width: 600px;
        height: 600px;
        top: 5%;
    }
}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }
}

@media screen and (max-width: 600px) {
    .main_part {
        padding: 10px;
    }
}