@charset "utf-8";

.loaded.low .main {
  margin-top: 100px;
}
.floatingBnr {
  display: none;
}


@media (max-width: 768px) {
  .loaded.low .main {
    margin-top: 70px;
  }
}

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

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

}


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

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

.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;
}
.descList {
}
.descList li {
  position: relative;
  padding-left: 14px;
}
.descList li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -2px;
}

.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: 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) {
  .outlineSec {
    padding-bottom: 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;
  }
}



