@charset "UTF-8";
div, ul, li, ol, p, span, a, a:hover, table, tr, th, td, dl, dt, dd, nav, i, section, article, header, footer, input, textarea{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}

.lbnav
.container{
  font-family: "Zen Maru Gothic", sans-serif;
}

.lbnav{
  position: relative;
  width:100%;
  background: #f8f7f7;
  z-index:3;
  padding:30px 30px 30px;
}
.lbnav .inner{
  position: relative;
  width:100%;
  max-width: 1300px;
  margin:0 auto;
}
.lbnav .inner .hb{
  position: absolute;
  top:-15px;
  right:0;
  width: clamp(320px, 22.50vw, 360px);
  pointer-events: none;
}
.lbnav ul{
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
.lbnav ul li a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.lbnav ul li i{
  width:30px;
  margin-right: 15px;
}
.lbnav ul li span{
  font-size: 18px;
}
.lbnav ul li a:hover{
  filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}
@media screen and (max-width: 860px){
  .lbnav .inner .hb{
    top:-15px;
    width: clamp(240px, 32.56vw, 280px);
  }
}
@media screen and (max-width: 760px){
  .lbnav .inner .hb{
    top:0px;
    width: clamp(200px, 28.95vw, 220px);
  }
}
@media screen and (max-width: 680px){
  .lbnav ul{
    display:none;
  }
  .lbnav .inner .hb{
    top:-20px;
    left:0;
    width: 100%;
  }
  .lbnav .inner .hb img{
    display:block;
    width:100%;
    max-width:260px;
    margin:0 auto;
  }
}
/*-------------------*/
.container{
  position: relative;
  padding: 15px;
  background: url(/kids-soccer/images/bg.gif) 0 0 repeat;
  background-size: 2400px 1200px;
  z-index:0;
}
.container::before,
.container::after{
  position: absolute;
  content:"";
  left:0;
  width:100%;
  height:15px;
  background: url(/kids-soccer/images/ber.gif) 0 0 repeat-x;
  z-index:1;
}
.container::before{
  top:0;
}
.container::after{
  bottom:0;
}


.container .cinner{
  position: relative;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 680px){
  .container{
    padding: 10px;
    background-size: 1200px 600px;
  }
  .container::before,
  .container::after{
    height:10px;
    background: url(/kids-soccer/images/ber.gif) 0 0 repeat-x;
    background-size: 1200px 10px;
  }
}
@media screen and (max-width: 480px){
  .container::before,
  .container::after{
    background-size: 400px 10px;
  }
}
/*-------------------*/
#kv{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1020px;
}
#kv .kvbg {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 80vh;
  background: url(/kids-soccer/images/kvbg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#kv .kvbg img {
  display: block;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: 50% 0%;
  font-family: 'object-fit: cover; object-position: 50% 0%;';
  pointer-events: none;
}

#kv .kvtitle{
  position: absolute;
  top:0;
  left:0;
  padding:0 50px;
  width:100%;
  height:100%;
  z-index: 3;
}
#kv .kvtitle img{
  display: block;
  width:100%;
  max-width:900px;
  margin:0 auto;
}
#kv .kvtitle_sp{
  display:none;
}
#kv .kvtitle_sp img{
  display: block;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#kv .cv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18vw;
  z-index: 1;
}
#kv .cv img{
  display: block;
  width:100%;
  max-width:2300px;
  margin:0 auto;
}
#kv .mv__wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 15vw;
  z-index: 2;
}

#kv .obj{
  position: absolute;
  z-index: 1;
}
#kv .obj img{
  display:block;
  width:100%;
  max-width:600px;
  height:auto;
}
#kv .obj1{
  top:2vw;
  left:7vw;
  width: clamp(230px, 15.31vw, 245px);
}
#kv .obj2{
  top:22vw;
  left:2vw;
  width: clamp(230px, 15.31vw, 245px);
}
#kv .obj3{
  top:4vw;
  right:4vw;
  width: clamp(240px, 15.31vw, 256px);
}
.kv_newsticker{
  position: absolute;
  z-index:4;
  left:5vw;
  bottom:10vw;
  font-family: "Zen Maru Gothic", sans-serif;
}
.kv_newsticker .t{
  position: relative;
  width:235px;
  padding:3px 3px 0 3px;
  border-radius: 3px 3px 0 0;
  background: #f1f1f1;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  z-index:4;
}
.kv_newsticker .t p{
  border-radius: 3px 3px 0 0;
  background: #f1f1f1;
  padding:6px 5px 6px 35px;
  position: relative;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  background: #0a015a;
}
.kv_newsticker .t p::before{
  position: absolute;
  content:"";
  top:50%;
  transform: translateY(-50%);
  left:15px;
  background: #fff;
  width:10px;
  height:10px;
  border-radius: 50px;
}
.kv_newsticker .l{
  position: relative;
  width:550px;
  padding:3px;
  border-radius: 0px 3px 3px 3px;
  background: #f1f1f1;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
  z-index:3;
}
.kv_newsticker .l a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
  padding:8px 0;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}
