html,body {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Noto Serif JP",serif;
    font-size:10px;
    color: #EDECE3;
    line-height: 1.8em;
    background-color: #3F0000;
}

a{
    text-decoration: none;
    color: #EDECE3;
}
a:hover {
    text-decoration:underline;
    }

#container{
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
}

#keyvisual{
    border-bottom: 1px solid #EDECE3;
}

.main{
    display: flex;
}
.image_circle{
    margin-top: 70px;
    margin-left: 20px;
}
.image_circle img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  border: solid 3px #EDECE3;
}
.moji{
   margin-top: 40px;
   margin-left: 25px;
   margin-right: 20px;
}
li{
    list-style: none;
    display: inline-block;
    margin-right: 35px;
}

.media{
    margin-top: 70px;
    margin-left: 100px;
}
.media img{
    width: 80%;
    height: 80%;
    border-radius: 5%;
    object-fit: cover;
}

