@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');


/*-------------------- 全頁共用 --------------------*/
:root {
    --basic-txt: #2d221a;
    --main-color: var(--leaf);
    --sub-color: var(--ink);
    --content-p: calc(3vw + 42px);
    --col-p: clamp(8px, 1vw + 2px, 15px);
    --transition-com: all 0.25s ease;

    --sky-top: #FFFFFF;
    --sky-bottom: #EAF7EE;
    --grass: #2F6C41;
    --grass-dark: #1E4C2C;
    --leaf: #3E7A3C;
    --leaf-light: #59A057;
    --pine: #0B5A31;
    --mint-pop: #22C878;
    --pool-blue: #3C9BCB;
    --coral: #FF3C83;
    --org: #f15647;
    --gold: #FFC931;
    --cream: #FFFDF6;
    --ink: #16321F;
    --ink-soft: #2F5A3E;
}

/*-- 標題字級 --*/

h1 {
    font-family: 'Noto Sans TC', "微軟正黑體", "微软雅黑", sans-serif;
    position: relative;
    font-weight: 400;
    color: var(--sub-color);
    margin-bottom: 0;
    z-index: 100;
    font-size: 2.5rem;
    text-shadow: 0 3px 0 rgba(22, 50, 31, 0.3);

    &::before {
        content: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/title-icon01.png);
        vertical-align: middle;
        zoom: 0.65;
        margin-inline-end: 0.8rem;
    }

    &::after {
        content: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/title-icon02.png);
        vertical-align: middle;
        zoom: 0.8;
        margin-inline-start: 0.7rem;
    }
}

h1+h5 {
    color: var(--main-color);
}

@keyframes glow {
    from {
        text-shadow:
            0 0 10px var(--main-color),
            0 0 20px var(--main-color);
    }

    to {
        text-shadow:
            0 0 20px var(--main-color),
            0 0 30px var(--main-color),
            0 0 40px var(--main-color);
    }
}

img {
    max-width: 100%;
}

/*-- 按鈕 --*/

.btn {
    font-size: 1.1rem;
    color: white;
    border-color: white;
    border-radius: 0;
    padding: 0.5rem 1.7rem;
    background-color: rgba(0, 0, 0, .14);
}

.btn:hover {
    color: #fff;
    font-weight: 600;
    background-color: var(--coral);
    border-color: var(--coral);
}

.btn-lg {
    padding: 0.8rem 2rem;
    color: #fff !important;
    white-space: nowrap;
}

@media screen and (max-width:767px) {
    .btn {
        padding: 0.45rem 1rem;
    }
}

/*-------------------- 全頁共用 END --------------------*/


/*-------------------- 獨家雙人套票 #concert_tour --------------------*/

/*-- BG --*/

#wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
    &::before{
        content: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/logo-BEPCA.png);
        display: inline-block;
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 10;
    }
}

#concert_tour {
    overflow: visible;
    /* contain: layout style paint; */
    /* 防止外層影響 */
    isolation: isolate;

}

.festival-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    /* z-index:0; */
    overflow: hidden;
    background: linear-gradient(to top, var(--sky-top) 0%, var(--sky-bottom) 65%, #CDEEDA 100%);
}

/* 柔霧雲朵，增加縱深，但刻意壓低存在感 */
.cloud {
    position: absolute;
    background: #fff;
    border-radius: 100px;
    opacity: .85;
    filter: blur(1.5px);
    animation: cloudDrift 46s ease-in-out infinite;

    &:nth-of-type(1) {
        width: 200px;
        height: 60px;
        top: 2%;
        left: 10%;
    }

    &:nth-of-type(2) {
        width: 160px;
        height: 46px;
        top: 5%;
        left: 70%;
        animation-duration: 58s;
        animation-delay: -24s;
    }
}

.cloud::before,
.cloud::after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
}

.cloud::before {
    width: 55%;
    height: 130%;
    top: -65%;
    left: 10%;
}

