@charset "UTF-8";
html, body{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1em;
    color: #333333;
    line-height: 1.8em;
    background-color: white;
    background-image: url(img/backtrain.png);
}
a{text-decoration: none;}
a:link{color: #333333;}
#container{
    background-color: bisque;
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    background-image: url(img/backsheet.png);
    background-size: contain;
    text-align: left;
}

/*ヘッダー設定*/
header{
    height: 40px;
    margin: 0px auto;
    padding: 5px 10px 5px 10px;
    background-image: url(img/backsheet.png);
    display: flex;
    justify-content: center;
}
#headmenu{
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    position: relative;
}
#back{
    width: 90px;
    height: 30px;
    padding: 0px 5px 0px 5px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    color:black;
    align-items: center;

}
.backcopy{
    margin: 0px;
    padding: 0px 5px 0px 2.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22.5px;
    line-height: 1.5em;
    font-weight: 900;
}
#menu{
    background-image: url(img/icon/menu.svg);
    width: 40px;
    height: 40px;
    display: flex;
}
#topicon{
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-items: center;
}
#sitetop{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/icon/siteicon.svg);
    width: 40px;
    height: 40px;
}

/*バナーとメインアイコン設定*/
#topview{
    width: 100%;
    background-image: url(img/backsheet.png);
}
#headbanner{
    width: 100%;
    height: 200px;
    background-image: url(img/photo/headerimage.JPG);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}
#icon{
    width: 114px;
    height: 114px;
    background-color: #ffffff;
    background-image: url(img/icon/icon.jpeg);
    margin-top: -57px;
    margin-left: 10px;
    border-radius: 57px;
    border: 3px solid #ffffff;
    object-fit: cover;
    justify-items: center;
}
/*プロフィール*/
#profile{
    width: auto;
    height: auto;
    padding: 10px 25px 0px 25px; 
    justify-content: space-between;
    align-items: center;
}
#name{
    width: auto;
    text-align: left;
}
#username{
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
}
#acname{
    margin: 0px;
    font-size: 1em;
}
#status{
    display: flex;
    justify-content: space-between;
}
.status1{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.status2{
    font-size: 15px;
    font-weight: 800;
    display: flex;
}
/*メインビジュアル*/
#post{
    height: auto;
    padding: 10px 25px 0px 25px;
}
.post{
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    background-image: url(img/parts/ticket.svg);
    background-position: center;
    background-size: cover;
    display: flex;
}
.sumnail{
    width: 50%;
    height: 140px;
    padding: 5px;
    align-content: center;
    object-fit:cover;
    aspect-ratio: 3 / 4;
}
.text{
    font-size: 12.5px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.title{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
/*フッター設定*/
footer{
    width: 100%;
    max-width: 430px;
    height: 40px;
    margin: 0px;
    padding: 7px 0px 8px 0px;
    background-color: #ffffff;
    display: flex;
    position: fixed;
    bottom: 0;
    justify-content: space-around;
}
.mainicon{
    width: 40px;
    height: 40px;
}
.home{
    background-image: url(img/icon/home.svg);
}
.search{
    background-image: url(img/icon/search.svg);
}
.bell{
    background-image: url(img/icon/bell.svg);
}
.myhome{
    background-image: url(img/icon/mymenu.svg);
}