*{
    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: #F0EBC5;
}
#よしのの中身題名 img{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 30px;
}
#よしの自己紹介 img{
    width: 100%;
}
#造形に入ろうと思ったきっかけ img{
    width: 100%;
    padding-bottom: 20px;
}
#どんなスポーツをしていたか img{
    width: 100%;
}
#大学でしていること img{
    width: 100%;
    padding-bottom: 15px;
}
#大学でしていること２ img{
    width: 100%;
    padding-bottom: 100px;
}
#作品をのぞこう味覚 img{
    width: 100%;
    padding-bottom: 50px;
}
#味覚 img{
    width: 100%;
    padding-bottom: 10px;
}
#味覚説明 img{
    width: 100%;
    padding-bottom: 30px;
}
#お米 img{
    width: 100%;
    padding-bottom: 7px;
}
#お米説明 img{
    width: 100%;
    padding-bottom: 17px;
}
#酒風呂 img{
    width: 100%;
    padding-bottom: 4px;
}
#酒風呂説明 img{
    width: 100%;
    padding-bottom: 50px;
}
#最後に img{
    width: 100%;
    padding-bottom: 10px;
}
#最後に一言 img{
    width: 100%;
}
#さいごコメント img{
    width: 100%;
}
#みんなで一緒 img{
    width: 100%;
}
#フッター img{
    width: 100%;
}
.return_top {
    background-color: white;
    color: black;
    text-decoration: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border: solid thin;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-content: center;
    transform: rotate(-90deg);
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}
.return_top.active{
    opacity: 1;
    visibility: visible;
}