@charset "UTF-8";
/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  font-size: calc(1000vw / var(--base-width-pc));
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(1000vw / var(--base-width-sp));
  }
}

body {
  line-height: 1.7;
  font-family: var(--font-main);
  font-weight: 500;
  color: var(--color-main);
  letter-spacing: 0.01em;
}

.pageTop {
  padding-top: var(--header-height);
}

.p404 {
  margin-top: 200px;
  margin-bottom: 100px;
  text-align: center;
}

#html #body .sp-show,
#html #body .sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  #html #body .sp-show {
    display: block;
  }
  #html #body .sp-show-flex {
    display: flex;
  }
  #html #body .sp-hide {
    display: none;
  }
}
#html #body .tb-show,
#html #body .tb-show-flex {
  display: none;
}

@media screen and (max-width: 1000px) {
  #html #body .tb-show {
    display: block;
  }
  #html #body .tb-show-flex {
    display: flex;
  }
  #html #body .tb-hide {
    display: none;
  }
}
.inline {
  display: inline;
}

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

@media screen and (max-width: 768px) {
  .inline-block-sp {
    display: inline-block;
  }
}

span {
  font-weight: inherit;
  color: inherit;
}

.text-center {
  text-align: center;
}

.color-red {
  color: red;
}

.color-rose {
  color: #AA4867;
  font-weight: 700;
}

.color-yellow {
  color: #FCEE21;
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.sectionWrap {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}
@media screen and (max-width: 768px) {
  .sectionWrap.-spNoPadding {
    padding-inline: 0;
  }
}

.sectionWrap-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionWrap2 {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
  padding-inline: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2 {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}
@media screen and (max-width: 768px) {
  .sectionWrap2.-spNoPadding {
    padding-inline: 0;
  }
}

.sectionWrap2-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
  padding-left: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap2-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
  padding-right: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionTitle_icon {
  text-align: center;
  width: clamp(120px, calc(178 / var(--base-width-sp) * 100vw), 178px);
  margin-bottom: clamp(17px, calc(37 / var(--base-width-pc) * 100vw), 37px);
}
.sectionTitle_text1 {
  font-size: clamp(28px, calc(55 / var(--base-width-sp) * 100vw), 55px);
  font-weight: bold;
  color: #AA4867;
  line-height: 1.2363636364;
  text-align: center;
}
.sectionTitle_text2 {
  font-size: clamp(16px, calc(33 / var(--base-width-sp) * 100vw), 33px);
  line-height: 1.696969697;
  color: #42210B;
  text-align: center;
}

.sectionText {
  font-size: 14px;
  line-height: 2.2142857143;
}

:where(.sectionTitle, .sectionText) :where(span) {
  display: inline-block;
}

.header {
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  height: var(--header-height);
  padding-inline: 22px;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .header {
    padding-inline: 2vw;
  }
}
.header_logo {
  height: calc(var(--header-height) / 2);
}
.header_logo_link {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  gap: 7px;
}
.header_logo_image.-salon {
  height: clamp(18px, calc(38 / var(--base-width-pc) * 100vw), 38px);
}
.header_logo_image.-feat {
  height: clamp(18px, calc(38 / var(--base-width-pc) * 100vw), 38px);
}
.header_nav {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: none;
  }
}
.header_nav_ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 50px;
}
.header_nav_li_link-main {
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  height: var(--header-height);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.header_sp {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .header_sp {
    display: flex;
    align-items: center;
  }
}
.header_sp_hamburger {
  height: calc(var(--header-height));
  width: calc(var(--header-height));
  position: relative;
  z-index: 200;
}
.header_sp_hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.7s;
}
.header_sp_hamburger span:nth-of-type(1) {
  top: 10px;
  transform: translate(0, -50%);
}
.header_sp_hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.header_sp_hamburger span:nth-of-type(3) {
  top: calc(100% - 10px);
  transform: translate(0, -50%);
}
.header_sp_hamburger.-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header_sp_hamburger.-active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(225deg);
}
.header_sp_hamburger.-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header_sp_nav {
  position: fixed;
  inset: 0;
  padding-top: var(--header-height);
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateX(100vw);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.header_sp_nav.-active {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  height: 100lvh;
}
.header_sp_ul {
  padding-top: 50px;
  max-width: 500px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
}
.header_sp_li {
  width: calc(50% - 20px);
}
.header_sp_li a {
  display: block;
  color: white;
  text-underline-offset: 7px;
  text-align: center;
  font-size: 16px;
}

.footer {
  background-color: #ECE9E6;
}
.footer_main {
  display: flex;
  justify-content: center;
  padding: 47px 10px 30px;
  gap: clamp(30px, calc(86 / var(--base-width-sp) * 100vw), 86px) 62px;
}
@media screen and (max-width: 768px) {
  .footer_main {
    padding-block: clamp(20px, calc(72 / var(--base-width-sp) * 100vw), 72px);
    flex-direction: column-reverse;
    max-width: 538px;
    margin-inline: auto;
  }
}
.footer_store_logo {
  width: 231px;
  margin-bottom: 25px;
}
.footer_store_li {
  margin-bottom: 20px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer_store_li {
    font-size: 19px;
  }
}
.footer_store_li_link {
  text-decoration: none;
  font-size: clamp(18px, 5.1282051282vw, 20px);
}
.footer_store_li_info {
  font-size: clamp(14px, 4.1025641026vw, 16px);
}
.footer_store_li_info_tel {
  text-decoration: none;
  color: var(--color-main);
}
.footer_store_blog_link {
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer_store_blog_link {
    font-size: 19px;
  }
}
.footer_nav {
  display: flex;
}
.footer_nav::before {
  content: "";
  display: block;
  max-height: 332px;
  height: 100%;
  width: 1px;
  background-color: black;
  margin-right: 33px;
}
@media screen and (max-width: 768px) {
  .footer_nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer_nav_logo {
  width: clamp(260px, calc(537 / var(--base-width-sp) * 100vw), 537px);
  padding-bottom: 20px;
  margin-bottom: clamp(20px, calc(39 / var(--base-width-sp) * 100vw), 39px);
  border-bottom: solid 2px black;
}
.footer_nav_li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer_nav_li_link {
  text-decoration: none;
  color: var(--color-main);
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer_nav_li_link {
    font-size: clamp(18px, 5.1282051282vw, 20px);
    padding-left: 22px;
  }
}
.footer_nav_li_link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url("../img/icon_arrow_circle_black.svg");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .footer_nav_li_link::before {
    width: 18px;
    height: 18px;
  }
}
.footer_bottom {
  font-size: 12px;
  text-align: center;
  background-color: #604020;
  color: white;
  padding-block: clamp(10px, calc(16 / var(--base-width-sp) * 100vw), 16px);
}

.sectionText01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sectionText01 {
    font-size: 3.1rem;
  }
}

.sectionBack_image {
  position: absolute;
  inset: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sectionImages.-row1, .sectionImages.-row2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(10px, calc(20 / var(--base-width-sp) * 100vw), 20px);
}
.sectionImages_image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionImages_imageWrap {
  background-color: white;
  padding: clamp(4px, calc(8 / var(--base-width-sp) * 100vw), 8px);
  box-shadow: 3px 3px 4px rgba(153, 153, 153, 0.6);
}
.sectionImages_imageWrap:where(.-row2 *) {
  width: calc((100% - clamp(10px, calc(20 / var(--base-width-sp) * 100vw), 20px)) / 2);
}

.sectionUl {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .sectionUl {
    margin-bottom: clamp(30px, calc(53 / var(--base-width-sp) * 100vw), 53px);
  }
}
.sectionUl_li {
  border-bottom: solid 1px #534741;
  padding-bottom: 40px;
}
.sectionUl_li:not(:last-of-type) {
  margin-bottom: 28px;
}
.sectionUl_li_title {
  text-align: center;
  color: var(--color-brown);
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5263157895;
  margin-bottom: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .sectionUl_li_title {
    font-size: clamp(18px, calc(46 / var(--base-width-sp) * 100vw), 46px);
  }
}
.sectionUl_li_card {
  display: flex;
  gap: 17px;
  padding-inline: clamp(10px, calc(25 / var(--base-width-sp) * 100vw), 25px);
}
@media screen and (max-width: 500px) {
  .sectionUl_li_card {
    flex-direction: column;
  }
}
.sectionUl_li_card_image {
  flex-shrink: 0;
  width: clamp(200px, calc(306 / var(--base-width-sp) * 100vw), 306px);
  aspect-ratio: 306/206;
}
@media screen and (max-width: 500px) {
  .sectionUl_li_card_image {
    width: 100%;
  }
}
.sectionUl_li_card_text {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .sectionUl_li_card_text {
    font-size: clamp(16px, calc(26 / var(--base-width-sp) * 100vw), 26px);
  }
}
.sectionUl_li:nth-of-type(2n) .sectionUl_li_card {
  flex-direction: row-reverse;
}
@media screen and (max-width: 500px) {
  .sectionUl_li:nth-of-type(2n) .sectionUl_li_card {
    flex-direction: column;
  }
}

