@charset "UTF-8";
/* CSS Document */

body{
    padding: 0px;
    margin: 0px;
    font-size: 0.9em;
    line-heignt: 100em;
    line-spacing: 10em;
	
	
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #0A0A0A;
    font-weight: bold;
    font-variant: small-caps;
    font-style: normal;
	letter-spacing:0.1em
}

div{
	padding: 0px;
    margin: 0px;
}	

.typewriter{
  width: 100em;
  overflow: hidden;
  white-space: nowrap; /*1行に*/
  animation: typing 4s steps(21, end) forwards, cursol 1s step-end infinite;
/*animation: アニメーション名｜時間｜分割数｜ループ */
}


@keyframes typing{
  0% { width: 0%; }
  100% { width: 21em; }
}


img{
	padding: 0px;
	margin: 0px;
}

.header{
	position: fixed;
	top: 41em;
    right:1.5em;
}
.homego{
	top: 2.5%;
    right: 5%;
    position: absolute;
}
.topgif{
	top: 92.5%;
    right: 8%;
    position: absolute;
}
