@charset "UTF-8";
/*ベースルール*/
@import url("https://fonts.cdnfonts.com/css/didot-2");
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: #3c1114;
}

/* フォント Didot */
.didot {
  font-family: "Didot", sans-serif;
}

/* フォント 游明朝 */
.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

* {
  line-height: 1.75;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  filter: brightness(120%);
}

li {
  list-style: none;
}

h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #3c1114;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
  }
}
.contents {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .contents {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .br-sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-pc-only {
    display: none;
  }
}
/* ヘッダー ご予約ボタン */
/* LINE ご予約ボタン */
/* ヘッダー */
.header {
  width: 100%;
  padding: 14.5px;
  background: #fcfcfc;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media (max-width: 999px) {
  .header {
    padding: 2rem 1rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 1rem;
  }
}
.header__contact {
  display: flex;
  margin-left: 14.5833vw;
}

@media (max-width: 999px) {
  .header__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.5rem;
  }
}
.header__logo {
  width: 12.3611vw;
}

@media (max-width: 999px) {
  .header__logo {
    width: 35%;
  }
}
.header__contact-group {
  display: flex;
  column-gap: 3vw;
  margin-left: 7.2vw;
  margin-top: 0.4vw;
  align-items: center;
}

.header-list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3c1114;
}

@media screen and (max-width: 999px) {
  .header-menu-active {
    right: -20px;
  }
}
@media screen and (max-width: 999px) {
  .header__menu {
    position: absolute;
    width: calc(100% + 20px);
    height: 100vh;
    top: 77px;
    right: calc(100% + 20px);
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 40px 0 20px;
    transition: 0.3s;
  }
}
.header-nav__group1, .header-nav__group2, .hamburger-list__group {
  display: flex;
  column-gap: 0.3472vw;
}

.header-nav__group2 {
  margin-top: 0.6944vw;
  margin-left: 7.2916vw;
}

/* ヘッダーナビゲーションと
ハンバーガーメニューの表示・非表示 */
@media (max-width: 999px) {
  .header-nav {
    display: none;
  }
}
@media (min-width: 1000px) {
  .hamburger-list {
    display: none;
  }
}
/*ハンバーガーボタン*/
@media (min-width: 1000px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  margin-top: 1.3vw; /*ハンバーガーボタンの一位調整*/
}

.hamburger-menu__bar {
  display: inline-block;
  width: 68%;
  height: 2px;
  background: #d99da0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 14px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 34px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  background: #d7eef3;
  position: absolute;
  top: 13vw;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.navigation__list-item {
  border-bottom: solid 1px #474747;
  padding: 0.3rem 0;
}

.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}

.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
/* ハンバーガーメニュー　リスト */
@media (max-width: 999px) {
  .hamburger-list {
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    padding: 5rem 2.5rem 8.5rem 2.5rem;
    background-color: #fff;
    transition: all 0.6s;
    transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .hamburger-list {
    position: fixed;
    top: 23vw;
    left: 0;
    width: 100%;
    padding: 5rem 2.5rem 8.5rem 2.5rem;
    background-color: #fff;
    transition: all 0.6s;
    transform: translateX(-100%);
  }
}
.hamburger-list-active {
  transform: translateX(0);
}

.hamburger-list__group {
  display: block;
}

.hamburger-list__group li {
  font-size: 1.6rem;
  padding: 1rem;
  border-bottom: solid 0.5px #908a8a;
}

/* ハンバーガーアイコン */
.hamburger-list__icon1 {
  position: relative;
}

@media (max-width: 999px) {
  .hamburger-list__icon1::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon1::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -66.5vw;
  }
}
@media (max-width: 999px) {
  .hamburger-list__icon2::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon2::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 999px) {
  .hamburger-list__icon3::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon3::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 999px) {
  .hamburger-list__icon4::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon4::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 999px) {
  .hamburger-list__icon5::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon5::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 999px) {
  .hamburger-list__icon6::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon6::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 999px) {
  .hamburger-list__icon7::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon7::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 999px) {
  .hamburger-list__icon8::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
@media (max-width: 767px) {
  .hamburger-list__icon8::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../images/sp-humburgerIcon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 8.5333vw;
  }
}
.hamburger-list__item {
  padding: 0.5rem 0;
}

