@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Noto+Serif+JP:wght@300;400&family=Noto+Sans+JP:wght@300;400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
html,
body {
  width: 100%;
  background: #0c0b09;
  overflow-x: hidden;
}
body {
  font-size: 1rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
/* ===== SP UNIFIED ===== */
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
  .sec {
    padding: 4rem 1.4rem;
  }
  .sec-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .px-divider {
    height: 40vh;
  }
  .px-divider__text p {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
  .px-divider__text small {
    font-size: 0.58rem;
  }
  .nav-links {
    display: none;
  }
  .nav-sns {
    display: none;
  }
  .nav-sns {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    margin-right: 0.5rem;
  }
  .sns-icon {
    color: #fff;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .sns-icon:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .hamburger {
    display: flex;
  }
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
  .phil-main {
    grid-column: 1;
    grid-row: auto;
  }
  .phil-value {
    grid-column: 1;
    grid-row: auto;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .about-strengths {
    grid-template-columns: 1fr;
  }
  .strength-card {
    padding: 1.8rem 1.4rem;
    flex-direction: column;
    gap: 0.8rem;
  }
  .about-rep-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .price-2grid {
    grid-template-columns: 1fr;
  }
  .price-2card {
    padding: 2rem 1.5rem;
  }
  .price-2from {
    font-size: 2rem;
  }
  .flow-steps {
    flex-direction: column;
    gap: 2px;
  }
  .flow-step {
    padding: 1.5rem 1.2rem;
  }
  .flow-step::after {
    display: none;
  }
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo-cell {
    aspect-ratio: 3/2;
  }
  .works-tab {
    padding: 0.6rem 1rem;
  }
  .price-note {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-btns {
    flex-direction: column;
    align-items: center;
  }
  .footer-inner {
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .px-divider {
    height: 50vh;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .voices-grid {
    grid-template-columns: 1fr;
  }
  .flow-steps {
    flex-direction: column;
    gap: 2px;
  }
  .flow-step::after {
    content: "↓";
    right: auto;
    left: 2rem;
    top: auto;
    bottom: -14px;
    transform: none;
  }
}

/* ===== KV BLACK MASK ===== */
#vig {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 1s ease;
}
#vig.show {
  opacity: 1;
}

/* ===== COMPANY PAGE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  background: #0c0b09;
  overflow-x: hidden;
  color: #fff;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

/* ===== NAV ===== */
#gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(12, 11, 9, 0.92);
  border-bottom: 1px solid #fff;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.nav-logo-img {
  height: 36px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
}
.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: #fff;
}
.nav-links a.active {
  color: rgba(210, 155, 60, 0.8);
}
.nav-cta {
  border: 1px solid #fff !important;
  padding: 0.35rem 0.9rem;
  color: #fff !important;
}
.nav-cta:hover {
  background: #fff !important;
  color: #fff !important;
}
.nav-sns {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-right: 0.5rem;
}
.sns-icon {
  color: #fff;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}
.sns-icon:hover {
  color: #fff;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.3rem;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
}
.sp-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(12, 11, 9, 0.97);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu.open {
  display: flex;
}
.sp-menu ul {
  list-style: none;
  text-align: center;
}
.sp-menu li {
  margin: 1.5rem 0;
}
.sp-menu a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2em;
}

/* ===== PAGE HEADER ===== */
.page-header {
  padding: 10rem 2rem 5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.page-label {
  font-size: 0.58rem;
  letter-spacing: 0.5em;
  color: #fff;
  display: block;
  margin-bottom: 1.2rem;
}
.page-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: 0.2em;
  color: #fff;
}

/* ===== COMMON ===== */
.sec {
  padding: 6rem 2rem;
}
.sec-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sec-label {
  font-size: 0.58rem;
  letter-spacing: 0.45em;
  color: #fff;
  display: block;
  margin-bottom: 1.2rem;
}
.sec-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fff;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}

/* ===== REPRESENTATIVE ===== */
.rep-sec {
  background: #0c0b09;
}
.rep-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 5rem;
  align-items: start;
}
.rep-photo {
  aspect-ratio: 3/4;
  background: #111009;
  border: 1px solid rgba(210, 155, 60, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}
.rep-photo span {
  font-size: 4rem;
}
.rep-name-block {
  margin-bottom: 2rem;
}
.rep-company {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: #fff;
  display: block;
  margin-bottom: 0.4rem;
}
.rep-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  letter-spacing: 0.15em;
  color: #fff;
}
.rep-name-roman {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: #fff;
  display: block;
  margin-top: 0.4rem;
}
.rep-body {
  font-size: 0.78rem;
  line-height: 2.3;
  color: #fff;
  margin-bottom: 1rem;
}
.rep-affil {
  list-style: none;
  margin-top: 2rem;
  border-top: 1px solid #fff;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.rep-affil li {
  font-size: 0.68rem;
  line-height: 1.8;
  color: #fff;
  padding-left: 1rem;
  position: relative;
}
.rep-affil li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 4px;
  height: 1px;
  background: rgba(210, 155, 60, 0.45);
}

