@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.com-anchor {
  scroll-margin-top: 140px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 35px;
  }
}
.com-txt .ac {
  color: #aa5237;
}
.com-txt rt {
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(170, 82, 55, 0.2);
  border-radius: 5.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 180px 0 130px;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #e1dfdd;
  background-size: clamp(48px, 65%, 209px);
  filter: grayscale(100%);
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #f9f6f1;
}
.com-box02 {
  padding: 60px 70px;
  border: 1px solid #42322d;
}

.com-tel {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel {
  letter-spacing: 0.15em;
  line-height: 1;
}
.com-tel .num {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-tel .num {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1;
}

.com-bg01 {
  background: #f0ece6;
}
.com-bg02 {
  background: #efebe5;
}

.news-post {
  width: 100%;
  max-width: 850px;
}
.news-post-item {
  border-bottom: 1px dotted #d1ccc5;
}
.news-post-item:first-of-type a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 43px 0;
}
.news-post-time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.15em;
  line-height: 1.3;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 23px;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag li:nth-of-type(n+2) {
  margin: 0 0 8px 8px;
}
.news-post-tag-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.news-post-ttl {
  margin-top: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  padding: 30px;
  border-radius: 30px;
  background: #eef6f0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
.com-tag-item:not(:nth-of-type(3n-2)) {
  margin-left: 30px;
}
.com-tag-item:nth-of-type(n+4) {
  margin-top: 30px;
}
.com-tag-link {
  padding: 15px 36px;
  background-size: 16px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
/* =========================================

  main layout  all

========================================= */
body.top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/top/para.png) no-repeat center top/cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -100;
}

/* top-concept  PC
------------------------------------ */
#top-concept {
  background: url(../img/top/concept-deco.png) no-repeat left calc(100% - 143px)/77.6% #f9f6f1;
  position: relative;
  z-index: 1;
}
#top-concept .concept-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-concept .concept-en {
    font-size: 1.5rem;
  }
}
#top-concept .concept-en {
  line-height: 2;
  letter-spacing: 0.15em;
}

/* top-our  PC
------------------------------------ */
#top-our {
  position: relative;
  z-index: 0;
}
#top-our::after {
  content: "";
  width: 760px;
  height: 100%;
  background: url(../img/top/deco_left.png) no-repeat left bottom #f9f6f1;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-our::after {
    left: 0;
  }
}
#top-our .our-inner {
  width: 95%;
  max-width: 1580px;
}
#top-our .our-left {
  width: 48.1%;
  max-width: 760px;
}
#top-our .our-txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-our .our-txt {
    font-size: 1.5rem;
  }
}
#top-our .our-txt {
  line-height: 2.1;
}
#top-our .our-txt-box {
  margin-top: 125px;
}
#top-our .our-btn {
  margin-top: 150px;
}
@media screen and (min-width: 768px) {
  #top-our .our-left {
    position: sticky;
    top: 50px;
    left: 0;
  }
}
#top-our .our-right {
  width: 100%;
  max-width: 480px;
  padding-top: 50px;
  position: relative;
}
#top-our .our-list {
  width: 100%;
}
#top-our .our-list-item {
  padding: 115px 60px 55px;
  background: #f0ece6;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-our .our-list-item {
    position: sticky;
    top: 25px;
    right: 0;
  }
}
#top-our .our-list-item:nth-of-type(n+2) {
  margin-top: 150px;
}
#top-our .our-list-num {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background: #aa5237;
  text-align: center;
  line-height: 100px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-our .our-list-num {
    font-size: 1.5rem;
  }
}
#top-our .our-list-num {
  letter-spacing: 0.15em;
  color: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
#top-our .our-list-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-our .our-list-ttl {
    font-size: 1.5rem;
  }
}
#top-our .our-list-ttl {
  letter-spacing: 0.2em;
  line-height: 1.5;
}
#top-our .our-list-txt {
  margin-top: 35px;
  line-height: 2;
}

.lg-en {
  padding-top: 10%;
  padding-bottom: 5.2%;
  background: url(../img/top/deco_right.png) no-repeat right bottom/21.8% #f9f6f1;
}
.lg-en img {
  width: 100%;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: #f9f6f1;
}
#top-service .service-list {
  margin: 190px auto 0;
}
#top-service .service-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin: 150px auto 0;
  padding-top: 150px;
  border-top: 1px solid #d1ccc5;
}
#top-service .service-list-txt {
  margin-top: 55px;
}
#top-service .service-list-btn {
  margin-top: 60px;
}

