@charset "UTF-8";
/* Scss Document */
@keyframes live_anime {
  0% {
    transform: scale(1, 1) translateY(0); }
  50% {
    transform: scale(0, 1) translateY(-5px); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes live_anime1 {
  0% {
    transform: scale(1);
    opacity: 0; }
  10% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes live_anime2 {
  0% {
    transform: scale(1);
    opacity: 0; }
  10% {
    transform: scale(1);
    opacity: 0; }
  20% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes live_anime3 {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    transform: scale(1);
    opacity: 0; }
  30% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
#wrapper {
  width: 100vw;
  overflow-x: hidden;
  font-family: "Noto Sans JP",sans-serif; }

@media all and (-ms-high-contrast: none) {
  #wrapper {
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif; } }
/*1024px以下*/
@media all and (max-width: 1200px) {
  #wrapper {
    width: 1200px !important; }

  body {
    width: 100%;
    overflow-x: scroll !important; }

  #header #logo:before {
    width: 100px !important; }

  #bottom:before {
    width: 1200px !important; } }
@media all and (max-width: 1030px) {
  #wrapper {
    width: 1030px !important; }

  #header {
    width: 1030px !important; }

  #header #logo:before {
    width: 100px !important; }

  body {
    width: 100%;
    overflow-x: scroll !important; }

  #contents_wrapper,
  #contents {
    width: 1030px !important; }

  #sub {
    display: none; }

  #main {
    float: none !important;
    margin: 0 auto; }

  #bottom:before {
    width: 1030px !important; } }
/*------------------------------
		緊急告知
------------------------------*/
#emergency {
  background: #F80000;
  padding: 0 5px 5px 5px; }
  #emergency h2 {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    line-height: 1.2em; }
  #emergency div {
    background: #FFF;
    width: calc(100% - 10px);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    min-height: 46px;
    display: table;
    padding: 8px;
    margin: 0 auto; }
    #emergency div p {
      display: table-cell;
      vertical-align: middle; }