.cloud::after {
    width: 40%;
    height: 100%;
    top: -45%;
    right: 12%;
}

@keyframes cloudDrift {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(36px);
    }
}

/* 閃爍煙火 sparkle（呼應主視覺的白色小煙火塗鴉） */
.sparkle {
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0;
    animation: twinkle 3.6s ease-in-out infinite;
}

.sparkle::before,
.sparkle::after {
    content: '';
    position: absolute;
    background: var(--cream);
    box-shadow: 0 0 6px 1px rgba(255, 255, 255, .8);
}

.sparkle::before {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.sparkle::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 2px;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(.4) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1) rotate(45deg);
    }
}

/* 葉子煙火：一顆火花先升空，抵達定點後綻放成葉片碎片 */
.spark {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cream);
    box-shadow: 0 0 6px 2px rgba(255, 246, 214, .9);
    animation: launchUp linear forwards;
}

@keyframes launchUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    92% {
        opacity: 1;
    }

    100% {
        transform: translateY(var(--rise, -35%));
        opacity: 0;
    }
}

.leaf-burst {
    position: absolute;
    width: 0;
    height: 0;
}

.leaf-shard {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    /* 新增這行：讓所有碎片都繞著煙火中心點縮放/旋轉 */
    clip-path: polygon(50% 0%, 85% 35%, 50% 100%, 15% 35%);
    opacity: 0;
    animation: leafBloom 2.36s cubic-bezier(.19, .8, .36, 1) forwards;
}

@keyframes leafBloom {
    0% {
        transform: translate(0, 0) scale(.2) rotate(0deg);
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translate(var(--tx), var(--ty)) scale(1) rotate(var(--rot));
        opacity: 0;
    }
}

/* 上升的節慶氣球
     結構拆成三層，避免 CSS animation 互相覆蓋 transform：
     .balloon        只負責上升（動畫 bottom，不是 transform）
     .balloon-motion 只負責左右飄動＋輕微轉動（動畫 transform）
     .balloon-scale  只負責大小縮放（inline transform，不被動畫覆蓋，縮放才會真正生效） */
.balloon {
    position: absolute;
    bottom: -20%;
    animation-name: rise;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.balloon-motion {
    animation-name: wobble;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.balloon-body {
    width: 32px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background-image: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 45%);
    box-shadow:
        inset -6px -6px 10px rgba(0, 0, 0, .14),
        inset 4px 5px 8px rgba(255, 255, 255, .3);
}

.balloon-body::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5px solid currentColor;
}

.balloon-string {
    width: 1px;
    height: 22px;
    margin: 0 auto;
    background: rgba(60, 70, 60, .35);
}

@keyframes rise {
    0% {
        bottom: -20%;
    }

    100% {
        bottom: 115%;
    }
}

@keyframes wobble {
    0% {
        transform: translateX(calc(var(--amp) * -1)) rotate(calc(var(--amp) * -0.18deg));
    }

    25% {
        transform: translateX(calc(var(--amp) * 0.35)) translateY(-3px) rotate(calc(var(--amp) * 0.08deg));
    }

    50% {
        transform: translateX(var(--amp)) rotate(calc(var(--amp) * 0.18deg));
    }

    75% {
        transform: translateX(calc(var(--amp) * -0.35)) translateY(3px) rotate(calc(var(--amp) * -0.08deg));
    }

    100% {
        transform: translateX(calc(var(--amp) * -1)) rotate(calc(var(--amp) * -0.18deg));
    }
}

/* 離開畫面附近時，把所有動畫凍結在當下那一格；不是重置，回到畫面內會從原本的格數接著播 */

.festival-bg.is-paused .balloon,
.festival-bg.is-paused .balloon-motion,
.festival-bg.is-paused .sparkle,
.festival-bg.is-paused .spark,
.festival-bg.is-paused .leaf-shard,
.festival-bg.is-paused .cloud {
    animation-play-state: paused;
}

