@media (min-width: 750px){
    #container_visual_bg_black{
        background-color: #3a3a3a;
        width: auto;
        padding: 30px 0px;
        margin: 0px;
        background-image: url(../images/graphics/n_pattern_animated.gif);
        background-attachment: fixed;
    }
    #home_visual_kp{
        max-width: 1200px;
        padding: 0px;
        margin: 0px auto;
    }
    #home_visual_kp img{
        padding: 0px;
        margin: 0px;
        max-width: 1200px;
        width: 100%;
        height: auto;
    }
    
    #home_visual_group{
        max-width: 1200px;
        padding: 0px;
        margin: 0px auto;
    }
    #home_visual_group img{
        padding: 0px;
        margin: 0px;
        max-width: 1200px;
        width: 100%;
        height: auto;
    }

    #home_stroke_white{
        border-bottom: 1px solid white;
        width: 40%;
        margin: 40px auto;
    }
    #container_incoming{
        max-width: 1200px;
        margin: 80px auto;
        text-align: center;
    }
    .incoming_information{
        font-size: 3vw;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .incoming_title{
        font-size: 9vw;
        line-height: 8vw;
        color: white;
    }
    .incoming_date{
        font-size: 3vw;
        margin-top: 1vw;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .sponsor_title{
        font-size: 3vw;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    #container_sponsor{
        max-width: 1200px;
        text-align: center;
        margin: 70px auto 60px auto;
    }
    #sponsor{
        width: 200px;
        height: 100px;
        color: white;
        margin: 10px;
        font-size: 65px;
        font-family: "Kanit", sans-serif;
        font-weight: 900;
        font-style: normal;
        text-align: center;
        display: inline-block;
        filter: invert(1);
    }
}
@media (max-width: 749px){
    #container_visual_bg_black{
        background-color: #3a3a3a;
        width: auto;
        padding: 30px 0px;
        margin: 0px;
        background-image: url(../images/graphics/n_pattern_animated.gif);
        background-attachment: fixed;
    }
    #home_visual_kp{
        max-width: 1200px;
        padding: 0px;
        margin: 0px auto;
    }
    #home_visual_kp img{
        padding: 0px;
        margin: 0px;
        max-width: 1200px;
        width: 100%;
        height: auto;
    }
    
    #home_visual_group{
        max-width: 1200px;
        padding: 0px;
        margin: 0px auto;
    }
    #home_visual_group img{
        padding: 0px;
        margin: 0px;
        max-width: 1200px;
        width: 100%;
        height: auto;
    }
    #home_stroke_white{
        border-bottom: 1px solid white;
        width: 40%;
        margin: 40px auto;
    }
    #container_incoming{
        max-width: 759px;
        margin: 80px auto;
        text-align: center;
    }
    .incoming_information{
        font-size: 7vw;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .incoming_title{
        font-size: 10vw;
        line-height: 10vw;
        color: white;
    }
    .incoming_date{
        font-size: 7vw;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .sponsor_title{
        font-size: 7vw;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    #container_sponsor{
        max-width: 1200px;
        text-align: center;
        margin: 0px auto;
    }
    #sponsor{
        width: 200px;
        height: 100px;
        color: white;
        margin: 10px;
        font-size: 65px;
        font-family: "Kanit", sans-serif;
        font-weight: 900;
        font-style: normal;
        text-align: center;
        display: inline-block;
        filter: invert(1);
    }
}