/* ===== COMPANY INFO ===== */
.company-sec {
  background: #0f0e0b;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
}
.info-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.info-table tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.info-table th {
  width: 200px;
  padding: 1.6rem 1.2rem;
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: rgba(210, 155, 60, 0.6);
  vertical-align: top;
  white-space: nowrap;
}
.info-table td {
  padding: 1.6rem 1.2rem;
  font-size: 0.78rem;
  line-height: 2;
  color: #fff;
}

/* ===== PRICE ===== */
.price-sec {
  background: #0c0b09;
}
.price-type-label {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: #fff;
  display: block;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}
.price-type-label:first-of-type {
  margin-top: 0;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 2px;
}
.price-card {
  background: #111009;
  padding: 2.2rem 2rem;
}
.price-card.rec {
  position: relative;
  background: #131210;
  border-top: 1px solid rgba(210, 155, 60, 0.3);
}
.price-card.rec::before {
  content: "人気";
  position: absolute;
  top: 0;
  right: 1.2rem;
  background: rgba(210, 155, 60, 0.15);
  color: rgba(210, 155, 60, 0.7);
  font-size: 0.5rem;
  letter-spacing: 0.25em;
  padding: 0.25rem 0.6rem;
}
.plan-name {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: #fff;
  display: block;
  margin-bottom: 0.7rem;
}
.plan-price {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  display: block;
  margin-bottom: 0.3rem;
}
.plan-cut {
  font-size: 0.7rem;
  color: #fff;
  display: block;
  margin-bottom: 0.2rem;
}
.plan-time {
  font-size: 0.7rem;
  color: rgba(210, 155, 60, 0.65);
  display: block;
  margin-bottom: 1rem;
}
.plan-desc {
  font-size: 0.72rem;
  line-height: 1.9;
  color: #fff;
}
.price-note {
  font-size: 0.65rem;
  line-height: 1.9;
  color: #fff;
  padding: 1.2rem;
  background: #111009;
  margin-top: 2px;
}

/* ===== PHILOSOPHY (company) ===== */
.philosophy-sec {
  background: #0c0b09;
}
.phil-block {
  border-left: 1px solid rgba(210, 155, 60, 0.35);
  padding: 1.8rem 2rem;
  margin-bottom: 2px;
  background: #111009;
}
.phil-tag {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  color: rgba(210, 155, 60, 0.7);
  margin-bottom: 0.8rem;
}
.phil-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  line-height: 1.8;
  color: #fff;
  margin-bottom: 0.8rem;
}
.phil-body {
  font-size: 0.76rem;
  line-height: 2.1;
  color: #fff;
}

/* ===== CONTACT ===== */
.contact-sec {
  background: #0f0e0b;
  text-align: center;
  border-top: 1px solid #fff;
}
.contact-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #fff;
  margin-bottom: 1rem;
}
.contact-sub {
  font-size: 0.78rem;
  color: #fff;
  line-height: 2;
  margin-bottom: 2.5rem;
}
.contact-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.btn-primary {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  background: rgba(210, 155, 60, 0.1);
  border: 1px solid rgba(210, 155, 60, 0.4);
  color: rgba(210, 155, 60, 0.85);
  text-decoration: none;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  transition: all 0.4s;
}
.btn-primary:hover {
  background: rgba(210, 155, 60, 0.2);
  color: #fff;
}
.btn-secondary {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  transition: all 0.4s;
}
.btn-secondary:hover {
  border-color: #fff;
  color: #fff;
}
.contact-note {
  font-size: 0.6rem;
  color: #fff;
  letter-spacing: 0.15em;
}

/* ===== FOOTER ===== */
footer {
  background: #080807;
  border-top: 1px solid #fff;
  padding: 2rem 2.5rem;
}
.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-logo {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.footer-copy {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: #fff;
}

/* ===== REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ===== FRONT PAGE STYLES ===== */
/* ===== NAV ===== */
#gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(12, 11, 9, 0);
  transition: background 0.4s ease;
}
#gnav.scrolled {
  background: rgba(12, 11, 9, 0.92);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.81rem;
  letter-spacing: 0.28em;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.nav-links a:hover,