/* 尊重使用者的減少動態偏好 */
@media (prefers-reduced-motion: reduce) {

    .spark,
    .leaf-shard,
    .balloon,
    .balloon-motion,
    .sparkle,
    .cloud {
        animation: none !important;
    }

    .sparkle {
        opacity: .7;
    }

    .spark,
    .leaf-burst {
        display: none;
    }
}

/*-- BG END --*/

.intro-txt {
    >p:last-of-type {
        margin-bottom: 2rem;
    }

    >.font-en {
        font-family: "Oswald", sans-serif;
        color: var(--sub-color);
        line-height: 1.3;
        font-weight: 500;

        >i {
            display: inline-block;
            font-style: normal;
            padding-inline: 0.25rem;
            border: 1px solid var(--sub-color);
        }
    }

    >.font-ch {
        color: var(--main-color);
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.15rem;

        >strong {
            color: var(--sub-color);
        }
    }
}

.intro-notice {
    display: inline-block;
    margin-inline: auto;
    color: var(--sub-color);
    margin-bottom: 40px;

    >li {
        &::before {
            content: "\e88e";
            font-family: "Material Symbols Outlined";
            font-size: 100%;
            color: inherit;
            vertical-align: middle;
            margin-right: 0.25rem;
            font-variation-settings:
                'FILL' 1,
                'wght' 400,
                'GRAD' 0,
                'opsz' 24
        }
    }
}

.intro-imp {
    color: var(--main-color);
    margin: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.stars-sec {
    .stars-title {
        background-color: var(--leaf-light);
        color: white;
    }

    h5 {
        color: var(--main-color);
        font-weight: 600;
    }

    .star-list {
        display: block;
        padding-inline: 0.75rem;
        text-align: center;

        >li {
            display: inline-block;
            font-size: 1.25em;

            &::after {
                content: "｜";
                color: var(--bs-gray-600);
            }
            &:last-of-type::after {
            display: none;}
        }
    }
}

/*-------------------- 演出陣容輪播 .swiper --------------------*/

.stars-sec {
    margin-bottom: var(--content-p);
}

.carousel_swiper {
    position: relative;
    max-width: 1200px;
    margin-inline: auto;
}

.swiper {
    /* display: flex; */
    width: 100%;
}

.swiper-slide>a {
    display: block;
    text-align: center;
}

.swiper-slide>img {
    width: 96%;
    max-width: 96%;
    border-radius: 10px;
    margin: 0 auto;
    height: auto;
}

.swiper-button-disabled {
    opacity: 0.5;
}

/* swiper.css */

.swiper {
    padding-bottom: 2rem;
    /* 幫 pagination 留空間，避免蓋到圖片 */
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
}

.swiper-pagination-bullet {
    background: var(--sub-color);
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    /* font-variation-settings:
    'FILL'1,
    'wght'600,
    'GRAD'0,
    'opsz'48; */
    vertical-align: middle;
    margin-right: 0.3rem;
    font-size: var(--swiper-navigation-size);
    color: var(--bs-secondary);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    transition: var(--transition-com);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #11d073;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '\eaaa';
    margin: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '\eaa7';
    margin: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: calc(var(--swiper-navigation-size) * -1);
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: calc(var(--swiper-navigation-size) * -1);
    right: auto;
}


@media screen and (max-width:991px) {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: calc(var(--swiper-navigation-size) / 4 * 3);
        color: #fff;
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: calc(var(--swiper-navigation-size) / 3);
        left: auto;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: calc(var(--swiper-navigation-size) / 3);
        right: auto;
    }
}

