@charset "utf-8";
body{
  font-family: sans-serif;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.artist-img{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.artist-img img{
  max-width: 1200px;
  width: 50%;
}

.your-class img{
  width: 80%;
  margin:0 10px; 
}

.your-class{
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.your-class img{
  width: 80%;
  margin: 5% auto;
  justify-content: center;
}

.main{
  margin: auto;
  max-width: 1000px;
  width: 90%;
  
}

.header{
  width: 100%;
  height: 13%;
  background-color: black;
  display: flex;
  color: white;
}

.logo{
  width: 20%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
}

.logo img{
  width: 100%;
  
}

.header_contents{
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
}

.header_contents img{
  margin: 0 auto;
}

h1{
  width: 100%;
}

h1 img{
  margin:auto;
  width: 5vw;
}

.header img{
  width: 20%;
  flex-direction: row;
  justify-content: flex-start;
  
}

.header ul{
  display: flex;
  list-style: none;
}

.header li{
 padding-right: 5%;
  justify-content: flex-end;
}

h2{
margin-top: 10%;
  font-size: 34px;
  padding: 0rem 1rem;
  border-left: 10px solid #000;
}

.member{
  margin:auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
   justify-content: space-between;
}

.member-tile{
  padding:3%;
  width: 25%;
  border: 3px solid #000;
  border-radius: 1%;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 3%;
  
}
.member-tile2{
  padding:3%;
  width: 25%;
  border-radius: 1%;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 3%;
  
}

.artist-photo img{
  width: 60%;
  margin: auto;
  border-radius: 70%;
}



.color-sasagawa img{
  margin: auto;
  width: 30%;
  margin: auto;
  border-radius: 50%;
  background-color: #ed1c24;
}

.color-tokuami img{
  margin: auto;
  width: 30%;
  margin: auto;
  border-radius: 50%;
  background-color: #FFEE1F;
}

.color-tomono img{
  margin: auto;
  width: 30%;
  margin: auto;
  border-radius: 50%;
  background-color: #ff69b4;
}

.color-miyashita img{
  margin: auto;
  width: 30%;
  margin: auto;
  border-radius: 50%;
  background-color: #00B16B;
}

.color-sakiyama img{
  margin: auto;
  width: 30%;
  margin: auto;
  border-radius: 50%;
  background-color: #414fa3;
}

.color-suzumiya img{
  margin: auto;
  width: 30%;
  margin: auto;
  border-radius: 50%;
  background-color: #F58220;
}

.color-naruse img{
  margin: auto;
  width: 30%;
  margin: auto;
  border-radius: 50%;
  background-color: #705DA8;
}



.sns img{
  width:20%;
}

.official-SNS,.member{
  margin: auto;
  width: 70%;
  display: flex;
}

.official-SNS a{
  margin: auto;
  width: 10%;
  display: flex;
}

.official-SNS img{
  width: 100%;
}


.footer{
  margin: 0 auto;
  margin-top: 10%;
  width: 100%;
  height: 8%;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 650px){
  .header{
  width: 100%;
  height: 8%;
  background-color: black;
    text-align: center;
  }
  .logo{
  width: 40%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  }
  
  h2{
  margin-top: 15%;
  font-size: 24px;
  border-left: 5px solid #000;
  }
  
  
  .artist-img img{
  width: 95%;
  }
  
  .member{
  margin:auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  }

  .member-tile{
    margin: 10 auto;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .official-SNS a{
    margin: auto;
    width: 20%;
    display: flex;
  }
  
  .footer{
  margin: 0 auto;
  margin-top: 15%;
  width: 100%;
  height: 10%;
  font-size: 10px;
}

}