/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-size: 16px;
font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*============================================================================
*
* font
*
============================================================================*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.woff") format("woff"), url("../font/NotoSansCJKjp-Thin.otf") format("opentype");/* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.woff") format("woff"), url("../font/NotoSansCJKjp-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.otf") format("opentype");
}
@font-face {
  font-family: 'futura-web';
  src: url('../font/futura-web.ttf') format("truetype"),
       url('../font/futura-web.woff') format("woff"),
       url('../font/futura-web.woff2') format("woff2");
}

/*
* 基本設定
*/
html {
  width: 100%;
}
body {
width: 100%;
font-size: 16px;
font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
* {
  box-sizing: border-box;
}
a {
  transition: opacity .5s;
}
a:hover {
  opacity: .8;
}
.pc {
  display: none;
}
.pci {
  display: none;
}
.sp {
  display: block;
}
.spi {
  display: inline;
}
#wrap {
  position: relative;
  overflow: hidden;
}

/*
  header
*/
#header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}
.header-topBox {
  position: relative;
  background-color: #000;
  height: 49px;
  width: 100%;
  z-index: 10;
}
.header-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 115px;
  height: 30px;
  margin: auto;
}
.header-logo img {
  width: 100%;
}
.header-hum {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-hum img {
  width: 100%;
}
.header-caution-top {
  display: none;
}
.header-lang {
  position: absolute;
  top: 13px;
  right: 135px;
  width: 116px;
  height: 25px;
  line-height: 14px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 4px;
  background-color: rgba(0,0,0,.9);
  /*overflow: hidden;*/
}
.header-lang:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -8px;
  top: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
.header-lang:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -6px;
  top: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #000;
  clear: both;
}
.header-lang.active {
  height: auto;
}
.header-lang ul:before {
  content: "";
  position: absolute;
  top: 9px;
  right: 6px;
  margin: auto;
  width: 8px;
  height: 4.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/header_lang_arrow_white.png);
} 
.header-lang ul li {
  border-right: 1px dotted #fff;
  margin-bottom: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10px 0px;
  display: none;
}
.header-lang ul li.header-lang-ja {
  display: block;
  background-image: url(../images/header_lang_ja.png);
}
.header-lang ul li.header-lang-en {
  background-image: url(../images/header_lang_en.png);
}
.header-lang ul li.header-lang-ko {
  background-image: url(../images/header_lang_ko.png);
}
.header-lang.active ul li {
  display: block;
}
.header-lang ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.075em;
  padding-left: 36px;
}