.nav-links a:focus {
  color: #fff;
}
.nav-cta {
  border: 1px solid #fff !important;
  padding: 0.35rem 0.9rem;
  color: #fff !important;
  transition: all 0.3s !important;
}
.nav-cta:hover {
  background: #fff;
  color: #fff !important;
}
.nav-sns {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-right: 0.5rem;
}
.sns-icon {
  color: #fff;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sns-icon:hover {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.3rem;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}

/* SP menu */
.sp-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(12, 11, 9, 0.97);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu.open {
  display: flex;
}
.sp-menu ul {
  list-style: none;
  text-align: center;
}
.sp-menu li {
  margin: 1.5rem 0;
}
.sp-menu a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2em;
}

/* ===== COMMON SECTION ===== */
.sec {
  padding: 7rem 2rem;
}
.sec-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.sec-label {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  color: #fff;
  display: block;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.sec-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 3rem;
}

/* ===== PHILOSOPHY ===== */
.philosophy-sec {
  background: #0c0b09;
  position: relative;
  overflow: hidden;
}
.philosophy-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 60%;
  background: none center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
}
@media (max-width: 767px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
  .phil-main {
    grid-column: 1;
    grid-row: auto;
  }
  .phil-value {
    grid-column: 1;
    grid-row: auto;
  }
}
.phil-card {
  background: #111009;
  padding: 2.8rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.phil-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(210, 155, 60, 0.5), transparent);
}
.phil-main {
  grid-column: 1;
  grid-row: 1/3;
  background: #0f0e0b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.phil-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background: none center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
.phil-value {
  grid-column: 2;
  grid-row: 2;
}
.phil-tag {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  color: rgba(210, 155, 60, 0.65);
  margin-bottom: 1.2rem;
}
.phil-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.7;
  color: #fff;
}
.phil-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.8;
  color: #fff;
  margin-bottom: 1rem;
}
.phil-body {
  font-size: 1rem;
  line-height: 2.1;
  color: #fff;
}

/* Philosophy 上段 */
.phil-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
.phil-top-text {
  background: #0f0e0b;
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(210, 155, 60, 0.3);
}
.phil-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.7;
  color: #fff;
  margin: 0.8rem 0 1.5rem;
}
.phil-top-body {
  font-size: 0.78rem;
  line-height: 2.1;
  color: #fff;
}
.phil-top-img {
  overflow: hidden;
  min-height: 360px;
}
.phil-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Philosophy 下段 3列 */
.phil-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 1023px) {
  .phil-top {
    grid-template-columns: 1fr;
  }
  .phil-top-img {
    min-height: 260px;
  }
  .phil-three {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .phil-top-text {
    padding: 2.5rem 1.5rem;
  }
  .phil-three-card {
    padding: 2rem 1.5rem;
  }
}
.phil-three-card {
  background: #111009;
  padding: 2.5rem 2rem;
  border-top: 1px solid rgba(210, 155, 60, 0.2);
  position: relative;
}
.phil-three-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(210, 155, 60, 0.4), transparent);
}
.phil-three-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  line-height: 1.8;
  color: #fff;
  margin: 0.8rem 0 1.2rem;
}

/* ===== SERVICE ===== */
.service-sec {
  background: #0f0e0b;
  position: relative;
  overflow: hidden;
}
.service-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 50%;
  background: none center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.srv-card {
  background: #111009;
  padding: 3rem 2.8rem;
  border-top: 1px solid rgba(210, 155, 60, 0.15);
}
.srv-icon {
  margin-bottom: 1.5rem;
}
.srv-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 1rem;
}
.srv-body {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  margin-bottom: 1.5rem;
}
.srv-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.srv-list li {
  font-size: 1rem;
  color: #fff;
  padding-left: 1.2rem;
  position: relative;
}
.srv-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 4px;
  height: 1px;
  background: rgba(210, 155, 60, 0.5);
}

