@charset "UTF-8";

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --brown: #291506;
  --brown-soft: #4a3a2a;
  --gold: #c4965a;
  --gold-light: #d2bba1;
  --cream: #f7f1e8;
  --cream-card: #ffffff;
  --line: #e4d8c7;
  --shadow: -2.5px 4.33px 20px rgba(210, 187, 161, 0.3);
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
}

html {
  font-size: calc(100vw / 750);
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 751px) {
  html {
    font-size: 1px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}

body {
  font-family: var(--sans);
  color: var(--brown);
  background: #efe6d8;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.lp {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

/* ===== 共通 ===== */
.sec-title {
  font-family: var(--serif);
  font-weight: 600;
  text-align: center;
  color: var(--brown);
  font-size: 48rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-top: 80rem;
}
.sec-title .gold {
  color: var(--gold);
}
.gold {
  color: var(--gold);
}
.reasons__big {
  color: var(--gold);
  font-size: 56rem;
  display: inline-block;
  margin-top: 8rem;
}

.divider {
  width: 560rem;
  margin: 24rem auto 40rem;
}

.line-btn {
  display: block;
  width: 675rem;
  margin: 30rem auto;
}
.line-btn--wide {
  width: 635rem;
}
.line-btn img {
  width: 100%;
}
.line-btn:active {
  opacity: 0.85;
}

/* ===== ヘッダー ===== */
.header {
  height: 100rem;
  display: flex;
  align-items: center;
  padding-inline: 30rem;
  background: #fff;
  position: relative;
  z-index: 5;
}
.header__logo img {
  width: 194rem;
}

/* ===== ファーストビュー ===== */
.fv {
  position: relative;
}
.fv__bg {
  width: 100%;
}
.fv .line-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120rem;
  margin: 0 auto;
}
.fv__note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40rem;
  text-align: center;
  font-size: 24rem;
  color: var(--brown);
  letter-spacing: 0.04em;
  text-shadow: 0 0 60rem rgba(255, 255, 255, 0.7);
}

/* ===== お悩み ===== */
.worry {
  padding-bottom: 60rem;
}
.worry__card {
  width: 690rem;
  margin: 0 auto;
  background: var(--cream-card);
  border-radius: 12rem;
  box-shadow: var(--shadow);
  padding: 30rem 36rem;
}
.worry__list li {
  display: flex;
  align-items: center;
  gap: 18rem;
  padding: 22rem 6rem;
  border-bottom: 1px dashed var(--line);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.03em;
  color: var(--brown);
  line-height: 1.5;
}
.worry__list li:last-child {
  border-bottom: none;
}
.worry__icon {
  flex: 0 0 auto;
  width: 30rem;
}

/* ===== バナー ===== */
.bnr img {
  width: 100%;
}
.bnr--last {
  margin-top: 40rem;
}

/* ===== ポイント帯 ===== */
.point-band {
  position: relative;
  padding-bottom: 60rem;
  background: #fff;
}
.point-band__main {
  width: 726rem;
  margin: 24rem auto 0;
  position: relative;
  margin-top: 0em !important;
}
.point-band__note {
  text-align: center;
  font-size: 24rem;
  margin-top: 24rem;
  color: var(--brown);
  letter-spacing: 0.04em;
}
.point-box-cv {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150rem;
  margin: 0 auto;
}
/* ===== 選ばれる理由 ===== */
.reasons {
  padding-bottom: 60rem;
}
.reason {
  position: relative;
  width: 690rem;
  margin: 0 auto 40rem;
  background: var(--cream-card);
  border-radius: 12rem;
  box-shadow: var(--shadow);
  padding: 48rem 40rem 40rem;
  min-height: 200rem;
}
.reason__num {
  position: absolute;
  top: -25rem;
  left: 40rem;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 52rem;
  color: #c4965a;
  line-height: 1;
}
.reason__icon {
  width: 140rem;
}
.reason__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 32rem;
  color: var(--brown);
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.reason__desc {
  margin-top: 16rem;
  font-size: 26rem;
  line-height: 1.85;
  color: var(--brown-soft);
}
.reasons__foot {
  width: 670rem;
  margin: 30rem auto 0;
  text-align: center;
  font-size: 28rem;
  line-height: 1.85;
}
.reason__col {
  display: flex;
  align-items: center;
}

.reason__col_l {
  flex: 0 0 30%;
}

.reason__col_r {
  flex: 0 0 70%;
}

.reason__icon {
  overflow: hidden;
}

.reason__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 対応ブランド ===== */
.brands {
  background: #fff;
  padding-bottom: 60rem;
  text-align: center;
}
.brands__title {
  padding-bottom: 60rem;
  text-align: center;
  font-size: 28rem;
  line-height: 1.85;
}
.brands__title::before,
.brands__title::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

/* 左の葉 */
.brands__title::before {
  background-image: url("../img/leaf-icon__l.png");
}

/* 右の葉 */
.brands__title::after {
  background-image: url("../img/leaf-icon__r.png");
}
.brands__img {
  width: 690rem;
  margin: 0 auto;
}

