:root {
  --ink: #171b22;
  --muted: #626a72;
  --line: rgba(26, 30, 36, 0.14);
  --paper: #f7f7f8;
  --white: #ffffff;
  --blue: #233768;
  --blue-deep: #172747;
  --warm: #8b4d3a;
  --silver: #d9dedf;
  --shadow: 0 24px 70px rgba(23, 27, 34, 0.12);
  --sans: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

  .catch_box.product {
    display: none !important;
  }

  .catch_area {
    display: none !important;
  }


html {
  scroll-behavior: smooth;
}

body:has(.page-viewport) {
  background: #eef0f3;
  overflow-x: hidden;
}

body:has(.page-viewport) .page_ttl {
  display: none;
}

body:has(.page-viewport) #content_wrap {
  max-width: none;
  padding: 0 20px;
  margin-top: 0;
}

.page-viewport,
.page-viewport *,
.page-viewport *::before,
.page-viewport *::after {
  all: revert;
  box-sizing: border-box;
}

.page-viewport {
  display: block;
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  color: var(--ink);
  background: var(--white);
  box-shadow: none;
  font-family: var(--sans);
  line-height: 1.75;
}

body:has(.page-viewport) #footer_wrap {
  margin-top: 0;
}

body:has(.page-viewport) #return .return_btn {
  bottom: 74px;
}

.page-viewport img {
  display: block;
  max-width: 100%;
}

.page-viewport main,
.page-viewport section,
.section-inner,
.hero-copy,
.hero-stage,
.product,
.product-body,
.contact-panel > * {
  min-width: 0;
}

.page-viewport a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 86px;
  padding: 16px clamp(22px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid #1f2328;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand img {
  width: 184px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  font-size: 15px;
  font-weight: 700;
}

.site-nav a {
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: block;
  min-height: 0;
  padding: clamp(34px, 5vw, 56px) clamp(26px, 5vw, 70px) 0;
  overflow: hidden;
  max-width: 100vw;
  background:
    linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.16)),
    url("http://www.meisho-do.co.jp/wp-content/uploads/2026/07/assets/marble.png") center / cover no-repeat;
    padding-top: 0px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 122px;
  background: linear-gradient(180deg, rgba(247, 247, 248, 0), var(--paper));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 4px;
  text-align: center;
}

.hero-copy::before {
  content: "3D技術で作るオリジナル胸像";
  display: block;
  margin: 55px 0 40px;
  color: #000000;
  font-family: var(--sans);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
}

.eyebrow,
.section-kicker,
.type-label {
  margin: 0 0 14px;
  color: var(--warm);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-viewport h1,
.page-viewport h2,
.page-viewport h3,
.page-viewport p {
  margin-top: 0;
}

.page-viewport h1,
.page-viewport h2,
.page-viewport h3 {
  font-family: var(--serif);
  line-height: 1.25;
  letter-spacing: 0;
  text-align: inherit;
}

.page-viewport h2 {
  border-top: 0;
}

.page-viewport h2 span {
  padding-top: 0;
}

.page-viewport h2 span::before {
  display: none;
}

.page-viewport h1 {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: clamp(34px, 4.15vw, 50px);
  font-weight: 800;
}

.desktop-title {
  white-space: nowrap;
}

.mobile-title {
  display: none;
}

.lead {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--serif);
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: normal;
}

.lead span {
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 19px;
  border: 1px solid var(--blue-deep);
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: var(--blue-deep);
}

.button.ghost {
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.56);
}

.hero-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(190px, 0.58fr);
  align-items: end;
  gap: 12px clamp(30px, 6vw, 82px);
  max-width: 960px;
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
}

.bust {
  margin: 0;
  filter: drop-shadow(0 28px 28px rgba(23, 27, 34, 0.18));
}

.bust img {
  width: auto;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.bust-a {
  justify-self: center;
}

.bust-a img {
  max-height: 600px;
  transform: translate(-8%, 4%);
}

.bust-b {
  justify-self: center;
  margin-bottom: 36px;
}

.bust-b img {
  max-height: 380px;
  transform: translate(8%, 4%);
}

.hero-spec {
  position: static;
  z-index: 3;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--blue-deep);
  border-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  backdrop-filter: blur(8px);
}

.hero-spec p {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 800;
}

.hero-spec span {
  display: block;
}

.hero-spec strong {
  display: block;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-size: 16px;
}

.hero-spec-a {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  max-width: 430px;
  margin-top: 8px;
  margin-bottom: 30px;
  transform: translateX(-8%);
}

