@media screen and (min-width: 1681px) {
  .u-dn-xxl-max {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .u-dn-xl-max {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-dn-lg-max {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-dn-md-max {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .u-dn-sm-max {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .u-dn-xs-max {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  .u-dn-xxl-min {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .u-dn-xl-min {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-dn-lg-min {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-dn-md-min {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .u-dn-sm-min {
    display: none;
  }
}
.q-a__list dt,
.cta__phone a,
.cta__ttl,
.option__listItem__price,
.option__listItem__ttl,
.option__heading,
.step__listItem__ttl,
.menu__footer__ttl,
.menu__list__infoPrice span,
.menu__list__ttl,
.menu__header__subTtl,
.menu__header__ttl,
.lead__heading,
.aboutUs__ttl,
.cta__btn,
.treatment__btn,
.option__btn,
.menu__footer__btn,
.q-a__ttl,
.review__ttl,
.service-details .detail__ttl,
.treatment__ttl,
.step__ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
}
.cta__ttl,
.menu__footer__ttl,
.menu__list__ttl,
.lead__heading,
.aboutUs__ttl {
  font-size: clamp(1.25rem, 1.1747185741rem + 0.3752345216vw, 1.625rem);
}
@media screen and (max-width: 1680px) {
  .cta__ttl,
  .menu__footer__ttl,
  .menu__list__ttl,
  .lead__heading,
  .aboutUs__ttl {
    font-size: clamp(1.25rem, 1.2203893058rem + 0.1475922452vw, 1.3975rem);
  }
}
@media screen and (max-width: 575px) {
  .cta__ttl,
  .menu__footer__ttl,
  .menu__list__ttl,
  .lead__heading,
  .aboutUs__ttl {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.3;
  }
}
.q-a__ttl,
.review__ttl,
.service-details .detail__ttl,
.treatment__ttl,
.step__ttl {
  font-size: clamp(1.25rem, 1.1747185741rem + 0.3752345216vw, 1.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3em;
}
@media screen and (max-width: 575px) {
  .q-a__ttl,
  .review__ttl,
  .service-details .detail__ttl,
  .treatment__ttl,
  .step__ttl {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.3;
    gap: 0.7em;
  }
}
.q-a__ttl::before,
.review__ttl::before,
.service-details .detail__ttl::before,
.treatment__ttl::before,
.step__ttl::before,
.q-a__ttl::after,
.review__ttl::after,
.service-details .detail__ttl::after,
.treatment__ttl::after,
.step__ttl::after {
  content: "";
  width: 117px;
  height: 1px;
  display: block;
  background-color: #2b0000;
}
.q-a__ttl span,
.review__ttl span,
.service-details .detail__ttl span,
.treatment__ttl span,
.step__ttl span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.review__voice,
.menu__list__infoTtl,
main {
  font-size: clamp(0.875rem, 0.8499061914rem + 0.1250781739vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.65;
}
.cta,
.service-details.detail,
.menu__header {
  width: min(90%, 1020px);
  margin-inline: auto;
}
.q-a,
.review,
.treatment,
.option,
.step__inner,
.menu__list,
.lead,
.mv__ttl {
  width: min(90%, 860px);
  margin-inline: auto;
}
.cta__btn,
.treatment__btn,
.option__btn,
.menu__footer__btn {
  padding: 20px 60px 20px 20px;
  border: 1px solid #4b0a0a;
  border-radius: 50px;
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cta__btn,
  .treatment__btn,
  .option__btn,
  .menu__footer__btn {
    width: 330px;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .cta__btn,
  .treatment__btn,
  .option__btn,
  .menu__footer__btn {
    width: 100%;
  }
}
.cta__btn .arr,
.treatment__btn .arr,
.option__btn .arr,
.menu__footer__btn .arr {
  width: 30px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  fill: #4b0a0a;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  .cta__btn:hover,
  .treatment__btn:hover,
  .option__btn:hover,
  .menu__footer__btn:hover {
    background-color: #4b0a0a;
    color: #fff;
  }
  .cta__btn:hover .arr,
  .treatment__btn:hover .arr,
  .option__btn:hover .arr,
  .menu__footer__btn:hover .arr {
    fill: #fff;
  }
}
html {
  font-size: 16px;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.mv {
  padding-bottom: clamp(2.5rem, 1.9981238274rem + 2.5015634772vw, 5rem);
}
.mv__ttl {
  padding-block: clamp(1.875rem, 1.7495309568rem + 0.6253908693vw, 2.5rem) 24px;
}
.mv__ttl img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mv__gallery {
    padding-inline: 12%;
  }
}
.mv__gallery__item img {
  margin-inline: auto;
  width: 600px;
}
.aboutUs {
  background-color: #faf7f5;
}
.aboutUs__inner {
  width: min(100%, 1920px);
  margin-inline: auto;
  padding-block: clamp(3.75rem, 1.9934333959rem + 8.7554721701vw, 12.5rem)
    clamp(1.875rem, -0.2579737336rem + 10.631644778vw, 12.5rem);
}
@media screen and (max-width: 1023px) {
  .aboutUs__inner {
    padding-block: 120px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutUs__img {
    padding-right: clamp(1.25rem, -0.0046904315rem + 6.2539086929vw, 7.5rem);
  }
}
.aboutUs__img__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .aboutUs__img__picture {
    padding-top: 20%;
    max-width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .aboutUs__img__picture {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .aboutUs__img__picture {
    width: 500px;
    max-width: 100%;
  }
}
.aboutUs__heading {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(5.5%, -30%);
  transform: translate(5.5%, -30%);
}
@media screen and (max-width: 1023px) {
  .aboutUs__heading {
    right: auto;
    left: 0;
    -webkit-transform: translate(7vw, -16%);
    transform: translate(7vw, -16%);
  }
}
@media screen and (max-width: 1023px) {
  .aboutUs__heading {
    -webkit-transform: translate(7vw, -31%);
    transform: translate(7vw, -31%);
  }
}
.aboutUs__heading img {
  width: clamp(16.9375rem, 16.2725140713rem + 3.3145716073vw, 20.25rem);
}
@media screen and (max-width: 1680px) {
  .aboutUs__heading img {
    width: clamp(16.9375rem, 16.841641651rem + 0.4777986241vw, 17.415rem);
  }
}
.aboutUs__conts {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .aboutUs__conts {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1024px) {
  .aboutUs__desc {
    padding-right: 7%;
  }
}
.aboutUs__desc__inner {
  max-width: 510px;
}
@media screen and (max-width: 1023px) {
  .aboutUs__desc__inner {
    width: 86%;
    max-width: 100%;
    margin-inline: auto;
    padding-top: 40px;
  }
}
.aboutUs__ttl {
  text-align: left;
  margin-bottom: 0.6em;
}
.aboutUs__txt p:not(:last-child) {
  margin-bottom: 2em;
}
.lead {
  margin-top: clamp(2.5rem, 1.4962476548rem + 5.0031269543vw, 7.5rem);
  padding-block: clamp(1.875rem, 1.2476547842rem + 3.1269543465vw, 5rem)
    clamp(1.875rem, 1.3731238274rem + 2.5015634772vw, 4.375rem);
  border-top: 1px solid #b30033;
  border-bottom: 1px solid #b30033;
}
.lead__heading {
  text-align: center;
  color: #b30033;
  margin-bottom: clamp(1.25rem, 1.0994371482rem + 0.7504690432vw, 2rem);
  line-height: 1.6;
}
.lead__txt {
  text-align: center;
  margin-bottom: 38px;
}
.lead__txt p:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (max-width: 575px) {
  .lead__txt p {
    text-align: left;
  }
}
.lead__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu {
  margin-block: clamp(2.5rem, 1.2453095685rem + 6.2539086929vw, 8.75rem);
}
.menu__header {
  background-color: #faf7f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.menu__header__img {
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .menu__header__img {
    min-width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__header__img {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .menu__header__img {
    margin-inline: auto;
    padding: 1.5em 1.5em 0;
  }
}
.menu__header__desc {
  display: grid;
  place-content: center;
  padding: 2em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .menu__header__desc {
    padding: 1.5em;
  }
}
.menu__header__ttl {
  font-size: clamp(1.125rem, 0.9744371482rem + 0.7504690432vw, 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.4em;
  letter-spacing: 0;
}
.menu__header__subTtl {
  text-align: center;
  font-size: clamp(1rem, 0.9749061914rem + 0.1250781739vw, 1.125rem);
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .menu__header__txt {
    text-align: center;
  }
}
.menu__list {
  margin-top: clamp(2.5rem, 1.4962476548rem + 5.0031269543vw, 7.5rem);
}
.menu__list__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding-block: clamp(1.875rem, 1.7495309568rem + 0.6253908693vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .menu__list__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.menu__list__img {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .menu__list__img {
    margin-inline: auto;
  }
}
.menu__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu__list__ttl {
  margin-bottom: 0.6em;
}
.menu__list__txt {
  margin-bottom: 1em;
}
.menu__list__infoItem:not(:last-child) {
  margin-bottom: 1em;
}
.menu__list__infoTtl {
  font-weight: normal;
  margin-bottom: 0.4em;
}
.menu__list__infoTime {
  border: 1px solid currentColor;
  display: inline-block;
  font-size: 16px;
  padding: 0.2em 0.4em;
}
.menu__list__ttl {
  font-size:  20px;
}
.menu__list__txt {
  font-size:  14px;
}
.menu__list__infoTtl {
  font-size:  14px;
}
.menu__list__infoPrice {
  font-size: clamp(1rem, 0.9749061914rem + 0.1250781739vw, 1.125rem);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.menu__list__infoPrice span {
  font-size: clamp(1.75rem, 1.6496247655rem + 0.5003126954vw, 2.25rem);
}
.menu__list__note {
  margin-top: clamp(1rem, 0.799249531rem + 1.0006253909vw, 2rem);
  font-size: clamp(0.75rem, 0.7249061914rem + 0.1250781739vw, 0.875rem);
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.menu__footer {
  margin-top: clamp(2.5rem, 1.6217166979rem + 4.3777360851vw, 6.875rem);
}
.menu__footer__ttl {
  text-align: center;
  line-height: 1.6;
}
.menu__footer__btnList {
  margin-top: clamp(1.25rem, 0.8735928705rem + 1.8761726079vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .menu__footer__btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.step {
  background-color: #faf7f5;
  padding-block: clamp(3.125rem, 2.3972795497rem + 3.6272670419vw, 6.75rem);
}
.step__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.step__heading img {
  width: clamp(7.875rem, 6.8336069418rem + 5.1907442151vw, 13.0625rem);
}
@media screen and (max-width: 1680px) {
  .step__heading img {
    width: clamp(7.875rem, 7.2007293621rem + 3.3608505316vw, 11.23375rem);
  }
}
.step__ttl {
  margin-bottom: clamp(1.875rem, 1.5236866792rem + 1.751094434vw, 3.625rem);
}
.step__list {
  margin-inline: -8px;
  padding-bottom: 1px;
}
@media screen and (max-width: 575px) {
  .step__list {
    margin-inline: -28px;
  }
}
.step__listItem__inner {
  margin-inline: 8px;
  border: 1px solid #9f9f9f;
  border-radius: 8px;
  padding: 40px 20px 30px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .step__listItem__inner {
    width: 90%;
    margin-inline: auto;
    padding: 20px 20px 30px;
  }
}
.step__listItem__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: clamp(1.25rem, 1.0743433396rem + 0.875547217vw, 2.125rem);
}
@media screen and (max-width: 575px) {
  .step__listItem__img img {
    width: clamp(6.25rem, 5.2462476548rem + 5.0031269543vw, 11.25rem);
  }
}
.step__listItem__label {
  font-size: 14px;
  margin-bottom: 0.3em;
}
.step__listItem__ttl {
  font-size: 14px;
  margin-bottom: 0.6em;
}
.step__listItem__txt {
  font-size: 13px;
}
.option {
  padding-top: clamp(2.5rem, 1.4962476548rem + 5.0031269543vw, 7.5rem);
}
.option__heading {
  font-size: clamp(1.25rem, 1.1747185741rem + 0.3752345216vw, 1.625rem);
  text-align: center;
  margin-bottom: clamp(1.25rem, 0.773217636rem + 2.3764853033vw, 3.625rem);
}
.option__listItem {
  border-top: 1px solid currentColor;
  padding: clamp(1.25rem, 1.1245309568rem + 0.6253908693vw, 1.875rem);
}
.option__listItem:last-child {
  border-bottom: 1px solid currentColor;
}
.option__listItem__ttl {
  font-size: clamp(1rem, 0.9749061914rem + 0.1250781739vw, 1.125rem);
  margin-bottom: 0.4em;
}
.option__listItem__txt {
  margin-bottom: 0.4em;
}
.option__listItem__price {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.option__listItem__price span {
  font-size: clamp(1.25rem, 1.1747185741rem + 0.3752345216vw, 1.625rem);
}
.option__btn__wrapper {
  margin-top: clamp(1.875rem, 1.4985928705rem + 1.8761726079vw, 3.75rem);
}
.option__btn {
  max-width: 350px;
  margin-inline: auto;
}
.treatment {
  padding-block: clamp(3.75rem, 2.9971857411rem + 3.7523452158vw, 7.5rem)
    clamp(3.125rem, 2.2467166979rem + 4.3777360851vw, 7.5rem);
}
.treatment__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.treatment__heading img {
  width: clamp(18.625rem, 16.1281660413rem + 12.4452782989vw, 31.0625rem);
}
@media screen and (max-width: 1680px) {
  .treatment__heading img {
    width: clamp(18.625rem, 17.0011796435rem + 8.0938086304vw, 26.71375rem);
  }
}
.treatment__ttl {
  margin-bottom: clamp(1.875rem, 1.5236866792rem + 1.751094434vw, 3.625rem);
}
.treatment__list {
  max-width: 800px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .treatment__listItem {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
  }
  .treatment__listItem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.treatment__btn__wrapper {
  margin-top: clamp(1.875rem, 1.4985928705rem + 1.8761726079vw, 3.75rem);
}
.treatment__btn {
  max-width: 350px;
  margin-inline: auto;
}
.service-details.detail {
  background-color: #faf7f5;
  padding: clamp(3.125rem, 2.8740619137rem + 1.2507817386vw, 4.375rem)
    clamp(1.875rem, 0.3693714822rem + 7.5046904315vw, 9.375rem)
    clamp(4.375rem, 3.9985928705rem + 1.8761726079vw, 6.25rem);
}
@media screen and (max-width: 767px) {
  .service-details.detail {
    width: 100%;
  }
}
.service-details .detail__ttl {
  margin-bottom: clamp(1.5rem, 1.0734052533rem + 2.1263289556vw, 3.625rem);
}
.service-details .detail__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta__ttl {
  text-align: center;
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.6em;
  margin-bottom: 10px;
}
.cta__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cta__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cta__listItem {
  text-align: center;
  border-bottom: 1px solid currentColor;
}
.cta__listItem a {
  padding-block: clamp(1rem, 0.9498123827rem + 0.2501563477vw, 1.25rem);
  display: block;
  font-size: clamp(1rem, 0.9498123827rem + 0.2501563477vw, 1.25rem);
  letter-spacing: 0.6em;
}
@media (hover: hover) {
  .cta__listItem a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .cta__listItem a:hover {
    background-color: #faf7f5;
  }
}
.cta__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: clamp(2.5rem, 1.8475609756rem + 3.2520325203vw, 5.75rem);
  gap: clamp(1.875rem, 0.519934334rem + 6.7542213884vw, 8.625rem);
}
@media screen and (max-width: 767px) {
  .cta__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.cta__btn {
  width: 337px;
  height: 80px;
  background-color: #2b0000;
  color: #fff;
  font-size: clamp(1.125rem, 1.0999061914rem + 0.1250781739vw, 1.25rem);
  font-weight: bold;
  padding-left: clamp(1.25rem, 0.9237804878rem + 1.6260162602vw, 2.875rem);
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}
.cta__btn .arr {
  fill: #fff;
}
.cta__phone__wrapper {
  text-align: center;
}
.cta__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3em;
}
.cta__phone img {
  width: 20px;
}
.cta__phone a {
  font-size: clamp(1.625rem, 1.5497185741rem + 0.3752345216vw, 2rem);
  font-weight: bold;
}
@media (hover: hover) {
  .cta__phone a {
    pointer-events: none;
  }
}
.cta__phone__time {
  display: inline-block;
  text-align: left;
  font-size: clamp(0.75rem, 0.7249061914rem + 0.1250781739vw, 0.875rem);
}
.review {
  padding-top: clamp(3.125rem, 1.8075750469rem + 6.5666041276vw, 9.6875rem);
}
.review__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.review__heading img {
  width: clamp(11.5rem, 10.1951219512rem + 6.5040650407vw, 18rem);
}
@media screen and (max-width: 1680px) {
  .review__heading img {
    width: clamp(11.5rem, 10.7010131332rem + 3.9824890557vw, 15.48rem);
  }
}
.review__ttl {
  margin-bottom: clamp(1.875rem, 1.5236866792rem + 1.751094434vw, 3.625rem);
}
.review__list {
  margin-inline: -8px;
}
@media screen and (max-width: 575px) {
  .review__list {
    margin-inline: -28px;
  }
}
.review__listItem {
  padding-bottom: 2px;
}
.review__inner {
  margin-inline: 8px;
  border: 1px solid #9f9f9f;
  border-radius: 8px;
  padding: 30px 20px 40px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .review__inner {
    width: 90%;
    margin-inline: auto;
  }
}
.review__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
  font-size: 15px;
}
.review__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.review__rate__ttl {
  font-weight: bold;
  font-size: 15px;
}
.review__rate__star span {
  background: url(../img/icon_star.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
}
.review__voice {
  margin-bottom: 20px;
  font-size: 15px;
}
.review__txt {
  font-size: 14px;
}
.review__note {
  margin-top: 0.6em;
}
@media screen and (max-width: 575px) {
  .review__note {
    width: 85%;
    margin-inline: auto;
  }
}
.review__gallery {
  margin-bottom: clamp(2.5rem, 1.8726547842rem + 3.1269543465vw, 5.625rem);
  margin-inline: -8px;
  padding-inline: 8px;
}
@media screen and (max-width: 575px) {
  .review__gallery {
    margin-inline: -28px;
  }
}
.review__gallery__item {
  padding-inline: 8.5px;
}
.review__gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.q-a {
  padding-top: clamp(3.125rem, 2.2467166979rem + 4.3777360851vw, 7.5rem);
}
.q-a__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.q-a__heading img {
  width: clamp(6.6875rem, 5.9221388368rem + 3.8148843027vw, 10.5rem);
}
@media screen and (max-width: 1680px) {
  .q-a__heading img {
    width: clamp(6.6875rem, 6.2172420263rem + 2.3439649781vw, 9.03rem);
  }
}
.q-a__ttl {
  margin-bottom: clamp(2.5rem, 2.2741557223rem + 1.1257035647vw, 3.625rem);
}
.q-a__list {
  padding-bottom: clamp(3.125rem, 2.2467166979rem + 4.3777360851vw, 7.5rem);
}
.q-a__list dl {
  padding: clamp(1.25rem, 1.1245309568rem + 0.6253908693vw, 1.875rem);
}
.q-a__list dl:nth-child(1) {
  padding-top: 0px;
}
.q-a__list dl:nth-child(odd) {
  background: #f5f3f4;
  padding: clamp(1.25rem, 1.1245309568rem + 0.6253908693vw, 1.875rem);
}
.q-a__list dt {
  font-size: clamp(1rem, 0.9749061914rem + 0.1250781739vw, 1.125rem);
  line-height: 1.3;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.q-a__list dt::before {
  content: "";
  background-image: url(../../../common/img/Q.png);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.q-a__list dd {
  font-size: clamp(0.875rem, 0.8499061914rem + 0.1250781739vw, 1rem);
  color: #4c4948;
  padding-left: 50px;
  position: relative;
  font-weight: bold;
}
.q-a__list dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url(../../../common/img/A.png);
  width: 32px;
  height: 32px;
}
.cta-box-top {
  padding-top: clamp(3.125rem, 2.2467166979rem + 4.3777360851vw, 7.5rem);
}
.cta-box-top .cta {
  width: min(100%, 1020px);
}
.cta-box-middle {
  padding-top: clamp(3.125rem, 2.2467166979rem + 4.3777360851vw, 7.5rem);
}
.cta-box-bottom {
  padding-bottom: clamp(4.375rem, 3.4967166979rem + 4.3777360851vw, 8.75rem);
}
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
.slick-prev,
.slick-next {
  top: 0 !important;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 12px;
  height: 12px;
  border-top: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
}
.slick-prev:before,
.slick-next:before {
  color: rgba(0, 0, 0, 0) !important;
}
.slick-next {
  right: -17px !important;
}
@media screen and (max-width: 575px) {
  .slick-next {
    right: 9vw !important;
  }
}
.slick-next::after {
  right: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-prev {
  left: -17px !important;
}
@media screen and (max-width: 575px) {
  .slick-prev {
    left: 9vw !important;
  }
}
.slick-prev::after {
  left: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}
.js-slider_mv,
.js-slider_treatment {
  pointer-events: none;
}
.page-campaign {
  font-size: 16px;
}
.p-campaign-first .c-head-border-solid {
  font-size: 26px;
}
.p-campaign-first .lead-text {
  font-size: clamp(1rem, 0.9247185741rem + 0.3752345216vw, 1.375rem);
  margin-bottom: 2em;
}
.p-campaign-first .present-text {
  font-size: clamp(1.5rem, 1.4247185741rem + 0.3752345216vw, 1.875rem);
}
.trial-menu-plus h3 {
  font-size: clamp(1rem, 0.9749061914rem + 0.1250781739vw, 1.125rem);
}
.trial-menu-plus h3 em {
  font-size: clamp(1.25rem, 1.1998123827rem + 0.2501563477vw, 1.5rem);
}
.trial-menu-plus__item .detail .text-wrap .title {
  font-size: clamp(1.25rem, 1.1998123827rem + 0.2501563477vw, 1.5rem);
}
.trial-menu-plus__item .detail .text-wrap .title em {
  font-size: clamp(1rem, 0.9749061914rem + 0.1250781739vw, 1.125rem);
}
.trial-menu-plus__item .detail .text-wrap .c-text {
  font-size: clamp(0.875rem, 0.8499061914rem + 0.1250781739vw, 1rem);
}
@media screen and (max-width: 767px) {
  .trial-menu-plus__item .detail .text-wrap .c-text {
    padding: 5px 20px 15px;
  }
}
.c-button-arrow--sm {
  font-size: 14px;
}
.trial-menu-plus__price .price {
  font-size: 18px;
}
.trial-menu-plus__price .price em {
  font-size: clamp(3rem, 2.8243433396rem + 0.875547217vw, 3.875rem);
}
.trial-menu-plus__price .price i {
  font-size: 16px;
}
.trial-menu-plus__price .price i:last-of-type {
  font-size: clamp(1rem, 0.9498123827rem + 0.2501563477vw, 1.25rem);
}
.trial-menu-plus__salon p {
  font-size: 14px;
}
.trial-menu-plus__list .p-formula__symbol {
  top: -28px;
  left: calc(50% - 12.5px);
}
@media screen and (max-width: 767px) {
  .trial-menu-plus__list .p-formula__symbol {
    top: -30px;
  }
}
.page-campaign #omotesando {
  max-width: 760px;
  margin-inline: auto;
  padding-bottom: 20px;
} /*# sourceMappingURL=style.min.css.map */
