@charset "UTF-8";

:root {
  --antique-ink: #2b2318;
  --antique-brown: #6b4a2d;
  --antique-dark: #2d2017;
  --antique-green: #38624f;
  --antique-brass: #b6863d;
  --antique-gold: #d8ba76;
  --antique-washi: #f8f3e9;
  --antique-cream: #efe2c9;
  --antique-red: #9c4038;
}

body {
  color: var(--antique-ink);
  background-color: var(--antique-washi);
  background-image:
    radial-gradient(circle at 20% 0%, rgba(216, 186, 118, 0.1), transparent 34rem),
    repeating-linear-gradient(0deg, rgba(78, 55, 35, 0.018) 0 1px, transparent 1px 5px);
}

.l-header {
  background: rgba(255, 252, 246, 0.97);
  border-bottom: 1px solid rgba(107, 74, 45, 0.2);
  box-shadow: 0 8px 26px rgba(54, 35, 20, 0.08);
}

.c-logo,
.c-logo__link {
  height: auto;
}

.c-logo img,
.l-footer__logo img {
  height: auto;
  object-fit: contain;
}

.c-flow-box__picture img,
.p-service-area__picture img,
.p-service-area__balloon img {
  height: auto;
  object-fit: contain;
}

.p-header__mail-button,
.c-contact-form__submit {
  background: linear-gradient(180deg, #47735f, #2e5745);
  border-color: #244637;
}

.p-header-pc-menu__tel-text {
  color: var(--antique-brown);
}

.p-mv {
  position: relative;
  overflow: hidden;
  color: #fffaf1;
  background:
    radial-gradient(circle at 76% 14%, rgba(216, 186, 118, 0.2), transparent 25rem),
    linear-gradient(120deg, #251a13 0%, #3d2a1d 50%, #553821 100%);
}

.p-mv::before,
.p-mv::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.p-mv::before {
  inset: 0;
  opacity: 0.28;
  background:
    repeating-linear-gradient(90deg, transparent 0 64px, rgba(232, 207, 155, 0.07) 65px 66px),
    repeating-linear-gradient(0deg, transparent 0 64px, rgba(232, 207, 155, 0.05) 65px 66px);
}

.p-mv::after {
  width: 420px;
  height: 420px;
  right: -170px;
  top: -190px;
  border: 1px solid rgba(229, 202, 143, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(229, 202, 143, 0.04), 0 0 0 90px rgba(229, 202, 143, 0.035);
}

.p-mv__inner {
  position: relative;
  z-index: 1;
}

.p-mv__stage {
  min-height: 640px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px max(5vw, 56px) 48px;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(360px, 44%);
  align-items: center;
}

.p-mv__copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.p-mv__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 18px;
  padding: 8px 16px;
  color: #f4dfaa;
  border: 1px solid rgba(222, 191, 125, 0.65);
  border-radius: 999px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(31, 23, 17, 0.46);
}

.p-mv__eyebrow::before {
  content: "◆";
  color: var(--antique-gold);
  font-size: 0.75em;
}

.p-mv__kicker {
  margin-bottom: 12px;
  color: #f0d49b;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: 0.09em;
}

.p-mv__title {
  margin-bottom: 22px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(38px, 4.3vw, 68px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0.035em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.p-mv__title span {
  display: block;
}

.p-mv__title span:last-child {
  color: #fff7e4;
  font-size: 0.72em;
  letter-spacing: 0.06em;
}

.p-mv__lead {
  margin-bottom: 24px;
  color: #f3ecdf;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
  line-height: 1.9;
}

.p-mv__merits {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}

.p-mv__merits li {
  padding: 9px 15px;
  color: #302116;
  border: 1px solid #e7cd93;
  border-radius: 6px;
  background: linear-gradient(180deg, #fffaf0, #ead9b7);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.p-mv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 390px;
  padding: 17px 26px;
  color: #fff;
  border: 1px solid #7ea18f;
  border-radius: 8px;
  background: linear-gradient(180deg, #4b7964, #315643);
  box-shadow: 0 7px 0 #1d382c, 0 14px 30px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-weight: 800;
  transition: transform 0.2s, box-shadow 0.2s;
}

.p-mv__button span {
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  color: #e8d29e;
  font-size: 13px;
}

.p-mv__button:hover {
  transform: translateY(2px);
  box-shadow: 0 5px 0 #1d382c, 0 10px 22px rgba(0, 0, 0, 0.2);
}

.p-mv__visual {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.p-mv__staff-picture {
  position: absolute;
  z-index: 2;
  right: 3%;
  bottom: -48px;
  width: min(88%, 470px);
  height: auto;
  filter: drop-shadow(0 24px 20px rgba(0, 0, 0, 0.34));
}

.p-mv__staff-picture img {
  height: auto;
}

.p-mv__tansu {
  position: absolute;
  right: 42%;
  bottom: 42px;
  width: 270px;
  height: 330px;
  overflow: hidden;
  border: 5px solid #3e2819;
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 0 0 3px rgba(201, 165, 91, 0.78), 18px 22px 30px rgba(0, 0, 0, 0.34);
}

.p-mv__tansu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-mv__staff-label {
  position: absolute;
  z-index: 4;
  right: 3%;
  bottom: 20px;
  padding: 11px 16px;
  color: #2e2118;
  border: 2px solid #d7ba78;
  background: rgba(255, 250, 240, 0.94);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.p-mv__staff-label span {
  display: block;
  color: var(--antique-green);
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* Supplied campaign artwork: keep every message and CTA in its designed position. */
.p-mv {
  background: #211409;
}

.p-mv::before,
.p-mv::after {
  content: none;
}

.p-mv__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.p-mv__banner,
.p-mv__banner-picture {
  display: block;
  width: 100%;
  height: auto;
}

.p-mv__banner {
  background: #211409;
  transition: filter 0.2s ease;
}

.p-mv__banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-mv__banner:focus-visible {
  outline: 4px solid #f4d67f;
  outline-offset: -4px;
}

@media (hover: hover) and (pointer: fine) {
  .p-mv__banner:hover {
    filter: brightness(1.06);
  }
}

.c-section-title,
.p-relief__title,
.p-message__title,
.p-solution-catch__title {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  letter-spacing: 0.05em;
}

.c-section-text--skyblue,
.c-section-text--blue,
.p-worry__title-text--blue,
.p-solution-detail__text-highlight--blue {
  color: var(--antique-green) !important;
}

.c-section-text--orange,
.p-solution-catch__title-text--orange,
.p-solution-detail__text-highlight--orange {
  color: var(--antique-brass) !important;
}

.c-cta {
  background: var(--antique-brown);
}

.c-cta::before {
  opacity: 0.14;
  background-image: repeating-linear-gradient(90deg, transparent 0 90px, rgba(255,255,255,.16) 91px 92px);
}

.c-cta__box {
  border: 1px solid #d6bd8a;
  box-shadow: 0 18px 36px rgba(44, 28, 15, 0.2);
}

.c-cta__box-main {
  background-image: none;
}

.c-cta__hours-picture img {
  display: none;
}

.c-cta__hours-picture::before {
  content: "WEB相談\A 24時間受付";
  white-space: pre;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff8e9;
  border: 4px double #ead39d;
  border-radius: 50%;
  background: var(--antique-green);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.c-cta__button--mail {
  background-image: linear-gradient(180deg, #4a7a64, #315743);
}

.c-cta__button--tel {
  background-image: linear-gradient(180deg, #7a5634, #38261a);
}

.p-answer,
.p-fee,
.p-works,
.p-faq,
.p-contact {
  background-color: var(--antique-washi);
}

.p-fee::before {
  background-image: url("../img/fee-furniture-appraisal.png");
  background-position: right center;
  opacity: 0.3;
  filter: saturate(0.82) sepia(0.08);
}

.p-service-range {
  background-image: linear-gradient(180deg, #f8f2e7, #e8d7bb 58%, #d8c19b);
}

.p-solution-detail,
.p-relief {
  background-color: #f3eadb;
  background-image:
    radial-gradient(circle at 84% 8%, rgba(216, 186, 118, 0.24), transparent 30rem),
    radial-gradient(circle at 8% 92%, rgba(107, 74, 45, 0.1), transparent 26rem),
    repeating-linear-gradient(0deg, rgba(78, 55, 35, 0.025) 0 1px, transparent 1px 6px);
  background-position: center;
  background-size: auto;
}

.p-service-range::after {
  background: radial-gradient(circle at 50% 0, rgba(255,255,255,.9), transparent 60%);
}

.p-service-range__item {
  border: 1px solid rgba(107, 74, 45, 0.27);
  box-shadow: 0 12px 28px rgba(72, 47, 26, 0.16);
}

.p-service-range__picture {
  border: 1px solid #d5bb8e;
  background: #eadcc2;
}

.p-service-range__title {
  color: var(--antique-dark);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.p-service-range__price {
  border-top-color: #d6c5aa;
}

.p-works::before {
  background-image:
    linear-gradient(rgba(248, 243, 233, 0.92), rgba(248, 243, 233, 0.92)),
    repeating-linear-gradient(45deg, #d9c6a5 0 1px, transparent 1px 10px);
}

.p-works::after {
  display: none;
}

.p-works__item {
  border-bottom: 1px solid rgba(107, 74, 45, 0.2);
}

.p-works__before-after-picture {
  position: relative;
  overflow: hidden;
  background: #eadcc2;
}

.p-works__before-after-item--before .p-works__before-after-picture img {
  filter: saturate(0.7) sepia(0.28) brightness(0.84);
}

.p-works__before-after-item--after .p-works__before-after-picture img {
  filter: saturate(1.05) contrast(1.03);
}

.p-works__before-after-picture::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 4px 9px;
  color: #fff;
  border-radius: 999px;
  background: rgba(45, 32, 23, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.p-works__before-after-item--before .p-works__before-after-picture::after { content: "発見・保管時"; }
.p-works__before-after-item--after .p-works__before-after-picture::after { content: "査定・搬出対応"; background: rgba(56, 98, 79, 0.9); }

.p-works__before-after-title--after,
.p-works__info-icon {
  background-color: var(--antique-green);
}

.p-works__before-after-text-box--after,
.p-works__info {
  background-color: #f1e9da;
}

.p-relief__card,
.p-voices__box,
.p-faq__item {
  border-color: #d6bf94;
  box-shadow: 0 10px 24px rgba(70, 45, 25, 0.09);
}

.p-relief__card-picture {
  overflow: hidden;
  background: #eadcc2;
}

.p-relief__list {
  border: 1px solid #d6bf94;
  box-shadow: 0 18px 38px rgba(70, 45, 25, 0.15);
}

.p-relief__card-picture img {
  object-fit: cover;
  object-position: center 30%;
}

.p-relief__item:last-child .p-relief__card-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-relief__item:last-child .p-relief__card-picture {
  aspect-ratio: 172 / 158;
}

.p-service-area {
  background: linear-gradient(130deg, #2e2118, #5d4029);
}

.p-service-area__title-wrap .c-section-title,
.p-service-area__lead,
.p-service-area__detail {
  color: #fff8e9;
}

.p-service-area__title-wrap .c-section-text--skyblue,
.p-service-area__lead .c-section-text--blue {
  color: #f1d38f !important;
  -webkit-text-fill-color: currentColor;
}

.p-service-area__detail {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.p-service-area__item {
  background: rgba(255, 250, 240, 0.08);
}

.p-fee__promise {
  border: 1px solid #d5b979;
  background-color: #38271c;
  box-shadow: 0 18px 38px rgba(55, 36, 20, 0.18);
}

.p-fee__promise::before {
  display: none;
}

.p-fee__promise::after {
  background-image:
    linear-gradient(90deg, rgba(48, 32, 22, 0.95) 0%, rgba(48, 32, 22, 0.86) 42%, rgba(48, 32, 22, 0.2) 64%, rgba(48, 32, 22, 0.02) 100%),
    url("../img/fee-furniture-appraisal.png");
  background-position: center;
  background-size: cover;
}

.p-worry {
  padding-bottom: 5rem;
  background:
    radial-gradient(circle at 50% 0, rgba(216, 186, 118, 0.24), transparent 36rem),
    linear-gradient(180deg, #f7f0e4, #e8d8bd);
}

.p-worry__img-area {
  position: relative;
  min-height: 38.375rem;
  overflow: hidden;
  border: 1px solid #caa86a;
  border-radius: 2rem;
  background-color: #493426;
  box-shadow: 0 20px 42px rgba(55, 36, 20, 0.2);
}

.p-worry__picture {
  position: absolute;
  inset: 0;
  display: block;
}

.p-worry__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-worry__img-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 54%, transparent 28%, rgba(38, 25, 17, 0.18) 100%);
}

.p-worry__concern-list {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.p-worry__concern-item {
  position: absolute;
  width: 30%;
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  color: #fffaf0;
  border: 2px solid rgba(226, 197, 132, 0.92);
  border-radius: 1.5rem;
  background: rgba(45, 32, 23, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.p-worry__concern-item span {
  color: #f2ce7e;
}

.p-worry__concern-item--01 {
  top: 5%;
  left: 3%;
}

.p-worry__concern-item--02 {
  top: 5%;
  right: 3%;
}

.p-worry__concern-item--03 {
  bottom: 5%;
  left: 3%;
}

.p-worry__concern-item--04 {
  right: 3%;
  bottom: 5%;
}

.p-message {
  background-color: #e9ddc8;
  background-image:
    radial-gradient(circle at 88% 12%, rgba(182, 134, 61, 0.2), transparent 30rem),
    linear-gradient(135deg, rgba(255, 252, 246, 0.7), rgba(231, 216, 191, 0.7)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(107, 74, 45, 0.035) 80px 81px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(107, 74, 45, 0.025) 80px 81px);
  background-position: center;
  background-size: auto;
}

.p-message::after {
  background-color: #fffaf2;
  opacity: 0.42;
}

.p-message__ceo-picture::before,
.p-message__ceo-picture::after {
  display: none;
}

.p-contact {
  background-image: linear-gradient(rgba(248,243,233,.92), rgba(248,243,233,.92)), repeating-linear-gradient(0deg, #dac6a5 0 1px, transparent 1px 6px);
}

.c-contact-form {
  border: 1px solid #d7c19a;
  box-shadow: 0 18px 40px rgba(57, 37, 22, 0.13);
}

.c-contact-complete {
  background-image:
    linear-gradient(rgba(248,243,233,.9), rgba(248,243,233,.9)),
    repeating-linear-gradient(45deg, #d5c09b 0 1px, transparent 1px 12px);
}

.p-fixed-contact {
  background: linear-gradient(90deg, #241911, #46301f);
  border-top: 2px solid #c49b57;
}

.p-fixed-contact__promise {
  width: 360px;
  color: #fff8e9;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  text-align: center;
}

.p-fixed-contact__promise span {
  display: block;
  color: #ddbe7c;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.p-fixed-contact__promise strong {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.p-fixed-contact__tel {
  width: 340px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2d2118;
  border: 2px solid #e3c47f;
  border-radius: 10px;
  background: linear-gradient(180deg, #fffaf0, #ead9b8);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.p-fixed-contact__tel-hours,
.p-fixed-contact__tel-note {
  font-size: 13px;
  font-weight: 700;
}

.p-fixed-contact__tel-number {
  color: var(--antique-brown);
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: 0.05em;
}

.l-footer {
  background: #251a13;
  border-top: 5px solid #b88b44;
}

.l-footer__logo {
  width: 290px;
  height: auto;
}

.l-footer__logo-link:focus-visible,
.l-footer__top-link:focus-visible {
  outline: 3px solid var(--antique-gold);
  outline-offset: 5px;
}

.l-footer__top-link {
  color: #fff8e9;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__top-link:hover {
    color: var(--antique-gold);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .c-logo { width: 150px; }

  .p-mv {
    margin-top: 78px;
  }

  .p-mv__inner {
    max-width: 640px;
  }

  .p-mv__stage {
    min-height: 790px;
    display: block;
    padding: 70px 20px 340px;
  }

  .p-mv__eyebrow {
    margin-bottom: 14px;
    padding: 7px 11px;
    font-size: 12px;
    letter-spacing: 0.035em;
  }

  .p-mv__kicker {
    font-size: 19px;
  }

  .p-mv__title {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.3;
  }

  .p-mv__title span:last-child {
    margin-top: 6px;
    font-size: 0.63em;
  }

  .p-mv__lead {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.75;
  }

  .p-mv__merits {
    gap: 5px;
    margin-bottom: 18px;
  }

  .p-mv__merits li {
    flex: 1;
    padding: 7px 4px;
    font-size: 11px;
    text-align: center;
  }

  .p-mv__button {
    width: 100%;
    min-width: 0;
    padding: 14px 10px;
    font-size: 17px;
  }

  .p-mv__button span {
    margin-right: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  .p-mv__visual {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 330px;
  }

  .p-mv__staff-picture {
    right: -4px;
    bottom: -26px;
    width: 245px;
  }

  .p-mv__tansu {
    right: 124px;
    bottom: 30px;
    width: 190px;
    height: 230px;
  }

  .p-mv__staff-label {
    right: 14px;
    bottom: 13px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .p-mv__staff-label span { font-size: 9px; }

  .c-cta__box-main {
    padding-bottom: 20px;
    background-image: none;
  }

  .c-cta__hours-label {
    display: none;
  }

  .c-cta__button-wrap {
    margin-top: 20px;
  }

  .p-service-range__item {
    box-shadow: 0 7px 16px rgba(72, 47, 26, 0.13);
  }

  .p-service-range__picture img { object-fit: cover; }

  .p-fee__promise::after {
    background-image:
      linear-gradient(180deg, #38271c 0%, rgba(56, 39, 28, 0.6) 22%, rgba(56, 39, 28, 0.05) 58%),
      url("../img/fee-furniture-appraisal.png");
    background-position: 70% center;
    background-size: cover;
  }

  .p-worry {
    padding-bottom: 2rem;
  }

  .p-worry__img-area {
    min-height: 0;
    margin-inline: 1rem;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .p-worry__picture {
    position: relative;
    inset: auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #caa86a;
    border-radius: 1.25rem;
    box-shadow: 0 12px 26px rgba(55, 36, 20, 0.18);
  }

  .p-worry__img-area::after {
    display: none;
  }

  .p-worry__concern-list {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    margin-top: 0.75rem;
  }

  .p-worry__concern-item {
    position: static;
    width: auto;
    min-height: 7rem;
    padding: 0.75rem 0.5rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .p-works__before-after-picture::after {
    right: 4px;
    bottom: 4px;
    padding: 3px 6px;
    font-size: 9px;
  }

  .p-fixed-contact__promise,
  .p-fixed-contact--pc .p-fixed-contact__tel {
    display: none;
  }

  .l-footer__logo { width: 240px; }
}

/* Replace the remaining cabinet illustrations with consistent real-photo frames. */
.p-service-range__picture,
.p-works__before-after-picture {
  display: block;
  overflow: hidden;
  background: #eadfc7;
}

.p-service-range__picture {
  aspect-ratio: 332 / 200;
}

.p-works__before-after-picture {
  aspect-ratio: 293 / 214;
}

.p-service-range__picture img,
.p-works__before-after-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
