@charset "utf-8";

html {
    scroll-behavior: smooth;
}

::selection {
    background-color: #980e3c9e;
    color: #f8f8f8;
}

body {
    text-align: justify;
    font-family: "Zen Old Mincho", serif;
    color: #f8f8f8;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

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

p+p {
    margin-top: 1.25rem;
}

.title {
    padding: 3.5rem 0 4rem 0;
    text-align: center;
}

.bold {
    font-weight: bold;
}

#nlc__diary,
#nlc__message {
    background-image: url(../img/nlc_back01.png);
}

.diary {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    color: #680526;
    box-shadow: 12px 12px 50px -5px #08032ba0;
    font-family: "Klee One", cursive;
}

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

.diary__page {
    width: 600px;
    min-height: 700px;
    padding: 4rem 3.5rem;
    background-image: url(../img/koshi03.png);
    background-size: cover;
    background-position: center center;
}

.diary__title {
    margin-bottom: 1.5rem;
}

.diary__space {
    margin-top: 2.5rem;
}

.copy {
    padding: 5rem;
    text-align: center;
}

.copy__img {
    max-width: 400px;
    display: block;
    margin: 7rem auto 1.5rem auto;
}

.message__pc {
    margin-top: 3.5rem;
    background-image: url(../img/nlc_pc_message.png);
    background-size: cover;
    transform: scale(1.2);
    aspect-ratio: 1.7 / 1;
}

.message__pc--pass {
    background-image: url(../img/nlc_pc_pass.png);
}

.messegae__lock {
    padding-top: 12rem;
    margin: 0 auto;
    text-align: center;
    font-family: "DotGothic16", sans-serif;
}

.message__icon {
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 70px;
    display: block;
    margin: 0 auto;
}

.message__name {
    margin-top: 1rem;
    cursor: default;
}

.message__pass {
    margin-top: 1.75rem;
    background-color: #f8f8f876;
    border-radius: 8px;
    padding: .25rem .5rem;
    width: 120px;
}

.message__pass::placeholder {
    color: #333333a3;
}

.message__submit {
    color: #f8f8f8;
    background-color: #140e2f;
    border-radius: 100%;
    padding: .25rem .5rem;
    transition: .3s;
    transform: scale(.9);
}

.message__submit:hover {
    background-color: #4f4970;
}

.message__area {
    padding: 5rem 0;
}

.message__text {
    color: #333;
    background-color: #e4e4e4;
    width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 12px 12px 50px -5px #08032ba0;
}

.message__browser {
    padding: .5rem 1rem 1rem 1rem;
    background-image: linear-gradient(180deg, #ebebeb, #d1d1d1);
    cursor: default;
}

.message__btn--red {
    color: #de645a;
}

.message__btn--yellow {
    color: #e4b44c;
}

.message__btn--green {
    color: #62bf52;
}

.message__scroll {
    font-family: "DotGothic16", sans-serif;
    font-size: .9rem;
    padding: 0 2rem;
    height: 350px;
    overflow: scroll;
}

.message__p--para {
    margin-top: 5rem;
}

.message__p--space {
    margin-top: 2.5rem;
}

@keyframes blinking {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.message__p--anime {
    animation: blinking .5s infinite alternate;
}

.message__scroll p:last-child {
    margin-bottom: 10rem;
}

#nlc__desktop,
#nlc__memo {
    background-image: url(../img/nlc_back02.png);
}

.desktop__pc {
    background-image: url(../img/nlc_desktop.png);
    background-size: cover;
    transform: translateY(-4rem) scale(.9);
    aspect-ratio: 1.167 / 1;
}

.desktop__pc--pass {
    background-image: url(../img/nlc_pc_arei.png);
}

.desktop__lock {
    padding-top: 18rem;
    margin: 0 auto;
    text-align: center;
    font-family: "DotGothic16", sans-serif;
}

.desktop__icon {
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.desktop__name {
    margin-top: 1rem;
    font-size: 1.125rem;
    cursor: default;
}

.desktop__pass {
    margin-top: 2rem;
    background-color: #f8f8f876;
    border-radius: 8px;
    font-size: 1.125rem;
    padding: .25rem .5rem;
    width: 150px;
}

.desktop__pass::placeholder {
    color: #333333a3;
}

.desktop__submit {
    color: #f8f8f8;
    background-color: #575175;
    border-radius: 100%;
    padding: .25rem .5rem;
    transition: .3s;
}

.desktop__submit:hover {
    background-color: #9e899e;
}

.desktop__footer .copy {
    padding: 0;
}

.desktop__footer .copy__img {
    margin-top: 0;
}

.desktop__folders {
    font-family: "DotGothic16", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 200px;
    padding: 2.5rem 0 0 1.5rem;
}

.desktop__folder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.desktop__img {
    width: 120px;
    transition: .3s;
}

.desktop__text {
    color: #f8f8f8;
    text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;
    font-size: 1.25rem;
    transform: translateY(-1.5rem);
}

.desktop__folder:hover .desktop__img {
    opacity: .7;
}

.desktop__popup {
    position: absolute;
    top: 2.8rem;
    color: #333;
    background-color: #c0bec2bb;
    padding: .5rem 1rem;
    border-radius: 4px;
    box-shadow: 12px 12px 50px -5px #08032ba0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    pointer-events: none;
}

.desktop__popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.memo {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    color: #323248;
    box-shadow: 12px 12px 50px -5px #08032ba0;
    font-family: "New Tegomin", serif;
}

.memo+.memo {
    margin-top: 5rem;
}

.memo__page {
    width: 600px;
    min-height: 700px;
    padding: 4rem 3.5rem;
    background-image: url(../img/koshi03.png);
    background-size: cover;
    background-position: center center;
}

.memo__title {
    margin-bottom: 1.5rem;
}

.memo__para {
    margin-top: 5rem;
}

.memo__space {
    margin-top: 2.5rem;
}