﻿@charset "UTF-8";
/* Scss Document */
@import url("header.css");
@import url("cal.css");
@import url("swiper.css");
@import url("jquery.jscrollpane.css");
#wrapper {
  width: 100%;
  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; } }
@keyframes live_anime {
  0% {
    transform: scale(1, 1) translateY(0); }
  50% {
    transform: scale(0, 1) translateY(-5px); }
  100% {
    transform: scale(1, 1) translateY(0); } }
/*　■■■スマホアクセス時■■■　*/
#SP {
  width: 100%;
  color: #1E283C;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 999999;
  text-decoration: none;
  background-color: #FFCC00;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block; }

#kyogi_bk {
  color: #FFF;
  height: 376px;
  position: relative;
  /*競技情報アニメーション*/ }
  #kyogi_bk #kyogi {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  #kyogi_bk .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    color: #0080FF; }
  #kyogi_bk .loader {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    perspective: 500px; }
    #kyogi_bk .loader p {
      margin-top: 5px; }
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
  #kyogi_bk .line-scale-pulse-out-rapid > div {
    background-color: #0080FF;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(2), #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
    animation-delay: -0.25s !important; }
  #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(1), #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important; }

#kyogi_bk {
  margin-bottom: 40px;
  /*見どころ-レースインフォ*/ }
  #kyogi_bk #kyogi_left {
    width: 650px; }
  #kyogi_bk #race {
    display: flex;
    padding-top: 15px;
    margin-bottom: 8px;
    position: relative; }
    #kyogi_bk #race .grade {
      text-align: center; }
    #kyogi_bk #race .grade .ippan {
      background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#0557E4, #0B92F4); }
    #kyogi_bk #race .grade .sg {
      font-family: "Roboto", sans-serif;
      background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#B00004, #FF1C24); }
    #kyogi_bk #race .grade .g1 {
      font-family: "Roboto", sans-serif;
      background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#FF8D02, #FFA601); }
    #kyogi_bk #race .grade .g2 {
      font-family: "Roboto", sans-serif;
      background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#6666FF, #9999FF); }
    #kyogi_bk #race .grade .g3 {
      font-family: "Roboto", sans-serif;
      background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#76AE00, #99CC00); }
    #kyogi_bk #race .grade .sg,
    #kyogi_bk #race .grade .g1,
    #kyogi_bk #race .grade .g2,
    #kyogi_bk #race .grade .g3,
    #kyogi_bk #race .grade .ippan {
      font-weight: 600;
      font-size: 30px;
      width: 80px;
      height: 70px;
      line-height: 50px; }
    #kyogi_bk #race .grade .ippan {
      font-size: 28px; }
    #kyogi_bk #race .grade .day {
      height: 40px;
      line-height: 40px;
      width: 100%;
      background: #FFF;
      color: #222222;
      font-size: 22px;
      font-weight: 800; }
    #kyogi_bk #race .grade .day span {
      font-family: 'Oswald';
      font-size: 25px;
      position: relative;
      top: 2px;
      margin-right: 3px;
      font-weight: 600; }
    #kyogi_bk #race .race_right {
      margin-left: 10px;
      position: relative; }
    #kyogi_bk #race .race_tit {
      width: 350px;
      height: 70px;
      font-weight: 600;
      display: flex;
      align-items: center; }
      #kyogi_bk #race .race_tit p {
        font-size: 18px;
        line-height: 1.3em; }
    #kyogi_bk #race .race_tit.L p {
      font-size: 24px !important;
      padding-left: 3px !important; }
    #kyogi_bk #race .race_tit.small p {
      font-size: 16px !important; }
    #kyogi_bk #race .race_date {
      font-family: "Oswald", sans-serif;
      color: #FFF;
      display: flex;
      font-weight: 400;
      border-bottom: 1px solid #FFF;
      position: absolute;
      bottom: 0;
      padding: 0 5px 0 0; }
    #kyogi_bk #race .race_date li {
      font-size: 24px;
      height: 38px;
      margin-left: 3px; }
      #kyogi_bk #race .race_date li span {
        background: #FFF;
        width: 14px;
        height: 14px;
        display: inline-block;
        line-height: 14px;
        text-align: center;
        color: #000;
        font-size: 11px;
        font-weight: 600;
        margin-left: 3px;
        position: relative;
        top: -2px; }
    #kyogi_bk #race .race_date li.today {
      background: #FFF;
      color: #000;
      font-weight: 400;
      padding: 0 5px;
      margin: 0 5px;
      border-radius: 5px 5px 0 0; }
      #kyogi_bk #race .race_date li.today span {
        background: #000;
        color: #FFF; }
    #kyogi_bk #race .race_date li.sat {
      color: #0B92F3; }
      #kyogi_bk #race .race_date li.sat span {
        background: #0B92F3;
        color: #FFF; }
    #kyogi_bk #race .race_date li.sun {
      color: #F00060; }
      #kyogi_bk #race .race_date li.sun span {
        background: #F00060;
        color: #FFF; }
    #kyogi_bk #race .race_date .month {
      font-size: 18px;
      position: relative;
      top: 2px; }
    #kyogi_bk #race .race_info {
      width: 650px; }
  #kyogi_bk .info-tab,
  #kyogi_bk .info-tab-no {
    position: absolute;
    left: 435px;
    top: 38px;
    display: flex; }
    #kyogi_bk .info-tab .tab01, #kyogi_bk .info-tab .tab02,
    #kyogi_bk .info-tab-no .tab01,
    #kyogi_bk .info-tab-no .tab02 {
      width: 102px;
      height: 102px;
      border-radius: 100%;
      text-align: center;
      font-weight: 700;
      margin-left: 5px;
      cursor: pointer;
      font-size: 20px;
      text-indent: -9999px; }
    #kyogi_bk .info-tab .tab01,
    #kyogi_bk .info-tab-no .tab01 {
      background: url(/ind_img/info-tab1.png) center; }
    #kyogi_bk .info-tab .tab02,
    #kyogi_bk .info-tab-no .tab02 {
      background: url(/ind_img/info-tab2.png) center; }
    #kyogi_bk .info-tab .tab01:hover,
    #kyogi_bk .info-tab .tab02:hover,
    #kyogi_bk .info-tab-no .tab01:hover,
    #kyogi_bk .info-tab-no .tab02:hover {
      background-position: bottom; }
    #kyogi_bk .info-tab .tab01.active, #kyogi_bk .info-tab .tab02.active,
    #kyogi_bk .info-tab-no .tab01.active,
    #kyogi_bk .info-tab-no .tab02.active {
      background-position: top;
      position: relative;
      z-index: 2;
      box-shadow: 0px 0px 12px 6px #0202C3;
      pointer-events: none; }
    #kyogi_bk .info-tab .tab01 p,
    #kyogi_bk .info-tab-no .tab01 p {
      padding-top: 25px;
      line-height: 1.1em; }
    #kyogi_bk .info-tab .tab02 p,
    #kyogi_bk .info-tab-no .tab02 p {
      padding-top: 15px;
      line-height: 1em; }
    #kyogi_bk .info-tab .tab02 span,
    #kyogi_bk .info-tab-no .tab02 span {
      font-size: 16px;
      line-height: 1em; }
  #kyogi_bk #info_bk {
    background: url(/ind_img/raceinfo_bk.jpg) top right no-repeat #000;
    height: 160px;
    position: relative;
    margin-bottom: 6px;
    z-index: 1; }
  #kyogi_bk .js-tab > div.active {
    background: #CCC; }
  #kyogi_bk .tab_content {
    display: none; }
  #kyogi_bk .tab_content.active {
    display: block; }
  #kyogi_bk #midokoro {
    display: flex;
    width: 100%; }
    #kyogi_bk #midokoro .mido_tit {
      background: url(/ind_img/midokoro.png) center 50px no-repeat;
      width: 250px !important;
      padding-top: 90px;
      display: block; }
      #kyogi_bk #midokoro .mido_tit p {
        color: #02A4EE;
        text-align: center;
        width: 180px;
        margin: 0 auto;
        border-bottom: 1px solid #02A4EE; }
    #kyogi_bk #midokoro .mido_txt {
      font-size: 14px;
      height: 120px;
      padding-bottom: 10px;
      margin-top: 20px;
      color: #FFF;
      width: 380px; }
    #kyogi_bk #midokoro .chushi {
      width: 380px;
      padding-bottom: 10px;
      font-size: 16px;
      height: 180px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #888;
      text-align: center; }
      #kyogi_bk #midokoro .chushi p {
        margin-top: -5px; }
    #kyogi_bk #midokoro .jspVerticalBar {
      border-radius: 5px; }
    #kyogi_bk #midokoro .jspContainer {
      position: absolute; }
    #kyogi_bk #midokoro .jspVerticalBar:before {
      content: '';
      width: 1px;
      height: 100%;
      background: #FFF;
      display: block;
      position: absolute;
      left: 2px; }
  #kyogi_bk a:hover #race_info,
  #kyogi_bk a:hover #midokoro {
    background: rgba(0, 128, 255, 0.3);
    height: 160px; }
  #kyogi_bk #race_info {
    display: flex;
    width: 100%;
    height: 160px;
    color: #FFF; }
    #kyogi_bk #race_info ul.racer {
      display: flex;
      width: 240px;
      margin: 15px 0 0 18px; }
      #kyogi_bk #race_info ul.racer li {
        text-align: center;
        margin-left: 1px;
        width: 79px; }
        #kyogi_bk #race_info ul.racer li .img img {
          width: 100%; }
        #kyogi_bk #race_info ul.racer li .img {
          height: 92px;
          overflow: hidden; }
        #kyogi_bk #race_info ul.racer li p {
          line-height: 1em; }
        #kyogi_bk #race_info ul.racer li p.num {
          font-family: "Oswald", sans-serif;
          font-size: 14px;
          margin: 8px 0 2px 0;
          color: #BABABA; }
        #kyogi_bk #race_info ul.racer li p.name {
          font-size: 15px;
          height: 16px; }
        #kyogi_bk #race_info ul.racer li p.name.L {
          color: #FF99FF; }
        #kyogi_bk #race_info ul.racer li p.name.small {
          font-size: 13px; }
    #kyogi_bk #race_info .tenbo {
      margin: 15px 0 0 15px; }
      #kyogi_bk #race_info .tenbo .tit {
        height: 55px;
        background: url(/ind_img/tenbo_tit.png) left center no-repeat;
        line-height: 1.1em;
        display: flex;
        align-items: center;
        width: 358px; }
        #kyogi_bk #race_info .tenbo .tit p {
          padding-left: 35px; }
        #kyogi_bk #race_info .tenbo .tit br {
          display: none; }
      #kyogi_bk #race_info .tenbo .txt {
        font-size: 14px;
        line-height: 1.5em;
        width: 358px;
        height: 78px;
        padding-top: 12px;
        background: url(/ind_img/tenbo_txt.png) top no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif !important; }
    #kyogi_bk #race_info .tenbo.chushi {
      width: 358px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #888;
      text-align: center; }
      #kyogi_bk #race_info .tenbo.chushi p {
        margin-top: -5px; }
  #kyogi_bk #kyogi_bt ul {
    display: flex; }
  #kyogi_bk #kyogi_bt ul li {
    background: url(/ind_img/kyogi_bt.jpg) repeat-x;
    line-height: 1.1em;
    display: block;
    position: relative;
    margin-right: 8px;
    overflow: hidden;
    font-size: 16px; }
  #kyogi_bk #kyogi_bt ul li a:before {
    content: '';
    width: 5px;
    height: 100%;
    display: block;
    background: #FF0066;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .3s; }
  #kyogi_bk #kyogi_bt ul li a:hover:before {
    width: 100%;
    transition: .3s; }
  #kyogi_bk #kyogi_bt ul li,
  #kyogi_bk #kyogi_bt ul li a {
    height: 60px;
    width: 162px;
    display: flex;
    align-items: center; }
  #kyogi_bk #kyogi_bt ul li p,
  #kyogi_bk #kyogi_bt ul li a p {
    text-align: center;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    position: relative;
    z-index: 2; }
  #kyogi_bk #kyogi_bt ul li a p:after {
    content: '';
    display: block;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #FF0066;
    border-right: 3px solid #FF0066;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 140px;
    z-index: 2; }
  #kyogi_bk #kyogi_bt ul li a:hover p:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF; }
  #kyogi_bk #kyogi_bt ul li:last-child {
    margin-right: 0; }
  #kyogi_bk #kyogi_bt ul li.off {
    opacity: 0.5;
    pointer-events: none;
    cursor: default; }
  #kyogi_bk #kyogi_bt ul li.off:before {
    content: '';
    width: 5px;
    height: 100%;
    display: block;
    background: #666;
    position: absolute;
    left: 0;
    z-index: 1; }