/* ヘッダー ご予約ボタン */
.reserveBtn .header__contactBtn {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff; /* 文字色 */
  border-radius: 0;
  background: #7b511b; /* 背景色 */
  padding: 1vw;
  font-size: 1.8rem;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
.reserveBtn .header__contactBtn::before {
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  content: "";
  transition: all 0.3s;
  border: 1px solid #fff;
}
.reserveBtn .header__contactBtn::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

@media (max-width: 999px) {
  .reserveBtn {
    display: none;
  }
}
/* ハンバーガー内 ご予約ボタン */
@media (min-width: 1000px) {
  .reserveBtn-humburger {
    display: none;
  }
}
.reserveBtn-humburger {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff; /* 文字色 */
  border-radius: 0;
  background: #7b511b; /* 背景色 */
  padding: 1vw;
  font-size: 2rem;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 30rem;
}
.reserveBtn-humburger::before {
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  content: "";
  transition: all 0.3s;
  border: 1px solid #fff;
}
.reserveBtn-humburger::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.reserveBtn-humburger:hover {
  filter: brightness(120%);
}

@media (max-width: 999px) {
  .reserveBtn-humburger {
    margin-left: 1vw;
    margin-top: 3vw;
    padding: 3vw 1vw;
  }
}


@media (max-width: 999px) {
  .reserveBtn-humburger span::before {
    margin-top: -0.5rem;
    content: "";
    display: inline-block;
    background-image: url(../images/LINE_Brand_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 1rem;
  }
}
.reserveBtn-humburger a {
  color: #fff;
}

.a-tag {
  position: relative;
}

main {
  margin-top: 8.19444vw;
}

@media (max-width: 999px) {
  main {
    margin-top: 16.016vw;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 17.06666vw;
  }
}
.cover {
  position: relative;
}

.s-fade-wrap img {
  width: 80%;
}

@media (max-width: 767px) {
  .s-fade-wrap img {
    width: 90%;
  }
}
.s-fade-text, .s-fade-text2, .s-fade-text3 {
  position: absolute;
  top: 43.5%;
  left: 45%;
  width: 100%;
  font-size: 2.5vw;
  font-weight: 300;
  color: #615051;
  text-align: left;
}

.swiper-slide-active .s-fade-text {
  animation: slideTextFade 3s ease 0s 1 normal;
}

.swiper-slide-active .s-fade-text2 {
  animation: slideTextFade 3s ease 0s 1 normal;
}

.swiper-slide-active .s-fade-text3 {
  animation: slideTextFade 3s ease 0s 1 normal;
}

@keyframes slideTextFade {
  0%, 40% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .s-fade-text {
    top: 20%;
    left: 3%;
    width: 100%;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .s-fade-text2, .s-fade-text3 {
    top: 20%;
    left: 15%;
    width: 100%;
    font-size: 2.4rem;
    color: #615051;
  }
}
.cover__bg {
  position: absolute;
  bottom: -97px;
  right: 0;
  width: 50.3472vw;
  height: 34.7222vw;
  background-color: #f5f1ef;
}

@media (max-width: 767px) {
  .cover__bg {
    bottom: 0;
    width: 88vw;
    height: 120vw;
    top: 30%;
  }
}
.cover__salonName {
  position: absolute;
  bottom: -10%;
  right: 24%;
  z-index: 99;
}

@media (max-width: 767px) {
  .cover__salonName {
    bottom: -37.333vw;
    z-index: 99;
    left: 13.3333vw;
    right: 13.3333vw;
  }
}
@media (max-width: 767px) {
  .sp-cover-logo {
    width: 26.5rem;
  }
}
.cover__salonName p {
  font-size: 1.8055vw;
  color: #946931;
  text-align: center;
}

@media (max-width: 767px) {
  .cover__salonName p {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
/* スクロールデザイン */
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0;
  right: 17%;
  z-index: 99;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 2.5s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  position: absolute;
  top: -280px;
  left: -22px;
  color: #3c1114;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .scrolldown4 span {
    top: -42vw;
    left: 4.8vw;
  }
}
/* 矢印の斜め線 */
.scrolldown4:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 6px;
  width: 1px;
  height: 18px;
  background: #3c1114;
  transform: skewX(36deg);
}

@media (max-width: 767px) {
  .scrolldown4:before {
    width: 1px;
    height: 18px;
    left: 8.7999vw;
    right: 0;
    bottom: -32vw;
  }
}
.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の縦線*/
  width: 1px;
  height: 196px;
  background: #3c1114;
}

@media (max-width: 767px) {
  .scrolldown4:after {
    left: 4rem;
    height: 52.5333vw;
    bottom: -32vw;
  }
}
/* sec1 導入 */
.introduction {
  padding-top: 26rem;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .introduction {
    padding-top: 64vw;
    padding-bottom: 30.6666vw;
  }
}
@media (max-width: 767px) {
  .introduction__first {
    padding-top: 94.666vw;
    padding-bottom: 18.666vw;
  }
}
@media (max-width: 767px) {
  .introduction__first-wrapper {
    position: relative;
  }
}
.introduction__first-inner {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .introduction__first-inner {
    display: inherit;
    align-items: inherit;
    padding-right: 0;
  }
}
.introduction__first h3 {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: left;
  padding-left: 17%;
  margin-bottom: -80px;
}

@media (max-width: 767px) {
  .introduction__first h3 {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    padding-left: 6%;
    margin-bottom: 0;
  }
}
.introduction__first-wrapper p {
  width: 70%;
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
  padding-left: 17%;
  padding-right: 5%;
  font-size: 1.8rem;
  background-color: #faf9f8;
}

@media (max-width: 767px) {
  .introduction__first-wrapper p {
    width: 95%;
    font-size: 1.6rem;
    background-color: #faf9f8;
    padding: 4rem 2rem;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  .introduction__first-img {
    position: absolute;
    right: 2.6666vw;
    top: -95.7333vw;
    width: 25.2rem;
  }
}
@media (max-width: 767px) {
  .introduction__second {
    margin-top: 145.666vw;
  }
}
@media (max-width: 767px) {
  .introduction__second-wrapper {
    position: relative;
  }
}
.introduction__second-inner {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .introduction__second-inner {
    display: inherit;
    align-items: inherit;
    padding-left: 0;
  }
}
.introduction__second-img {
  position: absolute;
  top: 13%;
  right: 58%;
}

@media (max-width: 767px) {
  .introduction__second-img {
    position: absolute;
    right: 0;
    top: -105.3333vw;
    width: 25.2rem;
    left: 2.6666vw;
  }
}
.introduction__second h3 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: -205px;
  padding-top: 5rem;
  padding-left: 44%;
}

@media (max-width: 767px) {
  .introduction__second h3 {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    padding-top: 0;
    padding-left: 6%;
    margin-bottom: 0;
  }
}
.introduction__second-wrapper__text {
  width: 70%;
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
  padding-left: 13%;
  padding-right: 17%;
  background-color: #faf9f8;
  margin-top: 230px;
}

@media (max-width: 767px) {
  .introduction__second-wrapper__text {
    width: 95%;
    font-size: 1.6rem;
    background-color: #faf9f8;
    padding: 4rem 2rem;
    margin: 0;
  }
}
.introduction__second-wrapper p {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .introduction__second-wrapper p {
    font-size: 1.6rem;
  }
}
.introduction__second-wrapper__text p:nth-child(2),
.introduction__second-wrapper__text p:last-child {
  font-size: 1.8rem;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .introduction__second-wrapper__text p:nth-child(2),
  .introduction__second-wrapper__text p:last-child {
    font-size: 1.6rem;
  }
}
/* sec2 リスブランの特徴*/
#feature {
  background-image: url(../images/sec2/sec2-back.jpg);
  background-size: 100% 100%;
  position: relative;
}

