@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "UTF-8";
body {
  margin: 0; }

img {
  border: 0; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

div#maincontentswrap_pc {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 100%;
  width: 100%;
  color: #333;
  background: url(./../img/bg.png) no-repeat top center, #1a1a1a; }
  div#maincontentswrap_pc section.top {
    margin-bottom: 0px; }
    div#maincontentswrap_pc section.top .top_inner {
      width: 1280px;
      margin: 0 auto;
      position: relative; }
    div#maincontentswrap_pc section.top img {
      display: block;
      width: 100%; }
    div#maincontentswrap_pc section.top .sky_web_main {
      background-image: url(./../img/skaper_web_main_bg.jpg);
      display: block;
      width: 247px;
      height: 153px;
      position: absolute;
      top: 759px;
      right: 291px; }
      div#maincontentswrap_pc section.top .sky_web_main:hover {
        opacity: 0.66;
        transition: all 0.5s ease; }
    div#maincontentswrap_pc section.top .sky_web_main img {
      position: absolute;
      top: 50px;
      right: 14px;
      width: 218px; }
  div#maincontentswrap_pc .main_box {
    width: 1280px;
    margin: 0 auto; }
    div#maincontentswrap_pc .main_box .main_inner {
      margin-bottom: 30px; }
  div#maincontentswrap_pc .sky_frame {
    position: relative;
    width: 1280px;
    height: 320px;
    margin: 30px auto;
    display: inline-block;
    background-image: url(../img/pc_sky_back.jpg); }
  div#maincontentswrap_pc .sky_text {
    text-align: center;
    padding-top: 90px; }
  div#maincontentswrap_pc .sky_left {
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1; }
  div#maincontentswrap_pc .sky_right {
    position: absolute;
    top: 135px;
    right: 50px;
    z-index: 1; }
  div#maincontentswrap_pc .sky_image {
    display: inline-block;
    width: 580px;
    height: 160px; }
  div#maincontentswrap_pc .sky_left:hover img {
    opacity: 0.66;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

/*=====footer[s]=====*/
.foot_info {
  width: 100%;
  margin: 0;
  background: #fff; }

.foot_info .info_midashi--ch1 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #f0027f; }

.foot_info .info_midashi--ch2 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #00a0c6; }

.foot_info .foot_info-box {
  min-width: 970px;
  max-width: 1280px;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 30px; }

.foot_info .foot_info-box p {
  margin: 10px auto 0;
  line-height: 25px; }

/*=====footer[e]=====*/
/* スタイル */


.fc-red{color: #f82b11;}
.fc-yellow{color: #fedd00;}

.fs-25{font-size: 25px; line-height: 3.8rem;}
.fs-35{font-size: 35px; line-height: 4.8rem;}
.fs-45{font-size: 45px; line-height: 5.8rem;}

.text-box{
  background: #000000;
  color: #ffffff;
  padding: 40px;
}
.text-box .ttl{
  font-size: 45px;
  line-height: 5.6rem;
  text-align: center;
  font-weight: 900;
  margin: 20px 0 60px;
  color: #ffffff;
  background: -webkit-linear-gradient(0deg, #a2a2a2, #ffffff, #a2a2a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-box .text{
  font-weight: 900;
}
.text-box .text a{
  color: #fedd00;
}
.btn-twitter{
  margin: 60px 0;
}
.btn-twitter .date{
  text-align: center;
  color: #f82b11;
  font-weight: bold;
  margin: 15px 0;
  font-size: 20px;
}
.btn-twitter img{
  display: block;
  margin: 0 auto;
}
.btn-right img{
  display: block;
  margin: 20px 0 0 auto;
}
.btn-twitter img:hover, .btn-right img:hover, .text-box .text a:hover{
  -webkit-transition: All .3s ease;
  transition: All .3s ease;
  opacity: .8;
}


.lineup{
  background: url(../img/bg_img.png) repeat-y;
  overflow: auto;
  padding: 40px 0;
  position: relative;
}
.lineup:before {
  content: "";
  display: block;
  background: url(../img/bg_top.png) no-repeat;
  height: 10px;
  width: 100%;
  position: absolute;
  top:0;
}
.lineup:after {
  content: "";
  display: block;
  background: url(../img/bg_bottom.png) no-repeat;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.lineup .ttl{
  font-size: 45px;
  line-height: 5.6rem;
  text-align: center;
  font-weight: 900;
  margin: 0 0 40px;
  color: #000000;
  background: -webkit-linear-gradient(0deg, #000000, #ff2b01, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rider-ttl{
  padding: 20px 40px 0;
  font-size: 23px;
  line-height: 3.8rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.rider-ttl:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 5px;v
  background: #7a6200; /* Old browsers */
  background: -moz-linear-gradient(left, #7a6200 0%, #cfa113 50%, #7a6200 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7a6200 0%,#cfa113 50%,#7a6200 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7a6200 0%,#cfa113 50%,#7a6200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a6200', endColorstr='#7a6200',GradientType=1 ); /* IE6-9 */
}
.lineup ul{
  padding: 0 40px;
  line-height: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.lineup li{
  margin: 8px 0;
  float: left;
  list-style: none;
  width: 32%;
  margin-right: 1.3%;
  display: flex;
}
.lineup li span{
  color: #f82b11;
  margin-right: 10px;
  width: 20%;
  float: left;
}
.lineup li em{
  display: block;
  width: 80%;
  float: right;
}

.entry{
  background: #ffffff;
}
.copyright{
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 0 40px;
}








