@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
font-family: a-otf-ud-reimin-pr6n, sans-serif;
font-weight: 300;
font-style: normal;
}
body {
    font-size: 2.0rem;
    color: #333;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.020em;
}
.sp_br {
        display: none;
    }
@media (min-width: 750px) and (max-width: 1099px) {
body {
    font-size: 1.8rem;
    letter-spacing: 0.018em;
    }
}
@media (max-width: 749px) {
body {
    font-size: 1.6rem;
    letter-spacing: 0.016em;
    }
    .sp_br {
        display: inline;
    }
}