@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
html body{
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "RocknRoll One","Zen Kaku Gothic New";
    font-size: 13px;
    color: #333333;
    line-height:1.8em;
    background-color: #fad798;
    display: block;
}

#container{
    width: 100%;
    background-image: url(img/back.png);
}

#header {
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    position: fixed;
    padding: 0;
    z-index: 6;
}

.umi{
    animation: umi 3s ease-in-out infinite alternate;
    background: url(img/umi2.png) no-repeat center center /100px auto;
    transition: 1.5s ease-in-out;
    width: 100px;
    height: 100px;
    margin-top: 80px;
    margin-left: 20px;
    
}



@keyframes umi{
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
}

.hum{
    position: fixed;
    right: 15px;


}

.icon{
   margin-top: 140px;
   margin-left: 130px;
}

.illust{
    float: right;
    margin-right: 50px;
    margin-top: 140px;
}

.name{
    
    font-size: 90%;
    margin-left: 110px;
    color: #354875;
}

h1{
    font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2{
    font-size: 8px;
    text-align: center;
    line-height: 11px;
}

.piki{
    width:35%;
    margin-top: 40px;
    margin-left: 45px;
}

.toukou{
    width: 35%;
    float: right;
    margin-top: 50px;
    margin-right: 40px;
}

.pic{
    flex-wrap: wrap;
    margin: 10px;
    padding-left: 20px;
    
}

.pic img{
    width: 25%;
    margin: 10px;
}

.anko{
    width: 100%;

}
