/* フッター テキスト改行切替 */
.footer-pc-only { display: inline; }
.footer-sp-only { display: none; }
@media (max-width: 768px) {
  .footer-pc-only { display: none !important; }
  .footer-sp-only { display: inline !important; }
}
@media (max-width: 735px) {
  .campaign-card {
    width: 100px !important;
    max-width: 80vw !important;
    box-sizing: border-box;
    margin-bottom: 16px !important;
  }
}
/* ==== Mobile: full-bleed carousel (flush to the left/right) ==== */
@media (max-width: 735px) {
  /* 1) 余白を相殺して全幅化（.container の左右1remを打ち消す） */
  .campaign-slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20% + 12px);
  }
  .campaign-track {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* 2) 矢印をオーバーレイで配置（パディング不要） */
  .campaign-prev, .campaign-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,.35);
    color: #fff;
    display: grid; place-items: center;
    z-index: 5;
  }
  .campaign-prev { left: 6px; }
  .campaign-next { right: 6px; }
  /* 3) カードがはみ出さない調整（保険） */
  .service-card,
  .campaign-card { margin: 0; }
}
@media (max-width: 768px) {
  .floating-buttons .btn {
    opacity: 0.8;
    background-color: rgba(255,173,43,0.92); /* お問い合わせ: オレンジ */
  }
  .floating-buttons .btn-line {
    background-color: rgba(6,199,85,0.92); /* LINE: グリーン */
  }
}
@media (max-width: 768px) {
  /* モノを売るページのCTAボタンを非表示＆空白詰め */
  .sell-cta-buttons {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 768px) {
  .header-top {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .header {
    min-height: 40px;
  }
}
@media (max-width: 768px) {
  .logo-img {
    width: 150% !important;
    height: auto !important;
    max-width: 150px;
  }
}
/* ナビゲーションバーを細く＆文字やや大きめ */
.main-nav {
  min-height: 25px;
}
.nav-links {
  min-height: 25px;
}
.nav-link {
  font-size: 0.85rem;
  padding: 0.18rem 0;
}
@media (max-width: 768px) {
  .main-nav {
    min-height: 22px;
  }
  .nav-link {
    font-size: 0.8rem;
    padding: 0.12rem 0;
  }
}
@media (max-width: 768px) {
  .phone-icon {
    width: 22px !important;
    height: 22px !important;
  }
}
@media (max-width: 768px) {
  /* フローティングボタンを完全な長方形に（角丸ゼロ） */
  .floating-buttons .btn {
    border-radius: 0.5rem !important;
  }
}
@media (max-width: 768px) {
  /* フローティングボタンを長方形に（角丸6px） */
  .floating-buttons .btn {
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  /* フローティングボタン右寄せ・丸み弱め */
  .floating-buttons {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 2000;
    display: flex;
    gap: 8px;
    width: auto;
    max-width: 95vw;
    pointer-events: none;
    justify-content: flex-end;
  }
  .floating-buttons .btn {
    flex: 0 0 auto;
    width: 120px;
    min-width: 0;
    max-width: 140px;
    height: 44px;
    min-height: 44px;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.13);
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    pointer-events: auto;
    transition: box-shadow 0.2s;
    border: none;
  }
  .floating-buttons .btn .btn-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .floating-buttons .btn .btn-text {
    width: 100%;
    text-align: center;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 0;
  }
  .floating-buttons .btn .btn-sub-text { display: none; }
  .floating-buttons .btn-primary {
    background: #ffad2b;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255,173,43,0.18), 0 2px 8px rgba(0,0,0,0.10);
  }
  .floating-buttons .btn-line {
    background: #06C755;
    color: #fff;
    box-shadow: 0 4px 16px rgba(6,199,85,0.18), 0 2px 8px rgba(0,0,0,0.10);
  }
  .floating-buttons .btn:active {
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  }
}
@media (max-width: 768px) {
  /* フローティングボタンを画像1枚目のように厳密調整 */
  .floating-buttons {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 2000;
    display: flex;
    gap: 8px;
    width: auto;
    max-width: 95vw;
    pointer-events: none;
  }
  .floating-buttons .btn {
    flex: 0 0 auto;
    width: 120px;
    min-width: 0;
    max-width: 140px;
    height: 44px;
    min-height: 44px;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 22px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.13);
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    pointer-events: auto;
    transition: box-shadow 0.2s;
    border: none;
  }
  .floating-buttons .btn .btn-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .floating-buttons .btn .btn-text {
    width: 100%;
    text-align: center;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 0;
  }
  .floating-buttons .btn .btn-sub-text { display: none; }
  .floating-buttons .btn-primary {
    background: #ffad2b;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255,173,43,0.18), 0 2px 8px rgba(0,0,0,0.10);
  }
  .floating-buttons .btn-line {
    background: #06C755;
    color: #fff;
    box-shadow: 0 4px 16px rgba(6,199,85,0.18), 0 2px 8px rgba(0,0,0,0.10);
  }
  .floating-buttons .btn:active {
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  }
}

/* PC版ではフローティングボタンを非表示 */
@media (min-width: 769px) {
  .floating-buttons {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* フローティングボタン右下寄せ・小さめ・ピル型・影付き */
  .floating-buttons {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 2000;
    display: flex;
    gap: 10px;
    width: auto;
    max-width: 95vw;
    pointer-events: none;
  }
  .floating-buttons .btn {
    flex: 0 0 auto;
    min-width: 92px;
    max-width: 140px;
    min-height: 38px;
    font-size: 0.98rem;
    border-radius: 9999px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.13);
    padding: 7px 16px;
    pointer-events: auto;
    transition: box-shadow 0.2s;
  }
  .floating-buttons .btn:active {
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  }
  .floating-buttons .btn .btn-content { gap: 4px; }
  .floating-buttons .btn .btn-text { font-size: 0.98rem; }
  .floating-buttons .btn .btn-sub-text { display: none; }
}
@media (max-width: 768px) {
  /* ヘッダー内のボタンを非表示 */
  .header .buttons-container { display: none !important; }

  /* 画面左下にフローティングボタン配置 */
  .floating-buttons {
    position: fixed;
    left: 12px;
    bottom: 16px;
    z-index: 2000;
    display: flex;
    gap: 10px;
    width: calc(100vw - 24px);
    max-width: 420px;
  }
  .floating-buttons .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    border-radius: 9999px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  }
  .floating-buttons .btn .btn-sub-text { display: none; }
}
@media (max-width: 768px) {
  /* ヘッダー上段の区切りを明確化（独立行に見せる） */
  .header-top {
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }

  /* ヘッダー右カラムの並び順と幅を明示 */
  .header-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    width: 100%;
  }
  .contact-info { order: 1; width: 100%; text-align: right; }
  .buttons-container {
    order: 2;
    align-self: stretch;   /* 100%幅で独立行 */
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 6px;
  }

  /* ボタンの最小幅を解除してはみ出し防止、行として揃える */
  .btn {
    flex: 1 1 0;
    min-width: 0;          /* 既存の min-width:6rem を上書き */
    min-height: 44px;
    border-radius: 9999px;
    white-space: nowrap;
  }

  /* ヘッダー下のメインナビに少し余白（独立感を出す） */
  .main-nav { margin-top: 6px; }
}
/* ====== Mobile header override (place at the END of file) ====== */
@media (max-width: 768px) {
  .header .container { padding-inline: 12px; }

  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .logo { flex: 0 0 auto; }
  .logo-img { height: 38px; width: auto; }

  /* 右カラム（連絡先＋ボタン） */
  .header-nav {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 0;
  }

  .contact-info {
    width: 100%;
    align-items: flex-end;   /* 右寄せに上書き */
    text-align: right;       /* テキストも右寄せ */
  }

  /* 電話は1行固定 */
  .phone-section {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;       /* ベースの余白を抑制 */
    font-size: 18px;        /* ベース1.5remを抑えて視認性優先 */
    line-height: 1.1;
  }
  .phone-icon { width: 24px; height: 24px; object-fit: contain; flex: 0 0 auto; margin-right: 0; }
  .phone-number { font-weight: 700; color: #1a1a1a; }

  .hours-section {
    font-size: 10px;
    color: #666;
    line-height: 1.2;
    margin-top: 2px;
  }

  /* ボタン2つ：横並び・等幅・溢れ防止 */
  .buttons-container {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 4px;
  }
  .btn {
    flex: 1 1 0;
    min-width: 0;            /* min-width:6rem の影響を無効化 */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    border-radius: 9999px;
    padding: 10px 12px;
    white-space: nowrap;
  }
  .btn .btn-content { display: inline-flex; align-items: center; gap: 6px; }
  .btn .btn-sub-text { display: none; } /* モバイルは非表示 */

  /* 色（既存踏襲） */
  .btn-primary { background: #ff8a00; color:#fff; }
  .btn-line    { background: #06C755; color:#fff;  border-color:#06C755; }

  /* メインナビの左右余白だけ微調整 */
  .main-nav .container { padding-inline: 12px; }
}
/* ====== Mobile header fix (<=768px) ====== */
@media (max-width: 768px) {
  .header .container { padding-inline: 12px; }

  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .logo { flex: 0 0 auto; }
  .logo-img {
    height: 38px; /* 視認性確保・比率維持 */
    width: auto;
  }

  /* 右側カラム */
  .header-nav {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* 右寄せ */
    gap: 6px;
    min-width: 0; /* はみ出し抑止 */
  }

  /* 電話周り：1行固定 + アイコン余白 */
  .contact-info { width: 100%; }
  .phone-section {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;        /* 改行禁止（番号折り返し防止） */
    overflow: hidden;
    text-overflow: ellipsis;    /* 念のため */
  }
  .phone-icon {
    width: 24px; height: 24px; object-fit: contain;
    flex: 0 0 auto;
  }
  .phone-number {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #1a1a1a;
  }
  .hours-section {
    font-size: 10px;
    color: #666;
    line-height: 1.2;
    text-align: right;
    margin-top: 2px;
  }

  /* ボタン2つを横並び・等幅に */
  .buttons-container {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 4px;
  }
  .btn {
    flex: 1 1 0;                /* 等幅 */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;           /* タップ領域 */
    border-radius: 9999px;      /* 角丸ピル形状 */
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;        /* ボタン内の折返し防止 */
  }
  .btn .btn-content { display: inline-flex; align-items: center; gap: 6px; }
  .btn .btn-sub-text { display: none; } /* スマホは非表示で溢れ防止 */

  /* 既存色を尊重（必要なら指定） */
  .btn-primary { background: #ff8a00; }
  .btn-line    { background: #06C755; }

  /* メインナビは既存のPC設計を崩さないように幅だけ調整 */
  .main-nav .container { padding-inline: 12px; }
}
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #07124a;
}

/* Color Variables */
:root {
  --navy: #07124a;
  --green: #558b2f;
  --green-dark: #4a7a27;
  --orange: #ffa726;
  --orange-dark: #d17b0f;
  --warm-gray: #efede8;
  --gray-300: #bdbdbd;
  --white: #ffffff;
}

/* Utility Classes */
.text-navy {
  color: var(--navy);
}
.text-green {
  color: var(--green);
}
.text-orange {
  color: var(--orange);
}
.text-white {
  color: var(--white);
}

.bg-navy {
  background-color: var(--navy);
}
.bg-green {
  background-color: var(--green);
}
.bg-green-dark {
  background-color: var(--green-dark);
}
.bg-orange {
  background-color: var(--orange);
}
.bg-warm-gray {
  background-color: var(--warm-gray);
}
.bg-white {
  background-color: var(--white);
}

.border-gray-300 {
  border-color: var(--gray-300);
}

/* Layout */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.min-h-screen {
  min-height: 100vh;
}

/* Flexbox Utilities */
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-2 > * + * {
  margin-left: 0.5rem;
}
.space-x-4 > * + * {
  margin-left: 1rem;
}
.space-x-6 > * + * {
  margin-left: 1.5rem;
}
.space-y-2 > * + * {
  margin-top: 0.5rem;
}
.space-y-4 > * + * {
  margin-top: 1rem;
}

/* Grid */
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}

/* Spacing */
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Typography */
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
}

.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}
.leading-relaxed {
  line-height: 1.625;
}

/* Borders */
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-0 {
  border-width: 0;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}

/* Sizing */
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-12 {
  width: 3rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}

.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-48 {
  height: 12rem;
}
.h-96 {
  height: 24rem;
}

.min-w-full {
  min-width: 100%;
}
.min-w-80 {
  min-width: 20rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-7xl {
  max-width: 80rem;
}

/* Positioning */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-1\/2 {
  top: 50%;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0;
}
.bottom-4 {
  bottom: 1rem;
}

.transform {
  transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0))
    skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

/* Display */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Object Fit */
.object-cover {
  object-fit: cover;
}

/* Opacity */
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}

