body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #5b3e30;
    text-align: justify;
    font-feature-settings: "palt";
}

.image {
    position: relative;
}

a {
    transition: 0.3s all;
}

a:hover {
    opacity: 0.5;
}

.copyright {
    background-color: #f3e6e2;
    color: #5b3e30;
    text-align: center;
    font-size: clamp(11px,1.2vw,13px);
    padding: 10px 0;
}