#nars-flyout-banner * {
    font-family:"Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}
#nars-flyout-banner .txt-en {
    font-size: 113%;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", sans-serif !important;
    line-height: 1;
}
#nars-flyout-banner .view-over600 {
    display:block;
}
#nars-flyout-banner .view-under600 {
    display:none;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .view-over600 {
        display:none;
    }
    #nars-flyout-banner .view-under600 {
        display:block;
    }
}
#nars-flyout-banner {
    position:fixed;
    left:0;
    bottom:0;
    z-index:9999;
    width:488px;
    height: 166px;
    background:#000;
    border: 1px solid #fff;
}
@media screen and (min-width:601px) and (max-width:867px) {
    #nars-flyout-banner {margin-bottom:40px;}
}
@media screen and (max-width:600px) {
    #nars-flyout-banner {
        width:299px;
        height: 82px;
    }
}
@media screen and (max-width:375px) {
    #nars-flyout-banner {
        width: calc(100% - 76px);
    }
}
#nars-flyout-banner .banner-text-wrap {
    display: flex;
    justify-content: center;
    gap: 21px;
    padding-block: 26px 24px;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap {
        gap: 15px;
        padding-block: 8px 6px;
    }
}
#nars-flyout-banner .l-cont {
    width: 184px;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .l-cont {
        width: 123px;
    }
}
#nars-flyout-banner p {
    color: #fff;
}
#nars-flyout-banner .l-cont-tag {
    display: inline-block;
    width: 184px;
    margin-bottom: 12px;
    padding: 9px 0;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.03em;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .l-cont-tag {
        display: flex;
        justify-content: center;
        width: 123px;
        margin-bottom: 5px;
        padding: 3.5px 0;
        font-size: 10px;
        line-height: calc(9 / 10);
    }
}
#nars-flyout-banner .l-cont-lead {
    margin-bottom: 7px;
    font-size: 21px;
    line-height: 1;
    letter-spacing: -0.03em;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .l-cont-lead {
        margin-bottom: 3px;
        font-size: 14px;
    }
}
#nars-flyout-banner .l-cont-point {
    font-size: 29px;
    line-height: calc(44 / 29);
    letter-spacing: -0.04em;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .l-cont-point {
        font-size: 20px;
        line-height: calc(26.966 / 20);
    }
}
#nars-flyout-banner .l-cont-point .em {
    font-size: 45px;
    line-height: calc(44 / 45);
    letter-spacing: -0.03em;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .l-cont-point .em {
        font-size: 28px;
        line-height: calc(26.966 / 28);
    }
}
#nars-flyout-banner .l-cont-point .em .txt-en {
    line-height: calc(44 / 50.85);
}
#nars-flyout-banner .r-cont img {
    display: block;
    margin-inline: auto;
    margin-bottom: 18px;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .r-cont img {
        width: 65px;
        margin-bottom: 7px;
    }
}
#nars-flyout-banner .r-cont p {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.03em;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .r-cont p {
        gap: 2px;
        font-size: 12px;
        line-height: calc(13 / 12);
    }
}
#nars-flyout-banner .r-cont p::after {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-family: "icomoon";
    content: "\e906";
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .r-cont p::after {
        font-size: 8px;
    }
}
#nars-flyout-banner .flyout-banner-close-button {
    position:absolute;
    top:0;
    right:0;
    width:38px;
    height:38px;
    padding:8px;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .flyout-banner-close-button {
        width:29px;
        height:29px;
        padding:5px;
    }
}
@media screen and (max-width:375px) {
    #nars-flyout-banner .flyout-banner-close-button {
        width:7.733vw;
        height:7.733vw;
        padding:1.333vw;
    }
}
#nars-flyout-banner .flyout-banner-close-button:hover {
    cursor: pointer;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .flyout-banner-close-button .cb-path {
        stroke-width:2px;
    }
}



