html{
    height: 100vh;!important
    width: 100%;
}

body{
    height: 100vh;!important
    width: 100%;
    overflow-y: scroll;
}

.gMenu{
    position: absolute;
    top: 18vh;
    left: 6%;
    width: auto;
    height:auto;
    transition: all 1.5s ease;
}

.gMenu_trans{
    transform: translateX(350px);
    opacity: 0;
    visibility: hidden;
}
.gMenu .nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: auto;
    margin: 0;
    padding: 0;
}

.gMenu .nav div{
    height: 10vh;
    line-height: 10vh;
    margin-bottom: 0;
    list-style-type: none;
    color: #65cde8;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.gMenu .nav div:hover > a{
    transform: translateX(-5px);
}

.gMenu .nav div:last-child{
    margin-bottom: 0;
}

.gMenu .nav div a{
    padding-left: 10px;
    color: #65cde8;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;  
}

.gMenu .nav div:hover > a{
    color: lightslategray;
}

.outline{
    font-size: 1.8rem;
}

.gMenu .nav ul{
    position: absolute;
/* 20% */
/*    top: 17vh;*/
    left: 225px;
    margin: 0;
    padding: 0;
    width: 350px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all .2s ease-in;
    z-index: 100;
}

.gMenu .nav ul li{
    height: 3vh;
    line-height: 3vh;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding: 1vh 0 1vh 1vh;
    list-style-type: none;
    text-indent: 15px;
}


.gMenu .nav .lt_pro ul{
    width: 700px;
    height: auto;
    border-bottom: none;
}

.gMenu .nav .lt_pro div{
    border-bottom: none;
}
/*
.gMenu .nav .lt_pro ul li{
    font-size: 2.2vh;
    height: 2.2vh;
    line-height:2.2vh;
    padding-left: 0;
    border-bottom: none;
}
*/

.gMenu .nav ul li:last-child{
    margin-bottom: 0;
}

.gMenu .nav ul li:first-child{
    text-indent: 15px;
    border-bottom: 1px solid #65cde8;
    height: 3.5vh;
    line-height: 3.5vh;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 0.75vh 0 0.75vh 1vh;
    list-style-type: none;
/*    pointer-events: none;*/
}

.gMenu nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #65cde8;
    transition: all .2s;
}

/*hover 表示*/
.nav div:hover ul{
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in;
}


.gMenu .nav .lt_hom ul{
    top: 0;
}

.gMenu .nav .lt_abt ul{
    top: calc(5vh - 1px);
}

.gMenu .nav .lt_pro ul{
    top: calc(5vh - 1px);
}

.gMenu .nav .lt_spe ul{
/*特集ページ　追加後　コメント化　解除*/
/*    top: calc(5vh - 1px);*/
    top: calc(5vh - 1px);
    
}

.gMenu .nav .lt_eff ul{
/*    top: calc(40vh - 1px);*/
    top: calc(35vh - 1px);
}

.gMenu .nav .lt_tim ul{
    top: calc(35vh - 1px);
/*    bottom: 0;*/
}

/*常設リンク*/
.sMenu{
    position: absolute;
    top: 21vh;
    right: 6%;
    width: 270px;
    height: auto;
    transition: all 1.5s ease;
}

.sMenu_trans{
    transform: translateX(-350px);
    opacity: 0;
    visibility: hidden;
}

/*
.sMenu_b{
    transition: all 1.5s ease;
}
*/

.sMenu .snav{
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: auto;
    margin: 0;
    padding: 0;
}


.sMenu .snav div{
    padding-right: 2vh;
    height: 6vh;
    line-height: 5vh;
    margin-bottom: 0;
    list-style-type: none;
    color: #65cde8;
    border-bottom: .8px solid #eee;
    box-sizing: border-box;
}


.sMenu .snav div a{
    color: #65cde8;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
}

.sMenu .snav div:hover > a{
    transform: translateX(2px);
}


.sMenu .snav div:hover > a{
    color: lightslategray;
}


.sub{
    font-size: 1.25rem;
}

.sMenu .snav ul{
    position: absolute;
    top: -1px;
    left: -270px;
    margin: 0;
    padding: 0;
    width: 270px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all .2s ease-in;
    text-align: right;
}

.sMenu .snav .lt_soc ul{
    position: absolute;
    top: calc(6vh - 1px);
    left:-270px;
}

.sMenu .snav ul li{
    height: 5vh;
    line-height: 5vh;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0.5vh 2vh 0.5vh 0;
    list-style-type: none;
}

.sMenu .snav ul li:first-child{
    height: 5vh;
    line-height: 5vh;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding: 0.5vh 2vh 0.5vh 0;
    list-style-type: none;
    pointer-events: none;
}

.sMenu .snav ul li:first-child{
    border-bottom: 1px solid #65cde8;
}

.sMenu .snav ul li:last-child{
    margin-bottom: 0;
}


.snav div:hover ul{
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in;
}

.logo_svg{
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 30%;
    height: 10vh;
}

/*
.gMenu .nav .lt_pro div li:first-child{
    text-indent: 0;
}
*/

/*参加団体の企画*/
.gMenu .nav .lt_pro .p_start .p_1{
    font-size: 1.3rem;!important
}

.gMenu .nav .lt_pro i{
    width: 25px;
    text-indent: 0;
}


/*明大祭実行委員会の企画*/
.gMenu .nav .lt_pro .c_start .c_1{
    width: 475px;
    font-size: 1.25rem;!important
}

.gMenu .nav .lt_pro .p_start{
    width: 225px;
    height: 100vh;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
    border-bottom: none;
}

/*屋外ステージの企画*/
.gMenu .nav .lt_pro .p_start .p_li_i{
    list-style-type: none;
    border-bottom: none;
    text-indent: 15px;!important
}