/* Shadows */
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Transitions */
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover States */
.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}
.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}
.hover\:bg-gray-700:hover {
  background-color: #374151;
}
.hover\:bg-green-dark:hover {
  background-color: var(--green-dark);
}
.hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}
.hover\:bg-amber-700:hover {
  background-color: #b45309;
}
.hover\:text-white:hover {
  color: var(--white);
}
.hover\:text-orange:hover {
  color: var(--orange);
}
.hover\:text-green-dark:hover {
  color: var(--green-dark);
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea;
}
.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}

/* Gradients */
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-purple-500 {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}
.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

/* Background Opacity */
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-black {
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

/* Responsive Design */
@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }
}

@media (min-width: 768px) {
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Custom Components */
.shrink-0 {
  flex-shrink: 0;
}

/* Button Styles */
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

button:focus {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

/* Link Styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Hero Carousel Styles */
.hero-carousel {
  position: relative;
  height: 400px;
}

.hero-slides {
  height: 100%;
}

.hero-slide {
  position: relative;
  height: 100%;
}

.hero-dot.active {
  opacity: 1;
  background-color: var(--green);
}

/* Services Carousel */
.services-carousel {
  position: relative;
  padding: 0 3rem;
}

.services-container {
  position: relative;
}

.services-track {
  will-change: transform;
}

.service-card {
  flex-shrink: 0;
}

.services-prev,
.services-next {
  z-index: 10;
}

/* Purchase Cards */
.purchase-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.purchase-card:hover {
  transform: translateY(-2px);
}

/* Instagram Widget */
.instagram-widget iframe {
  border: none;
  border-radius: 0.5rem;
}

/* Loading Animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus Styles */
*:focus {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

/* Header Styles */
.header {
  background: var(--white);
  border-bottom: 1px solid var(--gray-300);
  color: var(--navy);
  position: relative;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 3rem;
  width: auto;
}

@media (min-width: 768px) {
  .logo-img {
    height: 3.5rem;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .header-nav {
    gap: 1.5rem;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.phone-section {
  display: flex;
  align-items: center;
  color: var(--navy);
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .phone-section {
    font-size: 1.875rem;
  }
}

.phone-icon {
  margin-right: 0.5rem;
}

.phone-number {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.phone-number:hover {
  color: var(--green);
}

/* スマートフォン向け電話番号サイズ調整 */
@media (max-width: 767px) {
  .phone-number {
    font-size: 1.1rem !important;
  }
  .phone-icon {
    width: 24px !important;
    height: 24px !important;
  }
}

.hours-section {
  font-size: 0.625rem;
  color: #666666;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hours-section {
    font-size: 0.75rem;
  }
}

.buttons-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .buttons-container {
    gap: 1rem;
  }
}

.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  min-height: 4rem;
  min-width: 6rem;
}

.btn-primary {
  background-color: var(--orange);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--orange-dark);
}

.btn-secondary {
  background-color: var(--white);
  color: var(--green);
  border: 2px solid var(--green);
}

.btn-secondary:hover {
  background-color: var(--green);
  color: var(--white);
}

.btn-line {
  background-color: #21B94E;
  color: var(--white);
  border: 2px solid #21B94E;
}

.btn-line:hover {
  background-color: #1ea843;
  color: var(--white);
}

.btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.btn-text {
  font-size: 0.875rem;
  font-weight: bold;
}

.btn-line .btn-text {
  font-weight: 900;
  font-size: 0.9625rem; /* 0.875rem * 1.1 */
}

@media (min-width: 768px) {
  .btn-text {
    font-size: 1rem;
  }
  
  .btn-line .btn-text {
    font-size: 1.3rem; /* 1rem * 1.3 */
  }
}

.btn-sub-text {
  font-size: 0.5625rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.125rem;
}

@media (min-width: 768px) {
  .btn-sub-text {
    font-size: 0.625rem;
  }
}

.main-nav {
  background-color: var(--green);
}

.nav-links {
  display: flex;
}

.nav-link {
  flex: 1;
  text-align: center;
  padding: 1rem 0;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
  position: relative;
}

.nav-link:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: var(--white);
  opacity: 0.6;
}

.nav-link:hover,
.nav-link.active {
  background-color: var(--green-dark);
  color: var(--white);
}

/* Footer Styles */
.contact-section {
  position: relative;
  background-color: #f3f4f6;
  background-image: url('../../images/footer-background.png');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .contact-section {
    padding: 5rem 0;
  }
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.contact-content {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.contact-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .contact-title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .contact-title {
    font-size: 2.25rem;
  }
}

.hours-info {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .hours-info {
    margin-bottom: 2.5rem;
  }
}

.hours-label {
  color: #000000;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .hours-label {
    font-size: 1.25rem;
  }
}

.hours-time {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hours-time {
    font-size: 1.5rem;
  }
}

.phone-info {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .phone-info {
    margin-bottom: 2.5rem;
  }
}

.phone-display {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.phone-icon-bg {
  background-color: #000000;
  border-radius: 50%;
  padding: 0.75rem;
  margin-right: 1rem;
}

.phone-icon {
  font-size: 1.5rem;
  color: var(--white);
}

@media (min-width: 768px) {
  .phone-icon {
    font-size: 1.75rem;
  }
}

.phone-large {
  font-size: 1.875rem;
  font-weight: bold;
  color: #000000;
  cursor: text;
  user-select: text;
}

@media (min-width: 768px) {
  .phone-large {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .phone-large {
    font-size: 3rem;
  }
}

.email-button-container {
  margin-bottom: 2rem;
}

.email-button {
  display: inline-flex;
  align-items: center;
  background-color: var(--white);
  border: 2px solid #000000;
  color: #000000;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .email-button {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
}

.email-button:hover {
  background-color: #f3f4f6;
}

.email-icon {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.brand-section {
  padding: 4rem 0;
  background-color: #F7F7F9;
}

@media (min-width: 768px) {
  .brand-section {
    padding: 5rem 0;
  }
}

.brand-content {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.logo-container {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .logo-container {
    margin-bottom: 3rem;
  }
}

.footer-logo {
  width: 10rem;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-logo {
    width: 12rem;
  }
}

@media (min-width: 1024px) {
  .footer-logo {
    width: 14rem;
  }
}

.footer-nav-section {
  background-color: var(--green);
  color: var(--white);
}

.footer-nav-content {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
  .footer-nav-content {
    padding: 1rem 1rem;
  }
}

.footer-nav-center {
  text-align: center;
}

.company-name {
  margin-bottom: 0.5rem;
}

.company-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--white);
}

@media (min-width: 768px) {
  .company-title {
    font-size: 1.25rem;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .footer-links {
    gap: 0.75rem;
  }
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #E8F5E9;
  text-decoration: underline;
}

.footer-link:focus {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.footer-separator {
  color: var(--white);
  font-size: 0.875rem;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}

/* Sell Page Styles */

/* Sell Hero Section */
.sell-hero-section {
  background: var(--white);
  padding: 4rem 0;
}

.hero-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}

.hero-highlight {
  color: #ef4444;
}

.hero-description {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

.btn-hero-primary {
  background-color: #ef4444;
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s;
  display: inline-flex;
  align-items: center;
}

.btn-hero-primary:hover {
  background-color: #dc2626;
}

.btn-hero-secondary {
  background-color: transparent;
  color: #ef4444;
  border: 2px solid #ef4444;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
}

.btn-hero-secondary:hover {
  background-color: #fef2f2;
}

.btn-hero-line {
  background-color: transparent;
  color: #22c55e;
  border: 2px solid #22c55e;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
}

.btn-hero-line:hover {
  background-color: #f0fdf4;
}

/* Sell Features Section */
.sell-features-section {
  padding: 4rem 0;
  background-color: #EFEDE8;
}

.features-header {
  text-align: center;
  margin-bottom: 3rem;
}

.features-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #07124A;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .features-title {
    font-size: 2.25rem;
  }
}

.features-subtitle {
  font-size: 1.125rem;
  color: #666666;
  max-width: 32rem;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature-card {
  background: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

.feature-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  background-color: #558B2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.feature-icon .icon {
  font-size: 2rem;
  color: var(--white);
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #07124A;
  margin-bottom: 0.75rem;
}

.feature-description {
  color: #666666;
  line-height: 1.6;
}

.features-cta {
  text-align: center;
  margin-top: 3rem;
}

.cta-card {
  background: var(--white);
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  max-width: 64rem;
  margin: 0 auto;
}

.cta-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #07124A;
  margin-bottom: 1rem;
}

.cta-description {
  color: #666666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
  }
}

.cta-phone {
  background-color: #558B2F;
  color: var(--white);
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: text;
  user-select: text;
}

.cta-button {
  background-color: #FFA726;
  color: var(--white);
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
}

.cta-button:hover {
  background-color: #D17B0F;
}

/* Sell Campaign Banner */
.sell-campaign-banner {
  padding: 2rem 0;
  background: var(--white);
}

.campaign-slider {
  overflow: hidden;
}

.campaign-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.campaign-slide {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
}

.campaign-card {
  flex: 1;
  background: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.campaign-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.campaign-image {
  width: 5rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 0.25rem;
  margin-right: 1rem;
}

.campaign-content {
  flex: 1;
}

.campaign-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.badge-red {
  background-color: #ef4444;
}

.badge-amber {
  background-color: #f59e0b;
}

.badge-blue {
  background-color: #3b82f6;
}

.badge-purple {
  background-color: #8b5cf6;
}

.badge-green {
  background-color: #10b981;
}

.campaign-title {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #111827;
}

.campaign-subtitle {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Sell Consultation Section */
.sell-consultation-section {
  padding: 4rem 0;
  background-color: #f0fdf4;
}

.consultation-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.consultation-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .consultation-title {
    font-size: 2.25rem;
  }
}

.consultation-highlight {
  color: #16a34a;
}

.consultation-card {
  background: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #bbf7d0;
}

.consultation-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: #059669;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .consultation-question {
    font-size: 1.5rem;
  }
}

.consultation-answer {
  font-size: 1.125rem;
  color: #374151;
  line-height: 1.6;
}

.consultation-emphasis {
  font-weight: 500;
  color: #16a34a;
}

.consultation-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 32rem;
  margin: 0 auto;
}

.consultation-btn {
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.consultation-btn:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.consultation-btn-primary {
  background-color: #16a34a;
  color: var(--white);
}

.consultation-btn-primary:hover {
  background-color: #15803d;
}

.consultation-btn-secondary {
  background-color: #dcfce7;
  color: #15803d;
  border: 2px solid #bbf7d0;
}

.consultation-btn-secondary:hover {
  background-color: #bbf7d0;
  border-color: #86efac;
}

/* Sell FAQ Section */
.sell-faq-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .faq-title {
    font-size: 2.25rem;
  }
}

.faq-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
}

