@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
  scroll-behavior: auto; /* スムーズスクロールを無効化 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --ink: #0d0d0d;
  --paper: #f7f4ef;
  --cream: #ede9e1;
  --accent: #c8602a;
  --accent-op: #7e6d4c;
  --accent-light: #e8845a;
  --muted: #6b6560;
  --white: #ffffff;
  --border: rgba(13, 13, 13, 0.12);
  --section-pad: clamp(80px, 10vw, 140px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  font-weight: 300;
}

/* ─── NOISE TEXTURE OVERLAY ─── */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.4;
}

/* =========================
   Header
========================= */
.site-header {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  background: rgba(247, 244, 239, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .header-inner {
    width: 100%;
    padding: 0 16px;
    gap: 12px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header-logo a {
  display: inline-flex;
  align-items: center;
}
.header-logo img {
  display: block;
  width: 48px;
  height: auto;
}

.header-logo__text {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  white-space: nowrap;
}

/* =========================
   PC Navigation
========================= */
.pc-nav {
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.nav-links a:hover {
  color: var(--ink);
}

/* =========================
   Hamburger Button
========================= */
.hamburger-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1101;
  flex-shrink: 0;
}
.hamburger-menu span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  position: absolute;
  left: 9px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.hamburger-menu span:nth-child(1) {
  top: 14px;
}
.hamburger-menu span:nth-child(2) {
  top: 21px;
}
.hamburger-menu span:nth-child(3) {
  top: 28px;
}
.hamburger-menu.is-active span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.is-active span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

/* =========================
   SP Overlay
========================= */
.sp-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 13, 13, 0.24);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1050;
}
.sp-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* =========================
   SP Navigation
========================= */
.sp-nav {
  position: fixed;
  top: 60px;
  right: 0;
  width: min(78vw, 320px);
  height: calc(100dvh - 60px);
  background: rgba(247, 244, 239, 0.98);
  backdrop-filter: blur(16px);
  border-left: 1px solid var(--border);
  padding: 20px 24px 28px;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 1090;
}
.sp-nav.is-open {
  pointer-events: auto;
  transform: translateX(0);
}

.sp-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-nav__list li + li {
  margin-top: 14px;
}
.sp-nav__list a {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.sp-nav__list a:hover {
  color: var(--accent);
  padding-left: 6px;
}

/* メニュー表示中は背景スクロール停止 */
body.menu-open {
  overflow: hidden;
}

/* =========================
   Responsive
========================= */
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 16px;
  }
  .header-logo img {
    width: 42px;
  }
  .header-logo__text {
    font-size: 0.95rem;
  }
  .pc-nav {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sp-nav {
    display: none;
  }
}
/* ─── HERO ─── */
#hero {
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  #hero {
    height: min(62.962962963vw, 680px);
  }
}
@media (max-width: 767px) {
  #hero {
    width: 90%;
    max-width: 500px;
    padding: 85px 0 50px;
    display: block;
  }
}

.hero-left {
  background: var(--ink);
  width: 60%;
  padding: min(3.7037037037vw, 40px) min(5.5555555556vw, 60px) min(3.7037037037vw, 40px) min(3.7037037037vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .hero-left {
    justify-content: flex-end;
    width: 100%;
    height: min(229.3333333333vw, 1000px);
    min-height: 620px;
    padding: clamp(260px, 72vw, 320px) 20px 32px;
  }
}

.hero-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, var(--ink), transparent);
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero-left::after {
    display: none;
  }
}

.hero-tag {
  font-family: "Outfit", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-tag::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--accent);
  display: block;
}

.hero-h1 {
  font-family: "Shippori Mincho", serif;
  font-size: min(2.962962963vw, 32px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media (max-width: 767px) {
  .hero-h1 {
    font-size: min(6.9333333333vw, 26px);
    margin-bottom: 14px;
  }
}

.hero-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.9;
  max-width: 380px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .hero-sub {
    margin-bottom: 24px;
    font-size: min(3.7333333333vw, 14px);
  }
}

.hero-h1 em {
  font-style: italic;
  color: var(--accent-light);
  font-family: "DM Serif Display", serif;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.9;
  max-width: 380px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .hero-sub {
    margin-bottom: 30px;
    font-size: min(3.7333333333vw, 14px);
  }
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hero-btns {
    flex-direction: column;
    gap: min(5.3333333333vw, 20px);
  }
}

.btn-primary {
  background: var(--accent);
  color: var(--white);
  padding: 14px 32px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.25s, transform 0.2s;
  font-family: "Noto Sans JP", sans-serif;
}
.btn-primary:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
}

