/* ========================================
   micco | Illustration LP
   ダーク×みずいろ エディトリアルデザイン
   ======================================== */

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

:root {
  --dark: #0f1f2b;
  --dark-surface: #162736;
  --dark-border: #243a4d;
  --dark-muted: #5c8299;
  --light-bg: #f4f9fc;
  --surface: #ffffff;
  --sky: #7ec8e3;
  --sky-deep: #4aadcf;
  --sky-pale: #d8eef7;
  --sky-glow: rgba(126, 200, 227, 0.15);
  --accent: #e6a06a;
  --text-dark: #cddae4;
  --text-dark-muted: #7a9bae;
  --text: #1a2e3d;
  --text-sub: #3e5567;
  --text-muted: #6b8294;
  --border: #d6e5ee;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  font-family: "Zen Maru Gothic", "Hiragino Sans", sans-serif;
  color: var(--text);
  background: var(--dark);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}

.sp-only { display: none; }

/* --- ナビ --- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px;
  height: 72px;
  background: rgba(15, 31, 43, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background 0.3s ease;
}

.nav.scrolled {
  background: rgba(15, 31, 43, 0.92);
}

.nav-logo {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--sky);
  text-decoration: none;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  gap: 4px;
}

.nav-links a {
  font-size: 0.82rem;
  color: var(--text-dark-muted);
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
  color: #fff;
  background: rgba(126, 200, 227, 0.1);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-dark-muted);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* --- ヒーロー（ダーク） --- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 40px 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(126, 200, 227, 0.08) 0%, transparent 100%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(74, 173, 207, 0.05) 0%, transparent 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  color: var(--sky);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title {
  margin-bottom: 32px;
}

.hero-name {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1;
}

.hero-desc {
  font-size: 1rem;
  color: var(--text-dark-muted);
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.hero-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.hero-sns {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-dark-muted);
  text-decoration: none;
  padding: 12px 18px;
  min-height: 48px;
  border-radius: 50px;
  border: 1px solid var(--dark-border);
  background: rgba(22, 39, 54, 0.6);
  transition: all 0.2s ease;
  font-size: 0.8rem;
}

.hero-sns:hover {
  color: #fff;
  border-color: var(--sky);
  background: rgba(126, 200, 227, 0.08);
  transform: translateY(-2px);
}

.sns-label {
  font-size: 0.78rem;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero-scroll-text {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--dark-muted);
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll-line {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--sky), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.5); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

/* --- セクション共通 --- */
.section-num {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--border);
  line-height: 1;
  margin-bottom: 4px;
}

.section-num--light {
  color: var(--dark-border);
}

.section-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--sky-deep);
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-label--light {
  color: var(--sky);
}

/* --- About（ライト） --- */
.about {
  padding: 120px 0;
  background: var(--light-bg);
}

.about-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
}

.about-label-area {
  position: sticky;
  top: 100px;
}

.about-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.about-desc {
  font-size: 0.95rem;
  color: var(--text-sub);
  line-height: 2.2;
}

/* --- Works（ライト） --- */
.works {
  padding: 100px 0 120px;
  background: var(--surface);
}

.works-header {
  margin-bottom: 8px;
}

.works-lead {
  font-size: 0.95rem;
  color: var(--text-sub);
  margin-bottom: 40px;
}

.works-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.works-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 24px;
  min-height: 160px;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text);
  transition: all 0.25s ease;
  position: relative;
}

.works-card:hover {
  border-color: var(--sky-deep);
  box-shadow: 0 8px 32px rgba(74, 173, 207, 0.1);
  transform: translateY(-4px);
}

.works-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--sky-pale);
  color: var(--sky-deep);
}

.works-card-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.works-card-name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.works-card-handle {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.works-card-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--text-muted);
  transition: all 0.25s ease;
}

.works-card:hover .works-card-arrow {
  color: var(--sky-deep);
  transform: translate(3px, -3px);
}

/* --- Pricing（ダーク） --- */
.pricing {
  padding: 120px 0;
  background: var(--dark);
  color: var(--text-dark);
}

.pricing-header {
  margin-bottom: 64px;
}

.pricing-subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 0.04em;
}

.pricing-block {
  margin-bottom: 56px;
}

.pricing-cat {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sky);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--dark-border);
  margin-bottom: 0;
}

.pricing-items {
  /* nothing needed */
}

.pricing-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(36, 58, 77, 0.6);
}

.pricing-item-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
}

.pricing-item-name {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-dark);
}

.pricing-item-price {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.pricing-item-note {
  font-size: 0.84rem;
  color: var(--text-dark-muted);
  margin-top: 6px;
}

/* オプション */
.pricing-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.pricing-opt {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(36, 58, 77, 0.6);
  font-size: 0.9rem;
  color: var(--text-dark);
}

.pricing-opt span:last-child {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* 納品・注意 */
.pricing-footer {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--dark-border);
}

.pricing-meta h4 {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sky);
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}

