#top-page {
  padding-bottom: 0 !important;
  overflow: hidden;
}

/*-----------------------
  loader
------------------------*/
.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 120px;
}
.logo_fadein p img {
  width: 100%;
  height: auto;
}

/*-----------------------
visual
------------------------*/
@media screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.visual img {
  width: 100%;
  height: auto;
}

/*-----------------------
top-bnr
------------------------*/
.top-bnr {
  padding: 100px 0;
}
@media (max-width: 600px) {
  .top-bnr {
    padding: 70px 0;
  }
}

.top-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	
}

.top-bnr-list li {
  text-align: center;
  letter-spacing: 0.05em;
}
.list_foot {
	background-image: url("../img/bannerr_football.png");

}
.list_baske {
	background-image: url("../img/bannerr_basketball.png");

}
.top-bnr-list li h4 {
  font-size: 2.3rem;
  font-weight: 700;
  color: yellow;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .top-bnr-list li h4 {
    font-size: 1.9rem;
  }
}
.top-bnr-list li h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .top-bnr-list li h5 {
    font-size: 1.7rem;
  }
}
.top-bnr-list li h6 {
  font-size: 1.7rem;
}
@media (max-width: 600px) {
  .top-bnr-list li h6 {
    font-size: 1.6rem;
  }
}
.top-bnr-list li h5 span, .top-bnr-list li h6 span {
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 600px) {
  .top-bnr-list li h5 span, .top-bnr-list li h6 span {
    font-size: 1.5rem;
  }
}
.top-bnr-list li p {
  margin-bottom: 0;
}
.top-bnr-list li a, .top-bnr-list li div {
  border: 5px solid #b9c6e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .top-bnr-list li a, .top-bnr-list li div {
    padding: 30px 16px;
  }
}
.top-bnr-list li a:hover {
  opacity: 1;
  border: 5px solid yellow;
}

.top-bnr-list-1col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.top-bnr-list-2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-bnr-list-2col li {
  width: 46%;
}
@media (max-width: 840px) {
  .top-bnr-list-2col li {
    width: 100%;
  }
  .top-bnr-list-2col li:first-child {
    margin-bottom: 30px;
  }
}