.btn-outline {
  width: min(18.5185185185vw, 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: min(1.4814814815vw, 16px);
  letter-spacing: 0.08em;
  background: var(--accent-op);
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .btn-outline {
    width: 100%;
    height: min(12vw, 45px);
    font-size: min(4.2666666667vw, 16px);
  }
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.hero-stats {
  position: absolute;
  bottom: 48px;
  left: clamp(40px, 6vw, 90px);
  display: flex;
  gap: 40px;
}

.stat-num {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}

.stat-num span {
  color: var(--accent);
  font-size: 1.2rem;
}

.stat-label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.hero-right {
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .hero-right {
    position: absolute;
    top: 120px;
    top: min(32vw, 120px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 50px);
    z-index: 2;
    pointer-events: none;
  }
}
.hero-right .image {
  width: min(39.8148148148vw, 430px);
  position: absolute;
  left: min(-3.7037037037vw, -40px);
  top: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  .hero-right .image {
    padding-top: min(2.6666666667vw, 10px);
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    height: auto;
  }
}
@media (min-width: 768px) {
  .hero-right .image-Sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-right .image-Sp {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    height: auto;
  }
}

.hero-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(30%) contrast(1.1);
  transform: scale(1.05);
  transition: transform 8s ease;
}
@media (max-width: 767px) {
  .hero-right img {
    display: block;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero-right:hover img {
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-area-badge {
  width: 95%;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: rgba(247, 244, 239, 0.92);
  backdrop-filter: blur(12px);
  padding: 16px 24px;
  padding: min(1.4814814815vw, 16px) min(2.2222222222vw, 24px);
  border-left: 3px solid var(--accent);
}
@media (max-width: 767px) {
  .hero-area-badge {
    bottom: -140px;
    display: none;
  }
}

.hero-area-badge p {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.hero-area-badge strong {
  font-size: min(1.3888888889vw, 15px);
  font-weight: 500;
  color: var(--ink);
}

/* ─── SECTION COMMON ─── */
section {
  padding: var(--section-pad) clamp(24px, 6vw, 100px);
}

.section-label {
  font-family: "Outfit", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-label::after {
  content: "";
  flex: 1;
  max-width: 48px;
  height: 1px;
  background: var(--accent);
}

.section-h2 {
  font-family: "Shippori Mincho", serif;
  font-size: min(3.7037037037vw, 40px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-h2 {
    font-size: min(6.4vw, 24px);
  }
}

.section-lead {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.9;
  max-width: 560px;
}

/* ─── WORKS ─── */
#works {
  background: var(--ink);
  color: var(--white);
}
@media (max-width: 767px) {
  #works .works-wrap {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}

#works .section-h2 {
  color: var(--white);
}

#works .section-lead {
  color: rgba(255, 255, 255, 0.5);
}

.works-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  margin-bottom: min(2.7777777778vw, 30px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.works-header .section-label {
  color: var(--accent-light);
}

.works-header .section-label::after {
  background: var(--accent-light);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .works-grid {
    gap: 40px;
  }
}

.work-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  background: #1a1a1a;
}
.work-card .image img {
  width: 100%;
}

.work-card-inner {
  width: 100%;
  height: 100%;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: transform 0.5s ease;
  position: relative;
}

.work-card:hover .work-card-inner {
  transform: scale(1.04);
}

.work-info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(13, 13, 13, 0.95) 0%, transparent 100%);
  padding: 40px 24px 24px;
  transition: transform 0.35s ease;
  width: 100%;
}

.work-card:hover .work-info {
  transform: translateY(0);
}

.work-cat {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
  font-family: "Outfit", sans-serif;
}

.work-title {
  display: inline-block;
  border-bottom: solid #fff 1px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}

.work-num {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 16px;
  left: 16px;
}

/* dummy work colors */
.wc-1 {
  background: #d4c5b2;
}

.wc-2 {
  background: #b8ccd4;
}

.wc-3 {
  background: #c4d4b8;
}

.wc-4 {
  background: #d4b8c4;
}

.wc-5 {
  background: #d4d0b8;
}

.wc-6 {
  background: #b8c4d4;
}

/* ─── SERVICES ─── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1a1a1a;
  --paper: #ffffff;
  --cream: #f8f6f2;
  --muted: #888;
  --border: #e5e5e5;
  --accent: #c8a96e;
  --badge-light: #e8f4e8;
  --badge-light-text: #2d7a2d;
  --badge-dark: #1a1a1a;
  --badge-dark-text: #ffffff;
}

body {
  font-family: "Shippori Mincho", serif;
  background: var(--cream);
  color: var(--ink);
}

/* ─── SECTION WRAPPER ─── */
#services {
  background: var(--paper);
  padding: 100px 40px;
}

.services-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ─── SECTION HEADER ─── */
.services-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .services-header {
    margin-bottom: 30px;
  }
}

.services-header h2 {
  font-family: "Shippori Mincho", serif;
  font-size: min(3.7037037037vw, 40px);
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .services-header h2 {
    font-size: min(6.4vw, 24px);
  }
}

.services-header p {
  font-size: 0.82rem;
  color: var(--muted);
}

/* ─── CATEGORY BLOCK ─── */
.plan-category {
  margin-bottom: 40px;
}

.plan-category-title {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  padding: 14px 0 14px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

/* ─── PLAN CARDS GRID ─── */
.plan-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.plan-cards.single {
  grid-template-columns: 1fr;
}

.plan-card {
  border: 1px solid var(--border);
  padding: 28px 28px 24px;
  background: var(--paper);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.25s;
}

.plan-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

/* ─── BADGE ─── */
.plan-badge {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 4px;
}

.plan-badge.light {
  background: var(--badge-light);
  color: var(--badge-light-text);
}

.plan-badge.dark {
  background: var(--badge-dark);
  color: var(--badge-dark-text);
}

/* ─── PLAN NAME & PRICE ─── */
.plan-name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}

.plan-price {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}

.plan-price span {
  font-size: 0.85rem;
  font-weight: 400;
}

/* ─── DESCRIPTION ─── */
.plan-desc {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.85;
}

/* ─── FEATURES LIST ─── */
.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.plan-features li {
  font-size: 0.78rem;
  color: var(--ink);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

/* ─── ADD-ON NOTE ─── */
.plan-addon {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.7;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

/* ─── SIMPLE LIST CATEGORY (デザイン制作など) ─── */
.plan-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
}

.plan-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}

.plan-list-row:last-child {
  border-bottom: none;
}

.plan-list-row:hover {
  background: var(--cream);
}

.plan-list-name {
  font-size: 0.88rem;
  font-weight: 600;
}

.plan-list-price {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}

.plan-list-note {
  font-size: 0.72rem;
  color: var(--muted);
  padding: 10px 24px 14px;
  background: var(--cream);
}

/* ─── CTA FOOTER ─── */
.services-cta {
  margin-top: 60px;
  text-align: center;
  padding: 36px;
  background: var(--cream);
  border: 1px solid var(--border);
}

.services-cta p {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 20px;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  width: min(19.4444444444vw, 210px);
  font-family: "Outfit", sans-serif;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  letter-spacing: 0.06em;
  background: var(--accent);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-primary {
    width: 100%;
    font-size: min(4.2666666667vw, 16px);
  }
}

.btn-primary:hover {
  background: #333;
}

.btn-secondary {
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 14px 32px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: 100%;
  }
}

.btn-secondary:hover {
  background: var(--cream);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 767px) {
  #services {
    padding: 60px 20px;
  }
  .plan-cards {
    grid-template-columns: 1fr;
  }
  .plan-list-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
/* ─── ABOUT ─── */
/* ─── ABOUT ─── */
.about-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-grid {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
}

/* ─── IMAGE ─── */
.about-image-wrap {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .about-image-wrap {
    width: 100%;
  }
}

.about-avatar {
  width: 100%;
  height: 540px;
  height: min(50vw, 540px);
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-avatar {
    height: 500px;
    height: min(120vw, 450px);
  }
}

.about-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(13, 13, 13, 0.6));
}

