@Charset "utf-8";

/*
2021-01-28    スマホ用profile-detail指定を修正。
*/

* {
    box-sizing: border-box;
}

body {
    font-family: dnp-shuei-mgothic-std, "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #ddbb99;
}
main {
    color: #1C1C1C;
}
h1, h2, h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}
h2 {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}
h3 {
    font-size: 14px;
    text-align: center;
    color: #847B6F;
    margin: 5px 0;
}
p {
/*
    line-height: 150%;
    padding: 0 10px;
    margin: 12px 0;
*/
}
a {
    color: #;
    text-decoration: none;
    text-decoration-line: none;
}
a:visited {
    color: #;
}
a:hover {
    opacity: 0.6;
    transition-duration: 0.17s;
    text-decoration-line: underline;
}
td, th {
    padding: 10px;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-top: none;
    border-bottom: none;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(132, 123, 111, 0.5);
    border-radius: 8px;
}

/* ============ 汎用 ============ */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* ============ 個別 ============ */
.main-area {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 15px;
    margin: 30px;
}
.main-area > div > div {
    padding: 5px 30px;
}


.profile-area {
    float: left;
    width: calc(66.7% - 15px);
}
.profile-area, .links-area {
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    padding: 20px;
}

.profile-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 10px;
}
.profile-icon {
    float: left;
    display: block;
    position: relative;
    width: 110px;
    height: 150px;
}
.profile-icon img {
    position: absolute;
    width: 110px;
    height: 110px;
    top: calc(50% - 55px);
}
.profile-top h1 {
    float: right;
    text-align: center;
    margin: 50px 20px 50px 20px;
}
.profile-names {
    line-height: 45px;
    font-size: 50px;
}
.profile-details {
    display: block;
    line-height: ;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 5px;
}

.profile-text {
    height: calc(100% - 180px - 60px);
    border-top: 1px solid #BBAE9E;
    border-bottom: 1px solid #BBAE9E;
}
.profile-text > div {
    float: left;
}
.profile-text-wrap {
    width: 36%;
}
.profile-text-wrap p {
    line-height: 22px;
    font-size: 14px;
    margin: 10px 0;
}

.profile-table-wrap {
    overflow-y: scroll;
    width: calc(100% - 36% - 15px);
    height: 100%;
    margin-left: 15px;
}
.profile-table-wrap h2 {
    margin: 30px 0 5px 0;
}
.profile-table-wrap h2:first-child {
    margin-top: 10px;
}
.profile-table-wrap table {
}
.profile-table-wrap tr {
    display: block;
    border-bottom: 1px solid #BBAE9E;
}
.profile-table-wrap tr:last-child {
    border: none;
}
.profile-table-wrap th {
    width: 110px;
    font-size: 14px;
    padding: 10px;
}
.profile-table-wrap td {
    padding: 0 10px;
}
.profile-table-wrap p {
    line-height: 20px;
    font-size: 13px;
    margin: 7px 0;
}

.profile-update {
    height: 60px;
    font-size: 11px;
    color: #585858;
}
.profile-update-wrap {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}
.profile-update-contents {
    display: block;
    width: 100%;
    margin: 9px 0;
}
.profile-update-contents p {
    display: inline-block;
    float: left;
}
.profile-update-date {
    width: 65px;
    text-align: center;
    padding: 1px 0;
    margin: 0;
}
.profile-update-desc {
    width: calc(100% - 15px - 65px - 8px);
    margin: 0 0 0 15px;
}


.links-area {
    float: right;
    overflow-y: scroll;
    width: 33.3%;
}
.links-wrap {
}
.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.links-list a, .links-mail {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    background-color: #847B6F;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding: 7px 15px;
    margin-bottom: 5px;
    transition-duration: 0.5s;
}
.links-list a:visited {
    color: #ffffff;
}
.links-list a:hover, .links-mail:hover {
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
}
.links-twitter:hover {
    background-color: #1DA1F2;
}
.links-mastodon:hover {
    background-color: #2A8BD2;
}
.links-pixiv:hover {
    background-color: #0096FA;
}
.links-youtube:hover {
    background-color: #FF0000;
}
.links-list a:active, .links-mail:active {
    opacity: 1;
}

.links-site-title {
    line-height: 15px;
    font-size: 11px;
    margin-left: 0.5em;
}
#mail_address {
    display: none;
    margin-left: 0.5em;
}
#mail_address span {
    margin-left: 0.5em;
}



/* ============ スマホ ============ */
@media screen and (max-width: 480px) {
    
    body {
        overflow: visible;
        height: auto;
    }
    
    .main-area {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 0;
        margin: 10px;
    }
    .main-area > div > div {
        padding: 0;
    }

    .profile-area {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }
    
    .profile-top {
        height: auto;
    }
    .profile-icon {
        width: 60px;
        height: auto;
    }
    .profile-icon img {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
    }
    .profile-top h1 {
        margin: 25px 5px;
    }
    .profile-names {
        line-height: 20px;
        font-size: 32px;
    }
    .profile-details {
        max-width: 200px;
        font-size: 11px;
    }

    .profile-text {
        height: auto;
    }
    .profile-text > div {
        float: none;
    }
    .profile-text-wrap {
        width: 100%;
        padding: 5px 0;
    }
    .profile-text-wrap p {
        line-height: 19px;
        font-size: 13px;
        padding: 0 5px;
        margin: 8px 0;
    }
    
    .profile-table-wrap {
        display: block;
        overflow-y: visible;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        border-top: 1px solid #BBAE9E;
    }
    .profile-table-wrap tr {
        width: calc(100% - 14px);
        margin: 0 7px;
    }
    .profile-table-wrap th {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 10px 5px 5px 5px;
    }
    .profile-table-wrap td {
        display: block;
        padding: 0 5px;
    }
    .profile-table-wrap h2 {
        display: block;
        margin: 20px 0 0 0;
    }
    .profile-table-wrap h2:first-child {
        margin-top: 20px;
    }
    .profile-table-wrap p {
        line-height: 18px;
        font-size: 12px;
        margin: 0 0 7px 0;
    }
    
    .profile-update {
        height: 50px;
        font-size: 11px;
        color: #585858;
        border-bottom: 1px solid #BBAE9E;
    }
    .profile-update-wrap {
        padding: 0 15px;
    }
    .profile-update-contents {
        margin: 15px 0;
    }
    .profile-update-desc {
        width: 100%;
        margin-left: 0;
    }

    .links-area {
        float: none;
        overflow-y: hidden;
        width: 100%;
        padding-top: 0;
    }   
    .links-wrap {
        padding: 0;
    }
    .links-wrap h2 {
        margin-top: 20px;
    }
    .links-list a, .links-mail {
        border-radius: 5px;
        font-size: 13px;
        padding: 8px 15px;
        margin-bottom: 6px;
    }
    .links-list a:active, .links-mail:active {
        text-decoration: none;
        opacity: 0.5;
    }
}