a {
    text-decoration: none;
    cursor: pointer;
}

body {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, system-ui, sans-serif;
    letter-spacing: 0.1em;
    color: #424242;
}

.hidden {
    display: none;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}