@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* common */
.brown {
  color: #a6750b;
}
.underline {
  text-decoration: underline;
}
html {
  font-size: 51.25%;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 62.25%;
  }
}
body {
  font-family: 'Noto Serif JP', serif;
  max-width: 820px;
  min-width: 820px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.11em;
}
.isSp{
  display: none;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 3.2rem;
  }
  .isSp{
    display: block;
  }
}
p {
  line-height: 1.5;
}
a:hover {
  opacity: 0.7;
}
b {
  font-weight: 700;
  line-height: 1.8;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
header {
  background: #fff;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1.logo {
  line-height: 1;
  max-width: 366px;
  margin: 0 auto;
}
.main_kv {
  line-height: 0;
}
/* reserve */
.reserve_area {
  padding: 40px 0;
  background: #000;
  color: #fff;
  text-align: center;
}
.reserve_txt {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 4.2rem;
}
.reserve_price {
  font-size: 11.5rem;
  letter-spacing: 0.1em;
}
.reserve_price .yen {
  font-size: 8.3rem;
  letter-spacing: 0.1em;
}
.reserve_btn {
  display: block;
  width: 65.2rem;
  margin: 25px auto 0;
}
.btn_shadow img {
  filter: drop-shadow(0 5px 8px rgba(0,0,0,0.35));
}
.treatment h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 25px;
}
.treatment_list {
  width: 65.2rem;
  margin: 0 auto 20px;
}
.treat_num,
.treat_img,
.treat_txt {
  display: block;
}
.treatment_item {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 1;
}
.treatment_item + .treatment_item {
  margin-top: 32px;
}
.treatment_item:nth-of-type(5) {
  height: 151px;
}
.treatment_item:nth-of-type(5) .treat_img,
.treatment_item:nth-of-type(5) .treat_num {
  height: 100%;
}
.treatment_item:nth-of-type(5) .treat_num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment_item:nth-of-type(5) .treat_txt {
  white-space: nowrap;
  height: 100%;
  font-size: 2.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: -0.01em;
}
.treat_num {
  background: #000;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 5.3rem;
}
.treat_img {
  width: 60px;
  height: 60px;
}
.treat_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.treat_txt {
  background: #d9d9d9;
  width: 53.2rem;
  font-size: 3rem;
  padding: 17px 10px 17px 12px;
}
.treat_finish_list {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
}
.treatment_time,
.treatment_first {
  font-family: 'IBM Plex Sans JP', sans-serif;
  text-align: center;
}
.treatment_time {
  font-size: 3rem;
}
.treatment_first {
  margin-top: 20px;
  font-size: 2.6rem;
  letter-spacing: 0.005em;
}
.worry_area {
  padding: 4rem 0 84px;
  color: #fff;
  background-image: url("../img/black_bg.webp");
  background-size: 100% 100%;
}
.worry_top_txt, .worry_under_txt {
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.worry_under_txt .underline {
  text-decoration: none;
  display: inline-block;
  font-size: 5.4rem;
  border-bottom: solid 1px #fff;
}
.worry_list_wrap{
  padding: 40px 0;
  background-color: #000;
  background-blend-mode: multiply;
  margin: 4rem 0;
}
.worry_list {
  width: fit-content;
  margin: 0 auto;
}
.worry_list li + li {
  margin-top: 3.5rem;
}
.worry_item {
  position: relative;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  padding-left: 6.8rem;
}
.worry_item:before {
  position: absolute;
  content: "";
  width: 4.5rem;
  height: 3.7rem;
  background-size: cover;
  left: 0;
  top: 4px;
  background-repeat: no-repeat;
  background-image: url("../img/check.webp");
}
@media screen and (max-width: 599px) {
  .worry_top_txt,
  .worry_item {
    font-size: 5rem;
  }

  .worry_item:before {
    top: 1.4rem;
  }
}
.worry_appeal_txt {
  font-size: 5rem;
  line-height: 6.5rem;
  text-align: center;
  margin: 38px 0 85px;
}
.worry_appeal_txt .gold {
  display: inline;
  color: #a6750b;
  line-height: 1;
  border-bottom: solid 2px #a6750b;
}
.worry_appeal_txt .min {
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) {
  .worry_appeal_txt .min {
    font-size: 3.2rem;
  }
}
.treatment_appeal_area {
  color: #fff;
  height: 31.4rem;
  background-image: url("../img/beauty_bg.webp");
  background-size: cover;
  padding: 4rem 0 3.4rem 5.5rem;
}
.treatment_appeal_explain {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 2.5rem;
  line-height: 1.76;
}
.treatment_appeal_min {
  margin-top: 4px;
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 1.6rem;
}
.effect .effect_head2 {
  line-height: 10rem;
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
}
.effect .effect_head2.brown {
  background: #a6750b;
}
.effect .effect_head2 .bg {
  font-size: 5rem;
}
.effect .effect_head2 .attend {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-left: 8px;
}
.effect .effect_head2.black {
  background: #000;
}
.effect h3 {
  display: inline-block;
  font-size: 3.8rem;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
  line-height: 1.2;
}
.effect h4 {
  line-height: 1.5;
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.effect .worry_list_wrap {
  padding: 40px 0 80px;
  margin: 0;
  background: url("../img/brown_light_bg.webp");
    background-size: 100% 110%;
}
.effect .worry_item {
  font-size: 3.2rem;
}
.user_comment{
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.user_comment img{
  display: inline-block;
  width: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
.user_comment img:nth-of-type(2){
  object-position:20% 80%;
}
@media screen and (max-width: 599px) {
  .effect .effect_head2 .attend {
    font-size: 3.2rem;
  }

  .effect .worry_item {
    font-size: 4.2rem;
  }
  .effect .worry_item:before{
    top: 1rem;
  }
}
.effect_item {
  display: flex;
  background-size: 92% 102%;
  background-repeat: no-repeat;
}
.effect_item:first-of-type {
  background-position: right center;
  justify-content: flex-start;
  text-align: left;
  background-image: url("../img/facial_1_bg.webp");
}
.effect_item:first-of-type h3 {
  margin-left: -50px;
  padding: 0 30px 0 50px;
}
.effect_item:first-of-type .effect_block {
  background-image: url("../img/facial_1_filter.webp");
}
.effect_item:nth-of-type(2) {
  background-position: left center;
  justify-content: flex-end;
  text-align: right;
  background-image: url("../img/facial_2_bg.webp");
}
.effect_item:nth-of-type(2) h3 {
  margin-right: -50px;
  padding: 0 50px 0 30px;
}
.effect_item:nth-of-type(2) .effect_block{
  background-image: url("../img/facial_2_filter.webp");
  background-blend-mode: multiply;
}
@media screen and (max-width: 599px) {
  .effect_item:nth-of-type(2) .effect_block {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 10% 39%, rgba(255, 255, 255, 1) 80% 90%);
  }
}
.effect_block {
  position: relative;
  padding: 40px 50px 30px;
  z-index: 0;
}
.effect_block .inline_white {
  display: inline-block;
  background: #fff;
  color: #a6750b;
  padding: 0 0.4rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
.effect_num {
  font-size: 10rem;
}
.effect_txt {
  font-size: 2.2rem;
  line-height: 2;
  font-family: 'IBM Plex Sans JP', sans-serif;
}
@media screen and (max-width: 599px) {
  .effect_txt {
    font-size: 3.2rem;
  }
}
.effect_head_block {
  padding: 20px 0;
  background: #000;
  color: #fff;
  text-align: center;
}
.effect_head_block h3 {
  border-bottom: solid 1px #fff;
  padding: 0 50px;
}
.effect_head_txt {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
}
.effect_head_appeal {
  margin: 0 -45px;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  padding: 30px 0 70px;
  background-image: url("../img/brown_bg.webp");
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.effect_head_appeal .underline{
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .effect_head_appeal {
    line-height: 1.8;
    padding-top: 20px;
    padding-bottom: 100px;
    font-size: 3.2rem;
  }
}
.effect_point3_block {
  padding: 0 45px 88px;
  background-image: url("../img/stone_bg.webp");
  background-size: cover;
}
.effect_point3_item + .effect_point3_item {
  margin-top: 50px;
}
.effect_point3_ttl {
  background: #000;
  min-height: 80px;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;/
}
.effect_point3_item .ttl_label{
  display: inline-block;
  background: #fff;
  color: #a6750b;
  font-weight: bold;
  padding: 4px 12px;
  border: solid 1px #a6750b;
}
.effect_point3_ttl span {
  display: inline-block;
}
.effect_point3_ttl .step {
  font-size: 3.7rem;
}
.effect_point3_ttl .step_num {
  font-size: 6.7rem;
  line-height: 1;
  margin-right: 40px;
}
.effect_point3_ttl .step_min {
  font-size: 2rem;
}
.effect_point3_explain {
  background: #fff;
  padding: 20px 20px 10px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.349);
}
.effect_point3_txt {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .effect_point3_txt {
    font-size: 3.2rem;
  }
}
.effect_point3_price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 3rem;
  color: #a6750b;
  margin-top: -16px;
}
.effect_point3_price .price_num {
  padding-bottom: 15px;
  margin-left: 15px;
  font-size: 7.1rem;
}
.effect_point3_price .price_yen {
  font-size: 5rem;
}
.effect_point4_block {
  font-family: 'IBM Plex Sans JP', sans-serif;
  text-align: center;
  padding: 60px 0 53px;
  font-size: 2.2rem;
  line-height: 2;
}
.effect_point4_img{
  font-size: 0;
}
.effect_point4_img img{
  aspect-ratio: 2/1;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .effect_point3_price{
    margin-top: 10px;
    font-size: 3.4rem;
  }
  .effect_point4_block {
    font-size: 3.2rem;
  }
}
.effect_point4_block .underline {
  color: #a6750b;
}
.effect_point4_block .attend {
  font-size: 1.8rem;
}
.effect_point5_txt {
  padding: 40px 45px;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .effect_point5_txt {
    font-size: 3.2rem;
  }
}
.effect_point5_kv{
  font-size: 0;
}
.effect_point5_kv img{
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: 30% 70%;
}
.effect_point5_txt .underline {
  color: #a6750b;
}
.detail_block {
  padding: 33px 40px 75px;
  background-image: url("../img/stone_bg.webp");
  background-size: cover;
}
.detail_block h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 33px;
}
.detail_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.detail_item {
  box-shadow: 0px 5px 8px rgba(0,0,0,0.349);
}
.detail_ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  background: #fff;
  padding: 7px 0;
}

.detail_img {
  background: #fff;
  line-height: 0;
}
.detail_finish {
  box-shadow: 0px 5px 8px rgba(0,0,0,0.349);
  font-size: 3rem;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
  margin-top: 18px;
  background: #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 599px) {
  .detail_block h2 {
    font-size: 5rem;
    }
  .detail_finish {
    font-size: 3.2rem;
  }
  .detail_finish_txt{
    font-size: 4.2rem;
  }
}
.detail_finish_item {
  line-height: 1.7;
}
.root_head2 {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 4.2rem;
  line-height: calc(100 / 42);
}
.root_block {
  position: relative;
  padding: 57px 50px 85px 0;
  background-image: url("../img/brown_light_bg.webp");
  background-size: 100% 110%;
  z-index: 0;
}
.root_item {
  padding-left: 122px;
  padding-bottom: 20px;
}
.root_item:not(:last-of-type) {
  position: relative;
  z-index: 0;
}
.root_item:not(:last-of-type):before {
  position: absolute;
  content: "";
  width: 6px;
  height: calc(100% - 90px);
  left: 60px;
  top: 100px;
  background-image: url("../img/dot.webp");
  background-size: contain;
  background-repeat: repeat-y;
  z-index: 1;
}
.root_item + .root_item {
  margin-top: 35px;
}
.root_item:last-of-type {
  padding-bottom: 0;
  background: none;
}
.root_head {
  font-size: 4rem;
  line-height: 1.9;
  margin-left: -122px;
  margin-bottom: 20px;
  padding: 0 20px 0 40px;
  display: inline-block;
  background: #fff;
}
.root_head .root_num {
  display: inline-block;
  font-size: 8rem;
  line-height: 1;
  margin: -8px 20px 4px 0;
  vertical-align: sub;
}
.root_img{
  background: #fff;
  line-height: 0;
}
.root_txt {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .root_head2{
    font-size: 5rem;
  }
  .root_txt {
    font-size: 3.4rem;
  }
}
.voice {
  padding: 57px 50px 106px;
  background-image: url("../img/stone_bg.webp");
  background-size: cover;
}
.voice h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 57px;
}
.voice_block {
  font-size: 2.2rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.349);
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .voice h2{
    font-size: 5rem;
  }
  .voice_block {
    font-size: 3.4rem;
  }
}
.voice_person {
  text-align: right;
}
.faq_block {
  background-image: url("../img/brown_light_bg.webp");
  background-size: 100% 110%;
  padding: 55px 108px 70px;
}
@media screen and (max-width: 599px){
  .faq_block{
    padding: 55px 50px 70px;
    font-size: 3.2rem;
  }
}
.faq_head2 {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 3.4rem;
  line-height: calc(100 / 34);
}
.faq_list + .faq_list {
  margin-top: 30px;
}
.faq_quest {
  position: relative;
  font-size: 2.2rem;
  background: #fff;
  padding: 12px 5rem 12px 2rem;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.349);
}
.faq_quest.isActive:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq_quest:before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 1px;
  background: #000;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq_quest:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 4rem;
  background: #000;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.faq_answer {
  display: none;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-size: 2.2rem;
  padding: 30px 15px 0;
}
@media screen and (max-width: 599px) {
  .faq_head2 {
    font-size: 5rem;
  }
  .faq_quest,
  .faq_answer {
    font-size: 3.4rem;
  }
}
.footer_head {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 39px 0;
}
.footer_head .txt_min {
  font-size: 5.3rem;
  letter-spacing: 0.2em;
}
.footer_head .txt_bg {
  font-size: 7.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
footer .reserve_area {
  background: #a6750b;
  padding-top: 60px;
}
footer .reserve_appeal {
  margin-top: 27px;
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 7.3rem;
  padding: 24px 0;
}
footer .reserve_appeal:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 32px solid #000;
  border-bottom: 0;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.access_info {
  padding: 26px 60px 60px;
}
.access_head {
  font-size: 4rem;
}
.access_address {
  margin: 30px 0;
}
.access_tel, .access_link{
  display: inline-block;
  text-decoration: underline;
  margin: 30px 0;
  word-break: break-word;
}
.access_link {
  margin-bottom: 50px;
}
.small {
  border-top: solid 1px #000;
  padding: 38px 0 45px;
}
.ft_logo {
  line-height: 1;
  max-width: 366px;
  margin: 0 auto;
}

.ex_btn{
  display: block;
  text-align: center;
}
