@charset "UTF-8";
/* Scss Document */
#gnav {
  width: 89%;
  display: grid;
  font-size: 0em;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 768px) {
    #gnav {
      margin: 0 auto;
      grid-template-columns: repeat(4, 1fr); } }
  #gnav .btn_info a {
    display: block;
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_お知らせ_off.png") no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 18.75%;
    background-size: contain; }
  #gnav .btn_info a:hover {
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_お知らせ_on.png") no-repeat;
    background-size: contain; }
  #gnav .btn_cast a {
    display: block;
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_出演者_off.png") no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 18.75%;
    background-size: contain; }
  #gnav .btn_cast a:hover {
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_出演者_on.png") no-repeat;
    background-size: contain; }
  #gnav .btn_tiket a {
    display: block;
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_チケット_off.png") no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 18.75%;
    background-size: contain; }
  #gnav .btn_tiket a:hover {
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_チケット_on.png") no-repeat;
    background-size: contain; }
  #gnav .btn_rec a {
    display: block;
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_戦績_off.png") no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 18.75%;
    background-size: contain; }
  #gnav .btn_rec a:hover {
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_戦績_on.png") no-repeat;
    background-size: contain; }
  #gnav .btn_vote a {
    display: block;
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_投票_off.png") no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 18.75%;
    background-size: contain; }
  #gnav .btn_vote a:hover {
    background: url("https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/manzai_spring/images/btn_投票_on.png") no-repeat;
    background-size: contain; }
