#wrapper{
  overflow:hidden;
}
header{
}
footer{
}
#logo,
.nav,
.sNav{
  z-index:10;
}
.nav ul li a,
.sNav ul li a,
.sNav ul li{
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
  transition:all 0.6s ease;
}

#main{
  position:relative;
  z-index:0;
}
@media (min-width:769px){
  #main{
    /*height:600px;*/
    overflow:hidden;
  }
  #main .bg{
    width:100%;
    /*min-width:1920px;*/
  }
  #main .miku{
    /*width:801px;*/
    width:41.71875%;
    left:calc(50% + 53px);
    z-index:120;
  }
  #main .slide .miku{
    display:none;
  }
}
#main .slide{
  position:relative;
  overflow:hidden;
  float:left;
}
.slick-nav{
  width:100%;
  position:absolute;
  bottom:50%;
  left:0;
  z-index:150;
}
.slick-next{
  right:0;
  background:url("../images/next.png");
}
.slick-next:hover{
  background:url("../images/next_on.png");
}
.slick-prev{
  left:0;
  background:url("../images/prev.png");
}
.slick-prev:hover{
  background:url("../images/prev_on.png");
}
.slick-arrow{
  width:74px;
  height:74px;
  margin-top:-37px;
  border:none;
  text-indent:-9999px;
  cursor:pointer;
  position:absolute;
  top:50%;
  z-index:100;
}
#main .bg{
  width:100%;
  text-align:center;
  position:relative;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:0;
}
#main .bg a{
  display:inline-block;
}
#main .bg img{
  margin:0 auto;
}
#main .miku{
  position:absolute;
  bottom:0;
}
#main .sponsor{
  width:40.625%;
  max-width:780px;
  /*padding:30px 25px;*/
  padding:1.5625vw 1.302083vw;
  color:#fff;
  background-color:rgba(42,46,48,0.75);
  position:absolute;
  /*top:52px;*/
  /*left:calc(50% - 600px);*/
  top:2.7vw;
  /*left:calc(50% - 31.25vw);*/
  /*left:55%;*/
  /*left:2%;*/
  left:6%;
  /*right:2%;*/
  z-index:10;
  box-sizing:border-box;
}
#main .sponsor h2{
  /*font-size:3.0rem;
  margin-bottom:4.0rem;*/
  font-size:1.5625vw;
  margin-bottom:2vw;
  
}
#main .sponsor p{
  /*font-size:2.4rem;*/
  font-size:1.25vw;
  line-height:1.8;
}
#main .sponsor a{
  /*width:200px;
  margin-top:5.4rem;*/
  width:10.41667vw;
  margin-top:2.8125vw;
  color:#fff;
  /*font-size:1.8rem;*/
  font-size:0.9375vw;
  text-align:center;
  text-decoration:none;
  /*line-height:4.8rem;*/
  line-height:2.5vw;
  display:inline-block;
  border:2px solid #fff;
  /*border-radius:24px;*/
  border-radius:1.25vw;
}
#main .sponsor a:hover{
  color:#fff;
  background-color:#00a7ac;
  opacity:1;
}
@media (max-width:768px){
  #main{
    height:78.125vw;
  }
  #main .bg{
    height:100%;
  }
  #main .bg a{
    display:inline;
  }
  #main .bg img{
    width:auto;
    max-width:inherit;
    height:100%;
  }
  #main>.miku{
    display:none;
  }
  #main .slide .miku{
    width:60vw;
    left:50%;
    z-index:10;
    display:block;
  }
  #main .sponsor{
    width:75.52%;
    padding:4vw 3.25vw;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  #main .sponsor h2{
    font-size:3.0rem;
    line-height:1.2;
    text-align:center;
    margin-bottom:1.0rem;
  }
  #main .sponsor p{
    font-size:2.4rem;
    line-height:1.6;
  }
  #main .sponsor a{
    width:30vw;
    margin:1.0rem auto 0;
    font-size: 2.4rem;
    line-height:2.4;
    display:block;
    border-radius: 6.25vw;
  }
  #main .sponsor_text{
    position: absolute;
    top:0;
    left:0;
    z-index: 11;
  }
  .slide, .slick-slider .slick-track, .slick-slider .slick-list{
    height:78.125vw;
  }
  .slick-arrow{
    width:9.6354vw;
    height:9.6354vw;
    margin-top:-4.8177vw;
    background-size:contain;
  }
  .slick-arrow:hover{
    background-size:contain;
  }
}

