/*
Theme Name: SHUKA
Theme URI: https://shuka.jp
Author: SHUKA Inc.
Description: 身体がよろこぶチョコレート - SHUKAコーポレートサイト。管理画面から全コンテンツを編集可能。
Version: 1.0.0
Text Domain: shuka
*/

/* レスポンシブ */
@media (max-width: 939px) {
  .shuka-desktop-nav { display: none !important; }
  .shuka-mobile-menu-btn { display: flex !important; }
}
@media (min-width: 940px) {
  .shuka-mobile-menu { display: none !important; }
}
.shuka-mobile-menu.open { display: block !important; }

@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr !important; }
  .two-col-reverse .col-txt { order: -1; }
  .two-col-reverse .col-img { order: 1; }
  .chocolat-grid { grid-template-columns: 1fr !important; }
  .shuka-category-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .company-row { flex-direction: column !important; gap: 2px; }
  .reputation-card { padding: 24px 20px !important; }
  .footer-top { flex-direction: column; align-items: center; text-align: center; }
  .footer-nav { justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* セクションタイトル (Next.jsビルドCSSが無い場合のフォールバック) */
.section-title {
  text-align: center;
  padding: 50px 0 30px;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
}
.section-title-caption {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-family: "futura-pt", sans-serif;
  color: #979699;
  letter-spacing: 1.5px;
  font-weight: 300;
}

/* スクロールバー非表示 */
#productTrack::-webkit-scrollbar { display: none; }
#productTrack { scrollbar-width: none; }

/* ヒーロー画像 */
.hero-slide img,
.hero-img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
  display: block !important;
}
@media (max-width: 768px) {
  .hero-slide img,
  .hero-img {
    height: auto !important;
    aspect-ratio: 1376 / 768 !important;
    object-fit: cover !important;
  }
}
