.font-size-xs {
  font-size: 0.6em !important;
}
.font-size-s {
  font-size: 0.8em !important;
}
.font-size-m {
  font-size: 1.2em !important;
}
.font-size-l {
  font-size: 1.5em !important;
}
.font-size-ll {
  font-size: 2.0em !important;
}
.font-size-3l {
  font-size: 2.5em !important;
}
.font-size-4l {
  font-size: 3.0em !important;
}
.font-size-5l {
  font-size: 4.0em !important;
}
.font-size-6l {
  font-size: 5.0em !important;
}

@media screen and (max-width: 480px) {
  p {
    font-size: 14px !important;
  }
  .font-size-xs {
    font-size: 0.6em !important;
  }
  .font-size-s {
    font-size: 0.8em !important;
  }
  .font-size-m {
    font-size: 1.0em !important;
  }
  .font-size-l {
    font-size: 1.2em !important;
  }
  .font-size-ll {
    font-size: 1.5em !important;
  }
  .font-size-3l {
    font-size: 2.0em !important;
  }
  .font-size-4l {
    font-size: 2.5em !important;
  }
  .font-size-5l {
    font-size: 3.0em !important;
  }
  .font-size-6l {
    font-size: 4.0em !important;
  }
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif  !important;
}
.shadow {
  text-shadow: 1px 1px 1px #000;
}
.mincho span {
  display: initial;
  margin-bottom: 0;
  letter-spacing: 1px;
  color:#000;
}