@charset "utf-8";

/* footer */

footer
{
    align-content: stretch;
    align-items: stretch;
    bottom: 0;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 8000;
}

footer .menu
{
    background-color: #3c4043;
    flex-grow: 1;
    padding: 8px 0 0 0;
    position: relative;
}

footer .menu a
{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 30px 0 0 0;
    text-align: center;
    text-decoration: none;
}

footer .reward .menu-sub
{
    font-size: 8px;
    line-height: 14px;
    color: #ffffff;
    text-align: center;
}

footer .menu.selected
{
    background-color: #cde626;
}

footer .menu.selected a
{
    color: #2f353b;
}

footer .menu.kantan a
{
    background-image: url('/img/v2/footer-kantan.png');
}

footer .menu.kantan.selected a
{
    background-image: url('/img/v2/footer-kantan-selected.png');
}

footer .menu.gattsuri a
{
    background-image: url('/img/v2/footer-gattsuri.png');
}

footer .menu.gattsuri.selected a
{
    background-image: url('/img/v2/footer-gattsuri-selected.png');
}

footer .menu.reward a
{
    background-image: url('/img/v2/footer-mission.png');
}

footer .menu.reward.selected a
{
    background-image: url('/img/v2/footer-mission.png');
}

footer .menu.rewardbadge a
{
    background-image: url('/img/v2/footer-mission-20241001.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 70px 36px;
    color: #ffffff;
    display: block;
    font-size: 8px;
    line-height: 15px;
    padding: 38px 18px 0 0;
    text-align: center;
    text-decoration: none;
}

footer .menu.result a
{
    background-image: url('/img/v2/footer-result.png');
}

footer .menu.result.selected a
{
    background-image: url('/img/v2/footer-result.png');
}

footer .menu.result a
{
    background-image: url('/img/v2/footer-result-202450828.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 60px 30px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 34px 0 0 0;
    text-align: center;
    text-decoration: none;
}

footer .menu.divinationnav a
{
    background-image: url('/img/v2/footer-divination3.png');
}

footer .menu.divinationnav.selected a
{
    background-image: url('/img/v2/footer-divination3-selected.png');
}

footer .menu .badge
{
    background-color: #ff3a31;
    border-radius: 50em;
    color: #ffffff;
    font-size: 12px;
    height: 22px;
    left: 60%;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 22px;
    z-index: 9000;
}

.footer
{
    height: 80px;
}
