@charset "utf-8";

/* kv
---------------------------------------------- */
.kv__title .en {
  color: #e877ab;
}
.kv__title::before {
  background-image: url(../../img/aesthetic/img_kv_text-bg.svg);
}

/* intro
---------------------------------------------- */
.intro {
  padding-top: var(--margin50-150);
  position: relative;
  z-index: 1;
}

.intro__copy {
  text-align: center;
}

.anchor {
  max-width: 660px;
  margin-top: var(--margin50-150);
}

.anchorList {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px calc(67.5 / 1020 * 100%);
}

@media screen and (max-width: 768px) {
  .anchor {
    max-width: 400px;
  }

  .anchorList {
    grid-template-columns: 1fr;
  }
}

/* treatType
---------------------------------------------- */
.treatType {
  margin-top: -130px;
  padding-block: clamp(100px, 3.52rem + 11.65vw, 280px) var(--margin50-150);
}

.treatTypeBox__img {
  width: calc(930 / 1220 * 100%);
  max-width: 970px;
  margin-top: 60px;
  margin-inline: auto;
}

/* treatTypeBox01 */
.treatTypeBox01 .treatTypeBox__title {
  background-color: #f1adcd;
}
.treatTypeBox01 .treatTypeContents__title {
  background-color: #fdf1f7;
}
.treatTypeBox01 .treatTypePointWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px calc(60 / 1020 * 100%);
  margin-top: 80px;
}
.treatTypeBox01 .treatTypePoint__head::after {
  background-color: #e877ab;
}
.treatTypeBox01 .treatTypePoint__num {
  color: #fae4ee;
}
.treatTypeBox01 .treatTypePoint__copy {
  color: #ed92bc;
}

.treatTypeBox01 .flowSlider .swiper-slide {
  border-color: #f3bbd5;
}

.treatTypeBox01 .flowSlider__num {
  color: #f8d6e6;
}

.treatTypeBox01 .flowSlider__name {
  color: #ed92bc;
}

.treatTypeBox01 .flowSlider__text .title {
  color: #e877ab;
}

.treatTypeBox01 .swiper-button-next,
.treatTypeBox01 .swiper-button-prev {
  background-color: #ed92bc;
}

.treatTypeBox01 .swiper-pagination-bullet-active {
  background: #f1adcd;
}

.treatTypeBox01 .treatPriceItem__title {
  color: #e877ab;
}
.treatTypeBox01 .treatPriceItem__title::before {
  background-color: #e877ab;
}

.treatBnr {
  padding-bottom: 100px;
}

.treatBnr__copy {
  font-size: clamp(16px, 0.83rem + 0.35vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.875;
  padding: 1em;
  text-align: center;
}

/* treatTypeBox02 */
.treatTypeBox02 .treatTypeBox__title {
  background-color: #ce9ac8;
}
.treatTypeBox02 .treatTypeContents__title {
  background-color: #f7eef6;
}

.treatTypeBox02 .treatPriceItem__title {
  color: #be78b6;
}
.treatTypeBox02 .treatPriceItem__title::before {
  background-color: #be78b6;
}

.treatTypeBox02 .treatTypeContents__img {
  padding-inline: calc(35 / 1020 * 100%);
}

.treatTypeBox02 .treatPriceItem__contents {
  width: fit-content;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .treatType {
    margin-top: -50px;
  }

  .treatTypeBox01 .treatTypePointWrap {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .treatTypeBox02 .treatPriceItem + .treatPriceItem:not(.treatPrice__inner--column .treatPriceItem + .treatPriceItem) {
    margin-top: 10px;
    padding-top: 0;
  }
  .treatTypeBox02 .treatPriceItem + .treatPriceItem:not(.treatPrice__inner--column .treatPriceItem + .treatPriceItem)::before {
    content: none;
  }
  .treatTypeBox02 .treatPriceItem__contents:not(.treatPriceItem.flex .treatPriceItem__contents) {
    margin-top: 0;
  }

  .treatBnr {
    padding-bottom: 0;
  }
}

/* whiteningItem
---------------------------------------------- */
.whiteningItem {
  display: grid;
  grid-template-columns: calc(360 / 1020 * 100%) 1fr;
  gap: 30px calc(60 / 1020 * 100%);
}
.whiteningItem + .whiteningItem {
  margin-top: 80px;
}

.whiteningItem__title {
  color: #ed92bc;
}
.whiteningItem__title .circle {
  font-size: 8px;
  vertical-align: 3px;
}

.whiteningItem__text {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .whiteningItem {
    grid-template-columns: 1fr;
  }
  .whiteningItem + .whiteningItem {
    margin-top: 50px;
  }

  .whiteningItem__title .circle {
    font-size: 6px;
    vertical-align: 3px;
  }
}

/* metalFlowItem
---------------------------------------------- */
.metalFlow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px calc(50 / 950 * 100%);
  max-width: 950px;
  margin-inline: auto;
}

.metalFlowItem {
  border: 1px solid #d6abd1;
  padding: calc(60 / 450 * 100%);
  position: relative;
  z-index: 0;
}

.metalFlowItem .flowSlider__num {
  color: #e7cce4;
}
.metalFlowItem .flowSlider__name {
  color: #be78b6;
}

@media screen and (max-width: 960px) {
  .metalFlow {
    grid-template-columns: 1fr;
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .metalFlow {
    width: calc(225 / 260 * 100%);
  }

  .metalFlowItem .flowSlider__num {
    top: 32px;
  }
}