*{
    
    margin: 0;
    padding: 0;

  }
img{
  border: none;

}
  a{
    text-decoration: none;
  }

  li{
    list-style: none;
  }
 
  p{
    text-decoration: none;
  }
  body{
    font-family: "HGP明朝E","游明朝体","Yu Mincho","YuMincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  }
  /* ヘッダー部分 */

#chase{
      width:25px ;
      height: 25px;
      border-radius: 25px;
      position: fixed;
      background-color: lightpink;
      animation: pulse 1s ease-out infinite;
      pointer-events: none;
}



 header{
    background-color: #fff9f0;
    height: 170px;
 }


 .logo img{
  width: 175px;
  height: 175px;
 }

 #headerInner{
    width: 1160px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
 }


 #gnavi{
    clear: both;
 }

 #gnaviList{
    display: flex;
    float: right;
    padding-top: 100px;
    padding-left: 350px;
 }


 #gnaviList li a{
    color: #444038;
    margin-left: 40px;
    font-size: 35px;
 }

#gnaviList :hover{
  color: #ffb347
}

#loading_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loading_video img {
  max-width: 100%;
  height: auto;
}

.hidden {
  opacity: 0;
  transition: opacity 1s ease-out;
  pointer-events: none;
}




#mainphoto img{ 
  height: auto;
  
}


 #mainphoto {
    text-align: center; 
    
  }
  


  h2{
    font-size: 50px;
    color:#444038;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
  }


  #myprofile{
    display: flex;
    padding-left: 150px;
    opacity: 0;
    transition: 2s;
  
  }

  #myprofile.active{
    opacity: 1;
    transform: translateY(-50px);
  }


  #name{
    font-size: 25px;
    color: #444038;
    text-shadow: 1px 2px 3px;
  }

  .episode{
    color: #444038;
    font-size: 20px;
    padding-right: 150px;
  }

 .works1{
  display: flex;
 opacity: 0;
 transition: 2s;
 padding-bottom: 80px;
 width: 88%;
 margin: 0 auto;

}

.works1.active{
 opacity: 1;
 transform: translateY(-50px);
}


table{
  font-size: 25px;
  color: #444038;
 }



th{
  padding: 30px;
  background-color: #f2f2f2;

}

.site{
  text-align:center;
  background-color: #996c33;
  width: 150px;
  padding: 10px;
  border-radius: 20px;

}

.site a{
  color:#f2f2f2;
  font-weight: bold;
  font-size: 20px;
  
}

.btn{
  padding-left: 200px;
}

.btn:hover{
  opacity: 0.5;
}

 th{
  padding: 30px;
  background-color: #f2f2f2;

 }

 
h3{
  font-size: 30px;
  font-weight: bold;
}

#myskill{
  display: flex;
 opacity: 0;
  transition: 2s;

}

#myskill.active{
opacity: 1;
transform: translateY(-50px);
}

#skill_wrapper1{
  padding-left: 150px;
  width: 550px;
}
  
.skill1{
  background-color: #f7e1e1;
  border-radius: 20px;
}

 #skill_wrapper1 p{
  font-size: 20px;
  color: #444038;
  padding-top: 10px;
 }

 #skill_wrapper1 img{
  width: 50px;
 }

 #skill_wrapper2 {
  padding-left: 150px;
  width: 550px;
 }

 #skill_wrapper2 img{
  width: 50px;
 }


 #skill_wrapper2 p{
  font-size: 20px;
  color: #444038;
  padding-top: 10px;
 }

 .skill2{
  background-color: #f7e1e1;
  border-radius: 20px;
}

 #myskill{
  display: flex;
 }

 .contact{
  text-align: center;
  color: #444038;
  font-size: 20px;
  padding-bottom: 50px;
 }



 #last{
  text-align: center;
  color: #444038;
  font-size: 25px;
  font-weight: bold;
 }

 #topInner{
  text-align:center;
  background-color: #996c33;
  width: 150px;
  padding: 10px;
  border-radius: 20px;
 }

#topInner a{
  color:#f2f2f2;
  font-weight: bold;
  font-size: 20px;
  
}
#top{
   padding-left: 1200px;

}

  #footer{
    max-width: 100%;
    background-color: #fff9f0;
    padding: 50px;
  }