/*------------------------------
			HEADER
------------------------------*/
#header {
  position: relative;
  z-index: 100;
  background: #FFF;
  /*蒲郡タイトルロゴ*/
  /*日付*/
  /*ライブ・リプレイ・投票*/
  /*場外発売情報*/
  /*競技情報メニュー*/
  /*通常メニュー*/
  /*shadow*/ }
  #header #h_menu {
    width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  #header #h_menu:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute; }
  #header #logo {
    background: url(/common_img/logo_bk.png);
    width: 280px;
    height: 140px;
    z-index: 1;
    /*場ロゴ*/
    /*デザイン切り替えボタン*/ }
    #header #logo a {
      background: url(/common_img/logo.png) left center no-repeat;
      width: 237px;
      height: 64px;
      text-indent: -9999px;
      display: block;
      position: relative;
      left: 6px;
      top: 40px;
      z-index: 10; }
    #header #logo a:hover {
      opacity: 0.7; }
    #header #logo ul {
      position: relative;
      display: flex;
      top: 52px;
      left: 160px;
      z-index: 10; }
      #header #logo ul li {
        height: 15px;
        margin-left: 6px;
        cursor: pointer; }
      #header #logo ul li.style01 {
        background: url(/common_img/bt_style01.png);
        width: 13px; }
      #header #logo ul li.style02 {
        background: url(/common_img/bt_style02.png);
        width: 18px; }
      #header #logo ul li.style03 {
        background: url(/common_img/bt_style03.png);
        width: 15px; }
      #header #logo ul li.style01:hover,
      #header #logo ul li.style02:hover,
      #header #logo ul li.style03:hover {
        background-position: bottom !important; }
  #header #logo:before {
    content: '';
    display: block;
    height: 100%;
    background: url(/common_img/logo_bk2.jpg) repeat-x;
    width: calc((100vw - 1030px)/2);
    position: absolute;
    left: 0;
    z-index: 1; }
  #header #today {
    left: -90px;
    margin-right: -85px;
    width: 230px;
    position: relative;
    padding: 30px;
    height: 120px;
    color: #222222; }
    #header #today .day1,
    #header #today .day2 {
      width: 200px;
      padding-left: 24px;
      text-align: center; }
      #header #today .day1 p,
      #header #today .day2 p {
        display: inline-block;
        line-height: 1em;
        position: relative; }
    #header #today .day1 p.month {
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: 600;
      top: -10px; }
    #header #today .day1 p.day {
      font-family: "Oswald", sans-serif;
      font-size: 48px;
      font-weight: 600;
      top: 3px; }
    #header #today .day1 p.week {
      background: #222222;
      width: 22px;
      height: 22px;
      line-height: 22px;
      color: #FFF;
      text-align: center;
      top: -3px;
      margin-left: 6px;
      font-weight: 700; }
    #header #today .day1 p.week.sun {
      background: #F00060; }
    #header #today .day1 p.week.sat {
      background: #0B92F3; }
    #header #today .day2 p.tit {
      border-top: 1px solid #222222;
      border-bottom: 1px solid #222222;
      line-height: 20px;
      font-size: 14px;
      width: 60px;
      text-align: center;
      margin-right: 6px;
      top: -1px; }
    #header #today .day2 p.time {
      font-family: "Oswald", sans-serif;
      font-size: 22px;
      font-weight: 600;
      top: 3px; }
  #header .live_btn {
    display: flex;
    height: 114px;
    position: relative;
    top: 5px; }
    #header .live_btn li, #header .live_btn a {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative; }
      #header .live_btn li i, #header .live_btn a i {
        display: inline-block; }
      #header .live_btn li p, #header .live_btn a p {
        font-weight: 800;
        color: #323232;
        line-height: 1.08em; }
    #header .live_btn a:hover p {
      color: #FF0066;
      transition: .3s; }
    #header .live_btn a:hover i {
      animation: live_anime .5s forwards; }
    #header .live_btn li:before {
      content: '';
      height: 100px;
      width: 1px;
      position: absolute;
      left: 0;
      background: linear-gradient(rgba(136, 136, 136, 0), #888888, rgba(136, 136, 136, 0)); }
    #header .live_btn li.live a {
      width: 150px; }
      #header .live_btn li.live a i {
        width: 75px;
        height: 52px;
        position: relative; }
        #header .live_btn li.live a i span {
          display: block;
          position: absolute;
          position: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        #header .live_btn li.live a i span:nth-child(1) {
          background: url(/common_img/i_live1.png); }
        #header .live_btn li.live a i span:nth-child(2) {
          background: url(/common_img/i_live2.png);
          opacity: 0;
          animation: live_anime1 3s infinite linear; }
        #header .live_btn li.live a i span:nth-child(3) {
          background: url(/common_img/i_live3.png);
          opacity: 0;
          animation: live_anime2 3s infinite linear; }
        #header .live_btn li.live a i span:nth-child(4) {
          background: url(/common_img/i_live4.png);
          opacity: 0;
          animation: live_anime3 3s infinite linear; }
      #header .live_btn li.live a p {
        font-size: 18px;
        line-height: 1.05em;
        margin-top: 5px; }
    #header .live_btn li.live.active {
      pointer-events: none; }
      #header .live_btn li.live.active p {
        color: #FFF;
        font-size: 16px;
        margin-top: 8px; }
      #header .live_btn li.live.active i {
        width: 51px;
        height: 36px;
        position: relative;
        background-size: 51px auto; }
        #header .live_btn li.live.active i span:nth-child(1) {
          background: url(/common_img/i_live1_a.png); }
        #header .live_btn li.live.active i span:nth-child(2) {
          background: url(/common_img/i_live2_a.png);
          opacity: 0;
          animation: live_anime1 3s infinite linear; }
        #header .live_btn li.live.active i span:nth-child(3) {
          background: url(/common_img/i_live3_a.png);
          opacity: 0;
          animation: live_anime2 3s infinite linear; }
        #header .live_btn li.live.active i span:nth-child(4) {
          background: url(/common_img/i_live4_a.png);
          opacity: 0;
          animation: live_anime3 3s infinite linear; }
    #header .live_btn li.live.active:after {
      content: '';
      width: calc(100% - 10px);
      height: 100px;
      background: #FF0066;
      border-radius: 6px;
      position: absolute;
      left: 5px;
      z-index: -1;
      top: 7px; }
    #header .live_btn li.live.off {
      opacity: 0.5;
      pointer-events: none; }
      #header .live_btn li.live.off i {
        width: 51px;
        height: 36px;
        position: relative;
        background: url(/common_img/i_live_off.png) no-repeat;
        background-size: 51px auto; }
        #header .live_btn li.live.off i span {
          display: none; }
      #header .live_btn li.live.off p {
        font-size: 16px;
        margin-top: 8px; }
    #header .live_btn li.rep,
    #header .live_btn li.bet {
      width: 120px; }
      #header .live_btn li.rep p,
      #header .live_btn li.bet p {
        font-size: 16px;
        margin-top: 10px; }
    #header .live_btn li.cam {
      width: 110px; }
      #header .live_btn li.cam p {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.1em; }
    #header .live_btn li.rep:hover p,
    #header .live_btn li.bet:hover p,
    #header .live_btn li.cam:hover p {
      color: #0080FF; }
    #header .live_btn li.rep i {
      background: url(/common_img/i_rep.png) bottom no-repeat;
      width: 40px;
      height: 40px;
      background-size: 40px auto; }
    #header .live_btn li.rep.active:after {
      content: '';
      width: calc(100% - 10px);
      height: 100px;
      background: #0080FF;
      border-radius: 6px;
      position: absolute;
      left: 5px;
      z-index: -1;
      top: 7px; }
    #header .live_btn li.rep.active {
      pointer-events: none; }
      #header .live_btn li.rep.active p {
        color: #FFF;
        font-size: 14px;
        margin-top: 8px; }
      #header .live_btn li.rep.active i {
        width: 40px;
        height: 40px;
        position: relative;
        background: url(/common_img/i_rep_active.png) no-repeat;
        background-size: 40px auto; }
        #header .live_btn li.rep.active i span {
          display: none; }
    #header .live_btn li.bet i {
      background: url(/common_img/i_bet.png) bottom no-repeat;
      width: 50px;
      height: 40px;
      background-size: 50px auto; }
    #header .live_btn li.bet p {
      line-height: 2.16em; }
    #header .live_btn li.cam i {
      background: url(/common_img/i_cam.png) bottom no-repeat;
      width: 38px;
      height: 40px;
      background-size: 38px auto; }
  #header .live_btn:before {
    content: '';
    height: 90px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 14px;
    background: linear-gradient(rgba(136, 136, 136, 0), #888888, rgba(136, 136, 136, 0)); }
  #header ul.sns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90px;
    height: 100px;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 10px; }
    #header ul.sns li {
      width: 42px;
      height: 42px;
      margin-bottom: 3px;
      position: relative; }
    #header ul.sns li a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 14px;
      font-family: "Oswald", sans-serif;
      line-height: 42px;
      color: #000;
      text-align: center;
      text-indent: -9999px; }
    #header ul.sns .fb a {
      background: url(/common_img/sns_fb.png) center center no-repeat, url(/common_img/h_sns_bk.png); }
    #header ul.sns .twi a {
      background: url(/common_img/sns_twi.png) center center no-repeat, url(/common_img/h_sns_bk.png); }
    #header ul.sns .yt a {
      background: url(/common_img/sns_yt.png) center center no-repeat, url(/common_img/h_sns_bk.png); }
    #header ul.sns .line a {
      background: url(/common_img/sns_line.png) center center no-repeat, url(/common_img/h_sns_bk.png); }
    #header ul.sns .fb a:hover {
      background: url(/common_img/sns_fb.png) center center no-repeat #DDD; }
    #header ul.sns .twi a:hover {
      background: url(/common_img/sns_twi.png) center center no-repeat #DDD; }
    #header ul.sns .yt a:hover {
      background: url(/common_img/sns_yt.png) center center no-repeat #DDD; }
    #header ul.sns .line a:hover {
      background: url(/common_img/sns_line.png) center center no-repeat #DDD; }
  #header #jyogai {
    height: 114px;
    width: 313px;
    margin-top: 8px; }
    #header #jyogai ul {
      position: relative;
      padding-left: 25px;
      margin-left: 12px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      align-content: center; }
      #header #jyogai ul p.tit {
        position: absolute;
        left: 0;
        top: 0;
        background: #222222;
        color: #FFF;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        width: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        border-radius: 20px;
        height: 100%; }
    #header #jyogai ul.jyo {
      height: 36px;
      margin-bottom: 2px; }
    #header #jyogai ul.soto {
      height: 64px; }
    #header #jyogai li {
      font-size: 12px;
      line-height: 16px;
      height: 16px;
      width: 136px;
      overflow: hidden; }
      #header #jyogai li i.sg,
      #header #jyogai li i.g1,
      #header #jyogai li i.g2,
      #header #jyogai li i.g3,
      #header #jyogai li i.ippan {
        width: 28px;
        line-height: 16px;
        height: 16px;
        text-align: center;
        font-style: normal;
        display: inline-block;
        margin: 1px 4px 1px 0;
        color: #FFF;
        font-family: "Roboto", sans-serif; }
      #header #jyogai li i.sg {
        background: #FF1C24; }
      #header #jyogai li i.g1 {
        background: #FFBF00;
        color: #222222; }
      #header #jyogai li i.g2 {
        background: #9999FF; }
      #header #jyogai li i.g3 {
        background: #99CC00; }
      #header #jyogai li i.ippan {
        background: #0B92F4; }
      #header #jyogai li p {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        position: relative;
        top: -1px; }
        #header #jyogai li p span.chushi {
          color: red; }
      #header #jyogai li i.night,
      #header #jyogai li i.jyoshi {
        display: inline-block;
        background-size: 14px !important;
        width: 14px;
        height: 14px;
        position: relative;
        top: 1px;
        margin-left: 2px; }
      #header #jyogai li i.night {
        background: url(/common_img/i_night.png) right center no-repeat; }
      #header #jyogai li i.jyoshi {
        background: url(/common_img/i_jyoshi.png) right center no-repeat; }
    #header #jyogai li.chushi {
      opacity: 0.4; }
  #header ul.kyogi_menu {
    margin-top: 20px;
    margin-left: 15px; }
    #header ul.kyogi_menu li {
      width: 165px;
      height: 24px;
      line-height: 22px;
      transform: skewX(-20deg);
      border: 1px solid #AAA;
      margin-bottom: 3px; }
      #header ul.kyogi_menu li p {
        transform: skewX(20deg);
        font-size: 14px;
        color: #000;
        padding-left: 10px;
        text-align: center; }
      #header ul.kyogi_menu li a p {
        background: url(../common_img/h_kyogi_m_arrow.png) 16px center no-repeat; }
    #header ul.kyogi_menu li:hover {
      border: 1px solid #FF0066; }
      #header ul.kyogi_menu li:hover p {
        color: #FF0066; }
      #header ul.kyogi_menu li:hover a p {
        background: url(../common_img/h_kyogi_m_arrow_on.png) 16px center no-repeat; }
  #header #menu:before,
  #header #menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    z-index: -1; }
  #header #menu:before {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: -6px; }
  #header #menu:after {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    bottom: -6px; }
  #header #menu {
    background: linear-gradient(#1313FD, #0400B5);
    color: #FFF;
    font-weight: 800;
    height: 54px;
    margin-top: -20px;
    position: relative; }
    #header #menu .menu_bx {
      width: 1024px;
      margin: 0 auto;
      display: flex;
      justify-content: flex-end; }
    #header #menu ul.sns {
      margin-top: 12px;
      margin-left: 28px;
      display: flex;
      font-size: 16px;
      height: 34px; }
      #header #menu ul.sns li {
        margin-top: 11px;
        margin-right: 10px; }
      #header #menu ul.sns li a {
        display: block;
        height: 30px;
        width: 30px;
        text-indent: -9999px;
        color: #FFF;
        border-radius: 100%; }
      #header #menu ul.sns li a:hover {
        color: #03A2EF; }
      #header #menu ul.sns .fb a {
        background: url(/common_img/sns_fb.png) left no-repeat #FFF; }
      #header #menu ul.sns .twi a {
        background: url(/common_img/sns_twi.png) left no-repeat #FFF; }
      #header #menu ul.sns .yt a {
        background: url(/common_img/sns_yt.png) left no-repeat #FFF; }
      #header #menu ul.sns .line a {
        background: url(/common_img/sns_line.png) left no-repeat #FFF; }
      #header #menu ul.sns .fb a:hover {
        background: url(/common_img/sns_fb.png) left no-repeat #0080FF; }
      #header #menu ul.sns .twi a:hover {
        background: url(/common_img/sns_twi.png) left no-repeat #0080FF; }
      #header #menu ul.sns .yt a:hover {
        background: url(/common_img/sns_yt.png) left no-repeat #0080FF; }
      #header #menu ul.sns .line a:hover {
        background: url(/common_img/sns_line.png) left no-repeat #0080FF; }
    #header #menu ul.menu {
      display: flex;
      width: 740px;
      position: relative;
      padding-right: 1px;
      /*矢印*/
      /*矢印*/ }
      #header #menu ul.menu li.m_btn {
        height: 54px;
        line-height: 50px;
        text-align: center;
        border-right: 1px solid #3458E7;
        overflow: hidden; }
        #header #menu ul.menu li.m_btn a {
          display: block;
          height: 54px;
          color: #FFF; }
      #header #menu ul.menu li.m_btn:nth-child(1) {
        width: 150px; }
      #header #menu ul.menu li.m_btn:nth-child(2) {
        width: 240px; }
      #header #menu ul.menu li.m_btn:nth-child(3) {
        width: 200px; }
      #header #menu ul.menu li.m_btn:nth-child(4) {
        width: 150px; }
      #header #menu ul.menu li.m_btn:last-child {
        border-right: none; }
      #header #menu ul.menu li.m_btn:hover,
      #header #menu ul.menu li.m_btn.open {
        background: #0400B6;
        transition: .2s;
        text-shadow: 0 0 10px #02C1FD, 0 0 20px #02C1FD, 0 0 30px #02C1FD, 0 0 40px #02C1FD, 0 0 70px #02C1FD, 0 0 80px #02C1FD, 0 0 100px #02C1FD; }
      #header #menu ul.menu li.m_btn:before {
        content: '';
        display: block;
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 7px 0 7px;
        border-color: #03A2EF transparent transparent transparent;
        left: 50%;
        top: 42px;
        margin-left: -7px;
        margin-bottom: -6px; }
      #header #menu ul.menu li.m_btn:hover:before,
      #header #menu ul.menu li.m_btn.open:before {
        border-color: #FFF transparent transparent transparent;
        transition: .2s; }
      #header #menu ul.menu li .menu_list {
        background: linear-gradient(to bottom right, #02B1EC, #0688F5);
        width: 740px;
        position: absolute;
        left: 0;
        flex-wrap: wrap;
        display: flex;
        opacity: 0;
        transform: translateY(-10px);
        height: 0;
        overflow: hidden;
        z-index: 100;
        box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.5); }
        #header #menu ul.menu li .menu_list li {
          width: 50%;
          border-bottom: 1px solid #3458E7;
          border-right: 1px solid #3458E7;
          text-shadow: none;
          text-align: left;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
          position: relative; }
        #header #menu ul.menu li .menu_list li a {
          display: flex;
          padding-left: 68px;
          font-size: 18px; }
        #header #menu ul.menu li .menu_list li a:before {
          content: '';
          width: 0%;
          height: 100%;
          display: block;
          background: #FFF;
          position: absolute;
          right: 0;
          top: 0;
          z-index: -1;
          transition: .3s;
          opacity: 0; }
        #header #menu ul.menu li .menu_list li a:hover {
          transition: .3s;
          color: #0421C1;
          text-shadow: none; }
        #header #menu ul.menu li .menu_list li a:hover:before {
          width: 100%;
          left: 0;
          transition: .3s;
          opacity: 1; }
      #header #menu ul.menu li.open .menu_list {
        opacity: 1;
        transform: translateY(0px);
        transition: .3s;
        height: auto;
        overflow: visible; }