.about-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: min(29.6296296296vw, 320px);
}
@media (max-width: 767px) {
  .about-avatar img {
    width: min(77.3333333333vw, 290px);
  }
}

.about-name-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--accent);
  color: var(--white);
  padding: min(2.2222222222vw, 24px) min(2.5925925926vw, 28px);
}
@media (max-width: 767px) {
  .about-name-card {
    bottom: -16px;
    right: 16px;
    padding: 16px 20px;
  }
}

.about-name-card .name {
  font-family: "Shippori Mincho", serif;
  font-size: min(2.037037037vw, 22px);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .about-name-card .name {
    font-size: min(4.8vw, 18px);
  }
}

.about-name-card .role {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

/* ─── CONTENT ─── */
.about-content {
  padding-top: 32px;
  width: 50%;
}
@media (max-width: 767px) {
  .about-content {
    width: 100%;
    padding-top: 0;
  }
}

.about-message {
  font-family: "Shippori Mincho", serif;
  font-size: 1.05rem;
  line-height: 2.1;
  color: var(--ink);
  margin-bottom: 32px;
  padding-left: 20px;
  border-left: 2px solid var(--accent);
}
@media (max-width: 767px) {
  .about-message {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}

.about-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.skill-badge {
  padding: 6px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  font-size: 0.78rem;
  color: var(--ink);
}

.about-area {
  font-size: 0.82rem;
  color: var(--muted);
  padding: 16px 20px;
  background: var(--white);
  border-left: 3px solid var(--ink);
}

/* ─── PC/SP 切り替え ─── */
.about-image-wrap--pc {
  display: block;
}
@media (max-width: 767px) {
  .about-image-wrap--pc {
    display: none;
  }
}

.about-image-wrap--sp {
  display: none;
}
@media (max-width: 767px) {
  .about-image-wrap--sp {
    display: block;
    margin: 12px 0 28px;
  }
}

/* ─── CONTACT ─── */
#contact {
  background-color: #fff;
  padding: 120px 0;
}

.contact-inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 min(3.7037037037vw, 40px);
}