.pricing-meta p,
.pricing-meta li {
  font-size: 0.88rem;
  color: var(--text-dark-muted);
  line-height: 2;
}

.pricing-meta ul {
  list-style: none;
}

.pricing-meta li {
  padding-left: 16px;
  position: relative;
}

.pricing-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dark-muted);
}

/* --- シミュレーター（ダーク内） --- */
.sim {
  margin-top: 64px;
  padding: 40px;
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: 20px;
}

.sim-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.sim-desc {
  font-size: 0.84rem;
  color: var(--text-dark-muted);
  margin-bottom: 32px;
}

.sim-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sim-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sim-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sky);
  letter-spacing: 0.06em;
}

/* セレクト */
.sim-select-wrap {
  position: relative;
}

.sim-select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--text-dark-muted);
  pointer-events: none;
}

.sim-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 14px 40px 14px 16px;
  background: var(--dark);
  border: 1px solid var(--dark-border);
  border-radius: 10px;
  color: var(--text-dark);
  font-family: inherit;
  font-size: 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.sim-select:focus {
  outline: none;
  border-color: var(--sky);
}

.sim-select option,
.sim-select optgroup {
  background: var(--dark);
  color: var(--text-dark);
}

/* チェックボックス */
.sim-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sim-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--dark);
  border: 1px solid var(--dark-border);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  user-select: none;
}

.sim-check:hover {
  border-color: rgba(126, 200, 227, 0.3);
}

.sim-check input {
  display: none;
}

.sim-check-box {
  width: 18px;
  height: 18px;
  border: 2px solid var(--dark-border);
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
}

.sim-check input:checked ~ .sim-check-box {
  background: var(--sky-deep);
  border-color: var(--sky-deep);
}

.sim-check input:checked ~ .sim-check-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sim-check input:checked ~ .sim-check-text {
  color: #fff;
}

.sim-check-text {
  font-size: 0.86rem;
  color: var(--text-dark-muted);
  transition: color 0.2s ease;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.sim-check-price {
  font-size: 0.76rem;
  color: var(--dark-muted);
}

/* カウンター */
.sim-counter {
  display: flex;
  align-items: center;
  gap: 0;
}

.sim-counter-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  border: 1px solid var(--dark-border);
  color: var(--text-dark);
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  font-family: inherit;
}

.sim-counter-btn:first-child {
  border-radius: 8px 0 0 8px;
}

.sim-counter-btn:nth-of-type(2) {
  border-radius: 0 8px 8px 0;
}

.sim-counter-btn:hover {
  background: rgba(126, 200, 227, 0.1);
  border-color: var(--sky);
  color: #fff;
}

.sim-counter-btn:active {
  background: rgba(126, 200, 227, 0.2);
}

.sim-counter-val {
  width: 48px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  border-top: 1px solid var(--dark-border);
  border-bottom: 1px solid var(--dark-border);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}

