@charset "UTF-8";
.lower-page .headline__main {
  font-size: 3.2rem;
  line-height: 1.1;
}

@media screen and (max-width: 960px) {
  .lower-page .headline__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .lower-page .headline__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 960px) {
  .lower-page .headline__main::before, .lower-page .headline__main::after {
    width: 10px;
    height: 40px;
  }
}

.lower-page .headline__main small {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .lower-page .headline__main small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .lower-page .headline__main small {
    font-size: 1.4rem;
  }
}

.music-ttl {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px 24px;
  background: #f6f8f9;
  border-left: solid 3px #4fc759;
  border-radius: 2px;
  font-size: 2.8rem;
}

@media screen and (max-width: 960px) {
  .music-ttl {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .music-ttl {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .music-ttl {
    padding: 12px 20px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .music-ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 30px 1fr;
    padding: 8px 16px;
    border-width: 2px;
    font-size: 2rem;
  }
}

.music-ttl::before {
  counter-increment: music-num;
  content: "0" counter(music-num);
  color: #4fc759;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .music-ttl::before {
    font-size: 3.2rem;
  }
}

.message {
  overflow: hidden;
  margin-bottom: 104px;
}

@media screen and (max-width: 960px) {
  .message {
    margin-bottom: 78px;
  }
}

@media screen and (max-width: 640px) {
  .message {
    margin-bottom: 52px;
  }
}

.message .message-catch {
  position: relative;
  text-align: center;
  padding: 24px 0;
}

@media screen and (max-width: 640px) {
  .message .message-catch {
    padding: 24px;
  }
}

.message .message-catch::before {
  position: absolute;
  top: 0;
  left: calc( 50% - 360px);
  content: "";
  background: url("/wp-content/themes/bones/dist/img/music/music-ttl-bg01.svg") center/contain no-repeat;
  width: 55px;
  height: 66px;
}

@media screen and (max-width: 960px) {
  .message .message-catch::before {
    left: calc( 50% - 280px);
  }
}

@media screen and (max-width: 640px) {
  .message .message-catch::before {
    left: calc( 50% - 240px);
  }
}

@media screen and (max-width: 480px) {
  .message .message-catch::before {
    left: 0;
  }
}

.message .message-catch::after {
  position: absolute;
  right: calc( 50% - 360px);
  bottom: 0;
  content: "";
  background: url("/wp-content/themes/bones/dist/img/music/music-ttl-bg02.svg") center/contain no-repeat;
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 960px) {
  .message .message-catch::after {
    right: calc( 50% - 290px);
  }
}

@media screen and (max-width: 640px) {
  .message .message-catch::after {
    right: calc( 50% - 255px);
  }
}

@media screen and (max-width: 480px) {
  .message .message-catch::after {
    right: 0;
    width: 56px;
    height: 56px;
  }
}

.message .message-catch__ttl {
  margin-bottom: 24px;
  font-family: "ヒラギノ明朝 ProN";
  font-size: 4rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .message .message-catch__ttl {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .message .message-catch__ttl {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .message .message-catch__ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .message .message-catch__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .message .message-catch__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .message .message-catch__txt {
    font-size: 1.4rem;
  }
}

.effect {
  counter-reset: music-num;
}

@media screen and (max-width: 480px) {
  .effect .headline__main {
    font-size: 2rem;
  }
}

.effect .therapist {
  padding-top: 48px;
  border-top: dashed 1px #d7dddd;
}

@media screen and (max-width: 960px) {
  .effect .therapist {
    padding-top: calc( 48px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .effect .therapist {
    padding-top: calc( 48px * 0.5);
  }
}

.condition .condition-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  background: #f6f8f9;
  border: solid 5px #f6f8f9;
}

@media screen and (max-width: 640px) {
  .condition .condition-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .condition .condition-list {
    grid-template-columns: 1fr;
  }
}

.condition .condition-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 18px 8px;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .condition .condition-list__item {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .condition .condition-list__item {
    padding: 8px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.condition .condition-list__item small {
  font-size: 1.6rem;
}

/*# sourceMappingURL=../../maps/pages/music.css.map */
