@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    font-family: 'Noto sans TC', 'Microsoft JhengHei', Arial, Helvetica, sans-serif, 'Noto Serif', serif;
    -webkit-user-drag: none;
    scroll-behavior: smooth;
    overscroll-behavior: none;
    user-select: none;
}
.fullPage {
    width: 100%;
    overflow: hidden;
}
::-webkit-scrollbar {
    width: 6px;
    background: rgb(19, 19, 19);
}
::-webkit-scrollbar-thumb {
    background-color: rgb(119, 91, 30);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(102, 100, 94);
}
/* ========== topBar 開始 ========== */
.topBar {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 6vh;
    background-color: rgba(0, 0, 0,0.62);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid rgba(107, 99, 61, 0.815);
    z-index: 99;
}
.topBar-container {
    display: flex;
    align-items: center;
}
.logo-box {
    position: absolute;
    left: 40px;
    width: 16vh;
    padding-bottom: .5vh;
}
.sns {
    position: absolute;
    right: 40px;
}
.sns ul {
    display: flex;
    gap: 24px;
}
.sns ul a {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    filter: brightness(1);
}
.sns ul a:hover, .store-btn ul li a:hover, .store ul li a:hover, #iOS:hover, #adr:hover {
    filter: brightness(0.75) saturate(100%);
}
/* ========== topBar 結束 ========== */

/* ========== main 開始 ========== */
main {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #000000;
}
main p {
    position: relative;
    margin: 0 auto;
    font-size: 0.21em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #333333;
}
#slide_wrap {
  height: 100vh;
}
.ev1, .ev2, .ev3 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.ev1-content, .ev2-content, .ev3-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 80%;
    text-align: center;
    align-items: center;
}
.bg-box, .bg-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.ev1 .bg-box {
    background: url(../img/section1/bg.jpg) center top;
    background-size: auto 100vh;
    background-repeat: no-repeat;
}
.bg-video::after {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 8%, rgba(0, 0, 0, 0) 28%);
}
.video_container {
    width: 100%;
    height: auto;
    mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}