.btn-reservation {
  display: flex;
  background-color: #37A93D;
  padding: 33px clamp(0px, calc(10 / var(--base-width-sp) * 100vw), 10px) 24px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-reservation {
    padding-block: clamp(10px, calc(52 / var(--base-width-sp) * 100vw), 52px) clamp(10px, calc(42 / var(--base-width-sp) * 100vw), 42px);
  }
}
.btn-reservation::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("../img/btn-reservation_cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 14px;
}
.btn-reservation:hover {
  opacity: 0.7;
}
.btn-reservation_inner {
  width: 100%;
}
.btn-reservation_text {
  color: white;
  font-size: 20px;
}
.btn-reservation_textWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-reservation_text {
    font-size: clamp(14px, calc(24 / var(--base-width-sp) * 100vw), 24px);
  }
}
.btn-reservation_text_icon {
  width: 14px;
  height: 14px;
  display: block;
}
.btn-reservation_text_iconWrap {
  position: absolute;
  top: 50%;
  right: clamp(50px, calc(111 / var(--base-width-pc) * 100vw), 111px);
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-reservation_text_iconWrap {
    right: clamp(0px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  }
}
.btn-reservation_text_iconWrap::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% + 2px);
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #707070;
  border-radius: 999px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn-reservation_text_iconWrap::before {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .btn-reservation_text_icon {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 769px) {
  .btn-reservation:hover .btn-reservation_text_iconWrap {
    transform: translate(20px, -50%);
  }
}

.marker {
  --mark-color: #FCEE21;
  --mark-height: 0.60em;
  --mark-time: 0.8s;
  /* 行ごとに背景を分割して塗る */
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  /* 下端だけ色が出るグラデーションを背景に敷く */
  background-image: linear-gradient(transparent calc(100% - var(--mark-height)), var(--mark-color) 0);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  background-size: 0 100%;
  /* 横幅0%からスタート */
}
.marker.-active {
  -webkit-animation: underline-draw var(--mark-time) ease forwards;
          animation: underline-draw var(--mark-time) ease forwards;
}

/* ----- マーカー ----- */
@-webkit-keyframes underline-draw {
  to {
    background-size: 100% 100%;
  }
  /* 横方向に伸ばしていく */
}
@keyframes underline-draw {
  to {
    background-size: 100% 100%;
  }
  /* 横方向に伸ばしていく */
}
/* ----- よくある質問 ----- */
.faq {
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-bottom: clamp(50px, calc(117 / var(--base-width-sp) * 100vw), 117px);
  }
}
.faq .sectionTitle {
  margin-bottom: clamp(34px, calc(37 / var(--base-width-pc) * 100vw), 37px);
}
.faq_lists {
  width: 100%;
  counter-reset: number;
}
.faq_list {
  counter-increment: number;
}
.faq_list:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq_list:hover {
  cursor: pointer;
}
.faq_textQ, .faq_textA {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  gap: 0 5px;
}
.faq_textQ {
  display: flex;
  align-items: center;
  background-color: #754C24;
  color: white;
  font-size: clamp(27px, calc(30 / var(--base-width-sp) * 100vw), 30px);
  font-weight: bold;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .faq_textQ {
    font-size: clamp(18px, calc(27 / var(--base-width-sp) * 100vw), 27px);
  }
}
.faq_textQ .faq_singleLetter::after {
  content: counter(number) ".";
}
.faq_textA {
  padding: 14px clamp(14px, calc(22 / var(--base-width-sp) * 100vw), 22px) clamp(16px, calc(28 / var(--base-width-pc) * 100vw), 28px);
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .faq_textA {
    font-size: clamp(16px, calc(26 / var(--base-width-sp) * 100vw), 26px);
  }
}
.faq_singleLetter {
  flex-shrink: 0;
}
.faq_plusMinus {
  position: relative;
  width: clamp(15px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  height: clamp(15px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  margin-left: auto;
}
.faq_plusMinus::before, .faq_plusMinus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(15px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  height: clamp(1px, calc(2 / var(--base-width-sp) * 100vw), 2px);
  background-color: white;
}
.faq_plusMinus::after {
  transform: translate(-50%, -50%) rotate(270deg);
  transition: all 0.5s;
}
.faq_plusMinus:is(.-active *)::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq_answer {
  display: none;
  background-color: #fffbeb;
}

/* ----- スライダー ----- */
.slick-track {
  display: flex !important;
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  height: auto !important;
}

* {
  min-width: 0;
  min-height: 0;
}

.slider_ul {
  margin-bottom: 100px;
}
.slider_ulWrap {
  position: relative;
}
.slider_li {
  border: solid 1px #B8B8B8;
  padding: 0 0 clamp(12px, 2vw, 18px);
  margin: 0 9px;
}
.slider_link {
  text-decoration: none;
  color: black;
}
.slider_link:visited {
  color: black;
}
.slider_images {
  display: flex;
  margin-bottom: clamp(15px, 3vw, 32px);
  width: 100%;
}
.slider_images img {
  width: 100%;
  max-width: 100%;
}
.slider_arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 999px;
}
.slider_arrows {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
}
.slider_arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
}
.slider_arrow.-prev::before {
  margin-left: 4px;
  transform: rotate(135deg);
}
.slider_arrow.-next::before {
  margin-right: 4px;
  transform: rotate(-45deg);
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- ホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover {
    transition: all 0.3s;
  }
  .css-hover:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
/* ----- ズーム付のホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover-zoom {
    transition: all 0.5s;
  }
  .css-hover-zoom:hover {
    transform: scale(1.08);
  }
}
/* ----- フェードイン ----- */
.js-fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.4s;
}

.js-fadeIn.-active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ----- ぼかしが消えながらフェードイン ----- */
.js-fadeIn-blurry {
  overflow: hidden;
}
.js-fadeIn-blurry:not(:has(.animation)), .js-fadeIn-blurry .animation {
  opacity: 0;
  transition: all 0.6s;
  filter: blur(100px);
}

.js-fadeIn-blurry.-active:not(:has(.animation)), .js-fadeIn-blurry.-active .animation {
  opacity: 1;
  -webkit-animation: animation-blurry 0.6s ease-in forwards;
          animation: animation-blurry 0.6s ease-in forwards;
}

