@charset "utf-8";


/*基本設定-----------------------------------------*/
/* 隙間なく表示させるおまじない */
html,
body {
    margin: 0px;
    padding: 0px;
}

/* ページ内全体の文字の設定と背景の設定 */
body {
    font-family: "游ゴシック";
    font-size: 1em;
    color: white;
    line-height: 1.8em;
    background-color: #e7e7e7;
    background-image: url(img/back_grid.png);
}

/* ページ内全体のリンクの文字色 */
a {
    text-decoration: none;
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #51004a;
}

a:active {
    color: #6f0066;
}



/*トップページ---------------------------------------------------------*/
#container {
    background-color: bisque;
    margin: 0 auto;
    width: 100%;
    max-width: 390px;

    text-align: left;
}

#keyvisual {
    width: 100%;
    height: 844px;
    background-image: url(img/ushiro.png);
    background-size: cover;
    display: grid;

}

#head {
    display: flex;
    width: 85%;
    margin: 45px auto;
    justify-content: space-between;
}

.back_btn {}

.menu_btn {}

#toptitle {
    width: 100%;

    margin: 0;
}

#prof_area {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;

}

#maintxt {
    width: 45%;
    margin: 20px 0 45px 20px;
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 3em;
    line-height: 120%;
    letter-spacing: 0.2em;
    font-weight: bold;
}

#kiroku {
    display: flex;
}

#day_area {
    width: auto;
    margin: 0 auto -15px 80px;
}

.day {
    font-family: "Futura";
    font-size: 1.1em;
    color:#ccc
}
.today{
    color:white
}

#btn_area {
    display: grid;
    margin: 20px 30px -14px auto;
}

.day-check {
    appearance: none;
    margin: 0;
    cursor:pointer;
}

.day-check::after {
    content: "";
    display: block;
    background-color: #ccc;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 5px solid;
    border-color: white;
    box-shadow: 2px 4px 5px #35436e;
}

.day-check:checked::after {
    background-color: #ea4d42;
}

#icon {
    margin: 26px auto;
    display: flex;
    align-items: center;
}
/* #icon_v{
    display: block;
    width: 5.1em;
    height: 5.1em;
    background: url(img/icon.png);
    background-repeat: no-repeat;
}
.follow{
    
    margin-left: 54px;
}

.follow_btn{
    appearance: none;
    margin-left: 54px;
    
}
.follow_btn::after{
    content:"";
    display:block;
    background-color:white;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-radius:50%;
    box-shadow: 2px 2px 2px #35436e;
    transition: all 0.2s ease;
}
.follow_btn:checked::after{
    background-color: black;
}
.check{
    content: "";
    display: block;
    position: absolute;
    left: 253px;
    top: 559px;
    width: 7px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(90deg);
    opacity: 1;
    transition: all 0.2s ease;
    z-index: -1;
}

.follow_btn:checked + .check {
    content: "";
    display: block;
    position: absolute;
    left: 255px;
    top: 557px;
    width: 4px;
    height: 7px;
    transform: rotate(45deg);
    z-index: 0;}
     
 */

#name {
    line-height: 70%;
    margin-left: 5px;
}

.name {
    font-weight:bold ;
}

.user {
    font-family: "Futura";
    font-size:12px;
}

#hitokoto {
    margin: -13px 20px auto 76px;
    font-size: 0.8em;
    line-height: 160%;}

#keizoku {
    margin: 80px auto auto 72px;

}

#set {
    display: flex;
    align-items: center;
}

.days {
    margin: 0 auto 0 5px;
}

.start {
    margin: -9px auto;
font-size: 10px;
}