@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url("../fonts/CormorantGaramond-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-SemiBold";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url("../fonts/CormorantGaramond-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-SemiBold";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf");
  font-display: swap;
}
/*	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;
  }
}

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

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

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.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;
}

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

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  border-radius: 10px;
}

.news-post {
  width: 100%;
  border-top: 1px solid #c36b9b;
  border-bottom: 1px solid #c36b9b;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #c36b9b;
}
.news-post-link {
  display: block;
  padding: 30px 60px 30px 0;
  background: url(../img/top/com-btn-arw.png) no-repeat right center;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background-color: #fcf5f8;
    background-position: calc(100% - 10px) center;
    opacity: 1;
  }
}
.news-post-flx {
  display: flex;
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  color: #946570;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 10px 10px;
  padding: 4px 10px;
  text-align: center;
  background: #c36b9b;
  border-radius: 999px;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 80px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-tag-link {
  display: flex;
  height: 70px;
  text-align: center;
  background: url(../img/top/com-btn-arw-white.png) no-repeat calc(100% - 22px) center #c36b9b;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.6rem;
  }
}

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

  main layout  all

========================================= */
/*  top-about  PC
------------------------------------ */
#top-about {
  padding-top: 103px;
}
#top-about .about-bg {
  padding: 165px 0 154px;
  background: #fcf5f8;
}
#top-about .about-bg-sub {
  position: relative;
  z-index: 1;
}
#top-about .about-bg-sub::before {
  content: "";
  width: 78.125%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#top-about .about-en {
  position: absolute;
  right: -54px;
  top: 143px;
}
#top-about .about-inner {
  position: relative;
}
#top-about .about-ttl {
  position: absolute;
  left: 0;
  top: -40px;
}
#top-about .about-img {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: -65px;
  left: 0;
}

/*  top-menu  PC
------------------------------------ */
#top-menu .menu-txt {
  margin-top: 40px;
}
#top-menu .menu-list-item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top-menu .menu-list-item {
    height: 500px;
  }
}
#top-menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#top-menu .menu-list-img {
  max-width: 95%;
  position: absolute;
  top: 0;
  z-index: 0;
}
#top-menu .menu-list-img::before {
  content: "";
  width: calc(100% + 15px);
  height: 100%;
  background: #c36b9b;
  position: absolute;
  top: 15px;
  z-index: -1;
}
#top-menu .menu-list-img-left {
  left: 0;
}
#top-menu .menu-list-img-left img {
  border-radius: 0 10px 10px 0;
}
#top-menu .menu-list-img-left::before {
  border-radius: 0 10px 10px 0;
  left: 0;
}
#top-menu .menu-list-img-right {
  right: 0;
}
#top-menu .menu-list-img-right::before {
  border-radius: 10px 0 0 10px;
  right: 0;
}
#top-menu .menu-list-img-right img {
  border-radius: 10px 0 0 10px;
}
#top-menu .menu-list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding-top: 32px;
}
#top-menu .menu-list-box {
  width: 100%;
  border: 10px solid #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-menu .menu-list-box {
    max-width: 456px;
  }
  #top-menu .menu-list-box-right {
    margin-left: auto;
  }
}
#top-menu .menu-list-con {
  margin: 3px;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}
#top-menu .menu-list-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-ttl {
    font-size: 1.6rem;
  }
}
#top-menu .menu-list-flx {
  position: relative;
  z-index: 1;
}
#top-menu .menu-list-flx::before {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: #c36b9b;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-menu .menu-list-menu, #top-menu .menu-list-num {
  background: #ffffff;
  color: #c36b9b;
  line-height: 1;
  font-family: "CormorantGaramond-Medium", serif;
}
#top-menu .menu-list-menu {
  padding-top: 5px;
  padding-right: 10px;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-menu {
    font-size: 1.6rem;
  }
}
#top-menu .menu-list-num {
  padding-left: 10px;
  font-size: 4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-num {
    font-size: 2rem;
  }
}
#top-menu .menu-list-txt {
  margin-top: 15px;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-txt {
    font-size: 1.6rem;
  }
}
#top-menu .menu-btn-wrap {
  margin-top: 50px;
  text-align: right;
}
#top-menu .menu-btn-ib {
  display: inline-block;
}