.video_container video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.75);
}
.title {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    top: -30vh;
}
.title img {
    height: 18vh;
}
.btn, .sub, .date {
    position: absolute;
    width: 100%;
    bottom: 12vh;
    display: flex;
    justify-content: center;
}
.ev1 .sub {
    bottom: 25vh;
}
.sub img {
    height: 6.2vh;
}
.sub .lightToR {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 6.2vh;
    mask: url(../img/section1/sub.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    pointer-events: none;
}
.ev1 .date {
    bottom: 21vh;
}
.date img {
    height: 4.4vh;
}
.ev1 .btn a {
    display: block;
}
.ev1 .btn img {
    height: 9.4vh;
}
.btn a:hover, .ev3 li a:hover, .info > a:hover {
    animation: flash .6s ease-in-out;
}
.btn .lightToR {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    mask: url(../img/section1/btn.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    pointer-events: none;
}
.lightToR span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/store_btn_light.png) no-repeat;
    background-size: auto 100%;
    opacity: .33;
    z-index: 2;
    mix-blend-mode: lighten;
    pointer-events: none;
    animation: r_light 2s linear infinite;
}
.ev2 .bg-box {
    background: url(../img/section2/bg.jpg) center top;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    filter: brightness(1.5);
}
.ev2 .ev2-content {
    width: 90%;
    margin-top: 4vh;
}
.ev2 .chara {
    display: flex;
    justify-content: center;
    gap: 42vw;
    position: absolute;
    top: 18vh;
    left: 0;
    width: 100%;
    height: 100%;
}
.chara img {
    height: 66vh;
}
.ev2 .title {
    top: -3vh;
}
.ev2 .title img {
    height: 21vh;
}
.reward {
    display: flex;
    justify-content: center;
    position: relative;
    top: -2vh;
}
.ev2 .reward-wrapper {
    display: flex;
    justify-content: center;
    width: 54vw;
    position: relative;
}
.reward img {
    height: 48vh;
}
.btn-box, .cb-btn ul, .store-btn ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-box {
    position: relative;
    bottom: 0vh;
}
.cb-btn {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 1vh;
    z-index: 5;
}
.cb-btn ul {
    gap: 16px;
}
.cb-btn ul li img {
    width: 15vw;
}
.cb-btn ul li a {
    display: block;
}
.cb-btn ul li a:hover {
    animation: flash 1s ease-in-out;
}
.cb-btn .lightToR {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    mask: url(../img/section2/btnR.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    pointer-events: none;
}
#ruleCB {
    filter: brightness(0.88);
}
.store-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    position: absolute;
    z-index: 6;
    width: 32%;
    height: auto;
    /* right: calc(14vw - 8px); */
    right: -10vw;
    opacity: 0;
    mask: url(../img/section2/btnL.png) no-repeat;
    mask-position: 400% 0%;
    filter: brightness(20);
    transition: all .4s;
}
.store-btn img {
    height: 5.2vh;
}
.store-btn ul {
    position: relative;
    gap: 4px;
}
.store-btn ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    filter: brightness(1);
}
.iOS-popup, .gp-popup {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.store-btn .iOS-popup a, .store-btn .gp-popup a {
    display: block;
    background: #5e1717;
    border-radius: 2vh;
    padding: 8px 20px;
    font-size: 1.2vh;
    font-weight: 300;
    color: #ffffff;
    filter: brightness(1);
}
.sticker-mob {
    display: none;
}
.sticker {
    position: fixed;
    right: 2vw;
    top: 30vh;
    z-index: 98;
}
.sticker a {
    display: block;
}
.sticker a:hover {
    filter: brightness(1.1);
}
.sticker img {
    height: 28vh;
}
.pre-comingsoon, .pre-open {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
}
.ev3 {
    display: block;
}
.ev3 .bg-box {
    background: url(../img/section3/bg.jpg) center top;
    background-size: auto 100vh;
    background-repeat: no-repeat;
}
.ev3 .bg-video {
    opacity: .6;
    mix-blend-mode: overlay;
    filter: brightness(2);
}
.ev3 h2 {
    z-index: 3;
}
.ev3 .title {
    top: inherit;
}
.ev3 .title img {
    height: 16vh;
}
.ev1 .title img:nth-child(1), .ev3 .pre-open .title img:nth-child(1) {
    display: block;
}
.ev1 .title img:nth-child(2), .ev3 .pre-open .title img:nth-child(2) {
    display: none;
}
.ev3 h3 {
    opacity: .7;
    mix-blend-mode: screen;
    animation: blink 1.5s 1s ease-in-out infinite;
}
.pre-wrap {
    display: flex;
    margin-top: -1vh;
}
.ev3 .chara {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    margin-top: 8vh;
}
.ev3 .chara img {
    padding-right: 66vh;
}
.content-box {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    z-index: 3;
}
.content-1 {
    width: 42vw;
    height: clamp(200px, 48vh, 900px);
    background: url(../img/section3/bg_1.png) center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.content-2 {
    width: 42vw;
    height: 12vh;
    background: url(../img/section3/bg_2.png) center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: -0.8vh;
}
.content-3 {
    width: 42vw;
    height: 12vh;
    background: url(../img/section3/bg_3.png) center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.content-1-wrap {
    width: 23vw;
    height: clamp(200px, 28vw, 900px);
    margin: 0 auto;
    margin-top: 9.6vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: "Noto Serif";
}
.content-2-wrap, .content-3-wrap {
    width: 28vw;
    margin: 0 auto;
    padding-top: 2vh;
    position: relative;
}
.detail-wrap {
    position: absolute;
    top: 1vh;
    right: 3vw;
    width: 30vh;
}
.detail, .detail-close {
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: -2vh;
    right: -2vh;
    background: url(../img/section3/detail.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}
.detail-close {
    background: url(../img/section3/detail_close.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
.detail-text {
    position: relative;
    font-size: 1.2vh;
    font-weight: 300;
    text-align: left;
    color: #ffe7a4;
    background-color: rgba(0, 0, 0, 0.92);
    border: 2px solid #94834b;
    padding: 2vh 4vh;
}
.detail-text ul {
    width: 100%;
}
.detail-text li {
    line-height: 1.5;
    list-style-type: "-  ";
}
.detail-content {
    display: none;
}
.detail-wrap:hover .detail-content {
    display: block;
}
.ev3 .info {
    text-wrap: nowrap;
    position: absolute;
    top: 19vh;
}
.info ul {
    margin-top: 1vh;
    text-align: left;
}
.info ul li {
    color: #000000;
    font-family: "Noto Serif";
    font-size: 1.2vh;
}
.info ul a {
    color: #5e1717;
    text-decoration: underline;
}
.info > a {
    width: 24vh;
    display: block;
    margin: 0 auto;
    margin-top: 1vh;
    animation: shine .6s linear alternate infinite;
}
.store {
    width: 100%;
    position: relative;
    margin-top: 4vh;
}
.store ul {
    width: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}
.input-wrap {
    overflow: hidden;
}
.ev3 input, .ev3 select {
    padding: 8px;
}
/* Custom Checkbox Styles */
.info ul li label {
    position: relative;
    padding-left: 2.2vh; /* 留出空間給自訂 checkbox */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.info ul li label input[type="checkbox"] {
    display: none; /* 隱藏原始 checkbox */
}
.info ul li label span::before {
    content: '';
    display: inline-block;
    width: 1.6vh;
    height: 1.6vh;
    border: 1px solid #a7a096;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info ul li label input[type="checkbox"]:checked + span::before {
    background-color: #75bdec; /* 勾選後的主要顏色 */
    border-color: #75bdec;
    background-image: url(../img/section3/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.info ul li:nth-child(2) span {
    margin-top: .8vh;
}

/* ========== main 結束 ========== */


/* ========== footer 開始 ========== */
.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 17vh;
    background-color: #0a0a0a;
    font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
    text-align: left;
    z-index: 999;
}
.footer #footercopy {
    font-size: 11px;
    color: #dbdbdb;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.6vw;
    width: 100%;
    margin: 0 auto;
}
.footer #footercopy .con {
    display: flex;
    gap: 0.8em;
}
.footer #footercopy .con:nth-child(1) {
    justify-content: flex-end;
}
.footer #footercopy .con:nth-child(2) {
    width: auto;
}
.footer #footercopy .grade {
    width: auto;
}
.vng {
    width: 192px;
    object-fit: contain;
}
.footer small {
    line-height: 1.2;
    letter-spacing: 0.4px;
    font-weight: 300;
    color: rgb(220, 220, 220);
}
.footer #footercopy .grade {
    display: flex;
    align-items: flex-start;
    gap: 0.6em;
    position: relative;
    top: -0.4em;
}
.footer #footercopy .grade img {
    width: 40px;
}
.footer #footercopy .grade small {
    font-size: 8.8px;
}
.pr {
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer a {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #dbdbdb;
    text-align: center;
    text-decoration: none;
}
.footer a:hover {
    color: #ffffff;
    font-weight: 400;
}
.footer .bg {
    width: 100%;
    height: 100%;
    position: relative;
}
/* Custom styles for select and input */
.reserve-code,
.input-wrap input[type="text"] {
    background-color: white;
    border: 1px solid #686868;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    height: 45px;
}

.reserve-code {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23333" d="M6 9l-6-6h12z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    width: 35%;
}

.input-wrap input[type="text"] {
    width: 63%;
}
/* ========== footer 結束 ========== */

/* ========== sideMenu 開始 ========== */
.sideMenu {
    position: fixed;
    top: 40vh;
    left: 4vw;
    z-index: 99;
}
.menu_txt {
    max-height: 4vh;
    margin: 3vh 0;
}
.menu_txt a {
    display: block;
    position: relative;
    color: #bfbfbf;
    font-size: 2vh;
}
.menu_txt a::before {
    content: '';
    position: absolute;
    background-image: url(../img/sidemenu_active.png);
    background-size: cover;
    left: -1.4vw;
    width: 1vw;
    height: 1vw;
    margin-top: 2px;
    display: none;
}
.menu_txt a.active::before {
    display: block;
}
.menu_txt a:hover, .menu_txt a.active {
    color: #ffffff;
    font-weight: 600;
}
.menu-mob {
    display: none;
}
.scroll span {
    display: block;
    background: url(../img/scroll.png) no-repeat;
    background-size: contain;
    opacity: 0;
    width: 64px;
    height: 64px;
    margin-top: 1vh;
    position: absolute;
    animation: fadeInDown 1s ease-in-out infinite;
}
/* ========== sideMenu 結束 ========== */

/* ========== popUp 開始 ========== */
.popup_google, .popup_testflight, .popup_presuccese {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
}
.popup-content {
    width: 40%;
    height: 86vh;
    padding: 0 4vh;
    margin: 0 auto;
    position: relative;
    top: 8vh;
    color: #ffffff;
    text-align: center;
    overflow-y: scroll;
    overscroll-behavior: none;
    scrollbar-width: thin;
    scrollbar-color: rgb(170, 170, 170, 0.52) rgb(0, 0, 0, 1);
}
.popup-content h4 {
    font-size: 3vh;
    font-weight: 500;
    margin-top: 6vh;
    margin-bottom: 1vh;
}
.popup-content h3 {
    font-size: 2vh;
    font-weight: 400;
    margin-top: 6vh;
    margin-bottom: 1vh;
    color: #f0d786;
    line-height: 1.4;
}
.popup-content h5 {
    font-size: 1.9vh;
    line-height: 1.2;
    color: #f0d786;
}
.popup-content p {
    font-size: 1.6vh;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #eeeeee;
}
.popup-content a {
    color: #75bdec;
}
.popup-content a:hover {
    filter: brightness(1.2);
}
.img-box {
    width: 100%;
    margin-top: 2vh;
    display: flex;
    justify-content: center;
    gap: 2%;
}
.img-box img {
    width: 34%;
}
.popup-close {
    display: block;
    position: absolute;
    top: 9vh;
    right: 24%;
    padding: 2.6vh;
}
.close {
    position: relative;
    top: 0;
    left: -2vh;
}
.popup-close span {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 3em;
    height: 0.15em;
    background-color: #959595;
    transform: rotate(45deg);
    transform-origin: center;
}
.popup-close span.reverse {
    transform: rotate(135deg);
}
.popup-close:hover .close {
    filter: brightness(1.3);
}
.popup_presuccese .popup-content {
    top: 18vh;
    width: 45vh;
    height: 63vh;
    background: url(../img/popup/pre_success.png) no-repeat;
    background-size: contain;
    overflow: visible;
}
.popup_presuccese .popup-close {
    top: -2vh;
    right: 0vh;
}
.popup_presuccese .sns {
    position: absolute;
    top: 46vh;
    left: 50%;
    transform: translateX(-50%);
    width: 27vh;
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 2vh;
}
.popup_presuccese .sns ul {
    gap: 8px;
}
/* ========== popUp 結束 ========== */
    .menu {
        display: block;
        position: relative;
        z-index: 99;
    }
    .menu .ham {
        width: 15vw;
        position: fixed;
        top: 0.6em;
        right: 0.6em;
    }
    .menu .ham a {
        display: block;
    }
    .menu .menu-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        width: 78%;
        height: 100vh;
        background-color: rgb(36, 36, 36);
    }
    .menu-content {
        position: fixed;
        top: -100%;
        right: 0;
        width: 100%;
        height: 36vh;
        background-color: rgba(0, 0, 0, 0.92);
        -webkit-user-drag: none;
    }
    .menu-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.4vh;
        width: 100%;
        padding-top: 6vh;
    }
    .menu-content li {
        padding: 2vh 0;
        margin: 0;
    }
    .menu-content a {
        display: block;
        font-size: 2.2vh;
    }
    .menu-mob .menu_txt {
        position: relative;
    }
    .menu-mob .menu_txt a {
        padding-left: 3vw;
    }
    .menu-mob .menu_txt a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.6vh;
        height: 1.6vh;
    }
    .menu-sns {
        display: flex;
        align-items: center;
        gap: 5vw;
        position: relative;
        padding-top: 1vh;
        margin-top: .8vh;
    }
    .menu-sns::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        border-top: 1px solid hsla(0, 0%, 100%, 0.4);
        -webkit-mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
        mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
    }
    .menu-sns ul {
        display: flex;
        justify-content: center;
    }
    .menu-sns a {
        font-size: 1.6vh;
        font-weight: 300;
        color: #ffffff;
        text-decoration: none;
        filter: brightness(1);
    }
    .menu-sns a img {
        width: 125%;
    }
    .menu-close {
        position: absolute;
        top: 4vw;
        left: 4vw;
        width: 6vw;
    }

