@charset "utf-8";
html, body {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
#container{
    background-color: ivory;
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
    background-image: url(background.jpg);
    background-size:auto;
}

.top{
    display: flex;
}

.modoru{
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.menu{
    margin-left: auto;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
}


.icon{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.profile{
    background-image: url(profilewaku.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-top: -60px;
    height: 255px;

    display: flex;
}

#followernumber{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-weight: lighter;
    font-size: 15px;
    color: rgb(172, 172, 8);
    letter-spacing: 0.08em;

    margin-top: 48px;
    margin-left: 63px;
}

#follownumber{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-weight: lighter;
    font-size: 15px;
    color: rgb(172, 172, 8);
    letter-spacing: 0.08em;

    margin-top: 48px;
    margin-left: -15px;
}

.tagu{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(172, 172, 8);
    letter-spacing: 0.4em;
    display: block;
    
    margin-top: 75px;
    margin-left: -15px;
   }

.taguicon1{
    background: rgb(191, 191, 20);
    color:white;
    border-radius: 1em;
    font-size: 20px;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding-left: 5px;
    padding-right: 5px;
    

    height: 25px;
    width: 15px;
    text-align: center;
}

.tagu1{
    font-size: 15px;
    font-weight: 100;
}

.btn{
    min-width: 90px;
    height: 23px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60%;
    margin-left: auto;
    margin-right: auto;
    padding:5px 30px 5px 30px;
    line-height: 50%;
    font-size: 16px;

    position: absolute;
    margin-left: 116px;
    margin-top: 205px;
}

.btn-skin{
    border-radius: 2.25em;
    background:rgb(178, 178, 16);
    color: #ffffff;
  }

#name{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-weight:450;
    font-size: 19px;
    color: rgb(107, 73, 7);
    letter-spacing: 0.2em;

    margin-top: 38px;
    margin-left: 1px;
}

#kugiri{
    text-align: center;
    margin-top: 15px;
}

.image{
    display: flex;
    width: 350px;
    margin-left: 17px;
    margin-top: 17px;
}

#left{
    width: 50%;
}

#right{
    width: 50%;
}

/* 縦書き 
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
text-align: left; */

/* 要素を上部に固定
position: fixed;
top: 0; */

