@charset "utf-8";
/*
Theme Name: System Origin - WEB SITE
Theme URI: 
Description: System Origin
Version: 1.0
Author: System Origin
Author URI: 
Tags: System Origin
*/


/* ================================
   CSS Reset & Base Settings
   ================================ */

/* box-sizing を全要素に適用 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* デフォルトマージン・パディングを完全にリセット */
html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
dl, dt, dd,
figure, blockquote,
form, fieldset, legend,
table, th, td {
  margin: 0;
  padding: 0;
}

/* HTML 基本設定 */
html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* BODY 基本設定 */
body {
  min-height: 100svh; /* iOS Safari 対策 */
  font-family:
    /* 最新UIフォント（優先） */
    "Inter",
    "SF Pro Text",
    "SF Pro JP",

    /* Apple / Microsoft */
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",

    /* Android / Google */
    "Roboto",

    /* 日本語最適化 */
    "Noto Sans JP",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,

    /* 最終フォールバック */
    "Helvetica Neue",
    Arial,
    sans-serif;

  color: #333;
background-color: #f2f2f6;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* リスト装飾を無効化 */
ul, ol {
  list-style: none;
}

/* 画像・動画のはみ出し防止 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* テーブル初期化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム要素のフォント統一 */
input, textarea, select, button {
  font: inherit;
  color: inherit;
}

/* ボタン初期化 */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* リンク初期化 */
a {
  color: inherit;
  text-decoration: none;
}

/* address の斜体解除 */
address {
  font-style: normal;
}

/* 強調タグの自然な太さ */
strong, b {
  font-weight: 600;
}

/* iOS タップ時の青ハイライト無効 */
* {
  -webkit-tap-highlight-color: transparent;
}








/*  スマートフォン ※iPhone6 Plus 以下を準拠  */
@media only screen and (max-width:899px) {


/*  基本設定  */

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

/* ------------------------------- */


}
/* ----------------------------------------------------------------------------------------------------  スマートフォン ※iPhone6 Plus 以下を準拠  ---- */




/*  スマートフォン ※iPhone5S 旧SE 以下を準拠  */
@media only screen and (max-width:330px) {

}
/* ------------------------------- */

	