.faq-list {
  max-width: 48rem;
  margin: 0 auto 4rem;
}

.faq-item {
  background: var(--white);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #111827;
  transition: background-color 0.2s;
}

.faq-question:hover {
  background-color: #f9fafb;
}

.faq-icon {
  color: #6b7280;
  font-size: 0.875rem;
}

.faq-answer {
  display: none;
  padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
  color: #374151;
  line-height: 1.6;
}

.faq-divider {
  position: relative;
  margin: 4rem 0;
  text-align: center;
}

.faq-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d1d5db;
}

.divider-text {
  background-color: #f9fafb;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  position: relative;
}

.consultation-header {
  text-align: center;
  margin-bottom: 2rem;
}

.consultation-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .consultation-title {
    font-size: 1.875rem;
  }
}

.consultation-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
}

.consultation-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .consultation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .consultation-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.consultation-option {
  background: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.consultation-option:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.option-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: var(--white);
  transition: background-color 0.2s;
}

.option-icon-blue {
  background-color: #3b82f6;
}

.option-icon-blue:hover {
  background-color: #2563eb;
}

.option-icon-green {
  background-color: #10b981;
}

.option-icon-green:hover {
  background-color: #059669;
}

.option-icon-orange {
  background-color: #f59e0b;
}

.option-icon-orange:hover {
  background-color: #d97706;
}

