@charset "utf-8";

html, body {
    margin: 0px;
    padding: 0px;
   }
   body {
    font-family: "Alumni Sans Pinstripe", serif;
    font-size: 1em;
    color: #333333;
    line-height:1.8em;
    background-color: #63626c;
    }
 
 a{text-decoration: none;}
 a:link {color: #333333;}

#container{
    background-color: rgb(3, 1, 46);
    margin: 0 auto;
    width: 100%;
    max-width :390px;
    height: 1378px;
    background-image: url(img/haikei.png);
    background-size:cover;

 }
 #keyvisual{
    display: flex;
    background-image: url(img/hituji.png);
   background-repeat: no-repeat;
   background-position: 15px 50px;
   /*border: solid 1px;  領域を見せるやつ*/
   position: relative;
   height: 210px;

 }
 .name{
   padding-left: 190px;
   padding-top: -50px;
   height: 200px;
 }
 .urata{
  font-size: 40px;
  color: white;
  top: 125px;
  left: 230px;
  /*border: solid 1px;  領域を見せるやつ*/
  position: absolute;
}

#jiko{

 width: 100%; 
 
}
.jiko1{
  font-size: 15px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 8px;
}
#tagu{
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: 9px;
}
.box1{
    width: 121px;
    color: #fff;
    background: #393939;/*背景色*/
    text-align: center;
    border-radius: 50px;  /*角丸*/
}
.box1 p{
  margin:0;
  padding:0;
}


 #follow{
  width: 100%;
  /*border: solid 1px;*/
  position: relative;
  margin-top: 25px;
  }

.tuki1{
  padding-left: 50px;
  /*border: solid 1px;*/
}
.tuki1-1{
  font-size: 19px;
  color: white;
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.tuki1-2{
  position: absolute;
  font-size: 28px;
  color: white;
  bottom: 1px;
  left: 30px;
}

.tuki2{
  padding-left: 70px;
  /*border: solid 1px;*/
}

.tuki2-1{
  font-size: 19px;
  color: white;
  position: absolute;
  bottom: 40px;
  left: 130px;
}

.tuki2-2{
  position: absolute;
  font-size: 28px;
  color: white;
  bottom: 1px;
  left: 150px;
}

.tuki3{
  padding-left: 60px;
  /*border: solid 1px;*/
}
.tuki3-1{
  font-size: 19px;
  color: white;
  position: absolute;
  bottom: 40px;
  left: 270px;
}

.tuki3-2{
  position: absolute;
  font-size: 28px;
  color: white;
  bottom: 1px;
  left: 290px;
}

#sleep{
  width: 90%;
  margin-top: 20px;
  margin-left: 25px;
  position: relative;
}
.sleep1{
  font-size: 25px;
  color: white;
  position: absolute;
  top: 30px;
  left: 15px;
}

.sleep2{
  font-size: 25px;
  color: white;
  position: absolute;
  top: 143px;
  left: 140px;
}

#monologue{
  margin-top: 10px;
  position: relative;
}
.mono{
  font-size: 23px;
  color: white;
  padding-top: 20px;
  padding-left: 20px;
  border-top: 0.5px solid #fff;
}
.hako{
  padding-left: 20px;
}
.box{
  position: absolute;
  right: 40px;
  top: 85px;
}
.bunn{
  position: absolute;
  font-size: 40px;
  color: #fff;
  top: 53px;
  left: 33px;
}

.bunn2{
  position: absolute;
  font-size: 40px;
  color: #fff;
  top: 175px;
  left: 33px;
}

#osusume{
  margin-top: 30px;
  position: relative;

}

.osusume1{
  font-size: 23px;
  color: white;
  padding-left: 20px;
  padding-top: 20px;
  border-top: 0.5px solid #fff;
}
aside{
  display: flex;
  gap: 5px;
}
.maru1{
 margin-left: 30px;
 width: 85px;
 border-right: solid 0.5px #fff;
 padding-right: 15px
}

.maru2{
 margin-left: 15px;
 width: 85px;
 border-right: solid 0.5px #fff;
 padding-right: 20px
}
.maru3{
  margin-left: 15px;
  width: 85px;
}
.name1{
  font-size: 20px;
  color: white;
  position: absolute;
  left: 48px;
  top: 145px;
  border-bottom: 0.5px solid #fff;
  display: inline-block;
  padding-bottom: 0px;
}
.name2{
  font-size: 20px;
  color: white;
  position: absolute;
  left: 169px;
  top: 145px;
  border-bottom: 0.5px solid #fff;
  display: inline-block;
  padding-bottom: 0px;
}
.name3{
  font-size: 20px;
  color: white;
  position: absolute;
  left: 295px;
  top: 145px;
  border-bottom: 0.5px solid #fff;
  display: inline-block;
  padding-bottom: 0px;
}

#sita{
  margin-top: 50px;
  position: relative;
}

.chat{
  position: absolute;
  position: fixed;
    bottom: 30px;
}

.koteimoji{
  position: absolute;
  font-size: 47px;
  color: black;
 position: fixed;
    bottom: 38px;
    padding-left: 147px;
}
.kotei{
  position: absolute;
  padding-top: 119px;
  position: fixed;
    bottom: -5px;
  
}