#contents{
  position:relative;
}
#contents .inner{
  position:relative;
}
@media (max-width:768px){
  #contents>.inner{
    width:92.1875vw;
    margin:0 auto;
    padding-bottom:8vw;
  }
}

#race{
  margin:70px auto;
}
#race h2{
  font-size:2.4rem;
  background-color:#fff;
  border-bottom:2px solid #27292a;
}
#race table{
  width:100%;
}
#race th,
#race td{
  text-align:center;
  border-bottom:1px solid #bdbdbd;
}
#race th:first-child,
#race td:first-child{
  text-align:left;
}
#race th{
  padding:12px 18px;
  font-size:1.6rem;
  font-weight:600;
  background-color:#e0e0e0;
}
#race td{
  padding:8px 18px;
  font-size:1.5rem;
}
#race td:nth-of-type(6) a,
#race td:nth-of-type(7) a,
#race td:nth-of-type(8) a,
#race td a.btn_go{
  width:84px;
  color:#000;
  font-size:1.2rem;
  line-height:2.4rem;
  background-color:#e0e0e0;
  display:inline-block;
  border-radius:12px;
}
#race td:nth-of-type(6) a:hover,
#race td:nth-of-type(7) a:hover,
#race td:nth-of-type(8) a:hover,
#race td a.btn_go:hover{
  color:#fff;
  background-color:#00a7ac;
}
@media (max-width:768px){
  #race{
    margin:7.8125vw auto;
  }
  #race table{
    width:300vw;
    margin-bottom:2.5vw;
  }
  #race th{
    padding: 1.5625vw 2.34375vw;
    font-size:2.4rem;
  }
  #race td{
    padding: 1.04vw 2.34375vw;
    font-size:2.2rem;
  }
  #race td:nth-of-type(6) a,
  #race td:nth-of-type(7) a,
  #race td:nth-of-type(8) a,
  #race td a.btn_go{
    width:20vw;
    font-size:2.2rem;
    line-height: 3.2rem;
  }
  .scrollArea{
    width:100%;
    overflow:scroll;
    -webkit-overflow-scrolling: touch
  }
  .scrollArea+p{
    margin-top:2vw;
    color:#37b4c4;
    font-size:2.4rem;
  }
}


