@charset "utf-8";

#js_floatingBnr {
  display: none;
}

/* intro
---------------------------------------------- */
.intro {
  padding-top: clamp(70px, 2.71rem + 7.12vw, 180px);
  position: relative;
  z-index: 0;
}

.intro__title {
  display: block;
  font-size: clamp(2.125rem, -0.057rem + 10.91vw, 8.125rem);
  letter-spacing: 0.05em;
  text-align: center;
  color: #999999;
  line-height: 1.6;
  padding-bottom: 30px;
}

.intro__copy {
  text-align: center;
}
.intro__text {
  margin-top: 2.5em;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .intro__copy {
    margin-inline: -10%;
  }

  .intro__text {
    line-height: 2.375;
    text-align: left;
  }

}


/* voice
---------------------------------------------- */
.voice {
  padding-top: clamp(70px, 2.71rem + 7.12vw, 180px);
}

.voiceSec {
  background-color: #f5f3ef;
  padding-bottom: clamp(70px, 3.16rem + 5.18vw, 150px);
}

.voiceSec + .voiceSec {
  margin-top: -4vw;
}

.voiceNav {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1100px;
}
.voiceNavList__btn {
  display: block;
  font-size: clamp(16px, 0.62rem + 0.63vw, 22px); /* 961 - 1920 */
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #ccc;
  padding: 55px 1em;
  transition: .4s;
  text-align: center;
  position: relative;
  z-index: 0;
}
.voiceNavList__btn.is-active {
  color: #ff8733;
}
.voiceNavList__btn.is-active::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  height: 16px;
  background-color: #ffa566;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}

/* voiceContents */
.voiceContents {
  width: 95%;
  max-width: 1100px;
  background-color: #fff;
  border-top: 2px solid #ffa566;
  padding-block: 100px;
  position: relative;
  z-index: 0;
}


/* voiceBox
---------------------------------------------- */
.voiceBox {
  max-width: 880px;
}

.voiceBox + .voiceBox {
  margin-top: 100px;
  border-top: 1px dotted #999;
  padding-top: 100px;
}

.voiceBox .row {
  display: flex;
  flex-wrap: wrap;
}
.voiceBox .row + .row {
  border-top: 1px solid #666;
}

.voiceBox__head.row {
  align-items: center;
  justify-content: space-between;
}

.voiceBox__head--thumb {
  width: 28.40909%;
}

.voiceBox__head--cntxt {
  width: 64.77273%;
}

.voice__title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.voice__trouble {
  margin-top: 10px;
}

.voice__trouble--tags {
  display: flex;
  flex-wrap: wrap;
}

.voice__trouble--tags li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 10px 15px;
  color: #ff8733;
  background-color: #fff6e5;
  border-radius: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.voice__name--text {
  margin-top: 10px;
}

.voiceBox__body--q {
  font-size: clamp(16px, 0.62rem + 0.63vw, 22px); /* 961 - 1920 */
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 30px 0 10px;
}

.voiceBox__foot.row {
  margin-top: 50px;
  align-items: flex-start;
  justify-content: space-between;
}

.comment__body {
  width: 75%;
  background: #fff7f2;
  padding: 40px 50px;
}

.comment__body--title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-bottom: 10px;
}

.comment__foot.row {
  justify-content: center;
  width: 20.45455%;
}

.comment__foot--text {
  text-align: center;
  line-height: 1.8;
  padding-top: 10px;
  font-size: 20px;
}

.comment__foot--text small {
  display: block;
}

.textlink {
  color: #ff8733;
  position: relative;
  padding-right: 1em;
}
.textlink::after{
  content: '';
  position: absolute;
  bottom: 0.3em;
  right: 0.2em;
  width: 8px;
  height: 8px;
  background-color: #ff8733;
  -webkit-mask-image: url(../../img/common/icon_arrow-other-bold.svg);
  mask-image: url(../../img/common/icon_arrow-other-bold.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: .4s ease-in;
  z-index: 1;
}


/* salonBox */
.salonBox {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px calc(30 / 960 * 100%);
}
* + .salonBox {
  margin-top: 80px;
}
.salonBoxHead {
  flex: 1;
}
.salonBox__text {
  margin: 20px auto;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.2;
  text-align: center;
}
.salonBoxBtn {
  width: 290px;
}
.salonBox__btn {
  font-size: 16px;
  border: 1px solid #ff8733;
  background-color: #ff8733;
  color: #fff;
  padding: 15px;
  padding-right: 1.2em;
}
.salonBox__btn::before {
  background-color: #fff;
}
.salonBox__btn .text {
  position: relative;
  z-index: 0;
}
.salonBox__btn .text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -44%;
  transform: translateY(-50%);
  width: 11px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url(../../img/common/icon_arrow.svg);
  mask-image: url(../../img/common/icon_arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: .4s ease;
  z-index: 1;
}
.salonBox__btn:hover {
  color: #ff8733;
}
.salonBox__btn:hover .text::after {
  background-color: #ff8733;
}

@media (max-width: 768px) {
  .header {
    background-color: transparent;
  }

  .voiceSec {
    padding-bottom: 0;
  }
  .voiceSec + .voiceSec {
    margin-top: 0;
  }
  .voiceNav {
    padding-block: 10px;
  }
  .voiceNavList__btn {
    padding-block: 15px;
  }
  .voiceNavList__btn.is-active::before {
    content: none;
  }

  .voiceContents {
    width: 100%;
    padding-block: 50px 60px;
  }
    .voiceContents::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 15px;
    height: 12px;
    background-color: #ffa566;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 1;
  }

  .voiceBox + .voiceBox {
    margin-top: 50px;
    padding-top: 50px;
  }

  .voiceBox__head.row {
    align-items: flex-start;
  }

  .voiceBox__head--thumb {
    width: 32.8947vw;
  }

  .voiceBox__head--cntxt {
    width: 46.0526vw;
  }

  .voice__title {
    font-size: 16px;
  }

  .voice__trouble--title {
    font-size: 12px;
  }

  .voice__trouble--tags li {
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .voice__name--text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.8;
  }

  .voiceBox__body--q {
    padding: 20px 0 5px;
    /* font-size: 16px; */
  }

  .voiceBox__foot.row {
    margin-top: 25px;
    background: #fff7f2;
    padding: 20px 25px;
  }

  .comment__body {
    width: 100%;
    padding: 0;
  }

  .comment__foot.row {
    width: auto;
    align-items: center;
    gap: 20px;
    margin-top: 1em;
  }

  .comment__foot--thumb {
    width: 23.68421vw;
  }

  .comment__foot--text {
    text-align: initial;
    font-size: 16px;
    padding-top: 0;
  }

  /* salonBox */
  .salonBox {
    flex-direction: column;
    max-width: 400px;
  }
  * + .salonBox {
    margin-top: 40px;
  }
  .salonBoxHead {
    width: 100%;
    flex: revert;
  }
  .salonBox__text {
    font-size: 14px;
    text-align: initial;
  }
  .salonBox__btn .text::after {
    width: 10px;
    height: 9px;
  }
}