@-webkit-keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
/* ----- 左から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromLeft {
  opacity: 0;
}

.js-fadeIn-fromLeft.-active {
  -webkit-animation: js-fadeIn-fromLeft 0.6s ease-out forwards;
          animation: js-fadeIn-fromLeft 0.6s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(-100% 100% -100% 0);
            clip-path: inset(-100% 100% -100% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(-100% 100% -100% 0);
            clip-path: inset(-100% 100% -100% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    opacity: 1;
  }
}
/* ----- 右から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromRight {
  opacity: 0;
}

.js-fadeIn-fromRight.-active {
  -webkit-animation: js-fadeIn-fromRight 0.6s ease-out forwards;
          animation: js-fadeIn-fromRight 0.6s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(-100% 0 -100% 100%);
            clip-path: inset(-100% 0 -100% 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    /* 全表示 */
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(-100% 0 -100% 100%);
            clip-path: inset(-100% 0 -100% 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    /* 全表示 */
    opacity: 1;
  }
}
/* アニメーション
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.FV_image01 {
  width: 100%;
}
.FV_image02 {
  margin-top: -5rem;
}

.welcome {
  position: relative;
  padding-top: 46px;
}
@media screen and (max-width: 768px) {
  .welcome {
    padding-top: 69px;
  }
}
.welcome_body {
  position: relative;
  padding-bottom: 96px;
}
.welcome_icon {
  margin-inline: auto;
  display: block;
  height: 40px;
  margin-bottom: clamp(43px, calc(50 / var(--base-width-pc) * 100vw), 50px);
}
.welcome_texts01 {
  margin-bottom: clamp(41px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.welcome_texts01 .sectionText01:nth-of-type(1) {
  margin-bottom: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .welcome_texts01 .sectionText01:nth-of-type(1) {
    font-size: 3rem;
  }
}
.welcome_texts02 {
  margin-top: clamp(60px, calc(64 / var(--base-width-pc) * 100vw), 64px);
}
.welcome .sectionImages {
  margin-bottom: clamp(10px, calc(20 / var(--base-width-sp) * 100vw), 20px);
}
.welcome .sectionBack {
  position: absolute;
  inset: 0;
  background-image: url("../img/welcome_back.png");
  background-size: contain;
  background-repeat: repeat-x;
  z-index: -1;
}
.welcome .sectionBack_image {
  display: none;
}

.ifYou {
  position: relative;
  padding-bottom: 93px;
}
.ifYou_title {
  z-index: 0;
  font-size: 32px;
  color: #F2F2F2;
  margin-top: 14px;
  line-height: 1.25;
  font-weight: bold;
}
.ifYou_titleWrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  width: 46.6rem;
  height: 100px;
  margin-bottom: clamp(36px, calc(46 / var(--base-width-pc) * 100vw), 46px);
}
@media screen and (max-width: 768px) {
  .ifYou_titleWrap {
    width: 100%;
    height: 16.3rem;
  }
}
@media screen and (max-width: 768px) {
  .ifYou_title {
    margin-top: 2.6rem;
    font-size: 5.3rem;
  }
}
.ifYou_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background-color: var(--color-main);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .ifYou_title {
    font-size: 5.3rem;
  }
}
.ifYou_li {
  display: flex;
  gap: 17px;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ifYou_li {
    padding-bottom: 21px;
    margin-bottom: 22px;
  }
}
.ifYou_li::before {
  content: "";
  display: block;
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(16px, calc(22 / var(--base-width-sp) * 100vw), 22px);
  height: clamp(16px, calc(22 / var(--base-width-sp) * 100vw), 22px);
  margin-bottom: 5px;
  flex-shrink: 0;
  margin-top: clamp(1px, calc(5 / var(--base-width-sp) * 100vw), 5px);
}
.ifYou_li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--color-main) 0 2px, transparent 2px 6px);
}
.ifYou_li_text {
  line-height: 1.2;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ifYou_li_text {
    font-size: clamp(16px, calc(26 / var(--base-width-sp) * 100vw), 26px);
  }
}

.experience {
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .experience {
    padding-top: clamp(20px, calc(46 / var(--base-width-sp) * 100vw), 46px);
    padding-bottom: 33px;
  }
}
.experience_title {
  text-align: center;
  font-size: clamp(26px, calc(37 / var(--base-width-sp) * 100vw), 37px);
  line-height: 1.7567567568;
  color: #754C24;
  font-weight: 700;
  margin-bottom: 98px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 0;
}
.experience_title .big {
  font-size: clamp(36px, calc(60 / var(--base-width-sp) * 100vw), 60px);
  font-weight: bold;
  line-height: 1;
}
.experience_title_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 70%);
  width: 100%;
  z-index: -1;
}

.beauty {
  position: relative;
  padding-block: 53px 110px;
}
@media screen and (max-width: 768px) {
  .beauty {
    padding-block: clamp(50px, calc(70 / var(--base-width-sp) * 100vw), 70px) clamp(80px, calc(120 / var(--base-width-sp) * 100vw), 120px);
  }
}
.beauty_title {
  position: relative;
  margin-bottom: clamp(70px, 90 / var(--base-width-pc) * 100vw, 120px);
}
@media screen and (max-width: 768px) {
  .beauty_title {
    margin-bottom: clamp(70px, calc(130 / var(--base-width-sp) * 100vw), 130px);
  }
}
@media screen and (max-width: 768px) {
  .beauty_title_top {
    margin-inline: 10.4rem;
  }
}
.beauty_title_bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transform: translate(0, 30%);
}
@media screen and (max-width: 768px) {
  .beauty_title_bottom {
    transform: translate(0, 45%);
  }
}
.beauty_title_image {
  display: block;
}
.beauty_image {
  width: calc((100% - 20px) / 5);
}
.beauty_images {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}
.beauty_text {
  font-size: clamp(24px, calc(30 / var(--base-width-sp) * 100vw), 30px);
  text-align: center;
  margin-bottom: 20px;
}
.beauty .sectionImages {
  margin-bottom: clamp(10px, calc(20 / var(--base-width-sp) * 100vw), 20px);
}
.beauty .trademark {
  margin-top: clamp(50px, calc(80 / var(--base-width-sp) * 100vw), 80px);
}

.trademark_icon {
  display: block;
  margin-inline: auto;
  width: clamp(200px, calc(350 / var(--base-width-sp) * 100vw), 350px);
  margin-bottom: 30px;
}
.trademark_title {
  text-align: center;
  position: relative;
  font-size: clamp(30px, calc(48 / var(--base-width-sp) * 100vw), 48px);
  padding: clamp(15px, calc(30 / var(--base-width-sp) * 100vw), 30px) clamp(50px, calc(80 / var(--base-width-sp) * 100vw), 80px) clamp(30px, calc(50 / var(--base-width-sp) * 100vw), 50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-shippori);
}
.trademark_title, .trademark_title * {
  font-weight: bold;
}
.trademark_title .text-dot {
  font-size: clamp(34px, calc(54 / var(--base-width-sp) * 100vw), 54px);
  line-height: 1;
  position: relative;
}
.trademark_title .text-dot::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(7px, calc(10 / var(--base-width-sp) * 100vw), 10px);
  height: clamp(7px, calc(10 / var(--base-width-sp) * 100vw), 10px);
  background-color: var(--color-rose);
  border-radius: 999px;
}
.trademark_title .text-big {
  display: block;
  font-size: clamp(50px, calc(70 / var(--base-width-pc) * 100vw), 70px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .trademark_title .text-big {
    font-size: clamp(30px, calc(70 / var(--base-width-sp) * 100vw), 70px);
  }
}
.trademark_title_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.trademark_title_icon:first-of-type {
  left: 0;
}
.trademark_title_icon:last-of-type {
  right: 0;
  transform: rotate3d(0, 1, 0, 180deg);
}
.trademark_content {
  position: relative;
  z-index: 0;
  padding: clamp(30px, calc(70 / var(--base-width-pc) * 100vw), 70px) clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .trademark_content {
    padding: clamp(30px, calc(90 / var(--base-width-sp) * 100vw), 90px) clamp(40px, calc(60 / var(--base-width-sp) * 100vw), 60px) clamp(50px, calc(110 / var(--base-width-sp) * 100vw), 110px);
    flex-direction: column;
  }
}
.trademark_content_back {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.trademark_content_back_image {
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
.trademark_image {
  width: clamp(150px, 300 / var(--base-width-pc) * 100vw, 300px);
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .trademark_image {
    width: 80%;
    margin-inline: auto;
    max-width: 400px;
  }
}
.trademark_text {
  padding: 20px;
  font-size: clamp(16px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .trademark_text {
    padding: initial;
    line-height: 1.2;
    padding-top: clamp(0px, calc(20 / var(--base-width-sp) * 100vw), 20px);
    font-size: clamp(16px, calc(20 / var(--base-width-sp) * 100vw), 20px);
  }
}

.headSpa {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .headSpa {
    margin-bottom: 65px;
  }
}
.headSpa_title {
  position: relative;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .headSpa_title {
    margin-bottom: clamp(40px, calc(78 / var(--base-width-sp) * 100vw), 78px);
  }
}
.headSpa_title_text {
  font-size: clamp(26px, calc(46 / var(--base-width-sp) * 100vw), 46px);
  color: var(--color-brown);
  font-weight: bold;
}
.headSpa_title_textWrap {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  text-align: center;
}
.headSpa_title_text .big {
  font-size: clamp(26px, calc(59 / var(--base-width-sp) * 100vw), 59px);
}
.headSpa .sectionText01.-n01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .headSpa .sectionText01.-n01 {
    margin-bottom: clamp(35px, calc(57 / var(--base-width-sp) * 100vw), 57px);
    font-size: 3rem;
  }
}
.headSpa .sectionText01.-n02 {
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .headSpa .sectionText01.-n02 {
    margin-bottom: 39px;
  }
}
.headSpa .sectionText01.-n03 {
  margin-bottom: clamp(0px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}
@media screen and (max-width: 768px) {
  .headSpa .sectionText01.-n03 {
    margin-bottom: 0;
    font-size: 2.9rem;
  }
}
.headSpa_image01 {
  margin-bottom: clamp(45px, calc(54 / var(--base-width-sp) * 100vw), 54px);
}
.headSpa_block01 {
  border: solid 2px #4D4D4D;
  background-color: #F2F2F2;
  text-align: center;
  padding-block: clamp(10px, calc(18 / var(--base-width-sp) * 100vw), 18px) 2px;
}
.headSpa_block01_icon {
  width: 57px;
  height: 57px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .headSpa_block01_icon {
    width: clamp(35px, calc(53 / var(--base-width-sp) * 100vw), 53px);
    height: clamp(35px, calc(53 / var(--base-width-sp) * 100vw), 53px);
  }
}
.headSpa_block01_text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5666666667;
}
@media screen and (max-width: 768px) {
  .headSpa_block01_text {
    font-size: 2.8rem;
  }
}
.headSpa_text01 {
  text-align: center;
  font-size: clamp(18px, calc(28 / var(--base-width-sp) * 100vw), 28px);
  font-weight: bold;
  margin-bottom: clamp(40px, calc(74 / var(--base-width-sp) * 100vw), 74px);
}
.headSpa_text01 .big {
  font-size: clamp(20px, calc(38 / var(--base-width-sp) * 100vw), 38px);
  margin-bottom: 11px;
}
.headSpa_block02 {
  position: relative;
  z-index: 0;
  padding: clamp(40px, calc(66 / var(--base-width-sp) * 100vw), 66px) clamp(30px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  background-color: #EDE6DE;
  margin-bottom: 45px;
}
.headSpa_block02_li {
  display: flex;
  gap: 17px;
  position: relative;
}
.headSpa_block02_li:not(:last-of-type) {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .headSpa_block02_li:not(:last-of-type) {
    margin-bottom: clamp(10px, calc(20 / var(--base-width-sp) * 100vw), 20px);
  }
}
@media screen and (max-width: 768px) {
  .headSpa_block02_li {
    padding-bottom: 21px;
    margin-bottom: 22px;
  }
}
.headSpa_block02_li::before {
  content: "";
  display: block;
  background-image: url("../img/icon_check_rose.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(20px, calc(32 / var(--base-width-sp) * 100vw), 32px);
  height: clamp(20px, calc(32 / var(--base-width-sp) * 100vw), 32px);
  margin-bottom: 5px;
  flex-shrink: 0;
  margin-top: clamp(5px, calc(8 / var(--base-width-sp) * 100vw), 8px);
}
.headSpa_block02_li_text {
  line-height: 1.5714285714;
  font-size: clamp(18px, calc(28 / var(--base-width-sp) * 100vw), 28px);
}
.headSpa_block02_li_text .marker {
  font-weight: bold;
}
.headSpa_block02_corner {
  position: absolute;
  width: 93px;
  height: 93px;
}
.headSpa_block02_cornerWrap {
  position: absolute;
  inset: 7px;
}
@media screen and (max-width: 768px) {
  .headSpa_block02_corner {
    width: 8.3rem;
    height: 8.3rem;
  }
}
.headSpa_block02_corner:nth-of-type(1) {
  top: 0;
  left: 0;
}
.headSpa_block02_corner:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.headSpa_block02_corner:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.headSpa_block02_corner:nth-of-type(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.headSpa_text02 {
  font-size: clamp(28px, calc(42 / var(--base-width-sp) * 100vw), 42px);
  color: var(--color-brown);
  font-weight: bold;
  text-align: center;
  line-height: 1.2380952381;
  margin-bottom: 35px;
}
.headSpa_block03 {
  position: relative;
  padding-top: 26px;
}
.headSpa_block03_text03 {
  font-size: clamp(22px, calc(32 / var(--base-width-sp) * 100vw), 32px);
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.headSpa_icon_arrows {
  display: block;
  margin-inline: auto;
  width: 22px;
  margin-bottom: 20px;
}

.steps {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .steps {
    margin-bottom: 0;
  }
}
.steps_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(21px, calc(32 / var(--base-width-pc) * 100vw), 32px);
}
.steps_title_span {
  font-size: clamp(26px, calc(37 / var(--base-width-sp) * 100vw), 37px);
  font-weight: bold;
  display: block;
  line-height: 1.3243243243;
  color: #E4DACE;
  background-color: var(--color-brown);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 clamp(35px, calc(50 / var(--base-width-sp) * 100vw), 50px) 5px;
  border-radius: 999px;
  margin-bottom: clamp(5px, calc(11 / var(--base-width-sp) * 100vw), 11px);
}
.steps_title_big {
  font-size: clamp(40px, calc(82 / var(--base-width-sp) * 100vw), 82px);
  font-weight: bold;
  line-height: 1.3048780488;
  color: var(--color-brown);
}
.steps_title_image {
  width: clamp(7px, calc(11 / var(--base-width-sp) * 100vw), 11px);
}
.steps_ul {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .steps_ul {
    margin-bottom: 15px;
  }
}
.steps_li:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .steps_li:not(:last-of-type) {
    margin-bottom: 21px;
  }
}
.steps_li_number {
  font-size: 25px;
  color: #E4DACE;
  background-color: var(--color-brown);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 clamp(26px, calc(53 / var(--base-width-pc) * 100vw), 53px) 2px clamp(17px, calc(31 / var(--base-width-pc) * 100vw), 31px);
  border-radius: 0 20px 0 0;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .steps_li_number {
    font-size: clamp(20px, calc(37 / var(--base-width-sp) * 100vw), 37px);
  }
}
.steps_li_box {
  background-color: #E4DACE;
  padding: 6px clamp(22px, calc(30 / var(--base-width-pc) * 100vw), 30px) 26px;
}
@media screen and (max-width: 768px) {
  .steps_li_box {
    padding-block: 24px 26px;
  }
}
.steps_li_title {
  font-size: 37px;
  text-align: center;
  font-weight: bold;
  color: #754C24;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .steps_li_title {
    font-size: clamp(30px, calc(45 / var(--base-width-sp) * 100vw), 45px);
    margin-bottom: 41px;
    flex-direction: column;
  }
}
.steps_li_title .small {
  font-size: clamp(18px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  font-weight: bold;
  line-height: 1;
}
.steps_li_point {
  display: flex;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .steps_li_point {
    margin-bottom: 18px;
  }
}
.steps_li_point_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
  background-color: #754C24;
  color: #E4DACE;
  padding: 8px 17px 11px 21px;
}
.steps_li_point_headWrap {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .steps_li_point_headWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .steps_li_point_head {
    padding: 3px 40px;
    line-height: 1;
  }
}
.steps_li_point_head_text {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .steps_li_point_head_text {
    font-size: clamp(20px, calc(29 / var(--base-width-sp) * 100vw), 29px);
  }
}
.steps_li_point_text {
  font-size: 27px;
  color: #754C24;
  font-weight: bold;
}
.steps_li_point_textWrap {
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: 13px;
}
@media screen and (max-width: 768px) {
  .steps_li_point_textWrap {
    padding-block: 19px 11px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .steps_li_point_text {
    font-size: clamp(24px, calc(32 / var(--base-width-sp) * 100vw), 32px);
  }
}
.steps_li_card {
  display: flex;
  align-items: center;
  gap: 24px 20px;
}
@media screen and (max-width: 768px) {
  .steps_li_card {
    flex-direction: column;
  }
}
.steps_li_card_image {
  width: clamp(200px, calc(324 / var(--base-width-pc) * 100vw), 324px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .steps_li_card_image {
    width: 100%;
  }
}
.steps_li_card_text {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .steps_li_card_text {
    font-size: clamp(18px, calc(26 / var(--base-width-sp) * 100vw), 26px);
    font-weight: 500;
    line-height: 1.3076923077;
  }
}

.compare {
  margin-bottom: clamp(52px, calc(63 / var(--base-width-pc) * 100vw), 63px);
}
.compare_main {
  position: relative;
  padding-block: clamp(50px, calc(73 / var(--base-width-pc) * 100vw), 73px) 73px;
}
@media screen and (max-width: 768px) {
  .compare_main {
    padding-block: 29px clamp(40px, calc(83 / var(--base-width-sp) * 100vw), 83px);
  }
}
.compare_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.compare_title_text_top {
  font-size: clamp(28px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  font-weight: bold;
  line-height: 1.1818181818;
  color: white;
  margin-bottom: 14px;
}
.compare_title_image {
  width: clamp(15px, calc(22 / var(--base-width-sp) * 100vw), 22px);
  margin-bottom: 8px;
}
.compare_title_text_bottom {
  color: white;
  font-size: clamp(30px, calc(50 / var(--base-width-sp) * 100vw), 50px);
  letter-spacing: 0.08em;
  line-height: 1.1;
  font-family: var(--font-shippori);
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .compare_title_text_bottom {
    margin-bottom: 10px;
  }
}
.compare_image01 {
  width: 100%;
  margin-bottom: clamp(62px, calc(80 / var(--base-width-pc) * 100vw), 80px);
}
.compare_text01 {
  font-size: clamp(28px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  color: #FFFF70;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .compare_text01 {
    margin-bottom: 44px;
  }
}
.compare_text02 {
  font-size: clamp(28px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(51px, calc(61 / var(--base-width-pc) * 100vw), 61px);
}
@media screen and (max-width: 768px) {
  .compare_text02 {
    margin-bottom: clamp(60px, calc(100 / var(--base-width-sp) * 100vw), 100px);
  }
}
.compare_text02 .box {
  border: solid 1px white;
  padding: 0 clamp(10px, calc(20 / var(--base-width-sp) * 100vw), 20px);
  display: inline-block;
  line-height: 1.3;
}
.compare_image02 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .compare_image02 {
    margin-bottom: clamp(50px, calc(95 / var(--base-width-sp) * 100vw), 95px);
  }
}
.compare_table {
  border-collapse: collapse;
}
.compare_table_tr:nth-of-type(1) {
  height: 126px;
}
.compare_table_th {
  background-color: #736357;
}
.compare_table_tr:nth-of-type(1) .compare_table_th:last-of-type {
  border-top: solid 6px #CC4467;
}
.compare_table_tr:nth-of-type(n+2):not(:last-of-type) .compare_table_th {
  border-top: solid 2px #F0EAE3;
  border-bottom: solid 2px #F0EAE3;
}
.compare_table_tr:nth-of-type(n+2):not(:last-of-type) .compare_table_td {
  border-top: solid 1px #736357;
  border-bottom: solid 1px #736357;
}
.compare_table_td:last-of-type {
  border-right: solid 6px #CC4467;
  border-left: solid 6px #CC4467;
}
.compare_table_td_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare_table_tr:last-of-type .compare_table_td:last-of-type {
  border-bottom: solid 6px #CC4467;
}
.compare_text03 {
  font-size: clamp(20px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  font-weight: bold;
  line-height: 1.5;
  color: white;
  text-align: center;
}
.compare_image03 {
  margin-bottom: 44px;
}
.compare_text04 {
  text-align: center;
}
.compare_text04_span1 {
  font-size: clamp(20px, calc(35 / var(--base-width-sp) * 100vw), 35px);
  line-height: 1.7222222222;
  margin-bottom: 8px;
  display: inline-block;
}
.compare_text04_span2 {
  font-size: clamp(24px, calc(41 / var(--base-width-sp) * 100vw), 41px);
  line-height: 1.756097561;
  font-weight: bold;
}

.campaign {
  position: relative;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding-top: clamp(50px, calc(70 / var(--base-width-sp) * 100vw), 70px);
  }
}
.campaign .sectionTitle {
  margin-bottom: clamp(30px, calc(55 / var(--base-width-sp) * 100vw), 55px);
}
.campaign .sectionTitle_text1 {
  margin-bottom: 5px;
}
.campaign .sectionTitle_text2 {
  font-size: clamp(16px, calc(33 / var(--base-width-sp) * 100vw), 33px);
  line-height: 1.696969697;
  color: #42210B;
  text-align: center;
}
.campaign_tableImage {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .campaign_tableImage {
    margin-bottom: clamp(50px, calc(72 / var(--base-width-sp) * 100vw), 72px);
  }
}
.campaign_text01 {
  border: solid 3px #754C24;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(49px, calc(90 / var(--base-width-pc) * 100vw), 90px);
  position: relative;
  padding: 36px 60px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .campaign_text01 {
    width: calc(100% - clamp(5px, calc(22 / var(--base-width-sp) * 100vw), 22px) * 2);
    padding-inline: 10px;
  }
}
.campaign_text01_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0px clamp(10px, calc(19 / var(--base-width-sp) * 100vw), 19px) 2px clamp(10px, calc(16 / var(--base-width-sp) * 100vw), 16px);
}
.campaign_text01_headWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: #754C24;
  transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.campaign_text01_head_text {
  font-size: clamp(16px, calc(24 / var(--base-width-sp) * 100vw), 24px);
  line-height: 40px;
  color: #FFFF70;
  font-weight: bold;
}
.campaign_text01_text {
  font-size: 24px;
  color: #754C24;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign_text01_text {
    font-size: clamp(18px, calc(24 / var(--base-width-sp) * 100vw), 24px);
  }
}

.menu {
  padding-bottom: clamp(50px, calc(114 / var(--base-width-sp) * 100vw), 114px);
}
@media screen and (max-width: 768px) {
  .menu {
    padding-top: clamp(50px, calc(105 / var(--base-width-sp) * 100vw), 105px);
    background-image: url("../img/campaign_back-sp.jpg");
    background-repeat: repeat;
    background-size: contain;
    background-position: top;
  }
}
.menu .sectionTitle {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .menu .sectionTitle {
    margin-bottom: clamp(30px, calc(106 / var(--base-width-sp) * 100vw), 106px);
  }
}
.menu_ulWrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .menu_ulWrap {
    padding-top: 38px;
    padding-top: clamp(50px, calc(105 / var(--base-width-sp) * 100vw), 105px);
    background-image: url("../img/campaign_back-sp.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
  }
}
.menu_li {
  border: solid 1px #76492F;
  padding: 30px 26px 26px;
  background-color: white;
}
.menu_li:not(:last-of-type) {
  margin-bottom: clamp(30px, calc(50 / var(--base-width-sp) * 100vw), 50px);
}
@media screen and (max-width: 768px) {
  .menu_li {
    padding: clamp(10px, calc(23 / var(--base-width-sp) * 100vw), 23px) clamp(10px, calc(25 / var(--base-width-sp) * 100vw), 25px) clamp(10px, calc(39 / var(--base-width-sp) * 100vw), 39px);
  }
}
.menu_li_top {
  text-align: center;
}
.menu_li_top_image {
  width: clamp(67px, calc(71 / var(--base-width-pc) * 100vw), 71px);
  margin-bottom: 9px;
}
.menu_li_top_text {
  font-size: 22px;
  line-height: 1.6363636364;
  background-color: #CC9900;
  width: clamp(180px, calc(226 / var(--base-width-sp) * 100vw), 226px);
  margin-inline: auto;
  padding-block: 10px;
  color: white;
  margin-bottom: 37px;
}
.menu_li_title {
  font-size: clamp(24px, calc(38 / var(--base-width-sp) * 100vw), 38px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 67px;
  border-bottom: solid 1px #76492F;
  color: #42210B;
}
@media screen and (max-width: 768px) {
  .menu_li_title {
    margin-bottom: clamp(30px, calc(52 / var(--base-width-sp) * 100vw), 52px);
  }
}
.menu_li_image {
  width: 100%;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .menu_li_image {
    margin-bottom: clamp(20px, calc(30 / var(--base-width-sp) * 100vw), 30px);
  }
}
.menu_li_detail {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.9285714286;
}
@media screen and (max-width: 768px) {
  .menu_li_detail {
    font-size: clamp(18px, calc(28 / var(--base-width-sp) * 100vw), 28px);
    margin-bottom: 28px;
  }
}
.menu_li_calculate {
  font-size: clamp(22px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  margin-bottom: clamp(19px, calc(28 / var(--base-width-sp) * 100vw), 28px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu_li_calculate {
    font-size: clamp(16px, calc(22 / var(--base-width-sp) * 100vw), 22px);
  }
}
.menu_li_fee {
  display: flex;
  align-items: center;
  gap: 20px clamp(15px, calc(30 / var(--base-width-sp) * 100vw), 30px);
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .menu_li_fee {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 500px) {
  .menu_li_fee {
    justify-content: center;
  }
}
.menu_li_fee_original {
  display: flex;
  align-items: center;
  gap: 10px clamp(10px, calc(28 / var(--base-width-sp) * 100vw), 28px);
}
@media screen and (max-width: 768px) {
  .menu_li_fee_original {
    row-gap: clamp(10px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  }
}
@media screen and (max-width: 500px) {
  .menu_li_fee_original {
    row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.menu_li_fee_original_text {
  font-size: 26px;
  text-shadow: 1.5px 1.5px 1.5px black;
}
@media screen and (max-width: 768px) {
  .menu_li_fee_original_text {
    font-size: clamp(16px, calc(24 / var(--base-width-sp) * 100vw), 24px);
  }
}
.menu_li_fee_original_amount {
  font-size: 30px;
  position: relative;
  padding-right: clamp(10px, calc(31 / var(--base-width-sp) * 100vw), 31px);
}
@media screen and (max-width: 768px) {
  .menu_li_fee_original_amount {
    font-size: clamp(18px, calc(28 / var(--base-width-sp) * 100vw), 28px);
    line-height: 1.2;
  }
}
.menu_li_fee_original_amount::after, .menu_li_fee_original_amount::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  background-color: #CA1C24;
}
.menu_li_fee_original_amount::after {
  top: 43%;
}
.menu_li_fee_original_amount::before {
  top: 57%;
}
.menu_li_fee_arrow {
  width: clamp(20px, calc(34 / var(--base-width-sp) * 100vw), 34px);
}
.menu_li_fee_discount {
  color: #CA1C24;
}
.menu_li_fee_discount_text {
  display: block;
  font-size: 26px;
  line-height: 1.5769230769;
}
@media screen and (max-width: 768px) {
  .menu_li_fee_discount_text {
    font-size: clamp(16px, calc(24 / var(--base-width-sp) * 100vw), 24px);
    line-height: 1;
  }
}
.menu_li_fee_discount_amount {
  display: block;
  font-size: 69px;
  line-height: 1.5942028986;
}
@media screen and (max-width: 768px) {
  .menu_li_fee_discount_amount {
    font-size: clamp(30px, calc(64 / var(--base-width-sp) * 100vw), 64px);
  }
}
@media screen and (max-width: 500px) {
  .menu_li_fee_discount_amount {
    line-height: 1.2;
  }
}
.menu_li_fee_attention {
  color: #C1272D;
  font-size: 28px;
  line-height: 1.3214285714;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .menu_li_fee_attention {
    font-size: clamp(18px, calc(26 / var(--base-width-sp) * 100vw), 26px);
  }
}

.recommend {
  margin-bottom: clamp(76px, calc(132 / var(--base-width-pc) * 100vw), 132px);
}
@media screen and (max-width: 768px) {
  .recommend {
    margin-bottom: clamp(50px, calc(76 / var(--base-width-sp) * 100vw), 76px);
  }
}
.recommend_head {
  text-align: center;
  background-color: #42210B;
  padding: 46px 10px clamp(30px, calc(56 / var(--base-width-sp) * 100vw), 56px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recommend_head {
    padding-top: clamp(30px, calc(61 / var(--base-width-sp) * 100vw), 61px);
    margin-bottom: clamp(30px, calc(59 / var(--base-width-sp) * 100vw), 59px);
  }
}
.recommend_head_title {
  font-size: clamp(28px, calc(49 / var(--base-width-sp) * 100vw), 49px);
  font-weight: bold;
  line-height: 1.4693877551;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(to right, #A17742 0%, #E3B26E 30%, #FFCB81 40%, #EDB973 50%, #C08C50 80%, #A4703A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: clamp(11px, calc(25 / var(--base-width-sp) * 100vw), 25px);
}
.recommend_head_arrow {
  width: clamp(18px, calc(22 / var(--base-width-sp) * 100vw), 22px);
  margin-bottom: clamp(11px, calc(21 / var(--base-width-pc) * 100vw), 21px);
}
.recommend_head_text {
  color: white;
  font-size: clamp(18px, calc(33 / var(--base-width-sp) * 100vw), 33px);
  line-height: 1.4848484848;
}
.recommend_doctor_message {
  margin-bottom: 31px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .recommend_doctor_message {
    padding: 47px clamp(20px, calc(40 / var(--base-width-sp) * 100vw), 40px) clamp(15px, calc(47 / var(--base-width-pc) * 100vw), 47px);
  }
}
.recommend_doctor_message_text {
  position: absolute;
  top: clamp(20px, calc(55 / var(--base-width-pc) * 100vw), 55px);
  left: 42px;
  right: 42px;
  font-size: clamp(16px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  line-height: 1.5833333333;
}
@media screen and (max-width: 950px) {
  .recommend_doctor_message_text {
    position: initial;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_doctor_message_text {
    font-size: clamp(14px, calc(21 / var(--base-width-sp) * 100vw), 21px);
  }
}
.recommend_doctor_message_back {
  height: clamp(600px, 750 / var(--base-width-pc) * 100vw, 750px);
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 950px) {
  .recommend_doctor_message_back {
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}
.recommend_doctor_message_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .recommend_doctor_message_bottom {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.recommend_doctor_message_career {
  position: absolute;
  left: clamp(30px, calc(42 / var(--base-width-sp) * 100vw), 42px);
  right: clamp(30px, calc(42 / var(--base-width-sp) * 100vw), 42px);
  bottom: clamp(30px, calc(49 / var(--base-width-sp) * 100vw), 49px);
  width: calc(100% - clamp(30px, calc(42 / var(--base-width-pc) * 100vw), 42px) * 2);
  max-width: 700px;
  margin-inline: auto;
  background-color: white;
  border: solid 1px #707070;
  box-shadow: 8px 8px 8px rgba(112, 112, 112, 0.16);
  padding: clamp(10px, calc(21 / var(--base-width-sp) * 100vw), 21px) clamp(10px, calc(14 / var(--base-width-sp) * 100vw), 14px) clamp(10px, calc(18 / var(--base-width-sp) * 100vw), 18px);
}
@media screen and (max-width: 950px) {
  .recommend_doctor_message_career {
    margin-bottom: 20px;
    position: relative;
    inset: 0;
    width: 100%;
  }
}
.recommend_doctor_message_career_head {
  display: flex;
  align-items: center;
  gap: 0 clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  margin-bottom: 16px;
}
.recommend_doctor_message_career_title {
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  margin-bottom: 5px;
}
.recommend_doctor_message_career_title_name {
  font-weight: bold;
  font-size: clamp(16px, calc(28 / var(--base-width-pc) * 100vw), 28px);
  margin-left: 5px;
}
.recommend_doctor_message_career_bar {
  background-color: #C7B299;
  display: block;
  color: white;
  font-size: 13px;
  padding: 0 7px;
  margin-bottom: 5px;
  width: clamp(200px, calc(284 / var(--base-width-sp) * 100vw), 284px);
}
@media screen and (max-width: 950px) {
  .recommend_doctor_message_career_bar {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_doctor_message_career_bar {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .recommend_doctor_message_career_bar {
    width: 100%;
  }
}
.recommend_doctor_message_career_text {
  font-size: clamp(16px, calc(19 / var(--base-width-pc) * 100vw), 19px);
  line-height: 1.6315789474;
}
.recommend_doctor_message_career_icon {
  width: clamp(70px, calc(91 / var(--base-width-sp) * 100vw), 91px);
}
.recommend_doctor_message_career_doctor {
  position: absolute;
  right: 0;
  top: calc(clamp(80px, calc(100 / var(--base-width-pc) * 100vw), 100px) * -1);
  width: clamp(150px, calc(190 / var(--base-width-pc) * 100vw), 190px);
}
@media screen and (max-width: 768px) {
  .recommend_doctor_message_career_doctor {
    width: clamp(120px, calc(190 / var(--base-width-break) * 100vw), 190px);
    top: calc(clamp(50px, calc(100 / var(--base-width-pc) * 100vw), 100px) * -1);
  }
}
@media screen and (max-width: 370px) {
  .recommend_doctor_message_career_doctor {
    top: 20px;
    right: 20px;
    width: clamp(50px, 18.9189189189vw, 70px);
  }
}
.recommend_image01 {
  width: 100%;
  max-width: clamp(657px, 59.7272727273vw, 10000px);
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .recommend_image01 {
    max-width: 100%;
    width: calc(100% - 30px);
  }
}

.voice {
  margin-bottom: clamp(76px, calc(131 / var(--base-width-pc) * 100vw), 131px);
}
@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: clamp(50px, calc(76 / var(--base-width-sp) * 100vw), 76px);
  }
}
.voice .sectionTitle {
  margin-bottom: clamp(25px, calc(37 / var(--base-width-pc) * 100vw), 37px);
}
.voice_ul {
  margin-bottom: clamp(51px, calc(112 / var(--base-width-pc) * 100vw), 112px);
}
.voice_li {
  border: solid 1px #AA4867;
  border-radius: 15px;
  background-color: #FFFFF6;
  padding: 22px 18px 23px 14px;
}
.voice_li:not(:last-of-type) {
  margin-bottom: clamp(30px, calc(52 / var(--base-width-sp) * 100vw), 52px);
}
@media screen and (max-width: 768px) {
  .voice_li {
    padding: clamp(20px, calc(32 / var(--base-width-sp) * 100vw), 32px) clamp(15px, calc(23 / var(--base-width-sp) * 100vw), 23px) clamp(20px, calc(44 / var(--base-width-sp) * 100vw), 44px);
    border-width: 3px;
  }
}
.voice_li_title {
  font-size: 30px;
  font-weight: bold;
  border-bottom: solid 1px #AA4867;
  padding-bottom: 13px;
  margin-bottom: 19px;
  color: var(--color-brown);
}
@media screen and (max-width: 768px) {
  .voice_li_title {
    font-size: clamp(18px, calc(38 / var(--base-width-sp) * 100vw), 38px);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: clamp(15px, calc(24 / var(--base-width-sp) * 100vw), 24px);
    text-align: center;
  }
}
.voice_li_card {
  display: flex;
  justify-content: center;
  gap: 33px 23px;
}
@media screen and (max-width: 768px) {
  .voice_li_card {
    flex-direction: column;
  }
}
.voice_li_card_images {
  flex-shrink: 0;
  width: 298px;
}
@media screen and (max-width: 768px) {
  .voice_li_card_images {
    width: 100%;
  }
}
.voice_li_card_images_image {
  aspect-ratio: 298/235;
  width: 100%;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .voice_li_card_images_image {
    aspect-ratio: 651/351;
    margin-bottom: 24px;
  }
}
.voice_li_card_images_status {
  text-align: center;
  border: solid 1px var(--color-brown);
  color: var(--color-brown);
  font-weight: bold;
  font-size: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .voice_li_card_images_status {
    max-width: 515px;
    font-size: clamp(22px, calc(30 / var(--base-width-sp) * 100vw), 30px);
  }
}
.voice_li_card_text {
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .voice_li_card_text {
    font-size: clamp(18px, calc(26 / var(--base-width-sp) * 100vw), 26px);
  }
}
.voice_li:nth-of-type(2n) .voice_li_card {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .voice_li:nth-of-type(2n) .voice_li_card {
    flex-direction: column;
  }
}
.voice_image01 {
  width: 100%;
  margin-bottom: 33px;
}
.voice_text01 {
  text-align: center;
  font-size: clamp(18px, calc(36 / var(--base-width-sp) * 100vw), 36px);
  line-height: 1.7222222222;
  margin-bottom: 2px;
}
.voice_text02 {
  text-align: center;
  font-size: 50px;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .voice_text02 {
    font-size: clamp(22px, calc(50 / var(--base-width-sp) * 100vw), 50px);
  }
}

.feature {
  margin-bottom: clamp(76px, calc(112 / var(--base-width-pc) * 100vw), 112px);
}
@media screen and (max-width: 768px) {
  .feature {
    margin-bottom: clamp(50px, calc(76 / var(--base-width-sp) * 100vw), 76px);
  }
}
.feature_head {
  position: relative;
  padding-block: clamp(53px, calc(69 / var(--base-width-pc) * 100vw), 69px) clamp(43px, calc(82 / var(--base-width-pc) * 100vw), 82px);
  background: linear-gradient(to right, #2C2D1A 0%, #565937 100%);
  margin-bottom: clamp(40px, calc(57 / var(--base-width-sp) * 100vw), 57px);
}
@media screen and (max-width: 768px) {
  .feature_head {
    padding-block: clamp(30px, calc(53 / var(--base-width-sp) * 100vw), 53px) clamp(30px, calc(43 / var(--base-width-sp) * 100vw), 43px);
  }
}
.feature_head_text {
  font-size: 27px;
  color: white;
  text-align: center;
  line-height: 1.8888888889;
}
@media screen and (max-width: 768px) {
  .feature_head_text {
    font-size: clamp(16px, calc(36 / var(--base-width-sp) * 100vw), 36px);
  }
}
.feature_title {
  font-family: var(--font-shippori);
  font-size: clamp(24px, calc(49 / var(--base-width-sp) * 100vw), 49px);
  color: white;
  text-align: center;
  line-height: 1.1836734694;
  margin-bottom: -20px;
}
.feature_ul {
  margin-bottom: 41px;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .feature_ul {
    margin-bottom: clamp(30px, calc(46 / var(--base-width-sp) * 100vw), 46px);
  }
}
.feature_li {
  counter-increment: number;
  border: solid 1px #707070;
}
.feature_li:not(:last-of-type) {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .feature_li:not(:last-of-type) {
    margin-bottom: clamp(20px, calc(36 / var(--base-width-sp) * 100vw), 36px);
  }
}
@media screen and (max-width: 768px) {
  .feature_li {
    border-width: 2px;
  }
}
.feature_li_title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #2C2D1A 0%, #565937 100%);
  color: white;
}
.feature_li_title_number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.feature_li_title_number_text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  font-size: 26px;
  margin-left: 37px;
}
@media screen and (max-width: 768px) {
  .feature_li_title_number_text {
    font-size: clamp(20px, calc(36 / var(--base-width-sp) * 100vw), 36px);
    margin-left: 3px;
  }
}
.feature_li_title_number_text::after {
  content: "0" counter(number);
  display: inline-block;
  background-color: white;
  border-radius: 999px;
  color: #444534;
  font-size: 24px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(1.5px, calc(3 / var(--base-width-sp) * 100vw), 3px);
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .feature_li_title_number_text::after {
    font-size: clamp(18px, calc(31 / var(--base-width-sp) * 100vw), 31px);
    width: clamp(25px, calc(40 / var(--base-width-sp) * 100vw), 40px);
    height: clamp(25px, calc(40 / var(--base-width-sp) * 100vw), 40px);
  }
}
.feature_li_title_number_image {
  height: 70px;
  width: 232px;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 768px) {
  .feature_li_title_number_image {
    height: clamp(60px, calc(95 / var(--base-width-sp) * 100vw), 95px);
    width: clamp(140px, calc(220 / var(--base-width-sp) * 100vw), 220px);
  }
}
.feature_li_title_text {
  font-size: 48px;
  line-height: 1;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .feature_li_title_text {
    font-size: clamp(30px, calc(71 / var(--base-width-sp) * 100vw), 71px);
    margin-left: 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .feature_li_title_text {
    font-size: clamp(24px, 7.6vw, 38px);
  }
}
.feature_li_body {
  background-color: #FFFDE4;
  padding: 27px 20px 23px 41px;
}
@media screen and (max-width: 768px) {
  .feature_li_body {
    padding: clamp(15px, calc(21 / var(--base-width-sp) * 100vw), 21px) clamp(15px, calc(22 / var(--base-width-sp) * 100vw), 22px) clamp(15px, calc(52 / var(--base-width-sp) * 100vw), 52px);
  }
}
.feature_li_card {
  display: flex;
  align-items: center;
  gap: 17px clamp(20px, calc(38 / var(--base-width-pc) * 100vw), 38px);
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .feature_li_card {
    flex-direction: column-reverse;
    margin-bottom: clamp(20px, calc(37 / var(--base-width-sp) * 100vw), 37px);
  }
}
.feature_li_card_image {
  width: clamp(220px, calc(265 / var(--base-width-pc) * 100vw), 265px);
  aspect-ratio: 265/182;
}
@media screen and (max-width: 768px) {
  .feature_li_card_image {
    width: 100%;
    aspect-ratio: 650/320;
  }
}
.feature_li_card_text {
  font-size: 30px;
  line-height: 1.7333333333;
  font-weight: bold;
  color: #444534;
}
@media screen and (max-width: 768px) {
  .feature_li_card_text {
    text-align: center;
    font-size: clamp(18px, calc(43 / var(--base-width-sp) * 100vw), 43px);
  }
}
.feature_li_text01 {
  font-size: clamp(16px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  line-height: 1.68;
}
.feature_li_text01_li {
  position: relative;
  padding-left: clamp(15px, calc(30 / var(--base-width-sp) * 100vw), 30px);
}
.feature_li_text01_li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.feature_images01 {
  position: relative;
}
.feature_images01_image {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .feature_images01_image {
    aspect-ratio: 751/474;
    -o-object-position: top;
       object-position: top;
  }
}
.feature_images01_text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  bottom: 40px;
  font-size: 28px;
  color: white;
  line-height: 1.6428571429;
}
@media screen and (max-width: 768px) {
  .feature_images01_text {
    bottom: clamp(30px, calc(60 / var(--base-width-sp) * 100vw), 60px);
    font-size: clamp(16px, calc(38 / var(--base-width-sp) * 100vw), 38px);
  }
}

.salon {
  margin-bottom: clamp(69px, calc(125 / var(--base-width-pc) * 100vw), 125px);
}
.salon .sectionTitle {
  margin-bottom: clamp(30px, calc(61 / var(--base-width-sp) * 100vw), 61px);
}
.salon_text01 {
  font-family: var(--font-shippori);
  font-size: clamp(28px, calc(50 / var(--base-width-sp) * 100vw), 50px);
  line-height: 1.36;
  text-align: center;
  color: #42210B;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .salon_text01 {
    font-size: clamp(22px, calc(28 / var(--base-width-sp) * 100vw), 28px);
    margin-bottom: clamp(30px, calc(42 / var(--base-width-sp) * 100vw), 42px);
  }
}
.salon .sectionImages {
  margin-inline: clamp(31px, calc(82 / var(--base-width-pc) * 100vw), 82px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .salon .sectionImages {
    margin-inline: clamp(10px, calc(31 / var(--base-width-sp) * 100vw), 31px);
    margin-bottom: clamp(30px, calc(61 / var(--base-width-sp) * 100vw), 61px);
  }
}
.salon_text02 {
  text-align: center;
  font-size: clamp(18px, calc(28 / var(--base-width-sp) * 100vw), 28px);
  line-height: 1.7142857143;
  margin-bottom: clamp(40px, calc(62 / var(--base-width-pc) * 100vw), 62px);
}
.salon_body {
  padding-block: clamp(60px, calc(86 / var(--base-width-pc) * 100vw), 86px) clamp(73px, calc(118 / var(--base-width-pc) * 100vw), 118px);
  background-color: #F9F4EF;
}
@media screen and (max-width: 768px) {
  .salon_body {
    padding-block: clamp(50px, calc(60 / var(--base-width-sp) * 100vw), 60px) clamp(50px, calc(73 / var(--base-width-sp) * 100vw), 73px);
  }
}
.salon_body_title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: var(--color-brown);
  border: solid 1px var(--color-brown);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 clamp(12px, calc(17 / var(--base-width-pc) * 100vw), 17px) 3px;
  line-height: 1.3;
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .salon_body_title {
    font-size: clamp(28px, calc(46 / var(--base-width-sp) * 100vw), 46px);
    margin-bottom: clamp(30px, calc(92 / var(--base-width-sp) * 100vw), 92px);
  }
}
.salon_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .salon_gallery {
    gap: clamp(20px, calc(35 / var(--base-width-sp) * 100vw), 35px);
  }
}
.salon_gallery_image {
  width: calc((100% - 18px) / 3);
}
@media screen and (max-width: 768px) {
  .salon_gallery_image {
    width: calc((100% - clamp(20px, calc(35 / var(--base-width-sp) * 100vw), 35px)) / 2);
  }
}

.staff .sectionTitle {
  margin-bottom: clamp(30px, calc(61 / var(--base-width-sp) * 100vw), 61px);
}
.staff_text01 {
  font-family: var(--font-shippori);
  font-size: clamp(28px, calc(50 / var(--base-width-sp) * 100vw), 50px);
  line-height: 1.36;
  text-align: center;
  color: #42210B;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .staff_text01 {
    font-size: clamp(22px, calc(50 / var(--base-width-sp) * 100vw), 50px);
    margin-bottom: clamp(30px, calc(42 / var(--base-width-sp) * 100vw), 42px);
  }
}
.staff .sectionImages {
  margin-inline: clamp(31px, calc(82 / var(--base-width-pc) * 100vw), 82px);
  margin-bottom: 91px;
}
@media screen and (max-width: 768px) {
  .staff .sectionImages {
    margin-inline: clamp(10px, calc(31 / var(--base-width-sp) * 100vw), 31px);
    margin-bottom: clamp(30px, calc(107 / var(--base-width-sp) * 100vw), 107px);
  }
}
.staff_body {
  padding-block: clamp(60px, calc(173 / var(--base-width-pc) * 100vw), 173px) 70px;
  background-color: #F9F4EF;
}
@media screen and (max-width: 768px) {
  .staff_body {
    padding-block: clamp(50px, calc(60 / var(--base-width-sp) * 100vw), 60px) clamp(50px, calc(92 / var(--base-width-sp) * 100vw), 92px);
  }
}
.staff_ul {
  display: flex;
  gap: 6px clamp(10px, calc(19 / var(--base-width-pc) * 100vw), 19px);
  padding-inline: clamp(10px, calc(37 / var(--base-width-sp) * 100vw), 37px);
}
@media screen and (max-width: 768px) {
  .staff_ul {
    flex-direction: column;
  }
}
.staff_li {
  width: calc((100% - clamp(10px, calc(19 / var(--base-width-sp) * 100vw), 19px) * 2) / 3);
  display: flex;
  flex-direction: column;
  gap: 25px 20px;
}
@media screen and (max-width: 768px) {
  .staff_li {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .staff_li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.staff_li_image {
  border-radius: 999px;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .staff_li_image {
    width: clamp(180px, calc(297 / var(--base-width-sp) * 100vw), 297px);
  }
}
.staff_li_texts {
  font-size: clamp(16px, calc(24 / var(--base-width-sp) * 100vw), 24px);
  line-height: 2;
}
.staff_li_name {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff_li_name {
    text-align: start;
  }
}

.storeSingle {
  background-color: #EEEBE8;
  padding-block: 79px 95px;
}
@media screen and (max-width: 768px) {
  .storeSingle {
    padding-block: clamp(50px, calc(76 / var(--base-width-sp) * 100vw), 76px) clamp(50px, calc(105 / var(--base-width-sp) * 100vw), 105px);
  }
}
.storeSingle .sectionTitle {
  margin-bottom: clamp(26px, calc(78 / var(--base-width-pc) * 100vw), 78px);
}
.storeSingle .sectionTitle_text1 {
  color: #42210B;
}
.storeSingle_inner {
  background-color: white;
  padding: 81px clamp(25px, calc(48 / var(--base-width-sp) * 100vw), 48px) 53px;
}
@media screen and (max-width: 768px) {
  .storeSingle_inner {
    padding: 22px clamp(15px, calc(25 / var(--base-width-sp) * 100vw), 25px) clamp(20px, calc(60 / var(--base-width-sp) * 100vw), 60px);
  }
}
.storeSingle_inner_maxWidth {
  max-width: 470px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .storeSingle_inner_maxWidth {
    max-width: initial;
  }
}
.storeSingle .sectionImages {
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .storeSingle .sectionImages {
    margin-bottom: clamp(30px, calc(71 / var(--base-width-sp) * 100vw), 71px);
    max-width: 548px;
    margin-inline: auto;
  }
}
.storeSingle_subtitle {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #42210B;
  margin-bottom: clamp(46px, calc(67 / var(--base-width-pc) * 100vw), 67px);
}
.storeSingle_subtitle::after {
  content: "";
  display: block;
  width: 182px;
  height: 1px;
  background-color: #42210B;
  margin-inline: auto;
  margin-top: clamp(28px, calc(32 / var(--base-width-pc) * 100vw), 32px);
}
@media screen and (max-width: 768px) {
  .storeSingle_subtitle::after {
    width: clamp(150px, calc(211 / var(--base-width-sp) * 100vw), 211px);
  }
}
@media screen and (max-width: 768px) {
  .storeSingle_subtitle {
    font-size: clamp(24px, calc(42 / var(--base-width-sp) * 100vw), 42px);
  }
}
.storeSingle_storeImage {
  width: calc((100% - 4px) / 2);
}
.storeSingle_storeImages {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: clamp(48px, calc(58 / var(--base-width-pc) * 100vw), 58px);
}
.storeSingle_desc {
  font-size: 24px;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .storeSingle_desc {
    font-size: clamp(18px, calc(32 / var(--base-width-sp) * 100vw), 32px);
    margin-bottom: clamp(30px, calc(69 / var(--base-width-sp) * 100vw), 69px);
  }
}
.storeSingle_desc :where(p) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .storeSingle_desc :where(p) {
    margin-bottom: clamp(10px, calc(80 / var(--base-width-sp) * 100vw), 80px);
  }
}
.storeSingle_map {
  width: 100%;
  aspect-ratio: 655/432;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .storeSingle_map {
    aspect-ratio: 649/706;
    margin-bottom: clamp(30px, calc(96 / var(--base-width-sp) * 100vw), 96px);
  }
}
.storeSingle_detail {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .storeSingle_detail {
    flex-direction: column;
  }
}
.storeSingle_detail_term:nth-of-type(1), .storeSingle_detail_desc:nth-of-type(1) {
  border-top: solid 1px black;
}
.storeSingle_detail_term, .storeSingle_detail_desc {
  display: flex;
  align-items: center;
  border-right: solid 1px var(--color-main);
  border-left: solid 1px var(--color-main);
  border-bottom: solid 1px var(--color-main);
  font-size: 22px;
  line-height: 1.5;
  font-family: var(--font-notoSans);
}
@media screen and (max-width: 768px) {
  .storeSingle_detail_term, .storeSingle_detail_desc {
    font-size: clamp(16px, calc(29 / var(--base-width-sp) * 100vw), 29px);
    padding-block: 15px;
  }
}
.storeSingle_detail_term {
  justify-content: center;
  width: 152px;
  min-height: 86px;
}
@media screen and (max-width: 768px) {
  .storeSingle_detail_term {
    width: 100%;
    min-height: clamp(40px, calc(70 / var(--base-width-sp) * 100vw), 70px);
  }
}
.storeSingle_detail_desc {
  width: calc(100% - 152px);
  padding-inline: clamp(10px, calc(29 / var(--base-width-pc) * 100vw), 29px);
}
@media screen and (max-width: 768px) {
  .storeSingle_detail_desc {
    width: 100%;
    min-height: clamp(70px, calc(122 / var(--base-width-sp) * 100vw), 122px);
  }
}
.storeSingle_detail_desc_link {
  text-decoration: none;
  color: var(--color-main);
  transition: all 0.3s;
}
.storeSingle_detail_desc_link:hover {
  opacity: 0.7;
  color: var(--color-rose);
}
@media screen and (max-width: 768px) {
  .storeSingle_detail_desc_text {
    text-align: center;
    width: 100%;
  }
}

.sectionBlock1 {
  background: linear-gradient(to right, #2C2D1A 0%, #565937 100%);
  padding-block: 73px 86px;
}
@media screen and (max-width: 768px) {
  .sectionBlock1 {
    padding-block: clamp(30px, calc(42 / var(--base-width-sp) * 100vw), 42px) 0;
  }
}
.sectionBlock1_text01 {
  color: white;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sectionBlock1_text01 {
    font-size: 3.6em;
  }
}

.sectionBlock2 {
  background-color: #42210B;
  padding-block: clamp(30px, calc(53 / var(--base-width-sp) * 100vw), 53px) clamp(30px, calc(62 / var(--base-width-sp) * 100vw), 62px);
}
.sectionBlock2_text {
  font-size: clamp(20px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  text-align: center;
  padding-inline: 10px;
  color: white;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sectionBlock2_text {
    text-align: center;
  }
}

.sectionBlock3 {
  position: relative;
  padding-bottom: clamp(50px, calc(116 / var(--base-width-sp) * 100vw), 116px);
}
.sectionBlock3_inner {
  background-color: white;
  padding: 28px 28px 56px;
}
@media screen and (max-width: 768px) {
  .sectionBlock3_inner {
    padding: 34px 21px clamp(35px, calc(85 / var(--base-width-sp) * 100vw), 85px);
  }
}
.sectionBlock3_image {
  width: 100%;
  margin-bottom: clamp(27px, calc(30 / var(--base-width-sp) * 100vw), 30px);
}
.sectionBlock3_text1 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sectionBlock3_text1 {
    font-size: clamp(14px, calc(28 / var(--base-width-sp) * 100vw), 28px);
    margin-bottom: clamp(20px, calc(47 / var(--base-width-sp) * 100vw), 47px);
  }
}
.sectionBlock3_text2 {
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  color: #42210B;
}
@media screen and (max-width: 768px) {
  .sectionBlock3_text2 {
    font-size: clamp(18px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  }
}

.sectionBlock4 {
  position: relative;
  padding-block: clamp(45px, calc(79 / var(--base-width-pc) * 100vw), 79px) clamp(45px, calc(71 / var(--base-width-sp) * 100vw), 71px);
}
.sectionBlock4 .sectionBack_image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.sectionBlock4_text1 {
  text-align: center;
  font-size: clamp(20px, calc(47 / var(--base-width-sp) * 100vw), 47px);
  font-weight: bold;
  line-height: 1.2553191489;
  margin-bottom: clamp(30px, calc(38 / var(--base-width-sp) * 100vw), 38px);
}
.sectionBlock4_image01 {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .sectionBlock4_image01 {
    margin-bottom: clamp(30px, calc(51 / var(--base-width-sp) * 100vw), 51px);
  }
}
.sectionBlock4_text2 {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .sectionBlock4_text2 {
    font-size: clamp(20px, calc(28 / var(--base-width-sp) * 100vw), 28px);
    margin-bottom: clamp(30px, calc(64 / var(--base-width-sp) * 100vw), 64px);
  }
}
.sectionBlock4_image02 {
  position: relative;
  margin-bottom: clamp(26px, calc(29 / var(--base-width-pc) * 100vw), 29px);
}
.sectionBlock4_image02_text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, calc(47 / var(--base-width-sp) * 100vw), 47px);
  color: #603813;
  font-weight: bold;
}
.sectionBlock4_text3 {
  text-align: center;
  font-size: 38px;
  color: #603813;
  font-weight: bold;
  line-height: 1.3421052632;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sectionBlock4_text3 {
    font-size: clamp(18px, calc(41 / var(--base-width-sp) * 100vw), 41px);
    margin-bottom: clamp(10px, calc(23 / var(--base-width-sp) * 100vw), 23px);
  }
}
.sectionBlock4 .btn-reservation {
  max-width: 687px;
  margin-inline: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sectionBlock4 .btn-reservation {
    margin-bottom: clamp(30px, calc(89 / var(--base-width-sp) * 100vw), 89px);
  }
}
.sectionBlock4_image03 {
  position: relative;
  margin-inline: 20px;
  margin-bottom: -20px;
}
.sectionBlock4_image03_image {
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock4_image03_texts {
  position: absolute;
  top: clamp(10px, calc(31 / var(--base-width-sp) * 100vw), 31px);
  left: clamp(10px, calc(50 / var(--base-width-sp) * 100vw), 50px);
  right: clamp(10px, calc(50 / var(--base-width-sp) * 100vw), 50px);
  text-align: center;
}
@media screen and (max-width: 400px) {
  .sectionBlock4_image03_texts {
    top: 8px;
    left: 10px;
    right: 10px;
  }
}
.sectionBlock4_image03_title {
  font-size: clamp(20px, calc(47 / var(--base-width-sp) * 100vw), 47px);
  margin-bottom: clamp(10px, calc(24 / var(--base-width-sp) * 100vw), 24px);
  color: #603813;
  line-height: clamp(20px, calc(58 / var(--base-width-sp) * 100vw), 58px);
}
@media screen and (max-width: 400px) {
  .sectionBlock4_image03_title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
}
.sectionBlock4_image03_text {
  font-size: clamp(16px, calc(28 / var(--base-width-sp) * 100vw), 28px);
  color: #603813;
  line-height: clamp(20px, calc(58 / var(--base-width-sp) * 100vw), 58px);
}
@media screen and (max-width: 370px) {
  .sectionBlock4_image03_text {
    font-size: 14px;
  }
}
.sectionBlock4_image04 {
  margin-bottom: -30px;
}
.sectionBlock4_text4 {
  font-size: 38px;
  text-align: center;
  color: #603813;
  font-weight: bold;
  line-height: 1.3421052632;
  margin-bottom: clamp(50px, calc(71 / var(--base-width-sp) * 100vw), 71px);
}
@media screen and (max-width: 768px) {
  .sectionBlock4_text4 {
    font-size: clamp(18px, calc(41 / var(--base-width-sp) * 100vw), 41px);
  }
}

/* 個別部ここまで
---------- ---------- */