@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
社長のラジオとブログ「ビリビリでんきショック」
---------------------------------------------------------------------------------------------------------------------
*/
#radio {
  padding: 20px 0 100px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    #radio {
      padding: 20px 0 140px; } }
  @media (min-width: 1250px) {
    #radio {
      padding: 20px 0 180px; } }
  #radio .heart-ye {
    position: absolute;
    left: -15%;
    bottom: 20%;
    z-index: -1;
    width: 40%;
    max-width: 800px; }

#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; } }