@media screen and (max-width:767px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/*-------------------- 演出陣容輪播 .swiper END --------------------*/

/*-- 商品區 .pro-sec --*/
.pro-sec {
    position: relative;
    z-index: 10;
}

.pro-ticket>div {
    margin-bottom: calc(var(--col-p) * 3);
}

.pro-box {
    display: flex;
    flex-direction: column;
    cursor: default;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    text-decoration: none;
    color: var(--basic-txt);
    padding: 0;
    padding-block-end: 2.5rem;
    box-shadow: 0 0 0 2px var(--main-color);
    background: linear-gradient(120deg, white 0%, white 100%);
    z-index: 10;
    transition: var(--transition-com);

    &.dbl-btn {
        padding-block-end: 5.2rem;
    }
}

/* .pro-box:hover {
    color: inherit;
    transform: translateY(-3px);
    text-decoration: none;
    color: var(--basic-txt);
    background: linear-gradient(120deg, white 0%, var(--sky-bottom) 100%);
    box-shadow: 0 0 0 2px white, 0 0 0.3rem var(--ink-soft), 0 0.5rem 0.6rem var(--ink-soft), 0 0.6rem 0.8rem var(--ink-soft);

    .btn_sale {
        color: var(--coral);
        background-color: var(--grass-dark);
        &::after {
            transform: translateY(1rem);
        }
    }

} */

.pro-box .sale_img {
    aspect-ratio: 2/1;
    position: relative;
    overflow: hidden;

    >img {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.pro-box .sale_info {
    flex: 1;
    position: relative;
    padding: 0.75rem 1rem 40px;
}


.pro-box .sale_info>h4 {
    color: var(--grass-dark);
    line-height: 1.3;

    >span {
        font-size: 0.67em;
    }
}

.sale_info>.spec_txt {
    color: var(--basic-txt);
    padding-inline-start: 0;
    margin-bottom: 35px;
}

.pro-box .sale_info>.spec_txt>li::before {
    font-family: 'Material Symbols Outlined';
    color: var(--leaf-light);
    content: '\ef76';
    vertical-align: middle;
    margin-right: 0.4rem;
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}


.pro-box .sale_info>.spec_txt>li.star-point::before {
    content: '\f31c';
}

.pro-box .sale_info>.price_txt {
    position: absolute;
    display: block;
    text-align: right;
    color: var(--coral);
    padding: 0 0.8rem 0.8rem;
    right: 0;
    bottom: 0;
    font-size: 1.3rem;
}

.sale_info>.price_txt>strong {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    margin-inline-end: 0.15rem;
    font-size: 2.4rem;
}

/* clearfix */
/* .sale_info>.price_txt:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} */

.pro-box .btn-sec {
    position: absolute;
    width: 100%;
    bottom: 0;

    .btn_sale {
        display: block;
        width: 100%;
        font-size: 1.2rem;
        font-weight: 500;
        background-color: var(--main-color);
        color: white;
        border-radius: 0;
        border: none;
        white-space: nowrap;
        transition: background-color 0.25s ease-out;
        /* cursor: default; */

        &:nth-of-type(2) {
            background-color: var(--pine);
        }

        &::after {
            font-family: 'Material Symbols Outlined';
            content: '\e913';
            /* font-size: 1.2em; */
            vertical-align: sub;
            margin-inline-start: 0.25rem;
            transition: margin 0.2s ease-out;
            font-variation-settings:
                'FILL' 1,
                'wght' 400,
                'GRAD' 0,
                'opsz' 24
        }

        &.btn_release::after {
            content: '\e855';
            vertical-align: text-bottom;
            display: none;
        }
    }
}

.pro-box .btn_sale:hover {
    color: white;
    background-color: var(--coral);

    &:nth-of-type(2) {
        background-color: var(--org);
    }

    &::after {
        margin-inline-start: 0.5rem;

    }
}



.pro-box.sold_out {
    box-shadow: 0 0 0 1px var(--bs-warning);
}

.pro-box.sold_out::before {
    content: url(https://event.cdn-eztravel.com.tw/events/wu-qing-feng_concert/icon-soldout.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

/* 建築群輪播 */
@keyframes movetxt {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: 300% top;
    }
}

.pro-sec .buildings-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: calc(0.2208333333333333 * 2 * 100%);
    background-image: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-building.png);
    background-size: 300% 100%;
    animation-name: movetxt;
    animation-duration: 180s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width:767px) {
    @keyframes movetxt {
        0% {
            background-position: 0 top;
        }

        100% {
            background-position: 900% top;
        }
    }

    .pro-sec .buildings-sec {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: calc(0.2208333333333333 * 6 * 100%);
        background-image: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-building.png);

        background-size: 900% 100%;
        animation-name: movetxt;
        animation-duration: 500s;
    }
}

/* line點我搶先登記開賣提醒 */

.line_remind {
    padding-block-start: calc(var(--col-p)*2);
}

ul.flow-container {
    display: inline-flex;
    /* align-items: stretch; */
    gap: 0;
    margin-inline: auto;
    margin-block-start: 1rem;
}

.arrow-step {
    --data-L: 15%;
    display: inline-block;
    position: relative;
    background: #4a4a4a;
    font-size: 0.89rem;
    color: var(--sub-color);
    padding: calc(var(--col-p) * 1.5) calc(var(--col-p) * 2 - 10px) calc(var(--col-p) * 2) calc(var(--col-p) * 2 + 8px);
    text-align: center;
    background-color: hsl(0, 0%, var(--data-L));

    &:nth-of-type(1) {
        --data-L: 15%;
        padding-inline-start: calc(var(--col-p) * 1.5);
    }

    &:nth-of-type(2) {
        --data-L: 25%;
    }

    &:nth-of-type(3) {
        --data-L: 35%;
    }

    >i {
        font-size: 1.35em;
        font-style: normal;
    }
}

/* 右側三角形箭頭 */
.arrow-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -19.5px;
    top: 0;
    width: 20px;
    height: 100%;
    background: hsl(0, 0%, var(--data-L));
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: 2;
}

