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

header{
    height:10vw;
    max-height:50px;
}

.top_main{
    height: 88vw;
}

.top_main .top .topin{
    background-image:url("../img/top_bg_img_sp.jpg");
    height: 88vw;
}

.top_main .illust{
    top:0;
    width: 60%;
}

.top_main .contest_logo{
    width: 45%;
    left: 6vw;
    bottom: 7vw;
    z-index: 998;
}

.goto-form{
    width: 10%;
}

.pc{
    display: none;
}

.work-h3 .pc{
    display: block;
}

.sp{
    display: block;
}

.flex-ri .sp{
    display: none;
}

header h1{
    width: 25%;
    line-height: 50px;
    margin-left: 15vw;
}

.menu-btn {
    width: 5%;
    height: 5vw;
    min-width:25px;
}

.menu-content {
    width: 50%;
}

.menu-content {
    width: 70%;
}

#menu-btn-check:checked ~ .menu-content {
    right: 30%;/*メニューを画面内へ*/
}

main{
    padding-top: 8vw;
}

main .about{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size:clamp(11px, 1.8vw, 20px); 
    line-height: 2;
    font-weight: bold;
    position: relative;
}

main .about .about-crown{
    width: 23%;
}

main section h2{
    font-weight: bolder;
    font-size:clamp(16px, 3.5vw, 42px); 
    padding-top: 1em;
    padding-bottom: 0.5em;
}

main section h2 span{
    margin: 0 0.5em;
    width: 15%;

}

main .award{
    width: 80%;
    margin: 7vw auto 1.3vw;
}

main .award-about{
    width: 80%;
    padding: 1em 2em;
    font-size: clamp(8px, 1vw, 14px)
}

main .apply{
    width: 90%;
    margin: 5vw auto;
    text-align: center;
    font-size:clamp(16px, 2vw, 20px); 
    line-height: 1.8;
    font-weight: bold;
    position: relative;
}

main .apply section .caption{
    width: 65%;
    margin: 1.5em auto 0;
    display:block;
}

main .apply section .caption .term-red{
    font-size: clamp(16px, 2.6vw, 26px);
}


main .apply section .caption dt,main .apply section .caption p{
    width: 30%;
}

main .apply section dd{
    text-align: center;
    margin-left:0;
}

main .apply section .caption .repu{
    width: fit-content;
    margin: 0.5em auto 0;
    line-height: 1.2;
}

main .apply section .caption .flex{
    display: block;
}

main .apply section div.caption .movie,main .apply section div.caption .image{
    width: 90%;
    margin: 2vw auto 0;
}

main .apply section div.caption .image h3{
    padding: 2.2em 0.5em;
}

#sub .work .work-img{
    display: block;
}

#sub .work .work-img .work-img-title,#sub .work .work-img>p{
    width:80%;
    margin: 0 auto;
}

#sub .work .work-img .work-img-title p{
    padding: 0.4em 0;
    width: 100%;
}

#movie_about .movie_aboutin .movie_aboutin_in{
    width: 90%;
    display: block;
    padding: 3vw 0;
}

#movie_about .movie_aboutin .movie_aboutin_in .movie_aboutin_in_left{
    width: 80%;
    margin: 0 auto;
}

#movie_about .movie_aboutin .movie_aboutin_in .movie{
    width: 80%;
    margin: 2vw auto 0;
}

#movie_about .movie_aboutin .movie_aboutin_in .movie_aboutin_in_left p:nth-of-type(3){
    width: 15%;
    margin: 0 auto;
}

#movie_about .line{
    display: none;
}


footer{
    background-color: #fff;
}

footer .foot{
    width: 95%;
}

footer .foot .rogo-foot{
    width: 40%;
}

footer .foot .contact{
    font-size: 16px;
}

footer .foot ul{
    font-size: 12px;
}


