@charset "utf-8";
/* ←これは文字コード */

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

body {
    font-family: "M PLUS Rounded 1c", sans-serif;
    /* フォントの指定 */
    font-size: 1em;
    /* フォントサイズの指定 */
    line-height: 5px;
    /* 行間の指定 */
    background-color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: -1000px;
    background-position-x: 88px;
    background-image: url(turee2.png);
    /* 背景色の指定 */

}

#profile_photo {
    padding-bottom: 20px;
    background-color: #FF8036;
}

.photo_radius {
    margin-left: 10px;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 3px #FF8036;
}

#container {
    /* 背景色 */
    margin: 0 auto;
    /* 上下の空きなし、左右中央に表示せよ */
    width: 100%;
    /* 横幅は画面いっぱいまで広げてくれ */
    max-width: 430px;
    /* ただし、横幅の最大は430ピクセルな */
    height: 100vh;

}

.scl_img1 {
    object-fit: cover;
    width: 299px;
    height: 250px;
    object-position: 0px -148px;
    box-shadow: 7px 9px 0px 0px #635555;
    border-radius: 10px;

}

.scl_img2 {
    object-fit: cover;
    width: 299px;
    height: 250px;
    object-position: 0px -36px;
    box-shadow: 7px 9px 0px 0px #635555;
    border-radius: 10px;

}

.scl_img3 {
    object-fit: cover;
    width: 299px;
    height: 250px;
    box-shadow: 7px 9px 0px 0px #635555;
    border-radius: 10px;

}


.img,
.img2,
.img3 {
    display: flex;
    justify-content: center;
}


#yubi {

    max-height: 200px;
    width: 100%;
    /* 横幅は画面いっぱいまで広げてくれ */
    max-width: 430px;
}

#yubi>*+* {
    /* ←これがフクロウセレクタ */
    margin-top: 60px;

}

.scl_2 {

    padding-top: 45px;
    display: inline-block;
}

.scl_2:before {
    border-radius: 0px 50px 50px 0px;
    content: '';
    display: inline-block;
    width: 70px;
    height: 4px;
    background-color: rgb(63, 44, 44);
}



.scl_1:before {
    border-radius: 0px 50px 50px 0px;
    content: '';
    display: inline-block;
    width: 70px;
    height: 4px;
    background-color: rgb(63, 44, 44);
}


.y {
    border-left: 10px solid rgb(63, 44, 44);
}

.love {
    margin-right: 50px;
    /* margin-left: 56px; */
    padding: 2px 13px 9px 8px;
    margin-inline-start: 230px;
    background-color: #E2DCD9;
    border-radius: 0px 0px 32px 0px;
    gap: 16px;
    display: flex;
    object-fit: cover;
    right: 0;
    justify-content: flex-end;
    margin-top: 9px;
}

.l,
.c {
    width: 31px;
}