@charset "utf-8";
/* ================================
共通部分 ここから */
.wrap {
  max-width: 980px;
  padding-top: 80px;
  padding-bottom: 100px;
}
h2 {
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0 0 25px 30px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 100px;
  }
h3 {
  font-size: 1.375rem;
  font-weight: bold;
}
h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #CF0000;
  line-height: 1.5;
}
.sp-only {
  display: none;
}
/* 共通部分 ここまで
================================ */

/* ================================
top ここから */
.top-img {
  max-width: 100%;
  
}
/* top ここまで
================================ */

/* ================================
profile ここから */
.profile-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 50px 0 50px;
  gap: 120px 8%;
}
.profile-name {
  font-weight: normal;
  margin-bottom: 10px;
}
.profile-img {
  margin-bottom: 25px;
  max-width: 240px;
  height: auto;
  overflow: hidden;
}
.profile-img img:hover {
  transform: scale(1.5);
  transition: 0.7s;
  background-color: #000000;
  opacity: 0.3;
}
.profile-img img {
  transition: 0.7s;
}
.profile-btn {
  display: none;
}
.profile-img {
  position: relative;
}
.hover-p {
  position: absolute;
  display: block;
  width: 80%;
  border: 1px solid #ffffff;
  background-color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 6px 15px 6px 15px;
  border-radius: 50px 50px;
  text-align: center;
  top:50%;
  left: 10%;
  opacity: 0;
  }
  .profile-img:hover .hover-p {
    opacity: 1;
  }
/* profile ここまで
================================ */