/* top-salon  PC
------------------------------------ */
#top-salon {
  position: relative;
}
#top-salon .salon-map {
  width: 45.8%;
  position: absolute;
  top: 0;
  left: 0;
}
#top-salon .salon-con {
  max-width: 575px;
  margin-left: auto;
}
#top-salon .salon-table {
  margin-top: 45px;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-deco.png) no-repeat right top #f0ece6;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-img {
    margin-top: 130px;
  }
}
.com-contact .contact-tel {
  margin-top: 155px;
  padding: 32px 0;
  background: #f9f6f1;
  text-align: center;
}
.com-contact .contact-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-contact .contact-txt {
    line-height: 2.4;
  }
}
.com-contact .contact-btn {
  max-width: none;
  margin: 80px auto 0;
}

/* top-blog  PC
------------------------------------ */
#top-blog {
  background: #f9f6f1;
}
#top-blog .blog-img img {
  width: 100%;
}
#top-blog .blog-btn {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-blog .blog-btn {
    font-size: 1.5rem;
  }
}

/* =========================================

  sub layout  all

========================================= */
/* concept  PC
------------------------------------ */
#concept .concept {
  background: url(../img/concept-deco.png) no-repeat right top/94.9% #f0ece6;
}
#concept .concept-txt {
  margin: 70px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #concept .concept-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #concept .concept-txt {
    text-align: center;
    line-height: 3;
  }
}
#concept .concept-list {
  margin: 130px auto 0;
}
#concept .concept-list-item {
  padding: 140px 0 135px;
}
#concept .concept-list-item:nth-of-type(n+2) {
  margin: 150px auto 0;
}
#concept .value-list {
  max-width: 1080px;
  margin: 57px auto 0;
}
#concept .value-list > li:nth-of-type(n+2) {
  margin-top: 60px;
}
#concept .value-list > li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#concept .value-list-txt {
  margin: 34px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #concept .value-list-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #concept .value-list-txt {
    line-height: 2.4;
  }
}
#concept .gallery-list {
  display: flex;
  max-width: 1080px;
  margin: 66px auto 0;
  flex-wrap: wrap;
}
#concept .gallery-list-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  #concept .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #concept .gallery-list-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
#concept .gallery-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#concept .service {
  background: #f9f6f1;
}
#concept .service-list {
  margin: 135px auto 0;
}
#concept .service-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#concept .service-list-item:nth-of-type(n+2) {
  margin: 150px auto 0;
  padding-top: 150px;
  border-top: 1px solid #d1ccc5;
}
#concept .service-list-txt {
  margin-top: 55px;
}
#concept .service-list-btn {
  margin-top: 70px;
}

.com-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.com-list-con {
  padding-top: 15px;
}
.com-list .com-ttl02 .num {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-list .com-ttl02 .num {
    font-size: 1.5rem;
  }
}
.com-list .com-ttl02 .num {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1;
}
.com-list .com-ttl02 .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-list .com-ttl02 .ja {
    font-size: 1.5rem;
  }
}
.com-list .com-ttl02 .ja {
  letter-spacing: 0.15em;
}
.com-list-txt {
  margin-top: 23px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-list-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-list-txt {
    max-width: 585px;
    line-height: 2.4;
  }
}

.com-bnr {
  background: #f9f6f1;
}
.com-bnr .bnr-list-item {
  width: 49%;
  max-width: 610px;
}
.com-bnr .bnr-list-link {
  display: block;
  padding: 85px 0 125px 58px;
  background: url(../img/concept/bnr-awr.png) no-repeat calc(100% - 40px) calc(100% - 40px) #aa5237;
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-link:hover {
    background-position-x: calc(100% - 30px);
    opacity: 1;
  }
}
.com-bnr .bnr-ttl {
  line-height: 1;
  color: #fff;
}
.com-bnr .bnr-ttl .en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-ttl .en {
    font-size: 2.75rem;
  }
}
.com-bnr .bnr-ttl .en {
  letter-spacing: 0.15em;
}
.com-bnr .bnr-ttl .ja {
  margin-top: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-ttl .ja {
    font-size: 2rem;
  }
}
.com-bnr .bnr-ttl .ja {
  letter-spacing: 0.2em;
}

/* slimming  PC
------------------------------------ */
#slimming .com-sec {
  background: url(../img/slimming-deco.png) no-repeat right top/94.8% #f0ece6;
}

.com-txt02 {
  margin: 45px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-txt02 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-txt02 {
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 2.9;
  }
}