/*------------------------------
		開催/前検/非開催
------------------------------*/
.kaisai #header {
  background: #FFF; }
  .kaisai #header #h_menu:before {
    background: #FF0066; }
  .kaisai #header #today {
    background: url(/common_img/h_kaisai.png) top no-repeat; }

.zenken #header li.live,
.zenken #header li.rep,
.zenken #header li.bet {
  width: 130px; }
.zenken #header #h_menu:before {
  background: #999999; }
.zenken #header #today {
  background: url(/common_img/h_zenken.png) top no-repeat; }

.hikaisai #header {
  margin-bottom: 25px; }
  .hikaisai #header #h_menu:before {
    background: #999999; }
  .hikaisai #header li.live,
  .hikaisai #header li.rep,
  .hikaisai #header li.bet {
    width: 130px; }
  .hikaisai #header #today {
    background: url(/common_img/h_hikaisai.png) top no-repeat; }

.kaisai.chushi #header #h_menu:before {
  background: #000; }
.kaisai.chushi #header #today {
  background: url(/common_img/h_chushi.png) top no-repeat; }
.kaisai.chushi #header li.live a i span:nth-child(2),
.kaisai.chushi #header li.live a i span:nth-child(3),
.kaisai.chushi #header li.live a i span:nth-child(4) {
  animation: none;
  opacity: 1; }

