@charset "UTF-8";
.format__kv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 50px;
  margin-top: 70px;
}
.format__kv.singular-page {
  margin-top: 0;
}
.format__kv .format__kv-ttl {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, system-ui;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (min-width: 1025px) {
  .format__kv {
    height: 280px;
    margin-bottom: 200px;
  }
}
@media (max-width: 1024px) {
  .format__kv {
    height: 165px;
    margin-bottom: 80px;
  }
  .format__kv .format__kv-ttl {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .format__kv {
    height: 165px;
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .format__kv .format__kv-ttl {
    font-size: 25px;
  }
}/*# sourceMappingURL=jumbotron.css.map */