.contact-inner .section-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-inner .section-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: var(--accent);
  opacity: 0.7;
}

.contact-inner .section-h2 {
  margin-bottom: 48px;
  line-height: 1.35;
}

.contact-wrap {
  display: flex;
  gap: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  .contact-wrap {
    flex-direction: column;
    gap: min(5.3333333333vw, 20px);
  }
}

.contact-options {
  max-width: 520px;
}
.contact-options .c-right-chaild {
  margin-top: 20px;
}
.contact-options .c-right-chaild .c-point {
  font-size: min(1.8518518519vw, 20px);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-options .c-right-chaild .c-point {
    font-size: min(4.2666666667vw, 16px);
  }
}

.contact-item + .contact-item {
  margin-top: 28px;
}

.contact-item--line:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* ボタン共通 */
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  padding: 20px 24px;
  text-decoration: none;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.contact-btn-icon {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
}

.contact-btn-text {
  flex: 1;
}

.contact-btn-text strong {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  letter-spacing: 0.03em;
}

.contact-btn-arrow {
  flex-shrink: 0;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* メインCTA：メール */
.contact-btn--primary {
  color: var(--ink);
  background: #c8a96e;
}

.contact-btn--primary:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.contact-btn--primary:hover .contact-btn-arrow {
  transform: translateX(4px);
}

/* サブCTA：LINE */
.contact-btn--secondary:hover .contact-btn-arrow {
  transform: translateX(4px);
}

/* ボタン下の補足 */
.contact-under {
  display: block;
  margin-top: 10px;
  padding-left: 4px;
  font-size: min(1.2962962963vw, 14px);
  line-height: 1.8;
  color: var(--muted);
}

/* 電話 */
.contact-tel {
  margin-top: 28px;
  margin-top: min(2.5925925926vw, 28px);
  font-size: 20px;
  font-size: min(1.8518518519vw, 20px);
  color: var(--ink);
}
@media (max-width: 767px) {
  .contact-tel {
    margin-top: min(8vw, 30px);
  }
}

.c-tel {
  font-size: min(4.6296296296vw, 50px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-tel {
    font-size: min(10.6666666667vw, 40px);
  }
}

.contact-tel a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}

.contact-tel a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* ─── SP ─── */
@media (max-width: 767px) {
  #contact {
    padding: 80px 0;
  }
  .contact-inner {
    padding: 0 20px;
  }
  .contact-inner .section-h2 {
    margin-bottom: 32px;
  }
  .contact-options {
    max-width: 100%;
  }
  .contact-btn {
    min-height: 64px;
    padding: 18px 18px;
    gap: 14px;
  }
  .contact-btn-text strong {
    font-size: 0.95rem;
  }
  .contact-under {
    font-size: 0.82rem;
    line-height: 1.7;
  }
  .contact-tel {
    font-size: 0.9rem;
  }
}
/* ─── FOOTER ─── */
footer {
  background: #080808;
  padding: 32px clamp(24px, 6vw, 100px);
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  footer .footer-left {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.footer-logo {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.08em;
  display: block;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: min(5.3333333333vw, 20px);
    text-align: left;
  }
}

.footer-logo span {
  color: var(--accent);
}

.footer-links {
  display: flex;
  gap: 28px;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
    gap: 5px;
  }
}
.footer-links li {
  text-align: left;
}