/*-------------------
	前検日style
-------------------*/
.zenken #kyogi {
  /*ドリーム戦メンバー*/ }
  .zenken #kyogi .info-tab .tab01 {
    background: url(/ind_img/info-tab1_z.png) center; }
  .zenken #kyogi .info-tab .tab01:hover {
    background-position: bottom; }
  .zenken #kyogi .info-tab .tab01.active, .zenken #kyogi .info-tab .tab02.active {
    background-position: top;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 10px 5px #0202C3;
    pointer-events: none; }
  .zenken #kyogi #race_info {
    display: flex;
    width: 100%; }
    .zenken #kyogi #race_info ul.racer {
      display: none; }
    .zenken #kyogi #race_info .tenbo {
      margin: 15px 0 0 25px; }
      .zenken #kyogi #race_info .tenbo .tit {
        background: url(/ind_img/tenbo_tit_z.png) left center no-repeat;
        width: 600px; }
        .zenken #kyogi #race_info .tenbo .tit p {
          padding-left: 90px; }
      .zenken #kyogi #race_info .tenbo .txt {
        width: 600px;
        width: 600px;
        background: url(/ind_img/tenbo_txt_z.png) top no-repeat;
        font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif !important; }
  .zenken #kyogi #dream {
    width: 340px;
    padding-top: 10px; }
    .zenken #kyogi #dream h1 {
      background: url(/ind_img/zenken_dream_tit.png) center repeat-x;
      margin-bottom: 7px; }
      .zenken #kyogi #dream h1 p {
        border: 1px solid #FFF;
        width: 240px;
        margin: 0 auto;
        line-height: 30px;
        border-radius: 30px;
        background: #000000;
        text-align: center; }
        .zenken #kyogi #dream h1 p .t1 {
          font-weight: 600;
          position: relative;
          top: -2px; }
        .zenken #kyogi #dream h1 p .t2 {
          font-family: "Oswald", sans-serif;
          font-size: 22px; }
        .zenken #kyogi #dream h1 p .t3 {
          font-weight: 600;
          color: #03A2EF;
          position: relative;
          top: -2px; }
    .zenken #kyogi #dream ul {
      display: flex;
      flex-wrap: wrap; }
    .zenken #kyogi #dream li {
      width: 105px;
      height: 157px;
      position: relative;
      margin-right: 8px;
      margin-bottom: 5px; }
    .zenken #kyogi #dream li img {
      width: 100%;
      position: absolute; }
    .zenken #kyogi #dream li .racer {
      background: linear-gradient(#FFF, #CCC);
      height: 34px;
      width: 100%;
      position: absolute;
      bottom: 0;
      text-align: center;
      color: #000; }
      .zenken #kyogi #dream li .racer p {
        padding-left: 22px; }
      .zenken #kyogi #dream li .racer p.name {
        font-size: 16px;
        line-height: 18px; }
      .zenken #kyogi #dream li .racer p.name.L {
        color: #FF0066; }
      .zenken #kyogi #dream li .racer p.name.small {
        font-size: 13px; }
      .zenken #kyogi #dream li .racer p.jyo {
        font-size: 12px;
        line-height: 12px; }
    .zenken #kyogi #dream li .racer:before {
      content: '';
      width: 28px;
      height: 43px;
      display: block;
      position: absolute;
      left: -6px;
      top: -12px; }
    .zenken #kyogi #dream li:nth-child(1) .racer:before {
      background: url(/common_img/te1.png); }
    .zenken #kyogi #dream li:nth-child(2) .racer:before {
      background: url(/common_img/te2.png); }
    .zenken #kyogi #dream li:nth-child(3) .racer:before {
      background: url(/common_img/te3.png); }
    .zenken #kyogi #dream li:nth-child(4) .racer:before {
      background: url(/common_img/te4.png); }
    .zenken #kyogi #dream li:nth-child(5) .racer:before {
      background: url(/common_img/te5.png); }
    .zenken #kyogi #dream li:nth-child(6) .racer:before {
      background: url(/common_img/te6.png); }
    .zenken #kyogi #dream .blank {
      line-height: 310px;
      text-align: center;
      background: rgba(255, 255, 255, 0.3); }

