@charset "UTF-8";

div.section {
    min-height: 100vh;
}

div.section-title {
    margin-top: inherit;
}

div.section-title > div {
    --section-h: calc(var(--moon-menu-h) + 40px + 2rem);
    padding-top: calc(100vh / 2 - var(--section-h) - 72px / 2);
}

div.section-title > div > span {
    line-height: 1.2;
}

div.section-contents > div.description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

div.section-button {
    padding-top: 4rem;
}

div#about div.section-contents > div.description p {
    line-height: 2.5rem;
}

div#profile div.section-title, div#map div.section-title, div#contact div.section-title {
    margin-top: 0;
}

div#sns p {
    line-height: 3;
}

div#sns-logo {
    margin-bottom: 20%;
}

div#sns div.description, div#sns-logo {
    flex-shrink: 2;
}

div.works-image img.w-70 {
    width: 70%;
}