/* ===== PHOTO SLIDER ===== */
.slider-wrap {
  width: 100%;
  overflow: hidden;
  background: #0c0b09;
  padding: 0;
  position: relative;
}
.slider-wrap::before,
.slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.slider-wrap::before {
  left: 0;
  background: linear-gradient(to right, #0c0b09, transparent);
}
.slider-wrap::after {
  right: 0;
  background: linear-gradient(to left, #0c0b09, transparent);
}

.slider-track {
  display: flex;
  gap: 6px;
  width: max-content;
  animation: slideLoop 38s linear infinite;
}
.slider-track:hover {
  animation-play-state: paused;
}

@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slide-item {
  width: clamp(140px, 15vw, 200px);
  height: clamp(95px, 10vw, 135px);
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 写真プレースホルダー — 実写に差し替えOK */
.slide-item::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0.6rem;
  left: 0.8rem;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  color: #fff;
}
.s1 {
  background: linear-gradient(145deg, #1a0e05, #3d1f08);
}
.s1::before {
  content: "🍣";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}
.s2 {
  background: linear-gradient(145deg, #050f18, #0a2038);
}
.s2::before {
  content: "🥩";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}
.s3 {
  background: linear-gradient(145deg, #0d1a05, #1a3008);
}
.s3::before {
  content: "🦞";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}
.s4 {
  background: linear-gradient(145deg, #1a0508, #3d0a10);
}
.s4::before {
  content: "🍷";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}
.s5 {
  background: linear-gradient(145deg, #141008, #2d2010);
}
.s5::before {
  content: "🍜";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}
.s6 {
  background: linear-gradient(145deg, #050c18, #0a1830);
}
.s6::before {
  content: "🥗";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}
.s7 {
  background: linear-gradient(145deg, #180808, #300f0f);
}
.s7::before {
  content: "🍰";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}
.s8 {
  background: linear-gradient(145deg, #181005, #302010);
}
.s8::before {
  content: "🔥";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
}

/* ===== QUALITY ===== */
.quality-sec {
  background: #0f0e0b;
  padding: 6rem 2rem;
}
.quality-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.9;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 1.5rem 0 2rem;
}
.quality-body {
  font-size: 0.88rem;
  line-height: 2.3;
  color: #fff;
}

/* ===== ABOUT ===== */
.about-sec {
  background: #0c0b09;
  overflow: hidden;
  padding: 6rem 0 0;
}

/* 上段 */
.about-row--top {
  display: grid;
  grid-template-columns: 30% 1fr 28%;
  align-items: start;
  margin-bottom: 3rem;
}

/* 左写真 — 左端からはみ出す */
.about-photo--tl {
  margin-left: -2vw;
  height: 520px;
  aspect-ratio: 3/4;
}
/* 右写真 — 右端からはみ出す */
.about-photo--tr {
  margin-right: -2vw;
  height: 480px;
  aspect-ratio: 3/4;
  align-self: flex-start;
  margin-top: 2rem;
}

/* 中央テキスト */
.about-text-block {
  padding: 0 4rem;
}
.about-main-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.6;
  color: #fff;
  margin: 1rem 0 2.5rem;
}
.about-points {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-point {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.about-point:last-child {
  border-bottom: none;
}
.about-point-num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.3rem;
  color: rgba(210, 155, 60, 0.4);
  flex-shrink: 0;
  line-height: 1.4;
  min-width: 2rem;
}
.about-point-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0.4rem;
  letter-spacing: 0.04em;
}
.about-point-body {
  font-size: 0.74rem;
  line-height: 1.9;
  color: #fff;
}

/* 下段 */
.about-row--bottom {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  padding: 0 2vw;
  padding-bottom: 4rem;
}
/* 左下 — 小さめ縦長 */
.about-photo--bl {
  width: 16%;
  flex-shrink: 0;
  height: 200px;
  margin-left: 2vw;
}
/* 中下 — 中サイズ横長 */
.about-photo--bm {
  width: 22%;
  flex-shrink: 0;
  height: 160px;
  margin-bottom: 2rem;
}
/* 右下 — 大きめ */
.about-photo--br {
  width: 36%;
  flex-shrink: 0;
  height: 280px;
  margin-left: auto;
  margin-right: -2vw;
}

.about-photo-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}
.about-photo {
  overflow: hidden;
  border-radius: 2px;
}

@media (max-width: 1023px) {
  .about-row--top {
    grid-template-columns: 1fr;
  }
  .about-photo--tl,
  .about-photo--tr {
    display: none;
  }
  .about-text-block {
    padding: 0 2rem;
  }
  .about-row--bottom {
    flex-wrap: wrap;
  }
  .about-photo--bl,
  .about-photo--bm,
  .about-photo--br {
    width: 45%;
    height: 160px;
    margin: 0;
  }
}

/* ===== STORY ===== */
.story-sec {
  background: #0c0b09;
  padding: 6rem 2rem;
}
.story-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 1.5rem 0 2rem;
}
.story-body {
  font-size: 0.88rem;
  line-height: 2.3;
  color: #fff;
}

/* ===== PRICE ===== */
.price-sec {
  background: #0c0b09;
}
.price-lead {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
/* ===== PRICE 2CARD ===== */
.price-2grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 1rem;
}
.price-2card {
  background: #111009;
  padding: 3rem 2.8rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  transition: background 0.4s;
}
.price-2card:hover {
  background: #141310;
}
.price-2card--monthly {
  border-top: 2px solid rgba(210, 155, 60, 0.45);
}
.price-2tag {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.price-2name {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}
.price-2desc {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.price-2body {
  margin: 2rem 0;
}
.price-2amount {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.price-2from {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: #fff;
  line-height: 1;
}
.price-2unit {
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.price-2list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.price-2list li {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  padding-left: 1.1rem;
  position: relative;
}
.price-2list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 1px;
  background: rgba(210, 155, 60, 0.5);
}
.price-2link {
  display: inline-block;
  margin-top: auto;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: rgba(210, 155, 60, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 155, 60, 0.25);
  padding-bottom: 0.3rem;
  transition: all 0.3s;
  align-self: flex-start;
}
.price-2link:hover {
  color: rgba(210, 155, 60, 1);
  border-color: rgba(210, 155, 60, 0.6);
}
@media (max-width: 767px) {
  .price-2grid {
    grid-template-columns: 1fr;
  }
  .price-2card {
    padding: 2.2rem 1.6rem;
  }
  .price-2from {
    font-size: 2.2rem;
  }
}

/* ===== FLOW ===== */
.flow-sec {
  background: #0f0e0b;
}
.flow-lead {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  margin-top: -1.5rem;
  margin-bottom: 3.5rem;
}
.flow-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.flow-step {
  flex: 1;
  padding: 2rem 1.5rem;
  background: #111009;
  position: relative;
}
.flow-connector {
  width: 2px;
  flex-shrink: 0;
  align-self: stretch;
  background: linear-gradient(to bottom, rgba(210, 155, 60, 0.15), rgba(210, 155, 60, 0.3), rgba(210, 155, 60, 0.15));
  display: none;
}
.flow-step-num {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: rgba(210, 155, 60, 0.2);
  line-height: 1;
  margin-bottom: 1rem;
}
.flow-step-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 0.7rem;
  letter-spacing: 0.05em;
}
.flow-step-text {
  font-size: 1rem;
  line-height: 1.9;
  color: #fff;
}
.flow-step::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: rgba(210, 155, 60, 0.3);
  z-index: 1;
}
.flow-step:last-child::after {
  display: none;
}

@media (max-width: 1023px) {
  .price-grid {
    grid-template-columns: 1fr;
  }
  .flow-steps {
    flex-direction: column;
    gap: 2px;
  }
  .flow-step::after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(-50%);
  }
  .flow-step {
    padding: 1.8rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .flow-steps {
    gap: 2px;
  }
  .flow-step::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .price-note {
    flex-direction: column;
    align-items: flex-start;
  }
  .flow-step {
    padding: 1.5rem 1.2rem;
  }
}

/* ===== PARALLAX DIVIDER ===== */
.px-divider {
  position: relative;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-divider__bg {
  position: absolute;
  inset: -30% 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  will-change: transform;
}
@supports (-webkit-overflow-scrolling: touch) {
  .px-divider__bg {
    background-attachment: scroll;
    inset: 0;
  }
}
.px-divider__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 9, 7, 0.45);
  z-index: 1;
}
.px-divider__text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
}
.px-divider__text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #fff;
}
.px-divider__text small {
  display: block;
  margin-top: 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  color: #fff;
}

/* placeholder bg — 写真差し替え後は background-image:url() に */
.pxbg-1 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/04/R57S2236-Edit-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-2 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2024/09/R-0075-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-3 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/03/T-0099-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-4 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/04/T-0213-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-5 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/03/%E9%88%B4%E6%9C%A8%E9%BE%8D%E4%B9%8B%E4%BB%8B-%E3%83%9D%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%AA%E3%82%AA1-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}

/* ===== ABOUT REP ===== */
.about-rep-sec {
  background: #0f0e0b;
  position: relative;
  overflow: hidden;
}
.about-rep-sec::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 45%;
  height: 120%;
  background: none center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
.about-rep-inner {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 5rem;
  align-items: center;
}
.about-rep-placeholder {
  aspect-ratio: 3/4;
  background: #111009;
  border: 1px solid rgba(210, 155, 60, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #fff;
}
.about-rep-name {
  font-size: 1rem;
  line-height: 2.2;
  color: #fff;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
}
.about-rep-name strong {
  color: #fff;
  font-weight: 400;
}
.about-rep-body {
  font-size: 1rem;
  line-height: 2.2;
  color: #fff;
  margin-bottom: 2rem;
}
.about-rep-link {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: rgba(210, 155, 60, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 155, 60, 0.25);
  padding-bottom: 0.3rem;
  transition: color 0.3s, border-color 0.3s;
}
.about-rep-link:hover {
  color: rgba(210, 155, 60, 1);
  border-color: rgba(210, 155, 60, 0.6);
}
@media (max-width: 767px) {
  .about-rep-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ===== PARALLAX DIVIDER ===== */
.px-divider {
  position: relative;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-divider__bg {
  position: absolute;
  inset: -30% 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  will-change: transform;
}
@supports (-webkit-overflow-scrolling: touch) {
  .px-divider__bg {
    background-attachment: scroll;
    inset: 0;
  }
}
.px-divider__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 9, 7, 0.45);
  z-index: 1;
}
.px-divider__text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
}
.px-divider__text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #fff;
}
.px-divider__text small {
  display: block;
  margin-top: 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  color: #fff;
}

/* placeholder bg — 写真差し替え後は background-image:url() に */
.pxbg-1 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/04/R57S2236-Edit-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-2 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2024/09/R-0075-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-3 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/03/T-0099-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-4 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/04/T-0213-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}
.pxbg-5 {
  background-image: url("https://photoryutopia.site/wp-content/uploads/2026/03/%E9%88%B4%E6%9C%A8%E9%BE%8D%E4%B9%8B%E4%BB%8B-%E3%83%9D%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%AA%E3%82%AA1-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0c0b09;
}

/* ===== ABOUT REP ===== */
.about-rep-sec {
  background: #0f0e0b;
  position: relative;
  overflow: hidden;
}
.about-rep-sec::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 45%;
  height: 120%;
  background: none center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
.about-rep-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: center;
  border-top: 1px solid #fff;
  padding-top: 3rem;
}
.about-rep-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  line-height: 1.9;
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: 0.06em;
}
.about-rep-body {
  font-size: 1rem;
  line-height: 2.2;
  color: #fff;
  margin-bottom: 1rem;
}
.about-rep-link {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: rgba(210, 155, 60, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 155, 60, 0.25);
  padding-bottom: 0.3rem;
  transition: color 0.3s, border-color 0.3s;
}
.about-rep-link:hover {
  color: rgba(210, 155, 60, 1);
  border-color: rgba(210, 155, 60, 0.6);
}
@media (max-width: 767px) {
  .about-rep-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-rep-heading {
    font-size: 1.3rem;
  }
}

