@charset "utf-8";


@media screen and (min-width:0px) and ( max-width:640px) {

  .sp_none {
    display:none!important;
  }

  .toprow {
    padding:0!important;
  }

  .u-text-center {
    text-align: center!important;
  }

  .u-text-left {
    text-align: left!important;
  }

  section h2 {
    margin-top: 30px;
  }

  section.about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.about h2 {
    font-size: 2.1em!important;
    width: 100%;
  }

  .korera span {
    font-size: 1.6em!important;
    line-height: 40px!important;
  }

  section.sec3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }



}

@media screen and (min-width:641px) and ( max-width:1024px) {
  .tablet_none {
    display:none!important;
  }
}

@media screen and (min-width:1025px) {

  .pc_none {
    display:none!important;
  }

  h1 {
    text-align: left!important;
  }

  .home-content h2 {
    text-align: left!important;
    font-weight: bold;
  }

}






.home-content h1 {
  font-weight: bold;
  position: relative;
  z-index: 10;
}


h2 {
  font-weight: bold;
  font-size: 2.5rem;
}


.home-content h2 img {
  max-width: 350px;
  margin-left: -15px;
}

.home-content .live_device {
  max-width: 350px;
}

.home-content .kv_spplayer img {
  position: absolute;
  z-index: 5;
  top: 0;
  max-width: 80%;
  }


/* section-pankuzu */
section.pankuzu {
  display: inline-block;
}


/* section1 */
section.about {
  display: flex;
}

span.sub_title {
  color: #faba00!important;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
}


section .kome {
  font-size:1.1rem;
  line-height: 30px;
  margin: 0;
}



section.about h2 {
  margin:0;
  font-weight: bold;
  font-size: 3em;
  font-family: 'Barlow', sans-serif;
  line-height:50px;
}
section.about p {
  color:#fff;
  margin-top: 15px
}


/* section2 */

section.korera {
    margin: 0px calc(50% - 50vw);
    padding: 3em 0px 0px;
    background-image: url("https://dartfish.co.jp/images/soccer_wall_m_50.png");

}

section.korera span {
  color:#fff;
  font-weight: bold;
  font-size: 3em;
  text-align: center!important;
  display: block;
  line-height: 60px;
}

section.korera .keywords_wrap {
  display: table;
  margin: 50px auto;
}

.box{
	opacity: 0;
}
.key01 {
animation-delay: 0.2s;
}
.key02 {
animation-delay: 0.6s;
}
.key03 {
animation-delay: 1.0s;
}
.key04 {
animation-delay: 1.3s;
}
.key05 {
animation-delay: 1.5s;
}
.key06 {
animation-delay: 1.7s;
}
.key07 {
animation-delay: 1.8s;
}
.key08 {
animation-delay: 1.9s;
}
.key09 {
animation-delay: 2.0s;
}
.key10 {
animation-delay: 2.1s;
}
.key11 {
animation-delay: 2.2s;
}
.key12 {
animation-delay: 2.3s;
}
.key13 {
animation-delay: 2.4s;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
