@charset "UTF-8";

body {
    height: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,Meiryo,sans-serif;
    font-weight: 400;
    font-kerning: normal;
    line-height: 1.5;
    color: #08131a;
    word-wrap: break-word;
    background-color: #fff;
    font-size: 1rem;
}

/* header */

header {
    border-bottom: 1px solid rgba(8,19,26,0.14);
}

.header-navigation {
    width: calc(100% -32px);
    min-height: 48px;
    margin: 0 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    /* width: 98px; */
    width: 130px;
}

.a-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    background-color: #2cb696;
    min-height: 40px;
    padding: 0 16px;

    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 4px;
}

.button-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* main */

@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
    main {
        max-width: 600px;
        margin: auto;
    }
}

/* footer */

footer {
    padding: 40px 16px 32px;   
}

.footer-menu {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;

    list-style-type: none;
    list-style: none;

    font-size: 0.75rem;
    color: rgba(8,19,26,0.66);
}

/* creater-header */

.creater-header {
    padding: 16px;
}

.creater-header-icon {
    margin-bottom: 16px;
}

.creater-icon-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 32px;
}

.creater-icon {
    position: absolute;
    top: 69%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.creater-header-nickname {
    margin-bottom: 8px;
}

.nickname {
    display: inline;
    font-weight: 700;
    font-size: 1rem;
}

.creater-header-biography {
    margin-bottom: 8px;
}

.biography {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.creater-header-followstatus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 16px;
}

.follow-counter {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.count-follow {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 8px;
}

.count-body {
    font-size: 0.875rem;
    font-weight: 700;
}

.count-suffix {
    font-size: 0.75rem;
    color: rgba(8,19,26,0.66);
}

.button-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

    padding: 0 16px;
    min-height: 32px;
    color: #2cb696;
    border: 1px solid #2cb696;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.button-button-follow {
    color: #fff;
    background-color: #2cb696;
}

.button-follow {
    font-size: 0.75rem;
}

/* content */

.content-wrapper {
    margin: 0 16px;
}

.note-wrapper {
    margin-bottom: 32px;
    width: 100%;
    height: 100%;
}

.note-wrapper-a-link {
    text-decoration: none;
    color: inherit;
}

.note-thumnail-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.note-thumnail {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.note-info-wrapper {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}

.note-info-title {
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt" 1;
}

.note-info-body {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.75rem;
    margin-top: 8px;
    overflow: hidden;
    color: rgba(8,19,26,0.66);
}

.note-status-wrapper {
    /* display: flex; */
    display: none;
    margin-top: 8px;
    min-height: 16px;
    font-size: 0.875rem;
}

.note-status-like-wrapper {
    display: flex;
    align-items: center;
    color: #eb4667;
}

.like-count {
    margin-left: 4px;
    line-height: 1;
}

.note-footer-wrapper {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.note-footer-user {
    display: flex;
    align-items: center;   
}

.note-footer-icon {
    margin-right: 8px;
}

.note-footer-icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 12px;
}

.note-footer-nickname {
    font-size: 0.75rem;
    line-height: 1.5;
    color: rgba(8,19,26,0.66);
}

.note-footer-date {
    font-size: 0.625rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(8,19,26,0.66);
}

.note-footer-action {
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-like {
    min-width: 24px;
    color: rgba(8,19,26,0.32);
    display: inline-block;
    font-size: 1.5rem;
    width: 1em;
    height: 1em;
    line-height: 1;
    background-color: initial;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.button-like-check {
    color: #eb4667;
}

/* content detail */

.content-header {
    width: calc(100% - 32px);
    margin: 0 16px 16px;
}

.title-wrapper {
    margin-bottom: 20px;
}

.title {
    margin: 30px 0 15px;
    font-size: 1.5rem;
    min-height: 1em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
}

.title-attachment {
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: -8px;
}

.content-header-like-wrapper {
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.25rem;
    color: rgba(8,19,26,0.32);
}

.content-header-like-wrapper-like {
    color: #eb4667;
}

.header-like-count {
    margin-left: 8px;
}

.creater-info {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.creater-info-icon {
    margin-right: 8px;
}

.creater-info-icon-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 16px;
}

.creater-info-detail {
    flex: 1;
    font-size: 0.75rem;
    line-height: 1.5;
}

.creater-info-date {
    color: rgba(8,19,26,0.32);
}

.content-body {
    margin: 30px 0 100px;
    line-height: 32px;
    font-size: 1rem;
    color: #08131a;
    padding: 0 16px;
}

/* content detail for private */

/* .header-private {
    margin-bottom: 32px;
    padding: 16px 0;
    background-color: rgba(0,0,0,0.03);
} */

.header-private-info {
    padding: 0 16px;
    font-size: 0.875rem;
    font-weight: 700;
}

.header-navigation-private {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 8px 16px 8px 0;
    /* padding: 8px 16px 8px 16px; */
}

.header-private-close-button {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    /* padding: 0 12px; */
    min-height: 32px;
    color: #08131aab;
    background-color: #fff;
    border: none;
    /* border: 1px solid rgba(8,19,26,0.32); */
    border-radius: 4px;
    cursor: pointer;
}

.header-private-status-area {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    color: #08131aab;
    background-color: #fff;
    border: 1px solid rgba(8,19,26,0.32);
    border-radius: 4px;
}

/* login */

.login-wrapper {
    padding: 24px;
}

.login-title {
    margin-bottom: 16px;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
}

.login-form {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(8,19,26,0.14);
    border-radius: 4px;
    padding: 24px 32px 32px;
}

.form-group:nth-child(n + 2) {
    margin-top: 16px;
}

.form-label {
    margin-bottom: 8px;
}

.form-label-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.input-text {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    padding: 4px 36px 4px 8px;
    line-height: 1.5;
    color: #08131a;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid rgba(8,19,26,0.14);
    border-radius: 4px;
    font-size: 0.875rem;
}

.form-input {
    position: relative;
}

#button-eye {
    position: absolute;
    right: 12px;
    top: 12px;
}

.login-button-wrapper {
    margin-top: 24px;
}

.button-login-main {
    width: 100%;
    color: rgba(8,19,26,0.66);
    background-color: #e6e6e6;
    border: none;
    min-height: 40px;
    padding: 0 16px;
    font-weight: 700;
    line-height: 1;
    vertical-align: top;
    border-radius: 4px;
    cursor: not-allowed;
    font-size: 0.875rem;
}

.button-login-main-active {
    color: #fff;
    background-color: #2cb696;
    cursor: pointer;
}

.login-help {
    color: rgba(8,19,26,0.66);
    font-size: 0.75rem;
    margin-top: 16px;
}

.global-error {
    display: none;
    color: #eb4667;
    font-size: 0.875rem;;
    margin-top: 16px;
}

/* private */
.private-wrapper {
    padding: 24px;
}

.private-title {
    margin-bottom: 16px;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: left;
}

/* top */

.top-wrapper {
    padding: 120px 24px 0;
}

.top-title {
    margin-bottom: 16px;
    text-align: center;
}

.top-logo {
    display: inline;
}

.search-form {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 24px 32px 32px;
}

.form-label-top {
    margin-bottom: 8px;
    text-align: center;
}

.form-label-title-top {
    font-size: 0.875rem;
    font-weight: 700;
    display: inline;
}
