@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;
  }

}


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

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

.resultNav {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1100px;
}
.resultNavList__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;
}
.resultNavList__btn.is-active {
  color: #ff8733;
}
.resultNavList__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;
}

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


/* resultBox */
.resultBox {
  max-width: 880px;
}
.resultBox + .resultBox {
  margin-top: clamp(4rem, 0.089rem + 8.93vw, 5rem);
  border-top: 1px solid #999999;
  padding-top: clamp(4rem, 0.089rem + 8.93vw, 5rem);
}
.result__title {
  font-size: clamp(2.215rem, 0.833rem + 3.33vw, 3.125rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
  text-align: center;
}
.result__img {
  display: flex;
  justify-content: center;
  padding-block: 40px;
}

.awardpoints {}
  .awardpoints__title {
    font-size: clamp(1rem, 0.786rem + 1.07vw, 1.375rem);
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: 0.05em;
    padding-top: 30px;
  }
  .awardpoints__desc {
    letter-spacing: 0.05em;
    line-height: 2.5;
    font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1rem);
  }

.summaryBox {
  margin-top: clamp(1.875rem, 0.089rem + 8.93vw, 5rem);
  max-width: 880px;
  /* border: 1px solid #ff6900; */
  /* padding: 40px; */
}
  .summary__desc {
    text-align: center;
    font-size: clamp(0.875rem, 0.732rem + 0.71vw, 1.125rem);
    line-height: 2.22;
  }
  .summaryBoxBtn {
    width: 290px;
    max-width: 100%;
    margin: 20px auto;
  }


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

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

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

.outlineNav {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1100px;
}
.outlineNavList__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;
}
.outlineNavList__btn.is-active {
  color: #ff8733;
}
.outlineNavList__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;
}

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


/* outlineBox
---------------------------------------------- */
.outlineBox {
  max-width: 900px;
  border: 1px solid #666;
}
.outlineBox .row {
  display: flex;
  flex-wrap: wrap;
}
.outlineBox .row + .row {
  border-top: 1px solid #666;
}
.outlineBox__title {
  display: flex;
  flex: 2;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  /*font-size: clamp(16px, 0.96rem + 0.35vw, 22px);*/
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.05em;
  padding: 22px 30px;
}
.outlineBox__title.orange {
  background-color: #ffa566;
}
.outlineBox__title.orange02 {
  background-color: #ffcd79;
}
.outlineBox__title.yellow {
  background-color: #fff37b;
}

.outlineBox__desc {
  display: flex;
  flex: 7;
  flex-flow: column;
  letter-spacing: 0.05em;
  line-height: 2.5;
  padding: 22px 30px;
}
.outlineBox__desc > * + * {
  margin-top: 10px;
}
.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;
}
.descList {
}
.descList li {
  position: relative;
  padding-left: 14px;
}
.descList li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -2px;
}
.numList {
  padding-left: 20px;
}
.numList li {
  list-style: decimal;
}

.descNote {
}


/* salonBox */
.salonBox {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px calc(30 / 960 * 100%);
}
* + .salonBox {
  margin-top: 60px;
}
.salonBoxHead {
  flex: 1;
}
.salonBox__text {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.2;
  text-align: center;
}
.salonBoxBtn {
  width: 100%;
  text-align: center;
}
.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) {
  .resultContents {
    width: 100%;
    padding-block: 50px 60px;
  }
  .summaryBox {
    /* padding: 40px 6%; */
  }

  .outlineSec {
    padding-bottom: 0;
  }
  .outlineSec + .outlineSec {
    margin-top: 0;
  }
  .outlineNav {
    padding-block: 10px;
  }
  .outlineNavList__btn {
    padding-block: 15px;
  }
  .outlineNavList__btn.is-active::before {
    content: none;
  }

  .outlineContents {
    width: 100%;
    padding-block: 50px 60px;
  }
  .outlineContents::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;
  }
  .outlineBox .row {
      display: block;
      /*flex-wrap: wrap;*/
  }
.outlineBox .row + .row {
  border-top: 1px solid #666;
}
  .outlineBox__title {
    flex: 1;
    font-size: 14px; 
    line-height: 2.14;
    padding: 8px 20px;
  }
  .outlineBox__desc {
    flex: 1;
    font-size: 14px; 
    line-height: 2.14;
    padding: 15px 20px;
  }

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