.kv_newsticker .l a .time{
  width:140px;
  color:#6d6c6c;
  padding-left: 15px;
  letter-spacing: 0.2rem
}
.kv_newsticker .l a .title{
  width:calc(100% - 140px);
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 10px;
}
.kv_newsticker .l a:hover{
  background:#f1f1f1;
}

@media screen and (max-width: 1480px){
	#kv{
    height: 980px;
  }
  .kv_newsticker{
    left:5vw;
    bottom:14vw;
  }
}
@media screen and (max-width: 1350px){
  #kv .obj1{
    top:2vw;
    left:7vw;
    width: clamp(190px, 17.04vw, 230px);
  }
  #kv .obj2{
    top:22vw;
    left:2vw;
    width: clamp(190px, 17.04vw, 230px);
  }
  #kv .obj3{
    top:4vw;
    right:4vw;
    width: clamp(200px, 17.78vw, 240px);
  }
}
@media screen and (max-width: 1050px){
  .kv_newsticker{
    display:none;
  }
  #kv{
    height: 880px;
  }
  #kv .obj2{
    top:48vw;
    left:2vw;
    width: clamp(190px, 17.04vw, 230px);
  }
}
@media screen and (max-height:940px){
	#kv .kvbg {
    height: 90vh;
  }
}
@media screen and (max-height:850px){
	#kv .kvbg {
    height: 100vh;
  }
}
@media screen and (max-height:800px){
	#kv{
    height: 790px;
  }
  #kv .kvtitle img{
    max-width:700px;
  }
}
@media screen and (max-width: 860px){
  #kv{
    height:auto;
  }
  #kv .kvbg,
  #kv .kvtitle,
  #kv .cv,
  #kv .mv__wave,
  #kv .obj{
    display:none;
  }
  #kv .kvtitle_sp{
    display:block;
  }
}
/*----------------------------slider--------------------------------*/

.slider .slick-list{
	position: relative;
	display: block;
	overflow: hidden;

}
.slider{
	position: relative;
	cursor: pointer;
	width:100%;
	margin:auto;
}
.slider .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	justify-content: center;
	align-items:flex-start;
}

.slider .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 15px);
	left:-15px;
	z-index: 1;
	border: none;
}
.slider .slick-next{
	left: auto;
	right:-15px;
}
.slider .slick-arrow:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: calc(50% - 7px);

}
.slider .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
.slider .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 12px);
}

.slider .pointer{
	display: table;
	margin: 20px auto 0;
}
.slider .pointer li{
	display: table-cell;
	padding: 0 5px;
}
.slider .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: #ccc;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
.slider .pointer .slick-active button{
	background-color: #3f3a39;
}
/*-------------------*/
.wrap{
  position: relative;
  width:100%;
  max-width: 1500px;
  margin:0 auto;
  padding:0 50px;
}
.sen{
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
}
.subt{
  position: relative;
  width:100%;
  margin-bottom: 70px;
}
.subt::before{
  position: absolute;
  content:"";
  left:-100px;
  top:0px;
  width:126px;
  height:157px;
  background-size: 100% auto;
}
.subt .sen{
  font-size: 26px;
  font-weight: bold;
}
.subt h2{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
@media screen and (max-width: 860px){
  .wrap{
    padding:0 25px;
  }
  .subt h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 680px){
  .wrap{
    padding:0 15px;
  }
  .subt h2{
    font-size: 26px;
  }
}
@media screen and (max-width: 480px){
  .subt{
    margin-bottom: 40px;
  }
  .subt .sen{
    font-size: 18px;
  }
  .subt h2{
    font-size: 22px;
  }
  .subt::before{
    position: absolute;
    content:"";
    left:-70px;
    top:0px;
    width:80px;
    height:100px;
    background-size: 100% auto;
  }
}
/*-------s1------------*/
#s1{
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 80px;
}
#s1 .inner{
  width:100%;
  overflow: hidden;
}
#s1 .bn_btn{
  position: absolute;
  z-index:5;
  top:-380px;
  right:3vw;
  width: clamp(350px, 23.38vw, 374px);
  transition: 0.3s ease-out;
  transform: scale(1);
}
#s1 .bn_btn:hover{
  transform: scale(1.1);
}
#s1 .bn_btn img{
  display:block;
  width:100%;
  max-width:600px;
  height:auto;
}
#s1 .bel{
  position: relative;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 90px;
}
#s1 .bel .loop_img {
    position: absolute;
    width: 6814px;
    height: 120px;
    top: 0;
    left: 0;
    background: url(/kids-soccer/images/st_bg.png) repeat-x left center / 50% 100%;
    -webkit-animation: loop_animation 40s linear infinite;
    animation: loop_animation 40s linear infinite;
    z-index:0;
}
@-webkit-keyframes loop_animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes loop_animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}
#s1 .bel p{
  position: relative;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  z-index:1;
  padding:0 15px;
}