/*
.gMenu .nav .lt_pro .p_start .p_li{
    text-indent: 20px;!important
}
*/

.gMenu .nav .lt_pro .p_start li{
    width: 225px;
    margin-bottom: 0;
    list-style-type: none;
    border-bottom: none;
    font-size: 1.25rem;!important
}

.gMenu .nav .lt_pro .c_start{
    position: absolute;
    top: 5vh;
    left: 225px;
    width: 225px;
    height: 100vh;
    margin-bottom: 0;
    list-style-type: none;
    box-sizing: border-box;
    border-bottom: none;
}

.gMenu .nav .lt_pro .c_start li{
    width: 225px;
    height: auto;
    margin-bottom: 0;
    list-style-type: none;
    box-sizing: border-box;
    border-bottom: none;
    font-size: 1.25rem;!important
}

.gMenu .nav .lt_pro .c_start li a{
    text-indent: 0;
}

.gMenu .nav .lt_pro .c_start2{
    position: absolute;
    top: 80px;
    left: 450px;
    width: 250px;
    height: 100vh;
    margin-bottom: 0;
    list-style-type: none;
    box-sizing: border-box;
    border-bottom: none;
    border-left: none;
}

.gMenu .nav .lt_pro .c_start2 li{
    width: 250px;
    height: auto;
    margin-bottom: 0;
    list-style-type: none;
    box-sizing: border-box;
    border-bottom: none;
    font-size: 1.25rem;!important
}

.gMenu div .lt_pro .p_start, .gMenu div .lt_pro .c_start,.gMenu div .lt_pro .p_con, .gMenu div .lt_pro .c_con{
    border-left: none;
}


/*ランダムホバー*/
.back1{
    background-color: rgba(101, 205, 232, 0.3);
}
.back2{
    background-color: rgba(248, 153, 170, 0.3);
}
.back3{
    background-color: rgba(239, 233, 84, 0.3);
}

.border1{
    border-left: 5px solid #f899aa;
}
.border2{
    border-left: 5px solid #efe954;
}
.border3{
    border-left: 5px solid #65cde8;
}

.subMenu1{
    border-right: 2px solid #f899aa;
}
.subMenu2{
    border-right: 2px solid #efe954;
}
.subMenu3{
    border-right: 2px solid #65cde8;
}
.yellow{
    background-image: url(images/suisai_yellow_line.jpg);
    width: 100%;
    height: 3vh;
    position: absolute;
    bottom: 9vh;
    left: 0;
}

.red{
    background-image: url(images/suisai_red_line.jpg);
    width: 100%;
    height: 3vh;
    position: absolute;
    bottom: 3vh;
    left: 0;
}

@keyframes fadeout{
    0%{
        opacity: 1;
    }
/*
    90%{
        opacity: 1;
    }
*/
    95%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.fadeout{
    animation-name: fadeout;
    animation-duration: 2.5s;
    animation-timing-function: ease;
}

.sns_icon{
    position: fixed;
    top: 6vh;
    right: 10%;
    width: auto;
    z-index: 1000;
}

.sns_icon a{
    color: #707070;
    font-size: 2rem;
}

.sns_icon i{
    text-decoration: none;
    width: 30px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    transition: all .1s ease;
}

.insta{
    display: inline-flex;
}

.sns_icon .facebook{
    text-indent: 0.3rem;
}


.instagram:hover{
    color: #000000;
}

.sns_icon .twitter:hover{
    color: #55acee;
}

.sns_icon .facebook:hover{
    color: #3B5998;
}

.sns_icon .youtube:hover{
    color: #cd201f;
}

.sns_icon .at:hover{
    color: #1dcd00;
}

.sns_icon .blog:hover{
    color: #000000;
}


.back{
    position: relative;
    top: 100%;
    left: 6%;
    width: 94%;
    height: auto;
}

/*企画を探すオープン後 削除*/

/*
.gMenu .nav .lt_pro{
   color: #65cde8;
   opacity: 0.3; 
}
*/

/*
.gMenu .nav .lt_pro a{
   pointer-events: none;
}
*/

/*
.gMenu .nav .lt_pro:hover > a{
    transform: translateX(0);
    color: #65cde8;
}
*/

/*
.gMenu .nav .lt_pro:hover > ul{
    opacity: 0;
    visibility: hidden;
}
*/

/*
.gMenu .nav .lt_pro:hover > a{
    color: #65cde8;
}
*/


/*
.map_con .pro_li li:nth-child(n + 2){
    display: none;
    opacity: 0;
    visibility: hidden;
}
*/

/*
.map_con .pro_li li:first-child{
    pointer-events: none;
    opacity: 0.5;
}
*/

.map_con .pro_li li:nth-child(2){
    border-left: none;
    color: #707070;
}

.menu_sns_icon{
    position: fixed;
    top: 6vh;
    right: 9.5%;
    width: auto;
    z-index: 1000;
}

.menu_sns_icon a{
    color: #707070;
    font-size: 2rem;
}

.menu_sns_icon i{
    text-decoration: none;
    width: 35px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
/*    filter: grayscale(80%);*/
    transition: all .1s ease;
}

.insta{
    display: inline-flex;
}

.menu_sns_icon .facebook{
    text-indent: 0.3rem;
}

.menu_instagram:hover{
    color: #000000;
}

.menu_sns_icon .twitter:hover{
    color: #55acee;
}

.menu_sns_icon .facebook:hover{
    color: #3B5998;
}

.menu_sns_icon .youtube:hover{
    color: #cd201f;
}


.menu_sns_icon .at:hover{
    color: #1dcd00;
}

.menu_sns_icon .blog:hover{
    color: #000000;
}

