body {
    margin: 0;
    color: #1D2051;
    font-family: "TazuganeGothicStdN-Thin";
	letter-spacing: 0.1em;
}

a {
    text-decoration: none;
}

.title {
    text-transform: uppercase;
}

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


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