@charset "utf-8";
/* CSS Document */

.section img.bg {
  width: 100%;
  height: auto;
  display: block;
}

.section.body {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bg_body {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.movie_box {
  width: 640px;
  height: 340px;
  margin: 0 auto 10px;
  position: relative;
}

.youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.caption {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 12.7%;
}

.chara {
  width: 100%;
  height: auto;
  position: relative;
}

.banner {
  padding: 6% 0;
  background-color: #FFF;
}

.banner>a {
  text-indent: -9999px;
  width: 76.6%;
  max-width: 766px;
  height: 0;
  margin: 0 auto 26px;
  display: block;
}

.banner>a:hover {
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.banner .kinnikuman {
  padding-top: 17%;
  background: url(../images/bn_kinnikuman.jpg) no-repeat center top;
  background-size: contain;
}

.banner .oktp {
  padding-top: 15.4%;
  background: url(../images/bn_oktp.jpg) no-repeat center top;
  background-size: contain;
}

.banner .small {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  margin-bottom: 10px;
}

.banner .small span {
  width: 10px;
  display: inline-block;
}

.banner ul {
  text-align: center;
  padding: 0;
}

.banner li {
  height: 21px;
  margin-bottom: 0.5em;
  border-left: solid 1px #000;
  display: inline-block;
}

.banner li:last-child {
  border-right: solid 1px #000;
}

.banner li a {
  font-size: 14px;
  line-height: 21px;
  display: block;
  padding: 0 10px;
}

.kinnikuFooter {
  height: 0;
  max-height: 110px;
  min-height: 80px;
  padding: 1% 0;
  background: url(../images/bg_footer_sp.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.logo_footer {
  width: 32%;
  min-width: 280px;
  height: auto;
  position: absolute;
  left: 12%;
  top: 15%;
}

.logo_footer img {
  width: 100%;
  height: auto;
}

.social_box {
  position: absolute;
  right: 10%;
  top: 22%;
}

.twitter-share-button {
  display: block;
  margin-bottom: 13px;
}



br.sp {
  display: none;
}

/**********************************

v2 2017.01.05
          
**********************************/
.v2 .section.body {
  padding-top: 10%;
} 

.v2 .caption {
  position: relative;
  top: auto;
}


/**********************************

v3  2017.01.08
          
**********************************/
#wrap.v3 {
  width: 100%;
}

.v3 #contaner {
  width: 100%;
}

.v3 .sp_contents {
  width: 100%;
}

.v3 .section.body {
  padding-top: 100px;
  background: url(../images/bg_body_v3.jpg) no-repeat center top;
  overflow: hidden;
}

.v3 .sliderWrap {
  max-width: 100%;
  background: url(../images/bg_slide.jpg) no-repeat center top;
}

.v3 .caption {
  position: relative;
  top: auto;
}
.v3 .chara {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}


@media only screen and (max-width:1000px) {
  .v3 .section.body,
  .v3 .sliderWrap,
  .v3 .kinnikuFooter {
    background-size: cover;
  }

  .v3 .section.body {
    padding-top: 10%;
  }
  
  .v3 .movie_box {
    width: 64%;
    height: 0;
    margin: 0 auto 10px;
    padding-bottom: 33%;
  }

}



@media only screen and (max-width:640px) {
  
  .banner .small span {
    width: 0;
  }

  .kinnikuFooter {
    text-align: center;
    padding: 5% 0;
  }

  .logo_footer {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
  }

  .social_box {
    text-align: center;
    width: 200px;
    margin: 15px auto;
    position: relative;
    right: 0;
    top: 0;
  }

  .twitter-share-button {
    float: left;
  }

  .fb-like {
    float: right;
  }

  br.sp {
    display: block;
  }
}


@media only screen and (max-width:400px) {
 
  .caption {
     font-size: 12px;
  }

  .banner li {
    display: block;
    border: none;  

  }

}