.footer-links a {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-copy {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}

.footer-sns img {
  width: 100%;
  opacity: 0.6;
}

/* ─── SCROLL ANIMATIONS ─── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 少しずつ遅れて出る */
.fade-up:nth-child(2) {
  transition-delay: 0.12s;
}

.fade-up:nth-child(3) {
  transition-delay: 0.24s;
}

.fade-up:nth-child(4) {
  transition-delay: 0.36s;
}

.fade-up:nth-child(5) {
  transition-delay: 0.48s;
}

.fade-up:nth-child(6) {
  transition-delay: 0.6s;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 767px) {
  #hero {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .hero-left {
    padding-top: 100px;
    width: 100%;
  }
  .problem-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .problem-grid,
  .about-grid {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .strengths-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .strengths-grid {
    grid-template-columns: 1fr;
  }
  .works-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-layout {
    grid-template-columns: 1fr;
  }
  .services-sticky {
    position: static;
  }
  .nav-links {
    display: none;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
}
footer {
  background: #080808;
  padding: 48px clamp(24px, 6vw, 100px) 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* 右カラム：連絡先＋SNS */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer-right {
    align-items: center;
    width: 100%;
  }
}

/* 連絡先リスト */
.footer-contact {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-contact a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact a:hover {
  color: var(--accent);
}

.footer-contact__label {
  font-family: "Outfit", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: var(--accent);
  min-width: 36px;
}

/* SNSアイコン */
.footer-sns {
  display: flex;
  gap: 16px;
}
.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s, border-color 0.2s;
}
.footer-sns a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* コピーライト行 */
.footer-bottom {
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 560px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    gap: 24px;
  }
}
/*==#お問い合わせフォームデザイン==*/
.contact-options .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(37.037037037vw, 400px);
  height: 60px;
  background: #c8a96e;
  box-shadow: 4px 4px 4px #333;
}
@media (max-width: 767px) {
  .contact-options .contact-btn {
    width: auto;
    gap: 10px;
  }
}

.contact-under {
  margin-bottom: 20px;
  display: block;
}

.contact-inner__mail h2 {
  text-align: center;
  padding-top: 100px;
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo";
}

/* フォーム全体 */
.wpcf7 form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
}

/*お名前、メールアドレス、お電話番号、郵便番号*/
@media (max-width: 767px) {
  .contact-contents__item-input--text {
    margin-left: 0;
  }
}