.com-sec .sec-list {
  margin: 140px auto 0;
}
.com-sec .sec-list-item {
  margin: 150px auto 0;
  padding: 140px 0;
}
.com-sec .sec-list-flx {
  max-width: 1080px;
  margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
  .com-sec .sec-list-check {
    width: 100%;
    max-width: 510px;
  }
}
.com-sec .sec-list-check li {
  padding: 13px 13px 13px 50px;
  background: url(../img/slimming/check.png) no-repeat 20px 20px;
  border: 1px solid #42322d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-sec .sec-list-check li {
    font-size: 1.5rem;
  }
}
.com-sec .sec-list-check li {
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.com-sec .sec-list-check li:nth-of-type(n+2) {
  margin-top: 30px;
}
.com-sec .sec-list-flow {
  max-width: 1080px;
  margin: 55px auto 0;
}
.com-sec .sec-list-flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-sec .sec-list-flow-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.com-sec .sec-list-flow-con {
  max-width: 700px;
}
.com-sec .sec-list-flow-txt {
  margin-top: 35px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-sec .sec-list-flow-txt {
    font-size: 1.5rem;
  }
}
.com-sec .sec-list-flow-txt {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .com-sec .sec-list-flow-txt {
    line-height: 2.4;
  }
}
.com-sec .machine {
  max-width: 1080px;
  margin: 50px auto 0;
}
.com-sec .machine-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
.com-sec .machine-list-ttl {
  display: inline-block;
  padding: 19px 24px;
  background: #42322d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-sec .machine-list-ttl {
    font-size: 1.5rem;
  }
}
.com-sec .machine-list-ttl {
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.5;
}
.com-sec .machine-list-txt {
  margin: 36px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-sec .machine-list-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-sec .machine-list-txt {
    line-height: 2.4;
  }
}
.com-sec .machine-list-flx {
  margin: 35px auto 0;
}
.com-sec .machine-list-con {
  width: 100%;
  max-width: 454px;
}
.com-sec .machine-list-check {
  margin-top: 35px;
}
.com-sec .machine-list-check li {
  padding-left: 40px;
  background: url(../img/slimming/check.png) no-repeat left 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-sec .machine-list-check li {
    font-size: 1.5rem;
  }
}
.com-sec .machine-list-check li {
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.com-sec .machine-list-check li:nth-of-type(n+2) {
  margin-top: 23px;
}
.com-sec .menu-txt {
  line-height: 2.2;
}
.com-sec .menu-table {
  width: 100%;
  max-width: 1080px;
  margin: 45px auto 0;
  border: 1px solid #42322d;
}
.com-sec .menu-table tr:nth-of-type(n+2) {
  border-top: 1px solid #42322d;
}
.com-sec .menu-table tr th {
  width: 300px;
  background: #42322d;
  color: #fff;
}
.com-sec .menu-table tr th:nth-of-type(1) {
  width: 480px;
}
.com-sec .menu-table tr th:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}
.com-sec .menu-table tr td:nth-of-type(n+2) {
  border-left: 1px solid #42322d;
}
.com-sec .menu-table th, .com-sec .menu-table td {
  padding: 20px 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-sec .menu-table th, .com-sec .menu-table td {
    font-size: 1.5rem;
  }
}
.com-sec .menu-table th, .com-sec .menu-table td {
  letter-spacing: 0.15em;
  line-height: 1.6;
  vertical-align: middle;
}
.com-sec .beforeuse {
  display: block;
  max-width: 1080px;
  margin: 150px auto 0;
  padding: 100px 90px 110px;
  background: url(../img/concept/bnr-awr.png) no-repeat calc(100% - 50px) calc(100% - 50px) #aa5237;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .com-sec .beforeuse:hover {
    background-position-x: calc(100% - 40px);
    opacity: 1;
  }
}
.com-sec .beforeuse-ttl {
  color: #fff;
}
.com-sec .beforeuse-ttl .en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .com-sec .beforeuse-ttl .en {
    font-size: 3.5rem;
  }
}
.com-sec .beforeuse-ttl .en {
  letter-spacing: 0.15em;
}
.com-sec .beforeuse-ttl .ja {
  margin-top: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-sec .beforeuse-ttl .ja {
    font-size: 2rem;
  }
}
.com-sec .beforeuse-ttl .ja {
  letter-spacing: 0.2em;
}