/*-------------------
	非開催日style
-------------------*/
.hikaisai {
  /*ボタン位置調整*/
  /*NEXT-tab*/ }
  .hikaisai #kyogi_bk {
    height: 320px;
    background: url(/ind_img/hi_kyogi_bk.jpg) center no-repeat; }
  .hikaisai #kyogi_bk:before {
    content: '';
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -20px;
    background: url(/ind_img/bottom_l.png) center no-repeat; }
  .hikaisai .tab02.active {
    position: relative;
    left: 0px;
    top: 0; }
  .hikaisai #kyogi_bt {
    position: relative;
    left: 15px;
    top: 18px; }
  .hikaisai #kyogi_bt ul li,
  .hikaisai #kyogi_bt ul li a {
    width: 100px !important;
    font-size: 14px !important; }
    .hikaisai #kyogi_bt ul li p:after,
    .hikaisai #kyogi_bt ul li a p:after {
      left: 88px !important; }
  .hikaisai #next_tab {
    background: url(/common_img/f_bk1.gif);
    width: 320px;
    height: 320px;
    /*NEXT-tab ボタン*/
    /*ボタン日付*/
    /*ボタン日付*/ }
    .hikaisai #next_tab h1 {
      background: url(/ind_img/hi_next_tit.png) center 10px no-repeat;
      height: 56px;
      width: 100%;
      text-indent: -9999px; }
    .hikaisai #next_tab li.active {
      border: none;
      pointer-events: none;
      color: #FFF;
      position: relative;
      background: url(/ind_img/next_on.png); }
    .hikaisai #next_tab li.active:before {
      content: '';
      width: 10px;
      height: 10px;
      background: #0863E9;
      display: block;
      position: absolute;
      right: -5px;
      top: 50%;
      margin-top: -5px;
      transform: rotate(45deg); }
    .hikaisai #next_tab li {
      width: 320px;
      height: 87px;
      color: #000;
      display: flex;
      cursor: pointer;
      border-top: 1px solid #CCC;
      position: relative; }
      .hikaisai #next_tab li .race {
        padding-top: 7px;
        position: relative;
        z-index: 2; }
        .hikaisai #next_tab li .race .tit {
          height: 50px;
          display: flex;
          align-items: center; }
        .hikaisai #next_tab li .race .tit p {
          font-size: 16px;
          line-height: 1.2em;
          width: 230px; }
      .hikaisai #next_tab li .grade {
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
        color: #FFF;
        position: relative;
        z-index: 2;
        text-align: center; }
      .hikaisai #next_tab li .grade .ippan {
        background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#0557E4, #0B92F4); }
      .hikaisai #next_tab li .grade .sg {
        font-family: "Roboto", sans-serif;
        background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#B00004, #FF1C24); }
      .hikaisai #next_tab li .grade .g1 {
        font-family: "Roboto", sans-serif;
        background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#FF8D02, #FFA601); }
      .hikaisai #next_tab li .grade .g2 {
        font-family: "Roboto", sans-serif;
        background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#6666FF, #9999FF); }
      .hikaisai #next_tab li .grade .g3 {
        font-family: "Roboto", sans-serif;
        background: url(/common_img/race_night.png) center 42px no-repeat, linear-gradient(#76AE00, #99CC00); }
      .hikaisai #next_tab li .grade .sg,
      .hikaisai #next_tab li .grade .g1,
      .hikaisai #next_tab li .grade .g2,
      .hikaisai #next_tab li .grade .g3,
      .hikaisai #next_tab li .grade .ippan {
        font-weight: 600;
        font-size: 24px;
        width: 60px;
        height: 74px;
        line-height: 50px; }
      .hikaisai #next_tab li .grade .ippan {
        font-size: 22px; }
    .hikaisai #next_tab li:after {
      content: '';
      background: rgba(38, 201, 251, 0.1);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0; }
    .hikaisai #next_tab li:hover:after {
      opacity: 1; }
    .hikaisai #next_tab .date {
      line-height: 20px;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      position: absolute;
      bottom: 5px;
      background: url(/ind_img/next_arrow.png) left center no-repeat;
      padding-left: 10px;
      font-size: 18px;
      display: block; }
      .hikaisai #next_tab .date span {
        display: inline-block;
        width: 16px;
        height: 16px;
        font-size: 12px;
        color: #FFF;
        text-align: center;
        line-height: 16px;
        margin: 0 3px;
        position: relative;
        left: 0;
        top: -2px;
        background: #000; }
      .hikaisai #next_tab .date span.sat {
        background: #0B92F3;
        color: #FFF; }
      .hikaisai #next_tab .date span.sun {
        background: #F00060;
        color: #FFF; }
    .hikaisai #next_tab .active .date {
      background: url(/ind_img/next_arrow_on.png) left center no-repeat; }
      .hikaisai #next_tab .active .date span {
        color: #000;
        background: #FFF; }
      .hikaisai #next_tab .active .date span.sat {
        background: #0B92F3;
        color: #FFF; }
      .hikaisai #next_tab .active .date span.sun {
        background: #F00060;
        color: #FFF; }
  .hikaisai .next_content:not(.active) {
    display: none; }
  .hikaisai .grade .day_count {
    color: #000;
    height: 40px;
    background: url(/common_img/day_count.jpg);
    padding-left: 36px; }
    .hikaisai .grade .day_count p:first-child {
      font-size: 12px;
      line-height: 12px;
      padding-top: 3px; }
    .hikaisai .grade .day_count p:nth-child(2) {
      line-height: 22px;
      font-size: 18px; }
      .hikaisai .grade .day_count p:nth-child(2) span {
        font-family: "Oswald", sans-serif;
        font-size: 22px; }
  .hikaisai #kyogi_bk #race {
    display: flex;
    padding-top: 20px;
    margin-bottom: 3px;
    position: relative; }
  .hikaisai #info_bk {
    background: url(/ind_img/next_more.png) no-repeat bottom right, url(/ind_img/raceinfo_bk.jpg) top right no-repeat, #000;
    height: 160px;
    position: relative;
    margin-bottom: 6px;
    z-index: 1; }
    .hikaisai #info_bk .tit p {
      line-height: 1.1em; }
    .hikaisai #info_bk .tit br {
      display: none; }
  .hikaisai #race_info.blank {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-align: center; }
  .hikaisai #cal {
    margin-top: 60px; }
  .hikaisai #infomation {
    margin: 30px auto 30px auto; }

