*{
    padding: 0;
    margin: 0;
}



header{
    
    padding: -40px;
    position: fixed;
    width: 100%;
    height: 50px;
}
#navigation{
    position: absolute;
    height: 100vh;
    width: 40%;
    left: -40%;
    top: 0;
    background: white;
    z-index: 9998;
    transition: 0.5s;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#navigation ul{
    padding-top: 90px;
}
#navigation ul li{
    list-style: none;
    font-size: 14px;
    padding-left: 25px;
}
#navigation ul li a{
    display: block;
    text-decoration: none;
    color: rgb(37, 37, 37);
    margin-bottom: 20px;
    padding: 10px;
}
.drawer-line{
    display: block;
    width: 30px;
    height: 4px;
    background: rgb(37, 37, 37);
}


#hamba-ga-{
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 30px;
    z-index: 9999;
}
#hamba-ga- .drawer-line{
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 4px;
    background: rgb(37, 37, 37);
    border-radius: 5px;
    transition: 0.5s;
}
#hamba-ga- #line1{
    top: 0;
    background: rgb(37, 37, 37);
}
#hamba-ga- #line2{
    top: 13px;
    background: rgb(37, 37, 37);
}
#hamba-ga- #line3{
   bottom: 0;
   background: rgb(37, 37, 37);
}



.in{
    transform: translateX(100%);
}
#hamba-ga- .line_1{
    transform: translateY(12px) rotate(-45deg);
}
#hamba-ga- .line_2{
    opacity: 0;
}
#hamba-ga- .line_3{
    transform: translateY(-13.5px) rotate(45deg);
}




body{
    background: #EBE7C6;
}

#NIDのなかみ img{
width: 100%;
padding-top: 140px;
padding-bottom: 70px;

}

#視覚デザイン学科の中身をのぞいてみよう img{
    width: 100%;
}
#yoshino img{
    width: 100%;
    padding-top: 0;
}
#アーカイブも気になる！ img{
    width: 100%;
}
#先生のアーカイブ img{
    width: 100%;
    padding-bottom: 10px;
}
#みんなのアーカイブ img{
 width: 100%;
}
#フッター img{
    width: 100%;
}