.com-case {
  max-width: 1080px;
  margin: 60px auto 0;
}
.com-case .case-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.com-case .case-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
  padding-top: 50px;
  border-top: 1px solid #d1ccc5;
}
.com-case .case-list-con {
  max-width: 476px;
}
.com-case .case-list-menu {
  margin-top: 26px;
}
.com-case .case-list-menu li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-menu li {
    font-size: 1.5rem;
  }
}
.com-case .case-list-menu li {
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.com-case .case-list-menu li:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-case .case-list-txt {
  margin-top: 26px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-txt {
    font-size: 1.5rem;
  }
}
.com-case .case-list-txt {
  line-height: 2.2;
  white-space: pre-line;
}
.com-case .case-list-ba {
  width: 100%;
  max-width: 540px;
  background: url(../img/slimming/arrow.png) no-repeat 18.5% 78%/15.5%;
}
.com-case .case-list-ba-ttl {
  margin-top: 0;
  padding: 10px;
  background: #42322d;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-ba-ttl {
    font-size: 1.5rem;
  }
}
.com-case .case-list-ba-ttl {
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.com-case .case-list-ba-ttl-after {
  padding: 15px;
  background: #aa5237;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-ba-ttl-after {
    font-size: 1.5rem;
  }
}
.com-case .case-list-before {
  width: 37%;
  position: relative;
}
.com-case .case-list-after {
  width: 55.5%;
  margin-top: -20.4%;
  margin-left: auto;
  position: relative;
}
.com-case .case-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.com-faq {
  background: #f9f6f1;
}
.com-faq .faq-list {
  margin: 68px auto 0;
}
.com-faq .faq-list-item:nth-of-type(n+2) {
  margin: 68px auto 0;
  padding-top: 68px;
  border-top: 1px solid #d1ccc5;
}
.com-faq .faq-list-ttl {
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
.com-faq .faq-list-ttl {
  letter-spacing: 0.15em;
  color: #aa5237;
  line-height: 1.6;
  align-items: flex-start;
}
.com-faq .faq-list-ttl::before {
  content: "Q";
  margin-right: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-ttl::before {
    font-size: 2rem;
  }
}
.com-faq .faq-list-ttl::before {
  letter-spacing: 0;
  color: #aa5237;
  flex-shrink: 0;
  line-height: 1;
}
.com-faq .faq-list-txt {
  display: flex;
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-txt {
    font-size: 1.5rem;
  }
}
.com-faq .faq-list-txt {
  letter-spacing: 0.15em;
  line-height: 2.1;
  align-items: flex-start;
}
.com-faq .faq-list-txt::before {
  content: "A";
  margin-right: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-txt::before {
    font-size: 2rem;
  }
}
.com-faq .faq-list-txt::before {
  letter-spacing: 0;
  flex-shrink: 0;
  line-height: 1;
}

/* hair_removal  PC
------------------------------------ */
#hair_removal .com-sec {
  background: url(../img/hair_removal-deco.png) no-repeat right top/94.8% #f0ece6;
}
#hair_removal .com-list-item {
  align-items: center;
}
#hair_removal .com-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#hair_removal .com-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#hair_removal .com-list-con {
  max-width: 520px;
}

/* salon  PC
------------------------------------ */
#salon .message {
  background: url(../img/salon/deco.png) no-repeat right top #f0ece6;
}
#salon .message-flx {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #salon .message-con {
    max-width: 485px;
  }
}
#salon .message-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #salon .message-ttl {
    font-size: 1.75rem;
  }
}
#salon .message-ttl {
  letter-spacing: 0.2em;
  line-height: 1.57;
}
#salon .message-txt {
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #salon .message-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #salon .message-txt {
    line-height: 2.625;
  }
}
#salon .information {
  background: #f9f6f1;
}
#salon .information-table {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #salon .information-table th {
    width: 250px;
  }
}
#salon .information-map {
  height: 0;
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) {
  #salon .information-map {
    padding-top: 400px;
  }
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin-top: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-txt {
    line-height: 2.625;
  }
}
#contact .contact-tel {
  padding: 32px 0;
  background: #f9f6f1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contact .contact-right {
    min-width: 400px;
  }
}
#contact .contact-list {
  margin-top: 65px;
}
#contact .contact-list-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-list-item {
    font-size: 1.5rem;
  }
}
#contact .contact-list-item {
  letter-spacing: 0.15em;
  line-height: 1.7;
  white-space: pre-line;
}
#contact .contact-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#contact .contact-form-table {
  margin: 50px auto 0;
}
#contact .mailform {
  background: #f9f6f1;
}

/* blog  PC
------------------------------------ */
#news .com-box {
  padding: 50px;
}

/* privacy  PC
------------------------------------ */
#privacy .privacy-box-ttl {
  color: #aa5237;
}
#privacy .privacy-box-ttl::before {
  background-color: #aa5237;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 30px;
}/*# sourceMappingURL=all.css.map */