/*
  nav
*/
.nav {
  position: absolute;
  top: -450px;
  left: 0;
  width: 100%;
  height: 0;
  transition: .5s;
}
.nav.active {
  top: 49px;
}
.nav > ul > li {
  position: relative;
  width: 100%;
  margin-bottom: 2px;
}
.nav > ul > li.active {
  margin-bottom: 0;
}
.nav > ul > li.nav-sch .nav-list-inner {
  background-color: #d03535;
  box-shadow: 0 2px 0 #962626;
}
.nav > ul > li.nav-velodrome .nav-list-inner {
  background-color: #26a7eb;
  box-shadow: 0 2px 0 #1e7eb1;
}
.nav > ul > li.nav-access .nav-list-inner {
  background-color: #e8a913;
  box-shadow: 0 2px 0 #ab7d0e;
}
.nav > ul > li.nav-info .nav-list-inner {
  background-color: #32b16c;
  box-shadow: 0 2px 0 #268953;
}
.nav > ul > li.nav-player .nav-list-inner {
  background-color: #ff8c37;
  box-shadow: 0 2px 0 #ce681c;
}
.nav > ul > li.nav-guide .nav-list-inner {
  background-color: #ea609e;
  box-shadow: 0 2px 0 #ae376d;
}
.nav > ul > li.nav-race .nav-list-inner {
  background-color: #9070af;
  box-shadow: 0 2px 0 #5f4578;
}
.nav > ul > li.active .nav-list-inner {
  top: 2px;
}
.nav > ul > li.active.nav-sch .nav-list-inner{
  box-shadow: 0 -2px 0 #962626;
}
.nav > ul > li.active.nav-velodrome .nav-list-inner{
  box-shadow: 0 -2px 0 #1e7eb1;
}
.nav > ul > li.active.nav-access .nav-list-inner{
  box-shadow: 0 -2px 0 #ab7d0e;
}
.nav > ul > li.active.nav-info .nav-list-inner{
  box-shadow: 0 -2px 0 #268953;
}
.nav > ul > li.active.nav-player .nav-list-inner{
  box-shadow: 0 -2px 0 #ce681c;
}
.nav > ul > li.active.nav-guide .nav-list-inner{
  box-shadow: 0 -2px 0 #ae376d;
}
.nav > ul > li.active.nav-race .nav-list-inner{
  box-shadow: 0 -2px 0 #5f4578;
}
.nav > ul > li > .nav-list-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 47px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}
.nav > ul > li > .nav-list-inner:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  background-image: url(../images/nav_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 15px;
  margin: auto;
  transition: .5s;
}
.nav > ul > li.active .nav-list-inner:before {
  background-image: url(../images/nav_arrow_down.png);
  width: 20px;
  height: 9px;
  right: 15px;
}
.nav > ul > li > .nav-list-inner > .nav-icn {
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav > ul > li > .nav-list-inner > .nav-txt {
  position: absolute;
  left: 53px;
  letter-spacing: 0.075em;
}
.nav > ul > li > .nav-list-inner > .nav-ja {
  font-size: 12px;
  font-weight: 700;
  top: 10px;
}
.nav > ul > li > .nav-list-inner > .nav-en {
  font-size: 11px;
  font-weight: 300;
  bottom: 10px;
}
/*
  sp nav 第二階層
*/
.nav > ul > li > ul {
  height: 0;
  transition: height .5s;
  overflow: hidden;
}
.nav > ul > li.active.nav-velodrome > ul {
  height: 141px;
}
.nav > ul > li.active.nav-access > ul {
/*  height: 282px; */
  height: 235px;
}
.nav > ul > li.active.nav-info > ul {
/*  height: 329px; */
  height: 282px;
}
.nav > ul > li.active.nav-player > ul {
  height: 94px;
}
.nav > ul > li.active.nav-guide > ul {
  height: 423px;
}
.nav > ul > li.active.nav-race > ul {
  height: 141px;
}
.nav > ul > li > ul > li {
  background-color: #fff;
  height: 47px;
  border-bottom: 1px solid #eee;
  line-height: 47px;
  letter-spacing: 0.075em;
}
.nav > ul > li > ul > li > a {
  display: block;
  padding: 0 20px;
  position: relative;
  font-size: 12px;
  text-decoration: none;
}
.nav > ul > li > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 15px;
  margin: auto;
}
.nav > ul > li > ul > li:last-child {
  border-bottom-width: 0 !important;
}
.nav > ul > li.nav-velodrome > ul > li {
  border-bottom: 1px solid transparent;
  border-right: 1px solid #26a7eb;
  border-left: 1px solid #26a7eb;
  border-top: 1px solid #26a7eb;
}
.nav > ul > li.nav-velodrome > ul > li > a {
  color: #26a7eb;
}
.nav > ul > li.nav-velodrome > ul > li > a:before {
  background-image: url(../images/nav_arrow_blue.png);
}
.nav > ul > li.nav-access > ul > li {
  border-bottom: 1px solid transparent;
  border-right: 1px solid #e8a913;
  border-left: 1px solid #e8a913;
  border-top: 1px solid #e8a913;
}
.nav > ul > li.nav-access > ul > li > a {
  color: #e8a913;
}
.nav > ul > li.nav-access > ul > li > a:before {
  background-image: url(../images/nav_arrow_yellow.png);
}
.nav > ul > li.nav-info > ul > li {
  border-bottom: 1px solid transparent;
  border-right: 1px solid #32b16c;
  border-left: 1px solid #32b16c;
  border-top: 1px solid #32b16c;
}
.nav > ul > li.nav-info > ul > li > a {
  color: #32b16c;
}
.nav > ul > li.nav-info > ul > li > a:before {
  background-image: url(../images/nav_arrow_green.png);
}
.nav > ul > li.nav-player > ul > li {
  border-bottom: 1px solid transparent;
  border-right: 1px solid #ff8c37;
  border-left: 1px solid #ff8c37;
  border-top: 1px solid #ff8c37;
}
.nav > ul > li.nav-player > ul > li > a {
  color: #ff8c37;
}
.nav > ul > li.nav-player > ul > li > a:before {
  background-image: url(../images/nav_arrow_orange.png);
}
.nav > ul > li.nav-guide > ul > li {
  border-bottom: 1px solid transparent;
  border-right: 1px solid #ea609e;
  border-left: 1px solid #ea609e;
  border-top: 1px solid #ea609e;
}
.nav > ul > li.nav-guide > ul > li > a {
  color: #ea609e;
}
.nav > ul > li.nav-guide > ul > li > a:before {
  background-image: url(../images/nav_arrow_pink.png);
}
.nav > ul > li.nav-race > ul > li {
  border-bottom: 1px solid transparent;
  border-right: 1px solid #9070af;
  border-left: 1px solid #9070af;
  border-top: 1px solid #9070af;
}
.nav > ul > li.nav-race > ul > li > a {
  color: #9070af;
}
.nav > ul > li.nav-race > ul > li > a:before {
  background-image: url(../images/nav_arrow_purple.png);
}
.nav-btmbox {
  background-color: #000;
  height: 111px;
  padding: 15px 26px;
}
.nav-btmbox:before {
  content: "";
  background-image: url(../images/nav_btmbox_monster.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 108px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.nav-btmbox-lang {
  position: relative;
  border: 0.5px solid #fff;
  width: 210px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  padding: 5px 0;
}
.nav-btmbox-lang::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -9px;
  top: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}
.nav-btmbox-lang::after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -7px;
  top: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
  clear: both;
}
.nav-btmbox-lang a {
  background-size: 10px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
  padding-left: 13px;
  background-position-y: 10.4px;
  margin-left: 10px;
  letter-spacing: 0.075em;
  opacity: .5;
  border-right: 1px dotted #ffffff;
  padding-right: 10px;
}
.nav-btmbox-lang a:nth-child(3) {
  border-right: none;
}
.nav-btmbox-lang a.active {
  opacity: 1;
}
.nav-btmbox-lang a.nav-btmbox-lang-ja {
  background-image: url(../images/nav_btmbox_lang_ja.png);
}
.nav-btmbox-lang a.nav-btmbox-lang-en {
  background-image: url(../images/nav_btmbox_lang_en.png);
}
.nav-btmbox-lang a.nav-btmbox-lang-ko {
  background-image: url(../images/nav_btmbox_lang_ko.png);
}
.nav-btmbox-sns {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
/*  width: 210px; */
  width: 140px;
}
.nav-btmbox-sns a {
  width: 68px;
}
.nav-btmbox-sns a img {
  width: 100%;
}