.kaisai.chushi.J #header #today {
  background: url(/common_img/h_chushi2.png) top no-repeat; }

/*ヘッダーアイコン*/
#header li {
  /*矢印*/
  /*カテゴリアイコン*/ }
  #header li .menu_list li a:after {
    content: '';
    position: absolute;
    display: block;
    background: url(/common_img/arrow_r_blue.png);
    background-size: 100%;
    width: 10px;
    height: 17px;
    right: 20px;
    top: 50%;
    margin-top: -8px; }
  #header li .cate01 .m01 a {
    background: url(/common_img/menu01_01.png) 15px center no-repeat; }
  #header li .cate01 .m02 a {
    background: url(/common_img/menu01_02.png) 15px center no-repeat; }
  #header li .cate01 .m03 a {
    background: url(/common_img/menu01_03.png) 15px center no-repeat; }
  #header li .cate01 .m04 a {
    background: url(/common_img/menu01_04.png) 15px center no-repeat; }
  #header li .cate01 .m05 a {
    background: url(/common_img/menu01_05.png) 15px center no-repeat; }
  #header li .cate01 .m06 a {
    background: url(/common_img/menu01_06.png) 15px center no-repeat; }
  #header li .cate02 .m01 a {
    background: url(/common_img/menu02_01.png) 15px center no-repeat; }
  #header li .cate02 .m02 a {
    background: url(/common_img/menu02_02.png) 15px center no-repeat; }
  #header li .cate02 .m03 a {
    background: url(/common_img/menu02_03.png) 15px center no-repeat; }
  #header li .cate02 .m04 a {
    background: url(/common_img/menu02_04.png) 15px center no-repeat; }
  #header li .cate02 .m05 a {
    background: url(/common_img/menu02_05.png) 15px center no-repeat; }
  #header li .cate02 .m06 a {
    background: url(/common_img/menu02_06.png) 15px center no-repeat; }
  #header li .cate02 .m07 a {
    background: url(/common_img/menu02_07.png) 15px center no-repeat; }
  #header li .cate02 .m08 a {
    background: url(/common_img/menu02_08.png) 15px center no-repeat; }
  #header li .cate02 .m04 a {
    font-size: 16px !important;
    line-height: 1.2em !important;
    padding-top: 10px !important; }
  #header li .cate03 .m01 a {
    background: url(/common_img/menu03_01.png) 15px center no-repeat; }
  #header li .cate03 .m02 a {
    background: url(/common_img/menu03_02.png) 15px center no-repeat; }
  #header li .cate03 .m03 a {
    background: url(/common_img/menu03_03.png) 15px center no-repeat; }
  #header li .cate03 .m04 a {
    background: url(/common_img/menu03_04.png) 15px center no-repeat; }
  #header li .cate03 .m05 a {
    background: url(/common_img/menu03_05.png) 15px center no-repeat; }
  #header li .cate03 .m06 a {
    background: url(/common_img/menu03_06.png) 15px center no-repeat; }
  #header li .cate04 .m01 a {
    background: url(/common_img/menu04_01.png) 15px center no-repeat; }
  #header li .cate04 .m02 a {
    background: url(/common_img/menu04_02.png) 15px center no-repeat; }
  #header li .cate04 .m03 a {
    background: url(/common_img/menu04_03.png) 15px center no-repeat; }