@media (max-width: 767px) {
  #feature {
    background-image: url(../images/sec2/sp_sec2-bg.jpg);
  }
}
.feature__titleImg {
  position: absolute;
  top: -0.5%;
  left: 15%;
  max-width: 50vw;
}

@media (max-width: 767px) {
  .feature__titleImg {
    top: -6.9333vw;
    left: 20.8vw;
    max-width: 53.333vw;
  }
}
.feature__main {
  padding-bottom: 30rem;
}

@media (max-width: 767px) {
  .feature__main {
    padding-bottom: 12rem;
  }
}
#feature h3 {
  padding-top: 12.333vw;
  text-align: center;
  white-space: nowrap;
}

/* 01 */
.feature__wrapper1 {
  max-width: 1020px;
  height: 480px;
  margin: 73px auto;
  position: relative;
}

@media (max-width: 1020px) {
  .feature__wrapper1 {
    height: 47.0588vw;
  }
}
@media (max-width: 767px) {
  .feature__wrapper1 {
    height: 0;
    max-width: 1020px;
    margin: 10.666vw auto;
    position: relative;
  }
}
.diproma-img {
  max-width: 52.94117vw;
  position: absolute;
}

@media (max-width: 767px) {
  .diproma-img {
    max-width: 100%;
    width: 100%;
    position: inherit;
    width: 100%;
  }
}
.feature__wrapper1-inner {
  max-width: 525px;
  padding: 4.9rem 3.7rem 4rem 3.7rem;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
}

@media (max-width: 767px) {
  .feature__wrapper1-inner {
    max-width: 100%;
    padding: 3rem 1.5rem 4rem;
    background-color: #fff;
    position: absolute;
    top: 37.3333vw;
    left: 0;
  }
}
.feature__number {
  font-size: 2.6rem;
  color: #3c1114;
  text-align: center;
  line-height: 1.2;
  border-bottom: solid 1px #3c1114;
  width: 35px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .feature__number {
    font-size: 2rem;
  }
}
.feature__lead {
  font-size: 2.8rem;
  color: #946931;
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .feature__lead {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.feature__wrapper1-inner__text {
  margin-top: 4rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .feature__wrapper1-inner__text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.feature__wrapper1-inner__text p:last-child {
  margin-top: 2.7rem;
}

@media (max-width: 767px) {
  .feature__wrapper1-inner__text p:last-child {
    margin-top: 1.3rem;
  }
}
/* 02 */
.feature__wrapper2 {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .feature__wrapper2 {
    margin-top: 147vw;
  }
}
.feature__wrapper2-inner {
  display: flex;
  flex-direction: column;
  width: 80rem;
  padding: 4.9rem 3.7rem 4rem 3.7rem;
  background-color: #fff;
  margin-left: -30px;
}

@media (max-width: 767px) {
  .feature__wrapper2-inner {
    display: flex;
    flex-direction: column;
    width: 64rem;
    padding: 2.2rem 1.5rem;
    background-color: #fff;
    margin-left: 0;
  }
}
.feature__wrapper2-inner {
  font-size: 2.8rem;
  color: #946931;
  text-align: center;
}

.feature__wrapper2-inner__text {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .feature__wrapper2-inner__text {
    flex-wrap: wrap;
    row-gap: 1.3rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.feature__wrapper2-inner__text p {
  font-size: 2.2rem;
  line-height: 2;
  margin-top: 0;
}

.feature__wrapper2-inner__text-group {
  position: relative;
}

@media (max-width: 767px) {
  .feature__shape {
    max-width: 12.3rem;
  }
}
.feature__wrapper2-inner__text-group-p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.2rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .feature__wrapper2-inner__text-group-p {
    font-size: 1.6rem;
  }
}
/* 03 */
.feature__wrapper3 {
  max-width: 1020px;
  height: 600px;
  margin: 73px auto;
  position: relative;
}

@media (max-width: 1020px) {
  .feature__wrapper3 {
    height: 58.8235vw;
  }
}
@media (max-width: 767px) {
  .feature__wrapper3 {
    max-width: 100%;
    height: inherit;
    position: relative;
    margin: 8vw auto;
  }
}
.oil-img {
  max-width: 52.94117vw;
  position: absolute;
  top: 35%;
  right: 0;
}

@media (max-width: 767px) {
  .oil-img {
    max-width: 100%;
    width: 100%;
    position: inherit;
    top: inherit;
    right: inherit;
  }
}
.feature__wrapper3-inner {
  max-width: 525px;
  padding: 4.9rem 3.7rem 4rem 3.7rem;
  background-color: #fff;
  position: absolute;
  right: 48%;
}

@media (max-width: 767px) {
  .feature__wrapper3-inner {
    max-width: 100%;
    padding: 3rem 1.5rem 4rem;
    position: inherit;
    right: inherit;
  }
}
.feature__wrapper3-inner__text {
  margin-top: 4rem;
  line-height: 2;
}

.feature__wrapper3-inner__text p:last-child {
  margin-top: 2.7rem;
}

/* 04 */
.feature__wrapper4 {
  max-width: 1020px;
  height: 500px;
  margin: 73px auto 0;
  position: relative;
}

@media (max-width: 1020px) {
  .feature__wrapper4 {
    height: 49.0196vw;
  }
}
@media (max-width: 767px) {
  .feature__wrapper4 {
    max-width: 100%;
    height: inherit;
    margin: 0 auto;
    position: relative;
  }
}
.feature__wrapper4-inner {
  max-width: 525px;
  padding: 4.9rem 3.7rem 4rem 3.7rem;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
}

@media (max-width: 767px) {
  .feature__wrapper4-inner {
    max-width: 100%;
    padding: 3rem 1.5rem 4rem;
    background-color: #fff;
    position: absolute;
    top: 54vw;
    left: 0;
  }
}
.MFIP-img {
  max-width: 52.94117vw;
  position: absolute;
  top: 25%;
}

@media (max-width: 767px) {
  .MFIP-img {
    max-width: 100%;
    width: 100%;
    position: inherit;
    top: inherit;
  }
}
/* 05 */
.feature__wrapper5 {
  max-width: 95rem;
  background-color: #fff;
  border-radius: 30px;
  padding: 7rem 5rem;
  margin: 10rem auto 0;
}

@media (max-width: 767px) {
  .feature__wrapper5 {
    max-width: 100%;
    padding: 0.5rem 2rem 6rem;
    margin: 111.333vw auto 0;
  }
}
.feature__wrapper5 span {
  font-size: 2rem;
  color: #946931;
}

@media (max-width: 767px) {
  .feature__wrapper5 span {
    font-size: 1.8rem;
  }
}
.feature__wrapper5 p {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .feature__wrapper5 p {
    margin-top: 1.5rem;
  }
}
.feature__wrapper5-inner1,
.feature__wrapper5-inner2,
.feature__wrapper5-inner3 {
  display: flex;
  column-gap: 4.3rem;
}

@media (max-width: 767px) {
  .feature__wrapper5-inner1,
  .feature__wrapper5-inner2,
  .feature__wrapper5-inner3 {
    display: inherit;
  }
}
.feature__wrapper5-inner2 {
  margin-top: 5rem;
}

.feature__wrapper5-inner3 {
  margin-top: 4rem;
  align-items: center;
  column-gap: 10rem;
}

@media (max-width: 767px) {
  .feature__wrapper5-inner3 {
    position: relative;
  }
}
.feature__wrapper5-inner3-text {
  width: 35rem;
  border-left: solid 4px #e6d0c7;
  padding: 2px 15px;
}

@media (max-width: 767px) {
  .feature__wrapper5-inner3-text {
    width: 31rem;
    padding: 0 40px 0 15px;
  }
}
.feature__wrapper5-inner3-img {
  width: 40%;
  height: 40%;
}

@media (max-width: 767px) {
  .feature__wrapper5-inner3-img {
    width: inherit;
    height: 30%;
    position: absolute;
    max-width: 247px;
    right: -10%;
  }
}
@media (max-width: 767px) {
  .feature__wrapper5-inner1-text {
    margin-top: 5rem;
  }
}
/* sec3 お客様の声 */
#reviews {
  position: relative;
  padding-bottom: 20rem;
  position: relative;
}

@media (max-width: 767px) {
  #reviews {
    position: relative;
    padding-bottom: 26.6666vw;
    position: relative;
    width: 35rem;
    margin: 0 auto;
  }
}
.reviews__titleImg {
  position: absolute;
  top: -12.5%;
  left: 15%;
}

@media (max-width: 767px) {
  .reviews__titleImg {
    top: -8vw;
    left: 20.8vw;
    max-width: 52.333vw;
  }
}
.reviews__title {
  text-align: center;
  padding-top: 5rem;
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .reviews__title {
    text-align: center;
    padding-top: 5.3333vw;
    margin-bottom: 12vw;
  }
}
.reviews__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}

@media (max-width: 767px) {
  .reviews__wrapper {
    row-gap: 3rem;
  }
}
.reviews__innerL {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.8rem;
}

.reviews__innerL p {
  width: 700px;
  background-color: #fff;
  padding: 3rem 5rem;
  border-radius: 30px;
  box-shadow: 0 0 8px #cfbcb9;
  align-items: center;
  text-align: justify;
}

@media (max-width: 767px) {
  .reviews__innerL p {
    width: 100%;
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.reviews__innerR {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}

.reviews__innerR p {
  width: 700px;
  background-color: #fff;
  padding: 3rem 5rem;
  border-radius: 30px;
  box-shadow: 0 0 8px #cfbcb9;
  align-items: center;
  text-align: justify;
}

@media (max-width: 767px) {
  .reviews__innerR p {
    padding: 2rem;
  }
}
.reviews__inner-span {
  font-size: 1.4rem;
  float: right;
}

/* sc4 メニュー */
#menu {
  background-image: url(../images/sec4/sec4-back.png);
  background-size: 100% 100%;
  position: relative;
}

@media (max-width: 767px) {
  #menu {
    background-image: linear-gradient(#d99da0, #fff, #d99da0);
  }
}
.menu-titleImg {
  position: absolute;
  top: -1%;
  left: 11%;
  max-width: 50vw;
}

@media (max-width: 767px) {
  .menu-titleImg {
    top: -7.6vw;
    left: 14.5vw;
    max-width: 70vw;
  }
}
#menu h3 {
  padding-top: 150px;
  text-align: center;
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  #menu h3 {
    padding-top: 6.6666vw;
    margin-bottom: 13.3333vw;
  }
}
.menu__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.menu__inner {
  width: 800px;
  background-color: #fff;
  padding: 4rem 5.7rem;
  box-shadow: 6px 6px #e6d0c7;
  position: relative;
}