#timeline {
  background: url(/img_timeline/timeline_bk.png) no-repeat;
  width: 338px;
  height: 376px;
  display: flex;
  position: relative; }

#timeline.bar:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #0080FF;
  position: absolute;
  top: 0px;
  left: 160px; }

#timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 70%;
  background: #0080FF;
  position: absolute;
  bottom: 0;
  left: 160px; }

#timeline_l {
  width: 240px;
  overflow: hidden;
  margin-top: 26px;
  position: relative; }

#timeline_r {
  overflow: hidden; }

/*----------------------
　　　swiper1 style
----------------------*/
/*スライダー7個表示→上部をoverflow: hidden;*/
.swiper1 {
  position: relative;
  height: 444px;
  top: -116px;
  /*タイムライン風ボタン＆ボーダー*/ }
  .swiper1 .swiper-slide {
    color: #212121;
    transition: .3s;
    height: 58px !important; }
  .swiper1 .swiper-slide-active {
    height: 96px !important;
    color: #FFF; }
  .swiper1 .swiper-slide:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #0080FF;
    position: absolute;
    top: 0;
    left: 160px;
    z-index: 1; }
  .swiper1 .swiper-slide-active:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 160px; }
  .swiper1 .swiper-slide:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #0080FF;
    position: absolute;
    top: 21px;
    left: 155px; }
  .swiper1 .swiper-slide-active:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #FFF;
    position: absolute;
    top: 50%;
    margin-top: 5px;
    left: 155px; }

