@charset "utf-8";

body {
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #4895ac;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.scenario__title {
    margin: 2rem 0;
    color: #f8f8f8;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}

@media (max-width: 600px) {
    .scenario__title {
        font-size: 1.5rem;
    }
}

.wrapper {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .wrapper {
        max-width: 95vw;
    }
}

.diary {
    color: #211007;
    background-image: url(../img/koshi03.png);
    background-size: cover;
    background-position: center bottom;
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 4rem 5rem;
    box-shadow: 1px 6px 18px -1px #434f50;
}

.diary+.diary {
    margin-top: 1.5rem;
}

.diary__p+.diary__p {
    margin-top: 1.25rem;
}

.blue {
    color: #da3979;
    font-weight: bold;
}

.memo {
    color: #211007;
    background-image: url(../img/koshi01.png);
    background-size: cover;
    background-position: center center;
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 4rem 5rem;
    box-shadow: 1px 6px 18px -1px #434f50;
}

.memo__p+.memo__p {
    margin-top: 1.25rem;
}

.journal {
    color: #333;
    background-image: url(../img/koshi03.png);
    background-size: cover;
    background-position: center center;
    font-family: "New Tegomin", serif;
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 4rem 5rem;
    box-shadow: 1px 6px 18px -1px #434f50;
}

.journal__p+.journal__p {
    margin-top: 1.25rem;
}

.letter {
    color: #46182a;
    background-image: url(../img/washi01.png);
    background-size: cover;
    background-position: center center;
    font-family: "Yomogi", cursive;
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 4rem 5rem;
    box-shadow: 1px 6px 18px -1px #434f50;
}

.letter__p+.letter__p {
    margin-top: 1.25rem;
}

@media (max-width: 600px) {
    .watoji__wrapper {
        max-width: 100vw;
    }
}

.watoji__main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 600px) {
    .watoji__main {
        height: 550px;
        overflow-x: scroll;
        flex-direction: row-reverse;
        transform: translateY(-25px);
    }
}

.watoji {
    max-height: 500px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #515151;
    background-image: url(../img/washi01.png);
    background-size: cover;
    background-position: center center;
    font-family: "Yuji Syuku", serif;
    font-size: 1.125rem;
    padding: 4rem 5rem;
    box-shadow: 1px 6px 18px -1px #434f50;
}

.watoji + .watoji {
    margin-top: 1.5rem;
}

@media (max-width: 600px) {
    .watoji:first-child {
        margin-right: 1.5rem;
    }

    .watoji:last-child {
        margin-left: 1.5rem;
    }

    .watoji + .watoji {
        margin-top: 0;
        margin-right: 1.5rem;
    }
}

.watoji__heading {
    font-size: 1.5rem;
    text-indent: 1rem;
    margin-left: 1rem;
}

.watoji__p+.watoji__p {
    margin-right: 1.25rem;
}

.grimoire {
    color: #474747;
    background-image: url(../img/koshi03.png);
    background-size: cover;
    background-position: center center;
    font-family: "Hina Mincho", serif;
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 4rem 5rem;
    box-shadow: 1px 6px 18px -1px #434f50;
}

.grimoire__p+.grimoire__p {
    margin-top: 1.25rem;
}

@media (max-width: 600px) {
    .diary,
    .memo,
    .journal,
    .letter,
    .watoji,
    .grimoire {
        font-size: .95rem;
        padding: 3rem 2.5rem;
    }
}

.copy {
    color: #f8f8f8;
    margin: 3rem 0 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copy__img {
    width: 15rem;
    transform: translateX(.3rem);
}

@media (max-width: 600px) {
    .copy__img {
        width: 8rem;
    }
}