/*
Theme Name: SPB様_2026年オリジナルテーマ
Theme URI:
Description: コーポレート×サービス用カスタムテーマ｜開発：EXTAGE株式会社
Version: 1.0
Author: EXTAGE株式会社
Author URI: https://extage.co.jp/
Text Domain: spb
*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

/* ========== Reset & Base ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "源暎ゴシック", "Gen'ei Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #333;
  line-height: 1.8;
  padding-top: 82px; /* ヘッダー固定分 */
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
