.concert-wrap {
  padding-left: 15px;
  padding-right: 15px;
  color: #333333;
}

.concert-inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.concert-mv {
  width: 100%;
  margin-bottom: min(6.25vw, 48px);
}
.concert-mv > img {
  display: block;
  max-width: 100%;
}

.concert-lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .concert-lead {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 550px) {
  .concert-lead {
    text-align: left;
  }
  .concert-lead .narrow-none {
    display: none;
  }
}

.notice-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.concert-lead-notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.concert-end_recruiting-notice {
  color: red;
  border: solid 1px red;
  padding: 10px;
  font-size: 15px;
  margin-top: 15px;
}

.concert-profile {
  margin-top: min(23.4375vw, 180px);
}

.profile-h {
  display: flex;
  align-items: flex-start;
  margin-bottom: min(7.8125vw, 60px);
  font-size: max(min(4.6875vw, 36px), 20px);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.profile-h::before, .profile-h::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #333333;
  box-shadow: 0 max(min(4.6875vw, 36px), 20px) 0 #333333, 0 max(min(3.515625vw, 27px), 15px) 0 #333333, 0 max(min(2.34375vw, 18px), 10px) 0 #333333, 0 max(min(1.171875vw, 9px), 5px) 0 #333333;
}
.profile-h::before {
  margin-right: min(3.125vw, 24px);
}
.profile-h::after {
  margin-left: calc(min(3.125vw, 24px) - 0.05em);
}

.profile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .profile-list {
    flex-direction: column;
    gap: min(5.2083333333vw, 40px);
  }
}

.profile-item {
  width: calc(50% - 20px);
  padding: min(4.3636363636vw, 24px);
  background-color: #fffeeb;
  border-radius: min(3.125vw, 24px);
}
@media screen and (max-width: 768px) {
  .profile-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.profile-top-box {
  display: flex;
  align-items: center;
  gap: min(3.6363636364vw, 20px);
  margin-bottom: min(3.6363636364vw, 20px);
}

.profile-photo {
  width: 51.8%;
}
.profile-photo > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .profile-photo {
    width: min(36.3636363636vw, 200px);
  }
}

.profile-name-box {
  flex: 1;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .profile-name-box {
    width: min(38.1818181818vw, 210px);
  }
}

.profile-part {
  display: flex;
  align-items: center;
  font-size: min(3.6363636364vw, 20px);
  font-weight: bold;
  line-height: 1.2;
  min-height: 2.4em;
  margin-bottom: 1em;
}

.profile-name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: max(min(5.0909090909vw, 28px), 20px);
  text-align: center;
  margin-bottom: 0.5em;
}

.profile-title {
  font-size: max(min(3.2727272727vw, 18px), 12px);
  text-align: center;
}

.profile-bottom-box {
  line-height: 1.8;
  font-size: max(min(2.9090909091vw, 16px), 14px);
}

.profile-favorite-list {
  padding: 0;
  margin: 0;
  margin-top: 0.25em;
}

.profile-favorite-record {
  display: flex;
}
.profile-favorite-record > dt {
  font-weight: bold;
  white-space: nowrap;
}
.outline-wrap {
  margin-top: min(15.625vw, 120px);
  background-color: #faf4b9;
  padding-top: min(10.4166666667vw, 80px);
  padding-bottom: min(10.4166666667vw, 80px);
  padding-left: 15px;
  padding-right: 15px;
  color: #333333;
}
.outline-wrap.first {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.outline-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: max(min(2.9090909091vw, 16px), 14px);
  line-height: 1.8;
  padding-left: 0;
}
.outline-inner > * {
  padding-left: 1em;
}
@media screen and (max-width: 550px) {
  .outline-inner > * {
    padding-left: 0;
  }
}
.outline-inner strong {
  font-weight: bold;
}
.outline-inner .mt {
  margin-top: 0.5em;
}

.outline-h {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #333333;
  margin-bottom: 1.4em;
  letter-spacing: 0.1em;
  padding-left: 0;
}

.outline-subh {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 0.33em;
  padding-left: 0;
  letter-spacing: 0.05em;
}

.map-link {
  background: #464646;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8em;
}
.map-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.txtlink {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.txtlink:hover {
  opacity: 0.8;
}

ul.l-indent {
  list-style-type: none;
  margin: 0;
}
ul.l-indent > li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.l-sml > li {
  font-size: 0.875em;
}

.apply-btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 4em;
  margin: 4em auto;
  border: 1px solid #00a63c;
  border-radius: 1em;
  font-size: 1.125em;
  text-align: center;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #00a63c;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}
.apply-btn:hover {
  background-color: #fff;
  color: #00a63c;
  text-decoration: none;
}

.hagaki-atesaki {
  display: flex;
  gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
}
.hagaki-atesaki > p:first-child {
  white-space: nowrap;
}

.hagaki-images {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: min(5.2083333333vw, 40px) auto;
  gap: min(5.2083333333vw, 40px);
}
.hagaki-images > figure {
  width: calc(50% - min(2.6041666667vw, 20px));
}
.hagaki-images > figure > figcaption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25em;
}
.hagaki-images > figure > img {
  display: block;
  max-width: 100%;
}

.inquiry-block {
  margin-top: min(15.625vw, 120px);
  background-color: #fff;
  border: 1px solid #004ea2;
  padding: min(3.90625vw, 30px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inquiry-block__h {
  font-size: max(min(3.6458333333vw, 28px), 16px);
  font-weight: bold;
  text-align: center;
}

.inquiry-block__tel {
  font-size: max(min(6.25vw, 48px), 28px);
  line-height: 1;
  font-weight: bold;
  color: #004ea2;
  text-align: center;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.inquiry-block__tel > small {
  font-size: 0.5em;
}

.inquiry-block__text {
  line-height: 1.6;
  margin-top: 1em;
}/*# sourceMappingURL=wanwanshow.css.map */