#nars-flyout-banner * {
    font-family:"HelveticaNeueW01-UltLt", "Helvetica Neue LT W05 25 Ult Lt", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width:600px) {
    #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 .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;
    background:#000;
    color:#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;
    }
}
@media screen and (max-width:375px) {
    #nars-flyout-banner {
        width:100%;
        padding-right:76px;
        background:none;
    }
}
#nars-flyout-banner picture,
#nars-flyout-banner img {
    display:block;
}
#nars-flyout-banner .inner-wrap {
    position:relative;
    width:100%;
    box-sizing:border-box;
}
#nars-flyout-banner .banner-text-wrap {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:1px solid #FFF;
    color:#FFF;
    text-align:center;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap {text-align:right;}
}
@media screen and (min-width:601px) {
    #nars-flyout-banner .banner-text-wrap:hover {color:#FFF;}
}
#nars-flyout-banner .banner-text-wrap p {
    margin-left:166px;
    text-align: center;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap p {
        margin-left: 80px;
    }
}
#nars-flyout-banner .banner-text-wrap .text-top {
    margin-top:18px;
    font-size:15px;
    line-height: 1.73;
    letter-spacing: 0.01em;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap .text-top {
        display: none;
    }
}
#nars-flyout-banner .banner-text-wrap .text-bottom {
    margin-top:4px;
    margin-bottom: 9px;
    font-size:20px;
    line-height: calc(26 / 20);
    letter-spacing: 0;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap .text-bottom {
        margin-top: 9.5px;
        margin-bottom: 3px;
        font-size:12px;
        line-height: calc(15 / 12);
        letter-spacing: 0.01em;
    }
}
#nars-flyout-banner .banner-text-wrap .text-bottom span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: -3%;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", sans-serif !important;
    font-size: 22px;
    line-height: 1.18;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap .text-bottom span {
        margin-right: 5px;
        font-size: 13px;
        line-height: calc(15 / 13);
    }
}
#nars-flyout-banner .banner-text-wrap .text-bottom .txt-l {
    display:inline-block;
    margin-right:12px;
    vertical-align: -3%;
    font-size:62px;
    line-height:1;
    letter-spacing: -0.08em;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap .text-bottom .txt-l {
        margin-left:-1px;
        margin-right:4px;
        font-size:23px;
        letter-spacing: -0.07em;
    }
}
#nars-flyout-banner .banner-text-wrap button {
    display:block;
    width:203px;
    margin-top:8px;
    margin-left:224px;
    padding:8.5px 0;
    box-sizing:border-box;
    border:1px solid #FFF;
    background:#000;
    color:#FFF;
    font-size:14px;
    line-height:1;
}
@media screen and (max-width:600px) {
    #nars-flyout-banner .banner-text-wrap button {
        display:inline-block;
        width:125px;
        margin-top:0;
        margin-right:47.5px;
        margin-left:0;
        padding:5.5px 0;
        font-size:12px;
    }
}
#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;
    }
}