.option-icon-purple {
  background-color: #8b5cf6;
}

.option-icon-purple:hover {
  background-color: #7c3aed;
}

.option-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.option-description {
  color: #6b7280;
  font-size: 0.875rem;
  flex-grow: 1;
  margin-bottom: 1rem;
}

.option-link {
  font-size: 0.875rem;
  color: #2563eb;
  font-weight: 500;
  transition: color 0.2s;
}

.consultation-option:hover .option-link {
  color: #1d4ed8;
}

/* Sell Category Table Section */
.sell-category-table-section {
  padding: 4rem 0;
  background: var(--white);
}

.category-header {
  text-align: center;
  margin-bottom: 3rem;
}

.category-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .category-title {
    font-size: 2.25rem;
  }
}

.category-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
}

.category-table-container {
  max-width: 64rem;
  margin: 0 auto;
}

.table-wrapper {
  overflow-x: auto;
}

.category-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.table-header {
  background-color: #16a34a;
  color: var(--white);
}

.table-header th {
  padding: 1rem 1.5rem;
  font-weight: 600;
}

.th-category {
  text-align: left;
}

.th-delivery,
.th-pickup {
  text-align: center;
}

.table-row-even {
  background-color: #f9fafb;
}

.table-row-odd {
  background: var(--white);
}

