html {
  font-size: 62.5%; }

@media screen and (min-width: 375px) {
  html {
    font-size: 70%; } }

@media screen and (min-width: 414px) {
  html {
    font-size: 80%; } }

@media screen and (min-width: 600px) {
  html {
    font-size: 100%; } }

@media screen and (min-width: 768px) {
  html {
    font-size: 120%; } }

body {
  width: 100%;
  margin: 0; }

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

div#maincontentswrap_sp {
  font-family: 'Noto Sans Japanese', sans-serif;
  background: url(./../img/bg.png) repeat-y top center, #1a1a1a;
  width: 100%; }
  div#maincontentswrap_sp img {
    width: 100%;
    vertical-align: bottom;
    display: block; }
  div#maincontentswrap_sp section.top {
    width: 100%;
    margin: 0 auto; }
    div#maincontentswrap_sp section.top .sky_web_main {
      background-image: url(./../img/skaper_web_main_bg.jpg);
      display: block;
      width: 247px;
      height: 153px;
      position: absolute;
      top: 391px;
      right: 281px; }
    div#maincontentswrap_sp section.top .sky_web_main img {
      position: absolute;
      top: 50px;
      right: 14px;
      width: 218px; }
  div#maincontentswrap_sp .main_box {
    width: 100%; }
    div#maincontentswrap_sp .main_box img {
      width: 100%;
      vertical-align: bottom;
      display: block; }

.sky_frame {
  background-image: url(./../img/sp_sky_back.jpg);
  background-size: contain;
  width: 100%;
  margin: 0px;
  padding: 15px 0.8rem;
  border: 1px #cccccc solid;
  box-sizing: border-box; }

.sky_frame a {
  text-decoration: none; }

.sky_ttl {
  padding: 0 0 15px; }

.sky_text {
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0;
  text-align: right;
  background: #ffffff; }

.sky_text2 {
  font-size: 11px;
  line-height: 14px;
  padding: 2% 0 1%;
  text-align: right; }

.sky_ttl_frame {
  padding-bottom: 0.8rem; }

.sky_web_frame {
  background: url(./../img/sp_skaper_zeroen_back.png) #ffffff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  margin-bottom: 15px; }

.sky_button {
  padding-top: 13%;
  text-align: center; }

.sky_button_image {
  display: block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  margin-left: auto;
  margin-right: auto;
  width: 92.5% !important; }

.bangumi_text {
  font-size: 14px;
  text-align: center;
  width: 90%;
  margin: 1rem auto 5px auto; }

.foot_info {
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }

.foot_info .info_midashi {
  width: 100%;
  margin: 0;
  color: #f0027f; }

.foot_info p {
  margin: 0.8rem auto 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000; }

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










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

.fs-25{font-size: 1.2rem; line-height: 1.8rem;}
.fs-35{font-size: 1.6rem; line-height: 2.2rem;}
.fs-45{font-size: 2rem; line-height: 2.6rem;}

.text-box{
  margin: 2%;
  background: #000000;
  color: #ffffff;
  padding: 2%;
}
.text-box .ttl{
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
  font-weight: 900;
  margin: 4% 0 6%;
  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: 8% 0;
}
.btn-twitter .date{
  text-align: center;
  color: #f82b11;
  font-weight: bold;
  margin: 0 0 1rem;
  font-size: 1.4rem;
}
.btn-twitter img{
  display: block;
  margin: 0 auto;
}
.btn-right img{
  display: block;
  margin: 2% 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;
  background-size: contain;
  overflow: hidden;
  padding: 2rem 0;
  position: relative;
  margin: 2%;
}
.lineup:before {
  content: "";
  display: block;
  background: url(../img/bg_top.png) no-repeat;
  background-size: contain;
  height: 0.8rem;
  width: 100%;
  position: absolute;
  top:0;
}
.lineup:after {
  content: "";
  display: block;
  background: url(../img/bg_bottom.png) no-repeat;
  background-size: contain;
  height: 0.8rem;
  width: 100%;
  position: absolute;
  bottom: -0.4rem;
}
.lineup .ttl{
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 900;
  margin: 0 0 2rem;
  color: #000000;
  background: -webkit-linear-gradient(0deg, #000000, #ff2b01, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rider-ttl{
  padding: 1rem 2rem 0;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 900;
}
.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 2rem;
  display: inline-block;
  line-height: 1.6rem;
  font-size: 1.2rem;
  width: 100%;
}
.lineup li{
  margin: 1rem 0;
  list-style: none;
  display: flex;
}
.lineup li span{
  color: #f82b11;
  margin-right: 0.8rem;
  width: 20%;
  float: left;
}
.lineup li em{
  display: block;
  width: 80%;
  float: right;
}

.entry{
  margin: 2%;
  background: #ffffff;
}
.copyright{
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2em;
  padding: 0 0 2rem;
}


