@charset "utf-8";
/****ブレイクポイントは880pxにする****/

/***************************
ヘッダ=header
  →common.css に記述
***************************/


/***************************
トップ=top
***************************/
/*
.top {
  height: 400px;
  margin: auto;
  padding-top: 150px;
  margin-bottom: 30px;
  background-image: url(../img/index/index-top.jpg);
  background-size: cover;
}

.top-text {
  color: #fff;
  margin-right: 8%;
  margin-left: 50%;
}
*/
/********************************
メニュー紹介導入=introduction
*********************************/

.introduction {
  width: 65%;
  margin: 60px auto;

}

/***************************
各メンバー詳細=member-profile
***************************/


.member-container {
  display: flex;
  width: 90%;
  margin-left: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 40px;
}


.membertop-img img {
  width: 250px;
  margin-top: 30px;
  margin-left: 20px;
}

.member-img img {
  width: 150px;
  margin-left: 40px;
  /*
  height:200px;
  */
  border-radius: 177px 156px 183px 200px / 181px 183px 177px 162px;
}

.membertop-text {
  width: 55%;
  margin-left: 30px;
  text-align: left;
}

.member-text {
  margin-top: 10px;
  margin-left: 80px;
  text-align: left;
}

.member-text h2 {
  margin-bottom: 10px;
}

.member-text ul {
  margin-left: 20px;
}

.name {
  font-weight: bold;
  font-size: 18px;
}

.space-musician-vocal {
  height: 100px;
}

.space-musician {
  height: 55px;
}

.member-table {
  display: none;
}

.info-memo{
  display:none;
}

.memo_pc{
  width:80%;
  margin-left: 10%;
}

/***************************
ボーカル陣レパートリー=details
***************************/
details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: .5em .5em 0;
  width: 80%;
  margin-left: 60px;
}

summary {
  font-size: 1.3vw;
  font-weight: bold;
  margin: -.5em -.5em 0;
  padding: .5em;
  cursor: pointer;
}


details[open] {
  padding: .5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: .5em;
}

.title {
  text-align: center;
}


.songs {
  font-size: 1.7vw;
  text-align: left;
  padding-left: 10%;
  line-height: 1;
}

.sp_none{
  display: inline-block;
}

.br_sp{
  display: none;
}

/*********************************************
PC用CSSここまで、以下はスマホ用CSS
*********************************************/

/*スマホ・タブレット用*/
@media screen and (max-width: 820px) {
  /* 820px以下に適用されるCSS（スマホ用） */


  /***************************
スマホ用トップ=top
***************************/

  .top {
    width: 100%;
    height: 250px;
  }

  .top-text {
    display: none;
  }



  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }


  .sp_none {
    display: none;
  }

  .sp_block {
    display: block;
  }

.memo_pc{
  display: none;
}

  .member-container{
    width:100%;
    margin: auto;
    padding-top: 40px;
    display:inline-block;
  }

  .membertop-text{
    text-align: center;
  }


  .member-img{
    width:50%;
    margin: auto;
  }


  .member-table {
    display: block;
    text-align: center;
    margin: auto;
  }

  .member-table {
    display: inline-block;
    margin: auto;
  }

  .profile {
    display: none;
  }


  .member-table tr {
    padding: 10px;
  }

  .member-table td {
    height: 30px;
    vertical-align: top;
    padding: 5px;
    line-height: 1.5;
    border-bottom: 1px solid rgb(161, 161, 161);
  }

  .list-table {
    font-size: 3.5vw;
    width: 40%;
    text-align: left;
    ;
  }


  .info-table {
    font-size: 3.5vw;
    text-align: left;
  }



  .member-container {
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  .member-container img {
    border-radius: 99%;
  }


  .membertop-img img {
    border-radius: 10%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .membertop-text {
    width: 80%;
    margin: auto;
  }

  .membertop-text p {
    font-size: 3.5vw;
    text-align: left;
  }

  .member-img img {
    margin: 0;
    width:70%;
  }

  .member-text {
    width: 85%;
    display: inline;
    text-align: center;
  }

  .space-musician-vocal{
    height:200px;
}


  .name,
  .part {
    text-align: center;
  }

  .name{
    font-size: 4.5vw;
  }

  .part{
    font-size: 5vw; 
  }

  .name h2 {
    display: inline;
    text-align: center;
  }

  .part {
    font-size: 13px;
    text-decoration: underline;
  }

  details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }

  .songs {
    font-size: 8.5vw;
    font-weight: bold;
    padding-left: 8%;
    line-height: 1.12;
  }

  .artist {
    font-size: 3.5vw;
    font-weight: normal;
  }

  .space-musician-vocal {
    height: 100px;
  }

  .space-musician {
    height: 5px;
  }

  .info-memo {
    display:block;
    font-size: 3.5vw;
    border-bottom: 0px solid #000;
    margin: auto;
    text-align: left;
    width: 80%;
  }

  .memo {
    width: 65%;
    display: inline-block;
    text-align: left;

  }

  .contents {
    font-weight: bold;
  }


  .songs {
    font-size: 3.3vw;
  }

  .naomi{
    display: none;
  }

  .artist {
    font-size: 3vw;
  }

  summary {
    font-size: 3.3vw;
  }


}

/*スマホ用CSSここまで*/