/*------------------------------
			LEFT_MENU
------------------------------*/
#l_menu {
  width: 65px;
  height: 100%;
  position: fixed;
  right: 10px;
  top: 0;
  display: flex;
  z-index: 100;
  align-items: center; }
  #l_menu ul {
    background: url(/common_img/l_menu_bk.png);
    width: 65px;
    padding: 10px 0;
    border-radius: 10px; }
    #l_menu ul li, #l_menu ul a {
      width: 44px;
      height: 44px;
      border-radius: 100%;
      margin: 6px auto;
      display: block;
      text-indent: -9999px; }
    #l_menu ul a {
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6); }
    #l_menu ul li.live {
      background: url(/common_img/l_live.png) center top no-repeat rgba(0, 0, 0, 0.3); }
    #l_menu ul li.rep {
      background: url(/common_img/l_live.png) center top no-repeat rgba(0, 0, 0, 0.3); }
    #l_menu ul li.bet {
      background: url(/common_img/l_live.png) center top no-repeat rgba(0, 0, 0, 0.3); }
    #l_menu ul li.live a {
      background: url(/common_img/l_live.png) center top no-repeat #F30363; }
    #l_menu ul li.rep a {
      background: url(/common_img/l_rep.png) center top no-repeat #F30363; }
    #l_menu ul li.bet a {
      background: url(/common_img/l_bet.png) center top no-repeat #F30363; }
    #l_menu ul li.live a:hover {
      background: url(/common_img/l_live.png) center bottom no-repeat #FFF; }
    #l_menu ul li.rep a:hover {
      background: url(/common_img/l_rep.png) center bottom no-repeat #FFF; }
    #l_menu ul li.bet a:hover {
      background: url(/common_img/l_bet.png) center bottom no-repeat #FFF; }
  #l_menu a#b_up {
    display: block;
    height: 30px;
    width: 30px;
    background: url(../common_img/b_up.png) top;
    text-indent: -9999px;
    left: 18px;
    top: 50%;
    margin-top: -125px;
    position: absolute; }
  #l_menu a#b_up:hover {
    background-position: bottom; }