@media (max-width: 767px) {
  .menu__inner {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.2rem;
    box-shadow: 3px 3px #e6d0c7;
  }
}
.menu__inner-lead {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  border-bottom: dotted 1px #d8d5d5;
  padding-bottom: 0.9rem;
}

@media (max-width: 767px) {
  .menu__inner-lead {
    padding-bottom: 0.3rem;
    font-size: 1.6rem;
  }
}
.font-reduction {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .font-reduction {
    font-size: 1.4rem;
  }
}
.menu__inner-text {
  margin-top: 2.8rem;
}

@media (max-width: 767px) {
  .menu__inner-text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.menu__inner-treatment {
  display: flex;
  align-items: flex-start;
  margin-top: 2.6rem;
  column-gap: 0.7rem;
}

@media (max-width: 767px) {
  .menu__inner-treatment {
    display: none;
  }
}
.menu__inner-treatment li {
  font-size: 1.4rem;
  color: #908a8a;
  border: solid 1px #908a8a;
  padding: 0.7rem 0.7rem;
  margin-left: 0.6rem;
  line-height: 1.4285714286;
  position: relative;
}

.menu__inner-treatment li:nth-child(1) {
  margin-left: 0;
}

.menu__inner-treatment li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #908a8a;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: 1rem 0.5rem;
}

.menu__inner-treatment li:last-child:after {
  display: none;
}

