

#footer{
    width: 100%;
    height: 100vh;
    height: auto;
    background: #000000;
    color:#fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    
    
    
    
    
    
    #copyright{
        margin: auto 0 0 0;
        text-align: center;
        padding: 10px 0;
    }


    a{
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .footer_left_links{
        display: flex;
        align-content: center;
        margin: 5px 0;
    }
    .footer_splitArea{
        flex:1;
        width: 100%;
    }
    .right_content{
        flex: 1;
        width: 100%;
        
        
        
        
        
        
        
        
        .footer_logo{
            height: 50px;
            img{
                height:100%;
                margin: 0 auto;
            }
        }
        
        .footer_logo.supporter_img{
            height: auto;
            width: 100%;
        }
    }

    .footer_league_title{
        align-content: center;
        margin:0 0 0 15px ;
    }
    .footer_right_menu_title{
        padding:10px;
        border-left:1px solid #333;
        border-bottom:1px solid #333;
    }
    .supporter_area{
        border-top: 1px solid #444;
        margin:10px 0;
        min-width: 300px;
        
        
        
        
        
        .supporter_img {
            height: 80px;
            margin: 10px;
            background: #fff;
            /* padding: 15px; */
            width: 60%;
            text-align: center;
            a{
                width:100%;
                padding:15px;
                img{
                aspect-ratio: 2 / 1;
                height: auto;
                width: 100%;
                }
            }
        }
        
    }
    .footer_league_link{
        padding:0 0 0 15px ;
        margin:5px 0;
        .sns_link {
            font-size: 18pt;
            border-radius: 50%;
            width:40px;
            height: 40px;
            background:#fff;
            text-align: center;
            align-content: center;
            i{
                top: 8px;
            }
            
            img{
                width:60%;
                height: auto;
                padding:5px 0 0;
            }
        }

    }
    .footer_leftmenu{
        a{
                border: 1px solid #525252;
                padding: 5px 6px 6px;
                margin: 0 20px 0 0;
                min-width: 120px;
                border-radius: 10px;
                /* text-align: center; */
                position: relative;
        }
        a:nth-child(n+2):before{
            content:">";
            display: inline-block;
            position:absolute;
            left:-15px;
            top:calc(50% - 15px);
            font-size: 18px;
            color: #fff;
        }
        a:hover{
            background: #fff;
            color: #222;
        }
    }

    
    .footer_leftmenu.footer_left_menu_title{
        /* padding:10px; */
        
        .footer_logo{
            height: 40px;
            margin: 0 0 15px 0;
            
            img{
                height:100%;
            }
        }
    }

    .footer_event_section{
        height: 113px;
        /* position: absolute; */
        top: 0px;
        margin: auto 30px auto 0;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        .footer_logo{
            height:auto;
            width: 8rem;
            margin: 0 16px 0 0;
        }

        .footer_event_titlesection{
            margin: 0px 0;
            font-size: 1.8rem;
        }


    }


}