/* ================================
member ここから */
.member-box {
  display: flex;
  padding-left: 100px;
  gap: 9%;
  margin-bottom: 100px;
}
.member-img {
  max-width: 420px;
  height: auto;
}
.member-name {
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 100px;
}
.member-txt {
  margin-bottom: 30px;
}
.member-sns {
  display: flex;
  gap: 15px;
}
.member-sns li {
  width: 20px;
}
.arrow {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.prev,
.next {
  width: 50px;
  transition: .5s;
}
.prev:hover,
.next:hover {
  opacity: .5;
  transition: .5s;
}
/* member ここまで
================================ */

/* ================================
schedule ここから */
.schedule-ttl {
  margin-bottom: 50px;
}
.schedule-year {
  margin-left: 100px;
  margin-bottom: 25px;
}
.schedule-semi-ttl {
  margin-left: 130px;
  margin-bottom: 20px;
}
.schedule-txt1 {
  margin-left: 130px;
  display: flex;
  gap: 35px;
}
.schedule-txt2 {
  margin-left: 130px;
  margin-bottom: 25px;
}
.schedule-txt3 {
  margin-left: 130px;
  margin-bottom: 90px;
}
.schedule-btn {
  text-align: center;
}
.schedule-btn a {
  border: 1px solid #ffffff;
  padding: 6px 30px 6px 30px;
  transition-duration: .3s;
}
.schedule-btn a:hover {
  opacity: .7;
  transition-duration: .3s;
}
/* schedule ここまで
================================ */

/* ================================
discography ここから */
.disc-cont {
  margin-bottom: 100px;
  margin-left: 13.2%;
}
.disc-cont2 {
  margin-left: 13.2%;
}
.disc-ttl {
  color: #CF0000;
  margin-bottom: 25px;
  line-height: 1.5;
}
.disc-box {
  max-width: 600px;
}
.disc-img {
  max-width: 600px;
  height: auto;
}
.disc-flex {
  display: flex;
  max-width: 600px;
  justify-content: space-between;
}
.disc-txt-top {
  margin-top: 20px;
}
audio {
  width: 200px;
  height: 30px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.last-audio {
  margin-bottom: 0;
}
.disc-small {
  font-size: .75rem;
  margin-top: 5px;
}
/* discography ここまで
================================ */

/* ================================
live ここから */
.live-ttl {
  margin-bottom: 0;
}
.live-year {
  margin-top: 50px;
  margin-left: 100px;
  margin-bottom: 20px;
}
.live-semi-ttl {
  margin-left: 130px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.live-cont {
  width: 100%;
}
.tabele-under {
  margin-bottom: 25px;
}
.live-box td {
  line-height: 1.5;
  vertical-align: middle;
}
.live-in-1 {
  padding-left: 130px;
  width: 294px;
}
.live-in-2 {
  width: 294px;
}
/* live ここまで
================================ */

/* ================================
flyer ここから */
.flyer-box {
  display: flex;
  justify-content: center;
  gap: 12%;
}
.flyer-img1 {
  max-width: 300px;
}
.flyer-img2 {
  max-width: 600px;
  margin: 0 auto;
}
.flyer-bottom {
  margin-bottom: 100px;
}
/* flyer ここまで
================================ */

/* ================================
history ここから */
.history-ttl {
  margin-bottom: 0;
}
.history-year {
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 100px;
}
.history-txt {
  max-width: 720px;
  margin: 0 auto;
}
/* history ここまで
================================ */

/* ================================
contact ここから */
.contact-ttl {
  margin-bottom: 0;
}
.contact-box {
  margin-top: 50px;
  width: 80%;
  border-collapse: separate;
  padding-left: 100px;
}
.contact-box tr {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 50px;
}
.input-txt,
.input-txt2 {
  width: 100%;
}
.contact-box .ttl,
.contact-box .ttl2 {
  padding: 8px 0 8px 5px;
}
.fill {
  padding: 4px 0 8px 5px;
  background-color: #000000;
  border: 1px solid #ffffff;
  opacity: .5;
}
.submit-box {
  text-align: center;
}
.send-btn {
  border: 1px solid #ffffff;
  background-color: #000000;
  width: 180px;
  height: 40px;
  transition-duration: .3s;
}
.send-btn:hover {
  opacity: .7;
  transition-duration: .3s;
}
.contact-txt-box {
  text-align: center;
  padding-top: 30px;
}
.contact-txt {
  display: inline-block;
  text-align: left;
}
/* contact ここまで
================================ */

/* ================================
secret ここから */
.secret-box {
  padding-top: 100px;
  padding-bottom: 100px;
}
.secret-pas {
  display: block;
  margin: 0 auto 50px;
  border: 1px solid #ffffff;
  background-color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  width: 250px;
}
.secret-btn {
  border: 1px solid #ffffff;
  background-color: #000000;
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 40px;
  transition-duration: .3s;
}
.secret-btn:hover {
  opacity: .7;
  transition-duration: .3s;
}
/* secret ここまで
================================ */

/* ================================
check.php ここから */
.check-box {
  width: 80%;
  border-collapse: separate;
  padding-left: 100px;
  margin: 50px auto;
}
.check-box tr {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 30px;
}
#modoru {
  border: 1px solid #ffffff;
  width: 100px;
  height: 40px;
  display: block;
  margin: auto;
  transition-duration: .3s;
}
#modoru:hover {
  opacity: .7;
  transition-duration: .3s;
}
.sousin {
  border: 1px solid #ffffff;
  width: 100px;
  height: 40px;
  display: block;
  margin: auto;
  transition-duration: .3s;
  margin-top: 10px;
}
.sousin:hover {
  opacity: .7;
  transition-duration: .3s;
}
/* check.php ここまで
================================ */

/* ================================
thanks.php ここから */
.thanks-box {
  padding-left: 200px;
  margin-bottom: 30px;
}
.thanks-name {
  margin-bottom: 25px;
}
.thanks-my-name {
  margin-top: 25px;
}
#top-modoru {
  border: 1px solid #ffffff;
  width: 100px;
  height: 40px;
  display: block;
  margin: auto;
  transition-duration: .3s;
}
#top-modoru:hover {
  opacity: .7;
  transition-duration: .3s;
}

/* thanks.php ここまで
================================ */