/* バッジ */
.menu__inner-bagge {
  width: 15.9rem;
  background: linear-gradient(90deg, rgb(230, 208, 199), rgb(255, 255, 255));
  padding: 0.9rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #a47942;
  white-space: nowrap;
  position: absolute;
  top: 3%;
  left: 0;
}

@media (max-width: 767px) {
  .menu__inner-bagge {
    top: 0;
  }
}
.menu__inner-lead-marginT {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .menu__inner-lead-marginT {
    margin-top: 3.5rem;
  }
}
/* 〜分の左余白の設定 */
.menu__inner-lead-marginL1 {
  margin-left: 25rem;
}

@media (max-width: 767px) {
  .menu__inner-lead-marginL1 {
    margin-left: 0;
  }
}
.menu__inner-lead-marginL2 {
  margin-left: 38rem;
}

@media (max-width: 767px) {
  .menu__inner-lead-marginL2 {
    margin-left: 0;
  }
}
.menu__inner-lead-marginL3 {
  margin-left: 33rem;
}

@media (max-width: 767px) {
  .menu__inner-lead-marginL3 {
    margin-left: 0;
  }
}
/*縦書き*/
.menu__inner-treatment-vertical {
  display: flex;
  align-items: flex-start;
  margin-top: 2.6rem;
  column-gap: 0.7rem;
}

@media (max-width: 767px) {
  .menu__inner-treatment-vertical {
    display: none;
  }
}
.menu__inner-treatment-vertical li {
  font-size: 1.4rem;
  color: #908a8a;
  writing-mode: vertical-rl;
  border: solid 1px #908a8a;
  padding: 1.9rem 1.2rem;
  margin-left: 1.5rem;
  line-height: 1.4285714286;
  position: relative;
}

.menu__inner-treatment-vertical li:nth-child(1) {
  margin-left: 0;
}

.menu__inner-treatment-vertical li:nth-child(2),
.menu__inner-treatment-vertical li:nth-child(3),
.menu__inner-treatment-vertical li:nth-child(4) {
  font-size: 1.4rem;
  color: #908a8a;
  writing-mode: vertical-rl;
  border: solid 1px #908a8a;
  padding: 1.9rem 2.3rem;
  margin-left: 1.5rem;
  line-height: 1.4285714286;
  position: relative;
}

.menu__inner-treatment-vertical li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #908a8a;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: 2.5rem 1rem;
}

.menu__inner-treatment-vertical li:last-child:after {
  display: none;
}

.english-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/* プレミアムケアの施術工程のpadding */
.menu__inner-treatment-vertical-premium {
  display: flex;
  align-items: flex-start;
  margin-top: 2.6rem;
  column-gap: 0.7rem;
}

@media (max-width: 767px) {
  .menu__inner-treatment-vertical-premium {
    display: none;
  }
}
.menu__inner-treatment-vertical-premium li {
  font-size: 1.4rem;
  color: #908a8a;
  writing-mode: vertical-rl;
  border: solid 1px #908a8a;
  padding: 1.9rem 1.2rem;
  margin-left: 0.7rem;
  line-height: 1.4285714286;
  position: relative;
}

.menu__inner-treatment-vertical-premium li:nth-child(1) {
  margin-left: 0;
}

.menu__inner-treatment-vertical-premium li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #908a8a;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: 2.5rem 0.6rem;
}

.menu__inner-treatment-vertical-premium li:last-child:after {
  display: none;
}

/* プラチナムケアの施術工程のpadding */
.menu__inner-treatment-vertical-platinum {
  display: flex;
  align-items: flex-start;
  margin-top: 2.6rem;
  column-gap: 0.7rem;
}

@media (max-width: 767px) {
  .menu__inner-treatment-vertical-platinum {
    display: none;
  }
}
.menu__inner-treatment-vertical-platinum li {
  font-size: 1.4rem;
  color: #908a8a;
  writing-mode: vertical-rl;
  border: solid 1px #908a8a;
  padding: 1.9rem 0.5rem;
  margin-left: 0.7rem;
  line-height: 1.4285714286;
  position: relative;
}

.menu__inner-treatment-vertical-platinum li:nth-child(1) {
  margin-left: 0;
}

.menu__inner-treatment-vertical-platinum li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #908a8a;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: 2.5rem 0.6rem;
}

.menu__inner-treatment-vertical-platinum li:last-child:after {
  display: none;
}

/* 初回限定価格 */
.menu__firstPrice {
  text-align: center;
  padding: 6.5rem 7.5rem;
  background-color: #fff;
  width: 67.5rem;
  margin: 8rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__firstPrice {
    text-align: center;
    padding: 3rem 1rem;
    width: 34rem;
    margin: 8rem auto 0;
    position: relative;
  }
}
.lily1 {
  position: absolute;
  top: -50px;
  left: -50px;
}

@media (max-width: 767px) {
  .lily1 {
    top: -70px;
    left: -65px;
    width: 50%;
  }
}
.lily2 {
  position: absolute;
  bottom: -50px;
  right: -50px;
}

@media (max-width: 767px) {
  .lily2 {
    bottom: -13.333vw;
    right: -2.6666vw;
    width: 50%;
  }
}
.menu__firstPrice-lead {
  font-weight: 500;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .menu__firstPrice-lead {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}
.menu__firstPrice-lead span {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .menu__firstPrice-lead span {
    font-size: 1.2rem;
  }
}
.menu__firstPrice-contents {
  width: 51.8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__firstPrice-contents {
    width: 32rem;
    margin: 0 auto;
  }
}
.menu__firstPrice-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.5px #908a8a;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 0.5px #908a8a;
    white-space: nowrap;
  }
}
.menu__firstPrice-wrapper-pratinum {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper-pratinum {
    white-space: nowrap;
  }
}
.menu__firstPrice-inner1,
.menu__firstPrice-inner2 {
  display: flex;
  align-items: center;
}

.menu__firstPrice-title {
  font-size: 2.4rem;
  color: #d99da0;
  width: 28.5rem;
  border-bottom: dashed 1.5px #946931;
  padding-bottom: 1rem;
  margin: 0 auto 3.5rem;
}