#news{
  margin:70px auto;
}
#news h2{
  font-size:2.4rem;
  background-color:#fff;
  border-bottom:2px solid #27292a;
  position:relative;
}
#news h2 a{
  display:block;
  width:15px;
  height:15px;
  background:url("../images/ico_plus_b.png") no-repeat right center/15px;
  position:absolute;
  right:0px;
  top:12px;
}
#news h2 a.twitter{
  width:30px;
  height:30px;
  background:url("../images/ico_twitter.png") no-repeat right center/30px;
  position:absolute;
  right:0px;
  top:5px;
}
#news .col{
  width:100%;
  background-color:#f8f8f8;
  float:left;
}
#news .col+.col{
  float:right;
}
#news .col ul{
  height:300px;
  padding:0 20px;
  overflow-y:auto;
}
#news .col ul li{
  padding:20px 0;
  font-size:1.8rem;
  line-height:1.2;
  border-bottom:1px solid #dcdcdc;
}
#news .col ul li:last-child{
  border-bottom:none;
}
#news .col ul li a{
  position:relative;
}
#news .col:first-child ul li a{
  color:#000;
}
#news .col:first-child ul li a:hover{
  color: #00a7ac;
}
#news .col ul li a:after{
  content:"";
  display:block;
  clear:both;
}
#news .col ul li span{
  margin-bottom:20px;
  padding-left:10px;
  font-size:1.4rem;
  display:block;
  border-left:3px solid #00a7ac;
}
#news .col ul li a .thumb{
  width:80px;
  height:80px;
  overflow:hidden;
  border-radius:40px;
  float:left;
}
#news .col ul li a .thumb img{
  max-width:inherit;
  width:100%;
  height:auto;
}
#news .col ul li a .txt{
  width:400px;
  font-size:1.6rem;
  float:right;
}
#news .col ul li a .txt .tweetTxt{
  color:#000;
}
@media (max-width:768px){
  #news{
    margin:9.0vw auto 10vw;
  }
  #news h2 a{
    display:block;
    top: 1.5vw;
    background:url("../images/ico_plus_b.png") no-repeat right center/3.9vw;
  }
  #news .col{
    width:auto;
    float:none;
  }
  #news .col+.col{
    margin-top:10vw;
    float:none;
  }
  #news .col ul{
    height:60vw;
    padding: 0 3.25vw;
  }
  #news .col ul li{
    padding: 3.25vw 0;
    font-size:3.9vw;
  }
  #news .col ul li span{
    margin-bottom:2vw;
    font-size:2.6vw;
  }
  #news .col ul li a{
    font-size:3.9vw;
  }
  #news .col ul li a .thumb{
    width:14.32vw;
    height:14.32vw;
    border-radius: 7.16vw;
  }
  #news .col ul li a .txt{
    width:64vw;
    font-size:2.5rem;
  }
  #news .col ul li a .txt .account{
    font-size:2.8rem;
  }
}


#blog{
  margin:70px auto;
}
#blog h2,
#blog ul li{
  width:240px;
  float:left;
}
#blog ul{
  float:left;
}
#blog ul li{
  position:relative;
}
#blog ul li a{
  width:100%;
  height:100%;
  color:#fff;
  background:rgba(0,0,0,0.7);
  opacity:0;
  display:block;
  position:absolute;
  top:0;
  left:0;
}
#blog ul li a:hover{
  opacity:1;
}
#blog ul li a span{
  display:block;
  padding:10px;
  font-size:1.8rem;
}
#blog ul li a time{
  padding:10px;
  font-size:1.2rem;
  position:absolute;
  bottom:0;
  right:0;
}
@media (max-width:768px){
  #blog{
    margin:9.0vw auto 10vw;
  }
  #blog h2{
    width:calc(100% / 3);
  }
  #blog ul{
    width:calc((100% / 3)*2);
  }
  #blog ul li{
    width:50%;
  }
  #blog ul li a:hover{
    opacity:0;
  }
  #blog ul li a span{
    padding:2vw;
    font-size:2.4rem;
  }
  #blog ul li a time{
    padding:2vw;
    font-size:1.6rem;
  }
}

#banner{
  margin:70px auto 50px;
}
#banner ul li:nth-child(2n+1){
  float:left;
  clear:both;
}
#banner ul li:nth-child(2n){
  float:right;
}
@media (max-width:768px){
  #banner{
    width:74.12875vw;
    margin:7.8125vw auto;
  }
  #banner ul li:nth-child(2n+1),
  #banner ul li:nth-child(2n){
    float:none;
  }
  #banner ul li:nth-child(2n){
    margin-top:2.6vw;
  }
}