/*
  page category
*/
.page-category {
  width: 145px;
  height: 30px;
  background-color: red;
  padding: 3px;
  margin-top: 20px;
  margin-left: 15px;
  background-color: #ccc;
}
body#schedule .page-category {
  background-color: #d03535;
} 
body#velodrome .page-category {
  background-color: #26a7eb;
} 
body#access .page-category {
  background-color: #e8a913;
} 
body#info .page-category {
  background-color: #32b16c;
}
body#player .page-category {
  background-color: #ff8c37;
}
body#guide .page-category {
  background-color: #ea609e;
} 
body#ondemand .page-category {
  background-color: #9070af;
}
.page-category-txt {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  height: 100%;
  line-height: 1.9;
  font-size: 12px;
  letter-spacing: 0.075em;
}

/*
  topページへ戻る
*/
.back-top {
  width: 120px;
  height: 30px;
  font-size: 11px;
  font-weight: 500;
  line-height: 30px;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
}
.back-top a {
  display: block;
  color: #fff;
  text-decoration: none;
}


/*
  ページ内topへ戻る
*/
.toTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
.toTop img {
  width: 100%;
}

/*
  footer
*/
#footer {
  position: relative;
}
.footer-town {
  position: relative;
  background-image: url(../images/footer-town.png);
  background-repeat-y: no-repeat;
  background-size: contain;
  height: 40px;
  width: 100%;
  min-width: 320px;
  top: 1px;
}
@keyframes footerbike01 {
  0% {
    left: -10%;
  }
  100% {
    left: 110%;
  }
}
@keyframes footerbike02 {
  0% {
    left: -10%;
  }
    100% {
      left: 110%;
    }
  }