/*------------------------------
			FOOTER
------------------------------*/
#footer:before {
  content: '';
  background: url(/common_img/f_toto.png);
  background-size: 100% 100%;
  width: 1280px;
  display: block;
  margin: 0 auto;
  height: 0; }

#footer.anime:before {
  height: 90px;
  transition: 1s;
  margin-top: -90px; }

#footer.anime {
  transition: .5s; }

#footer #f_menu {
  background: #000;
  color: #FFF;
  padding-top: 30px; }
#footer #l_live {
  display: flex;
  width: 1024px;
  margin: 0 auto;
  justify-content: center; }
  #footer #l_live li {
    line-height: 44px;
    font-size: 18px;
    padding-left: 44px;
    margin: 0 15px;
    font-weight: 600; }
  #footer #l_live a {
    color: #FFF; }
  #footer #l_live li.live {
    background: url(/common_img/l_live.png) left center no-repeat; }
  #footer #l_live li.rep {
    background: url(/common_img/l_rep.png) left bottom no-repeat; }
  #footer #l_live li.bet {
    background: url(/common_img/l_bet.png) left bottom no-repeat; }
  #footer #l_live li a:hover {
    text-decoration: underline; }
#footer .menu {
  width: 1024px;
  margin: 5px auto 0 auto;
  border-top: 1px solid #333333;
  display: flex;
  justify-content: center;
  padding: 30px 0 25px 0; }
  #footer .menu li {
    padding: 0 10px; }
    #footer .menu li p {
      color: #2C96FF;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px; }
    #footer .menu li li {
      font-size: 14px;
      line-height: 26px;
      color: #666;
      width: 100%; }
    #footer .menu li li a {
      background: url(/common_img/arrow_r_lightblue.png) left center no-repeat;
      background-size: 6px;
      padding-left: 12px;
      color: #FFF;
      transition: .3s; }
    #footer .menu li li a:hover {
      text-decoration: underline; }