@media (max-width: 767px) {
  .menu__firstPrice-title {
    font-size: 2rem;
    width: 14rem;
    margin: 0 auto 3.5rem;
    padding-bottom: 0.7rem;
  }
}
.menu__firstPrice-inner1 p:nth-child(1) {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .menu__firstPrice-inner1 p:nth-child(1) {
    font-size: 1.5rem;
  }
}
.font-sizeUp {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .font-sizeUp {
    font-size: 1.4rem;
  }
}
/* 斜め 打ち消し線 */
.menu__firstPrice-inner2 p:nth-child(1) {
  position: relative;
}

@media (max-width: 767px) {
  .menu__firstPrice-inner2 p:nth-child(1) {
    margin-left: 2.6666vw;
    font-size: 1.4rem;
  }
}
.menu__firstPrice-inner2 p:nth-child(1)::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: #3c1114;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

.font-sizeUp-gold {
  font-size: 2.8rem;
  font-weight: 700;
  color: #946931;
}

@media (max-width: 767px) {
  .font-sizeUp-gold {
    font-size: 2.2rem;
  }
}
.menu__firstPrice-inner2 p:nth-child(3) {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .menu__firstPrice-inner2 p:nth-child(3) {
    font-size: 1.4rem;
  }
}
.menu__firstPrice-wrapper-lead {
  font-size: 1.8rem;
  margin: 6rem 0 2.3rem;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper-lead {
    font-size: 1.4rem;
    margin: 3rem 0 1rem;
  }
}
/* プレゼント */
.menu__firstPrice-present {
  text-align: start;
  display: inline-block;
}

@media (max-width: 767px) {
  .menu__firstPrice-present {
    margin-left: 3rem;
  }
}
.menu__firstPrice-wrapper-present1 {
  font-size: 2rem;
  font-weight: 700;
  color: #946931;
  position: relative;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper-present1 {
    font-size: 1.6rem;
  }
}
.menu__firstPrice-wrapper-present1::before {
  content: "";
  width: 300px;
  height: 300px;
  background-image: url(../images/sec4/shape1.png);
  transform: translateY(-6px); /* 上下方向の位置を微調整する */
  position: absolute;
  left: -50px;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper-present1::before {
    content: "";
    background-image: url(../images/sec4/shape1.png);
    transform: translateY(-7px); /* 上下方向の位置を微調整する */
    position: absolute;
    left: -50px;
  }
}
.menu__firstPrice-wrapper-present2 {
  font-size: 2rem;
  font-weight: 700;
  color: #946931;
  position: relative;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper-present2 {
    font-size: 1.6rem;
  }
}
.menu__firstPrice-wrapper-present2::before {
  content: "";
  width: 300px;
  height: 300px;
  background-image: url(../images/sec4/shape2.png);
  transform: translateY(-6px); /* 上下方向の位置を微調整する */
  position: absolute;
  left: -50px;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper-present2::before {
    content: "";
    background-image: url(../images/sec4/shape2.png);
    transform: translateY(-7px); /* 上下方向の位置を微調整する */
    position: absolute;
    left: -50px;
  }
}
.menu__firstPrice-wrapper-leadLast {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2.3rem;
}

@media (max-width: 767px) {
  .menu__firstPrice-wrapper-leadLast {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
/* ◯分の左マージン */
.puchi-margnl {
  margin-left: 9rem;
}

@media (max-width: 767px) {
  .puchi-margnl {
    margin-left: 14.9333vw;
    font-size: 1.2rem;
    color: #908a8a;
  }
}
.min-margnl {
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .min-margnl {
    margin-left: 2.6666vw;
    font-size: 1.2rem;
    color: #908a8a;
  }
}
.premium-margnl {
  margin-left: 3.2rem;
}

@media (max-width: 767px) {
  .premium-margnl {
    margin-left: 3.2vw;
    font-size: 1.2rem;
    color: #908a8a;
  }
}
/* プチケア プライスのマージン */
.puchi-marginl-arrow {
  margin-left: 2.9rem;
}

@media (max-width: 767px) {
  .puchi-marginl-arrow {
    margin-left: 2.6666vw;
    width: 20px;
  }
}
.puchi-marginl-price {
  margin-left: 2.9rem;
}

@media (max-width: 767px) {
  .puchi-marginl-price {
    margin-left: 2.6666vw;
  }
}
/* ベーシック プライスのマージン */
.basic-marginl-arrow {
  margin-left: 2.9rem;
}

@media (max-width: 767px) {
  .basic-marginl-arrow {
    margin-left: 2.6666vw;
    width: 20px;
  }
}
.basic-marginl-price {
  margin-left: 2.9rem;
}

@media (max-width: 767px) {
  .basic-marginl-price {
    margin-left: 2.6666vw;
  }
}
/* プレミアム プライスのマージン */
.premium-marginl-arrow {
  margin-left: 2.9rem;
}

@media (max-width: 767px) {
  .premium-marginl-arrow {
    margin-left: 2.6666vw;
    width: 20px;
  }
}
.premium-marginl-price {
  margin-left: 1.4rem;
}

@media (max-width: 767px) {
  .premium-marginl-price {
    margin-left: 0;
  }
}
/* プラチナム プライスのマージン */
.pratinum-marginl-arrow {
  margin-left: 2.9rem;
}

@media (max-width: 767px) {
  .pratinum-marginl-arrow {
    margin-left: 2.6666vw;
    width: 20px;
  }
}
.pratinum-marginl-price {
  margin-left: 1.4rem;
}

@media (max-width: 767px) {
  .pratinum-marginl-price {
    margin-left: 0;
  }
}
/* ご予約ボタン */
.menu__reserveBtn {
  max-width: 37.3rem;
  margin: 6.7rem auto 0;
  padding-bottom: 26rem;
}

@media (max-width: 767px) {
  .menu__reserveBtn {
    max-width: 28rem;
    margin: 6.7rem auto 0;
    padding-bottom: 12rem;
  }
}


@media (max-width: 767px) {
  .menu__reserveBtn span::before {
    width: 7vw;
    height: 7vw;
    vertical-align: middle;
    margin-right: 1rem;
  }
}
.lysblanc__contactBtn {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff;
  border-radius: 0;
  background: #7b511b;
  padding: 1vw;
  font-size: 2.6rem;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.lysblanc__contactBtn::before {
  position: absolute;
  top: 4.5px;
  left: 11.5px;
  width: calc(100% - 22px);
  height: calc(100% - 10px);
  content: "";
  transition: all 0.3s;
  border: 1px solid #fff;
}

.lysblanc__contactBtn::after {
  content: "";
  position: absolute;
  bottom: 10.5px;
  right: 14.5px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-top: 18px solid #fff;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .lysblanc__contactBtn {
    font-size: 2rem;
    padding: 2vw;
  }
}
@media (max-width: 767px) {
  .lysblanc__contactBtn {
    font-size: 2rem;
    padding: 4vw;
  }
}
/* メニュー説明 SPのみ*/
.menu__sp-only {
  font-size: 1.2rem;
  text-align: justify;
  color: #908a8a;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .menu__sp-only {
    display: none;
  }
}
/* sec5 施術の流れ */
#flow {
  position: relative;
  padding-bottom: 20rem;
}

