.header-bottom-plugin * {
    box-sizing:border-box;
    margin:0;
    padding:0;
    font-family:"HelveticaNeueW01-UltLt", "Helvetica Neue LT W05 25 Ult Lt", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    line-height: 1;
}
.header-bottom-plugin .countdown-banner {
    background-color: #f0f0f0;
    color: #000;
    text-align: center;
    display: none;
}
.header-bottom-plugin .countdown-banner a {
    display: block;
    padding-block: 13px 16px;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-banner a {
        padding-block: calc((18 / 750) * 100vw) calc((21 / 750) * 100vw);
    }
}
.header-bottom-plugin .countdown-txt {
    margin-bottom: 6px;
    font-size: 20px;
    letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-txt {
        margin-bottom: 0;
        font-size: calc((24 / 750) * 100vw);
        line-height: calc(36 / 24);
        letter-spacing: calc((-0.72 / 750) * 100vw);
    }
}
.header-bottom-plugin .countdown-txt .new {
    font-size: 113%;
    font-family:"Helvetica Neue LT W01_55 Roman", "Helvetica Neue LT W05 55 Roman", sans-serif !important;
    letter-spacing: -0.0678px;
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-txt .new {
        letter-spacing: calc((-0.814 / 750) * 100vw);
    }
}
.header-bottom-plugin .countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bottom-plugin .countdown-timer p {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-timer p {
        font-size: calc((28 / 750) * 100vw);
    }
}
.header-bottom-plugin .countdown-timer div {
    position: relative;
}
.header-bottom-plugin .countdown-timer div::after {
    position: absolute;
    top: 0;
    right: -6px;
    display: inline-block;
    font-size: 55px;
    content: ":";
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-timer div::after {
        top: calc((-5 / 750) * 100vw);
        right: calc((4 / 750) * 100vw);;
        font-size: calc((62 / 750) * 100vw);
    }
}
.header-bottom-plugin .countdown-timer div:last-of-type::after {
    content: none;
}
.header-bottom-plugin .countdown-timer .wrap-d,
.header-bottom-plugin .countdown-timer .wrap-h {
    padding-inline: 25px 22px;
}
.header-bottom-plugin .countdown-timer .wrap-m {
    padding-inline: 25px 23px;
}
.header-bottom-plugin .countdown-timer .wrap-s {
    padding-inline: 26px 0;
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-timer .wrap-d,
    .header-bottom-plugin .countdown-timer .wrap-h {
        padding-inline: calc((18 / 750) * 100vw) calc((34 / 750) * 100vw);
    }
    .header-bottom-plugin .countdown-timer .wrap-m {
        padding-inline: calc((18 / 750) * 100vw) calc((34 / 750) * 100vw);
    }
    .header-bottom-plugin .countdown-timer .wrap-s {
        padding-inline: calc((15 / 750) * 100vw) 0;
    }
}
.header-bottom-plugin .countdown-timer .num {
    font-size: 55px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-timer .num {
        font-size: calc((62 / 750) * 100vw);
    }
}
.header-bottom-plugin .countdown-timer div p {
    font-size: 15px;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", sans-serif !important;
    letter-spacing: 0.15px;
}
@media screen and (max-width: 767px) {
    .header-bottom-plugin .countdown-timer div p {
        font-size: calc((16 / 750) * 100vw);
        letter-spacing: normal;
    }
}


