@charset "UTF-8";

body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

header {
    height: 5vh;
    width: 45vw;
    margin-left: 5vw;
}

h1 a {
    font-size: 15px;
    letter-spacing: -0.05em;
    font-variation-settings: "wght" 700;
    position: fixed;
    top: 10px;
    left: 10px;
}

h2 {
    font-size: 15px;
    letter-spacing: 0.25em;
    font-variation-settings: "wght" 500;
    text-align: center;
    padding: 1vh;
}

article {
    height: 90vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5vw;
}

section {
    height: 80vh;
    width: 45vw;
}

.section_1 {
    background-image: url(image/20220928_似顔絵up.jpg);
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section_1_content {
    height: 60vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.catchphrase {
    height: 60vh;
    writing-mode: vertical-rl;
    line-height: 1.7em;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    letter-spacing: 0.05em;
    color: #0a0059;
}

.section_1_name li {
    line-height: 1.7em;
    letter-spacing: 0.05em;
    font-variation-settings: "wght" 500;
}

.section_1_text {
    width: 100%;
    line-height: 1.5em;
    font-variation-settings: "wght" 500;
    margin-bottom: 0.5em;
}

.section_1_text_sub {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 3em;
}

.section_2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5em;
}

h3 {
    letter-spacing: 0.5em;
    font-variation-settings: "wght" 100;
    margin-bottom: 0.2em;
}

.section_2 ol li {
    font-size: 0.9em;
    margin-top: 0.2em;
}

footer {
    height: 5vh;
}

small {
    display: block;
    font-size: 0.6em;
    display: flex;
    justify-content: center;
    padding: 2vh 0 0 50vw;
}

@media screen and (max-width:500px) {
    header {
        height: 5vh;
        width: auto;
        margin-left: 0;
    }

    article {
        height: auto;
        flex-direction: column;
        gap: 0;
    }

    section {
        height: auto;
        width: 90vw;
    }

    .section_1 {
        background-image: none;
    }

    .section_1_content {
        height: 85vh;
        background-image: url(image/20220928_似顔絵up.jpg);
        background-repeat: no-repeat;
        background-size: 160px;
        background-position: center;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row-reverse;
        margin: 5vh 0;
    }

    .catchphrase {
        height: 85vh;
    }

    .section_1_text_sub {
        margin-bottom: 1.8em;
    }

    small {
        padding: 2vh 0 0 0;
    }
}