/*電話はこちら文字*/
.is-style-section_ttl {
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo", "MS PGothic", sans-serif;
  color: #67ac35 !important;
}

/* ラベル（必須部分） */
.contact-contents__item--required label::after {
  content: " 必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 0.8rem;
  color: #fff;
  background: #e91e63;
  /* ピンク */
  border-radius: 4px;
}

/* 項目タイトル */
.contact-contents__item-title {
  font-weight: bold;
  margin-bottom: 6px;
}

/* 入力欄（テキスト、メール、電話） */
.contact-contents__item-input--text input,
.contact-contents__item-textarea textarea {
  width: min(74.0740740741vw, 800px);
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact-contents__item-input--text input,
  .contact-contents__item-textarea textarea {
    width: 100%;
    font-size: min(3.4666666667vw, 13px);
  }
}

/* フォーカス時 */
.contact-contents__item-input--text input:focus,
.contact-contents__item-textarea textarea:focus {
  border-color: #e91e63;
  /* ピンク枠 */
  outline: none;
  box-shadow: 0 0 5px rgba(233, 30, 99, 0.3);
}

/* テキストエリア高さ */
.contact-contents__item-textarea textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-contents__item--required .mass-area {
  margin-bottom: 20px;
}

/* お問い合わせ（post=16）のページヘッダータイトルを変更 */
body.page-id-16 h1.page-header-title,
body.page-id-16 .vk_pageHeader .vk_pageHeader_title {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-call {
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

/*お問い合わせ電話番号、赤色*/
.final-tel-link {
  font-size: 40px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Avenir", "Meiryo", "MS PGothic", sans-serif;
  display: block;
  text-align: center;
  color: red;
  line-height: 1.2;
}

@media (max-width: 599px) {
  .final-tel-link {
    font-size: 30px;
  }
}
/*==右下のTOPボタン==*/
@media (max-width: 767px) {
  .p-fixBtnWrap {
    bottom: 100px;
  }
  .c-fixBtn {
    width: 45px;
    height: 45px;
  }
}
/*post=27*/
.l-content {
  padding-top: 20px;
}

/*お問い合わせh1*/
.c-pageTitle__inner {
  font-size: 30px;
  color: #333;
}

@media (max-width: 599px) {
  .c-pageTitle__inner {
    font-size: 26px;
  }
}
/*受付時間インフォ*/
.final-call-time {
  text-align: center;
}

.u-mb-ctrl {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.wpcf7 form {
  width: 60%;
  background: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .wpcf7 form {
    width: 100% !important;
    padding: 0;
  }
}

.send .has-spinner {
  font-size: min(1.4814814815vw, 16px);
}
@media (max-width: 767px) {
  .send .has-spinner {
    font-size: min(4.2666666667vw, 16px);
  }
}

/*送信の下のマージン消す*/
.wpcf7.js {
  margin-bottom: 0;
}

/*お名前欄*/
.contact-contents-first {
  margin-top: 20px;
}

/*郵便番号枠*/
.zip-code {
  margin-bottom: 0 !important;
  width: 90%;
  margin-left: 40px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .zip-code {
    margin-left: 0;
    width: 100%;
  }
}

/*電話番号欄*/
.tel-box {
  margin-bottom: 10px;
}

.address1 {
  width: min(74.0740740741vw, 800px);
  width: 90%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .address1 {
    width: 100%;
    font-size: 13px;
    font-size: min(3.4666666667vw, 13px);
    margin-left: 0;
  }
}

/*市町村以下の下スペース*/
.address2 {
  width: 90%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s;
  margin-bottom: 1rem;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .address2 {
    width: 100%;
    margin-left: 0;
  }
}

.wpcf7-textarea {
  width: 95%;
  height: 300px;
  font-size: 1rem;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .wpcf7-textarea {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
}

/*送信ボタン*/
.has-spinner {
  width: 80%;
  height: min(4.6296296296vw, 50px);
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  background-color: red;
  text-align: center;
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 4px 4px 4px #333;
}

@media (max-width: 599px) {
  .has-spinner {
    width: 100%;
    height: min(13.3333333333vw, 50px);
  }
}
/*都道府県以下の入力エリア*/
button,
input,
select,
textarea {
  width: 100%;
}

.home-btn {
  text-align: center;
  margin-bottom: 20px;
}

/* =========================
   Works Detail Page Only
========================= */
.works-detail {
  --ink: #0d0d0d;
  --paper: #f7f4ef;
  --cream: #ede9e1;
  --accent: #c8602a;
  --muted: #6b6560;
  --white: #ffffff;
  --border: rgba(13,13,13,0.1);
}

/* resetは付けない方が安全 */
.works-detail * {
  box-sizing: border-box;
}

/* =========================
   NAV
========================= */
.works-detail nav {
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.works-detail .nav-logo {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
}

.works-detail .nav-logo span {
  color: var(--accent);
}

.works-detail .nav-back {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-decoration: none;
}

.works-detail .nav-back:hover {
  color: var(--accent);
}

/* =========================
   MAIN
========================= */
.works-detail main {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* 左 */
.works-detail .pane-image-wrap {
  background: #000;
  display: flex;
  justify-content: end;
}

.works-detail .pane-image {
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px 40px 30px;
  padding: min(3.7037037037vw, 40px) min(7.4074074074vw, 80px) min(3.7037037037vw, 40px) min(2.7777777778vw, 30px);
  position: relative;
}

.works-detail .pane-image::before {
  content: "WORKS";
  position: absolute;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 140px;
  color: rgba(255, 255, 255, 0.03);
  bottom: -20px;
  left: -10px;
}
@media (max-width: 767px) {
  .works-detail .pane-image::before {
    display: none;
  }
}

.works-detail .pane-image img {
  width: 100%;
  width: min(46.2962962963vw, 500px);
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767px) {
  .works-detail .pane-image img {
    width: 340px;
    width: min(90.6666666667vw, 340px);
  }
}

/* 右 */
.works-detail .pane-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
  padding: min(3.7037037037vw, 40px) min(5.5555555556vw, 60px);
  gap: 20px;
  max-width: 800px;
}

/* パンくず */
.works-detail .breadcrumb {
  display: flex;
  gap: 8px;
  font-size: 0.68rem;
  color: var(--muted);
}

.works-detail .breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.works-detail .breadcrumb a:hover {
  color: var(--accent);
}

/* タイトル */
.works-detail h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-size: min(2.962962963vw, 32px);
  border-left: 3px solid var(--accent);
  padding-left: 20px;
}
@media (max-width: 767px) {
  .works-detail h1 {
    font-size: min(8vw, 30px);
  }
}

/* タグ */
.works-detail .tags {
  display: flex;
  gap: 8px;
}

.works-detail .tag {
  font-size: 0.68rem;
  padding: 5px 14px;
  border: 1px solid var(--border);
}

.works-detail .tag.accent {
  background: var(--accent);
  color: var(--white);
}

/* 説明 */
.works-detail .desc {
  font-size: min(1.2962962963vw, 14px);
  line-height: 1.4;
  padding: 20px;
  background: var(--cream);
}
@media (max-width: 767px) {
  .works-detail .desc {
    font-size: min(3.7333333333vw, 14px);
  }
}

/* メタ */
.works-detail .meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.works-detail .meta-item {
  background: var(--paper);
  padding: 10px;
  padding: min(0.9259259259vw, 10px);
}
@media (max-width: 767px) {
  .works-detail .meta-item {
    font-size: min(3.7333333333vw, 14px);
  }
}

/* CTA */
.works-detail .cta-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  padding: 12px 28px;
  text-decoration: none;
  text-align: center;
}

.works-detail .cta-btn:hover {
  background: var(--ink);
}

.url-jump {
  margin-bottom: 10px;
}
.url-jump a {
  border-bottom: solid #666 1px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
  .works-detail main {
    grid-template-columns: 1fr;
    margin-top: 5px;
  }
  .works-detail .pane-image {
    height: 70vw;
    width: 100%;
    justify-self: center;
    padding: 30px 0 30px;
  }
  .works-detail .pane-info {
    padding: min(8.5333333333vw, 32px) min(5.3333333333vw, 20px);
    width: 95%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */