/* 漂浮 */

@keyframes float {
    0% {
        transform: translate(0px, 0px) scale(1);
    }

    20% {
        transform: translate(0px, 0px) scale(1.02);
    }

    40% {
        transform: translate(0px, 0px) scale(0.98);
    }

    60% {
        transform: translate(0px, 0px) scale(1);
    }

    80% {
        transform: translate(0px, 0px) scale(0.97);
    }

    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

/* @keyframes float {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.02);
    }

    40% {
        transform: scale(0.98);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(0.97);
    }

    100% {
        transform: scale(1);
    }
} */

.hide {
    display: none;
}

.wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    perspective: 1200px;
    /* perspective: 5.5cm; */
    transform-style: preserve-3d;
    z-index: 0;
}



.wrap:nth-of-type(2) {
    z-index: -6;
}

.tri {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform-origin: center;
    opacity: 0;
    filter: grayscale(1);
    animation: moveIn 10s linear infinite;
}



/* 動畫關鍵幀 */
@keyframes moveIn {
    0% {
        opacity: 0;
        transform: translate3d(var(--xStart), var(--yStart), 0) rotate(var(--rot)) scale(1);
        /* transform: translate3d(var(--xStart), var(--yStart), 0) rotate(var(--rot)) scale(0.2); */
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
        /* transform: calc(1); */
        /* transform: translate3d(calc(var(--xStart) * 0.2), calc(var(--yStart) * 0.2), 100px) rotate(calc(var(--rot) * 2)) scale(1); */
        /* transform: translate3d(calc(var(--xStart) * 0.01), calc(var(--yStart) * 0.01)) rotate(calc(var(--rot) * 0.01)) scale(1); */
        /* transform: translate3d(calc(var(--xStart)), calc(var(--yStart))) rotate(calc(var(--rot) * 2)) scale(1); */
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(calc(var(--rot)*3)) scale(0.5);

    }
}

.full {
    width: 100%;
}

.swiper-slide {
    transform: none;
    /* 避免 Swiper 使用變換 */
}

.hide {
    display: none;
}