/* ================================
タブレット ここから 940px*/
@media (max-width: 940px) {
  /* ---------------------
    共通部分 ここから*/
  .sp-only {
    display: block;
  }
  /* 共通部分 ここまで
  ---------------------  */

  /* ---------------------
  profile ここから*/
  .profile-box {
    padding: 0 30px 0 30px;
    gap: 100px 5%;
  }
  .profile-img {
    margin-bottom: 15px;
    max-width: 200px;
    height: auto;
  }
  .profile-btn {
    display: block;
  }
  .profile-btn a {
    display: block;
    background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 50px 50px;
    max-width: 180px;
    height: 36px;
    text-align: center;
    padding: 6px 0 6px 0;
    margin-top: 10px;
  }
  /* profile ここまで
  ---------------------  */

  /* ---------------------
  member ここから*/
  .member-box {
    padding-left: 70px;
    gap: 5%;
  }
  .member-img {
    max-width: 360px;
  }
  /* member ここまで
  ---------------------  */
  
  /* ---------------------
  schedule ここから*/
  .schedule-year {
    margin-left: 50px;
    margin-bottom: 25px;
  }
  .schedule-semi-ttl {
    margin-left: 80px;
  }
  .schedule-txt1 {
    margin-left: 80px;
  }
  .schedule-txt2 {
    margin-left: 80px;
  }
  .schedule-txt3 {
    margin-left: 80px;
  }
  /* schedule ここまで
  ---------------------  */

  /* ---------------------
  discography ここから */
  .disc-cont {
    margin-left: 8%;
  }
  .disc-cont2 {
    margin-left: 8%;
  }
  .disc-box {
    max-width: 500px;
  }
  .disc-img {
    max-width: 500px;
  }
  .disc-flex {
    max-width: 500px;
  }
  /* discography ここまで
  ---------------------  */

  /* ---------------------
  live ここから */
  .live-year {
    margin-left: 50px;
  }
  .live-semi-ttl {
    margin-left: 80px;
  }
  .live-in-1 {
    padding-left: 80px;
    width: 230px;
  }
  /* live ここまで
  ---------------------  */

  /* ---------------------
  flyer ここから */
  .flyer-box {
    margin-left: 8%;
    margin-right: 8%;
  }
  .flyer-img2 {
    margin-left: 18%;
    margin-right: 18%;
  }
  /* flyer ここまで
  ---------------------  */

  /* ---------------------
  histoty ここから */
  .history-year {
    margin-left: 50px;
  }
  .history-txt {
    margin-left: 80px;
    margin-right: 30px;
  }
  /* histoty ここまで
  ---------------------  */

  /* ---------------------
  contact ここから */
  .contact-box {
    margin-left: 0;
    width: 90%;
    padding-left: 50px;
  }
  .contact-box tr {
    grid-template-columns: 1fr 2fr;
  }
  /* contact ここまで
  ---------------------  */

  /* ---------------------
  check.php ここから */
  .check-box {
    padding-left: 50px;
  }
  /* check.php ここまで
  ---------------------  */

  /* ---------------------
  thanks.php ここから */
  .thanks-box {
    padding-left: 50px;
  }
  /* thanks.php ここまで
  ---------------------  */
}
/* タブレット ここまで
================================ */