@media (max-width: 767px) {
  #flow {
    position: relative;
    padding-bottom: 10rem;
  }
}
.flow-titleImg {
  position: absolute;
  top: -5%;
  left: 13%;
}

@media (max-width: 767px) {
  .flow-titleImg {
    position: absolute;
    width: 40vw;
    top: -9.2vw;
    left: 30vw;
    max-width: 52.333vw;
  }
}
#flow h3 {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #flow h3 {
    padding-top: 8vw;
  }
}
/* 画像の調整 */
.flow-img {
  width: 380px;
}

.flow-img02 {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 767px) {
  .flow-img02 {
    max-width: 100%;
  }
}
.flow__wrapper {
  padding-top: 9rem;
}

@media (max-width: 767px) {
  .flow__wrapper {
    padding: 8rem 2rem 2rem;
  }
}
.flow__wrapper-inner {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}

@media (max-width: 767px) {
  .flow__wrapper-inner {
    flex-direction: column;
    column-gap: 3rem;
  }
}
.flow__wrapper-inner02 {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  margin-right: 4.8rem;
}

@media (max-width: 767px) {
  .flow__wrapper-inner02 {
    flex-direction: column;
    column-gap: 3rem;
    margin-right: 0;
  }
}
.flow__wrapper-inner__object {
  position: relative;
}

.flow__wrapper-inner__object-step {
  position: absolute;
  right: 8%;
  top: -20%;
  z-index: 99;
}

.flow__wrapper-inner__img {
  position: relative;
  margin-bottom: 1.5rem;
}

.flow__circle {
  position: absolute;
  bottom: -35%;
  right: calc(50% - 20px);
}

@media (max-width: 767px) {
  .flow__circle {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 110%;
    width: 2.6666vw;
  }
}
@media (min-width: 768px) {
  .flow__sp-only {
    display: none;
  }
}
.flow__wrapper-inner__object p:nth-child(1) {
  font-size: 2.4rem;
  color: #615051;
  line-height: 1;
}

@media (max-width: 767px) {
  .flow__wrapper-inner__object p:nth-child(1) {
    font-size: 1.7rem;
  }
}
.flow__wrapper-inner__object p:nth-child(2) {
  font-size: 6.2rem;
  color: #615051;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .flow__wrapper-inner__object p:nth-child(2) {
    font-size: 4.5rem;
  }
}
.flow__wrapper-inner__text {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .flow__wrapper-inner__text {
    margin-top: 1rem;
    margin-left: 3.5rem;
  }
}
.flow__wrapper-inner__text dt {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .flow__wrapper-inner__text dt {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.flow__wrapper-inner__text dd {
  width: 100%;
  max-width: 49.6rem;
  text-align: justify;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .flow__wrapper-inner__text dd {
    text-align: justify;
    margin-top: 1rem;
  }
}
.flow-img {
  width: 100%;
  max-width: 38rem;
}

.step02-decolation {
  background: linear-gradient(0deg, #fff 50%, #615051 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 施術に関する注意事項 */
.flow__precautions {
  width: 100%;
  max-width: 80rem;
  padding: 4rem 2.5rem;
  border: solid 1px #908a8a;
  margin: 9.7rem auto 0;
}

@media (max-width: 767px) {
  .flow__precautions {
    max-width: 34rem;
    padding: 4rem 1.5rem 4rem 1rem;
    margin: 5rem auto 0;
  }
}
.flow__precautions-title {
  font-size: 2.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .flow__precautions-title {
    font-size: 1.6rem;
  }
}
.flow__precautions-title::before {
  content: url(../images/sec5/flow-threeDot.png);
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .flow__precautions-title::before {
    display: none;
  }
}
.flow__precautions-title::after {
  content: url(../images/sec5/flow-threeDot.png);
  margin-left: 2.5rem;
}

@media (max-width: 767px) {
  .flow__precautions-title::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-flowtitle {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-flowtitle {
    font-size: 1.2rem;
  }
}
.flow__precautions-lead {
  text-align: center;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .flow__precautions-lead {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.flow__precautions-listwrapepr {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .flow__precautions-listwrapepr {
    display: inherit;
    margin-top: 2rem;
  }
}
.flow__precautions-list li {
  font-size: 1.4rem;
  position: relative;
}

@media (max-width: 767px) {
  .flow__precautions-list li {
    font-size: 1.2rem;
  }
}
.flow__precautions-list li::before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #3c1114;
  border-radius: 50%;
  margin-right: 8px;
}

.flow__precautions-leadLast {
  text-align: center;
  background-color: #f5f1ef;
  padding: 0.5em;
  width: 43rem;
  margin: 2.6rem auto 0;
}

@media (max-width: 767px) {
  .flow__precautions-leadLast {
    width: 31rem;
    font-size: 1.2rem;
  }
}
/* sec5 施術の流れ */
#qa {
  background-image: url(../images/sec6/sec6-back.png);
  background-size: 100% 100%;
  position: relative;
  padding-top: 17rem;
  padding-bottom: 20rem;
}

@media (max-width: 767px) {
  #qa {
    background-image: url(../images/sec6/sp_Q&A-bg.jpg);
    padding-top: 1.5rem;
    padding-bottom: 9rem;
  }
}
.qa-contents {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.qa-titleImg {
  position: absolute;
  top: -2%;
  left: 20%;
}

@media (max-width: 767px) {
  .qa-titleImg {
    width: 100%;
    position: absolute;
    top: -8.1vw;
    left: 37vw;
    max-width: 24.5vw;
  }
}
#qa h3 {
  text-align: center;
  margin-bottom: 3rem;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .accordion-area {
    list-style: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  background-color: #fff;
}

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 5% 5% 5% 50px;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.8rem;
    padding: 5% 5% 5% 20px;
  }
}
/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #d99da0;
}

.title::before {
  bottom: 48%;
  right: 50px;
  transform: rotate(0deg);
}

@media (max-width: 767px) {
  .title::before {
    right: 15px;
  }
}
.title::after {
  bottom: 48%;
  right: 50px;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .title::after {
    bottom: 48%;
    right: 15px;
    transform: rotate(90deg);
  }
}
/*タイトルのQ*/
.title span::before {
  content: "Q";
  font-family: "Didot", sans-serif;
  font-size: 2rem;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .title span::before {
    margin-right: 0.7rem;
  }
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #fff;
  margin: 0 3% 3% 3%;
  padding: 0 3% 3% 3%;
  position: relative;
}

/*本文のA*/
.box::before {
  content: "A";
  font-family: "Didot", sans-serif;
  font-size: 2rem;
  color: #d99da0;
  position: absolute;
  top: 0;
}

.box p {
  margin-left: 4.5rem;
  text-align: justify;
}

@media (max-width: 767px) {
  .box p {
    margin-left: 2.2rem;
    text-align: justify;
  }
}
#idea {
  padding-top: 12rem;
}

@media (max-width: 767px) {
  #idea {
    padding: 9rem 1.9rem 0;
  }
}
.idea__wrapper {
  display: flex;
  justify-content: center;
  margin-left: 20%;
}