/*-----------------------
intro
------------------------*/
.intro {
  /*background-image: url(../img/top/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;*/
  position: relative;
  padding-bottom: 180px;
	background: #fff;
	color: #666;
}
@media (max-width: 840px) {
  .intro {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  .intro {
    padding-bottom: 140px;
  }
}

/*.intro::before {
  content: "";
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 100vw;
  border-color: transparent transparent #77c748 transparent;
}*/
@media (max-width: 600px) {
  .intro::before {
    border-width: 0 0 65px 100vw;
  }
}

.intro .inner {
  max-width: 590px;
}
.intro .inner h3 {
  margin-bottom: 40px;
}

/*-----------------------
blog
------------------------*/
.sec-blog {
  width: 100%;
}

.blog-bg {
  margin-top: -50px;
  padding: 100px 0 150px;
  -webkit-transform: skew(0, 2.5deg);
          transform: skew(0, 2.5deg);
  background-image: url(../img/top/blog_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}
@media (max-width: 840px) {
  .blog-bg {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  .blog-bg {
    padding: 70px 0 100px;
  }
}

.sec-blog .inner {
  -webkit-transform: skew(0, -2.5deg);
          transform: skew(0, -2.5deg);
}

/* blog list */
.blog-list {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-list li {
  position: relative;
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blog-list li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.blog-list li a:hover {
  opacity: 1;
}
.blog-list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.blogImg {
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .blogImg {
    margin-bottom: 10px;
  }
}
.blogImg img {
  width: 100%;
}

.blogTxt {
  padding: 0 12px;
}
@media (max-width: 600px) {
  .blogTxt {
    padding: 0 10px;
  }
}

.blog-title {
  line-height: 1.45;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .blog-title {
    font-size: 1.4rem;
  }
}

.blog-date {
  font-size: 1.2rem;
  color: #fff;
}

/*-----------------------
menu
------------------------*/
.sec-menu {
  padding: 0;
  margin-top: -50px;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-list li {
  width: 33.3333%;
  height: 360px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .menu-list li {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .menu-list li {
    height: 250px;
  }
}
.menu-list li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-list li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.menu-list li > a:hover {
  opacity: 1;
}

@media screen and (max-width: 840px) {
  .menu-list li.menu_2col {
    width: 50%;
  }
  .menu-list li.menu_1col {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .menu-list li.menu_2col {
    width: 100%;
  }
}
.menu-list li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-txt_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.menu-list li:nth-of-type(1):after {
  background-image: url(../img/top/school_bg.jpg);
}

.menu-list li:nth-of-type(2):after {
  background-image: url(../img/top/youth_bg_2.jpg);
}

.menu-list li:nth-of-type(3):after {
  background-image: url(../img/top/entry_bg_2.jpg);
}

.sec-menu .sec-title .en {
  font-size: 4.7rem;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
}
@media (max-width: 1024px) {
  .sec-menu .sec-title .en {
    font-size: 4.2rem;
  }
}
@media (max-width: 840px) {
  .sec-menu .sec-title .en {
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  .sec-menu .sec-title .en {
    font-size: 3.8rem;
    letter-spacing: 0.3rem;
  }
}

.menu-btn {
  width: 220px;
  height: 42px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  border-radius: 21px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
  .menu-btn {
    margin-top: 10px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
  }
}

.menu-btn-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  z-index: 1;
  font-size: 1.45rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-list li:hover .menu-btn {
  background: #fff;
}

.menu-list li:hover .menu-btn-txt {
  color: #1c4289;
}

/*-----------------------
sns
------------------------*/
.sec-sns .inner {
  max-width: 900px;
}

.sec-sns .sec-title .en {
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  text-indent: 0;
}
@media (max-width: 1024px) {
  .sec-sns .sec-title .en {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  .sec-sns .sec-title .en {
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
  }
}

.sns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items: center;

}

@media (max-width: 840px) {
  .sns-flex {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
	
	  .sns-flex .title-flex{
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .sns-flex {
    width: 100%;
  }
	.title-flex a
	{
		margin: 0 auto;
  }
}

.insta-wrap {
  width: 50%;
}
@media (max-width: 840px) {
  .insta-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}

.fb-wrap {
  width: 36%;
}
@media (max-width: 840px) {
  .fb-wrap {
    width: 100%;
    text-align: center;
  }
}
.fb-wrap .fb-container iframe {
  width: 100%;
}

/*-----------------------
banner
------------------------*/
.sec-bnr {
  background: #fff;
}

.sec-bnr .inner {
  max-width: 950px;
}

.bnr-list-center {
  max-width: 500px;
  margin: 0 auto 50px;
}
@media (max-width: 600px) {
  .bnr-list-center {
    margin-bottom: 30px;
  }
}
.bnr-list-center li {
  margin-bottom: 20px;
}
.bnr-list-center li:last-child {
  margin-bottom: 0;
}
.bnr-list-center li img {
  width: 100%;
}

.bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  text-align: center;
}
.bnr-list li {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .bnr-list li {
    width: calc(50% - 10px);
  }
}
.bnr-list li img {
  width: 100%;
}


/*-----------------------
info
------------------------*/
.info {
  /*background-image: url(../img/top/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;*/
  position: relative;
  padding-bottom: 180px;
	background: #fff;
	color: #707070;
}
.info ul.infolist li{
	display: flex;
	align-items:center;
	padding: 5px 0;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-bottom: solid 1px #707070;
}
.info ul.infolist li a{
	color: #00489d;
}
.info ul.infolist li a:hover{
	text-decoration: underline;
}

.info ul.infolist li h3.infoday {
font-weight: normal;font-size: 1.2em;
	margin-right: 50px;
	vertical-align: bottom;
}
.info ul.infolist li p {
	line-height: 1;font-size: 1.2em;
	vertical-align: bottom;
	margin-top: 10px;
}
@media (max-width: 840px) {
  .info {
  padding-bottom: 100px;  }
}
@media (max-width: 640px) {
  .intro {
    padding-bottom: 140px;
  }
.info ul.infolist li{
	display: block;
	}
}


@media (max-width: 600px) {
  .intro::before {
    border-width: 0 0 65px 100vw;
  }
}

.info .inner {
  max-width: 1200px;
}

/*-----------------------
concept__top
------------------------*/
.concept__top {
  background-image: url(../img/conceptback.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
 /* background-attachment: fixed;*/
  /*position: relative;*/
  padding-bottom: 180px;
	color: #fff;
}
.concept__top h2,.concept__top p{
	color: #05134A;
}
.concept__top p{
	font-size: 1.3em;
	color: #222;
}
.concept__top ul.concept-list__top{
	padding: 50px 5%;
	background: rgba(12,12,12,0.49)  
}
.concept__top ul.concept-list__top h3{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 30px;
}
.concept__top ul.concept-list__top li {
font-weight: normal;font-size: 1.3em;
margin-bottom: 20px;
	list-style: circle;
}

@media (max-width: 840px) {
  .concept__top {
   
  }
}
@media (max-width: 600px) {
  .concept__top {
    padding-bottom: 140px;
  }
.concept__top ul.concept-list__top{
	padding: 50px 5px;

}
	.concept__top ul.concept-list__top li {
		width: 80%;
		margin-left: 10%;
	}
}


@media (max-width: 600px) {
  .intro::before {
    border-width: 0 0 65px 100vw;
  }
}

.info .inner {
  max-width: 1200px;
}