/* 直式，移除橫向箭頭，改為向下箭頭 */
/* @media (max-width: 768px) {
    .flow-container {
        flex-direction: column;
    }

    .arrow-step {
        width: 100%;
        padding: 30px 40px;
    }
    
    .arrow-step:not(:last-child)::after {
        right: 0;
        top: auto;
        bottom: -20px;
        width: 100%;
        height: 20px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }
} */

/* 輪播簡介區 */

.summary-sec {
    position: relative;
    padding-block-start: calc(var(--content-p) / 2);
    background-color: #15bccd;
    z-index: 10;

    h1 {
        color: white;
        margin-bottom: 0;
    }
}

.summary-txt {
    padding-inline: 1rem;
}

.summary-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.summary-track {
    display: flex;
    width: max-content;
    animation: trainSlideScroll 30s linear infinite;
}

.summary-sec.hotel .summary-track {
    animation: hotelSlideScroll 30s linear infinite;
}

.summary-sec.train .summary-item,
.summary-sec.hotel .summary-item {
    height: 260px;
}

.summary-sec.train .summary-item img,
.summary-sec.hotel .summary-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {

    .summary-sec.train .summary-item,
    .summary-sec.hotel .summary-item {
        height: 150px;
    }
}

.summary-item {
    width: 25vw;
    flex-shrink: 0;
    position: relative;
    /* height: 250px; */

    >figcaption {
        position: absolute;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 0.2rem 0.75rem;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 991px) {
    .summary-item {
        height: auto;

        >figcaption {
            font-size: 0.875rem;
        }
    }
}

.summary-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

@keyframes trainSlideScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes hotelSlideScroll {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}


/* 暫停動畫（當滑鼠懸停時） */
.summary-pic:hover .summary-track {
    animation-play-state: paused;
}

@media (max-width: 767px) {
    .summary-track {
        width: calc(50vw * 14);

    }

    .summary-item {
        width: 50vw;
    }

    @keyframes trainSlideScroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-350vw);
        }
    }

    @keyframes hotelSlideScroll {
        0% {
            transform: translateX(-350vw);
        }

        100% {
            transform: translateX(0);
        }
    }
}