.td-category {
  padding: 1rem 1.5rem;
  font-weight: 500;
  color: #111827;
}

.td-service {
  padding: 1rem 1.5rem;
  text-align: center;
}

.service-icon {
  font-size: 1.5rem;
  font-weight: bold;
}

.service-available {
  color: #16a34a;
}

.service-unavailable {
  color: #ef4444;
}

.category-footer {
  margin-top: 2rem;
  text-align: center;
}

.category-note {
  color: #6b7280;
  margin-bottom: 1rem;
}

.category-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .category-buttons {
    flex-direction: row;
  }
}

.category-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s;
}

.category-btn-phone {
  background-color: #16a34a;
  color: var(--white);
}

.category-btn-phone:hover {
  background-color: #15803d;
}

.category-btn-email {
  background-color: #2563eb;
  color: var(--white);
}

.category-btn-email:hover {
  background-color: #1d4ed8;
}

/* Sell Products Section */
.sell-products-section {
  padding: 4rem 0;
  background: var(--white);
}

.products-header {
  text-align: center;
  margin-bottom: 3rem;
}

.products-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .products-title {
    font-size: 2.25rem;
  }
}

.products-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.product-card {
  background: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.product-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.product-image-container {
  aspect-ratio: 1;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content {
  padding: 1rem;
}

.product-condition {
  font-size: 0.75rem;
  color: #16a34a;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.product-name {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #111827;
}

.product-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  font-size: 1.125rem;
  font-weight: bold;
  color: #dc2626;
}

.product-original-price {
  font-size: 0.75rem;
  color: #6b7280;
  text-decoration: line-through;
}

.products-cta {
  text-align: center;
}

.products-btn {
  background-color: #16a34a;
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.products-btn:hover {
  background-color: #15803d;
}

/* Sell Services Section */
.sell-services-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.services-header {
  text-align: center;
  margin-bottom: 3rem;
}

.services-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .services-title {
    font-size: 2.25rem;
  }
}

.services-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-card {
  background: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  overflow: hidden;
}

.service-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.service-header {
  text-align: center;
  padding: 1.5rem 1.5rem 0;
}

.service-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: var(--white);
}