/*  top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list {
  display: flex;
}
#top-bnr .bnr-list-item {
  width: 50%;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 165px 0;
  outline: 1px solid #fff;
  outline-offset: -10px;
  position: relative;
  z-index: 1;
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: 55px;
  height: 55px;
  border: 1px solid #c36b9b;
  background: url(../img/top/com-btn-arw.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: all 0.3s ease;
}
#top-bnr .bnr-list-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(252, 245, 248, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    outline-offset: -5px;
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover::before {
    background-color: #c36b9b;
    background-image: url(../img/top/com-btn-arw-white.png);
  }
  #top-bnr .bnr-list-link:hover::after {
    background-color: rgba(252, 245, 248, 0);
  }
}
#top-bnr .bnr-list-price {
  background: url(../img/top/price.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-information {
  background: url(../img/top/information.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-ttl {
  width: 80%;
  max-width: 600px;
  margin: auto;
  padding: 25px 0 45px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  line-height: 1.2;
}
#top-bnr .bnr-list-ttl-en {
  display: block;
  margin-top: 9px;
  font-family: "CormorantGaramond-Medium", serif;
  font-size: 6rem;
  letter-spacing: 0.03em;
  color: #c36b9b;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-en {
    font-size: 3rem;
  }
}
#top-bnr .bnr-list-ttl-ja {
  display: block;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  color: #946570;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-ja {
    font-size: 1.6rem;
  }
}

/*  top-news  PC
------------------------------------ */
#top-news {
  padding: 120px 0;
  background: #fcf5f8;
  position: relative;
}
#top-news .news-en {
  position: absolute;
  left: 0;
  bottom: -30px;
}
#top-news .news-bg {
  position: relative;
  z-index: 1;
}
#top-news .news-bg::before {
  content: "";
  width: 1500px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: calc(50% - 960px);
  top: 0;
  bottom: 0;
  z-index: -1;
}
#top-news .news-inner {
  padding: 76px 0 80px 50px;
}
#top-news .news-post {
  margin: 34px auto 0;
}
#top-news .news-btn-en {
  color: #c36b9b;
}

/*  com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact.jpg) no-repeat center/cover;
}
.com-contact .contact-box {
  padding: 34px 0 40px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.com-contact .contact-ttl {
  display: block;
}
.com-contact .contact-ttl-en {
  margin: auto;
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl-en {
    font-size: 3rem;
  }
}
.com-contact .contact-ttl-ja {
  text-align: center;
}
.com-contact .contact-txt {
  margin: 28px auto 0;
  text-align: center;
  line-height: 1.875;
}
.com-contact .contact-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 300px;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}
.com-contact .contact-list-link {
  display: flex;
  height: 70px;
  background: #c36b9b;
  justify-content: center;
  border-radius: 999px;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.08em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-link {
    font-size: 1.6rem;
  }
}
.com-contact .contact-list-link::before {
  content: "";
  width: 16px;
  height: 12px;
  margin-right: 9px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-link:hover {
    background-color: rgba(195, 107, 155, 0.8);
    opacity: 1;
  }
}
.com-contact .contact-list-line::before {
  height: 15px;
  background-image: url(../img/top/contact-line.png);
}
.com-contact .contact-tel {
  margin: 30px auto 0;
  text-align: center;
}
.com-contact .contact-tel-ttl {
  display: inline-block;
  padding-left: 27px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
  font-family: "ShipporiMinchoB1-SemiBold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #c36b9b;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-ttl {
    font-size: 1.6rem;
  }
}
.com-contact .contact-tel-txt {
  margin-left: 17px;
  font-size: 1.2rem;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-txt {
    font-size: 1.6rem;
  }
}
.com-contact .contact-tel-link {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #c36b9b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-link {
    font-size: 1.6rem;
  }
}
.com-contact .contact-tel-num {
  font-size: 4.2rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-num {
    font-size: 2.1rem;
  }
}
.com-contact .contact-tel-dl {
  margin-left: 23px;
}
.com-contact .contact-tel-dl-item {
  display: flex;
}
.com-contact .contact-tel-dl dt, .com-contact .contact-tel-dl dd {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-dl dt, .com-contact .contact-tel-dl dd {
    font-size: 1.6rem;
  }
}

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

  sub layout  all

========================================= */
/*  slimming  PC
------------------------------------ */
.com-about {
  background: #fcf5f8;
}
.com-about .about-list {
  margin: 60px auto 0;
  padding: 55px 0 30px;
  background: #fff;
  position: relative;
}
.com-about .about-list-item {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
}
.com-about .about-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
.com-about .about-list-item02 {
  display: block;
  text-align: center;
}
.com-about .about-list-ttl01 {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-about .about-list-ttl01 {
    font-size: 1.6rem;
  }
}
.com-about .about-list-ttl01-sm {
  letter-spacing: 0.08em;
}
.com-about .about-list-video {
  margin: 35px auto 0;
}
.com-about .about-list-txt {
  margin-top: 34px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .com-about .about-list-img {
    flex-shrink: 0;
  }
  .com-about .about-list-img01 {
    margin-left: 25px;
  }
  .com-about .about-list-img02 {
    margin-right: 34px;
  }
}
.com-about .about-list-note {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .com-about .about-list-note {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
  }
}
.com-about .about-check {
  margin-top: 20px;
}

