@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, dl, dd, figure, blockquote {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

input, textarea, select {
  font: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: rgba(27, 28, 25, 0.8);
  background: #ffffff;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

h1, h2, h3, h4 {
  font-weight: 500;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section {
  position: relative;
  overflow: hidden;
}

.is-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.is-fade.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  img[src*="_sp."] {
    display: none !important;
  }
}
@media (max-width: 767px) {
  *:has(> img[src*="_sp."]) > img:not([src*="_sp."]) {
    display: none !important;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: inline;
}

@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
  .br-pc {
    display: none;
  }
}
.site-footer {
  padding: 24px 0;
  text-align: center;
  background: #f0eee9;
}
.site-footer__copy {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .site-footer__copy {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .site-footer__copy {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.site-footer__copy {
  font-size: 1rem;
  letter-spacing: 0.28em;
  color: rgba(27, 28, 25, 0.8);
}

.section-fv {
  position: relative;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  background-image: url("../img/back-fv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  min-height: 720px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-fv {
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    height: 750px;
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .section-fv {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background-image: url("../img/photo_top_sp.png");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    aspect-ratio: 1432/1950;
    height: auto;
    min-height: 0;
  }
}
.section-fv__copy {
  position: relative;
  z-index: 2;
  top: 25%;
  left: 40%;
  width: max-content;
}
@media (max-width: 1024px) {
  .section-fv__copy {
    top: 35%;
    left: 20%;
  }
}
@media (max-width: 767px) {
  .section-fv__copy {
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 2;
  }
}
.section-fv__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-fv__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-fv__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-fv__caption {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .section-fv__caption {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-fv__caption {
    margin-bottom: 18px;
    font-size: 1rem;
  }
}
.section-fv__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .section-fv__title {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-fv__title {
    font-size: 2rem;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}
.section-fv__title-line {
  display: block;
  width: fit-content;
  background: #fbf9f4;
  padding: 8px 20px;
  margin-bottom: 10px;
}
.section-fv__title-line + .section-fv__title-line {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .section-fv__title-line {
    padding: 6px 10px;
  }
}
@media (max-width: 767px) {
  .section-fv__title-line {
    padding: 4px 8px 4px;
  }
}
.section-fv__title-em {
  font-style: normal;
  color: #775a19;
}
.section-fv__sub {
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 36px;
}
.section-fv__sub em {
  font-style: normal;
  color: #be484b;
  letter-spacing: 0.1em;
}
.section-fv__sub span {
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .section-fv__sub {
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    margin-bottom: 28px;
  }
  .section-fv__sub span {
    letter-spacing: 0.16em;
  }
}
@media (max-width: 767px) {
  .section-fv__sub {
    font-size: 1rem;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
  }
}
.section-fv__signature {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-fv__signature {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-fv__signature {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-fv__signature {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #775a19;
}
@media (max-width: 767px) {
  .section-fv__signature {
    font-size: 1rem;
  }
}
.section-fv__signature-line {
  width: 100px;
  height: 0.5px;
  background: #775a19;
  display: inline-block;
}
@media (max-width: 1024px) {
  .section-fv__signature-line {
    width: 50px;
  }
}
.section-fv__photo {
  overflow: hidden;
}
.section-fv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
@media (max-width: 767px) {
  .section-fv__photo {
    display: none;
  }
}
.section-fv__first-step {
  position: relative;
  z-index: 100;
  width: min(700px, 100% - 64px);
  height: 240px;
  margin: -80px auto -160px;
  background: #ffffff;
  padding: 28px 40px 50px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
@media (max-width: 1024px) {
  .section-fv__first-step {
    height: auto;
    margin: -60px auto -150px;
    padding: 24px 32px 36px;
  }
}
@media (max-width: 767px) {
  .section-fv__first-step {
    width: calc(100% - 32px);
    margin: -100px auto -120px;
    padding: 10px 20px 25px;
  }
}
.section-fv__first-step-corner {
  position: absolute;
  width: 30px;
  height: 15px;
  border-style: solid;
  border-color: #bfad70;
  pointer-events: none;
}
.section-fv__first-step-corner::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  border-style: solid;
  border-color: #bfad70;
}
.section-fv__first-step-corner--tl {
  top: -4px;
  left: 4px;
  border-width: 1.3px 0 0 1.3px;
}
.section-fv__first-step-corner--tl::before {
  top: 7px;
  left: -10px;
  border-width: 1.3px 0 0 1.3px;
}
.section-fv__first-step-corner--br {
  bottom: -4px;
  right: 4px;
  border-width: 0 1.3px 1.3px 0;
}
.section-fv__first-step-corner--br::before {
  bottom: 7px;
  right: -10px;
  border-width: 0 1.3px 1.3px 0;
}
.section-fv__first-step-caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-fv__first-step-caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-fv__first-step-caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-fv__first-step-caption {
  display: inline-flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .section-fv__first-step-caption {
    font-size: 1.4rem;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-fv__first-step-caption {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.section-fv__first-step-caption {
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .section-fv__first-step-caption {
    margin-bottom: 5px;
  }
}
.section-fv__first-step-caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-fv__first-step-lead {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-fv__first-step-lead {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-fv__first-step-lead {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-fv__first-step-lead {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section-fv__first-step-lead {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-fv__first-step-lead {
    font-size: 1.3rem;
  }
}
.section-fv__first-step-lead__title-em {
  position: relative;
  display: inline-block;
  padding-inline: 6px;
}
.section-fv__first-step-lead__title-em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 12px;
  background: rgba(190, 72, 75, 0.15);
  z-index: 0;
}
.section-fv__first-step-lead__title-em > span {
  position: relative;
  z-index: 1;
}
.section-fv__first-step-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  padding: 16px 28px;
  background: #bfad70;
  color: #ffffff;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.section-fv__first-step-btn:hover {
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .section-fv__first-step-btn {
    max-width: 380px;
    padding: 14px 24px;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 767px) {
  .section-fv__first-step-btn {
    font-size: 1.2rem;
    padding: 14px 20px;
    letter-spacing: 0.12em;
  }
}

.section-concept {
  position: relative;
  padding: 300px 0 120px;
  background: #fbf9f4;
}
@media (max-width: 1024px) {
  .section-concept {
    padding: 200px 0 100px;
  }
}
@media (max-width: 767px) {
  .section-concept {
    padding: 200px 0 80px;
  }
}
.section-concept__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-concept__inner {
    padding-inline: 15px;
  }
}
.section-concept__inner {
  gap: 64px;
}
@media (max-width: 1024px) {
  .section-concept__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .section-concept__inner {
    gap: 32px;
  }
}
.section-concept__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-concept__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-concept__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-concept__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-concept__title {
  color: rgba(27, 28, 25, 0.8);
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-concept__title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.section-concept__title-em {
  position: relative;
  display: inline-block;
  padding-inline: 6px;
}
.section-concept__title-em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 12px;
  background: rgba(190, 72, 75, 0.15);
  z-index: 0;
}
.section-concept__title-em > span {
  position: relative;
  z-index: 1;
}
.section-concept__body {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-concept__body {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-concept__body {
  color: rgba(27, 28, 25, 0.8);
  text-align: center;
}
.section-concept__body p + p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-concept__body {
    line-height: 1.85;
  }
  .section-concept__body p + p {
    margin-top: 22px;
  }
}
.section-concept__divider {
  width: 320px;
  height: 1px;
  background: linear-gradient(90deg, rgba(119, 90, 25, 0) 0%, #775a19 50%, rgba(119, 90, 25, 0) 100%);
}
@media (max-width: 1024px) {
  .section-concept__divider {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .section-concept__divider {
    width: 220px;
  }
}
.section-concept__photo {
  position: relative;
  width: 591px;
  max-width: 100%;
  aspect-ratio: 591/394;
}
.section-concept__photo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 100vw;
  aspect-ratio: 2684/816;
  background: url("../img/kazari01.png") no-repeat center/100% 100%;
  pointer-events: none;
  z-index: 0;
}
.section-concept__photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
@media (max-width: 767px) {
  .section-concept__photo {
    width: 100%;
  }
}

.section-problems {
  position: relative;
  padding: 120px 0 80px;
  background: #fbf9f4;
}
@media (max-width: 1024px) {
  .section-problems {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .section-problems {
    padding: 64px 0 0;
  }
}
.section-problems__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-problems__inner {
    padding-inline: 15px;
  }
}
.section-problems__inner {
  gap: 64px;
}
@media (max-width: 1024px) {
  .section-problems__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .section-problems__inner {
    gap: 32px;
  }
}
.section-problems__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-problems__heading {
  text-align: center;
}
.section-problems__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-problems__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-problems__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-problems__caption {
  display: inline-flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .section-problems__caption {
    font-size: 1.4rem;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-problems__caption {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.section-problems__caption {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-problems__caption {
    margin-bottom: 12px;
  }
}
.section-problems__caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-problems__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-problems__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-problems__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-problems__title {
  color: rgba(27, 28, 25, 0.8);
}
.section-problems__list {
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 0;
}
@media (max-width: 1024px) {
  .section-problems__list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media (max-width: 767px) {
  .section-problems__list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.section-problems__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 4px;
  border-bottom: 1px solid #bfad70;
}
@media (max-width: 1024px) {
  .section-problems__item {
    width: 80%;
    margin-inline: auto;
    gap: 16px;
    padding: 20px 4px;
  }
}
@media (max-width: 767px) {
  .section-problems__item {
    width: 100%;
    gap: 12px;
    padding: 12px 4px;
  }
}
.section-problems__item-num {
  flex: 0 0 auto;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-problems__item-num {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-problems__item-num {
  letter-spacing: 0.04em;
  color: #be484b;
}
@media (max-width: 767px) {
  .section-problems__item-num {
    font-size: 1.4rem;
  }
}
.section-problems__item-text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-problems__item-text {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-problems__item-text {
  color: rgba(27, 28, 25, 0.8);
  flex: 1 1 auto;
}

.section-reassurance {
  background: #fbf9f4;
  padding: 0px 0 120px;
}
@media (max-width: 1024px) {
  .section-reassurance {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .section-reassurance {
    padding: 48px 0 80px;
  }
}
.section-reassurance__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-reassurance__inner {
    padding-inline: 15px;
  }
}
.section-reassurance__inner {
  gap: 64px;
}
@media (max-width: 1024px) {
  .section-reassurance__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .section-reassurance__inner {
    gap: 32px;
  }
}
.section-reassurance__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-reassurance__connector {
  display: block;
  width: 1px;
  height: 56px;
  background: #775a19;
}
@media (max-width: 1024px) {
  .section-reassurance__connector {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .section-reassurance__connector {
    height: 36px;
  }
}
.section-reassurance__box {
  position: relative;
  width: 100%;
  max-width: 760px;
  background: #ffffff;
  padding: 40px 48px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(119, 90, 25, 0.05);
}
@media (max-width: 1024px) {
  .section-reassurance__box {
    padding: 32px 40px;
  }
}
@media (max-width: 767px) {
  .section-reassurance__box {
    padding: 25px 10px;
  }
}
.section-reassurance__corner {
  position: absolute;
  width: 30px;
  height: 15px;
  border-style: solid;
  border-color: #bfad70;
  pointer-events: none;
}
.section-reassurance__corner::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  border-style: solid;
  border-color: #bfad70;
}
.section-reassurance__corner--tl {
  top: -4px;
  left: 4px;
  border-width: 1.3px 0 0 1.3px;
}
.section-reassurance__corner--tl::before {
  top: 7px;
  left: -10px;
  border-width: 1.3px 0 0 1.3px;
}
.section-reassurance__corner--br {
  bottom: -4px;
  right: 4px;
  border-width: 0 1.3px 1.3px 0;
}
.section-reassurance__corner--br::before {
  bottom: 7px;
  right: -10px;
  border-width: 0 1.3px 1.3px 0;
}
.section-reassurance__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-reassurance__title {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-reassurance__title {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-reassurance__title {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .section-reassurance__title {
    margin-bottom: 5px;
  }
}
.section-reassurance__title-em {
  position: relative;
  display: inline-block;
  padding: 0 6px;
}
.section-reassurance__title-em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 10px;
  background: rgba(190, 72, 75, 0.2);
  z-index: 0;
}
@media (max-width: 767px) {
  .section-reassurance__title-em::after {
    bottom: -2px;
    height: 8px;
  }
}
.section-reassurance__title-em > * {
  position: relative;
  z-index: 1;
}
.section-reassurance__sub {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-reassurance__sub {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-reassurance__sub {
  color: rgba(27, 28, 25, 0.8);
}

.section-before-after {
  position: relative;
  padding: 120px 0;
  background: #f0eee9;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-before-after {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-before-after {
    padding: 64px 0;
  }
}
.section-before-after::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background: url("../img/kazari02.webp") no-repeat left top/contain;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .section-before-after::before {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .section-before-after::before {
    width: 200px;
    height: 200px;
  }
}
.section-before-after__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-before-after__inner {
    padding-inline: 15px;
  }
}
.section-before-after__inner {
  gap: 120px;
}
@media (max-width: 1024px) {
  .section-before-after__inner {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .section-before-after__inner {
    gap: 56px;
  }
}
.section-before-after__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-before-after__heading {
  text-align: center;
}
.section-before-after__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-before-after__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-before-after__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-before-after__caption {
  display: inline-flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .section-before-after__caption {
    font-size: 1.4rem;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-before-after__caption {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.section-before-after__caption {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-before-after__caption {
    margin-bottom: 12px;
  }
}
.section-before-after__caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-before-after__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-before-after__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-before-after__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-before-after__title {
  color: rgba(27, 28, 25, 0.8);
}
.section-before-after__row {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-before-after__row {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 767px) {
  .section-before-after__row {
    grid-template-columns: 1fr;
  }
}
.section-before-after__row--reverse {
  grid-template-columns: 1.5fr 1.3fr;
}
.section-before-after__row--reverse .section-before-after__photo {
  order: 2;
}
.section-before-after__row--reverse .section-before-after__text {
  order: 1;
}
@media (max-width: 1024px) {
  .section-before-after__row--reverse {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 767px) {
  .section-before-after__row--reverse {
    grid-template-columns: 1fr;
  }
  .section-before-after__row--reverse .section-before-after__photo {
    order: 1;
  }
  .section-before-after__row--reverse .section-before-after__text {
    order: 2;
  }
}
.section-before-after__photo {
  position: relative;
  z-index: 1;
  transform: translate(5%, -10%);
}
@media (max-width: 1024px) {
  .section-before-after__photo {
    transform: translate(3%, -12%);
  }
}
@media (max-width: 767px) {
  .section-before-after__photo {
    transform: none;
  }
}
.section-before-after__photo img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
.section-before-after__row--reverse .section-before-after__photo {
  transform: translate(-5%, -15%);
}
@media (max-width: 1024px) {
  .section-before-after__row--reverse .section-before-after__photo {
    transform: translate(-3%, -40%);
  }
}
@media (max-width: 767px) {
  .section-before-after__row--reverse .section-before-after__photo {
    transform: none;
  }
}
.section-before-after__text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-before-after__text {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-before-after__text {
  color: rgba(27, 28, 25, 0.8);
  background: #ffffff;
  padding: 70px 0 70px 20%;
  position: relative;
  z-index: 0;
}
.section-before-after__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: #ffffff;
}
.section-before-after__text p + p {
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .section-before-after__text {
    padding: 40px 50px 60px 12%;
  }
  .section-before-after__text p + p {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .section-before-after__text {
    padding: 20px 14px;
  }
  .section-before-after__text p + p {
    margin-top: 13px;
  }
  .section-before-after__text::after {
    display: none;
  }
  .section-before-after__text {
    box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
  }
}
.section-before-after__row--reverse .section-before-after__text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-before-after__row--reverse .section-before-after__text {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-before-after__row--reverse .section-before-after__text {
  color: rgba(27, 28, 25, 0.8);
  padding: 70px 5% 70px 3%;
}
.section-before-after__row--reverse .section-before-after__text::after {
  left: auto;
  right: 100%;
}
@media (max-width: 1024px) {
  .section-before-after__row--reverse .section-before-after__text {
    padding: 40px 15% 60px 3%;
  }
  .section-before-after__row--reverse .section-before-after__text p + p {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .section-before-after__row--reverse .section-before-after__text {
    padding: 30px 14px;
  }
  .section-before-after__row--reverse .section-before-after__text p + p {
    margin-top: 13px;
  }
}

@keyframes solution-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.section-solution {
  position: relative;
  padding: 120px 0;
  background: #fbf9f4;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-solution {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-solution {
    padding: 64px 0;
  }
}
.section-solution::before {
  content: "SOLUTION   SOLUTION  SOLUTION   SOLUTION   ";
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 30rem;
  letter-spacing: 0.02em;
  color: rgba(119, 90, 25, 0.03);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  animation: solution-marquee 60s linear infinite;
  will-change: transform;
}
@media (max-width: 1024px) {
  .section-solution::before {
    font-size: 20rem;
  }
}
.section-solution__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-solution__inner {
    padding-inline: 15px;
  }
}
.section-solution__inner {
  gap: 64px;
}
@media (max-width: 1024px) {
  .section-solution__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .section-solution__inner {
    gap: 32px;
  }
}
.section-solution__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-solution__heading {
  text-align: center;
}
.section-solution__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-solution__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-solution__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-solution__caption {
  display: inline-flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .section-solution__caption {
    font-size: 1.4rem;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-solution__caption {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.section-solution__caption {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-solution__caption {
    margin-bottom: 12px;
  }
}
.section-solution__caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-solution__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-solution__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-solution__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-solution__title {
  color: rgba(27, 28, 25, 0.8);
}
.section-solution__lead {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-solution__lead {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-solution__lead {
  color: rgba(27, 28, 25, 0.8);
  text-align: center;
}
.section-solution__connector {
  display: block;
  margin: 10px auto 0;
  width: 1px;
  height: 40px;
  background: #775a19;
}
@media (max-width: 767px) {
  .section-solution__connector {
    height: 40px;
  }
}
.section-solution__steps {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .section-solution__steps {
    grid-template-columns: 1fr;
  }
}
.section-solution__step {
  text-align: center;
  position: relative;
  border-right: solid 1px #bfad70;
  padding-block: 20px 40px;
}
.section-solution__step:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .section-solution__step {
    border-right: none;
    border-bottom: solid 1px #bfad70;
    padding: 20px;
  }
  .section-solution__step:first-child {
    border-top: solid 1px #bfad70;
  }
}
.section-solution__step-num {
  display: inline-flex;
  align-items: center;
  font-style: italic;
  font-size: 28px;
  color: #be484b;
}
.section-solution__step-subtitle {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-solution__step-subtitle {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-solution__step-subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-solution__step-subtitle {
  color: #775a19;
  margin-bottom: 18px;
}
.section-solution__step-title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-solution__step-title {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-solution__step-title {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 6px;
}
.section-solution__step-subtext {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-solution__step-subtext {
    font-size: 1.25rem;
  }
}
.section-solution__note {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-solution__note {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-solution__note {
  color: rgba(27, 28, 25, 0.8);
  text-align: center;
  max-width: 720px;
}

.section-profile {
  background: #fbf9f4;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .section-profile {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-profile {
    padding: 64px 0;
  }
}
.section-profile__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-profile__inner {
    padding-inline: 15px;
  }
}
.section-profile__inner {
  gap: 120px;
}
@media (max-width: 1024px) {
  .section-profile__inner {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .section-profile__inner {
    gap: 56px;
  }
}
.section-profile__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: start;
}
@media (max-width: 1024px) {
  .section-profile__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .section-profile__inner {
    grid-template-columns: 1fr;
  }
}
.section-profile__photo {
  position: relative;
}
.section-profile__photo > img:first-of-type {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .section-profile__photo > img:first-of-type {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 1024px) {
  .section-profile__photo {
    width: 100%;
    max-width: 400px;
  }
}
.section-profile__photo-signature {
  position: absolute;
  right: -10%;
  bottom: 0px;
  width: 70%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-profile__photo-signature {
    right: -5%;
  }
}
.section-profile__photo-frame {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-profile__photo-frame {
    top: 16px;
    left: 16px;
  }
}
.section-profile__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .section-profile__body {
    gap: 32px;
    width: 70%;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .section-profile__body {
    width: 100%;
  }
}
.section-profile__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-profile__caption {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-profile__caption {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-profile__name {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-profile__name {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-profile__name {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-profile__name {
  letter-spacing: 0.4em;
  margin: 0;
}
.section-profile__name > small {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 16px;
  letter-spacing: 0.25em;
}
@media (max-width: 1024px) {
  .section-profile__name > small {
    letter-spacing: 0.2em;
  }
}
.section-profile__name > small {
  letter-spacing: 0.3em;
  color: #775a19;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .section-profile__name {
    letter-spacing: 0.32em;
  }
}
@media (max-width: 767px) {
  .section-profile__name {
    font-size: 2.4rem;
    letter-spacing: 0.25em;
  }
}
.section-profile__lead {
  padding: 5px 20px;
  border-left: 2px solid #bfad70;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-profile__lead {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-profile__lead {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-profile__lead {
  color: #775a19;
}
@media (max-width: 767px) {
  .section-profile__lead {
    font-size: 1.4rem;
    padding: 5px 16px;
  }
}
.section-profile__text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-profile__text {
    font-size: 1.25rem;
  }
}
.section-profile__text {
  line-height: 1.85;
}
.section-profile__text p + p {
  margin-top: 22px;
}
.section-profile__achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 24px;
}
@media (max-width: 1024px) {
  .section-profile__achievements {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .section-profile__achievements {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
.section-profile__achievement {
  flex: 0 0 auto;
  position: relative;
  text-align: center;
  padding: 0px 50px;
}
@media (max-width: 1024px) {
  .section-profile__achievement {
    padding: 0 36px;
  }
}
.section-profile__achievement::before, .section-profile__achievement::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-profile__achievement::before, .section-profile__achievement::after {
    width: 30px;
    height: 40px;
  }
}
.section-profile__achievement::before {
  left: 0;
  background-image: url("../img/kazari05.webp");
}
.section-profile__achievement::after {
  right: 0;
  background-image: url("../img/kazari06.webp");
}
.section-profile__achievement-label {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 16px;
  letter-spacing: 0.25em;
}
@media (max-width: 1024px) {
  .section-profile__achievement-label {
    letter-spacing: 0.2em;
  }
}
.section-profile__achievement-label {
  color: #775a19;
}
@media (max-width: 767px) {
  .section-profile__achievement-label {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.section-profile__achievement-value {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-profile__achievement-value {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-profile__achievement-value {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-profile__achievement-value {
  color: rgba(27, 28, 25, 0.8);
}
@media (max-width: 767px) {
  .section-profile__achievement-value {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.section-profile__achievement-value strong {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-profile__achievement-value strong {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-profile__achievement-value strong {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-profile__achievement-value strong {
  letter-spacing: 0.05em;
  color: #be484b;
}
@media (max-width: 767px) {
  .section-profile__achievement-value strong {
    font-size: 1.7rem;
  }
}

@keyframes cta-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.section-cta {
  position: relative;
  background: #f0eee9;
  padding: 96px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-cta {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .section-cta {
    padding: 64px 0;
  }
}
.section-cta::before {
  content: "PRIMA SALON   PRIMA SALON   PRIMA SALON   PRIMA SALON   PRIMA SALON   PRIMA SALON   ";
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 30rem;
  letter-spacing: 0.02em;
  color: rgba(119, 90, 25, 0.03);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  animation: cta-marquee 100s linear infinite;
  will-change: transform;
}
@media (max-width: 1024px) {
  .section-cta::before {
    font-size: 20rem;
  }
}
.section-cta__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-cta__inner {
    padding-inline: 15px;
  }
}
.section-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .section-cta__inner {
    gap: 10px;
  }
}
.section-cta__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-cta__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-cta__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-cta__title {
  color: rgba(27, 28, 25, 0.8);
  text-align: center;
  margin-block: 10px 50px;
}
@media (max-width: 1024px) {
  .section-cta__title {
    margin-block: 8px 36px;
  }
}
@media (max-width: 767px) {
  .section-cta__title {
    letter-spacing: 0.06em;
    margin-block: 0 10px;
  }
}
.section-cta__box {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 800px;
  padding: 40px 50px 50px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
@media (max-width: 1024px) {
  .section-cta__box {
    padding: 30px 20px 40px;
  }
}
.section-cta__corner {
  position: absolute;
  width: 30px;
  height: 15px;
  border-style: solid;
  border-color: #bfad70;
  pointer-events: none;
}
.section-cta__corner::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  border-style: solid;
  border-color: #bfad70;
}
.section-cta__corner--tl {
  top: -4px;
  left: 4px;
  border-width: 1.3px 0 0 1.3px;
}
.section-cta__corner--tl::before {
  top: 7px;
  left: -10px;
  border-width: 1.3px 0 0 1.3px;
}
.section-cta__corner--br {
  bottom: -4px;
  right: 4px;
  border-width: 0 1.3px 1.3px 0;
}
.section-cta__corner--br::before {
  bottom: 7px;
  right: -10px;
  border-width: 0 1.3px 1.3px 0;
}
.section-cta__box-cap {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-cta__box-cap {
    font-size: 1.25rem;
  }
}
.section-cta__box-cap {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .section-cta__box-cap {
    margin-bottom: 25px;
  }
}
.section-cta__box-cap::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
  width: 30px;
  height: 1px;
  background: #be484b;
}
@media (max-width: 767px) {
  .section-cta__box-cap::before {
    bottom: -5px;
  }
}
.section-cta__box-title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-cta__box-title {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-cta__box-title {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-cta__box-title {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 28px;
}
.section-cta__title-em {
  position: relative;
  display: inline-block;
}
.section-cta__title-em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 8px;
  background: rgba(190, 72, 75, 0.2);
  z-index: 0;
}
@media (max-width: 767px) {
  .section-cta__title-em::after {
    bottom: 0px;
  }
}
.section-cta__title-em > * {
  position: relative;
  z-index: 1;
}
.section-cta__price-compare {
  display: flex;
  justify-content: center;
  width: 55%;
  gap: 28px;
  padding: 16px 0;
  border-top: 0.5px solid #bfad70;
  border-bottom: 0.5px solid #bfad70;
  margin-bottom: 28px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .section-cta__price-compare {
    width: 70%;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .section-cta__price-compare {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.section-cta__price-cell {
  text-align: center;
}
.section-cta__price-label {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-cta__price-label {
    font-size: 1.25rem;
  }
}
.section-cta__price-label {
  color: #bfad70;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .section-cta__price-label {
    margin-bottom: 0px;
  }
}
.section-cta__price-value {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-cta__price-value {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-cta__price-value {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-cta__price-value--strike {
  text-decoration: line-through;
  color: rgba(27, 28, 25, 0.8);
}
.section-cta__price-arrow {
  font-size: 1.4rem;
  color: #775a19;
}
.section-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  padding: 18px 28px;
  background: #bfad70;
  color: #ffffff;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  transition: opacity 0.3s;
}
.section-cta__btn:hover {
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .section-cta__btn {
    max-width: 400px;
    padding: 16px 24px;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 767px) {
  .section-cta__btn {
    font-size: 1.2rem;
    padding: 14px 20px;
    letter-spacing: 0.12em;
  }
}

.section-features {
  background: #fbf9f4;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .section-features {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-features {
    padding: 64px 0;
  }
}
.section-features__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-features__inner {
    padding-inline: 15px;
  }
}
.section-features__inner {
  gap: 64px;
}
@media (max-width: 1024px) {
  .section-features__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .section-features__inner {
    gap: 32px;
  }
}
.section-features__inner {
  display: flex;
  flex-direction: column;
}
.section-features__heading {
  text-align: center;
}
.section-features__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-features__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-features__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-features__caption {
  display: inline-flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .section-features__caption {
    font-size: 1.4rem;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-features__caption {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.section-features__caption {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-features__caption {
    margin-bottom: 12px;
  }
}
.section-features__caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-features__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-features__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-features__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-features__title {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .section-features__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-features__title {
    margin-bottom: 16px;
  }
}
.section-features__lead {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-features__lead {
    font-size: 1.25rem;
  }
}
.section-features__lead {
  color: rgba(27, 28, 25, 0.8);
  line-height: 1.9;
}
.section-features__list {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media (max-width: 1024px) {
  .section-features__list {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .section-features__list {
    gap: 60px;
  }
}
.section-features__item {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 70px;
  align-items: start;
}
@media (max-width: 1024px) {
  .section-features__item {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .section-features__item {
    grid-template-columns: 1fr;
  }
}
.section-features__item--reverse {
  grid-template-columns: 1.5fr 1fr;
}
@media (max-width: 1024px) {
  .section-features__item--reverse {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .section-features__item--reverse {
    grid-template-columns: 1fr;
  }
  .section-features__item--reverse .section-features__photo {
    order: 2;
  }
}
.section-features__num {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-style: italic;
  font-size: 35px;
  color: #be484b;
  margin-bottom: 20px;
}
.section-features__num::after {
  content: "";
  width: 400px;
  height: 1px;
  background: #bfad70;
}
@media (max-width: 1024px) {
  .section-features__num {
    display: flex;
  }
  .section-features__num::after {
    width: auto;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .section-features__num {
    font-size: 30px;
  }
}
.section-features__item-title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-features__item-title {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-features__item-title {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-features__item-title {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .section-features__item-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-features__item-title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.section-features__item-text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-features__item-text {
    font-size: 1.25rem;
  }
}
.section-features__item-text p + p {
  margin-top: 18px;
}
.section-features__item-text ul {
  margin: 5px 0;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767px) {
  .section-features__item-text ul {
    gap: 0px;
  }
}
.section-features__item-text ul li {
  position: relative;
  padding-left: 14px;
}
.section-features__item-text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #bfad70;
}
.section-features__photo img {
  width: 100%;
  margin-top: 35px;
  height: auto;
  display: block;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
@media (max-width: 767px) {
  .section-features__photo img {
    margin-top: 0px;
  }
}

@keyframes program-circle-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-program {
  background: #f0eee9;
  padding: 120px 0 120px;
}
@media (max-width: 1024px) {
  .section-program {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-program {
    padding: 64px 0 40px;
  }
}
.section-program__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-program__inner {
    padding-inline: 15px;
  }
}
.section-program__inner {
  gap: 64px;
}
@media (max-width: 1024px) {
  .section-program__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .section-program__inner {
    gap: 32px;
  }
}
.section-program__inner {
  display: flex;
  flex-direction: column;
}
.section-program__heading {
  text-align: left;
}
.section-program__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-program__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-program__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-program__caption {
  display: inline-flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .section-program__caption {
    font-size: 1.4rem;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-program__caption {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.section-program__caption {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-program__caption {
    margin-bottom: 12px;
  }
}
.section-program__caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-program__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-program__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-program__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 767px) {
  .section-program__title {
    font-size: 1.7rem;
  }
}
.section-program__intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section-program__intro {
    grid-template-columns: 1fr 0.3fr;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-program__intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.section-program__photo {
  position: relative;
}
.section-program__photo > img:first-of-type {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
.section-program__circle-text {
  position: absolute;
  left: -50px;
  bottom: -40px;
  width: 180px;
  height: auto;
  z-index: 2;
  animation: program-circle-spin 80s linear infinite;
}
@media (max-width: 1024px) {
  .section-program__circle-text {
    width: 120px;
    left: -24px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .section-program__circle-text {
    width: 90px;
    left: -12px;
    bottom: -12px;
  }
}
.section-program__details {
  position: absolute;
  right: 0%;
  bottom: -10%;
  background: #ffffff;
  border-left: 3px solid #be484b;
  padding: 20px 40px;
  z-index: 2;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
@media (max-width: 1024px) {
  .section-program__details {
    bottom: -40%;
    padding: 16px 28px;
  }
}
@media (max-width: 767px) {
  .section-program__details {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.section-program__detail-row {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 15px;
  align-items: baseline;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .section-program__detail-row {
    padding: 0;
  }
}
.section-program__detail-row dt {
  position: relative;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-program__detail-row dt {
    font-size: 1.25rem;
  }
}
.section-program__detail-row dt {
  padding-left: 20px;
}
.section-program__detail-row dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: rgba(27, 28, 25, 0.8);
}
.section-program__detail-row dd {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-program__detail-row dd {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section-program__detail-row {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }
  .section-program__detail-row dt,
  .section-program__detail-row dd {
    font-size: 1.3rem;
  }
}
.section-program .section-schedule {
  background: #ffffff;
  padding: 80px 120px;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
@media (max-width: 1024px) {
  .section-program .section-schedule {
    padding: 64px 50px;
  }
}
@media (max-width: 767px) {
  .section-program .section-schedule {
    padding: 30px 10px 0px;
  }
}
.section-program .section-schedule__list {
  display: flex;
  flex-direction: column;
}
.section-program .section-schedule__step {
  position: relative;
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 32px;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .section-program .section-schedule__step {
    grid-template-columns: 0.2fr 1fr;
  }
}
@media (max-width: 767px) {
  .section-program .section-schedule__step {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.section-program .section-schedule__num {
  position: relative;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-program .section-schedule__num {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-program .section-schedule__num {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-program .section-schedule__num {
  color: #be484b;
}
@media (max-width: 767px) {
  .section-program .section-schedule__num {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    background-color: #be484b;
    color: #ffffff;
    padding: 5px 10px;
  }
}
.section-program .section-schedule__num::before {
  position: absolute;
  content: "";
  top: 50px;
  left: 20%;
  width: 1px;
  height: 100%;
  background-color: #bfad70;
}
@media (max-width: 767px) {
  .section-program .section-schedule__num::before {
    display: none;
  }
}
.section-program .section-schedule__step:last-child .section-schedule__num::before {
  height: 90%;
}
@media (max-width: 767px) {
  .section-program .section-schedule__step:last-child .section-schedule__num::before {
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.section-program .section-schedule__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__body {
    padding-left: 10px;
    gap: 8px;
  }
}
.section-program .section-schedule__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-program .section-schedule__title {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-program .section-schedule__title {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-program .section-schedule__title {
  color: #775a19;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__title {
    font-size: 1.5rem;
  }
}
.section-program .section-schedule__title-bar {
  color: #bfad70;
  margin: 0 4px;
}
.section-program .section-schedule__lead {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__lead {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section-program .section-schedule__lead {
    font-size: 1.3rem;
  }
}
.section-program .section-schedule__bullets {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 10px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__bullets {
    gap: 0px;
  }
}
.section-program .section-schedule__bullets li {
  position: relative;
  padding-left: 16px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__bullets li {
    font-size: 1.25rem;
  }
}
.section-program .section-schedule__bullets li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: rgba(27, 28, 25, 0.8);
}
@media (max-width: 767px) {
  .section-program .section-schedule__bullets li {
    font-size: 1.2rem;
  }
}
.section-program .section-schedule__expert {
  margin-top: 4px;
}
.section-program .section-schedule__expert-label {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid rgba(119, 90, 25, 0.25);
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__expert-label {
    font-size: 1.25rem;
  }
}
.section-program .section-schedule__expert-label {
  color: #bfad70;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__expert-label {
    font-size: 1.1rem;
    padding: 3px 10px;
    margin-bottom: 5px;
  }
}
.section-program .section-schedule__sub-label {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__sub-label {
    font-size: 1.25rem;
  }
}
.section-program .section-schedule__sub-label {
  margin-top: 5px;
}
.section-program .section-schedule__goal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__goal {
    gap: 0px;
  }
}
.section-program .section-schedule__goal-icon {
  width: 60px;
}
.section-program .section-schedule__goal-text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-program .section-schedule__goal-text {
    font-size: 1.25rem;
  }
}
.section-program .section-schedule__goal-text {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #bfad70;
  padding: 5px;
  gap: 4px;
}
.section-program .section-schedule__goal-text::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/kazari09.webp") no-repeat center/contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-program .section-schedule__goal-text::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-program .section-schedule__goal-text {
    font-size: 1.3rem;
  }
}

.section-voice {
  position: relative;
  background: #fbf9f4;
  padding: 120px 0 350px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-voice {
    padding: 80px 0 200px;
  }
}
@media (max-width: 767px) {
  .section-voice {
    padding: 64px 0;
  }
}
.section-voice::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1%;
  transform: translate(-50%, -50%);
  width: 100vw;
  aspect-ratio: 2684/816;
  background: url("../img/kazari01.png") no-repeat center/100% 100%;
  pointer-events: none;
  z-index: 0;
}
.section-voice__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-voice__inner {
    padding-inline: 15px;
  }
}
.section-voice__inner {
  gap: 64px;
}
@media (max-width: 1024px) {
  .section-voice__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .section-voice__inner {
    gap: 32px;
  }
}
.section-voice__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.section-voice__heading {
  text-align: center;
}
.section-voice__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-voice__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-voice__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-voice__caption {
  display: inline-flex;
  font-size: 1.6rem;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .section-voice__caption {
    font-size: 1.4rem;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .section-voice__caption {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.section-voice__caption {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-voice__caption {
    margin-bottom: 12px;
  }
}
.section-voice__caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-voice__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-voice__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-voice__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-voice__title {
  color: rgba(27, 28, 25, 0.8);
}
.section-voice__list {
  display: flex;
  flex-direction: column;
}
.section-voice__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 50px;
  padding: 50px 10px;
  border-top: 0.5px solid #bfad70;
}
@media (max-width: 1024px) {
  .section-voice__item {
    grid-template-columns: 70px 1fr;
    gap: 32px;
    padding: 32px 10px;
  }
}
@media (max-width: 767px) {
  .section-voice__item {
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding: 24px 10px;
  }
}
.section-voice__icon {
  width: 90px;
  height: 90px;
}
.section-voice__icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .section-voice__icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .section-voice__icon {
    width: 50px;
    height: 50px;
  }
}
.section-voice__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-voice__item-title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-voice__item-title {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-voice__item-title {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-voice__item-title {
  color: #be484b;
}
@media (max-width: 767px) {
  .section-voice__item-title {
    font-size: 1.4rem;
  }
}
.section-voice__item-text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-voice__item-text {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-voice__item-text {
  color: rgba(27, 28, 25, 0.8);
  line-height: 1.85;
}
.section-voice__divider {
  display: block;
  width: 36px;
  height: 1px;
  background: #bfad70;
  margin: 8px 0;
}
.section-voice__author {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-voice__author {
    font-size: 1.25rem;
  }
}

.section-message {
  background: #ffffff;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .section-message {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-message {
    padding: 64px 0;
  }
}
.section-message__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-message__inner {
    padding-inline: 15px;
  }
}
.section-message__inner {
  gap: 120px;
}
@media (max-width: 1024px) {
  .section-message__inner {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .section-message__inner {
    gap: 56px;
  }
}
.section-message__inner {
  display: flex;
  flex-direction: column;
}
.section-message__hero {
  text-align: center;
}
.section-message__hero-deco {
  display: inline-flex;
  align-items: center;
  gap: 0px;
}
.section-message__hero-deco-line {
  display: block;
  width: 40px;
  height: 16px;
  margin: 10px auto 0px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
}
.section-message__hero-deco-chain {
  display: block;
  width: 80px;
  height: 16px;
  background: url("../img/kazari07.webp") no-repeat center/contain;
}
.section-message__hero-title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-message__hero-title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-message__hero-title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-message__hero-title {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .section-message__hero-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .section-message__hero-title {
    margin-bottom: 32px;
  }
}
.section-message__hero-content {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}
@media (max-width: 767px) {
  .section-message__hero-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.section-message__hero-photo {
  position: relative;
  width: 85%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .section-message__hero-photo {
    width: 95%;
  }
}
.section-message__hero-signature {
  position: absolute;
  top: -40px;
  left: 10px;
  width: 200px;
  height: auto;
  z-index: 4;
}
@media (max-width: 1024px) {
  .section-message__hero-signature {
    top: -24px;
    left: 8px;
    width: 140px;
  }
}
.section-message__hero-text {
  position: relative;
  z-index: 1;
  background: #bfad70;
  color: #ffffff;
  padding: 80px 0 80px 20%;
  margin-left: -25%;
  margin-top: 60px;
  margin-bottom: -5%;
  text-align: left;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-message__hero-text {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-message__hero-text p + p {
  margin-top: 22px;
}
.section-message__hero-text::before, .section-message__hero-text::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 7px;
  background: url("../img/kazari11.webp") repeat-x left center/auto 100%;
  pointer-events: none;
}
.section-message__hero-text::before {
  top: 12px;
}
@media (max-width: 767px) {
  .section-message__hero-text::before {
    top: 30px;
  }
}
.section-message__hero-text::after {
  bottom: 12px;
}
@media (max-width: 1024px) {
  .section-message__hero-text {
    padding: 56px 24px 56px 28%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-message__hero-text {
    margin-top: -20px;
    padding: 60px 24px 40px;
    margin-left: 24px;
  }
}
.section-message__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-message__heading {
    margin-bottom: 32px;
  }
}
.section-message__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-message__title {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-message__title {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-message__title {
  color: rgba(27, 28, 25, 0.8);
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .section-message__title {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .section-message__title {
    gap: 16px;
  }
}
.section-message__title-line {
  width: 80px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
@media (max-width: 1024px) {
  .section-message__title-line {
    width: 64px;
  }
}
@media (max-width: 767px) {
  .section-message__title-line {
    width: 50px;
  }
}

.section-benefits__list {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 0;
}
@media (max-width: 1024px) {
  .section-benefits__list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media (max-width: 767px) {
  .section-benefits__list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.section-benefits__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 4px;
  border-bottom: 1px solid #bfad70;
}
@media (max-width: 1024px) {
  .section-benefits__item {
    width: 80%;
    margin-inline: auto;
    gap: 16px;
    padding: 20px 4px;
  }
}
@media (max-width: 767px) {
  .section-benefits__item {
    width: 100%;
    gap: 12px;
    padding: 12px 4px;
  }
}
.section-benefits__num {
  flex: 0 0 auto;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-benefits__num {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-benefits__num {
  letter-spacing: 0.04em;
  color: #be484b;
}
@media (max-width: 767px) {
  .section-benefits__num {
    font-size: 1.4rem;
  }
}
.section-benefits__text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-benefits__text {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-benefits__text {
  color: rgba(27, 28, 25, 0.8);
  flex: 1 1 auto;
}

.section-history {
  position: relative;
  background: #f0eee9;
  padding: 140px 0;
}
@media (max-width: 1024px) {
  .section-history {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-history {
    padding: 80px 0;
  }
}
.section-history::before, .section-history::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background: url("../img/kazari12.webp") repeat-x left center/auto 100%;
  pointer-events: none;
}
.section-history::before {
  top: 30px;
}
.section-history::after {
  bottom: 30px;
}
.section-history__inner {
  width: 100%;
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .section-history__inner {
    padding-inline: 15px;
  }
}
.section-history__inner {
  gap: 120px;
}
@media (max-width: 1024px) {
  .section-history__inner {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .section-history__inner {
    gap: 56px;
  }
}
.section-history__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
}
@media (max-width: 1024px) {
  .section-history__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .section-history__inner {
    grid-template-columns: 1fr;
  }
}
.section-history__col {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  .section-history__col {
    gap: 40px;
    width: 100%;
    max-width: 400px;
  }
}
.section-history__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-history__caption {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #775a19;
}
@media (max-width: 1024px) {
  .section-history__caption {
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  .section-history__caption {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.section-history__caption {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.section-history__caption-line {
  width: 40px;
  height: 4px;
  background: url("../img/kazari03.webp") no-repeat center/contain;
  display: inline-block;
}
.section-history__name {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 36px;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .section-history__name {
    font-size: 2.6rem;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .section-history__name {
    font-size: 1.75rem;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
.section-history__name {
  color: rgba(27, 28, 25, 0.8);
  letter-spacing: 0.18em;
}
@media (max-width: 767px) {
  .section-history__name {
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
}
.section-history__sub {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-history__sub {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-history__sub {
  color: rgba(27, 28, 25, 0.8);
}
.section-history__photo {
  position: relative;
  margin-right: 24px;
  margin-bottom: 24px;
}
.section-history__photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 32px rgba(27, 28, 25, 0.08);
}
.section-history__photo::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  height: 100%;
  background: url("../img/kazari13.webp") no-repeat center/cover;
  z-index: 1;
  pointer-events: none;
}
.section-history__body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  .section-history__body {
    gap: 40px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-history__body {
    width: 100%;
  }
}
.section-history__block-title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .section-history__block-title {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-history__block-title {
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.section-history__block-title {
  color: #775a19;
  border-left: 1px solid #775a19;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .section-history__block-title {
    padding-left: 15px;
  }
}
.section-history__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .section-history__items {
    padding-left: 15px;
  }
}
.section-history__item {
  position: relative;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .section-history__item {
    padding-left: 15px;
  }
}
.section-history__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: rgba(27, 28, 25, 0.8);
}
.section-history__item-name {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-history__item-name {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-history__item-name {
  color: rgba(27, 28, 25, 0.8);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section-history__item-name {
    margin-bottom: 0px;
  }
}
.section-history__item-text {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-history__item-text {
    font-size: 1.36rem;
    letter-spacing: 0.001em;
  }
}
.section-history__item-text {
  color: rgba(27, 28, 25, 0.8);
}
.section-history__item-text p + p {
  margin-top: 2px;
}/*# sourceMappingURL=style.css.map */