@charset  "utf-8";

/* reset */
@import url("/as/css/reset.css");

/* PC */
@import url("/lp/common_parts/css/wide.css") screen and (min-width : 768px);/* 共通フッター用(オリジナルCSSより必ず先) */
@import url("wide.css?20260129") screen and (min-width : 768px);

/* SP */
@import url("/lp/common_parts/css/narrow.css") screen and (max-width : 767px);/* 共通フッター用(オリジナルCSSより必ず先) */
@import url("narrow.css?20260129") screen and (max-width : 767px);