/* ===== WORKS ===== */
.works-sec {
  background: #0f0e0b;
  padding-bottom: 0;
}
.logo-slider-wrap {
  width: 100%;
  overflow: hidden;
  padding: 3rem 0;
  position: relative;
}
.logo-slider-wrap::before,
.logo-slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.logo-slider-wrap::before {
  left: 0;
  background: linear-gradient(to right, #0f0e0b, transparent);
}
.logo-slider-wrap::after {
  right: 0;
  background: linear-gradient(to left, #0f0e0b, transparent);
}
.logo-slider-track {
  display: flex;
  gap: 6px;
  width: max-content;
  animation: logoLoop 35s linear infinite;
}
.logo-slider-track:hover {
  animation-play-state: paused;
}
@keyframes logoLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-slide-item {
  width: clamp(140px, 15vw, 200px);
  height: clamp(95px, 10vw, 135px);
  flex-shrink: 0;
  border-radius: 2px;
  background: #111009;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slide-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.logo-slide-text strong {
  display: block;
  font-size: clamp(0.75rem, 1.2vw, 0.95rem);
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.logo-slide-text small {
  display: block;
  font-size: clamp(0.5rem, 0.8vw, 0.62rem);
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
}

/* ===== CONTACT ===== */
.contact-sec {
  background: #0c0b09;
  border-top: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.contact-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
.contact-inner {
  text-align: center;
}
.contact-title {
  margin-bottom: 1rem;
}
.contact-sub {
  font-size: 1rem;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 2.5rem;
}
.contact-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.btn-primary {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  background: rgba(210, 155, 60, 0.12);
  border: 1px solid rgba(210, 155, 60, 0.4);
  color: rgba(210, 155, 60, 0.85);
  text-decoration: none;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  transition: all 0.4s;
}
.btn-primary:hover {
  background: rgba(210, 155, 60, 0.22);
  color: #fff;
}
.btn-secondary {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  transition: all 0.4s;
}
.btn-secondary:hover {
  border-color: #fff;
  color: #fff;
}
.contact-note {
  font-size: 0.6rem;
  color: #fff;
  letter-spacing: 0.15em;
}

/* ===== FOOTER ===== */
footer {
  background: #080807;
  border-top: 1px solid #fff;
  padding: 2rem 2.5rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-logo {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer-copy {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: #fff;
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ===== GREETING ===== */
.greeting-sec {
  background: #0c0b09;
}

.greeting-top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}
.greeting-photo {
  width: 280px;
  height: 360px;
  overflow: hidden;
  border-radius: 2px;
  flex-shrink: 0;
}
.greeting-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.greeting-name-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.5rem;
}
.greeting-company {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.35);
  display: block;
  margin-bottom: 0.3rem;
}
.greeting-position {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: rgba(210, 155, 60, 0.55);
  display: block;
  margin-bottom: 1rem;
}
.greeting-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.greeting-name-roman {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.22);
  display: block;
}
.greeting-body {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2.5rem;
  max-width: 780px;
}
.greeting-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.8;
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.greeting-text {
  font-size: 0.82rem;
  line-height: 2.3;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .greeting-top {
    grid-template-columns: 160px 1fr;
    gap: 1.5rem;
  }
  .greeting-photo {
    width: 160px;
    height: 210px;
  }
}

/* ===== COMPANY PAGE テキスト統一 ===== */

/* セクションラベル共通（— Representative など） */
.greeting-sec .sec-label,
.philosophy-sec .sec-label,
.company-sec .sec-label,
.contact-sec .sec-label {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.12em;
  color: rgba(210, 155, 60, 0.55);
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}

/* セクションタイトル共通 */
.greeting-sec .sec-title,
.philosophy-sec .sec-title,
.company-sec .sec-title,
.contact-sec .sec-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #fff;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.1em;
}

/* 代表挨拶 */
.greeting-company,
.greeting-position,
.greeting-name-roman {
  font-family: "Noto Sans JP", sans-serif;
}
.greeting-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: 0.15em;
}
.greeting-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
}
.greeting-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.83rem;
  line-height: 2.4;
}