.sim-counter-label {
  margin-left: 12px;
  font-size: 0.84rem;
  color: var(--text-dark-muted);
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* 結果 */
.sim-result {
  margin-top: 32px;
  padding: 24px;
  background: rgba(126, 200, 227, 0.06);
  border: 1px solid rgba(126, 200, 227, 0.15);
  border-radius: 14px;
}

.sim-result-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.sim-result-label {
  font-size: 0.9rem;
  color: var(--text-dark-muted);
}

.sim-result-price {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.sim-result-note {
  font-size: 0.78rem;
  color: var(--dark-muted);
  margin-top: 8px;
  line-height: 1.7;
}

/* コピーボタン */
.sim-copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  background: transparent;
  border: 1px solid var(--dark-border);
  border-radius: 12px;
  color: var(--text-dark-muted);
  font-family: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sim-copy-btn:hover {
  border-color: var(--sky);
  color: #fff;
  background: rgba(126, 200, 227, 0.06);
}

.sim-copy-btn.copied {
  border-color: #5cb85c;
  color: #5cb85c;
  background: rgba(92, 184, 92, 0.06);
}

/* シミュレーターレスポンシブ */
@media (max-width: 768px) {
  .sim {
    padding: 28px 24px;
    margin-top: 48px;
  }

  .sim-checks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .sim {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .sim-title {
    font-size: 1.1rem;
  }

  .sim-result-price {
    font-size: 1.6rem;
  }

  .sim-result-row {
    flex-direction: column;
    gap: 4px;
  }
}

/* --- Contact（ライト） --- */
.contact {
  padding: 120px 0;
  background: var(--light-bg);
  text-align: center;
}

.contact-inner {
  max-width: 520px;
  margin: 0 auto;
}

.contact-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text);
  margin-top: 16px;
  margin-bottom: 12px;
}

.contact-text {
  font-size: 0.95rem;
  color: var(--text-sub);
  margin-bottom: 40px;
  line-height: 2;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 48px;
  background: var(--text);
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 60px;
  transition: all 0.25s ease;
  min-height: 60px;
}

.contact-btn:hover {
  background: var(--sky-deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(74, 173, 207, 0.25);
}

.contact-btn svg {
  flex-shrink: 0;
}

/* --- Footer（ダーク） --- */
.footer {
  padding: 48px 40px;
  background: var(--dark);
  border-top: 1px solid var(--dark-border);
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: var(--sky);
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer-links {
  display: flex;
  gap: 4px;
}

.footer-links a {
  font-size: 0.82rem;
  color: var(--text-dark-muted);
  text-decoration: none;
  padding: 8px 14px;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  font-size: 0.72rem;
  color: var(--dark-muted);
}

/* --- アニメーション --- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal:nth-child(4) { transition-delay: 0.3s; }

/* --- レスポンシブ --- */

@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }

  .nav {
    padding: 0 20px;
    height: 64px;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(15, 31, 43, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: stretch;
    padding: 8px 16px 16px;
    border-bottom: 1px solid var(--dark-border);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 16px;
    font-size: 0.9rem;
    color: var(--text-dark);
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: 8px;
  }

  .nav-toggle {
    display: flex;
  }

  .hero {
    padding: 100px 24px 80px;
    min-height: 85vh;
    min-height: 85svh;
  }

  .hero-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about {
    padding: 80px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-label-area {
    position: static;
    display: flex;
    align-items: baseline;
    gap: 12px;
  }

  .section-num {
    font-size: 2.5rem;
  }

  .about-heading {
    font-size: 1.3rem;
  }

  .about-heading br {
    display: none;
  }

  .works {
    padding: 80px 0;
  }

  .works-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .works-card {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    padding: 20px;
    gap: 16px;
  }

  .works-card-arrow {
    position: static;
  }

  .pricing {
    padding: 80px 0;
  }

  .pricing-header {
    margin-bottom: 48px;
  }

  .pricing-subtitle {
    font-size: 1.3rem;
  }

  .pricing-options {
    grid-template-columns: 1fr;
  }

  .pricing-footer {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pricing-item-head {
    flex-wrap: wrap;
    gap: 4px 16px;
  }

  .contact {
    padding: 80px 0;
  }

  .contact-heading {
    font-size: 1.3rem;
  }

  .contact-btn {
    padding: 18px 36px;
    font-size: 0.88rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .sp-only { display: inline; }

  .nav {
    padding: 0 16px;
    height: 56px;
  }

  .nav-logo {
    font-size: 1.05rem;
  }

  .nav-links {
    top: 56px;
  }

  .hero {
    padding: 80px 20px 60px;
  }

  .hero-label {
    font-size: 0.68rem;
    margin-bottom: 16px;
  }

  .hero-name {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .hero-desc {
    font-size: 0.9rem;
    line-height: 2;
  }

  .hero-links {
    margin-top: 32px;
    gap: 8px;
  }

  .hero-sns {
    padding: 10px 14px;
  }

  .about,
  .works,
  .pricing,
  .contact {
    padding: 64px 0;
  }

  .section-num {
    font-size: 2rem;
  }

  .about-heading {
    font-size: 1.15rem;
    line-height: 1.85;
  }

  .about-desc {
    font-size: 0.9rem;
  }

  .works-card {
    padding: 16px 18px;
  }

  .works-card-icon {
    width: 42px;
    height: 42px;
  }

  .pricing-subtitle {
    font-size: 1.15rem;
  }

  .pricing-item-name {
    font-size: 0.9rem;
  }

  .pricing-item-price {
    font-size: 1.1rem;
  }

  .contact-heading {
    font-size: 1.2rem;
  }

  .contact-text br {
    display: none;
  }

  .contact-btn {
    padding: 16px 32px;
    font-size: 0.86rem;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .footer {
    padding: 36px 20px;
  }
}

@media (max-width: 360px) {
  .hero-links {
    flex-direction: column;
    align-items: center;
  }

  .hero-sns {
    width: 100%;
    max-width: 180px;
    justify-content: center;
  }
}

/* タッチデバイス */
@media (hover: none) {
  .works-card:hover,
  .hero-sns:hover,
  .contact-btn:hover {
    transform: none;
    box-shadow: none;
  }

  .works-card:active {
    border-color: var(--sky-deep);
    background: var(--sky-pale);
  }

  .hero-sns:active {
    border-color: var(--sky);
    background: rgba(126, 200, 227, 0.1);
  }

  .contact-btn:active {
    background: var(--sky-deep);
  }
}
