@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
社長のラジオとブログ「ビリビリでんきショック」
---------------------------------------------------------------------------------------------------------------------
*/
body {
  background-image: url("../../img/parts/bilibili.svg");
  background-repeat: repeat;
  background-size: 100px; }
  @media (min-width: 768px) {
    body {
      background-size: 200px; } }

#blog-header {
  text-align: center;
  padding: 120px 0 0;
  width: 90%;
  margin: auto; }
  @media (min-width: 768px) {
    #blog-header {
      padding: 160px 0 0; } }
  #blog-header h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 0.85em;
    margin: auto;
    font-size: 4.0em; }
    @media (min-width: 768px) {
      #blog-header h1 {
        font-size: 6.0em; } }
    @media (min-width: 1024px) {
      #blog-header h1 {
        font-size: 7.5em; } }
  #blog-header h2 {
    font-size: 1.125em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 1.4em;
    margin-top: -5px; }
    @media (min-width: 768px) {
      #blog-header h2 {
        font-size: 1.25em;
        margin-top: -10px; } }
    @media (min-width: 1024px) {
      #blog-header h2 {
        font-size: 1.5em;
        margin-top: -16px; } }
