@charset "UTF-8";
/* CSS Document */
/*main*/
.main-visual {
  background-color: #FDFAF6;
  background-image: url("../images/top_img.webp");
  background-position: 20% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.main-visual img {
  object-fit: contain;
  width: clamp(290px, 45.333vw, 544px);
  height: auto;
}
.main-visual h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(2rem, 2.333vw, 2.8rem);
  font-weight: 500;
  white-space: nowrap;
  margin-top: 30px;
}
.main-visual h2::before {
  display: none;
}
.main-visual h3 {
  font-size: clamp(1.7rem, 1.75vw, 2.1rem);
  font-weight: 300;
  margin-top: 20px;
}
.main_text-area {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  border-radius: 30%;
  backdrop-filter: blur(1px);
  text-align: center;
}
@media(max-width:1024px) {
  .main-visual {
    background-image: url("../images/top_img_sp.webp");
    background-position: 10% 80%;
  }
  .main_text-area {
    width: 80%;
    right: 0;
    left: 0;
  }
}
/*skin-problem*/
.skin-problem {
  width: 100%;
  margin: 0;
  padding: 100px 0 120px;
  top: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #FDFAF6;
  z-index: -1;
}
.skin-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.skin-problem h3 {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  letter-spacing: 0.1em;
  padding-left: 10%;
  text-shadow: 1px 1px 5px rgba(73, 89, 117, 0.5);
}
.skin-problem h3 br {
  display: block;
  content: "";
  margin: 20px 0;
}
.problem {
  font-size: clamp(1.8rem, 1.75vw, 2.1rem);
}
.problem2 {
  font-size: clamp(2rem, 2.333vw, 2.8rem)
}
.skin-problem p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  color: #2F2A20;
  font-weight: 600;
  position: relative;
  left: 8%;
  margin: 180px auto 0;
  width: 100%;
  max-width: 1100px;
}
.skin-problem p::before {
  content: "";
  position: absolute;
  background: url("../images/onayami_fukidashi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(213px, 26.416vw, 317px);
  height: clamp(148px, 17.833vw, 214px);
  top: 50%;
  left: -58px;
  transform: translateY(-50%);
  z-index: -1;
}
.skin-problem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-90deg, #447657, #495975);
  transform: skewY(-10deg) translateY(-200px);
  z-index: -3;
}
.skin-inner::after {
  content: "";
  position: absolute;
  background-image: url("../images/onayami_photo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(200px, 32.083vw, 385px);
  height: clamp(161px, 29.25vw, 351px);
  top: -120px;
  left: 10%;
  z-index: -2;
}
@media(max-width:1024px) {
  .skin-problem {
    padding: 120px 0 20px;
  }
  .skin-inner {
    top: -70px;
  }
  .skin-problem h3 {
    width: 80%;
    padding-left: 0;
  }
  .skin-problem h3 br {
    margin: 10px 0;
  }
  .skin-inner::after {
    top: 0%;
  }
  .skin-problem p {
    left: 30%;
    margin: 140px auto 0;
  }
  .skin-problem p::before {
    left: -4%;
  }
}
@media(max-width:599px) {
  .skin-inner::after {
    top: 15%;
    left: 2%;
  }
  .skin-problem p {
    left: 20%;
  }
}
/*solution*/
.solution {
  text-align: center;
  padding-bottom: 180px;
  background-color: #FDFAF6;
}
.solution-message1 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  letter-spacing: 0.03em;
}
.solution-message1 span {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 600;
  background: linear-gradient(transparent 80%, rgba(208, 102, 49, 0.4)10%);
  display: inline;
  white-space: nowrap;
}
.solution-area {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3%;
  width: 90%;
  margin: 60px auto 0;
  max-width: 1100px;
  position: relative;
  z-index: 1;
}
.solution-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -7px;
  z-index: -1;
}
.solution-bg_sp, .solution-bg_tab {
  display: none;
}
.solution-inner {
  width: 65%;
  padding: 20px 50px;
  max-width: 790px;
}
.solution-text {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
  margin: 20px 0 30px 10px;
}
.solution-inner h3 {
  font-size: clamp(2rem, 2.166vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #D06631;
  width: 100%;
  padding: 15px 10px;
  border: solid 1px #D06631;
  position: relative;
  margin: 0 10px 30px 0;
}
.solution-inner h3 span {
  white-space: nowrap;
}
.solution-inner h3::before, .solution-inner h3::after {
  content: "";
  position: absolute;
  margin: auto;
  border-style: solid;
  border-color: #D06631 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.solution-inner h3::before {
  top: -3px;
  left: -10px;
  transform: rotate(135deg);
}
.solution-inner h3::after {
  bottom: -3px;
  right: -10px;
  transform: rotate(-45deg);
}
.solution-message2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.solution-photo {
  width: 27%;
  height: auto;
  object-fit: contain;
  padding: 10px;
}
@media(max-width:1024px) {
  .solution {
    padding-bottom: 90px;
  }
  .solution-message1 {
    width: 80%;
    margin: 0 auto;
  }
  .solution-area {
    flex-direction: column;
    max-width: 800px;
  }
  .solution-bg {
    display: none;
  }
  .solution-bg_tab {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -7px;
    z-index: -1;
  }
  .solution-inner {
    width: 90%;
    padding: 30px 20px 0;
  }
  .solution-text {
    margin: 20px auto;
  }
  .solution-inner h3 {
    margin: 0 auto;
  }
  .solution-inner h3::before, .solution-inner h3::after {
    border-width: 10px 10px 0 10px;
  }
  .solution-inner h3::before {
    top: -2px;
    left: -7px;
  }
  .solution-inner h3::after {
    bottom: -2px;
    right: -7px;
  }
  .solution-message2 {
    margin: 20px auto;
  }
  .solution-photo {
    width: 50%;
  }
}
@media(max-width:599px) {
  .solution-bg_tab {
    display: none;
  }
  .solution-bg_sp {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -7px;
    z-index: -1;
  }
  .solution-photo {
    width: 70%;
  }
}
/*about*/
.about{
  background-color: #FDFAF6;
}

.about-inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 80px;
  padding-bottom: 180px;
  position: relative;
}
.about-inner::before {
  content: "";
  position: absolute;
  background-image: url("../images/about_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(285px, 39.166vw, 470px);
  height: clamp(288px, 39.666vw, 476px);
  bottom: 0;
  right: -70px;
}
.about h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
.about p {
  letter-spacing: 0.03em;
  line-height: 2.4;
  width: 60%;
  margin: 60px 0 0 auto;
}
@media(max-width:1024px) {
  .about-inner {
    width: 90%;
    padding-left: 0;
  }
  .about h2 {
    margin: 0 auto;
  }
  .about h3 {
    margin: 10px auto;
    text-align: center;
  }
  .about p {
    width: 100%;
    margin: 40px auto;
  }
  .about-inner::before {
    right: -10px;
  }
}
@media(max-width:599px) {
  .about-inner {
    padding-bottom: 80px;
  }
}
/*treatment*/
.treatment {
  background: linear-gradient(145deg, #EBECE5 0%, #EBECE5 70%, #FAF1E6 70%, #FAF1E6 100%);
  overflow: hidden;
}
.treatment-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}
.treatment h3 {
  font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
  font-size: clamp(2.8rem, 2.666vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #064420;
  border-bottom: solid 3px #A2B29F;
}
.treatment h3 span {
  font-size: clamp(3.2rem, 3.1666vw, 3.8rem);
}
.treatment-text {
  width: 44%;
  text-align: center;
  padding: 30px;
  max-width: 600px;
}
.treatment-text p {
  margin: 20px auto;
  font-size: 1.6rem;
}
.treatment-description {
  text-align: left;
}
.treatment-text ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  column-gap: 3%;
  margin-top: 15px;
  color: #D06631;
}
.treatment-text ul li {
  background-color: #FAF1E6;
  border-radius: 150px;
  width: clamp(100px, 12vw, 120px);
  height: clamp(100px, 12vw, 120px);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.treatment-text ul li p span {
  display: block;
}
.treatment-photoarea {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 450px;
}
.treatment-mens, .treatment-womens {
  font-family: "Oooh Baby", serif;
  font-size: clamp(3rem, 4.333vw, 5.2rem);
  position: relative;
  z-index: 1
}
.treatment-mens {
  color: #064420;
  padding-left: 100px;
}
.treatment-mens::before {
  content: "";
  position: absolute;
  background-image: url("../images/men's-treatment.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(127px, 22vw, 264px);
  height: clamp(137px, 24.75vw, 297px);
  top: -24%;
  right: 50%;
  z-index: -1;
}
.treatment-womens {
  color: #D06631;
  padding-right: 150px;
}
.treatment-womens::before {
  content: "";
  position: absolute;
  background-image: url("../images/woman's-treatmant.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(149px, 24.666vw, 296px);
  height: clamp(118px, 19.166vw, 230px);
  bottom: -13px;
  left: 60%;
  z-index: -1;
}
.treatment-photo_text {
  font-size: clamp(2rem, 1.666vw, 2rem);
  color: #D06631;
  background-color: #fff;
  box-shadow: 0px 0px 20px 20px #fff;
  padding: 5px 10px;
  z-index: 3;
}
@media(max-width:1024px) {
  .treatment-inner {
    flex-direction: column;
    width: 100%
  }
  .treatment-text {
    width: 90%;
    padding: 30px 0 20px;
  }
  .treatment h3 {
    border-bottom: solid 1px #A2B29F;
  }
  .treatment-text p {
    margin: 15px auto;
  }
  .treatment-photoarea {
    width: 100%;
    height: 250px;
    align-items: stretch;
    margin: 0 auto;
  }
  .treatment-mens {
    padding-left: 28%;
  }
  .treatment-mens::before {
    right: unset;
    left: 0
  }
  .treatment-womens {
    padding-left: 50%;
  }
  .treatment-womens::before {
    left: unset;
    right: 0;
  }
  .treatment-photo_text {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
}
@media(max-width:599px) {
  .treatment-mens {
    padding-left: 35%;
  }
  .treatment-womens {
    padding-left: 35%;
    bottom: 10px;
  }
}
/*revi-treatment*/
.revi-treatment {
  width: 100%;
  color: #fff;
  padding: 150px 0;
}
.revi-treatment_inner {
  width: 60%;
  margin: 0 auto;
  backdrop-filter: blur(25px);
  padding: 50px;
  max-width: 1100px;
}
.revi-treatment h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  letter-spacing: 0.03em;
  margin-bottom: 35px;
  font-weight: 600;
}
.revi-treatment p {
  line-height: 1.8;
  font-weight: 500;
}
@media(max-width:1024px) {
  .revi-treatment {
    padding: 80px 0;
  }
  .revi-treatment_inner {
    width: 85%;
    padding: 20px;
  }
  .revi-treatment h3 {
    margin-bottom: 20px;
  }
}
/*menu*/
.menu{
  background-color: #FDFAF6;
  padding: 100px 0 180px;
}
.menu h2 {
  margin: 0 auto;
}
.menu h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  text-align: center;
  width: 80%;
  margin: 30px auto 60px;
}
.menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  width: 90%;
}
.menu ul li {
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  width: calc(90% / 3);
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 30px 0 0;
  margin: 10px;
}
.menu ul li p {
  margin: 0 auto;
  text-align: center;
}
.menu ul li p span {
  white-space: nowrap;
}
.menu ul li img {
  object-fit: contain;
  height: 130px;
}
.menu a {
  font-size: clamp(1.5rem, 1.833vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #064420;
  border-radius: 5px;
  width: clamp(173px, 27.916vw, 335px);
  padding: 7px 14px;
  text-align: center;
  margin: 100px auto 0;
  position: relative;
}
.menu a span {
  font-family: "Charis SIL", serif;
  font-size: clamp(2.1rem, 2.833vw, 3.4rem);
  margin-left: 10px;
}
.menu a:hover {
  background-color: #FAF1E6;
  border: solid 1px #8B9589;
  color: #064420;
}
.menu a::before {
  content: "";
  border: solid 1px #FAF1E6;
  width: 25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.menu a::after {
  content: "";
  border: solid 1px #8B9589;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all .4s ease-in-out;
  width: 0;
  z-index: 2;
}
.menu a:hover::after {
  width: 25%;
}
@media(max-width:1024px) {
  .menu{
    padding: 40px 0;
  }
  .menu h2 {
    margin: 0 auto;
  }
  .menu h3 {
    margin: 20px auto 30px;
    width: 90%;
  }
  .menu ul {
    max-width: 750px;
    width: 95%;
  }
  .menu ul li {
    width: calc(90% / 2);
    height: 170px;
  }
}
@media(max-width:599px) {
  .menu{
    padding: 40px 0 70px;
  }
  .menu ul li {
    margin: 5px;
    padding: 10px;
    flex-direction: column-reverse;
  }
  .menu ul li p {
    margin: 6px auto;
  }
  .menu ul li img {
    height: 100px;
  }
  .menu a {
    margin: 45px auto 0;
  }
}
/*case*/
.case {
  background-color: #A2B29F;
  padding: 130px 0 150px;
  position: relative;
}
.case::before {
  content: "";
  background-image: url("../images/case_leaf1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(78px, 10.25vw, 123px);
  height: clamp(180px, 23.666vw, 284px);
  transform: rotate(75deg);
  position: absolute;
  bottom: -55px;
  left: 20px;
}
.case::after {
  content: "";
  background-image: url("../images/case_leaf2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(112px, 18vw, 216px);
  height: clamp(150px, 24.333vw, 292px);
  transform: rotate(-100deg);
  position: absolute;
  top: -19px;
  right: 20px;
}
.case-inner {
  width: 95%;
  max-width: 1100px;
  padding-left: 80px;
  margin: 0 auto;
}
.case h2 {
  color: #fff;
}
.case h2::before {
  background-image: url("../images/case-title_illust.webp");
  left: -20%;
}
.case h2 span {
  font-size: clamp(1.6rem, 1.833vw, 2.2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  margin-top: 10px;
}
.case h2 span::before, .case h2 span::after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 24px;
  display: flex;
  align-items: center;
}
.case h2 span::before {
  margin-right: 10px;
}
.case h2 span::after {
  margin-left: 10px;
}
.case h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 30px;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 50px;
  margin: 40px auto 0;
  width: 90%;
  list-style: none;
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 0;
  max-width: 1100px;
}
.case ul li {
  text-align: center;
  width: calc(90% / 3);
  min-width: 250px;
}
.case ul li p {
  margin-top: 20px;
  line-height: 1.5;
}
.case ul li img {
  width: 70%;
}
@media(max-width:1024px) {
  .case {
    padding: 90px 0 120px;
  }
  .case-inner {
    padding-left: 0;
  }
  .case h2 {
    margin: 0 auto;
    flex-direction: column;
  }
  .case h2 span {
    margin: 8px auto 0;
  }
  .case h2::before {
    top: 10%;
    left: -25%;
  }
  .case h3 {
    text-align: center;
    margin: 30px auto 0;
    width: 90%;
  }
}
@media(max-width:599px) {
  .case h2::before {
    left: -10%;
  }
  .case ul {
    width: 80%;
    flex-direction: column;
    row-gap: 50px;
  }
  .case ul li {
    width: calc(90% / 1);
    max-width: 350px;
  }
  .case ul li p {
    margin-top: 10px;
  }
}
/*Q&A*/
.qa{
  background-color: #FDFAF6;
  padding: 110px 0 100px;
}
.qa-inner {
  width: 95%;
  max-width: 1100px;
  padding-left: 80px;
  margin: 0 auto;
}
.qa h2 {
  margin-bottom: 50px;
}
.qa h2 span {
  font-size: clamp(2.2rem, 4.166vw, 5rem);
}
.container {
  margin: 0 auto;
}
.accordion {
  max-width: 1000px;
}
.accordion dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 1em;
  border-left: 5px solid #A2B29F;
  background-color: #EBECE5;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 300;
  cursor: pointer;
}
.accordion dt::before {
  content: "Q";
  font-family: "Marcellus", serif;
  font-size: clamp(2.4rem, 2.75vw, 3.3rem);
  color: #A2B29F;
  margin-right: 15px;
}
.accordion dt::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #A2B29F;
  border-right: 3px solid #A2B29F;
  content: '';
  position: absolute;
  right: 3%;
  transition: transform .3s;
}
.accordion dt.open::after {
  transform: rotate(225deg);
}
.accordion dd {
  opacity: 0;
  height: 0;
  margin: 0 auto 20px;
  transform: translateY(-20px);
  overflow: hidden;
  transition: opacity 0.3s, transform 0.3s;
}
.accordion dd.open {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  padding: 1em 2em 2em 3.5em;
}
@media(max-width:1024px) {
  .qa{
    padding: 60px 0 50px;
  }
  .qa-inner {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  .qa h2 {
    margin: 0 auto 40px;
  }
}
@media(max-width:599px) {
  .accordion dd.open {
    padding: 1em 2em 2em 2em;
  }
  .qa h2::before {
    left: -55%;
  }
}
/*instagram*/
.instagram {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FAF1E6;
}
.instagram h2 {
  margin: 0 auto 80px;
}
.instagram h2::before {
  left: -25%;
}
.insta-inner {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 50px;
  height: 930px;
  position: relative;
}
.insta-img {
  position: absolute;
  width: 65%;
  margin: auto;
  left: 0;
  right: 0;
  top: 130px;
}
.insta_link-area {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}
.insta-link {
  text-decoration: none;
  color: #fff;
  font-family: "Charis SIL", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.insta-link::before, .insta-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 0 0 50px 50px;
  width: 100%;
  height: 100%;
}
.insta-link:hover {
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
.insta-link::before {
  transition: all 0.6s;
  z-index: -1;
  background: linear-gradient(-90deg, #D06631 0%, #DDBA3C 100%);
}
.insta-link::after {
  z-index: -2;
  background: linear-gradient(-90deg, #9DD27A 0%, #5D9DA5 100%);
}
.insta-link:hover::before {
  opacity: 0;
}
.instagram p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  text-align: center;
}
.instagram p::before, .instagram p::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #2F2A20;
}
.instagram p::before {
  transform: rotate(45deg);
  margin-right: 10px;
}
.instagram p::after {
  transform: rotate(-45deg);
  margin-left: 10px;
}
.more-btn {
  text-decoration: none;
  color: #fff;
  font-family: "Charis SIL", serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.333vw, 1.6rem);
  letter-spacing: 0.03em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(100px, 14.333vw, 172px);
  height: clamp(100px, 14.333vw, 172px);
  border-radius: 100%;
  position: relative;
  right: -83%;
  top: -80px;
  overflow: hidden;
  z-index: 0;
}
.more-btn::before, .more-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.more-btn:hover {
  letter-spacing: 0.1em;
  transition: all 0.6s;
}
.more-btn::before {
  transition: all 0.6s;
  z-index: -1;
  background: linear-gradient(-90deg, #D06631 0%, #DDBA3C 100%);
}
.more-btn::after {
  z-index: -2;
  background: linear-gradient(-90deg, #9DD27A 0%, #5D9DA5 100%);
}
.more-btn:hover::before {
  opacity: 0;
}
.more-btn span {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 1px;
  margin: 6px 0;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.more-btn span::before, .more-btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.more-btn span::before {
  transform: rotate(45deg);
}
.more-btn span::after {
  transform: rotate(-45deg);
}
.btn-text {
  display: flex;
  align-items: center;
}
.more-btn img {
  width: clamp(30px, 3.583vw, 43px);
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}
@media(max-width:1024px) {
  .instagram {
    padding: 45px 0;
  }
  .instagram h2 {
    margin: 0 auto 45px;
  }
  .insta-inner {
    width: 95%;
    max-width: 600px;
    height: 640px;
  }
  .insta_link-area {
    height: 80px;
  }
  .insta-link {
    height: 80px;
  }
  .btn-text {
    flex-direction: column;
    row-gap: 6px;
  }
}
@media(max-width:599px) {
  .more-btn {
    right: -70%;
    top: -40px;
  }
  .instagram p {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 8%;
    width: 60%;
  }
  .insta-inner {
    height: clamp(470px, 128.8vw, 720px);
  }
  .insta-img {
    width: 90%;
    top: 73px;
  }
}
/*salon*/
.salon {
  position: relative;
  background-color: #FDFAF6;
  padding: 110px 0 150px;
}
.salon::before {
  content: "";
  background-image: url("../images/salon-leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(198px, 42.833vw, 514px);
  height: clamp(30px, 6.5vw, 78px);
  position: absolute;
  left: 0;
  top: 10px;
}
.salon::after {
  content: "";
  background-image: url("../images/salon-leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(198px, 42.833vw, 514px);
  height: clamp(30px, 6.5vw, 78px);
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  bottom: 10px;
}
.salon-inner {
  width: 95%;
  max-width: 1100px;
  padding-left: 80px;
  margin: 0 auto;
}
.info_map-area {
  width: 46%;
  position: relative;
  margin: 10px 100px 0 auto;
  padding-bottom: 320px;
  z-index: 1;
}
.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info_text-area {
  background-color: #EBECE5;
  height: 430px;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 380px;
  left: -370px;
  box-shadow: 1px 1px 20px rgba(112, 112, 112, 0.1);
  z-index: -1;
}
.info_text-area h3 {
  font-size: clamp(2.1rem, 2.666vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.info_text-area dl {
  display: grid;
  grid-template-columns: 65px 60px 1fr;
  grid-template-rows: repeat(11, auto);
  align-items: flex-start;
  grid-row-gap: 10px;
  column-gap: 6%;
}
.item1 {
  grid-area: 1 / 1 / 2 / 2;
}
.item2 {
  grid-area: 1 / 2 / 2 / 4;
}
.item3 {
  grid-area: 2 / 1 / 3 / 2;
}
.item4 {
  grid-area: 2 / 2 / 3 / 4;
}
.item5 {
  grid-area: 3 / 1 / 4 / 2;
}
.item6 {
  grid-area: 3 / 2 / 4 / 3;
}
.item7 {
  grid-area: 3 / 3 / 4 / 4;
}
.item8 {
  grid-area: 4 / 2 / 5 / 3;
  text-align: center;
}
.item9 {
  grid-area: 4 / 3 / 5 / 4;
}
.item10 {
  grid-area: 5 / 2 / 6 / 3;
  text-align: center;
}
.item11 {
  grid-area: 5 / 3 / 6 / 4;
}
.item12 {
  grid-area: 6 / 3 / 7 / 4;
}
.item13 {
  grid-area: 7 / 1 / 8 / 2;
}
.item14 {
  grid-area: 7 / 2 / 8 / 4;
}
.item15 {
  grid-area: 8 / 1 / 9 / 2;
}
.item16 {
  grid-area: 8 / 2 / 9 / 4;
}
.item17 {
  grid-area: 9 / 2 / 10 / 4;
}
@media(max-width:1024px) {
  .salon{
    padding: 75px 0 80px;
  }
  .salon h2 {
    margin: 0 auto;
  }
  .salon-inner {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .info_map-area {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 10px;
    margin: 10px auto 0;
    max-width: 700px;
    padding-bottom: 20px;
  }
  .google-map {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .info_text-area {
    position: static;
    max-width: 440px;
    margin: 0 auto;
  }
}
@media(max-width:599px) {
  .info_text-area {
    padding: 25px;
  }
}