.service-icon-green {
  background-color: #10b981;
}

.service-icon-amber {
  background-color: #f59e0b;
}

.service-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
}

.service-content {
  text-align: center;
  padding: 1.5rem;
}

.service-description {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.service-features {
  margin-bottom: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.feature-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #10b981;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.feature-text {
  font-size: 0.875rem;
  color: #374151;
}

.service-button {
  width: 100%;
  background-color: #16a34a;
  color: var(--white);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s;
  display: inline-block;
}

.service-button:hover {
  background-color: #15803d;
}

/* スマホ版でのサービスセクション専用スタイル */
@media (max-width: 768px) {
  .sell-services-section {
    padding: 2rem 0;
  }
  
  .sell-services-section .container {
    padding: 0 1rem;
  }
  
  .services-header {
    margin-bottom: 2rem;
  }
  
  .services-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  
  .services-subtitle {
    font-size: 1rem;
    padding: 0;
  }
  
  .services-grid {
    gap: 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  
  .sell-services-section .service-card {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 0 !important;
    margin: 0 !important;
    border-radius: 0.75rem;
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: block !important;
    position: relative !important;
  }
  
  .service-header {
    padding: 1.25rem 1rem 0;
  }
  
  .service-icon {
    width: 3.5rem !important;
    height: 3.5rem !important;
    margin-bottom: 0.75rem;
  }
  
  .service-title {
    font-size: 1.125rem;
  }
  
  .service-content {
    padding: 1rem 1.25rem 1.5rem;
  }
  
  .service-description {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }
  
  .service-features {
    margin-bottom: 1.25rem;
    text-align: center !important;
  }
  
  .feature-item {
    margin-bottom: 0.75rem;
    justify-content: center !important;
  }
  
  .feature-text {
    font-size: 0.9rem;
  }
  
  .service-button {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.625rem;
    width: 100%;
    text-align: center;
  }
}

/* Sell App Section */
.sell-app-section {
  padding: 4rem 0;
  background-color: #fef3c7;
}

.app-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 768px) {
  .app-content {
    flex-direction: column;
    text-align: center;
  }
}

.app-text {
  flex: 1;
  max-width: 32rem;
}

.app-badge {
  background-color: #f59e0b;
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 1rem;
}

.badge-text {
  font-weight: bold;
}

.app-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .app-title {
    font-size: 2.25rem;
  }
}

