body {
  font-family: "Noto Serif JP";
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: justify;
}

.font-1 {
  font-family: "Noto Sans JP";
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff9e7;
}
@media screen and (max-width: 959px) {
  .font-1 {
    font-family: "Noto Sans JP";
    font-size: 13px;
  }
}
.font-2 {
  font-family: "Roboto";
}

.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

.fs10 {
  font-size: 10px;
}

.fs-s {
  font-size: small;
}

.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}

.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}

/* 文字揃え */
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}

/* 文字間 */
.ls50 {
  letter-spacing: 0.1em;
}