#report{
  margin-top:70px;
}
#circuit,
#session{
  width:50%;
}
#report,
#circuit,
#session,
#schedule{
  background:#3a3d3f;
}
#report h2,
#circuit h2,
#session h2,
#schedule h2{
  padding:2.1rem 3.0rem 2.1rem;
  color:#fff;
  font-size:2.8rem;
  line-height:1.0;
  position:relative;
}
#report h2 span,
#circuit h2 span,
#session h2 span,
#schedule h2 span{
  padding-right:3.4rem;
  color:#00a7ac;
  font-size:1.2rem;
  line-height:1.0;
  background:url(../images/ttl_deco.png) no-repeat center right/3.0rem auto;
  display:inline-block;
  position:absolute;
  right:3.0rem;
  top:50%;
  transform:translateY(-50%);
}
.tabArea{
  position:relative;
}
.tabArea:after{
  content:"";
  display:inline-block;
  width:100%;
  height:2px;
  background:#00a7ac;
  position:absolute;
  bottom:0;
  left:0;
  z-index:1;
}
#results .tabArea:after{
  content:"";
  display:inline-block;
  width:100%;
  height:2px;
  background:#00a7ac;
  position:absolute;
  bottom:0;
  left:0;
  z-index:1;
}
.tabArea div{
  background:#fff;
  padding:20px 30px;
  font-size:1.6rem;
  font-weight:bold;
  border-left:2px solid #3a3d3f;
  box-sizing: border-box;
  cursor:pointer;
  position:relative;
  z-index:0;
}
#report .tabArea div{
  width:25%;
}
#schedule .tabArea div{
  width:50%;
}
#results .tabArea div{
  width:calc(100%/3);
}
.tabArea div span{
  display:inline-block;
  font-size:0.75rem;
  font-weight:normal;
  line-height: 1.6rem;
  float: right;
}
.tabArea div.current{
  padding-top:18px;
  color:#fff;
  background:#3a3d3f;
  border-top:2px solid #00a7ac;
  border-left:2px solid #00a7ac;
  border-right:2px solid #00a7ac;
  cursor:default;
  z-index:2;
}
.tabArea div.current span{
  color:#fff;
}
.tabArea div.current:before{
  content:"";
  display:block;
  width:10px;
  height:30px;
  margin-top:-15px;
  background:#00a7ac;
  position:absolute;
  top:50%;
  left:0;
}
#results div.current:before{
}
.tabArea div:not(.current):first-child,
.tabArea div.current+div{
  border-left:none;
}
.tabArea div.off{
  color:#aaaaaa;
  background:#e0e0e0;
  cursor:default;
}
.tabArea div.current+div.off{
  border-left:2px solid #e0e0e0;
}
.tabArea div.off span{
  color:#aaaaaa;
}
#report .tab0,
#report .tab1,
#report .tab2,
#report .tab3,
#report .tab4,
#schedule .day1,
#schedule .day2{
  padding:30px 30px 50px;
  color:#fff;
  font-size:1.0rem;
  border-left:2px solid #00a7ac;
  border-right:2px solid #00a7ac;
  border-bottom:2px solid #00a7ac;
  position:relative;
  z-index:1;
}
#report .tab0,
#report .tab1,
#report .tab2,
#report .tab3,
#report .tab4,
#report .q1 .row,
#report .q2 .row{
  display:-webkit-flex;
  display:flex;
  flex-wrap:nowrap;
}
#report .tab0:not(.on),
#report .tab1:not(.on),
#report .tab2:not(.on),
#report .tab3:not(.on),
#report .tab4:not(.on),
#schedule .day1:not(.on),
#schedule .day2:not(.on),
#report .q1:not(.on),
#report .q2:not(.on),
#results .result1:not(.on),
#results .result2:not(.on),
#results .result3:not(.on){
  display:none;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}