/* ================================
スマホ ここから 655px*/
@media (max-width: 655px) {
  /* ---------------------
  共通部分 ここから*/
  .wrap {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  h2 {
    font-size: 1.5rem;
    padding: 0 0 13px 0;
    text-align: center;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: .875rem;
  }
  /* 共通部分 ここまで
  ---------------------  */

  /* ---------------------
  top ここから*/

  /* top ここまで
  ---------------------  */
  .top {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  /* ---------------------
  profile ここから*/
  .profile-box {
    grid-template-columns: 1fr 1fr;
    gap: 50px 8%;
    padding: 0 20px 0 20px;
  }
  .profile-name {
    margin-bottom: 8px;
  }
  .profile-img {
    margin-bottom: 10px;
    min-width: 150px;
    max-width: 480px;
    height: auto;
  }
  /* profile ここまで
  ---------------------  */

  /* ---------------------
  member ここから*/
  .member-box {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .member-img {
    margin: 0 auto;
    min-width: 240px;
    max-width: 650px;
    margin-left: 13%;
    margin-right: 13%;
  }
  .member-name {
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .member-txt-box {
    margin-left: 13%;
  }
  .member-sns {
    margin-bottom: 40px;
  }
  .arrow {
    gap: 35px;
  }
  .prev,
  .next {
    width: 40px;
  }
  /* member ここまで
  ---------------------  */

  /* ---------------------
  schedule ここから*/
  .schedule-ttl {
    margin-bottom: 40px;
  }
  .schedule-year {
    margin-left: 10px;
    margin-bottom: 25px;
  }
  .schedule-semi-ttl {
    margin-left: 25px;
  }
  .schedule-txt1 {
    margin-left: 25px;
    gap: 25px;
  }
  .schedule-txt2 {
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .schedule-txt3 {
    margin-left: 25px;
    margin-bottom: 50px;
  }
  .schedule-btn a {
    font-size: .875rem;
    padding: 10px 30px 10px 30px;
  }
  /* schedule ここまで
  ---------------------  */

  /* ---------------------
  discography ここから */
  .disc-cont {
    margin-bottom: 50px;
    margin-left: 7.6%;
    margin-right: 7.6%;
  }
  .disc-cont2 {
    margin-left: 7.6%;
    margin-right: 7.6%;
  }
  .disc-box {
    min-width: 150px;
  }
  .disc-img {
    min-width: 150px;
    height: auto;
  }
  .disc-flex {
    min-width: 150px;
  }
  .disc-txt-top {
    margin-top: 30px;
  }
  audio {
    width: 150px;
    height: 30px;
  }
  .disc-small {
    font-size: .625rem;
    margin-left: -100px;
  }
  /* discography ここまで
  ---------------------  */
  
  /* ---------------------
  live ここから */
  .live-year {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .live-semi-ttl {
    margin-left: 20px;
    margin-top: 20px;
  }
  .tabele-under {
    margin-bottom: 20px;
  }
  .live-box td {
    font-size: .875rem;
  }
  .live-in-1 {
    padding-left: 20px;
    width: 130px;
  }
  .live-in-2 {
    width: 240px;
  }
  .live-in-3 {
    padding-left: 132px;
  }
  .live-cont,
  .live-cont tr,
  .live-in-3 {
    display: block;
  }
  /* live ここまで
  ---------------------  */
  
  /* ---------------------
  flyer ここから */
  .flyer-img1 {
    min-width: 125px;
  }
  .flyer-img2 {
    min-width: 250px;
    margin-left: 62px;
    margin-right: 62px;
  }
  .flyer-bottom {
    margin-bottom: 40px;
  }
  .flyer-box {
    margin-left: 40px;
    margin-right: 40px;
  }
  /* flyer ここまで
  ---------------------  */

  /* ---------------------
  histoty ここから */
  .history-year {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .history-txt {
    min-width: 335px;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* histoty ここまで
  ---------------------  */

  /* ---------------------
  contact ここから */
  .contact-box {
    margin-top: 40px;
    padding-left: 40px;
    width: 90%;
    font-size: .875rem;
  }
  .contact-box tr {
    grid-template-columns: 1fr;
   }
  .contact-box tr {
    margin-bottom: 0;
  }
  .contact-box .ttl,
  .contact-box .ttl2 {
    width: 100%;
  }
  .contact-box .ttl,
  .contact-box .ttl2 {
    margin-bottom: 13px;
  }
  .contact-box .fill {
    margin-bottom: 30px;
  }
  .send-btn {
    width: 90px;
    height: 50px;
  }
  .contact-txt-box {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* contact ここまで
  ---------------------  */
  
  /* ---------------------
  archive ここから */
  #archive h2 {
    margin-bottom: 130px;
  }
  #archive {
    padding-bottom: 130px;
  }
  /* contact ここまで
  ---------------------  */

  /* ---------------------
  check.php ここから */
  .check-box {
    padding-left: 0;
    font-size: .875rem;
  }
  .check-box tr {
    grid-template-columns: 1fr;
   }
   #modoru {
    width: 90px;
    height: 50px;
  }
  .sousin {
    width: 90px;
    height: 50px;
  }
  .td {
    margin-bottom: 12px;
  }
  /* check.php ここまで
  ---------------------  */

  /* ---------------------
  thanks.php ここから */
  .thanks-box {
    font-size: .875rem;
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-modoru {
    height: 50px;
  }
  /* thanks.php ここまで
  ---------------------  */

}
/* スマホ ここまで
================================ */