@charset "UTF-8";

:root {
  --audio-ink: #2d2924;
  --audio-copper: #8b5133;
  --audio-graphite: #243a3a;
  --audio-steel: #406d6b;
  --audio-amber: #b66b3d;
  --audio-glow: #c79b56;
  --audio-paper: #f7f1e7;
  --audio-cream: #eadfce;
  --audio-red: #9a493e;
}

body {
  color: var(--audio-ink);
  background-color: var(--audio-paper);
  background-image:
    radial-gradient(circle at 20% 0%, rgba(199, 155, 86, 0.12), transparent 34rem),
    repeating-linear-gradient(0deg, rgba(45, 41, 36, 0.018) 0 1px, transparent 1px 5px);
}

.l-header {
  background: rgba(253, 251, 247, 0.97);
  border-bottom: 1px solid rgba(122, 74, 31, 0.2);
  box-shadow: 0 8px 26px rgba(20, 22, 26, 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, #56817d, #2f5654);
  border-color: #243f3e;
}

.p-header-pc-menu__tel-text {
  color: var(--audio-copper);
}

.p-mv {
  position: relative;
  overflow: hidden;
  color: #fdf6ee;
  background:
    radial-gradient(circle at 76% 14%, rgba(199, 155, 86, 0.23), transparent 25rem),
    linear-gradient(120deg, #203837 0%, #2f4744 48%, #523528 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(240, 197, 150, 0.07) 65px 66px),
    repeating-linear-gradient(0deg, transparent 0 64px, rgba(240, 197, 150, 0.05) 65px 66px);
}

.p-mv::after {
  width: 420px;
  height: 420px;
  right: -170px;
  top: -190px;
  border: 1px solid rgba(240, 195, 145, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(240, 195, 145, 0.04), 0 0 0 90px rgba(240, 195, 145, 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: #f6c987;
  border: 1px solid rgba(224, 148, 72, 0.65);
  border-radius: 999px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(24, 27, 31, 0.46);
}

.p-mv__eyebrow::before {
  content: "◇";
  color: var(--audio-glow);
  font-size: 0.75em;
}

.p-mv__kicker {
  margin-bottom: 12px;
  color: #f7c988;
  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: #fbefe0;
  font-size: 0.72em;
  letter-spacing: 0.06em;
}

.p-mv__lead {
  margin-bottom: 24px;
  color: #f2ece0;
  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: #22262a;
  border: 1px solid #e8b273;
  border-radius: 6px;
  background: linear-gradient(180deg, #fdf7ef, #f0d3a8);
  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 #79a09b;
  border-radius: 8px;
  background: linear-gradient(180deg, #56817d, #2f5654);
  box-shadow: 0 7px 0 #1e3e3c, 0 14px 30px rgba(0, 0, 0, 0.25), 0 0 22px 4px rgba(199, 155, 86, 0.32);
  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: #f0c98a;
  font-size: 13px;
}

.p-mv__button:hover {
  transform: translateY(2px);
  box-shadow: 0 5px 0 #1e3e3c, 0 10px 22px rgba(0, 0, 0, 0.2), 0 0 16px 3px rgba(199, 155, 86, 0.28);
}

.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 #243a3a;
  border-radius: 42% 42% 10px 10px / 14% 14% 10px 10px;
  background: #fdf7ef;
  box-shadow: 0 0 0 3px rgba(230, 158, 80, 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: #22262a;
  border: 2px solid #e6a860;
  background: rgba(253, 248, 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(--audio-steel);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.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 {
  color: var(--audio-steel) !important;
}

.c-section-text--orange,
.p-solution-catch__title-text--orange {
  color: var(--audio-amber) !important;
}

/* Filled highlight labels need white text for sufficient contrast. */
.p-solution-detail__text-highlight--blue,
.p-solution-detail__text-highlight--orange {
  color: #fff !important;
}

.c-cta {
  background: var(--audio-copper);
}

.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 #e0b47c;
  box-shadow: 0 18px 36px rgba(20, 22, 26, 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: #fdf6ec;
  border: 4px double #f0c98a;
  border-radius: 50%;
  background: var(--audio-steel);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.c-cta__button--mail {
  background-image: linear-gradient(180deg, #56817d, #2f5654);
}

.c-cta__button--tel {
  background-image: linear-gradient(180deg, #9b6445, #633b29);
  box-shadow: 0 0 0 3px rgba(242, 165, 68, 0.18);
}

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

.p-fee::before {
  background-image: url("../img/pottery-assortment@2x.webp");
  background-position: right center;
  opacity: 0.3;
  filter: saturate(0.82) sepia(0.08);
}

.p-service-range {
  background-image: linear-gradient(180deg, #f7f2e8, #ecd6ab 58%, #ddb478);
}

.p-solution-detail,
.p-relief {
  background-color: #f2ece0;
  background-image:
    radial-gradient(circle at 84% 8%, rgba(242, 165, 68, 0.24), transparent 30rem),
    radial-gradient(circle at 8% 92%, rgba(122, 74, 31, 0.1), transparent 26rem),
    repeating-linear-gradient(0deg, rgba(34, 38, 42, 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(122, 74, 31, 0.27);
  box-shadow: 0 12px 28px rgba(20, 22, 26, 0.16);
}

.p-service-range__picture {
  border: 1px solid #dcae74;
  background: #f0dbb8;
}

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

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

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

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

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

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

.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(28, 31, 35, 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(59, 85, 104, 0.9); }

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

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

.p-relief__card,
.p-voices__box,
.p-faq__item {
  border-color: #dcae74;
  box-shadow: 0 10px 24px rgba(20, 22, 26, 0.09);
}

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

.p-relief__list {
  border: 1px solid #dcae74;
  box-shadow: 0 18px 38px rgba(20, 22, 26, 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, #1f2327, #3a3128);
}

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

.p-service-area__title-wrap .c-section-text--skyblue,
.p-service-area__lead .c-section-text--blue {
  color: #f6c987 !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(253, 248, 240, 0.08);
}

.p-fee__promise {
  border: 1px solid #dba85f;
  background-color: #262b30;
  box-shadow: 0 18px 38px rgba(20, 22, 26, 0.18);
}

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

.p-fee__promise::after {
  background-image:
    linear-gradient(90deg, rgba(24, 27, 31, 0.95) 0%, rgba(24, 27, 31, 0.86) 42%, rgba(24, 27, 31, 0.2) 64%, rgba(24, 27, 31, 0.02) 100%),
    url("../img/pottery-assortment@2x.webp");
  background-position: center;
  background-size: cover;
}

.p-worry {
  padding-bottom: 5rem;
  background:
    radial-gradient(circle at 50% 0, rgba(242, 165, 68, 0.24), transparent 36rem),
    linear-gradient(180deg, #f6f1e6, #e6d3ac);
}

.p-worry__img-area {
  position: relative;
  min-height: 38.375rem;
  overflow: hidden;
  border: 1px solid #c8935a;
  border-radius: 2rem;
  background-color: #3c3029;
  box-shadow: 0 20px 42px rgba(20, 22, 26, 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(20, 22, 26, 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: #fdf7ef;
  border: 2px solid rgba(230, 158, 80, 0.92);
  border-radius: 1.5rem;
  background: rgba(36, 58, 58, 0.92);
  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: #f6c069;
}

.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: #e8d3ab;
  background-image:
    radial-gradient(circle at 88% 12%, rgba(193, 115, 27, 0.2), transparent 30rem),
    linear-gradient(135deg, rgba(253, 251, 247, 0.7), rgba(232, 220, 203, 0.7)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(122, 74, 31, 0.035) 80px 81px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(122, 74, 31, 0.025) 80px 81px);
  background-position: center;
  background-size: auto;
}

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

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

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

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

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

/* style.css の水道・工事業向け背景画像(bg_contact-complete/bg_voices/bg_voices_tile/bg_flow/bg_answer/bg_promise02)を打ち消す */
.c-contact-complete::after,
.p-voices,
.p-voices__box::before,
.p-flow,
.p-answer,
.p-fee__promise::before {
  background-image: none;
}

.p-fixed-contact {
  background: linear-gradient(90deg, #203837, #4a3329);
  border-top: 2px solid #c8935a;
}

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

.p-fixed-contact__promise span {
  display: block;
  color: #e0b47c;
  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: #22262a;
  border: 2px solid #e8b273;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdf7ef, #f0d3a8);
  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(--audio-copper);
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: 0.05em;
}

.l-footer {
  background: #1b1e22;
  border-top: 5px solid #c1731b;
}

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

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

  .p-mv {
    margin-top: 0;
  }

  .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(20, 22, 26, 0.13);
  }

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

  .p-fee__promise::after {
    background-image:
      linear-gradient(180deg, #262b30 0%, rgba(38, 43, 48, 0.6) 22%, rgba(38, 43, 48, 0.05) 58%),
      url("../img/audio-real-09.jpg");
    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 #c8935a;
    border-radius: 1.25rem;
    box-shadow: 0 12px 26px rgba(20, 22, 26, 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; }
}

/* Keep supplied pottery photos aligned inside every card. */
.p-service-range__picture,
.p-works__before-after-picture {
  display: block;
  overflow: hidden;
  background: #f0dbb8;
}

.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;
}

/* Retain the supplied customer portraits while cropping out the old audio questionnaire panel. */
.p-voices__picture {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8dfd1;
}

.p-voices__picture img {
  display: block;
  width: 200%;
  max-width: none;
  height: 200%;
  object-fit: cover;
  object-position: left center;
}

@media (max-width: 767px) {
  .p-fee__promise::after {
    background-image:
      linear-gradient(180deg, #243a3a 0%, rgba(36, 58, 58, 0.62) 22%, rgba(36, 58, 58, 0.06) 58%),
      url("../img/pottery-assortment@2x.webp");
  }
}
