@charset "utf-8"; /* default PC */
.bg-photo {
  background: url(../image/contents/band/bg_photo.jpg) no-repeat center / cover;
  padding: 60px 0;
}

.bg-photo .bg-box {
  background-color: rgba(255, 255, 255, .87);
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px;
}

.voice-box .bg-gray {
  background: url(../image/contents/bg_beige.jpg);
  border-radius: 12px;
  padding: 50px;
}

#band .band-overview .main-ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 50px;
}

#band .band-overview .main-ttl:last-child {
  margin-bottom: 0;
}

#contents .contact-area {
  text-align: center;
}

#contents a.tel-link {
  color: #3C76B8;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 220%;
  line-height: 1.0em;
  padding-left: 40px;
  position: relative;
}

#contents a.tel-link::before {
  background-image: url(../image/contents/ico_tel.svg);
  bottom: 0;
  content: "";
  display: block;
  height: 27px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 10px;
  width: 27px;
}

#contents .contact-area .txt-2box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#contents .contact-area .txt-2box.end .link-btn {
  font-size: 22px;
  max-width: 700px;
  padding: 41px;
  position: relative;
  width: 100%;
}

#contents .contact-area .txt-2box.end .link-btn:before {
  background-image: url(../image/base/ico_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}

#contents .contact-area .txt-2box.bg-white {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
}

#contents .contact-area .txt-2box.bg-white .contact-ttl {
  margin-bottom: 0;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #band .band-overview .main-ttl {
    font-size: 18px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .contact-area .txt-2box {
    margin: 0 auto;
    max-width: 500px;
  }

  #contents .contact-area {
    gap: 20px;
  }

  .event-area .flex {
    gap: 30px;
  }

  #band .band-overview .main-ttl {
    text-align: left;
  }

  #band .band-overview .main-ttl:first-child {
    margin-top: 20px;
  }

  #band .band-overview .main-ttl br {
    display: none;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .voice-box .bg-gray {
    padding: 40px 15px;
  }

  #contents .contact-area .txt-2box.end .link-btn:before {
    height: 32px;
    width: 32px;
    left: 30px;
  }

  #contents .contact-area .txt-2box.end .link-btn {
    font-size: 19px;
    padding: 30px;
  }

  #contents a.tel-link::before {
    height: 24px;
    width: 24px;
  }

  #contents a.tel-link {
    font-size: 200%;
    padding-left: 30px;
  }

  .bg-photo .bg-box {
    padding: 40px 15px;
  }

  #band .band-overview .main-ttl {
    font-size: 17px;
  }

  .bg-photo .bg-box .txt-center {
    text-align: left;
  }

  .bg-photo .bg-box .txt-center br {
    display: none;
  }
}
