.sp-hidden{
  display:none;
}

#sp-header{
  position: fixed;
  width: 100%;
  height: 65px;
  top:0;
  left:0;
  z-index: 100;
  background: white;
}
#sp-header img{
  margin-top:20px;
}
#sp-header img:nth-child(1){
  margin-left: 24px;
  margin-right: 12px;
  margin-top: 24px;
}
#sp-header #nav_toggle{
  float: right;
  margin-right:8px;
  margin-top: 8px;
}

#sp-nav{
  z-index: 100;
  display: none;
  background: rgb(255,255,255);
  position:fixed;
  top: 65px;
  width: 100%;
  height: calc(100vh - 65px);
  height: calc(var(--vh, 1vh) * 100 - 65px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
#sp-nav .container{
  background: url(../assets/logos/sp/baseball-b.svg) center bottom -21px no-repeat;
  background-size: 42px auto;
  height:100%;
  min-height:602px;
}
#sp-nav .top-link{
  width: 22px;
  display: block;
  margin:0 auto;
  margin-bottom: 40px;
}
#sp-nav .top-link a{
  display: inline-block;
  margin-top:20px;
  width: 100%;
  height: 100%;
}
#sp-nav .top-link span{
  font-size: 12px;
  margin-top: 5px;
  display: block;
  color:#007CE6;
  font-family: 'Roboto Condensed','sans-serif'
}
#sp-nav .nav-item{
  padding: 0 20px;
  font-family: "Roboto Condensed",'sans-serif'
}
#sp-nav .nav-item li{
  display: inline-block;
  list-style: none;
  width: 24%;
  margin-bottom: 30px;
}
#sp-nav .nav-item li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
#sp-nav .nav-item li:hover{
  background:rgba(0,124,230,0.1);
}

#sp-nav .nav-item li span{
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color:#007CE6;
}
#sp-nav .link{
  display:block;
  list-style: none;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#sp-nav .link li{
  margin-bottom: 15px;
}
#sp-nav .link li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
#sp-nav .link li:nth-child(1){
  display: inline-block;
  width: 90%;
  height: 48px;
  margin:0 auto;
  background: #007CE6;
  margin-bottom: 40px;
}
#sp-nav .link li:nth-child(1) a{
  color: white;
  line-height: 48px;
}
#sp-nav .sns{
  display: block;
  width: 200px;
  height:42px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed','sans-serif'
}
#sp-nav .sns li{
  float: left;
  margin-left: 15px;
}
#sp-nav .sns li:first-child{
  margin-left: 0;
  margin-right: 20px;
}
#sp-nav .sns li p{
  line-height: 26px;
  font-size: 16px;
  vertical-align: center;
  color: #007CE6;
}
#sp-nav img.bottom{
  display:block;
  position:relative;
  left: calc(50% - 18px);
  bottom: -18px;
  height:18px;
}

/* @media screen and (max-width:321px){
  #sp-nav .top-link{
    margin-bottom:20px;
  }
  #sp-nav .nav-item{
    margin-bottom:5px;
  }
  #sp-nav .nav-item li{
    margin-bottom:20px;
  }
  #sp-nav .link li{
    margin-bottom:10px;
  }
  #sp-nav .link li:nth-child(1){
    margin-bottom:20px;
  }
  #sp-nav .sns{
    margin-top: 20px;
  }
  #sp-nav img.bottom{
    display:inline-block;
    position:absolute;
    bottom: 51px;
    left: calc(50% - 15px);
    width: 30px;
    height:30px;
  }
} */


#sp-contents{

}
#sp-contents .background{
  width: 100%;
  position:relative;
  top: 65px;
}
#sp-contents .scroll{
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
  top: 15px;
}
#sp-contents .scroll span{
  position: relative;
  top: 20px;
  display:block;
  text-align: center;
  font-size: 10px;
  color: #007CE6;
  font-family: 'Roboto Condensed','sans-serif';
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(-.5em);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(.5em);
  }
}
#sp-contents .scroll img{
  animation: scroll 2s infinite;
  position: relative;
  top: 25px;
  display:block;
  margin: 0 auto;
}

