@charset "UTF-8";
/* CSS Document */

/* PC　特集ページ　ポイントフッター */  
#event_footer {
    /*display: block;*/
    display: none !important;
    position: fixed;
    margin: 0 auto;
    bottom: 0px;
    left: 0px;
    z-index: 9998;
    outline: none;
    width: 100%;
    height: 80px;
    height: 123px;
}

/* スマホ　特集ページ　ポイントフッター */  

#event_footer_sp {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
    height: 0px !important;
    /* height: 76px !important; */
}