.com-check li:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-check-item {
  padding-left: 22px;
  line-height: 1.8;
  position: relative;
}
.com-check-item::before {
  content: "●";
  color: #c36b9b;
  position: absolute;
  left: 0;
  top: 0;
}
.com-check-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-check-ttl {
    font-size: 1.6rem;
  }
}
.com-check-txt {
  letter-spacing: 0;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-check-txt {
    font-size: 1.6rem;
  }
}

.com-merit {
  background: url(../img/slimming/merit-bg.png) no-repeat center top/cover;
}
.com-merit .merit-list {
  margin: 58px auto 0;
  border-radius: 10px;
  background: #fff;
  padding: 28px 23px 44px;
}
.com-merit .merit-list-item:nth-of-type(n+2) {
  margin-top: 37px;
}
.com-merit .merit-list-txt {
  margin-top: 17px;
  line-height: 1.875;
}

.com-case {
  background: #fcf5f8;
}
.com-case .case-ttl {
  display: block;
  text-align: center;
}
.com-case .case-ttl-en {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-case .case-ttl-en {
    font-size: 3rem;
  }
}
.com-case .case-ttl-ja {
  margin: 20px auto 0;
}
.com-case .case-ttl-sub {
  margin: 45px auto 0;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-case .case-ttl-sub {
    font-size: 1.6rem;
  }
}
.com-case .case-txt {
  margin: 18px auto 0;
  text-align: center;
  line-height: 1.875;
}
.com-case .case-list {
  margin: 72px auto 0;
}
.com-case .case-list-item {
  padding: 23px 29px;
  background: #fff;
  border-radius: 10px;
}
.com-case .case-list-item:nth-of-type(n+2) {
  margin-top: 76px;
}
.com-case .case-list-ttl {
  padding-bottom: 18px;
  border-bottom: 1px solid #c36b9b;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-ttl {
    font-size: 1.6rem;
  }
}
.com-case .case-list-ba {
  display: flex;
  margin: 28px auto 0;
  justify-content: space-between;
  background: url(../img/slimming/arw.png) no-repeat center 60%;
  text-align: center;
}
.com-case .case-list-ba-item {
  max-width: 480px;
  width: 100%;
}
.com-case .case-list-ba-img {
  width: 100%;
  height: 0;
  margin: 14px auto 0;
  padding-top: 83.3%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.com-case .case-list-ba-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-ba-ttl {
    font-size: 1.6rem;
  }
}
.com-case .case-list-ba-ttl-after {
  color: #c36b9b;
}
.com-case .case-list-txt {
  margin: 20px auto 0;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-case .case-list-txt {
    font-size: 1.6rem;
  }
}

.com-voice .voice-ttl {
  display: block;
  text-align: center;
}
.com-voice .voice-ttl-en {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-ttl-en {
    font-size: 3rem;
  }
}
.com-voice .voice-ttl-ja {
  margin: 15px auto 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-ttl-ja {
    font-size: 1.6rem;
  }
}
.com-voice .voice-txt {
  margin: 40px auto 0;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .com-voice .voice-txt {
    text-align: center;
  }
}
.com-voice .voice-list {
  margin: 95px auto 0;
}
.com-voice .voice-list-item {
  display: flex;
  padding: 40px 0 50px;
  border-top: 1px solid #c36b9b;
}
.com-voice .voice-list-icon {
  margin-right: 18px;
  flex-shrink: 0;
}
.com-voice .voice-list-contents {
  padding-top: 15px;
}
.com-voice .voice-list-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-ttl {
    font-size: 1.6rem;
  }
}
.com-voice .voice-list-txt {
  margin-top: 17px;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  line-height: 1.875;
  white-space: pre-line;
}