/* ===== Before/After ===== */
.cases {
  padding-bottom: 60rem;
}
.cases__lead,
.brands__lead,
.flow__lead,
.safe__lead,
.voice__lead,
.faq__lead {
  width: 670rem;
  margin: 0 auto 40rem;
  text-align: center;
  font-size: 28rem;
  line-height: 1.85;
}
.case {
  position: relative;
  width: 690rem;
  margin: 0 auto 30rem;
  background: var(--cream-card);
  border-radius: 12rem;
  box-shadow: var(--shadow);
  padding: 60rem 40rem 40rem;
}
.case__no {
  position: absolute;
  top: 36rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-weight: 700;
  color: var(--gold);
  font-size: 26rem;
  letter-spacing: 0.1em;
}
.case__title {
  text-align: center;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 36rem;
  margin-bottom: 30rem;
  color: var(--brown);
  letter-spacing: 0.03em;
}
.case__photos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14rem;
}
.case__photo {
  position: relative;
  flex: 1 1 0;
}
.case__photo img {
  width: 100%;
  border-radius: 8rem;
}

.case__arrow {
  flex: 0 0 auto;
  width: 40rem;
}
.case__arrow img {
  width: 100%;
}
.case__spec {
  margin-top: 36rem;
}
.case__spec > div {
  display: flex;
  align-items: center;
  padding: 18rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 26rem;
}
.case__spec dt {
  width: 200rem;
  font-weight: 700;
  color: var(--brown);
  position: relative;
}
.case__spec dt::after {
  content: "：";
  position: absolute;
  right: 30rem;
}
.case__spec dd {
  flex: 1;
  color: var(--brown-soft);
}

/* ===== 料金 ===== */
.price {
  background: #fff;
  padding-bottom: 60rem;
}
.price__table {
  width: 690rem;
  margin: 0 auto;
  border-collapse: collapse;
  background: var(--cream-card);
  overflow: hidden;
}
.price__table th,
.price__table td {
  padding: 24rem 36rem;
  font-size: 28rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.price__table td {
  font-family: var(--serif);
}

.price__table thead th {
  background: #f7f1ea;
  color: #754d1f;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.price__table tbody td:first-child {
  font-weight: 500;
}
.price__table tbody td:last-child {
  text-align: left;
  color: var(--gold);
  font-weight: 700;
}

.price__note {
  width: 690rem;
  margin: 24rem auto 0;
  font-size: 22rem;
  line-height: 1.8;
  color: var(--brown-soft);
}
.price__note--small {
  font-size: 20rem;
  opacity: 0.85;
}

/* ===== ご依頼の流れ ===== */
.flow {
  padding-bottom: 60rem;
  position: relative;
}
.flow__list {
  position: relative;
}
.flow__list::before {
  content: "";
  position: absolute;
  top: 80rem;
  bottom: 80rem;
  left: 50%;
  width: 8rem;
  background: var(--gold-light);
  transform: translateX(-50%);
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  width: 690rem;
  margin: 0 auto 40rem;
}
.step__badge {
  width: 120rem;
  height: 120rem;
  margin: 0 auto -60rem;
  margin-left: 20px;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 6rem 18rem rgba(196, 150, 90, 0.4);
}
.step__label {
  font-size: 20rem;
  letter-spacing: 0.15em;
}
.step__num {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 54rem;
  line-height: 1;
}
.step__body {
  display: flex;
  background: var(--cream-card);
  border-radius: 12rem;
  box-shadow: var(--shadow);
  padding: 30rem 30rem 30rem;
}
.step__icon {
  flex: 0 0 20%;
  align-items: center;
  justify-content: center;
  margin: 10px;
  display: flex;
}
.step__icon img {
  width: 80%;
}
.step__body__r {
  flex: 0 0 70%;
}
.step__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 28rem;
  color: var(--brown);
  margin-bottom: 16rem;
  letter-spacing: 0.01em;
}
.step__desc {
  font-size: 26rem;
  line-height: 1.85;
  color: var(--brown-soft);
  text-align: left;
}
.flow__note,
.safe__note {
  text-align: center;
  font-size: 24rem;
  margin-top: 12rem;
}

/* ===== はじめてでも安心 ===== */
.safe {
  padding-bottom: 60rem;
  background: #fff;
}
.safe__card {
  position: relative;
  width: 690rem;
  margin: 0 auto 40rem;
  background: var(--cream-card);
  border-radius: 12rem;
  box-shadow: var(--shadow);
  padding: 60rem 40rem 40rem;
  text-align: center;
  border: 2px solid #d6ac66;
}
.safe__no {
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-weight: 700;
  color: var(--gold);
  font-size: 26rem;
  letter-spacing: 0.1em;
}
.safe__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 36rem;
  color: var(--brown);
  margin: 24rem 0 30rem;
  letter-spacing: 0.03em;
}
.safe__img {
  width: 620rem;
  border-radius: 12rem;
  margin: 0 auto 30rem;
}
.safe__desc {
  font-size: 28rem;
  line-height: 1.85;
  color: var(--brown-soft);
  text-align: left;
}
.safe__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin-bottom: 28px;
  padding: 5px;
  border: 2px solid #d8b66f;
  border-radius: 999px;
  background: #fffaf0;
  color: #8a6a35;
  font-size: 22rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
}
.safe__no::before,
.safe__no::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("../img/leaf-icon__l.png") no-repeat center / contain;
  transform: translateY(-50%);
}