@media (max-width: 767px) {
  .idea__wrapper {
    display: inherit;
    margin-left: 0;
    text-align: center;
  }
}
.idea__wrapper-position {
  position: relative;
}

.idea__wrapper img {
  position: absolute;
  left: -200px;
}

@media (max-width: 767px) {
  .idea__wrapper img {
    position: inherit;
    left: 0;
  }
}
.idea__inner h3 {
  margin-left: 5.4rem;
  margin-bottom: 0.7rem;
}

@media (max-width: 767px) {
  .idea__inner h3 {
    margin-left: 0;
    margin-top: 3.5rem;
    margin-bottom: 0.7rem;
    font-size: 2.2rem;
  }
}
.idea__inner-text {
  width: 100%;
  max-width: 58.5rem;
  padding: 5.4rem 5.4rem 5rem;
  border: solid 1px #d8d5d5;
  text-align: justify;
}

@media (max-width: 767px) {
  .idea__inner-text {
    font-size: 1.4rem;
    padding: 4rem 1.5rem;
  }
}
.idea__inner-name {
  margin-top: 2.2rem;
  text-align: end;
}

/* ご予約ボタン */
.idea__reserveBtn {
  max-width: 37.3rem;
  margin: 6.7rem auto 0;
  padding-bottom: 20rem;
}

@media (max-width: 767px) {
  .idea__reserveBtn {
    max-width: 28rem;
    margin: 6.7rem auto 0;
    padding-bottom: 10rem;
  }
}


@media (max-width: 767px) {
  .idea__reserveBtn span::before {
    width: 7vw;
    height: 7vw;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
}
/* アクセス・店舗情報 */
.acsess__title {
  max-width: 800px;
  font-size: 2.4rem;
  background: linear-gradient(90deg, #e9e4d8, #fff);
  padding: 1.8rem 2.8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .acsess__title {
    font-size: 1.8rem;
    padding: 1rem;
    margin: 0 auto;
  }
}
.acsess__wrapper {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
  margin: 7rem auto 15rem;
  column-gap: 2rem;
}

@media (max-width: 767px) {
  .acsess__wrapper {
    flex-direction: column-reverse;
    margin: 2.2rem auto 3rem;
    column-gap: 0;
  }
}
.acsess__wrapper-innner1, .acsess__wrapper-innner2 {
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
}

@media (max-width: 767px) {
  .acsess__wrapper-innner1 {
    display: flex;
    flex-direction: column-reverse;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .acsess__wrapper-innner2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .acsess__wrapper-innner2 iframe {
    width: 34rem;
  }
}
.acsess__logo {
  max-width: 23.4rem;
  margin: 2rem auto 0;
}

.access-splogo {
  max-width: 17rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access-splogo-wrapper {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.acsess__wrapper-innner1 p {
  margin-top: 1.5rem;
}

.hr-1 {
  width: 100%;
  border: solid 0.5px #d8d5d5;
  margin-top: 3rem;
}

.hr-2 {
  width: 100%;
  border: solid 0.5px #d8d5d5;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .hr-2 {
    width: 25rem;
    margin: 1.7rem 0 1.2rem;
  }
}
.hr-3 {
  width: 100%;
  border: solid 0.5px #d8d5d5;
  margin-top: 1rem;
  margin: 1.5rem 0 2rem;
  width: 25rem;
}

/*フッター*/
footer {
  text-align: center;
  padding-bottom: 5.6rem;
}

footer a {
  font-size: 1.2rem;
  color: #946931;
  text-decoration: underline;
}

footer small {
  font-size: 1.2rem;
}

#praivacy {
  width: 100%;
  max-width: 900px;
  padding-top: 20rem;
  padding-bottom: 20rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #praivacy {
    padding-top: 15rem;
    padding-bottom: 5rem;
    margin: 0 auto;
  }
}
.praivacy-title {
  font-size: 2.4rem;
  text-align: center;
  color: #3c1114;
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .praivacy-title {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