/*  facial  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #facial .about-list {
    padding-bottom: 126px;
  }
}
@media screen and (min-width: 768px) {
  #facial .about-list-img02 {
    margin-right: 80px;
  }
}
@media screen and (min-width: 768px) {
  #facial .com-check li:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

/*  bridal  PC
------------------------------------ */
#bridal .about-img02 {
  margin-right: 35px;
}
#bridal .about-list-ttl01-sm {
  line-height: 2;
}
#bridal .com-check-ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #bridal .com-check-ttl {
    font-size: 1.6rem;
  }
}
#bridal .course {
  background: #fcf5f8;
}
#bridal .course-ttl {
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #bridal .course-ttl {
    font-size: 1.6rem;
  }
}
#bridal .course-ttl-lg {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #bridal .course-ttl-lg {
    font-size: 1.6rem;
  }
}
#bridal .course-list {
  margin: 50px auto 0;
}
#bridal .course-list-item {
  padding: 30px 28px 53px;
  background: #fff;
}
#bridal .course-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#bridal .course-list-ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #c36b9b;
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #bridal .course-list-ttl {
    font-size: 1.6rem;
  }
}
#bridal .course-list-ttl-sub {
  display: flex;
  margin: 34px auto 0;
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #c36b9b;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #bridal .course-list-ttl-sub {
    font-size: 1.6rem;
  }
}
#bridal .course-list-ttl-sub::before, #bridal .course-list-ttl-sub::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c36b9b;
}
#bridal .course-list-ttl-sub::before {
  margin-right: 17px;
}
#bridal .course-list-ttl-sub::after {
  margin-left: 17px;
}
#bridal .course-list-ttl-sub span {
  flex-shrink: 0;
}
#bridal .course-list-txt {
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.875;
}
#bridal .course-detail-item {
  text-align: center;
}
#bridal .course-detail-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #bridal .course-detail-ttl {
    font-size: 1.6rem;
  }
}
#bridal .course-detail-dl {
  display: inline-block;
  text-align: left;
}
#bridal .course-detail-dl-item {
  display: flex;
  align-items: flex-end;
}
#bridal .course-detail-dl div:nth-of-type(n+2) {
  margin-top: 8px;
}
#bridal .course-detail-dl dt {
  width: 60px;
  height: 30px;
  background: #c36b9b;
  border-radius: 10px;
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #bridal .course-detail-dl dt {
    font-size: 1.6rem;
  }
}
#bridal .course-detail-dl dd {
  margin-left: 10px;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #bridal .course-detail-dl dd {
    font-size: 1.6rem;
  }
}
#bridal .course-detail-dl-lg {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #c36b9b;
}
@media screen and (max-width: 768px) {
  #bridal .course-detail-dl-lg {
    font-size: 1.6rem;
  }
}

/*  menu  PC
------------------------------------ */
#menu .menu-ttl {
  display: block;
  text-align: center;
  line-height: 1.8;
}
#menu .menu-ttl-en {
  display: block;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-ttl-en {
    font-size: 3rem;
  }
}
#menu .menu-ttl-ja {
  display: block;
  margin: 10px auto 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-ttl-ja {
    font-size: 1.6rem;
  }
}
#menu .menu-txt {
  line-height: 1.875;
}
#menu .menu-txt-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #menu .menu-txt-box {
    text-align: center;
  }
}
#menu .menu-list {
  padding: 63px 0 147px;
  background: #fcf5f8;
}
#menu .menu-list-item {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 35px 30px;
  background: #fff;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#menu .menu-list-ttl {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #c36b9b;
  align-items: flex-end;
  justify-content: space-between;
}
#menu .menu-list-ttl-txt {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#menu .menu-list-ttl-price {
  margin-left: 15px;
  text-align: right;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  flex-shrink: 0;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-ttl-price {
    font-size: 1.6rem;
  }
}
#menu .menu-list-txt {
  margin: 15px auto 0;
  white-space: pre-line;
  line-height: 1.875;
}

/*  access  PC
------------------------------------ */
#access .salon {
  background: #fcf5f8;
}
#access .salon-inner {
  padding: 0 0 49px;
  position: relative;
  z-index: 1;
}
#access .salon-inner::before {
  content: "";
  width: 138.8%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#access .salon-con {
  width: 100%;
  max-width: 560px;
  padding-top: 45px;
}
#access .salon-ttl {
  position: absolute;
  left: 0;
  top: -23px;
}
#access .salon-ttl-en {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #access .salon-ttl-en {
    font-size: 3rem;
  }
}
#access .salon-ttl-ja {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #access .salon-ttl-ja {
    font-size: 1.6rem;
  }
}
#access .access-txt {
  margin: 30px auto 0;
  text-align: center;
  line-height: 1.875;
}

/*  news  PC
------------------------------------ */
#news, #site, #privacy {
  background: #fcf5f8;
}/*# sourceMappingURL=all.css.map */