@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  color: #47352B;
  font-family: "Helvetica", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  background-color: #FEFCF9;
  overflow-x: hidden;
}
header {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.header-warrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  max-width: 1700px;
}
.logo {
  width: clamp(115px, 21vw, 252px);
  height: auto;
  object-fit: contain;
}
.line {
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 5px;
  padding: 8px 12px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background-color: #B82323;
  color: #fff;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.line img {
  width: clamp(24px, 2.75vw, 32px);
  height: auto;
}
.line:hover {
  background-color: #A47E6D;
  border: solid 1px #E2BDA5;
  letter-spacing: 0.1em;
  transition: all 0.5s;
}
/*------revi_top-------*/
.revi_top {
  background-image: url("../images/revi-top-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 20%;
  width: 100%;
  height: 90vh;
  position: relative;
}
.revi_top::before {
  content: "";
  position: absolute;
  background-image: url("../images/revi-top_image-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(227px, 43.2vw, 432px);
  height: clamp(146px, 30.8vw, 308px);
  bottom: 10px;
  right: 57%;
}
.revi_top-message {
  width: 60%;
  margin: 0 auto;
  position: absolute;
  top: 22%;
  left: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  max-width: 800px;
}
.revi_top-message p {
  font-size: clamp(2.2rem, 2.666vw, 3.2rem);
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #A47F6E;
}
h1 {
  font-size: clamp(2.8rem, 3.166vw, 3.8rem);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: linear-gradient(-45deg, #A47E6D 0%, #D8B39A 100%);
  padding: 8px 15px;
  border-radius: 10px;
}
.h1-revi {
  font-family: "Lora", serif;
  font-weight: 700;
}
.h1-warap {
  white-space: nowrap;
}
.revi_top-message h2 {
  font-size: clamp(1.7rem, 1.833vw, 2.2rem);
  font-weight: 500;
  color: #A47F6E;
}
@media(max-width:1024px) {
  .revi_top {
    background-image: url("../images/revi-top_image-sp.webp");
    background-position: 50% 100%;
  }
  .revi_top::before {
    right: unset;
    left: 10px;
  }
  .revi_top-message {
    width: 80%;
    text-align: center;
    left: 0;
    right: 0;
  }
}
/*-----revi_simple-point-----*/
.revi_simple-point {
  margin: -30px auto 0;
  max-width: 1100px;
  height: 300px;
}
.revi_simple-point ul {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-template-rows: 100px 100px 100px;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0 10px;
}
.revi_simple-point ul li {
  text-align: center;
  position: relative;
}
.point-item1 {
  grid-area: 1 / 1 / 2 / 2;
}
.point-item2 {
  grid-area: 1 / 2 / 2 / 3;
}
.point-item3 {
  grid-area: 1 / 3 / 2 / 4;
}
.revi_simple-point ul li img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: clamp(154px, 21vw, 210px);
  height: auto;
}
.simple-point_textarea {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  top: 64px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 60%;
}
.simple-point_text span {
  display: block;
}
.simple-point_strength1, .simple-point_strength2, .simple-point_strength3 {
  color: #C3281A;
  font-weight: 600;
}
.simple-point_strength1 {
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  line-height: 0.9;
  margin-top: 10px;
}
.simple-point_strength1 span {
  font-size: clamp(4.5rem, 5.666vw, 6.8rem);
  font-family: "Lora", serif;
  font-weight: 700;
}
.simple-point_strength2 {
  font-size: clamp(1.5rem, 2.333vw, 2.8rem);
}
.simple-point_strength2 span {
  font-size: clamp(2.3rem, 3.166vw, 3.8rem);
  display: block;
}
.simple-point_strength3 {
  font-size: clamp(1.8rem, 2.5vw, 3rem);
}
.simple-point_strength3 span {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  display: block;
}
@media(max-width:1024px) {
  .revi_simple-point {
    width: 95%;
  }
  .revi_simple-point ul {
    grid-template-columns: 42% 5% 42%;
  }
  .point-item1 {
    grid-area: 2 / 1 / 4 / 3;
  }
  .point-item2 {
    grid-area: 1 / 1/ 2 / 4;
  }
  .point-item3 {
    grid-area: 2 / 2 / 4 / 4;
  }
  .simple-point_textarea {
    width: 80%;
    top: 52px;
  }
}
/*worried*/
.worried {
  margin: 0 auto 100px;
  max-width: 950px;
  width: 90%;
}
.worried h2 {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 3.6rem);
  color: #96705C;
  margin-top: 35px;
}
.worried ul {
  list-style: none;
  background-color: #F3EDEB;
  border: solid 1px #B59F73;
  border-radius: 5px;
  padding: 40px 80px;
  margin-top: 30px;
  position: relative;
}
.worried ul::after {
  content: "";
  background-image: url("../images/lady.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(130px, 19.666vw, 236px);
  height: clamp(188px, 28.416vw, 341px);
  position: absolute;
  bottom: -100px;
  right: 50px;
}
.worried ul li {
  position: relative;
  padding-left: 24px;
  margin: 15px auto;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.worried ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #FEFEFE;
  border: 1px solid #96705C;
  left: 0;
  top: 6px;
}
.worried ul li::after {
  content: "";
  position: absolute;
  border-left: 2px solid #96705C;
  border-bottom: 2px solid #96705C;
  width: 8px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 10px;
}
@media(max-width:1024px) {
  .worried {
    margin: 120px auto 80px;
  }
  .worried ul {
    margin-top: 15px;
  }
}
@media(max-width:599px) {
  .worried ul {
    padding: 40px 20px 60px;
  }
  .worried ul::after {
    right: -10px;
  }
}
/*------revi_point-------*/
.revi_point {
  background-image: url("../images/point_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 120px;
}
.revi_point::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 130px 0px 130px;
  border-color: #FEFCF9 transparent transparent transparent;
}
.revi_point h2 {
  font-size: clamp(2.1rem, 3vw, 3.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 160px;
  margin: 0 auto 100px;
  position: relative;
  max-width: 1100px;
}
.revi_point h2 .revi {
  font-family: "Lora", serif;
}
.revi_point h2 .point {
  font-size: clamp(4.2rem, 5vw, 6rem);
  font-family: "Lora", serif;
  font-weight: 600;
}
.revi_point h2::before {
  content: "REVIで解決できます！";
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.333vw, 2.8rem);
  color: #96705C;
  letter-spacing: 0;
  background-image: url("../images/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: clamp(201px, 32.166vw, 386px);
  height: 90px;
  position: absolute;
  top: 80px;
  left: -30px;
  transform: rotate(-20deg);
}
.revi-description {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 100px;
  width: 80%;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
.revi-description::before {
  content: "";
  position: absolute;
  background-image: url("../images/rame2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(134px, 37.2vw, 372px);
  height: clamp(167px, 29.4vw, 294px);
  top: -95px;
  left: -15%;
  z-index: -1;
}
.revi-description::after {
  content: "";
  position: absolute;
  background-image: url("../images/rame1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(134px, 25.833vw, 310px);
  height: clamp(167px, 32.08vw, 385px);
  top: -104px;
  right: -15%;
  z-index: -1;
}
.revi-description h3 {
  font-size: clamp(1.8rem, 2.083vw, 2.5rem);
  font-weight: 600;
  color: #96705C;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: flex-end
}
.revi-description h3::after {
  content: "";
  background-color: #96705C;
  height: 2px;
  width: 70px;
  transform: rotate(-60deg);
  margin-left: -30px;
}
.revi-description p {
  width: 75%;
  margin: 0 0 0 auto;
  line-height: 1.8;
}
/*revi-treatment*/
.revi_point h4 {
  font-size: clamp(1.9rem, 3.333vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  position: relative;
  text-align: right;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h4-text {
  display: inline-flex;
  flex-direction: column;
}
.revi_point h4::before {
  content: "Point";
  font-family: "Pinyon Script", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(6.5rem, 11.666vw, 14rem);
  color: #C3281A;
  transform: rotate(-20deg);
  position: absolute;
  left: 10px;
  bottom: 20px;
}
.revi_point h4::after {
  content: "";
  background-image: url("../images/red-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 95%;
  height: 20px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.Fav {
  color: #C3281A;
  font-size: clamp(1.8rem, 2.666vw, 3.2rem);
}
.number1 {
  color: #C3281A;
  font-size: clamp(4.5rem, 8.166vw, 9.8rem);
  font-family: "Lora", serif;
  font-weight: 700;
  margin-left: 8px;
}
.number2 {
  color: #C3281A;
  font-size: clamp(4.5rem, 9.166vw, 11rem);
  font-weight: 700;
  margin-left: 8px;
}
.number1::after {
  content: "%";
  color: #C3281A;
  font-size: clamp(1.8rem, 5vw, 6rem);
  font-family: "Lora", serif;
  font-weight: 700;
}
.number2::after {
  content: "割";
  color: #C3281A;
  font-size: clamp(1.8rem, 3.666vw, 4.4rem);
  font-family: "Lora", serif;
  font-weight: 700;
}
.revi_treatment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 160px;
  position: relative;
  z-index: 1;
}
.revi_treatment::before {
  content: "";
  background-image: url("../images/badge.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(184px, 19.7vw, 197px);
  height: clamp(205px, 26.2vw, 262px);
  position: absolute;
  top: -50px;
  left: -40px;
  z-index: 2
}
.revi_treatment img {
  width: 50%;
  object-fit: contain;
}
.revi_treatment-textarea {
  width: 47%;
  padding-right: 3%;
  z-index: 3;
}
.revi_treatment-textarea h5 {
  font-size: clamp(2.6rem, 3.5vw, 4.2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.revi_treatment-textarea h5 span {
  font-size: clamp(1.5rem, 1.666vw, 2rem);
  font-weight: 500;
  background-color: #96705C;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 8px;
  display: block;
  width: fit-content;
}
.revi_treatment-textarea ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 10px auto 20px;
  column-gap: 3px;
}
.revi_treatment-textarea ul li {
  color: #96705C;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 1.666vw, 2rem);
  background-color: #EBC4A2;
  border-radius: 100px;
  width: clamp(100px, 17.857vw, 125px);
  height: clamp(100px, 17.857vw, 125px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.revi_treatment-textarea p, .revi_item-textarea p {
  line-height: 1.8;
}
/*revi-item*/
.revi_item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 100px;
}
.revi_item img {
  width: 50%;
  object-fit: contain;
}
.revi_item-textarea {
  width: 47%;
  padding-left: 3%;
}
.revi_item-textarea h5 {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #96705C;
  margin-bottom: 30px;
}
.another-area {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.another-area::after {
  content: "まだあるREVIのpoint";
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.5rem, 2.333vw, 2.8rem);
  color: #96705C;
  letter-spacing: 0;
  background-image: url("../images/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: clamp(201px, 32.166vw, 386px);
  height: 90px;
  position: absolute;
  top: -100px;
  left: 1%;
  transform: rotate(-20deg);
}
/*point 1~4*/
.point-another {
  margin: 230px auto 0;
  max-width: 1100px;
  list-style: none;
  padding: 0 10px;
}
.point-another li {
  margin-bottom: 90px;
}
.point-another h5 {
  font-size: clamp(2rem, 3vw, 3.6rem);
  color: #96705c;
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
  display: flex;
  align-items: center;
}
.h5_right {
  justify-content: flex-end;
}
.point3-text {
  display: inline-flex;
  flex-direction: column;
}
.rosso {
  font-size: clamp(2rem, 1.833vw, 2.2rem);
}
.point-another h5::after {
  content: "";
  background-image: url("../images/red-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70%;
  height: 20px;
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
}
.h5_left::after {
  left: 0;
}
.h5_right::after {
  right: 0;
  transform: scale(-1, 1);
}
.point1::before, .point2::before, .point3::before, .point4::before {
  content: "";
  font-family: "Pinyon Script", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(4.5rem, 11.666vw, 14rem);
  color: #C3281A;
  margin-right: 30px;
}
.point1::before {
  content: "01";
}
.point2::before {
  content: "02";
}
.point3::before {
  content: "03";
}
.point4::before {
  content: "04";
}
.revi_point-another, .revi_point-another_r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}
.revi_point-another {
  flex-direction: row-reverse;
}
.point-another img {
  width: 45%;
  height: auto;
  object-fit: contain;
}
.point-another p {
  width: 45%;
  line-height: 1.8;
}
@media(max-width:1024px) {
  .revi_point h2 {
    margin: 0 auto 50px;
  }
  .revi_point h2::before {
    top: 80px;
    left: 10px;
    height: 60px;
  }
  .revi-description {
    width: 90%;
    flex-direction: column;
  }
  .revi-description::after {
    right: 0;
  }
  .revi-description::before {
    top: -65px;
    left: 0;
  }
  .revi-description p {
    width: 100%;
    margin: 55px auto 0;
  }
  .revi_point h4::before {
    bottom: 50px;
  }
  .revi_treatment {
    flex-direction: column;
    width: 100%;
    max-width: 750px;
    row-gap: 50px;
  }
  .revi_treatment::before {
    left: unset;
    right: 0;
    top: unset;
    bottom: 250px;
  }
  .revi_treatment img {
    width: 100%;
  }
  .revi_treatment-textarea {
    width: 90%;
    padding-right: 0;
  }
  .revi_treatment-textarea ul {
    max-width: 500px;
  }
  .revi_item {
    flex-direction: column;
    width: 100%;
    max-width: 750px;
    row-gap: 50px;
    margin: 30px auto 80px;
  }
  .revi_item img {
    width: 100%;
  }
  .revi_item-textarea {
    width: 90%;
    padding-left: 0;
  }
  /*point 1~4*/
  .point-another {
    margin: 200px auto 0;
  }
  .another-area::after {
    height: 60px;
  }
  .revi_point-another, .revi_point-another_r {
    flex-direction: column-reverse;
  }
  .point-another h5 {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-left: 6%;
  }
  .point-another h5::after {
    width: 90%;
  }
  .h5_left::after, .h5_right::after {
    left: 0;
    right: 0;
  }
  .point-another img {
    width: 90%;
  }
  .point-another p {
    width: 90%;
    margin-bottom: 25px;
  }
}
@media(max-width:599px) {
  .revi_point h2::before {
    top: 100px;
  }
  .revi-description::before {
    top: 155px;
  }
  .revi_treatment {
    margin: 30px auto 120px;
  }
  .revi_treatment::before {
    bottom: 350px;
    right: -26px
  }
  .number1, .number2 {
    margin-left: 0;
  }
  .revi_item {
    row-gap: 20px;
  }
  .revi_item-textarea h5 {
    margin-bottom: 15px;
  }
  /*point 1~4*/
  .revi_point {
    padding-bottom: 80px;
  }
  .another-area::after {
    height: 46px;
  }
  .point-another h5 {
    padding-left: 0;
  }
  .point-another h5::after {
    bottom: -8px;
    width: 100%;
  }
  .point3-text {
    display: inline-block;
  }
  .point1::before, .point2::before, .point3::before, .point4::before {
    margin-right: 10px;
  }
  .point-another li {
    margin-bottom: 60px;
  }
  .revi_point-another, .revi_point-another_r {
    margin: 20px auto 0;
  }
}
/*-------revi_trial-------*/
.revi_trial {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.revi_trial h2 {
  font-size: clamp(2.2rem, 3.5vw, 4.2rem);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #96705C;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 84px;
  padding: 0 30px;
  margin: 90px auto 20px;
}
.revi_trial h2 br {
  display: none;
}
.revi_trial h2 span {
  white-space: nowrap;
}
.revi_trial h2::before, .revi_trial h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
}
.revi_trial h2::before {
  top: 0;
  left: 0px;
  border-width: 42px 0px 42px 50px;
  border-color: transparent transparent transparent #FEFCF9;
  border-style: solid;
}
.revi_trial h2::after {
  top: 0;
  right: 0px;
  border-width: 42px 50px 42px 0px;
  border-color: transparent #FEFCF9 transparent transparent;
  border-style: solid;
}
.trial_inner {
  position: relative;
}
.trial-pc_bg {
  position: absolute;
  object-fit: fill;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1
}
.trial-sp_bg {
  display: none;
}
.trial_text-inner {
  width: 80%;
  padding: 80px 0 85px;
  margin: 0 auto;
}
.trial-description {
  margin-bottom: 20px;
}
.trial_menu {
  font-size: clamp(1.5rem, 1.333vw, 1.6rem);
  color: #fff;
  padding: 5px 15px;
  background-color: #96705C;
}
.trial_text-inner h4 {
  font-size: clamp(2.4rem, 3.333vw, 4rem);
  color: #96705C;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 15px;
}
.trial_text-inner h4 span {
  white-space: nowrap;
}
.price-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 30px auto 20px;
}
.trial-description2 {
  font-size: clamp(1.4rem, 1.333vw, 1.6rem);
}
.trial-price {
  font-size: clamp(1.8rem, 2.166vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
}
.trial-price::after {
  position: absolute;
  content: "";
  display: inline-block;
  transform: rotate(-10deg);
  background-color: #C3281A;
  width: 38%;
  height: 2px;
  top: 57%;
  left: -9px;
}
.trial-price span {
  font-size: clamp(3rem, 4vw, 4.8rem);
  color: #C3281A;
}
@media(max-width:1024px) {
  .trial-sp_bg {
    display: block;
    position: absolute;
    object-fit: fill;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
  }
  .trial-pc_bg {
    display: none;
  }
  .trial_text-inner {
    text-align: center;
    width: 75%;
  }
  .price-area {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 15px;
  }
}
@media(max-width:599px) {
  .revi_trial h2 {
    margin: 20px auto 5px;
  }
  .revi_trial h2::before {
    border-width: 42px 0px 42px 20px;
  }
  .revi_trial h2::after {
    border-width: 42px 20px 42px 0;
  }
  .revi_trial h2 br {
    display: block;
  }
}
/*-------revi_flow--------*/
.revi_flow {
  position: relative;
}
.revi_flow::before {
  content: "";
  background-image: url("../images/flow_leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(293px, 57.25vw, 687px);
  height: clamp(216px, 47.833vw, 574px);
  position: absolute;
  right: -130px;
  top: 0;
  z-index: -1;
}
.revi_flow::after {
  content: "";
  background-image: url("../images/flow_leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  width: clamp(293px, 53.5vw, 642px);
  height: clamp(216px, 39.416vw, 473px);
  position: absolute;
  left: -150px;
  bottom: -200px;
  z-index: -1;
}
.revi_flow h2 {
  font-size: clamp(1.8rem, 2.666vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #96705C;
  max-width: 1000px;
  margin: 120px auto 30px;
  width: 90%;
}
.revi_flow h2 span {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}
.flow_warrap {
  background-color: rgba(150, 112, 92, 0.6);
}
.revi_flow ol {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  width: 95%;
  margin: 0 auto;
  padding: 55px 0;
  max-width: 1000px;
}
.revi_flow ol li {
  background-image: url("../images/flow_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  height: 300px;
  width: 270px;
  position: relative;
}
.revi_flow ol li h3 {
  font-size: clamp(1.8rem, 1.833vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #C3281A;
  margin: 50px 0 20px;
}
.revi_flow ol li h3 span {
  color: #96705C;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: clamp(2rem, 2vw, 2.4rem);
  position: absolute;
  top: 40px;
  left: 40px;
}
.revi_flow ol li img {
  object-fit: contain;
}
.revi_flow ol li p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  width: 80%;
  margin: 20px auto 0;
  text-align: left;
}
@media(max-width:599px) {
  .revi_flow h2 {
    margin: 80px auto 20px;
  }
  .revi_flow ol li {
    width: 48%;
    background-image: url("../images/flow_bg-sp.svg");
    background-size: cover;
  }
  .revi_flow ol li h3 {
    margin: 30px auto 20px;
  }
  .revi_flow ol li h3 span {
    top: 30px;
    left: 30px;
  }
  .revi_flow ol li p {
    margin: 15px auto 0;
  }
  .revi_flow::after {
    bottom: -100px;
  }
}
/*Q&A*/
.revi_qa {
  width: 90%;
  max-width: 1000px;
  margin: 150px auto 125px;
}
.revi_qa h2 {
  font-size: clamp(1.8rem, 2.666vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #96705C;
  margin: 0 auto 50px;
}
.revi_qa h2 span {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}
.revi_qa dl {
  width: 95%;
  max-width: 850px;
  margin: 0 auto;
}
.revi_qa dt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 500;
  border-bottom: solid 1px #C7B1A5;
  display: flex;
  align-items: center;
}
.revi_qa dt::before {
  content: "Q";
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: #96705C;
  margin: 0 20px;
}
.revi_qa dd {
  font-size: clamp(1.5rem, 1.333vw, 1.6rem);
  line-height: 1.5;
  margin: 8px 0 60px 69px;
}
@media(max-width:599px) {
  .revi_qa {
    margin: 100px auto;
  }
  .revi_qa dt::before {
    margin: 0 10px;
  }
  .revi_qa dd {
    margin: 8px 0 60px 25px;
  }
}
/*------revi_salon-contact------*/
.revi_salon-contact {
  background-image: url("../images/pumehana_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
  position: relative;
}
.revi_salon-contact::after {
  content: "";
  background-image: url("../images/contact_frame.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 180px;
  height: 10px;
  bottom: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.revi_salon-warrap {
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px rgba(150, 112, 92, 0.5);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.revi_salon-warrap h2 {
  color: #96705C;
  font-size: clamp(1.8rem, 1.666vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: solid 1px rgba(150, 112, 92, 0.5);
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  max-width: 950px;
}
.pumehana {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
  margin-left: 20px;
  white-space: nowrap;
}
.revi_salon-warrap h2::after {
  content: "REVI正規代理店";
  font-size: clamp(1.4rem, 1.333vw, 1.6rem);
  color: #fff;
  letter-spacing: 0.03em;
  background-color: #96705C;
  padding: 5px 10px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.revi_salon-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1%;
  width: 90%;
  margin: 0 auto;
}
.revi_salon-inner img {
  width: 30%;
  object-fit: contain;
}
.revi_salon-inner h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 25px;
}
.revi_salon-inner p {
  font-size: clamp(1.5rem, 1.333vw, 1.6rem);
  margin-bottom: 20px;
}
.revi_contact-message {
  font-size: 1.6rem;
  text-align: center;
  margin: 80px auto 50px;
  width: 50%;
  position: relative;
}
.revi_contact-message::before {
  content: "";
  background-image: url("../images/contact_frame.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 180px;
  height: 10px;
  top: -35px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.revi-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8%;
}
.revi-contact a {
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 5px;
  width: 30%;
  height: 80px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.revi-contact a:hover {
  background-color: #A47E6D;
  border: solid 1px #E2BDA5;
  letter-spacing: 0.1em;
  transition: all 0.5s;
}
/*
.line{
  background-color: #B82323;
  color: #fff;
  font-size: clamp(1.6rem,1.5vw,1.8rem);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
.line img{
  width: 33px;
  height: auto;
}
*/
.tel {
  background-color: #fff;
  color: #B82323;
  border: solid 1px #B82323;
  font-size: clamp(2.1rem, 1.916vw, 2.3rem);
}
.tel img {
  width: 36px;
}
.tel-sp {
  display: none;
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media(max-width: 768px) {
  .tel {
    background-color: #B82323;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .tel-sp {
    display: block;
  }
  .tel-pc {
    display: none;
  }
}
@media(max-width:1024px) {
  .revi_salon-warrap {
    max-width: 750px;
  }
  .revi_salon-inner {
    flex-direction: column;
  }
  .revi_salon-inner img {
    width: 60%;
    margin-top: 100px;
  }
  .revi_salon-warrap h2::after {
    width: 30%;
    left: 0;
    right: 0;
    bottom: -55px;
    margin: 0 auto;
  }
  .revi_contact-message {
    width: 80%;
    margin: 80px auto 50px;
  }
  .revi-contact {
    flex-direction: column;
    row-gap: 50px;
  }
  .revi-contact a {
    width: 80%;
  }
}
@media(max-width:599px) {
  .revi_salon-warrap {
    width: 95%;
  }
  .revi_salon-warrap h2::after {
    width: 50%;
    bottom: -45px;
  }
  .revi_salon-inner img {
    width: 80%;
    margin-top: 80px;
  }
}
/*-------footer--------*/
footer {
  background-color: #FAF1E6;
}
.footer_info-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
.footer_info-area img {
  width: clamp(174px, 22.166vw, 266px);
  height: auto;
  object-fit: contain;
}
.salon-access {
  font-size: 1.5rem;
}
.salon-access p {
  margin-bottom: 5px;
}
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 15px;
  bottom: 30px;
  background: linear-gradient(90deg, #E2BDA5, #A47E6D);
  opacity: 0.6;
  border-radius: 50%;
  z-index: 10;
}
#page_top:hover {
  opacity: 1;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  content: '';
  position: absolute;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  width: 11px;
  height: 40px;
  top: -18px;
  bottom: 0;
  right: 0;
  left: 10px;
  margin: auto;
  transform: skew(0deg, 30deg);
}
#page_top a::after {
  content: 'page top';
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
small {
  font-size: clamp(1.2rem, 1.166vw, 1.4rem);
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #E2CDC0;
  padding: 8px 0;
}
@media(max-width:1024px) {
  .footer_info-area {
    flex-direction: column;
    row-gap: 20px;
    padding: 40px 0;
  }
}