.app-highlight {
  color: #d97706;
}

.app-description {
  font-size: 1.125rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.app-features {
  margin-bottom: 2rem;
}

.app-feature {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.app-feature-icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
  color: #d97706;
}

.app-feature-text {
  color: #374151;
}

.app-buttons {
  display: flex;
  gap: 1rem;
}

@media (max-width: 640px) {
  .app-buttons {
    flex-direction: column;
  }
}

.app-button {
    margin-left: 10px !important;
    margin-right: 10px !important;
  background-color: #d97706;
  color: var(--white);
  padding: 3rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.app-button:hover {
  background-color: #b45309;
}

.app-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.app-phone {
  width: 100%;
  max-width: 18rem;
  height: auto;
}

/* Sell Results Section */
.sell-results-section {
  padding: 4rem 0;
  background-color: #558B2F;
  color: var(--white);
}

.results-header {
  text-align: center;
  margin-bottom: 3rem;
}

.results-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.results-subtitle {
  font-size: 1.125rem;
  color: #bbf7d0;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.result-card {
  background-color: rgba(34, 197, 94, 0.3);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
}

.result-number {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.result-label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.result-description {
  color: #bbf7d0;
}

/* Print Styles */
@media print {
  .no-print {
    display: none;
  }
}

/* Sell Hero Section Styles */
.sell-hero-section {
  background: var(--white);
  padding: 4rem 0;
}

.hero-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}

.hero-highlight {
  color: #ef4444;
}

.hero-description {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

.btn-hero-primary {
  background-color: #ef4444;
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-hero-primary:hover {
  background-color: #dc2626;
}

.btn-hero-secondary {
  background-color: transparent;
  color: #ef4444;
  border: 2px solid #ef4444;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-hero-secondary:hover {
  background-color: #fef2f2;
}

.btn-hero-line {
  background-color: transparent;
  color: #22c55e;
  border: 2px solid #22c55e;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-hero-line:hover {
  background-color: #f0fdf4;
}

.btn-icon {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

/* Sell Features Section Styles */
.sell-features-section {
  padding: 4rem 0;
  background-color: #EFEDE8;
}

.features-header {
  text-align: center;
  margin-bottom: 3rem;
}

.features-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #07124A;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .features-title {
    font-size: 2.25rem;
  }
}

.features-subtitle {
  font-size: 1.125rem;
  color: #666666;
  max-width: 32rem;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature-card {
  background: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

.feature-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  background-color: #558B2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.icon {
  font-size: 2rem;
  color: var(--white);
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #07124A;
  margin-bottom: 0.75rem;
}

.feature-description {
  color: #666666;
  line-height: 1.6;
}

.features-cta {
  text-align: center;
  margin-top: 3rem;
}

.cta-card {
  background: var(--white);
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  max-width: 64rem;
  margin: 0 auto;
}

.cta-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #07124A;
  margin-bottom: 1rem;
}

.cta-description {
  color: #666666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
  }
}

.cta-phone {
  background-color: #558B2F;
  color: var(--white);
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: text;
  user-select: text;
}

.cta-button {
  background-color: #FFA726;
  color: var(--white);
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
}

.cta-button:hover {
  background-color: #D17B0F;
}
