@charset "UTF-8";

/**
 * style.css — エントリポイント
 *
 * 構成:
 *   base.css        基盤（Reset / Variables / Buttons / Section base / Breadcrumb / Page Hero / Image Placeholders）
 *   chrome.css      サイトシェル（Header / Footer / Shipping Bar）
 *   components.css  全ページのコンポーネント（TOP, Product, Guide, About, Voice, FAQ, Contact, Gallery, Legal 等）
 *   responsive.css  全メディアクエリ（max-width: 960px / 560px）
 *
 * このファイルでは @import のみ。スタイル本体は上記4ファイルに分割。
 * HTML側は <link rel="stylesheet" href="/css/style.css"> のままでよい。
 */

@import url("./base.css");
@import url("./chrome.css");
@import url("./components.css");
@import url("./responsive.css");
