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




.wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}


.mainBox_wrap {
    margin-top: -70px;
    padding-top: 80px;
    padding-bottom: 150px;
    background-image: url("index/main_bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 10 / 14;
}
@media only screen and (min-width: 1600px) {
    .mainBox_wrap {
        aspect-ratio: 16 / 9;
    }
}
@media only screen and (min-width: 1800px) {
    .mainBox_wrap {
        aspect-ratio: 16 / 5;
    }
}
@media only screen and (min-width: 991px) {
    .mainBox_wrap {
        margin-top: -90px;
        padding-bottom: 300px;
        aspect-ratio: 16 / 9;
        padding-top: 150px;
    }
}

.mainBox_wrap .container {
    max-width: 1100px;
}
.status_banner {
    box-sizing: border-box;
    display: inline-block;
    background-color: var(--main-color-1);
    border-radius: 12px;
    border: solid 3px rgba(255,255,255,0.5);
}
.status_banner:hover {
    filter: drop-shadow( 1px 2px 3px rgba(0,0,0, 0.6));
    background-color:#6415C0;
}


.site-catch {
     color: #FFF;
    margin-bottom: 50px;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight:600;
    font-size: 32px;    
}
@media only screen and (max-width: 639px) {
    .site-catch {
        margin-bottom: 30px;
        font-size: 24px;    
    }
}

/*　　ゲーム開発ドラフト会議フォーラムとは？　　*/
.abut_game_-draft_box {
    margin-top: -200px;

    aspect-ratio: 16 / 9;
    background-image: url("index/about_bg.svg");
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 1000px;
    padding-top: 300px;
}


.abut_game_-draft_box_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.abut_game_-draft {
    padding: 40px 60px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: rgba(0,0,0, 0.2) 0 1px 2px 0, rgba(0,0,0, 0.1) 0 1px 4px 2px;
    font-size: 130%;
    line-height: 1.9;
    margin-left: 10px;
    margin-right: 10px;
}
@media only screen and (max-width: 639px) {
    .abut_game_-draft_box {
        padding-top: 180px;
    }
    .abut_game_-draft {
        padding: 20px 30px;
        font-size: 110%;
    }
}






/*　　審査企業一覧　　*/
.screening_company_title {
    font-size: 42px;
}


.screeningCompany_list {
    background-color: var(--main-color-1);
}

.screening_company {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


@media only screen and (max-width: 991px) {
    .screening_company {
        grid-template-columns : repeat(2, 1fr);
        gap: 10px;
    }
}

.goto_uidelines {
    padding: 25px 30px;
    background-color: #FBB03B;
    border-radius: 10px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    transition: 0.5s;
    font-size: 18px;
}
.goto_uidelines:hover {
    background-color: #C78723;
    color: #FFF;
}






/*　イベント情報　*/

.eventBox {
    background-color:  rgba(183,232,237,1.00);
    position: relative;
}
.eventBox .delta_wrap {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 100px;

}
.eventBox .delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 75px 0 75px;
    border-color: var(--main-color-1) transparent transparent transparent;
    display: inline-block;
}



.date {
    font-size: 160%;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight:600;
    line-height: 1.3;
}
.time {
    font-size: 80%;
}


.eventBox h2 {
    position: relative;
    z-index: 10;
}
.eventBox .container{
    max-width: 1100px;
}
.about_event {
    position: relative;
    z-index: 0;
    background-color: rgba(164, 74, 118, 0.95); 
    padding: 50px;
    border-radius: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 2;
    margin-top: -12px;
}
.event_catch {
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight:600;
    font-size: 36px;
    line-height: 1.4;
    
}
.event_spec h3 {
    font-size:24px;
    color: var(--main-color-3);
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight:600;
}

@media only screen and (max-width: 639px) {
    .event_catch {
        font-size: 24px;
    }
    .about_event {
        padding: 30px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 1.6;
    }
}




.event_spec dl dt {
    font-size:24px;
    color: var(--main-color-3);
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight:600;
}

.form_wrap {
    padding: 30px 60px;
    background-color: rgba(255,255,255,0.11);
    border-radius: 30px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px 0 , rgba(0,0,0,0.1) 0 2px 4px 2px;
}



/*  審査結果 */
.result_wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.result {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
    border-spacing: 6px;
    border-collapse: inherit;
}
.result th,
.result td {
    border-radius: 6px;
    padding: 15px;
    background: rgba(255,255,255,0.6);
    font-size: 110%;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
}
.result th {
    padding: 15px;
    background: rgba(255,255,255,0.2);
    font-size: 90%;
}
.result a.result_btn {
    display: inline-block;
    color: #FFF;
    border-radius: 10px;
    background-color: rgba(250,162,0,1.00);
    padding: 10px 30px;
    text-decoration: none;
    font-size: 90%;
}
.result a {
    color: #000;
    text-decoration: none;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
}

/* 申し込みフォーム */
@media only screen and (max-width: 639px) {
    .form_wrap {
        margin-top: 30px;
        padding: 20px;
        border-radius: 20px;
    }
}
.mktoForm .mktoFormRow:nth-of-type(8),
.mktoForm .mktoFormRow:nth-of-type(9),
.mktoForm .mktoFormRow:nth-of-type(10),
.mktoForm .mktoFormRow:nth-of-type(11),
.mktoForm .mktoFormRow:nth-of-type(12),
.mktoForm .mktoFormRow:nth-of-type(13) {
    margin-bottom: 0;
}

.mktoForm .mktoCheckboxList > label {
   margin-left: 0;
}

.videoBox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 56% 0 0;
    background-color: #FAFAFA;
    margin: 0 0 0px;
}
.videoBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}