.new_sale_popup_pc {
    display: block;
}
.new_sale_popup_phone {
    display: none;
}

@media (max-width: 979px) {
    .new_sale_popup_pc {
        display: none;
    }
    .new_sale_popup_phone {
        display: block;
    }
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
}

.new_sale_popup_pc {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-image: url("/assets/images/activety/24-hour-2026/bg_pop_EN.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

html[lang=de] .new_sale_popup_pc {
    background-image: url("/assets/images/activety/24-hour-2026/bg_pop_DE.png");
}

html[lang=fr] .new_sale_popup_pc {
    background-image: url("/assets/images/activety/24-hour-2026/bg_pop_FR.png");
}

html[lang=jp] .new_sale_popup_pc {
    background-image: url("/assets/images/activety/24-hour-2026/bg_pop_JP.png");
}

html[lang=cn] .new_sale_popup_pc,
html[lang=tw] .new_sale_popup_pc {
    background-image: url("/assets/images/activety/24-hour-2026/bg_pop_TW.png");
}

html[lang=es] .new_sale_popup_pc,
html[lang=pt] .new_sale_popup_pc,
html[lang=it] .new_sale_popup_pc,
html[lang=nl] .new_sale_popup_pc {
    background-image: url("/assets/images/activety/24-hour-2026/bg_pop_EN.png");
}

.new_sale_popup_phone {
    width: 300px;
    height: 400px;
    border-radius: 20px;
    background-image: url("/assets/images/activety/24-hour-2026/bg_phone_EN.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: 20px;
}

html[lang=de] .new_sale_popup_phone {
    background-image: url("/assets/images/activety/24-hour-2026/bg_phone_DE.png");
}

html[lang=fr] .new_sale_popup_phone {
    background-image: url("/assets/images/activety/24-hour-2026/bg_phone_FR.png");
}

html[lang=jp] .new_sale_popup_phone {
    background-image: url("/assets/images/activety/24-hour-2026/bg_phone_JP.png");
}

html[lang=cn] .new_sale_popup_phone,
html[lang=tw] .new_sale_popup_phone {
    background-image: url("/assets/images/activety/24-hour-2026/bg_phone_TW.png");
}

html[lang=es] .new_sale_popup_phone,
html[lang=pt] .new_sale_popup_phone,
html[lang=it] .new_sale_popup_phone,
html[lang=nl] .new_sale_popup_phone {
    background-image: url("/assets/images/activety/24-hour-2026/bg_phone_EN.png");
}

.new_sale_popup_mark {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1);
}

.new_sale_popup_content {
    width: 400px;
    height: 490px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
}

.new_sale_popup_phone .new_sale_popup_content {
    width: 280px;
    height: 200px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: auto;
}

.new_sale_popup_close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("/assets/images/activety/24-hour-2026/top_close.svg") no-repeat;
    background-position: top center;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: -15px;
    right: -15px;
}

.new_sale_popup_phone .new_sale_popup_close {
    top: -15px;
    right: -15px;
}

.new_sale_popup_close:hover {
    background-position: bottom center;
}

body.is-closing .new_sale_popup_pc,
body.is-closing .new_sale_popup_phone {
    pointer-events: none;
    animation: new-sale-popup-close 280ms ease-in forwards;
}

@keyframes new-sale-popup-close {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(12px) scale(0.94);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.is-closing .new_sale_popup_pc,
    body.is-closing .new_sale_popup_phone {
        animation-duration: 1ms;
    }
}

.new_sale_popup_title {
    font-size: 32px;
    font-weight: 900;
    color: #FF6200;
    text-align: center;
    margin-top: 20px;
}

html[lang=jp] .new_sale_popup_title {
    font-size: 28px;
}

.new_sale_popup_phone .new_sale_popup_title {
    font-size: 18px;
    font-weight: 700;
    color: #252423;
    margin-bottom: 10px;
    margin-top: 10px;
}

html[lang=jp] .new_sale_popup_phone .new_sale_popup_title {
    font-size: 18px;
}

html[lang=fr] .new_sale_popup_phone .new_sale_popup_title {
    font-size: 16px;
}

html[lang=de] .new_sale_popup_phone .new_sale_popup_title {
    font-size: 14px;
}

.new_sale_popup_phone .new_sale_popup_title>span {
    color: #FF6200;
}

.new_sale_popup_desc {
    font-size: 17px;
    font-weight: 400;
    color: #2F1200;
    text-align: center;
    width: 320px;
    margin: 15px auto 15px auto;
}

.new_sale_popup_shop_now {
    width: 280px;
    height: 48px;
    background: linear-gradient(90deg, #FF6C1D 0%, #FF9500 100%);
    box-shadow: 0px 8px 16px rgba(255, 111, 27, 0.2);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin: 15px auto 20px auto;
    cursor: pointer;
}

.new_sale_popup_phone .new_sale_popup_shop_now {
    width: 240px;
    height: 36px;
    background: linear-gradient(90deg, #FF6C1D 0%, #FF9500 100%);
    box-shadow: 0px 8px 16px rgba(255, 111, 27, 0.2);
    border-radius: 24px;
    line-height: 36px;
    margin: 0px auto 20px auto;
}

.new_sale_popup_items {
    width: 280px;
    margin: 0 auto;
}

html[lang="de"] .new_sale_popup_items {
    width: 350px;
}

html[lang="fr"] .new_sale_popup_items {
    width: 350px;
}

.new_sale_popup_item {
    font-size: 14px;
    color: #000;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    background: url("/assets/images/activety/24-hour-2026/item.png") no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    text-indent: 30px;
}

.new_sale_popup_item_icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    display: inline-block;
    background: url("/assets/images/activety/24-hour-2026/info.png") no-repeat;
    background-size: 100%;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.new_sale_popup_item_tips {
    width: 280px;
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
    text-align: left;
    text-indent: 0px;
    display: none;
}

.new_sale_popup_item_icon:hover>.new_sale_popup_item_tips {
    display: block;
}

.time_24 {
    text-align: center;
    padding-bottom: 10px;
    height: 75px;
}
.time_24_num {
    width: 60px;
    height: 70px;
    background: url("/assets/images/activety/24-hour-2026/time_bg.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}
.time_24_dot {
    width: 20px;
    height: 70px;
    background: url("/assets/images/activety/24-hour-2026/time_dot.png") no-repeat;
    background-position: center;
    background-size: 30%;
    display: inline-block;
    vertical-align: middle;
}
.time_24_num_text {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
}
.time_24_num_unit {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    opacity: 0.5;
    position: relative;
    top: -5px;
}

.new_sale_popup_phone .time_24_num {
    width: 40px;
    height: 50px;
}

.new_sale_popup_phone .time_24_dot {
    width: 10px;
    height: 50px;
}

.new_sale_popup_phone .time_24_num_text {
    margin-top: 3px;
    font-size: 24px;
}

.new_sale_popup_phone .time_24_num_unit {
    top: 13px;
    color: #252423;
}