#report .photo{
  /*max-width:480px;*/
  /*max-height:288px;*/
  min-width: 300px;
  width: 300px;
  margin-right: 50px;
  text-align:center;
  /*overflow:hidden;*/
}
#report .total,
#report .time{
  display:inline-block;
  margin-bottom:10px;
  padding:0 18px;
  line-height:25px;
}
#report .total:not(.on),
#report .time:not(.on){
  color:#000;
  background:#fff;
  cursor:pointer;
}
#report .total.on,
#report .time.on{
  color:#fff;
  background:#00a7ac;
}
.entry p,
.entry ol,
.entry ul{
  margin:1.0rem 0;
}
.entry ol,
.entry ul{
  list-style-type:initial;
}
.entry ol li,
.entry ul li{
  margin-left:3.2rem;
}
.entry p:first-child,
.entry ol:first-child,
.entry ul:first-child{
  margin-top:0;
}
.entry p:last-child,
.entry ol:last-child,
.entry ul:last-child{
  margin-bottom:0;
}
@media screen and (max-width:768px){
  #report .tab0, 
  #report .tab1, 
  #report .tab2, 
  #report .tab3, 
  #report .tab4{
    flex-direction:column;
    padding:4vw 8vw 6.66667vw;
  }
  #report .q1 .row,
  #report .q2 .row{
    flex-direction:column;
  }
  #report .photo{
    width:100%;
    min-width: initial;
    margin-right:0;
    margin-bottom:5vw;
  }
}

#circuit{
  padding-top:19px;
  padding-bottom:50px;
  border-right:1px solid #00a7ac;
  border-bottom:2px solid #00a7ac;
}
#session{
  padding-top:19px;
  padding-bottom:50px;
  border-left:1px solid #00a7ac;
  border-bottom:2px solid #00a7ac;
}
#circuit .entry,
#session .entry{
  width:540px;
  margin:0 auto;
  padding:30px;
  background:#fff;
  font-size:1.0rem;
  box-sizing:border-box;
}
#circuit .photo,
#session .photo{
  max-width:480px;
  max-height:288px;
  margin-bottom:10px;
  text-align:center;
  overflow:hidden;
}
#schedule{
  padding-top:19px;
}
#schedule .entry{
  /*padding:0 30px 50px;*/
  color:#fff;
  font-size:1.0rem;
}

@media screen and (max-width:768px){
  #report{
    margin-top:7.8125vw;
  }
  .tabArea div{
    padding:15px 0;
    line-height:1.2;
    text-align:center;
  }
  .tabArea div.current{
    padding-top:13px;
  }
  .tabArea div.current:before{
    width: 5px;
    height: 20px;
    margin-top: -11px;
  }
  .tabArea div span{
    display:none;
  }
  #results article{
    overflow:scroll;
    -webkit-overflow-scrolling: touch
  }
  #report+.flex{
    flex-direction:column;
  }
  #report .tab1 p, #report .tab2 p, #report .tab3 p, #report .tab4 p{
    font-size:2.2rem;
  }
  #circuit, #session{
    width:100%;
    padding-top: 2.5vw;
    padding-bottom: 6.66667vw;
  }
  #circuit .entry, #session .entry{
    width:90%;
    padding:4vw;
  }
  #circuit .entry p, #session .entry p{
    font-size:2.2rem;
  }
  #circuit .photo, #session .photo{
    width:100%;
    max-height:50vw;
  }
  #schedule .entry p{
    font-size:2.2rem;
  }
}