/* 輕量彈窗（Toast） */
        #toast {
            position: fixed;
            top: 1.4vh;
            left: 50%;
            transform: translateX(-50%) translateY(-8px);
            background: rgba(124, 90, 39, 1);
            color: #fff;
            padding: 10px 16px 12px 16px;
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
            opacity: 0;
            transition: opacity 180ms ease, transform 180ms ease;
            z-index: 9999;
        }
        #toast.show {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }

/* swiper */
    .ev2 .reward-wrapper {
        width: 96vw;
    }
    .reward-mob {
        display: block;
        width: 46vw;
    }
    .reward-mob .swiper-slide {
        width: 46vw;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 10vw;
        height: 10vw;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        content: '';
    }
    .swiper-button-prev {
        background-image: url('../img/sidemenu_active.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transform: scaleX(-1);
        left: -75px;
    }
    .swiper-button-next {
        background-image: url('../img/sidemenu_active.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        right: -75px;
    }
    .reward-mob .swiper-pagination {
        bottom: -2vh;
    }
    .swiper-pagination-bullet {
        background: transparent;
        width: 3vh;
        height: 3vh;
        opacity: 1;
        background-image: url('../img/mob/pagination.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        rotate: 0deg;
        margin: 0 .5vw;
        filter: brightness(0.6);
    }
    .swiper-pagination-bullet-active {
        filter: brightness(1.1);
    }

@media screen and (orientation: landscape) and (max-width: 950px) and (pointer: coarse) {
            .portrait-mode {
                display: flex !important;
                position: fixed;
                width: 100vw;
                height: 100vh;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.9);
                z-index: 10000;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                pointer-events: none;
            }
            .portrait-mode p {
                font-size: 24px;
                color: #fff;
                margin-bottom: 12px;
            }
        }
        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(90deg); }
        }
        .portrait-mode {
            display: none;
        }

