@font-face {
  font-family: "simplifica";
  src: url(../font/SIMPLIFICA-Typeface.ttf);
}
@font-face {
  font-family: "din";
  src: url(../font/DINNextLTPro-Light.otf);
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonTitle .en {
    letter-spacing: 0;
  }
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonTitle .ja {
    font-size: 4.8vw;
  }
}

.point {
  padding-top: 8vh;
}
.point .inner {
  max-width: 70%;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .point .inner {
    max-width: 100%;
  }
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .point .commonTitle {
    margin-bottom: 8vh;
  }
}