/* リセットCSS */
body {
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,p {
  padding: 10px 0;
  margin: 0;
}

ul,li {
  padding: 0;
  margin: 0;
}

/* ヘッダー */
.header {
  border-bottom: 1px solid black;
  background-color: white;
}

.instagram{
  display: block;
  padding: 10px;
  margin: 0 0 0 auto;
  height: 50px;
  width: 50px;
}

.top-icon{
  height: 300px;
  width: 300px;
}

.heading {
  margin-left: 30px;
  text-align: center;
}

.title{
  font-family: 'Anton', sans-serif;
  font-size: 100px;
}

.top-menu{
  display: flex;
  justify-content: left;
  margin: 30px;
}

a{
  text-decoration:none;
}

/*スライドショーの画像*/
.slide {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 700px;
  opacity: 0;
  animation :slideshow 11s linear infinite;
}

.slide img:last-child{
  /*animation-delay: 5s; */
}

.slide img:nth-child(2){
  animation-delay: 6s;
}

/* first-viewクラスからbottom-contentクラスまでの要素の親要素 */
.contents {
  background-color: white;
  margin: 0px 150px;
}


.top-image {
  height: 500px;
  width: 100vw;
}

.topix{
  font-family: din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
  border-image-slice: 1;
  padding-bottom: 1px;
  display: inline;
  margin-bottom: 30px;
}

/* NEWS */
.news-content{
  margin-bottom: 50px;
  width: 1000px;
}


.news1-title{
  font-size: 30px;
}

.news1{
  background-color:rgb(80, 183, 247);;
  padding: 15px 15px;
}

/*NEWS tournament*/
.news2{
  padding: 15px 15px;
}

.tournament-text{
  font-size: 25px;
}

.tournament{
  text-align: center;
}

.tournament-image{
  height: 30%;
  width: 100%;
}

.gentinanacup1-link{
  margin-bottom: 100px;
  text-align: center;
}

/*NEWS selection*/
.news-title{
  width: auto;
  font-size: 40px;
}

.team-text{
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 18px;
  border: 3px double darkblue;
}

.selection-image{
  height: 1100px;
  width: 100%;
}

.news3{
  padding: 15px 15px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.news3-image{
  text-align: center;
}

.selectionU6-image{
  height: 1200px;
  width: 95%;
}

.news6{
  padding: 15px 15px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.news6-image{
  text-align: center;
  height: 80%;
  width: 80%;
}

/*formボタン*/
.form-link{
  text-align: center;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  font-size: 28px;
  padding: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

/* クラブ紹介 */
.concept-content{
  margin-bottom: 60px;
}

.concept-title{
  font-family:Arial, black;
  font-size: 24px;
}

/*スケジュール */

.schedule-content{
  margin-top: 60px;
}

.schedule-item{
  margin-top: 20px;
  margin-bottom: 60px;
}

.schedule{
  width: 70vw;
  height: 80vh;
  margin-top: 20px;
  margin-bottom: 60px;
}


/*スタッフ */
.staff-content{
  margin-bottom: 60px;
}

.staff-list{
  display: flex;
  justify-content: space-around;
}

.staff-image2{
  height: 300px;
  width: 220px;
}

.staff-image{
  margin-top: 20px;
}

.staff-position{
  font-size: 15px;
}

.staff-explanation{
  margin: 30px 45px 10px 45px;
  font-size: 29px;
  border-top: 3px solid green;
  border-bottom: 3px solid green;
  padding-left: 10px;
}

.staff-license{
  margin-top: 8px;
}

.staff_page{
  margin: 40px;
  text-align: center;
}

/*選手 */
.player-content{
  margin-bottom: 60px;
}

.player-list{
  display: flex;
  flex-wrap: wrap;
  margin-left: 70px;
}

.player-image2{
  height: 300px;
  width: 220px;
}

.player-image{
  margin-top: 20px;
}

.player-class{
  font-size: 15px;
}

.player{
  width: 25%;
  margin: 0px 50px;
  margin-right: 20px;
}


/* PLACE */
.place-content{
  margin-bottom: 60px;
}

.place-list{
margin-top: 20px;
}

.place-image{
  width: 500px;
  height: 350px;
}

.place1{
  margin-right: 10px;
}

/* 問い合わせ */
.contact-content{
  margin-bottom: 60px;
}

.contact_contact{
  color: #fff;
  background-color: green;
  font-size: 28px;
  padding: 10px;
}

/* フッター */
footer {
  height: 70px;
  background-color: #f0f0f0;
}

.footer{
  text-align: center;
}