.menu-mob, .topBar .ham, .reward-mob {
    display: none;
}

/* ========== tablet ==========  */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .topBar .sns, .sideMenu, .store-btn ul, .reward, .ev2 .chara {
        display: none;
        z-index: 0;
    }
    .reward-mob {
        display: block;
    }
    .topBar .ham, .menu-mob {
        display: block;
        position: relative;
        z-index: 99;
    }
    .topBar .ham {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 4vw;
    }
    .menu-mob .menu_txt a {
        color: #e2e2e2;
        padding-left: 0;
    }
    .logo-box {
        left: 50%;
        transform: translateX(-50%);
    }
    .ev2 .title {
        top: -1vh;
    }
    .ev2 .title img {
        height: 19vh;
    }
    .btn-box {
        margin-top: 4vh;
    }
    .store-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        position: absolute;
        z-index: 6;
        width: 32%;
        height: auto;
        top: 11vw;
        right: 11vw;
        opacity: 1;
        mask: none;
        filter: brightness(1);
    }
    .store-btn .iOS-popup a, .store-btn .gp-popup a {
        padding: 8px 28px;
        font-size: 1.3vh;
    }
    .cb-btn ul li img {
        width: 35vw;
    }
    .sticker {
        right: 0;
        top: 33vh;
    }
    .sticker img {
        height: 22vh;
    }
    .ev3 .pre-open .title img:nth-child(1) {
        width: 90vw;
    }
    .ev3 .chara {
        display: none;
    }
    .ev3 input, .ev3 select {
        padding: 12px;
    }
    .detail-wrap {
        right: inherit;
        z-index: 10;
    }
    .detail, .detail-close {
        width: 8vw;
        height: 8vw;
    }
    .detail-text {
        font-size: 2vw;
    }
    select {
        font-size: 2.4vw;
    }
    input {
        width: 24vw;
        font-size: 2.4vw;
    }
    .content-box {
        top: -1.6vh;
        right: 0;
    }
    .content-1, .content-2, .content-3 {
        width: 82vw;
    }
    .content-2-wrap, .content-3-wrap {
        width: 33.6vh;
    }
    .ev1 .title {
        top: -33vh;
    }
    .ev1 .title img {
        width: 90vw;
    }
    .sub .lightToR {
        width: 100%;
    }
    .ev1 .sub {
        bottom: 28vh;
    }
    .ev1 .date {
        bottom: 24vh;
    }
    .ev1 .btn {
        bottom: 15vh;
    }
    .footer {
      position: relative;
      height: auto;
    }
    .footer #footercopy {
      font-size: 1.8vw;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      gap: 2.4vh;
      margin: 4vh 0 8vh 0;
    }
    .footer #footercopy .con, .footer #footercopy .grade {
      width: 100%;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .footer #footercopy .grade {
        margin-top: 1vh;
    }
    .footer #footercopy .grade img {
      width: 5vw;
    }
    .footer #footercopy .grade small {
        font-size: 1vh;
        text-align: left;
    }
    .footer #footercopy .con {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    .footer #footercopy .con small {
      text-align: center;
      line-height: 1.4;
    }
    .footer #footercopy .con img {
      width: 100%;
      object-fit: contain;
    }
    .footer #footercopy .con:nth-child(1) {
      width: 48%;
    }
    .vng {
      width: 58%;
    }
    .pr {
        position: absolute;
        bottom: 5.4vh;
    }
    .pr a {
        font-size: 1.4vh;
        text-decoration: underline;
    }
    .popup-content {
        width: 72%;
        top: 6vh;
    }
    .popup-close {
        top: 6vh;
        right: 6%;
    }
}
/* ========== mobile ==========  */
@media screen and (max-width: 767px) {
    .topBar .sns, .sideMenu, .store-btn ul, .reward, .ev2 .chara, .ev3 .chara {
        display: none;
        z-index: 0;
    }
    .reward-mob {
        display: block;
    }
    .topBar .ham, .menu-mob {
        display: block;
        position: relative;
        z-index: 99;
    }
    .topBar {
        height: 54px;
    }
    .topBar .ham {
        width: 10vw;
        position: absolute;
        top: 46%;
        transform: translateY(-50%);
        left: 4.4vw;
    }
    .menu-box {
        padding-top: 7.6vh;
    }
    .menu-mob .menu_txt a {
        padding-left: 0;
    }
    .menu_txt a {
        font-size: 4.4vw;
        color: #e2e2e2;
    }
    .menu-sns a {
        font-size: 3vw;
    }
    .menu-sns a img {
        width: 80%;
    }
    .menu-close {
        width: 8vw;
        top: 5vw;
        left: 5vw;
    }
    .logo-box {
        left: 50%;
        transform: translateX(-50%);
    }
    .logo-box img {
        height: 50px;
    }
    .ev1-content, .ev2-content, .ev3-content {
        justify-content: flex-start;
        margin-top: 10vh;
        width: 94vw;
        height: 94vh;
    }
    .ev2 .ev2-content {
        margin-top: 10vh;
    }
    .ev2 .title {
        top: 0vh;
    }
    .ev2 .reward-mob {
        position: relative;
        top: 0vh;
    }
    .store-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        position: absolute;
        z-index: 6;
        width: 36%;
        height: auto;
        top: 22vw;
        right: 11vw;
        opacity: 1;
        mask: none;
        filter: brightness(1);
    }
    .store-btn .iOS-popup a, .store-btn .gp-popup a {
        padding: 6px 16px;
        font-size: 3.2vw;
    }
    .cb-btn ul {
        position: relative;
        top: 4vh;
        gap: 1vw;
    }
    .cb-btn ul li img {
        width: 44vw;
    }
    .reward-mob, .reward-mob .swiper-slide {
        width: 62vw;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 12vw;
        height: 12vw;
    }
    .swiper-button-next {
        right: -12vw;
    }
    .swiper-button-prev {
        left: -12vw;
    }
    .sticker {
        top: 30.6vh;
        right: .6vw;
    }
    .sticker img {
        width: 30vw;
        height: 34vw;
    }
    .ev1 .title img:nth-child(1), .ev3 .pre-open .title img:nth-child(1) {
        display: none;
    }
    .ev1 .title img:nth-child(2), .ev3 .pre-open .title img:nth-child(2) {
        display: block;
    }
    .ev1 .title img {
        height: 40vw;
    }
    .pre-comingsoon .ev3-content {
        margin-top: 28vh;
    }
    .ev3 .pre-comingsoon .title img {
        height: 16vh;
    }
    .ev3 .title img {
        height: 20vh;
    }
    .ev3-content {
        margin-top: 4vh;
    }
    .content-1-wrap {
        width: 80vw;
    }
    .content-box {
        top: 0vh;
        right: 0;
    }
    .ev3 .info {
        top: 17.6vh;
    }
    .detail-wrap {
        right: inherit;
        z-index: 10;
    }
    .detail, .detail-close {
        width: 12vw;
        height: 12vw;
    }
    .detail-text {
        font-size: 3.4vw;
    }
    .pre-wrap {
        width: 100vw;
    }
    select {
        font-size: 3.4vw;
    }
    .reserve-code, .input-wrap input[type="text"] {
        font-size: 3.6vw;
        height: 10vw;
    }
    .reserve-code {
        width: 26vw;
        background-position: right 8px center;
    }
    .input-wrap input[type="text"] {
        width: 40vw;
    }
    .content-1, .content-2, .content-3 {
        width: 100vw;
    }
    .content-2-wrap, .content-3-wrap {
        width: 33.6vh;
    }
    .ev3 .video_container video {
        position: relative;
        top: 0;
        height: 100vh;
    }
    .bg-video::after {
        content: '';
        display: block;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 22vh, rgba(0, 0, 0, 0) 30vh);
    }
    .ev1 {
        height: 90vh;
    }
    .ev1 .title {
        top: -2vh;
    }
    .ev1 .sub {
        bottom: 36vh;
    }
    .sub .lightToR {
        width: 94vw;
        height: 6vh;
    }
    .sub img {
        height: 6vh;
    }
    .ev1 .date {
        bottom: 32vh;
    }
    .ev1 .btn {
        bottom: calc(24vh - 12px);
    }
    .ev1 .btn img {
        height: calc(8vh + 12px);
    }
    .popup-content {
        width: 80%;
        padding: 0 4vh;
        overflow-x: hidden;
    }
    .popup-content h4 {
        font-size: 4vh;
    }
    .popup-content p {
        font-size: 2vh;
        text-align: justify-all;
    }
    .img-box img {
        width: 60%;
    }
    .popup-close {
        top: 1.6vh;
        right: 5.3%;
    }
    .popup_presuccese .popup-content {
        width: 76vw;
        height: 110vw;
    }
    .popup_presuccese .sns {
        top: 80vw;
        width: 62vw;
        gap: 2vw;
    }
    .popup_presuccese .popup-close {
        top: 0;
        right: 0;
    }
    .popup_presuccese .popup-close .close {
        position: static;
    }
    .popup_presuccese .popup-close span {
        width: 10vw;
    }
    .footer {
      position: relative;
      height: auto;
    }
    .footer #footercopy {
      font-size: 1.8vw;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      gap: 2.4vh;
      margin: 4vh 0 8vh 0;
    }
    .footer #footercopy .con, .footer #footercopy .grade {
      width: 100%;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .footer #footercopy .grade {
        margin-top: 1vh;
    }
    .footer #footercopy .grade img {
      width: 5vw;
    }
    .footer #footercopy .grade small {
        font-size: 1vh;
        text-align: left;
    }
    .footer #footercopy .con {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    .footer #footercopy .con small {
      text-align: center;
      line-height: 1.4;
    }
    .footer #footercopy .con img {
      width: 100%;
      object-fit: contain;
    }
    .footer #footercopy .con:nth-child(1) {
      width: 48%;
    }
    .vng {
      width: 58%;
    }
    .pr {
        position: absolute;
        bottom: 5.4vh;
    }
    .pr a {
        font-size: 1.4vh;
        text-decoration: underline;
    }
    #toast {
        width: 46vw;
        text-align: center;
    }
    .sub .lightToR, .btn .lightToR {
        mask-position: center;
        width: 100%;
        height: 100%;
        left: inherit;
    }
    
}