#s1 .s1_section{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: space-between;
  margin-bottom: 220px;
}
#s1 .s1_section .txt{
  width:42%;
}
#s1 .s1_section .i{
  position: relative;
  width:50%;
  padding-top: 0px;
}

#s1 .sen{
  color:#9acb45;
}
#s1 .subt::before{
  background: url(/kids-soccer/images/h_s1.svg) 50% 0 no-repeat;
}
#s1 .s1_section .txt p.p{
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.1rem;
  line-height: 2.0;
}
#s1 .s1_section .txt p.p:last-of-type{
  margin-bottom: 0px;
}
#s1 .s1_section .txt p.p span{
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fbd245 50%);
}
#s1 .s1_section .i .img{
  position: relative;
  border-radius: 24px;
  border: 10px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index:2;
}
#s1 .s1_section .i .img img{
  display:block;
  width:100%;
  max-width:1600px;
  height:auto;
  border-radius: 18px;
}
#s1 .s1_section .i .shape-wrap {
  position: absolute;
  top:100px;
  left:100px;
  border-radius: 24px;
  background-color: #f7f7f7;
  overflow: hidden;
  z-index:1;
}
#s1 .s1_section .i .shape-wrap .shape-1 {
    position: absolute;
    left: -216px;
    bottom: -896px;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background-color: #9acb45;
}

.s1_slide{
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.s1_slide article{
  width:800px;
  padding:0 25px;
}
.s1_newsticker{
  display:none;
  width:100%;
}
.s1_newsticker .t{
  position: relative;
  width:235px;
  padding:3px 3px 0 3px;
  border-radius: 3px 3px 0 0;
  background: #f1f1f1;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  z-index:4;
}
.s1_newsticker .t p{
  border-radius: 3px 3px 0 0;
  background: #f1f1f1;
  padding:6px 5px 6px 35px;
  position: relative;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  background: #0a015a;
}
.s1_newsticker .t p::before{
  position: absolute;
  content:"";
  top:50%;
  transform: translateY(-50%);
  left:15px;
  background: #fff;
  width:10px;
  height:10px;
  border-radius: 50px;
}
.s1_newsticker .l{
  position: relative;
  width:100%;
  padding:3px;
  border-radius: 0px 3px 3px 3px;
  background: #f1f1f1;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
  z-index:3;
}
.s1_newsticker .l a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
  padding:8px 0;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}