.timeline_prev {
  position: absolute;
  left: 40px;
  margin-top: -180px;
  width: 25px;
  height: 15px;
  background: none;
  background: url(/img_timeline/prev.png); }

.timeline_next {
  position: absolute;
  left: 40px;
  margin-top: 170px;
  background: #FFF;
  width: 25px;
  height: 15px;
  background: none;
  background: url(/img_timeline/next.png); }

/*----------------------
　　　swiper2 style
----------------------*/
.swiper2 {
  width: 130px; }

.swiper2 .swiper-slide {
  font-weight: bold;
  color: #666666;
  transition: .3s; }
  .swiper2 .swiper-slide li {
    width: 117px;
    text-indent: -9999px;
    position: relative; }
  .swiper2 .swiper-slide li:before {
    content: '';
    display: block;
    background: url(/img_timeline/timeline_bt_bar.png);
    width: 117px;
    height: 13px;
    position: absolute;
    bottom: -13px; }
  .swiper2 .swiper-slide li:last-child:before {
    display: none; }
  .swiper2 .swiper-slide li a {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    position: relative; }
  .swiper2 .swiper-slide li a:before {
    content: '';
    display: block;
    background: #FFF;
    width: 90px;
    height: calc(100% - 10px);
    position: absolute;
    left: 16px;
    top: 5px;
    opacity: 0;
    z-index: -1;
    border-radius: 6px; }
  .swiper2 .swiper-slide li a:hover:before {
    opacity: 1; }
  .swiper2 .swiper-slide li.bt_st {
    height: 96px; }
  .swiper2 .swiper-slide li.bt_taka {
    height: 100px; }
  .swiper2 .swiper-slide li.bt_pit {
    height: 82px; }
  .swiper2 .swiper-slide li.bt_ban {
    height: 96px; }
  .swiper2 .swiper-slide li.off.bt_st {
    background: url(/img_timeline/bt_st_off.png) center 20px no-repeat;
    height: 96px; }
  .swiper2 .swiper-slide li.off.bt_taka {
    background: url(/img_timeline/bt_taka_off.png) center 12px no-repeat;
    height: 100px; }
  .swiper2 .swiper-slide li.off.bt_pit {
    background: url(/img_timeline/bt_pit_off.png) center 14px no-repeat;
    height: 82px; }
  .swiper2 .swiper-slide li.off.bt_ban {
    background: url(/img_timeline/bt_ban_off.png) center 14px no-repeat;
    height: 96px; }
  .swiper2 .swiper-slide li.off.bt_st,
  .swiper2 .swiper-slide li.off.bt_taka,
  .swiper2 .swiper-slide li.off.bt_pit,
  .swiper2 .swiper-slide li.off.bt_ban {
    background-size: auto; }
  .swiper2 .swiper-slide li.bt_st a {
    background: url(/img_timeline/bt_st.png) center 20px no-repeat; }
  .swiper2 .swiper-slide li.bt_taka a {
    background: url(/img_timeline/bt_taka.png) center 12px no-repeat; }
  .swiper2 .swiper-slide li.bt_pit a {
    background: url(/img_timeline/bt_pit.png) center 14px no-repeat; }
  .swiper2 .swiper-slide li.bt_ban a {
    background: url(/img_timeline/bt_ban.png) center 14px no-repeat; }
  .swiper2 .swiper-slide li.bt_st a:hover {
    background: url(/img_timeline/bt_st_on.png) center 20px no-repeat; }
  .swiper2 .swiper-slide li.bt_taka a:hover {
    background: url(/img_timeline/bt_taka_on.png) center 12px no-repeat; }
  .swiper2 .swiper-slide li.bt_pit a:hover {
    background: url(/img_timeline/bt_pit_on.png) center 14px no-repeat; }
  .swiper2 .swiper-slide li.bt_ban a:hover {
    background: url(/img_timeline/bt_ban_on.png) center 14px no-repeat; }
  .swiper2 .swiper-slide li.bt_st a:after,
  .swiper2 .swiper-slide li.bt_taka a:after,
  .swiper2 .swiper-slide li.bt_pit a:after,
  .swiper2 .swiper-slide li.bt_ban a:after {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 20px; }
  .swiper2 .swiper-slide li.bt_st a:hover:after,
  .swiper2 .swiper-slide li.bt_taka a:hover:after,
  .swiper2 .swiper-slide li.bt_pit a:hover:after,
  .swiper2 .swiper-slide li.bt_ban a:hover:after {
    display: none; }
  .swiper2 .swiper-slide li.bt_st a:after {
    background: url(/img_timeline/bt_st_i.png);
    top: 20px;
    left: 47px; }
  .swiper2 .swiper-slide li.bt_taka a:after {
    background: url(/img_timeline/bt_taka_i.png);
    top: 12px;
    left: 49px; }
  .swiper2 .swiper-slide li.bt_pit a:after {
    background: url(/img_timeline/bt_pit_i.png);
    top: 14px;
    left: 52px; }
  .swiper2 .swiper-slide li.bt_ban a:after {
    background: url(/img_timeline/bt_ban_i.png);
    top: 14px;
    left: 47px; }

