@charset "utf-8";

::selection {
    color: #fff;
    background-color: rgba(69, 15, 117, 0.5);
}

body {
    font-family: 'New Tegomin', serif;
    background-image:linear-gradient(120deg,#d7d2cc,#304352);
    color: #24292e;
    min-height: 100vh;
}

.m-memo {
    font-family: "ta-koigokoro", sans-serif;
    background-image:linear-gradient(120deg,#c43a30,#874da2);
    color: #470a28;
    min-height: 100vh;
}

a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

img {
    width: 100%;
}

.red {
    color: #cb0717;
    font-weight: bold;
}

.sp-br {
    display: none;
}

.score {
    background-color: #f8fae0;
    background-image: url(../img/score_page.jpg);
    background-size: cover;
    background-position: center top;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2em;
    padding: 3em;
    border-radius: 5px;
    background-color: #dddddd;
    box-shadow: 1px 6px 18px -1px rgba(69, 73, 73, 0.35);
}

.score:last-child {
    margin-bottom: 0;
}

.memo {
    background-color: #f8fae0;
    background-image: url(../img/koshi02.png);
    background-size: cover;
    background-position: center center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2em;
    padding: 3em;
    border-radius: 5px;
    background-color: #dddddd;
    box-shadow: 1px 6px 18px -1px rgba(33, 14, 39, 0.35);
    font-size: 1.2em;
    font-weight: bold;
}

.diary {
    font-family: "ta-koigokoro", sans-serif;
    background-color: #f8fae0;
    background-image: url(../img/koshi01.png);
    background-size: cover;
    background-position: center center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2em;
    padding: 3em 3.5em;
    border-radius: 5px;
    background-color: #dddddd;
    box-shadow: 1px 6px 18px -1px rgba(33, 14, 39, 0.35);
    font-weight: bold;
    font-size: 1.2em;
}

.diary:last-child {
    margin-bottom: 0;
}

.h455 {
    height: 455px;
}

@media (max-width: 600px) {
    .score {
        padding: 3.5em 7% 2em 7% ;
        margin: 0 4%;
        margin-bottom: 30px;
        height: 29.5em;
    }

    .memo,.diary {
        padding: 3.5em 7% 3.5em 7% ;
        margin: 0 4%;
    }

    .memo {
        font-size: 1.1em;
    }

    .diary {
        margin-bottom: 1.5em;
    }

    .pd {
        padding: 1em 5%;
        height: 32em;
    }

    .pd p {
        line-height: 1.2;
    }

    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

}

h1 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    margin: 25px;
}

@media (max-width: 600px) {
    h1 {
        font-size: 22px;
    }
}

.note {
    padding:0 1em;
    background: linear-gradient(#cfac96 1px, transparent 1px) #ffffff00;
    background-size: auto 1.8em;
    line-height: 1.8em;
    border-bottom: 1px solid #cfac96;
    overflow: hidden;
}

main p {
    margin-top: 1.8em;
    line-height: 1.8;
}

main .wwkr-p:last-child {
    margin-bottom: 1.8em;
}


footer {
    padding: 5em 0 2em 0;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.logo {
    max-width: 250px;
}

small {
    color: #ffffff;
}