@charset "utf-8";
html{
    font-size: 14px;
    scroll-behavior: smooth;
}

.wrapper{
    width: 900px;
    margin: 0 auto;
}

h2{
    width: 80%;
    margin: 0 auto;
    height: 140px;
    object-fit: contain;
    padding: 80px 0 10px;
}

h2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

main::before{
    content: "";
    background: url(../lpimgtokyo2026/mainbg-lp.jpg) no-repeat center;
    position: fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

/* header */
header nav{
    background-color: #BB8B2A;
    height: 40px;
    position: fixed;
    width: 100%;
}

header nav ul{
    display: flex;
    left: 0;
    right: 0;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

header nav ul li a{
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

/* mainIMG */
#mainIMG{
    background: url(../lpimgtokyo2026/mainIMG.jpg) no-repeat center;
    background-size: cover;
    padding-top: 40px;
}

#mainIMG h1 img{
    padding: 30px 0;
}

#entry{
    background-color: #000;
    padding: 50px 0;
}

#entry a{
    display: block;
}

.entrylist{
    background-color: #005bac;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-size: 26px;
    font-weight: bold;
}

#info .entrylist{
    margin-top: 0;
    margin-bottom: 10px;

}

#info .entrylist02{
    margin-bottom: 100px;
}




#booth h2,#about h2{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    text-align: center;
}

#booth02{
    background-color: #000;
}

#booth02 img{
    display: block;
}

#booth02 .wrapper img{
    padding: 50px 0;
}

#booth .sns{
    display: flex;
    border:solid 2px #fff;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
    margin-bottom: 30px;
}

#booth .sns h3{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

#booth .sns a{
    display: inline-block;
    width: 50px;
}

#booth .sns a img{
    width: 100%;
}



#about02 a{
    display: block;
    margin-top: 50px;
}

#info a{
    display: block;
} 

#company{
    background-color: #fff;
}

#company img{
    display: block;
}

#company .wrapper img{
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}

footer{
    background-color: #fff;
}

footer .dl{
    background-color: #000;
}

footer .dl img{
    display: block;
}

footer .dl .wrapper img{
    padding: 20px 0;
    width: 70%;
    margin: 0 auto;
}

footer address{
    color: #000;
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 899px){
    .wrapper{
        width: 95%;
        height: 100%;
    }

    #mainIMG{
        height: 100vh;
    }

    h1{
        display: flex;
        align-items: center;
        height: 100%;
    }

    main::before{
        background-image: url(../lpimgyokohama2025/mainbg-lpsp.jpg);
    }

    h2{
        height: 80px;
    }

    .entrylist{
        font-size: 20px;
    }

    header nav{
        height: 110px;
        bottom: 0;
    }

    header nav ul{
        flex-wrap: wrap;
        height: 110px;
    }

    header nav ul li{
        width: 48%;
        text-align: center;
        border-bottom: solid 1px #333;
        box-sizing: border-box;
    }

    header nav ul li a{
        font-size: 12px;
    }

    #mainIMG{
        padding-top: 0;
    }

    #exmatch{
        padding: 40px 0;
    }

    #exmatch02 h2,#booth h2, #about h2{
        font-size: 20px;
    }

    #exmatch03 p{
        font-size: 24px;
    }

    footer{
        padding-bottom: 110px;
    }
}






















































