/* HP Ver2 「discography」 のスタイルシート */

@charset "UTF-8";

html,

body {
}


#title2_text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

#title2_text a{
  font-size: 50px;
  font-weight: bold;
}



#message_box{
  display: block;
  position: relative;
  width: 97%;
  max-width: 1397px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}


#message_box p{
  font-size: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}


#member_box {
  clear:both;
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 70%;
  max-width: 1008px;
  margin: 0 auto;
  padding: 0;
  padding-top: 25px;
  position: relative;
  z-index: 50;
}

#member_photo {
  max-width: 50%;
  margin: 0 auto;
}

#member_text {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align:left;
  padding-left: 3%;
}



#member_text_l {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align:right;
  padding-right: 3%;
}

#member_text_r {
  display: none;
}

.member_text_style {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

#yoshiki_moji_logo {
  display: block;
  position: relative;
  left:-16px;
}


#yoshiki_moji_logo img {
  width: 348px;
}

.end_space {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

  height: 100px;
}





/*  border: 1px solid yellow;  */



















 
@media only screen and (max-width: 940px) {

  #message_box{
    width: 90%;
  }
  #message_box p{
    font-size: 25px;
  }

  #member_box {
    width: 90%;
  }

  .member_text_style {
    font-size: 16px;
  }

  #yoshiki_moji_logo img {
    width: 280px;
  }



}




/* （モバイル用） */

@media only screen and (max-width: 768px) {


  #title2_text {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  #title2_text a{
    font-size: 40px;
   }


  #message_box{
    width: 80%;
  }

  #message_box p{
    font-size: 20px;
  }


  #member_box {
    display: block;
     width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }

  #member_box img{
    width: 100%;
  }

  #member_photo {
    max-width: 80%;
    margin: 0 auto;
  }


  #member_text {
    width: 100%;
    padding-left: 0;
    text-align:center
  }

  #member_text_l {
    display: none;
  }

  #member_text_r {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align:center;
  }

  .member_text_style {
    font-size: 15px;
    margin-top: 10px;
  }

  #yoshiki_moji_logo {
    left:-5px;
  }


  #yoshiki_moji_logo img {
    width: 258px;
  }


}