#results{
}
#results h2{
  color:#fff;
  font-size:24px;
  line-height:52px;
  text-align:center;
  background:#00a7ac;
  position:relative;
}
#results h2 span{
  width:34px;
  height:34px;
  background:url(../images/ico_open_b.png) no-repeat center/contain;
  position:absolute;
  top:9px;
  right:18px;
  cursor:pointer;
}
#results h2.on{
  color:#000;
  background:#e0e0e0;
}
#results h2.on span{
  background:url(../images/ico_close_b.png) no-repeat center/contain;
}
#results .entry{
  display:none;
}
#results h2.on+.entry{
  /*display:block;*/
}
#results .sub{
  padding:10px;
  color:#fff;
  font-size:14px;
  line-height:1.5;
  background:#3a3d3f;
  border-bottom:2px solid #00a7ac;
  border-left:2px solid #00a7ac;
  border-right:2px solid #00a7ac;
}
#results .tab2a:not(.on),
#results .tab2b:not(.on){
  display:none;
}
#results .tab2a.on,
#results .tab2b.on{
  display:block;
}
#results .total,
#results .time{
  display:inline-block;
  margin-top:10px;
  padding:0 18px;
  line-height:25px;
}
#results .total:not(.on),
#results .time:not(.on){
  color:#000;
  background:#fff;
  cursor:pointer;
}
#results .total.on,
#results .time.on{
  color:#fff;
  background:#00a7ac;
}
#results .time{
  margin-left:5px;
}
#results table{
  width:100%;
}
#results table th{
  color:#fff;
  font-size:14px;
  font-weight:normal;
  line-height:40px;
  text-align:center;
  white-space:nowrap;
  background:#3a3d3f;
}
#results table th:nth-of-type(1){
  width:62px;
}
#results table th:nth-of-type(2){
  width:72px;
}
#results table th:nth-of-type(3){
  width:322px;
}
#results table th:nth-of-type(4){
  width:246px;
}
#results table th,
#results table td{
  padding:5px 16px;
  font-size:14px;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  box-sizing:border-box;
  vertical-align:middle;
}
#results table td{
  border:1px solid #cccccc;
  line-height:1.5;
}
#results table tr:nth-of-type(2n+1) td{
  background:#f4f4f4;
}
#results table tr:nth-of-type(2n) td{
  background:#fff;
}
#results table td:nth-of-type(1),
#results table td:nth-of-type(2),
#results table td:nth-of-type(5),
#results table td:nth-of-type(8),
#results table td:nth-of-type(9),
#results table td.tire{
  text-align:center;
}
#results table td.right{
  text-align:right;
}
#results table td:nth-of-type(2) span{
  display:block;
  width:36px;
  margin:0 auto;
  text-align:center;
  border-top:3px solid #4bcada;
  border-bottom:3px solid #4bcada;
  border-left:2px solid #4bcada;
  border-right:2px solid #4bcada;
  border-radius:3px;
}
#results table td:nth-of-type(2) span:before{
  content:"";
  display:block;
  width:100%;
  height:3px;
  background:#4bcada;
}
#results table td.tire span{
  display:inline-block;
  width:30px;
  color:#fff;
  text-align:center;
  line-height:30px;
  border-radius:15px;
}
#results table td.tire span.mi{
  background:#000095;
}
#results table td.tire span.dl{
  color:#000;
  background:#fec800;
}
#results table td.tire span.bs{
  background:#ff0033;
}
#results table td.tire span.yh{
  background:#000;
}
#results table td.tire span.hk{
  background:#f27b2d;
}
#results table td.s,
#results table td.w{
  padding-left:32px;
  position:relative;
}
#results table td.s:before,
#results table td.w:before{
  content:"";
  display:inline-block;
  width:18px;
  margin-top:-9px;
  color:#fff;
  text-align:center;
  line-height:18px;
  border-radius:3px;
  position:absolute;
  top:50%;
  left:6px;
}
#results table td.s:before{
  content:"S";
  background:#ff0033;
}

@media screen and (max-width:768px){
  #results h2{
    font-size:3.2rem;
  }
  #results h2 span{
    width:24px;
    height:24px;
    top:9px;
    right:18px;
  }
  #results .sub,
  #results table{
    width:200vw;
    box-sizing:border-box;
  }
  #results .sub{
    font-size: 2.2rem;
  }
  #results .total, #results .time{
    margin-top: 5px;
    padding: 0 8px;
    line-height: 18px;
  }
  #results table th{
    line-height: 3.0rem;
  }
  #results table th:nth-of-type(1){
    width:16vw;
  }
  #results table th:nth-of-type(2){
    width:16vw;
  }
  #results table th:nth-of-type(3){
    width:70vw;
  }
  #results table th:nth-of-type(4){
    width:50vw;
  }
  #results table th,
  #results table td{
    padding: 1.04vw 2.34375vw;
    font-size: 2.2rem;
  }
}
#message{
  
}
#message img{
  
}
#message h2{
  font-size:2.4rem;
  background-color:#fff;
  border-bottom:2px solid #27292a;
}
#message p{
  margin: 14px auto 0;
}

.youtube_wrapper {
  padding: 70px 40px 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
