/*
 Theme Name:   SWELL CHILD - コード独学ナビ
 Template:     swell
 Version:      1.0.0
 Description:  コード独学ナビ用SWELL子テーマ
*/

:root {
  --color-main: #2ecc71;
  --color-accent: #e74c3c;
  --color-text: #333;
  --color-border: #dee2e6;
  --color-gold: #f5a623;
}

/* ===== お知らせバー ===== */
.p-infoBar {
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* ===== ヘッダー ===== */
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100px;
  align-items: center;
  padding: 0 24px;
}
.l-header__logo .c-headLogo,
.l-header__logo a {
  font-size: 28px !important;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.c-gnav {
  gap: 4px;
}
.c-gnav a {
  font-size: 16px !important;
  font-weight: 600;
  padding: 12px 18px !important;
  letter-spacing: 0.02em;
}
.c-gnav a i {
  margin-right: 4px;
  font-size: 14px;
}
.c-gnav > li > a:hover {
  color: var(--color-main);
}

/* ===== メインビジュアル ===== */
.p-mainVisual__slideTitle {
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-mainVisual__slideText {
  font-size: clamp(0.9rem, 2vw, 1.2rem) !important;
  margin-top: 16px;
}

/* ===== ピックアップバナー ===== */
.p-pickupBanners {
  padding: 20px 0 10px;
}
.c-bannerLink {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transition: transform .2s, box-shadow .2s;
}
.c-bannerLink:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.c-bannerLink__label {
  font-weight: 700;
  font-size: .95rem;
}

/* ===== ショップ比較カード ===== */
.shop-compare-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.shop-compare-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
.shop-compare-card h3 a {
  text-decoration: none;
  color: var(--color-text);
}
.shop-compare-card h3 a:hover {
  color: var(--color-main);
}
.star-rating {
  color: var(--color-gold);
  font-size: 1.2rem;
}

/* ===== 投稿エリア共通 ===== */
.post_content {
  font-size: 16px;
  line-height: 1.8;
}
.post_content img {
  border-radius: 8px;
}

/* ===== サイドバー ===== */
.c-widget__title {
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 12px;
  background: var(--color-main);
  color: #fff;
  border-radius: 4px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 599px) {
  .l-header__inner {
    min-height: 70px;
    padding: 0 16px;
  }
  .l-header__logo .c-headLogo,
  .l-header__logo a {
    font-size: 22px !important;
  }
  .p-mainVisual__slideTitle { font-size: 1.5rem !important; }
}
