@charset "utf-8";
html, body {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    color: #333333;
    line-height:1.8em;
    background-color: #f5f5f5;
    width: 100%;
}

#container{
    background-color: #f5f5f5; /* 背景赤 */
    margin: 0 auto; /* ブロックの外側すきまナシ */
    width: 390px;
    padding: 0px;
    height: 844px;
    background-size: contain;
    background-image: url(toptoptop.jpg);
}
#block{
    display: flex;
    justify-content: center;
    position: absolute;
    width: 340px;
    height: 110px;
    margin-top: 76px;
    margin-left: 25px;
    margin-right: 25px;

}
#icon{
    padding: 0px 0px 0px 0px;
    
}
.photo_radius{
    width: 110px; 
    height: 110px; 
    border-radius: 50%;
    object-fit: cover; 
   
}
#accountname{
    padding: 5px 0px 0px 23px;
    width: 90%;
    height: 100%;
    justify-content: center;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    line-height: 0%;
    color: #563319;
 }

 .hiragana{
    padding: 12px 0px 0px 0px;
    line-height: 0%;
    width: 90%;
    color: #563319;
    margin: 0px;

 }

 .eigo{
    padding: 32px 0px 0px 0px;
    line-height: 0%;
    width: 90%;
    color: #a6a6a6;
    margin: 0px;

 }

 #follow{
    display: flex;
    width: 390px;
    height: 80px;
 }

 .follower{
    padding: 21px 0px 2px 105px;
    color: #563319;
    line-height: 0%;

 }

 .follower2{
    padding: 15px 5px;
    color: #563319;
    line-height: 0%;

 }




 


 .example2{
    display: flex;
}
.example2 label{
    display: block;
    width: 135px;
    height: 50px;
    background: #b23d3d;
    color: #fff;
    padding: 10px;
    margin: 10px;
    margin-left: 15px;
    margin-top: 15px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
}
.example2 input:checked+label{
    background: #ede9b7;
    color: #563319;
}
.example2 input{
    display: none;
}




.box1{
    width: 350px;
    height: 333px;
    margin: 8px 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    color: #563319;
}



.texty{
    color: #563319;
    padding-left: 10px;
    padding-right: 10px;    

}

.example1{
    width: fit-content;
    padding: 8px 12px;
    background: #fff;
    border-radius: 10px;
    color: #563319;
    margin: 5px 8px;
    max-height:183px;
    line-height: 175%;
    font-size: smaller;
}

.box2{
    background-color: #f5f5f5;
    width: 340px;
    height: 10px;
    position: relative;
    margin-top:-4px ;
    
}

.box3{
    background-color: #fff;
    width: 333px;
    height: 80px;
    border-radius: 10px;
    position: relative;
    margin-top:-4px ;
    margin-left: 8px;
    color: #563319;






}

#cat{
    display: flex;
    margin-top: 20px;
    position: center;
    width: 350px;


}

.nyan_radius{
    width: 100px; 
    height: 100px; 
    object-fit: cover; 
    margin-left: 30px;
    border-radius: 50%;

}

.nyannyan_radius{
    width: 100px; 
    height: 100px; 
    object-fit: cover; 
    margin-left: 10px;
    border-radius: 50%;


}

.cat2_radius{
    width: 100px; 
    height: 100px; 
    object-fit: cover; 
    margin-left: 10px;
    border-radius: 50%;


}

 

 
     