.swiper-slide-active li.bt_st a.anime:after,
.swiper-slide-active li.bt_taka a.anime:after,
.swiper-slide-active li.bt_pit a.anime:after,
.swiper-slide-active li.bt_ban a.anime:after {
  animation: live_anime .3s forwards; }
.swiper-slide-active li.bt_st a.anime:after {
  animation-delay: .3s; }
.swiper-slide-active li.bt_taka a.anime:after {
  animation-delay: .4s; }
.swiper-slide-active li.bt_pit a.anime:after {
  animation-delay: .5s; }
.swiper-slide-active li.bt_ban a.anime:after {
  animation-delay: .6s; }

/*----------------------
　　　swiper1 各R中身
----------------------*/
.swiper1 {
  position: relative; }
  .swiper1 .swiper-slide-active .race {
    margin-top: 12px; }
  .swiper1 .swiper-slide .race a {
    position: absolute;
    left: 22px;
    height: 58px;
    width: 59px;
    text-indent: -9999px;
    display: block;
    opacity: 0.6; }
  .swiper1 .swiper-slide:nth-child(1) .race a {
    background: url(/img_timeline/race01.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(2) .race a {
    background: url(/img_timeline/race02.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(3) .race a {
    background: url(/img_timeline/race03.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(4) .race a {
    background: url(/img_timeline/race04.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(5) .race a {
    background: url(/img_timeline/race05.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(6) .race a {
    background: url(/img_timeline/race06.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(7) .race a {
    background: url(/img_timeline/race07.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(8) .race a {
    background: url(/img_timeline/race08.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(9) .race a {
    background: url(/img_timeline/race09.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(10) .race a {
    background: url(/img_timeline/race10.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(11) .race a {
    background: url(/img_timeline/race11.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(12) .race a {
    background: url(/img_timeline/race12.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(1) .race a {
    background: url(/img_timeline/race01_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(2) .race a {
    background: url(/img_timeline/race02_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(3) .race a {
    background: url(/img_timeline/race03_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(4) .race a {
    background: url(/img_timeline/race04_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(5) .race a {
    background: url(/img_timeline/race05_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(6) .race a {
    background: url(/img_timeline/race06_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(7) .race a {
    background: url(/img_timeline/race07_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(8) .race a {
    background: url(/img_timeline/race08_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(9) .race a {
    background: url(/img_timeline/race09_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(10) .race a {
    background: url(/img_timeline/race10_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(11) .race a {
    background: url(/img_timeline/race11_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(12) .race a {
    background: url(/img_timeline/race12_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active .race a {
    line-height: 96px;
    pointer-events: none;
    height: 96px;
    opacity: 1; }
  .swiper1 .swiper-slide .race a {
    text-decoration: none;
    color: #0080FF; }
  .swiper1 .swiper-slide .race a:hover {
    opacity: 1; }
  .swiper1 .swiper-slide .race span {
    font-size: 32px; }
  .swiper1 .swiper-slide {
    font-size: 14px;
    line-height: 24px; }
  .swiper1 .dento1 {
    position: absolute;
    left: 86px;
    font-size: 16px;
    line-height: 1em;
    text-align: right; }
  .swiper1 .dento2 {
    position: absolute;
    left: 172px;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    font-family: 'Oswald',sans-serif; }
  .swiper1 .swiper-slide .dento1,
  .swiper1 .swiper-slide .dento2 {
    top: 20px; }
  .swiper1 .swiper-slide-active .dento1,
  .swiper1 .swiper-slide-active .dento2 {
    margin-top: 32px; }
  .swiper1 .swiper-slide .txt {
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 20px;
    opacity: 0;
    font-weight: bold; }
  .swiper1 .swiper-slide-active .txt,
  .swiper1 .swiper-slide-active .race_active {
    opacity: 1 !important;
    transition: .3s; }
  .swiper1 .swiper-slide .race_active {
    transition: .3s;
    background: url(/img_timeline/race_active.png);
    width: 24px;
    height: 85px;
    position: absolute;
    text-indent: -9999px;
    top: 5px;
    left: 0;
    opacity: 0; }

ul.point {
  display: flex;
  position: absolute;
  left: 90px;
  top: 36px; }

ul.point li {
  background: #0B92F4;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0.4;
  margin-right: 6px; }

ul.point li.on {
  opacity: 1; }

.swiper1 .swiper-slide-active ul.point {
  margin-top: 32px; }

.swiper1 .swiper-slide-active ul.point li {
  background: #FFF; }

ul.point a li {
  opacity: 1; }

.active-txt {
  width: 180px;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  text-indent: 8px;
  position: absolute;
  top: 10px;
  left: 28px;
  background: linear-gradient(to right, black, rgba(0, 0, 214, 0));
  z-index: 0;
  opacity: 0; }

.active-txt span {
  font-weight: bold;
  margin-left: 2px; }

.swiper1 .swiper-slide-active .active-txt {
  opacity: 1; }

.swiper-slide-active.chushi .active-txt,
.swiper-slide.chushi p {
  opacity: 0.5; }

/*発売開始*/
#dento00 {
  color: #FFF;
  background: #0760D8;
  width: 184px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 0px;
  opacity: 1;
  transform: translateY(0px);
  transition: .3s;
  transition-delay: .3s;
  background: url(/img_timeline/slide00.png);
  display: flex; }
  #dento00 p.tit {
    width: 114px;
    font-size: 14px; }
  #dento00 p.time {
    width: 68px;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    padding-top: 2px; }

#dento00.off {
  opacity: 0;
  transform: translateY(-10px);
  transition: .3s; }

#infomation {
  width: 1024px;
  margin: 0 auto 30px auto;
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between; }

#topics {
  width: 640px;
  height: 348px;
  position: relative; }
  #topics .swiper-wrapper {
    width: 100%;
    height: 384px; }
  #topics img {
    width: 100%; }
  #topics .swiper-slide {
    position: relative; }
  #topics .swiper-pagination-bullet {
    width: 10px;
    position: relative;
    height: 10px; }
  #topics .topics_prev,
  #topics .topics_next {
    position: absolute;
    top: 134px;
    width: 57px;
    height: 80px;
    z-index: 100;
    display: block;
    z-index: 10;
    cursor: pointer; }
  #topics .topics_prev {
    background: url(/ind_img/topics_prev.png) top;
    left: 0; }
  #topics .topics_next {
    background: url(/ind_img/topics_next.png) top;
    right: 0; }
  #topics .topics_prev:hover,
  #topics .topics_next:hover {
    background-position: bottom; }
  #topics .swiper-slide:before {
    content: '';
    background: #0080FF;
    display: block;
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 0%;
    height: 5px; }
  #topics .swiper-slide.anime:before {
    width: 100%;
    transition: 5s linear; }

#topics:before,
#topics:after {
  content: '';
  background: url(/ind_img/topics_bk.png) center center no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 71px;
  z-index: -1; }

#topics:before {
  top: -20px; }

#topics:after {
  bottom: -20px; }

#info {
  width: 360px;
  overflow: hidden; }
  #info h1 {
    background: url(/ind_img/info_tit.png) left no-repeat;
    line-height: 36px;
    padding-left: 42px;
    color: #323230;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: -12px; }
  #info hr {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: -3px;
    border: 0;
    /*デフォルトデザインでは線がある場合があるので、消しておく。*/
    transform: rotate(-6.25deg); }
  #info hr.b1 {
    background: #0B92F4; }
  #info hr.b2 {
    background: #9DD3FB; }
  #info ul {
    margin-top: 25px; }
  #info li {
    display: flex;
    position: relative;
    margin-left: 14px;
    padding: 5px 0 5px 3px; }
    #info li .date {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 20px;
      width: 80px; }
      #info li .date span {
        display: inline-block;
        background: #000;
        color: #FFF;
        text-align: center;
        width: 18px;
        line-height: 18px;
        font-size: 12px;
        margin-left: 3px;
        position: relative;
        top: -3px; }
      #info li .date span.sat {
        background: #0B92F3; }
      #info li .date span.sun {
        background: #F00060; }
    #info li .cate01,
    #info li .cate02,
    #info li .cate03,
    #info li .cate04 {
      font-size: 12px;
      text-align: center;
      width: 64px;
      line-height: 15px;
      color: #FFF;
      border-radius: 15px; }
    #info li .cate01 {
      background: #FF7900; }
    #info li .cate02 {
      background: #74D540; }
    #info li .cate03 {
      background: #3EA8F4; }
    #info li .cate04 {
      background: #F30363; }
    #info li p {
      line-height: 1.2em;
      position: relative;
      top: 3px;
      font-size: 16px; }
  #info li:before {
    content: '';
    width: 14px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 18px;
    left: -14px; }
  #info a li:hover {
    background: url(/ind_img/info_dot.png); }
  #info a li {
    color: #000; }
    #info a li p {
      text-decoration: underline; }
  #info a.more {
    font-family: "Oswald", sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: 400;
    float: right;
    padding-right: 18px;
    background: url(/common_img/arrow_r_black.png) right center no-repeat;
    background-size: 10px;
    line-height: 36px; }
  #info a.more:hover {
    color: #F30363; }

#info a:nth-child(1) li,
#info a:nth-child(2) li,
#info a:nth-child(3) li,
#info a:nth-child(4) li,
#info a:nth-child(5) li {
  opacity: 0;
  transition: 1s;
  transform: translateY(5px); }

#info.anime a:nth-child(1) li,
#info.anime a:nth-child(2) li,
#info.anime a:nth-child(3) li,
#info.anime a:nth-child(4) li,
#info.anime a:nth-child(5) li {
  opacity: 1;
  transition: 1s;
  transform: translateY(0px); }
#info.anime a:nth-child(1) li {
  transition-delay: 0s; }
#info.anime a:nth-child(2) li {
  transition-delay: 0.1s; }
#info.anime a:nth-child(3) li {
  transition-delay: 0.2s; }
#info.anime a:nth-child(4) li {
  transition-delay: 0.3s; }
#info.anime a:nth-child(5) li {
  transition-delay: 0.4s; }

#cal {
  width: 1060px;
  margin: 0 auto;
  position: relative; }
  #cal table {
    position: relative;
    z-index: 1; }
  #cal .month {
    position: relative;
    z-index: 1; }
  #cal .cal-tab {
    position: absolute;
    right: 60px;
    top: 30px;
    display: flex;
    width: 120x;
    height: 35px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10; }
    #cal .cal-tab li {
      width: 60px; }
    #cal .cal-tab li.type1 {
      background: url(/ind_img/cal_select1.png) bottom; }
    #cal .cal-tab li.type2 {
      background: url(/ind_img/cal_select2.png) bottom;}
    #cal .cal-tab li.type1:hover,
    #cal .cal-tab li.type2:hover {
      background-position: center; }
    #cal .cal-tab li.type1.active,
    #cal .cal-tab li.type2.active {
      pointer-events: none;
      cursor: default;
      background-position: top; }
  #cal .cal_prev,
  #cal .cal_next {
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 80px;
    z-index: 10;
    cursor: pointer; }
  #cal .swiper-button-disabled {
    display: none; }
  #cal .cal_prev:hover,
  #cal .cal_next:hover {
    background-position: bottom; }
  #cal .cal_prev {
    background: url(/ind_img/cal_prev.png);
    left: 0; }
  #cal .cal_next {
    background: url(/ind_img/cal_next.png);
    right: 0; }

.cal_bk {
  position: relative; }

.cal_bk:before {
  content: '';
  width: 1920px;
  height: calc(100% - 300px);
  display: block;
  background: #032ADF;
  position: absolute;
  z-index: -1;
  top: 260px;
  left: -430px; }

#cal:before {
  content: '';
  width: 1920px;
  height: 400px;
  display: block;
  background: url(/ind_img/ind_cal_bk1.png);
  position: absolute;
  z-index: 0;
  top: -60px;
  left: -430px; }

#cal:after {
  content: '';
  width: 1920px;
  height: 400px;
  display: block;
  background: url(/ind_img/ind_cal_bk2.png);
  position: absolute;
  z-index: -1;
  bottom: -170px;
  left: -430px; }

#footer {
  margin-top: 150px; }

/*# sourceMappingURL=index.css.map */