body {
    /* font-size: 14px; */
    /* font-family: "Noto Sans CJK TC", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana,
        sans-serif; */
    font-family: "Noto Sans CJK TC", sans-serif;
    overflow-x: hidden;
    /* background: url(../images/bg/bg2.jpg); */
    background: url(../images/bg/KV-BG_1920.jpg);
    background-repeat: no-repeat;
    /* background-position: top; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

/* 彈窗 */
.popup-bg {
    background-color: rgba(24, 24, 24, 0.835);
    width: 100vw;
    height: 100vh;
    z-index: 9;
    position: fixed;
}

.popup {
    width: 50%;
    aspect-ratio: 1 / 0.8;
    /* width: calc(1577px * 0.6); */
    /* height: calc(1208px * 0.55); */
    /* background: url(../images/popup/popup_bg03.png); */
    background: url(../images/popup/popup_bg05_m.png);
    background-position: center center;
    background-size: cover;
    position: fixed;
    z-index: 99;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closePop {
    font-size: 60px;
    position: absolute;
    right: 90px;
    top: 30px;
    z-index: 999;
    cursor: pointer;
    width: calc(50px* 0.9);
}

.popup .booking-district {
    width: 100%;
    height: 15%;
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup .booking-district .info select {
    padding: 3px 10px;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 15px;
    height: 2.1rem;
    width: 20%;
    /* 加入箭頭圖片 */
    /* background-image: url('../images/icon/sort-down-solid.svg'); */
    /* 這裡放你的箭頭圖 */
    background-repeat: no-repeat;
    background-position: right 8% top 35%;
    /* right 10px → 水平位置（X 軸）
     top 30% → 垂直位置（Y 軸） */
    background-size: 9px;
    /* 調整箭頭大小 */
}



.popup .booking-district .info input[type='text'] {
    padding: 3px 10px;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 15px;
    height: 2.1rem;
    width: 30%;
}

.popup .booking-district .info {
    position: unset;
    transform: none;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    width: 96%;
}

.popup .booking-district .extra {
    position: unset;
    top: 6%;
    left: 0;
    transform: none;
    width: 97%;
    padding-bottom: 0;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    line-height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .booking-district .extra input[type='checkbox'] {
    position: relative;
    width: 17px;
    height: 36px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: center;
    border: 1px solid #292927;
}

.popup .order_err_msg {
    position: unset;
    transform: none;
    color: red;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 97%;
    display: block;
    margin-top: -0.5%;
    /* height: 1rem; */
    display: block;
    height: 15%;
}

.popup .booking-district a.sendbtn {
    position: unset;
    width: 80%;
    /* height: 8rem; */
    background: url(../images/popup/popup_btn_2.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    animation: .6s linear infinite alternate magnify;
    margin-bottom: 0;
    aspect-ratio: 1 / 0.1;
}

.popup .booking-district a.sendbtn:hover {
    position: unset;
    width: 80%;
    /* height: 8rem; */
    background: url(../images/popup/popup_btn_2.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    aspect-ratio: 1 / 0.1;
}


/* 背景的英雄們 */
.bgCharacter {
    display: flex;
    position: fixed;
    align-items: center;
    color: white;
    z-index: -1;
    justify-content: space-between;
    align-items: center;
    color: white;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* KV的最上層效果 */
.decoration {
    background: url(../images/bg/KV-1_1920.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

/* KV的中層效果 */
.decoration2 {
    background: url(../images/bg/KV-3_1920.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;

}

/* KV的最下層效果 */
.decoration3 {
    background: url(../images/bg/KV-5_1920.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -7;
}

/* 左英雄 */
.characterL {
    width: 35%;
    height: 100%;
    position: relative;
}

/* 右英雄 */
.characterR {
    height: 100%;
    width: 35%;
    position: relative;
}

/* 左 石頭人 */
.characterTopL {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: float 10s ease-in-out 0.3s infinite;
}

/* 左 石頭人 */
.arvin {
    background: url(../images/character/KV_2_石頭人\(埃文\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(1245px * 0.8);
    height: calc(1426px * 0.8); */
    position: absolute;
    left: -52%;
    top: 40%;
    z-index: -1;

    width: 140%;
    aspect-ratio: 1 / 1.2;
}

/* 左 狐狸人 */
.ulrica {
    animation: float 13s ease-in-out infinite;
    position: absolute;
    z-index: -1;
    width: 60%;
    left: -19%;
    top: 39%;
    width: 120%;
}

.ulrica div {
    background: url(../images/character/KV_4_L1狼女\(烏黎卡\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(1035px * 0.8); */
    /* height: calc(1233px * 0.8); */
    width: 100%;
    aspect-ratio: 1 /1.1;
}

/* 左 邦妮 */
.bonnie {
    animation: float 15s ease-in-out 0.2s infinite;
    position: absolute;
    left: 6%;
    top: 31%;
    z-index: -4;
    width: 80%;
}

.bonnie div {
    background: url(../images/character/KV_4_L3泡泡糖\(邦尼\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(650px * 0.8); */
    /* height: calc(952px * 0.8); */
    /* transform: rotate(9deg); */
    width: 100%;
    aspect-ratio: 1 /1.4;
}

/* 左 奇異博士 */
.elvis {
    animation: float 13s ease-in-out 0.2s infinite;
    position: absolute;
    z-index: -5;
    left: -23%;
    top: 5%;
    width: 76%;
}

.elvis div {
    background: url(../images/character/KV_4_L2魔術師\(艾維斯\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(615px * 0.8);
    height: calc(1055px * 0.8); */
    width: 100%;
    aspect-ratio: 1 /1.5;
}

/* 左 希爾達 */
.hilda {
    animation: float 10s ease-in-out infinite;
    position: absolute;
    left: 12%;
    top: 8%;
    z-index: -6;
    width: 100%;
}

.hilda div {
    background: url(../images/character/KV_4_L4狙擊\(希爾達\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(875px * 0.8);
    height: calc(915px * 0.8); */
    width: 100%;
    aspect-ratio: 1 /1;
}

/* 右 樹人 */
.characterTopR {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* 右 樹人 */
.atwood {
    background: url(../images/character/KV_2_樹人\(亞特伍德\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(1235px * 0.8);
    height: calc(1670px * 0.8); */
    /* right: -71%;
    top: 8%; */
    animation: float 10s ease-in-out 0.3s infinite;
    position: absolute;
    width: 142%;
    aspect-ratio: 1 / 1.2;
    right: -65%;
    top: 19%;
}

/* 右 柯基 */
.kk {
    animation: float 13s ease-in-out infinite;
    position: absolute;
    right: 26%;
    /* top: 60%; */
    z-index: -3;
    top: 59%;
    width: 60%;
}

.kk div {
    background: url(../images/character/KV_4_R1柯基.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(530px * 0.8);
    height: calc(615px * 0.8); */
    width: 100%;
    aspect-ratio: 1 / 1.2;
}

/* 右 劍 */
.amaia {
    animation: float 15s ease-in-out infinite;
    position: absolute;
    /* right: 5%; */
    top: 34%;
    z-index: -4;
    right: 20%;
    top: 34%;
    width: 100%;
}

.amaia div {
    background: url(../images/character/KV_4_R2刺針\(阿瑪雅\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(1000px * 0.8);
    height: calc(1062px * 0.8); */
    width: 100%;
    aspect-ratio: 1 / 1.4;
}

/* 右 天線 */
.ava {
    animation: float 10.5s ease-in-out 0.3s infinite;
    position: absolute;
    right: -15%;
    top: 0;
    z-index: -5;
    width: 70%;
}

.ava div {
    background: url(../images/character/KV_4_R3AVA\(艾娃\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(530px * 0.8);
    height: calc(825px * 0.8); */
    width: 100%;
    aspect-ratio: 1 / 1.5;
}

/* 右 光 */
.light {
    animation: float 5.5s ease-in-out infinite;
    position: absolute;
    right: 0;
    top: 8%;
    z-index: -5;
}

.light div {
    background: url(../images/character/KV_4_R4_光.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(1185px * 0.6);
    height: calc(1190px * 0.6);
}

/* 右 科學家 */
.alfred {
    animation: float 3.5s ease-in-out infinite;
    position: absolute;
    right: 6%;
    top: 11%;
    z-index: -6;
    width: 90%;
}

.alfred div {
    background: url(../images/character/KV_4_R4科學家\(阿爾弗雷德\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: calc(670px * 0.8);
    height: calc(860px * 0.8); */
    width: 100%;
    aspect-ratio: 1 / 1.2;
}


.qrText {
    padding-top: 5px;
}

.coin {
    display: none;
}

.full-image {
    width: 100%;
}

/* KV區塊-start */
.sectionbg-0 section {
    position: relative;
    overflow: hidden;
}

.index-logo {
    width: 200px;
    z-index: 5;
    margin: 0 auto;
    padding-top: 100px;
    display: none;
}

.index-m-logo {
    display: none;
    width: 200px;
    z-index: 5;
    margin: 0 auto;
    padding-top: 100px;
}

.video-btn-box {
    width: 100%;
}

/* 播放YT按鈕 */
.video-btn {
    width: 130px;
    position: absolute;
    right: 950px;
    top: 330px;
    cursor: pointer;
}

.content {
    width: 100%;
}

.original-area {
    min-height: 100%;
    box-sizing: border-box;
}

.fullpage {
    display: none;
}

.sec-title {
    margin: 0 auto;
    z-index: 5;
    width: calc(250px * 0.9);
    padding-top: 50px;
}

.full_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
}

/* 這是每屏滑動的過度動畫 */
/* html,
body {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
} */

/* 每區塊元件的過度動畫 */
/* .pageAnimation {
    animation: pageAnimation 0.5s ease-in-out;
} */

.container {
    margin: 0 auto;
    /* height: 100vh; */
    /* overflow-y: auto; */
    scroll-snap-type: y mandatory;
    /* overflow-y: scroll; */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    position: relative;
}

/* 背景的logo */
/* .bgLogo {
    background: url(../images/bh/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(265px * 1.2);
    height: calc(162px * 1.2);
    position: fixed;
    left: 98px;
    left: 10%;
    top: 45%;
    z-index: -1;
} */

.container::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

/* .secction {
    scroll-snap-align: start;
    margin: 0 auto;
} */

/* background config start */

/* KV圖 */
.sectionbg-0 {
    margin: 0 auto;
    width: 520px;
    background: url(../images/bg/BG.png);
    /* background: url(../images/bg/web_bg_01.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

/* kv火花的spine */
/* #player {
    position: absolute;
    left: 0;
    width: 520px;
    height: 600px;
    pointer-events: none;
} */

/* 艾薩克背景測試 */
/* #player3 {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 1890px;
    left: -650px;
    pointer-events: none;
} */

/* #player4 {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    pointer-events: none;
} */

/* kv的spine hilda */
/* .hilda {
    position: absolute;
    left: -210px;
    width: 918px;
    height: 720px;
    top: 0;
    pointer-events: none;
} */

/* KV-ada的spine本人 */
/* .adaSpine {
    position: absolute;
    top: -45px;
    width: 1000px;
    left: -278px;
    height: 100%;
    pointer-events: none;
} */

.bg {
    width: 520px;
    margin: 0 auto;
    background: url(../images/bg/BG.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    z-index: 1;
}

.sectionbg-1 {
    position: relative;
    z-index: 3;
    width: 520px;
    top: -90px;
}

/* step1 */
.step1 {
    position: relative;
}

.step1-Bg {
    background: url(../images/STEP.1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.step1-title {
    font-size: 30px;
    font-weight: 900;
    color: #000;
}

/* .step1-title span {
    font-family: "Noto Sans CJK TC";
} */

.step1-detail p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    /* font-family: "Noto Sans CJK TC"; */
}

/* .step1-detail span {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana,
        sans-serif;
} */

.step1-text {
    transform: rotate(-5deg);
    width: 100%;
    margin: 10% 0 5% 20%;
    padding-top: 80px;
}

.step1-Bg .booking {
    width: 100%;
}

.step1-Bg .booking-district {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step1-Bg .info {
    height: 40px;
    line-height: 2px;
    width: 100%;
    text-align: center;
}

.step1-Bg .info select {
    text-transform: none;
    height: 30px;
    width: 20%;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
}

.step1-Bg .info input {
    height: 30px;
    width: 50%;
    border-radius: 5px;
    border: none;
}

.step1-Bg .extra {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.step1-Bg .extra #sec_reservation_aggree[type="checkbox"] {
    height: 25px;
    border-radius: 5px;
    border: none;
    aspect-ratio: 1 / 1;
    margin-right: 1%;
    border-radius: 8px;
    background-color: #fff;
    outline: none;
}

.step1-Bg .order_err_msg {
    height: 17px;
    width: 100%;
    display: inline-block;
    color: red;
    text-align: center;

}

.step1-Bg .sendbtn {
    display: inline-block;
    width: 180px;
    height: 35px;
    background: linear-gradient(180deg, #FFCC00 0%, #FFF600 100%);
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 900;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px;
    border: 3px solid #000;
    /* font-family: "Noto Sans CJK TC"; */

}

.step1-Bg .sendbtn div {
    width: 98%;
    height: 89%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 7px;
}

.step1 .philips {
    background: url(../images/philips.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 150px;
    aspect-ratio: 1 / 1;
    position: absolute;
    bottom: -5px;
}

/* step2 */

.step2 {
    position: relative;
    margin-top: 10%;
}

.step2-Bg {
    background: url(../images/STEP2_左黃.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 55%;
    aspect-ratio: 1.2 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.step2 .step2-text {
    position: absolute;
    top: 53px;
}

.step2-detail p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    /* font-family: "Noto Sans CJK TC"; */
}

/* .step2-detail span {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana,
        sans-serif;
} */

.step2 .laptop {
    position: absolute;
    top: -140px;
    right: 0;
    width: 61%;
}

.step2 .store {
    display: flex;
    position: absolute;
    width: 269px;
}

.step2 .ios {
    margin: 5px;
    width: 110px;
}

.step2 .gp {
    margin: 5px;
    width: 135px;
}

/* step3 */
.step3 .step3-Bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/STEP3.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1.2 / 1;
    position: relative;
}

.step3 .step3-text {
    transform: rotate(5deg);
    text-align: end;
    position: absolute;
    top: 83px;
    left: 36px;
}

.step3-title {
    font-size: 30px;
    font-weight: 900;
}

.step3-detail p {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.step3 .fb {
    width: 190px;
    position: absolute;
    left: 42px;
    top: 162px;
}

.step3 .step3-content {
    display: flex;
}

.box1 {
    height: 300px;
    width: 100%;
}

/* 預約就送 */
.orderGift {
    background-image: url(../images/預約就送.png);
    background-size: 100% auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1.15;
    position: relative;
    z-index: 3;
    position: absolute;
    width: 100%;
    bottom: -215px;
}

.orderGift .giftBox {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 108px;
}

.orderGift .title {
    font-size: 30px;
    font-weight: 900;
    color: #FFCC00;
    text-align: center;
}

.orderGift .item {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.orderGift .giftImg {
    border: 5px solid #000;
    margin: 5px;
    width: 90px;
    aspect-ratio: 1 / 1;
    background: radial-gradient(50% 50% at 50% 50%, #504DAA 0%, #000 100%);
}

.orderGift .giftText {
    width: 100px;
    height: 25px;
    background-color: #FFCC00;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-weight: 700;
    font-size: 11px;
}

/* 特攻召集令 */
.box {
    height: 370px;
    width: 100%;
}

.link-detail {
    background-image: url(../images/bg/web_bg.png);
    background-size: 100% auto;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup-link .rules-title {
    width: 45%;
    margin: 15px auto;
}

.popup-link .rules-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    line-height: normal;
    font-weight: 600;
    font-size: 18px;
}

.popup-link .pop-step-title {
    margin-top: 5%;
    text-align: center;
}

.popup-link .pop-step1-rules {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.popup-link .booking {
    margin-top: 2%;
}

.popup-link .booking-district .info {
    position: unset;
    top: 48%;
    left: 50%;
    transform: translate(0%, 0%);
    display: flex;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center;
}

.popup-link .booking-district .info select {
    /* border-radius: 9px;
    font-size: 20px;
    margin-right: 5px;
    height: 30px; */
    text-transform: none;
    height: 30px;
    width: 20%;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
}

.popup-link .booking-district .info input[type='text'] {
    /* border-radius: 9px;
    font-size: 20px;
    height: 30px; */
    height: 30px;
    width: 50%;
    border-radius: 5px;
    border: none;
}

.popup-link .booking-district .extra {
    position: unset;
    top: 60%;
    left: 50%;
    transform: translate(0%, 0%);
    display: flex;
    width: 100%;
    padding-bottom: 5px;
    align-items: center;
    color: #000;
    font-size: 18px;
    justify-content: center;
    font-weight: 600;
}

.popup-link .booking-district .extra input[type='checkbox'] {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.popup-link .order_err_msg {
    position: relative;
    top: 0%;
    color: red;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-top: 1%;
    height: 25px;
}

.popup-link .booking-district a.sendbtn {
    position: relative;
    width: 270px;
    height: 60px;
    bottom: 0px;
    left: 50%;
    margin-bottom: 0px;
    transform: translateX(-50%);
    /* background: url(../images/popup/button_01.png); */
    background: url(../images/popup/button_02.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
}

.popup-link .pop-step2-rules {
    font-size: 18px;
    font-weight: 600;
    width: 75%;
    margin: 0 auto;
    line-height: 2rem;
}

/* 這裡是分享網址的黑色底圖  */
.popup-link .share-url-bg {
    background-image: url(../images/popup/link_bg_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    align-items: stretch;
    margin: 0 auto;
}

.popup-link .share-url-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.popup-link .share-url {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.popup-link .pop-step2-text {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}

.popup-link .share-url input {
    width: 70%;
    padding: 10px;
    margin: 0 5px;
}

.popup-link .copy-icon {
    width: 23px;
    position: relative;
    right: 9%;
    cursor: pointer;
    background-color: #FFF;
}

.popup-link .pop-step2-text2 {
    color: #ffd900;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
}

.popup-link .pop-step2-rules-2 {
    font-weight: 600;
    /* margin-bottom: 40px; */
    text-align: center;
    margin: 0 5% 40px 5%;
    font-size: 13px;
}

/* 邀請獎勵 */
.popup-link .share-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 6%;
    width: 90%;
    margin: 0 auto;
}

.popup-link .share-img .stamp-box {
    position: relative;
}

.popup-link .share-img .stamp {
    width: 70px;
    position: absolute;
    bottom: 115px;
    right: -10px;
}

/* 注意事項 */
.popup-link .booking-notice {
    width: 90%;
    font-weight: 500;
    font-size: 16px;
    margin: 0px auto;
}

.popup-link .booking-detail {
    font-size: 14px;
    padding-bottom: 3%;
}

.popup-link .booking-detail .detail-title {
    font-weight: 950;
}

.popup-link .text {
    padding: 0.3rem 0 0.3rem 1rem;
}

.popup-link .booking-detail p {
    margin: 10px 0;
}

.popup-link .booking-detail .point {
    display: flex;
    line-height: 1.5rem;
}



.float-animation {
    width: 130px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 140px;
    z-index: 8;
    animation: magnify 0.5s infinite alternate;
}

/* gotop */


/* 有綠箭頭的gotop */
.goTopArrow {
    width: 50%;
    position: absolute;
    right: 30%;
}



/* footer */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    background: #0A1318;
    z-index: 9;
    box-sizing: border-box;
}




footer .company {
    display: flex;
    flex-wrap: wrap;
    width: 130px;
    align-content: center;
}

footer .company .cover {
    width: 230px;
    padding-bottom: 6px;
}

footer .company .title {
    font-size: 16px;
    color: #FFF;
}

footer .year {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
}

footer .year .cover {
    width: 62px;
    padding-right: 10px;
    box-sizing: border-box;
}

footer .year .title {
    flex: 1;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
}

footer .fire {
    width: 130px;
    margin: 0px 5px 15px 5px;
}

footer .moo {
    width: 180px;
    margin: 0px 5px 15px 5px;
}

footer .content_link {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #E3E3E3;
}


@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {

    /* 彈窗 */
    .popup .booking-district {
        height: 20%;
    }
}

@media (max-width: 1200px) {

    /* 彈窗 */
    .popup .booking-district {
        height: 25%;
    }


}

@media (max-width: 1024px) {

    /* 彈窗 */
    .popup {
        width: 65%;
    }

    /* 其他英雄隱藏 */
    .ulrica,
    .bonnie,
    .elvis,
    .hilda,
    .kk,
    .amaia,
    .ava,
    .light,
    .alfred {
        display: none;
    }

    /* 剩門神 */
    .arvin {
        left: -62%;
        top: 10%;
        width: 178%;
    }

    .atwood {
        width: 205%;
        aspect-ratio: 1 / 1.2;
        right: -89%;
        top: -13%;
    }

}

@media (max-width: 992px) {}

@media (max-width: 768px) {

    /* 彈窗 */
    .popup {
        width: 80%;
    }

    /* 關掉KV英雄 */
    .bgCharacter {
        display: none;
    }

    /* 關掉KV三角形效果 */
    .wrap {
        display: none;
    }


}

@media (max-width: 750px) {}



@media (max-width: 520px) {

    /* gotop */
    .float-animation {
        right: 0;
        width: 100px;
    }


    .popup {
        width: 100%;
    }

    .popup .booking-district a.sendbtn {
        width: 100%;
        display: block;
        aspect-ratio: 1 / 0.1;
    }

    .popup .booking-district a.sendbtn:hover {
        width: 100%;
        display: block;
        aspect-ratio: 1 / 0.1;
    }

    .popup .booking-district {
        height: 30%;
    }

    .closePop {
        right: 13%;
        top: 5%;
    }

    .bg {
        width: 100%;
        overflow: hidden;
    }

    .sectionbg-0 {
        width: 100%;
    }

    .sectionbg-1 {
        width: 100%;
    }

    .popup-link .rules-detail {
        font-size: clamp(12px, 3.5vw, 16px);
    }

    /* step1 */

    .step1 {
        width: 100%;
    }

    .step1-title {
        font-size: clamp(14px, 5vw, 28px);
    }

    .step1-Bg .extra #sec_reservation_aggree[type="checkbox"] {
        height: 20px;
    }

    .step2 .step2-text {
        top: 20%;
    }

    .step3 .step3-text {
        top: 20%;
        left: 36px;
    }

    .step3-title {
        font-size: clamp(14px, 5vw, 28px);
    }

    /* 預約就送 */

    .orderGift .item {
        gap: 2%;
    }

    .orderGift .giftBox {
        top: 19%;
    }

    .orderGift .gift {
        width: clamp(55px, 20vw, 100px);
        margin: 2%;
        box-sizing: border-box;
        margin: 0;
    }

    .orderGift .giftImg {
        width: 100%;
        aspect-ratio: 1 / 1;
        margin: 0;
        box-sizing: border-box;
    }

    .orderGift .giftText {
        width: 100%;
        height: auto;
        border: 5px solid #FFCC00;
        margin: 5% 0px;
        font-weight: 700;
        font-size: clamp(8px, 2vw, 12px);
        max-width: 100%;
        white-space: nowrap;
        box-sizing: border-box;
    }


    /* 特工召集令 */
    .popup-link .pop-step2-rules-2 {
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }

    .popup-link .share-img .stamp {
        top: -4%;
    }

    footer .year {
        padding: 15px 0px;
        width: 85%;
    }

    footer .year .title {
        font-size: 13px;
    }
}

@media (max-width: 450px) {

    /* 同意個資 */

    .step1-Bg .extra {
        font-size: clamp(10px, 34vw, 12px);
        font-size: clamp(8px, 5vw, 10px);
    }

    /* 預約領取按鈕 */
    .step1-Bg .sendbtn {
        display: inline-block;
        width: 165px;
        z-index: 3;
    }

    .step1-Bg .sendbtn {
        width: clamp(120px, 34vw, 180px);
    }

    .step2-detail p {
        font-size: 11px;
    }

    .step3 .fb {
        width: clamp(120px, 34vw, 170px);
        left: 7%;
    }

    .box1 {
        height: 218px;
        width: 100%;
    }

    /* 預約就送 */
    .orderGift {
        bottom: -16%;
    }

    /* 特攻召集令 */
    .popup-link .pop-step2-rules {
        width: 80%;
    }

    .popup-link .pop-step2-text {
        font-size: 17px;
    }


    /* footer */
    footer .company {
        width: 100px;
    }

    footer .fire {
        width: 100px;
    }

    footer .moo {
        width: 130px;
    }

    footer .year .title {
        font-size: 12px;
        line-height: 14px;
    }

    footer .year {
        padding: 15px 25px;
    }
}

@media (max-width: 414px) {

    /* 彈窗 */
    .popup .booking-district {
        height: 40%;
    }

    .popup .booking-district .info {
        width: 130%;
    }

    .popup .booking-district .info select {
        padding: 3px 3px;
        font-size: 13px;
    }

    .popup .booking-district .info input[type='text'] {
        padding: 3px 3px;
        font-size: 13px;

    }

    .step2 .step2-text {
        left: 10%;
    }

    .step2 .laptop {
        top: -60%;
    }

    /* 預約就送 */
    .orderGift .title {
        font-size: 20px;
    }


    .popup-link .booking-district .info select {
        padding: 5px 5px;
        font-size: 15px;
    }

    .popup-link .booking-district .info input[type='text'] {
        padding: 5px 5px;
        font-size: 15px;
    }

    .popup-link .pop-step2-text {
        font-size: 12px;
    }

    .popup-link .copy-icon {
        background-color: #FFF;
        right: 10%;
    }

    .popup-link .pop-step2-text2 {
        font-size: 15px;
        padding-top: 15px;
    }



}

@media (max-width: 350px) {

    /* 彈窗 */
    .popup .booking-district .info {
        width: 150%;
    }

    .popup .booking-district .extra {
        font-size: 12px;
    }

    .popup .order_err_msg {
        font-size: 12px;
    }

    /* 事前預約 */

    .sectionbg-1 {
        top: -60px;
    }

    .step1-Bg .info {
        font-size: 10px;
    }

    .popup-link .booking-district .extra {
        font-size: 12px;
    }

    .step2 .step2-text {
        left: 10%;
    }

    /* 預約就送 */
    .orderGift .giftText {
        font-size: 7px;
    }

    /* 特攻召集令 */
    .box {
        height: 320px;
        width: 100%;
    }

    .popup-link .rules-detail {
        font-size: 11px;
    }

    .popup-link .booking-district .info select {
        padding: 2px 2px;
        font-size: 10px;
    }

    .popup-link .booking-district .info input[type='text'] {
        padding: 5px 5px;
        font-size: 12px;
    }

    .popup-link .order_err_msg {
        font-size: 14px;
    }

    .popup-link .pop-step2-rules {
        font-size: 14px;
        line-height: 1.2rem;
    }

    .popup-link .pop-step2-text2 {
        font-size: 14px;
        padding-top: 5px;
    }

    footer .year .title {
        font-size: 9px;
        line-height: 15px;
    }

    footer .company {
        width: 85px;
    }

    footer .fire {
        width: 85px;
    }

    footer .moo {
        width: 110px;
    }
}

@media (max-width: 320px) {

    footer .year .title {
        font-size: 9px;
        line-height: 15px;
    }
}