.footer-bike {
  position: absolute;
  width: 22px;
  z-index: 1;
  bottom: -1px;
}
.footer-bike img {
  width: 100%;
}
.footer-bike01 {
  animation-name: footerbike01;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.footer-bike02 {
  display: none;
}
.footer-btmBox {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 151px;
  font-size: 10px;
  letter-spacing: 0.075em;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
}
.footer-links {
  display: flex;
  justify-content: center;
  padding-top: 31px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 4px;
}
.footer-links span {
  color: #fff;
  margin: 0 8px;
}
.footer-info {
  margin-top: 15px;
}
.footer-info-tel a {
  color: #fff;
  text-decoration: none;
}
.footer-info-tel img {
  margin-right: 5px;
}
.copy-right {
  margin-top: 7px;
}

/*
  attentinoとtoday's infoとcaution
*/
body.outside .fv-midnight-links-wrap {
  display: none;
}
/*
  場外開催
*/
.fv-attention {
  position: relative;
  padding-top: 15px;
  background: linear-gradient(#161616, #424242);
  width: 100%;
  margin: 0 auto 0;
  padding: 15px;
  border: 1px solid #363636;
  border-radius: 5px;
}
.fv-attention-ttl {
  position: relative;
  background-color: #050505;
  width: 100%;
  height: 55px;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.075em;
  margin-top: 15px;
}
.fv-attention-ttl:before {
  content: "";
  position: absolute;
  background-image: url(../images/fv_attention_ttl.png);
  width: 120px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 5px;
  top: -22px;
}
.fv-attention-list {
  padding: 4px;
  margin-top: 10px;
}
.fv-attention-list > ul > li {
  font-size: 12px;
  text-align: left;
  color: #fff;
  border-bottom: 1px dashed #555;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.075em;
}
.fv-attention-icn-flag {
  width: 16px;
  display: inline-block;
  margin-left: 10px;
}
.fv-attention-icn-flag img {
  width: 100%;
  vertical-align: -3px;
}
.fv-attention-icn-lank {
  display: inline-block;
  font-size: 12px;
  margin-left: 17px;
}
.fv-attention-icn-lank img {
  width: 26px;
  vertical-align: -3px;
  margin-right: 6px;
}
.fv-info {
  position: relative;
  width: 100%;
  height: 223px;
  background: linear-gradient(#141c2d, #2f3748);
  padding: 18px;
  margin: 2px auto 0;
  border-radius: 5px;
}
.fv-info-date {
  border-top: 2.5px solid #ff3d3d;
  background-color: #fff;
  color: #000;
  font-size: 32.5px;
  height: 55px;
  font-weight: 300;
}
.fv-info-date img {
  width: 100px;
  margin-left: 15px;
  vertical-align: -5px;
}
.fv-info-date span {
  line-height: 55px;
  display: inline-block;
  margin-left: 6%;
}
.fv-info-contents {
  margin-top: 9px;
}
.fv-info-contents ul li {
  position: relative;
  height: 30px;
  color: #fff;
  letter-spacing: 0.075em;
  font-weight: 400;
  background-color: #354057;
  margin-bottom: 2px;
  line-height: 30px;
  font-size: 12px;
}
.fv-info-content-lank {
  display: inline-block;
  width: 30px;
  vertical-align: -4px;
  margin-left: 5px;
}
.fv-info-content-lank img {
  width: 100%;
}
.fv-info-content-time {
  display: inline-block;
  width: 18px;
  vertical-align: -4px;
}
.fv-info-content-time img {
  width: 100%;
}
.fv-info-content-girl {
  display: inline-block;
  width: 18px;
  vertical-align: -4px;
}
.fv-info-content-girl img {
  width: 100%;
}
.fv-info-content-date {
  display: inline-block;
  position: absolute;
  right: 95px;
}
.fv-info-content-link {
  display: none;
  background-color: #0c1936;
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 6px;
  font-size: 10px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.1;
  vertical-align: 1px;
  margin-left: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 17px;
  right: 15px;
}
.fv-info-contents a[href^="http"] {
  display: inline-block;
}
.fv-info-content-place {
  display: inline-block;
  margin-left: 10px;
  width: 69px;
}

/*
  fv caution
*/
body.caution-top .fv-caution-txt {
  display: flex;
  display: -webkit-flex;
}
body.caution-side .fv-caution-info {
  display: block;
}
.fv-caution-txt {
  display: none;
  width: 100%;
  color: #ff0000;
  font-size: 12px;
  background-color: #fff;
  border: 2px solid #ff0000;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;  
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.fv-caution-txt span {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  line-height: 19px;
  padding: 20px;
}
.fv-caution-info {
  display: none;
  text-align: center;
  color: #000;
  width: 100%;
  font-size: 12px;
  background-color: #fff;
  border: 2px solid #ff0000;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.fv-caution-info-txt {
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.fv-caution-img {
  width: 80px;
  margin: 0 auto;
}
.fv-caution-info {
  font-size: 12px;
  line-height: 19px;
}
.fv-caution-info span {
  color: red;
}
/*
  ieバグ修正
*/
#wrap.browser-ie .fv-caution-txt span {
  display: table-cell;
}
#wrap.browser-ie .fv-info-date img {
  vertical-align: -6px;
}
#wrap.browser-ie .fv-info-date span {
  margin-top: 2px;
}


@media screen and (max-width:374px) {
  .fv-info-date img {
    width: 80px;
  }
  .fv-info-date span {
    font-size: 27px;
  }
  .fv-info-contents ul li {
    font-size: 11px;
  }
  .fv-info-content-place {
    margin-left: 7px;
    width: 63px;
  }
  .fv-info-content-lank {
    margin-left: 2px;
    width: 25px;
  }
  .fv-info-content-time {
    width: 14px;
  }
  .fv-info-content-girl {
    width: 14px;
  }
  .fv-info-content-date {
    right: 78px;
  }
  .fv-info-content-link {
    right: 7px;
  }
  .nav-btmbox:before {
    width: 75px;
    height: 84px;
  }
}


@media screen and (min-width:768px) {
  /*
  * default
  */
  .pc {
    display: block;
  }
  .pci {
    display: inline;
  }
  .sp {
    display: none;
  }
  .spi {
    display: none;
  }
  body {
    min-width: 1080px;
  }
  #main {
    min-height: 400px;
  }
  /*
    header
  */
  .header-topBox {
    height: 84px;
  }
  .header-logo {
    width: 210px;
    height: 60px;
    z-index: 1;
  }
  .header-rightBox {
    height: 100%;
    width: 1080px;
    margin: auto;
    padding: 0 40px;
    position: relative;
  }
  .header-rightBox .header-monster {
    position: absolute;
    bottom: -1px;
    right: 20px;
  }  
  .header-sns {
    position: absolute;
/*    width: 80px; */
    width: 50px;
    bottom: 15px;
    right: 135px;
    display: flex;
    justify-content: space-between;
  }
  .header-sns a {
    display: block;
    width: 22px;
  }
  .header-sns a img {
    width: 100%;
  }

  /*
    nav
  */
  .nav {
    position: relative;
    top: 0;
    width: 1080px;
    padding: 0 40px;
    margin: auto;
    height: 72px;
  }
  .nav.active {
    top: 0;
  }
  .nav > ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .nav > ul > li {
    border-left: 1px solid #c9bfd4;
    height: 70px;
  }
  .nav > ul > li:last-child {
    border-right: 1px solid #c9bfd4;
  }
  .nav > ul > li.active {
    margin-bottom: 2px;
  }
  .nav > ul > li > .nav-list-inner {
    height: 100%;
    padding: 12px;
  }
  .nav > ul > li > .nav-list-inner:before {
    background-image: url(../images/nav_pc_arrow.png);
    width: 5px; 
    height: 10px;
    right: 10px;
  }
  .nav > ul > li.active .nav-list-inner:before {
    width: 10px;
    height: 5px;
    right: 10px;
  }
  .nav > ul > li.nav-sch .nav-list-inner {
    box-shadow: 0 4px 0 #962626;
  }
  .nav > ul > li.nav-velodrome .nav-list-inner {
    box-shadow: 0 4px 0 #1e7eb1;
  }
  .nav > ul > li.nav-access .nav-list-inner {
    box-shadow: 0 4px 0 #ab7d0e;
  }
  .nav > ul > li.nav-access .nav-list-inner > .nav-icn {
    width: 22px;
  }
  .nav > ul > li.nav-info .nav-list-inner {
    box-shadow: 0 4px 0 #268953;
  }
  .nav > ul > li.nav-info .nav-list-inner > .nav-icn {
    width: 22px;
  }
  .nav > ul > li.nav-player .nav-list-inner {
    box-shadow: 0 4px 0 #ce681c;
  }
  .nav > ul > li.nav-player .nav-list-inner > .nav-icn {
    width: 22px;
  }
  .nav > ul > li.nav-guide .nav-list-inner {
    box-shadow: 0 4px 0 #ae376d;
  }
  .nav > ul > li.nav-race .nav-list-inner {
    box-shadow: 0 4px 0 #5f4578;
  }
  .nav > ul > li.active .nav-list-inner {
    top: 4px;
  }
  .nav > ul > li.active.nav-sch .nav-list-inner {
    box-shadow: 0 -4px 0 #962626;
  }
  .nav > ul > li.active.nav-velodrome .nav-list-inner {
    box-shadow: 0 -4px 0 #1e7eb1;
  }
  .nav > ul > li.active.nav-access .nav-list-inner {
    box-shadow: 0 -4px 0 #ab7d0e;
  }
  .nav > ul > li.active.nav-info .nav-list-inner {
    box-shadow: 0 -4px 0 #268953;
  }
  .nav > ul > li.active.nav-player .nav-list-inner {
    box-shadow: 0 -4px 0 #ce681c;
  }
  .nav > ul > li.active.nav-guide .nav-list-inner {
    box-shadow: 0 -4px 0 #ae376d;
  }
  .nav > ul > li.active.nav-race .nav-list-inner {
    box-shadow: 0 -4px 0 #5f4578;
  }
  .nav > ul > li > .nav-list-inner > .nav-txt {
    left: 50px;
  }
  .nav > ul > li.nav-access > .nav-list-inner > .nav-txt {
    left: 44px;
  }
  .nav > ul > li.nav-info > .nav-list-inner > .nav-txt {
    left: 44px;
  }
  .nav > ul > li.nav-player > .nav-list-inner > .nav-txt {
    left: 39px;
    font-size: 11px;
  }
  .nav > ul > li.nav-guide > .nav-list-inner > .nav-txt {
    left: 43px;
    font-size: 11px;
  }
  .nav > ul > li.nav-race > .nav-list-inner > .nav-txt {
    left: 44px;
    font-size: 12px;
  }
  .nav > ul > li > .nav-list-inner > .nav-ja {
    font-size: 14px;
    top: 12px;
  }
  .nav > ul > li > .nav-list-inner > .nav-en {
    font-size: 12px;
    bottom: 13px;
    line-height: 14px;
  }
  .nav > ul > li > ul {
    position: absolute;
    top: 74px;
    width: 320px;
    left: -80px;
    overflow: hidden;
    transition: none;
  }
  .nav > ul > li:nth-child(4) > ul {
    width: 340px;
  }
  .nav > ul > li.active.nav-velodrome > ul {
    height: 123px;
    border-bottom: 1px solid #26a7eb;
  }
  .nav > ul > li.active.nav-access > ul {
/*    height: 230px; */
    height: 195px;
    border-bottom: 1px solid #e8a913;
  }
  .nav > ul > li.active.nav-info > ul {
/*    height: 266px; */
/*    height: 230px; */
/*    height: 194px; */
    height: 123px;
    border-bottom: 1px solid #32b16c;
  }
  .nav > ul > li.active.nav-player > ul {
    height: 86px;
    border-bottom: 1px solid #ff8c37;
  }
  .nav > ul > li.active.nav-guide > ul {
    height: 338px;
    border-bottom: 1px solid #ea609e;
  }
  .nav > ul > li.active.nav-race > ul {
    height: 122px;
    border-bottom: 1px solid #9070af;
  }
  .nav > ul > li > ul:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 6px;
    left: 146px;
  }
  .nav > ul > li.active.nav-velodrome > ul:before {
    border-bottom: 8px solid #26a7eb;
  }
  .nav > ul > li.active.nav-access > ul:before {
    border-bottom: 8px solid #e8a913;
  }
  .nav > ul > li.active.nav-info > ul:before {
    border-bottom: 8px solid #32b16c;
  }
  .nav > ul > li.active.nav-player > ul:before {
    border-bottom: 8px solid #ff8c37;
  }
  .nav > ul > li.active.nav-guide > ul:before {
    border-bottom: 8px solid #ea609e;
  }
  .nav > ul > li.active.nav-race > ul:before {
    border-bottom: 8px solid #9070af;
  }
  .nav > ul > li > ul:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
    top: 8px;
    left: 146px;
  }
  .nav > ul > li > ul > li {
    position: relative;
    top: 8px;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
  }
  .nav > ul > li > ul > li:first-child {
    margin-top: 6px;
  }
  .nav > ul > li > ul > li:last-child {
    border-bottom-width: 1px !important;
  }
  .nav > ul > li > ul > li > a {
    font-size: 14px;
  }
  .nav > ul > li:nth-child(4) > ul > li > a:before {
    right: 13px;
  }

  /*
    page category
  */
  .page-category-wrap {
    width: 1080px;
    padding: 0 40px;
    margin: auto;
  }
  .page-category {
    margin-top: 40px;
    margin-left: 0;
    width: 250px;
    height: 40px;
  }
  .page-category-txt {
    font-size: 20px;
    line-height: 32px;
  }

  /*
    footer
  */
  .back-top {
    width: 171px;
    height: 44px;
    font-size: 15.4px;
    line-height: 44px;
    margin-bottom: 41px;
  }
  .footer-town {
    background-image: url(../images/footer_pc_town.png);
    height: 99px;
    top: 3px;
  }
  .footer-btmBox {
    height: 225px;
    font-size: 12px;
    line-height: 1.8;
  }
  .footer-links a {
    padding-bottom: 0;
  }
  .footer-info {
    margin-top: 5px;
  }
  .footer-bike {
    bottom: 0px;
    width: 45px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .footer-bike01 {
    animation-name: footerbike01;
    animation-duration: 7s;
  }
  .footer-bike02 {
    display: block;
    animation-name: footerbike02;
    animation-duration: 13s;
  }
  /*
    attentinoとtoday's infoとcaution
  */
  /*
    場外開催
  */
  .fv-pc-side {
    float: left;
    width: 322px;
  }
  .fv-attention {
    width: 322px;
    padding: 17px;
  }
  .fv-attention-ttl {
    height: 61px;
    font-size: 24px;
    line-height: 61px;
  }
  .fv-attention-list > ul > li {
    height: 33px;
    line-height: 39px;
  }
  .fv-info {
    width: 322px;
    height: 242px;
    margin-top: 3px;
    padding: 20px;
  }
  .fv-info-date img {
    width: 90px;
    margin-left: 15px;
    vertical-align: -2px;
  }
  .fv-info-date span {
    margin-left: 8px;
  }
  .fv-attention-icn-f2 {
    font-size: 14px;
  }
  .fv-info-contents ul li {
    height: 33px;
    line-height: 35px;
    font-size: 13px;
  }
  .fv-info-content-place {
    margin-left: 5px;
    width: 74px;
  }
  .fv-info-content-lank {
    margin-left: 0;
  }
  .fv-info-content-date {
    right: 83px;
  }
  .fv-info-content-link {
    right: 10px;
  }

  /*
    caution
  */
  body.caution-side .fv-caution-txt {
    display: none;
  }
  body.caution-side .fv-caution-info {
    display: block;
  }
  body.caution-top .header-caution-top {
    display: block;
  }
  body.caution-top .fv-caution-txt {
    display: none;
  }
  .header-caution-top {
    color: red;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.075em;
    text-align: center;
    border: 4px solid red;
    padding: 16px;
  }
  .fv-caution-info {
    padding: 40px;
    top: -230px;
    font-size: 16px;
    line-height: 24px;
  }
  .fv-caution-img {
    width: 160px;
  }
  .fv-caution-info-txt {
    margin-top: 54px;
  }

  /*
  ieバグ修正
  */

  #wrap.browser-ie .fv-info-date img {
    vertical-align: -6px;
  }
  #wrap.browser-ie .fv-info-date span {
    margin-top: 2px;
  }
}


@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}