.s1_newsticker .l a .time{
  width:140px;
  color:#6d6c6c;
  padding-left: 15px;
  letter-spacing: 0.2rem
}
.s1_newsticker .l a .title{
  width:calc(100% - 140px);
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 10px;
}
.s1_newsticker .l a:hover{
  background:#f1f1f1;
}
@media screen and (max-width: 1350px){
  #s1 .bn_btn{
    top:-330px;
    right:3vw;
    width: clamp(280px, 25.93vw, 350px);
  }
}
@media screen and (max-width: 1050px){
  .s1_newsticker{
    display:block;
  }
  #s1 .bel{
    padding-top: 40px;
    height: 160px;
    overflow: inherit;
    margin-bottom: 90px;
  }
  #s1 .bel .loop_img {
      position: absolute;
      width: 6814px;
      height: 120px;
      top: 0px;
      left: 0;
      margin-top: 40px;
      background: url(/kids-soccer/images/st_bg.png) repeat-x left center / 50% 100%;
      -webkit-animation: loop_animation 40s linear infinite;
      animation: loop_animation 40s linear infinite;
      z-index:0;
  }
  #s1 .bn_btn{
    top:-250px;
    right:-1vw;
    width: clamp(280px, 25.93vw, 350px);
  }
  #s1 .s1_section{
    flex-wrap: wrap;
    margin-bottom: 220px;
  }
  #s1 .s1_section .txt{
    width:100%;
    margin-bottom: 50px;
  }
  #s1 .s1_section .i{
    width:100%;
  }
}
@media screen and (max-width: 860px){
  #s1 .bn_btn{
    top:-230px;
    right:-1vw;
    width: clamp(200px, 29.07vw, 250px);
  }
  #s1 .bel p{
    font-size: 22px;
  }
  .s1_slide article{
    width:600px;
    padding:0 25px;
  }
}
@media screen and (max-width: 680px){
  #s1 .bel{
    margin-bottom: 70px;
  }
  #s1 .bel p{
    font-size: 20px;
  }
  #s1 .bel p br{
    display:none;
  }
}
@media screen and (max-width: 480px){
  #s1 .bn_btn{
    top:-130px;
    right:-1vw;
    width: 140px;
  }
  #s1 .bel p{
    font-size: 16px;
  }
  .s1_newsticker .t{
    width:180px;
  }
  .s1_newsticker .t p{
    font-size: 16px;
  }
  .s1_newsticker .l a .time{
    width:120px;
    font-size: 14px;
  }
  .s1_newsticker .l a .title{
    width:calc(100% - 120px);
    font-size: 16px;
  }
  #s1 .s1_section{
    margin-bottom: 120px;
  }
  #s1 .s1_section .txt p.p{
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.8;
  }
  #s1 .s1_section .txt p.p:last-of-type{
    margin-bottom: 0px;
  }
  #s1 .s1_section .i .shape-wrap {
    top:50px;
    left:50px;
  }
  #s1 .s1_section .i .shape-wrap .shape-1 {
      position: absolute;
      left: -216px;
      bottom: -996px;
      width: 1200px;
      height: 1200px;
      border-radius: 50%;
      background-color: #9acb45;
  }
  .s1_slide article{
    width:300px;
    padding:0 15px;
  }
}
/*-------s2------------*/
#s2{
  position: relative;
  background: url(/kids-soccer/images/s2_bg.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}
#s2 .inner{
  position: relative;
  background: url(/kids-soccer/images/s2_bg2.png) 50% 0 repeat-y;
  background-size:100% auto;
  padding: 0px 0 200px;
}
#s2 .s2_wave {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 33.8vw;
  z-index: 2;
}
#s2 .wrap{
  position: relative;
  z-index:3;
  padding-top: 230px;
}
#s2 .sen{
  color:#e7477c;
}
#s2 .subt::before{
  background: url(/kids-soccer/images/h_s2.svg) 50% 0 no-repeat;
}
#s2 .newsitem{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
}
#s2 .newsitem article{
  width:33.33333%;
  border:1px solid #dddddd;
  background: #fff;
  margin:-1px 0 0 -1px;
  padding:20px;
}
#s2 .newsitem article .img{
  width:100%;
}
#s2 .newsitem article .img a{
	width: 100%;
  height: auto;
  aspect-ratio: 430 / 223;
  display: block;
}
#s2 .newsitem article .img a span{
	width: 100%;
	height: 100%;
	overflow: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
  display: block;
  border: 1px solid #ece8e8;
}
#s2 .newsitem article .img a span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
	transform: scale(1);
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
	transition: 0.5s ease-out;
}
#s2 .newsitem article .img a:hover span img{
	transform: scale(1.07);
}
#s2 .newsitem article .data{
  padding-top: 20px;
  padding-bottom: 20px;
}
#s2 .newsitem article .data .time{
  text-align: right;
  margin-bottom: 15px;
  font-size: 20px;
  color:#929191;
}
#s2 .newsitem article .data h3 a{
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
#s2 .newsitem article .data h3 a:hover{
  color:#e7477c;
}
@media screen and (max-width: 980px){
  #s2 .newsitem article{
    width:50%;
  }
  #s2 .newsitem article .data h3 a{
    font-size: 20px;
  }
}
@media screen and (max-width: 860px){
  #s2 .wrap{
    padding-top: 90px;
  }
}
@media screen and (max-width: 680px){
  #s2 .newsitem article{
    width:100%;
    margin:-1px 0 0 0px;
  }
}
@media screen and (max-width: 480px){
  #s2 .wrap{
    padding-top: 40px;
  }
  #s2 .inner{
    padding: 0px 0 100px;
  }
  #s2 .newsitem article .data .time{
    font-size: 14px;
  }
  #s2 .newsitem article .data h3 a{
    font-size: 18px;
  }
}
/*-------------------*/