.hero-spec-b {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  max-width: 430px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.section {
  padding: clamp(58px, 7vw, 92px) clamp(26px, 5vw, 70px);
}

.section-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.intro {
  background: #f4f4f5;
}

.intro-single {
  max-width: 980px;
}

.intro-single h2 {
  margin-bottom: 20px;
  text-align: center;
}

.intro-single h2 span {
  display: block;
  white-space: nowrap;
}

.intro-single h2 span + span {
  margin-top: 8px;
}

.section h2 {
  margin-bottom: 20px;
  color: var(--blue-deep);
  font-size: clamp(24px, 2.15vw, 32px);
  overflow-wrap: anywhere;
  word-break: normal;
}

.split-title span {
  display: block;
}

.intro-text {
  font-size: 17px;
  font-weight: 700;
}

.intro-notes {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 28px;
  margin-top: 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.check-list,
.notes {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--warm);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 28px;
  margin-bottom: 26px;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
}

.product {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(250px, 1fr);
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(135deg, #f9f9f9, #eceff0);
  border: 1px solid var(--line);
  box-shadow: none;
}

.product:not(.featured) {
  grid-template-columns: 1fr;
}

.product-image {
  display: grid;
  align-items: end;
  min-height: 360px;
  overflow: hidden;
  background: url("http://www.meisho-do.co.jp/wp-content/uploads/2026/07/assets/marble.png") center / cover no-repeat;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.product-image-a img {
  object-position: 57% 67%;
  transform: scale(1.08);
}

.product-image-b {
  min-height: 260px;
}

.product-image-b img {
  object-position: 50% 58%;
  transform: scale(1.12);
}

.product-body {
  padding: clamp(24px, 3.2vw, 40px);
  background: rgba(255, 255, 255, 0.88);
}

.product h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.spec-list {
  margin: 0;
}

.spec-list div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--muted);
  font-weight: 700;
}

.spec-list dd {
  margin: 0;
  font-weight: 700;
}

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
  font-weight: 700;
}

.price strong {
  color: var(--warm);
  font-size: 22px;
}

.notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 14px;
}

.notes li::before {
  content: "※";
}

.process {
  background:
    linear-gradient(rgba(247, 247, 248, 0.92), rgba(247, 247, 248, 0.92)),
    url("http://www.meisho-do.co.jp/wp-content/uploads/2026/07/assets/marble.png") center / cover no-repeat;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.steps li {
  min-height: 245px;
  padding: 30px 24px;
  background: rgba(255, 255, 255, 0.9);
}

.steps span {
  color: var(--warm);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 800;
}

.steps h3 {
  margin: 18px 0 12px;
  font-size: 21px;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.examples {
  background: var(--white);
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.example-grid figure {
  margin: 0;
}

.example-grid figcaption {
  min-height: 2.2em;
  margin-bottom: 6px;
  font-weight: 800;
}

.example-grid figcaption::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: #9da3a8;
  vertical-align: 0.12em;
}

.example-grid img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
  border: 1px solid rgba(23, 27, 34, 0.08);
  box-shadow: 0 14px 34px rgba(23, 27, 34, 0.08);
}

.contact {
  background: #f1f1f3;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(32px, 5vw, 60px);
  background: var(--white);
  border-top: 4px solid var(--blue-deep);
}

.contact-lead {
  margin-top: 22px;
  color: var(--muted);
}

.page-viewport address {
  display: grid;
  gap: 6px;
  font-style: normal;
}

.page-viewport address strong {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.25;
}

.page-viewport address a {
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(26px, 5vw, 70px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--blue-deep);
}

.site-footer a {
  color: var(--white);
}

@media (max-width: 980px) {
  .page-viewport {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 68px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--white);
    border: 1px solid var(--line);
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--blue-deep);
  }

  .site-nav {
    position: fixed;
    top: 68px;
    right: 16px;
    display: grid;
    min-width: 220px;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-copy {
    max-width: 760px;
    padding-bottom: 18px;
  }

  .hero-stage {
    grid-template-columns: minmax(260px, 0.95fr) minmax(190px, 0.58fr);
    min-height: 0;
    max-width: 820px;
    margin: 0 auto;
  }

  .product-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .product,
  .product:not(.featured) {
    grid-template-columns: minmax(220px, 0.82fr) minmax(260px, 1fr);
  }

  .steps,
  .example-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .page-viewport {
    width: min(100% - 16px, 1180px);
  }

  .brand {
    min-width: 0;
  }

  .brand-sub {
    display: none;
  }

  .hero {
    padding-inline: 16px;
  }

  .page-viewport h1 {
    max-width: 100%;
    font-size: 30px;
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: inline;
  }

  .lead {
    font-size: 15px;
    line-height: 1.85;
    word-break: break-all;
  }

  .section h2 {
    font-size: 25px;
    word-break: break-all;
  }

  .intro-single h2 span {
    white-space: normal;
  }

  .page-viewport p,
  .page-viewport li,
  dd,
  figcaption {
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
  }

  .bust-a {
    grid-column: 1;
    grid-row: 1;
  }

  .bust-a img {
    max-height: 330px;
    transform: translate(0, 8%);
  }

  .bust-b {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 34px;
  }

  .bust-b img {
    max-height: 220px;
    transform: translate(-6%, 8%);
  }

  .hero-spec {
    display: grid;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 16px 18px;
    font-size: 14px;
    transform: none;
  }

  .hero-spec p {
    font-size: 22px;
  }

  .hero-spec strong {
    font-size: 15px;
  }

  .hero-spec-a {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-spec-b {
    grid-column: 1;
    grid-row: 4;
  }

  .section {
    padding-inline: 16px;
  }

  .section-heading {
    display: block;
  }

  .product,
  .product:not(.featured),
  .steps,
  .example-grid {
    grid-template-columns: 1fr;
  }

  .product-image,
  .product-image-b {
    min-height: 330px;
  }

  .example-grid figcaption {
    min-height: auto;
  }

  .contact-panel {
    padding: 28px 20px;
  }

  address strong {
    font-size: 28px;
  }

  address a {
    font-size: 20px;
  }

  .site-footer {
    display: grid;
  }
}
