@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");

.scalp_machine {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
}

.scalp_machine * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.scalp_machine span {
  font-size: inherit;
}

.scalp_machine img {
  max-width: 100%;
  height: auto;
}

.scalp_machine a {
  transition: all 0.3s;
}

.scalp_machine a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.hdg01 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.hdg02 {
  font-size: 24px;
  font-weight: bold;
}

.desc {
  padding: 60px 0 80px;
  text-align: center;
}

.machine-info {
  position: relative;
  z-index: 1;
  padding: 85px 0 80px;
}

.machine-info::before,
.machine-info::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.machine-info::before {
  background-color: #e2ccbf;
  left: 0;
}

.machine-info::after {
  background-color: #504f4f;
  left: 50%;
}

.machine-info__flex {
  display: flex;
  justify-content: space-between;
}

.machine-info__item {
  width: calc(50% - 50px);
}

.machine-info__item .item-img {
  min-height: 680px;
  margin-bottom: 66px;
}

.machine-info .campaign {
  background-color: #fff;
  margin-top: 80px;
  border: 2px solid #22292b;
  border-radius: 5px;
  padding: 40px 15px 60px;
}

.machine-info .campaign__hdg {
  text-align: center;
  margin-bottom: 60px;
}

.machine-info .campaign__flex {
  display: flex;
}

.machine-info .campaign__item {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
.machine-info .campaign__item:first-of-type {
  border-right: 2px solid #22292b;
}

.btn {
  display: block;
  width: fit-content;
}

.machine-info .campaign__item .btn {
  margin: 40px auto 0;
}

.treatment {
  padding: 80px 0 140px;
}

.treatment__flex {
  display: flex;
  gap: 50px;
}

.treatment__flex .hdg02 {
  margin-bottom: 10px;
}

.treatment__flex .list {
  margin: 30px 0 40px;
}

.treatment__flex .btn {
  margin-top: 40px;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }

  .scalp_machine {
    font-size: 16px;
  }

  .hdg01 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.4;
  }

  .hdg02 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .machine-info {
    padding-bottom: 60px;
  }

  .machine-info::before,
  .machine-info::after {
    content: normal;
  }

  .machine-info__flex {
    flex-direction: column;
  }

  .machine-info__item {
    width: 100%;
    padding: 40px 15px 60px;
  }

  .machine-info__item:first-child {
    background-color: #e2ccbf;
  }

  .machine-info__item:nth-child(2) {
    background-color: #504f4f;
  }

  .machine-info__item .item-img {
    min-height: auto;
    margin-bottom: 30px;
  }

  .machine-info .campaign {
    margin-top: 60px;
    border: 2px solid #22292b;
    border-radius: 5px;
    padding: 30px 15px 20px;
  }

  .machine-info .campaign__hdg {
    margin-bottom: 20px;
  }

  .machine-info .campaign__flex {
    flex-direction: column;
  }

  .machine-info .campaign__item {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .machine-info .campaign__item:first-of-type {
    border-bottom: 2px solid #22292b;
    border-right: none;
  }

  .treatment__flex {
    flex-direction: column;
    gap: 20px;
  }
}