/*-------------------- 獨家雙人套票 #concert_tour END --------------------*/

/*-------------------- 獨家折扣碼 #concert_bonus --------------------*/

#concert_bonus {
    background: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-grassland.jpg) repeat;
}

.coupon-box {
    position: relative;
    justify-content: center;
    margin: 0 auto;
    width: min(100%, auto);
}

.coupon-box>div {
    margin-bottom: var(--col-p);

    img {
        max-width: 100%;
        transition: var(--transition-com);
    }
}

@media screen and (max-width: 767px) {
    .coupon-box>div {
        padding-inline: calc(var(--col-p) * 3) !important;
    }

}

.coupon-box a:not(.btn) {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 100%;
    transition: var(--transition-com);
}

.coupon-box a:not(.btn):hover img {
    /* filter: drop-shadow(0 3px 5px var(--ink)) drop-shadow(0 5px 5px var(--ink)) drop-shadow(0 8px 2px var(--ink)); */
    filter: drop-shadow(0 0.75rem rgba(22, 50, 31, 0.25));
    transform: scale(1.06);
}

.coupon-box a:not(.btn):hover::before {
    opacity: 0.5;
}

/*-------------------- 演唱會資訊 #concert_info --------------------*/

#concert_info {
    /* min-height: 100vh; */
    padding-bottom: var(--content-p);
    background: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-fans01.png) no-repeat left bottom/calc(462 / 1920 * 100%), url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-fans02.png) no-repeat right bottom/calc(500 / 1920 * 100%), url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-grassland.jpg) repeat;
}

@media screen and (max-width:767px) {
    #concert_info {
        padding-bottom: var(--content-p);
        background: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-fans01.png) no-repeat left bottom/40%, url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-fans02.png) no-repeat right bottom/50%, url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-grassland.jpg) repeat;
    }
}

#lightBeamCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.concert-info-sec {
    background: white;
    /* border: 2px solid var(--main-color); */
    padding: calc(var(--col-p) * 1.5);
    margin-bottom: calc(var(--content-p) / 2);
}


.concert-info-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 1.5rem;

    h6 {
        display: inline-block;
        border-radius: 100px;
        color: var(--ink);
        font-weight: 600;
        background-color: #11d073;
        padding: 0 1rem;
    }

    .concert-info-notice {
        padding-top: 1rem;
        color: var(--sub-color);
    }
}

.concert-info-pic {
    position: relative;
}

.concert-info-pic a {
    color: #fff;
}

.concert-info-pic img {
    max-width: 100%;
    width: 100%;
    height: auto;
    /* margin-top: -3vw; */
}

@media screen and (max-width:1199px) {
    #concert_info h4 {
        margin-bottom: 0;
    }

    #concert_info p {
        margin-bottom: 0.3rem;
    }
}

.concert-info-pic .small {
    position: absolute;
    bottom: 4px;
    right: 20px;
    white-space: nowrap;
}


/* APP首購 */

.appfirst-sec .day-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem;

    >b {
        width: auto;
        padding-inline-start: 0.6rem;
        padding-inline-end: 0.6rem;
        align-items: center;
        letter-spacing: 0.05rem;
        line-height: 100%;
    }

    >i {
        position: relative;
        display: block;
        flex: 1 0 0%;
        height: min(1px, 1px);
        background: linear-gradient(to right, #224161, var(--main-color) 60%);

        &:last-of-type {
            background: linear-gradient(to left, #224161, var(--main-color) 60%);
        }
    }
}

.appfirst-sec .btn::after,
.appfirst-sec .btn::before {
    font-family: 'Material Symbols Outlined';
    content: '\f2b2';
    font-size: 1.2em;
    vertical-align: middle;
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.appfirst-sec .btn::after {
    margin-left: 0.25rem;
}

.appfirst-sec .btn::before {
    margin-right: 0.25rem;
}


/*-------------------- 演唱會資訊 #concert_info END --------------------*/

/*-------------------- 注意事項 #concert_note --------------------*/

#concert_note {
    color: white;
    padding-bottom: var(--content-p);
    background: url(https://event.cdn-eztravel.com.tw/events/2026_kpmf/bg-grassland-deep.jpg) repeat;

}

#concert_note h1 {
    color: var(--cream);
    text-shadow: none;
    animation: none;
}

#concert_note ul {
    font-size: 0.89rem;
    padding-inline-start: 1.32em;

    li {
        text-indent: -1.32em;

        &::before {
            font-family: 'Material Symbols Outlined';
            content: '\e838';
            font-size: 1em;
            color: var(--mint-pop);
            margin-right: 0.4em;
            vertical-align: middle;
            font-variation-settings:
                'FILL' 1,
                'wght' 400,
                'GRAD' 0,
                'opsz' 24
        }
    }
}