/* 理念 */
.phil-tag {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  color: rgba(210, 155, 60, 0.7);
  display: inline-block;
  margin-bottom: 0.8rem;
}
.phil-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  line-height: 1.8;
  color: #fff;
  margin-bottom: 0.8rem;
}
.phil-body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.55);
}

/* 会社情報テーブル */
.info-table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: rgba(210, 155, 60, 0.6);
}
.info-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
}

/* Contact */
.contact-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #fff;
  margin-bottom: 1rem;
}
.contact-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 2;
  margin-bottom: 2rem;
}

/* ===== RESPONSIVE（整理版） ===== */

/* ---- タブレット (〜1023px) ---- */
@media (max-width: 1023px) {
  /* NAV */
  .nav-links {
    display: none;
  }
  .nav-sns {
    display: none;
  }
  .hamburger {
    display: flex;
  }

  /* セクション共通 */
  .sec {
    padding: 5rem 2rem;
  }
  .sec-title {
    font-size: 1.8rem;
  }
  .sec-label {
    font-size: 1rem;
  }

  /* Philosophy */
  .phil-top {
    grid-template-columns: 1fr;
  }
  .phil-top-img {
    min-height: 260px;
  }
  .phil-three {
    grid-template-columns: 1fr;
  }

  /* Service */
  .service-grid {
    grid-template-columns: 1fr;
  }

  /* About */
  .about-row--top {
    grid-template-columns: 1fr;
  }
  .about-photo--tl,
  .about-photo--tr {
    display: none;
  }
  .about-text-block {
    padding: 2rem 0;
  }
  .about-row--bottom {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .about-photo--bl,
  .about-photo--bm,
  .about-photo--br {
    width: 45%;
    height: 180px;
    margin: 0;
  }

  /* Price */
  .price-2grid {
    grid-template-columns: 1fr;
  }

  /* Flow */
  .flow-steps {
    flex-direction: column;
    gap: 0;
  }
  .flow-connector {
    display: none;
  }

  /* Greeting */
  .greeting-top {
    grid-template-columns: 200px 1fr;
    gap: 2rem;
  }
  .greeting-photo {
    width: 200px;
    height: 260px;
  }
  .greeting-name-block {
    height: 260px;
  }

  /* Logo slider */
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---- スマホ (〜767px) ---- */
@media (max-width: 767px) {
  /* 共通 */
  .sec {
    padding: 4rem 1.4rem;
  }
  .sec-title {
    font-size: 1.5rem;
  }
  .sec-label {
    font-size: 0.9rem;
  }
  body {
    font-size: 14px;
  }

  /* Nav */
  .nav-inner {
    padding: 0.8rem 1.4rem;
  }
  .nav-logo-img {
    height: 28px;
  }

  /* FV */
  .logo-kanji {
    font-size: 2.8rem;
  }
  .logo-catch {
    font-size: 0.75rem;
  }

  /* Philosophy */
  .phil-top-text {
    padding: 2rem 1.4rem;
  }
  .phil-title {
    font-size: 1.3rem;
  }
  .phil-three-card {
    padding: 1.8rem 1.4rem;
  }
  .phil-three-title {
    font-size: 0.88rem;
  }
  .phil-body {
    font-size: 0.78rem;
  }

  /* Service */
  .srv-title {
    font-size: 1.1rem;
  }
  .srv-body {
    font-size: 0.78rem;
  }
  .srv-list li {
    font-size: 0.72rem;
  }

  /* About */
  .about-main-title {
    font-size: 1.5rem;
  }
  .about-point-title {
    font-size: 0.85rem;
  }
  .about-point-body {
    font-size: 0.72rem;
  }
  .about-row--bottom {
    padding: 0 1rem 2rem;
  }
  .about-photo--bl,
  .about-photo--bm,
  .about-photo--br {
    width: 100%;
    height: 160px;
  }

  /* Price */
  .price-2card {
    padding: 2rem 1.4rem;
  }
  .price-2from {
    font-size: 1.6rem;
  }
  .price-2name {
    font-size: 1.1rem;
  }
  .price-2list li {
    font-size: 0.75rem;
  }

  /* Flow */
  .flow-step {
    padding: 1.5rem 0;
  }
  .flow-step-title {
    font-size: 0.88rem;
  }
  .flow-step-text {
    font-size: 0.75rem;
  }
  .flow-step-num {
    font-size: 1.2rem;
  }

  /* Greeting */
  .greeting-top {
    grid-template-columns: 140px 1fr;
    gap: 1.2rem;
  }
  .greeting-photo {
    width: 140px;
    height: 185px;
  }
  .greeting-name-block {
    height: 185px;
  }
  .greeting-name {
    font-size: 1.3rem;
  }
  .greeting-lead {
    font-size: 0.92rem;
  }
  .greeting-text {
    font-size: 0.78rem;
  }

  /* Contact */
  .contact-btns {
    flex-direction: column;
    align-items: center;
  }
  .btn-primary {
    font-size: 0.65rem;
    padding: 0.85rem 2rem;
  }

  /* Works / Logo */
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-slide-item {
    width: clamp(120px, 38vw, 160px);
    height: clamp(80px, 25vw, 110px);
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }
}

/* ==========================================
   レスポンシブ追加・調整用CSS
   ========================================== */

/* 画面はみ出し（横スクロール）の防止 */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* タブレット・スマホ全般 (1023px以下) */
@media screen and (max-width: 1023px) {
  /* ヘッダー周り */
  .nav-inner {
    padding: 0.8rem 1.5rem;
  }

  /* セクション余白 */
  .sec {
    padding: 5rem 1.5rem;
  }

  /* Philosophy 上段・下段の縦並び化 */
  .phil-top {
    grid-template-columns: 1fr;
  }
  .phil-top-img {
    min-height: 250px;
    max-height: 400px;
  }
  .phil-three {
    grid-template-columns: 1fr;
  }

  /* 代表メッセージ */
  .rep-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .rep-photo {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* スマートフォン (767px以下) */
@media screen and (max-width: 767px) {
  /* タイトルサイズ調整 */
  .sec-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .phil-title {
    font-size: 1.5rem;
  }

  /* 会社概要テーブルのスマホ対応 */
  .info-table,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100% !important;
  }
  .info-table tr {
    padding: 1rem 0;
  }
  .info-table th {
    padding: 0.4rem 0;
    white-space: normal;
    color: rgba(210, 155, 60, 0.9);
  }
  .info-table td {
    padding: 0.4rem 0 0.8rem;
  }

  /* ナビゲーションの固定表示調整 */
  .nav-links,
  .nav-sns {
    display: none;
  }
  .hamburger {
    display: flex;
  }

  /* パララックスディバイダーの高さ調整 */
  .px-divider {
    height: 35vh;
  }
  .px-divider__text p {
    font-size: 1.1rem;
  }
}