#sp-contents .item{
  position:relative;
  z-index: 10;
  text-align: center;
  color: #007CE6;
}
#sp-contents .item .present-banner{
  width: 100%;
  padding: 15px 25px;
}
#sp-contents .item .footnote{
  color:black;
}
#sp-contents .item h2{
  line-height: 72px;
  font-size: 56px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed','sans-serif';
}
#sp-contents .item h3{
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
}
#sp-contents .item span{
  font-weight: normal;
  margin-left:20px;
  margin-right:20px;
}

#sp-contents .tab-list{
  padding: 12px;
  /*text-align: center;*/
  color: #007CE6;
  margin-bottom: 40px;
}
#sp-contents .tab-list:hover{
  cursor:pointer;
}
#sp-contents .tab-list li{
  box-shadow: 0 3px 8px rgba(0,0,0,.16);
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  /*width: 90%;*/
  height: 100px;
  margin: 10px;
  padding-right: 30px;
  padding-left: 110px;
  border: 4px solid #007CE6;
}
#sp-contents .tab-list li img:first-child{
  width:80px;
  height:80px;
  position:absolute;
  top:5px;
  left:10px;
}
#sp-contents .tab-list li h2{
  font-size:24px;
  line-height:24px;
  color:#007CE6;
  margin-bottom: 5px;
  transition: .3s color;
  position: static;
  font-family: 'Roboto Condensed','sans-serif';
}
#sp-contents .tab-list li h3{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
  position: static;
}
#sp-contents .tab-list li img{
  position: absolute;
  right: 15px;
  top:40px;
}

#sp-contents .general h1{
  display: inline-block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #007CE6;
  color: white;
  font-size: 26px;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
}
#sp-contents .general .item{
  padding: 24px 24px 10px 24px;
  font-family: 'Noto Sans JP', sans-serif;
}
#sp-contents .general .item img{
  width: 100%;
  border: 1px solid;
}
#sp-contents .general .item h2{
  text-align: left;
  color: #12D8D0;
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
}
#sp-contents .general .item h3{
  text-align: left;
  font-size: 18px;
  margin-top: 14px;
}
#sp-contents .general .item p{
  margin-top: 16px;
  text-align:left;
  font-size: 16px;
  color:#000000;
  font-weight:400;
  margin-bottom: 0;
}
#sp-contents .general .item p img{
  width: 14px;
  margin-left: 10px;
  border-style: none;
}

.modal{
  position:fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: rgba(255,255,255, 0.95);
  z-index: 1000;
}
.modal_toggle{
  position: fixed;
  /*position: absolute;*/
  top: 8px;
  right: 8px;
}
.modal h1{
  display: inline-block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #007CE6;
  color: white;
  font-size: 26px;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
}
.modal .item{
  margin-top: 65px;
  padding: 10px 24px 0 24px;
  font-family: 'Noto Sans JP', sans-serif;
}
.modal .item a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.modal .item img{
  width: 100%;
  border: 1px solid;
}
.modal .item h2{
  text-align: left;
  color: #12D8D0;
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
}
.modal .item h3{
  text-align: left;
  font-size: 18px;
  margin-top: 14px;
}
.modal .item p{
  margin-top: 16px;
  text-align:left;
  font-size: 16px;
  color:#000000;
  font-weight:400;
  margin-bottom: 0;
}
.modal .item p img{
  width: 14px;
  margin-left: 10px;
  border-style: none;
}
.modal .more{
  width: 90%;
  height: 64px;
  border-radius: 32px;
  border: 4px solid #007CE6;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom:60px;
}
.modal .more a{
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  color: #007CE6;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  text-decoration: none;
}
.modal .more a:hover{
  color:white;
  background:#007CE6;
}

#baseball,#soccer,#basketball,#volleyball,#tennis,#badminton,#tabletennis,#swimming,#general{
  margin-top:-80px;
  padding-top:80px;
}

#sp-footer{
  height: 48px;
  width: 100%;
  background: #007CE6;
  margin-top:50px;
  position: relative;
}
#sp-footer p{
  margin: 0;
  margin-left: 28px;
  color: white;
  font-size: 12px;
  line-height: 48px;
  font-family: 'Noto Sans JP', sans-serif;
}
#sp-footer img{
  position: absolute;
  top: 20px;
  right: 32px;
}
