/*
Theme Name: 6 Corporate
Theme URI: https://6ix.co.jp/
Author: 株式会社6
Author URI: https://6ix.co.jp/
Description: 株式会社6 コーポレートサイト用クラシックテーマ。事例（case）はカスタム投稿タイプで管理し、サービス4種は固定ページで表示（サービス詳細ページなし）。デザイントークンは assets/css/tokens.css を参照。
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: six-corporate
Tags: corporate, custom-post-types, responsive
*/

/* =========================================================
   このファイルは「テーマ情報ヘッダ」と「最小リセット」のみ。
   本格的なベースCSS（トークン・タイポ・レイアウト）は
   P1 で assets/css/main.css に実装し、enqueue で読み込みます。
   ========================================================= */

/* ---- 最小リセット ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8; /* JP/Body 180%（Figmaテキストスタイル準拠） */
  color: #262626; /* = color/text/primary。P1以降は var(--color-text-primary) を使用 */
  background: #dedede; /* = color/bg/page。P1以降は var(--color-bg-page) を使用 */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
}

/* 見出しディスプレイ書体（KV等） */
.is-display {
  font-family: "Lora", Georgia, "Times New Roman", serif;
}

/* アクセシビリティ：スクリーンリーダー用 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
