@charset "UTF-8";

#messageMain {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 360px 1fr;
    grid-template-columns: 360px 1fr;
    grid-auto-rows: auto;
    padding-right: 0;
}
#messageMain > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#messageMain > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
#messageMain > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row-span: 2;
}
#profile figure {
    margin-right: auto;
    width: 67%;
}
#profile img {
    width: 100%;
    height: auto;
}
#profile .name {
    margin: 30px 0;
}
#profile h1 {
    font-size: 21px;
    letter-spacing: .1em;
}
#profile h2 {
    font-size: 15px;
    letter-spacing: .1em;
}
#biography {
    border-top: #989a9a 1px solid;
    order: 3;
}
#biography .ttl {
    font-weight: 600;
    font-size: 15px;
    margin: 25px 0;
}
#biography dt {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}
#biography dd {
    margin-bottom: 15px;
    font-size: 12px;
}
#biography ul {
    margin-top: 10px;
}
#biography li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 5px;
}
#biography li:before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: #000;
    border-radius: 50%;
    margin-right: .5em;
    transform: translateY(.1em);
}
#messageTxt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0 0 5px #222433, 0 0 30px #373a4b;
    line-height: 1.85;
    grid-row: span 2;
}
#messageTxt h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .2em;
    margin-left: 1.5em;
}
#messageTxt h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .2em;
}
@media screen and (max-width:1080px){
#messageTxt h1 {
    font-size: 2.31vw;
}
#messageTxt h2 {
    font-size: 1.85vw;
}
}