#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 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 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 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;
  }
}
#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;
}