.logo-bottom{
    background-color: #2a6335;
    text-align: center;
    >img{
        width: min(1000px, 100%);
    }
}





/* 0506_新增頁簽 */
/* 0506_新增頁簽 */

/* 頁簽外框 */
.summary-tabs-wrapper {
    margin-block-start: calc(var(--content-p) * 3 / 4);
    position: relative;
    z-index: 20;
    text-align: left;
}

.summary-tabs-wrapper>h1 {
    text-align: center;
}

/* 頁簽列 */
.summary-nav {
    margin: 30px 0 20px 0;
}

.summary-nav.nav-tabs {
    border-bottom: none;
    gap: 0.5rem;
    justify-content: center;
    max-width: 1350px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.summary-nav .nav-item {
    flex: 1;
}

.summary-nav .nav-link {
    width: 100%;
    text-align: center;
    color: var(--main-color);
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--main-color);
    border-radius: 0;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
    transition: var(--transition-com);
}

.summary-nav .nav-link:hover {
    color: var(--basic-txt);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.summary-nav .nav-link.active {
    color: #000;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/* 手機版 2個一排 */
@media (max-width: 767px) {
    .summary-nav {
        flex-wrap: wrap;
        gap: 0.5rem;
        margin: 30px 0 20px 0;
    }

    .summary-nav .nav-item {
        flex: 0 0 calc(50% - 0.25rem);
    }
}

/* 頁簽內容 */
.tab-pane {
    display: none !important;
    opacity: 1 !important;
}

.tab-pane.active {
    display: block !important;
}

.tab-pane .summary-sec {
    margin-block-start: 0;
}

.tab-pane .summary-txt {
    text-align: center;
}





/* 售完覆蓋效果 */
.pro-box.sold-out {
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
    /* filter: brightness(0.35) grayscale(0.6); */
}

.sold-out .sale_img::after,
.sold-out .sale_info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    /* 60% 黑色 */
    z-index: 0;
    pointer-events: none;
}

.pro-box.sold-out::before {
    content: '已售完';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    color: #fff;
    font-size: clamp(1.5rem, 8vw, 2rem);
    font-weight: 600;
    z-index: 999;
    letter-spacing: 0.15em;
    pointer-events: none;

}

/* .sold-out .btn_sale {
  display: none;
} */

/* sold-out 時邊框改黑 */
.pro-box.sold-out {
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: 0 0 0 2px #17632e;
    /* 覆蓋原本的 main-color 綠色邊框 */
}

/* sold-out 時按鈕改黑底灰字 */
.pro-box.sold-out .btn_sale {
    background-color: #17632e;
    color: #888;
    border-color: #17632e;
}


/* 尚未開賣 */
.pro-box.pre-sale {
    cursor: default;
}

.pro-box.pre-sale::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 100;
    /* 蓋過底部的 .btn_sale */
    cursor: default;
}




@media (min-width: 768px) and (max-width: 991px) {
    .pro-box .btn_sale {
        white-space: normal;
        font-size: 1rem;
        line-height: 1.3;
        padding: 0.4rem 0.5rem;
    }
}