#footer #f_link {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  font-size: 14px; }
  #footer #f_link li {
    padding-right: 10px;
    position: relative; }
    #footer #f_link li p {
      position: relative;
      z-index: 1; }
  #footer #f_link li a {
    color: #FFF;
    transition: .3s; }
  #footer #f_link li a:hover {
    text-decoration: underline; }
#footer #extra {
  background: url(/common_img/f_bk2.gif);
  padding: 25px 0; }
  #footer #extra #extra_bx {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  #footer #extra #link_btn {
    width: 368px;
    display: flex;
    justify-content: space-between; }
    #footer #extra #link_btn #qr {
      background: url(/common_img/qr_sp.png);
      width: 110px;
      height: 110px;
      text-indent: -9999px; }
    #footer #extra #link_btn ul.sns {
      display: flex;
      flex-wrap: wrap;
      width: 240px;
      justify-content: space-between; }
    #footer #extra #link_btn ul.sns li {
      margin-bottom: 10px; }
    #footer #extra #link_btn ul.sns li:last-child {
      margin-bottom: none; }
    #footer #extra #link_btn ul.sns li a {
      background: rgba(255, 255, 255, 0.1);
      width: 115px;
      height: 50px;
      display: block;
      font-family: "Oswald", sans-serif;
      color: #FFF;
      display: flex; }
      #footer #extra #link_btn ul.sns li a i {
        width: 65px;
        height: 100%;
        border-right: 1px solid #555555; }
      #footer #extra #link_btn ul.sns li a p {
        display: inline-block;
        width: 120px;
        line-height: 50px;
        text-align: center;
        font-size: 16px; }
    #footer #extra #link_btn ul.sns li.fb a {
      border-left: 5px solid #3F5C9A; }
    #footer #extra #link_btn ul.sns li.fb a i {
      background: url(/common_img/f_sns_fb.png) center center no-repeat; }
    #footer #extra #link_btn ul.sns li.twi a {
      border-left: 5px solid #1DA1F2; }
    #footer #extra #link_btn ul.sns li.twi a i {
      background: url(/common_img/f_sns_twi.png) center center no-repeat; }
    #footer #extra #link_btn ul.sns li.yt a {
      border-left: 5px solid #FF0000; }
    #footer #extra #link_btn ul.sns li.yt a i {
      background: url(/common_img/f_sns_yt.png) center center no-repeat; }
    #footer #extra #link_btn ul.sns li.line a {
      border-left: 5px solid #00B800; }
    #footer #extra #link_btn ul.sns li.line a i {
      background: url(/common_img/f_sns_line.png) center center no-repeat; }
    #footer #extra #link_btn ul.sns li a:hover {
      background: rgba(0, 0, 0, 0.3);
      transition: .3s; }
  #footer #extra #contact {
    width: 615px; }
    #footer #extra #contact h1 {
      background: url(/common_img/f_contact_tit.png);
      height: 45px;
      margin-bottom: 15px;
      text-indent: -9999px; }
    #footer #extra #contact .contact_li {
      display: flex;
      justify-content: space-between; }
    #footer #extra #contact .tel a {
      background: url(/common_img/f_tel.png);
      width: 290px;
      height: 42px;
      display: block;
      text-indent: -9999px; }
    #footer #extra #contact .mail a {
      background: url(/common_img/f_mail.png);
      width: 305px;
      height: 42px;
      display: block;
      text-indent: -9999px;
      transition: .3s; }
    #footer #extra #contact .mail a:hover {
      background: url(/common_img/f_mail.png) rgba(0, 0, 0, 0.3); }
#footer #banner {
  background: #4A4A4A;
  padding: 20px 0;
  display: flex;
  justify-content: center; }
  #footer #banner li {
    transition: 0.3s;
    margin: 0 5px; }
  #footer #banner li:hover {
    opacity: 0.5; }
#footer #bottom {
  background: #222222;
  overflow: hidden;
  width: 1024px;
  margin: 0 auto;
  height: 70px; }
  #footer #bottom #f_logo a {
    float: left;
    display: block;
    height: 36px;
    width: 354px;
    background: url(/common_img/f_logo.png);
    text-indent: -9999px;
    margin-top: 18px; }
  #footer #bottom #address {
    float: left;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFF;
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 30px; }
  #footer #bottom p#copyright {
    font-family: "Oswald", sans-serif;
    float: right;
    font-size: 13px;
    color: #FFF;
    line-height: 1em;
    margin-top: 40px; }
#footer #bottom:before {
  background: #222222;
  content: '';
  width: 100%;
  height: 70px;
  left: 0;
  position: absolute;
  z-index: -1; }

/*# sourceMappingURL=header.css.map */
