/*
  Compatibility bundle
  --------------------
  旧ページ（/style.css参照）を壊さないための集約CSS。
*/

@import url("/css/style.css?v=20260121-1");

/* PC専用 */
@import url("/css/pc.css?v=20260121-1") screen and (min-width: 761px);

/* Mobile専用 */
@import url("/css/mobile.css?v=20260121-1") screen and (max-width: 760px);

@import url("/css/overrides.css?v=20260121-1");