.safe__no::before {
  right: calc(100% + 12px);
}

.safe__no::after {
  left: calc(100% + 12px);
  transform: translateY(-50%) scaleX(-1);
}

/* ===== お客様の声 ===== */
.voice {
  padding-bottom: 60rem;
}
.voice__card {
  width: 690rem;
  margin: 0 auto;
  background: var(--cream-card);
  border-radius: 12rem;
  box-shadow: var(--shadow);
  padding: 40rem;
}
.voice__stars {
  color: var(--gold);
  font-size: 48rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.voice__text {
  margin-top: 24rem;
  font-size: 28rem;
  line-height: 1.85;
  color: var(--brown-soft);
}
.voice__hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 30rem 0;
}
.voice__person {
  display: flex;
  align-items: center;
  gap: 24rem;
}
.voice__avatar {
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
}
.voice__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 30rem;
}

/* ===== FAQ ===== */
.faq {
  padding-bottom: 60rem;
  background: #fff;
}
.faq__item {
  width: 690rem;
  margin: 0 auto 24rem;
  background: #fbf6ee;
  border-radius: 12rem;
  overflow: hidden;
}
.faq__q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 24rem;
  padding: 30rem;
  text-align: left;
  font-family: inherit;
}
.faq__mark {
  flex: 0 0 auto;
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 32rem;
  color: #fff;
}
.faq__mark--q {
  background: var(--gold);
}
.faq__mark--a {
  background: #694e29;
}
.faq__qtext {
  flex: 1;
  font-size: 24rem;
  font-weight: 500;
  color: var(--brown);
  line-height: 1.4;
}
.faq__toggle {
  flex: 0 0 auto;
  position: relative;
  width: 32rem;
  height: 32rem;
}
.faq__toggle::before,
.faq__toggle::after {
  content: "";
  position: absolute;
  background: var(--gold);
  border-radius: 2rem;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.faq__toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3rem;
  transform: translateY(-50%);
}
.faq__toggle::after {
  left: 50%;
  top: 0;
  width: 3rem;
  height: 100%;
  transform: translateX(-50%);
}
.faq__item.is-open .faq__toggle::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
.faq__a {
  display: flex;
  gap: 24rem;
  align-items: flex-start;
  padding: 0 30rem;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}
.faq__item.is-open .faq__a {
  max-height: 800rem;
  padding: 0 30rem 30rem;
}
.faq__atext {
  flex: 1;
  font-size: 24rem;
  line-height: 1.85;
  color: var(--brown-soft);
  padding-top: 6rem;
}

/* ===== フッター ===== */
.footer {
  background: var(--brown);
  color: #cdb9a5;
  text-align: center;
  padding: 60rem 36rem 48rem;
}
.footer__service {
  font-family: var(--serif);
  font-size: 30rem;
  letter-spacing: 0.06em;
}
.footer__logo {
  width: 269rem;
  margin: 30rem auto 36rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.footer__address {
  font-size: 24rem;
  line-height: 1.9;
  opacity: 0.85;
}
.footer__links {
  font-size: 22rem;
  margin-top: 30rem;
}
.footer__links a {
  text-decoration: underline;
}
.footer__copy {
  font-size: 20rem;
  margin-top: 30rem;
  opacity: 0.7;
}

.footer__line {
  width: 120px;
  height: 1px;
  background: rgba(216, 199, 179, 0.65);
  margin: 20px auto 34px;
}

@keyframes lineBtnPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lineBtnGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(6, 199, 85, 0.7);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(6, 199, 85, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(6, 199, 85, 0);
  }
}
.line-btn {
  border-radius: 9999px;
  transform-origin: center center;
  animation:
    lineBtnPulse 1.4s ease-in-out infinite,
    lineBtnGlow 1.4s ease-out infinite;
  will-change: transform;
}
.line-btn img {
  border-radius: 9999px;
}
.line-btn:hover {
  animation-play-state: paused;
  transform: scale(1.08);
}
@media (prefers-reduced-motion: reduce) {
  .line-btn {
    animation: none;
  }
}
@keyframes lineFloatPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.line-float-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  padding: 12px 0 14px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
}
.line-float-bar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.line-float {
  display: block;
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 9999px;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
}
.line-float-bar.is-visible .line-float {
  animation: lineFloatPulse 1.4s ease-in-out infinite;
}
.line-float:hover {
  animation-play-state: paused;
}
.line-float img {
  display: block;
  width: 100%;
  border-radius: 9999px;
}
@media (prefers-reduced-motion: reduce) {
  .line-float-bar.is-visible .line-float {
    animation: none;
  }
}
