@charset "UTF-8";
@media (min-width: 751px) {
    #floating__banner .pchidden{
        display: none;
    }
}
@media (max-width: 750px) {
    #floating__banner .sphidden{
        display: none;
    }
}
#floating__banner{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-radius: 20px;
    /*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.30);*/
}
#floating__banner img{
    vertical-align: middle;
}

#floating__close{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 13px;
    font-family:'小塚ゴシック Pro','Kozuka Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
    line-height: 1;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -3px;
    background: #FFF;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.30);
}
@media (max-width: 750px) {
    #floating__banner{
        width: 94%;
        bottom: 2%;
        left: 3%;
        border-radius: 8%;
    }
    #floating__close{
        font-size: 11px;
        width: 20px;
        height: 20px;
        top: 4px;
        right: 4px;
    }
}



/***** 2026.04 add *****/
#floating__banner{ bottom:90px;}
#floating__banner a{ display: block; overflow: hidden; border-radius: 20px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);}
@media (max-width: 750px) {
    #floating__banner{ bottom: 2%; }
    #floating__banner a{ border-radius: 3vw; }
    #floating__close{ top: -6px; right: 0px; font-size: 16px; font-weight: 600;  width: 24px; height: 24px; }
}