/*
Theme Name: CrossMake LP Theme
Theme URI: https://example.com/crossmake
Author: CrossMake
Author URI: https://example.com
Description: 壁紙再生サービス「クロスメイク」専用LPテーマ。SEO最適化・Instagram/LINE集客対応。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: crossmake
Tags: landing-page, one-page, responsive-layout, custom-colors, seo-friendly
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
