﻿/*共通*/
@import url(reset.css?20220326);
@import url(common.css?20220326);

/*pc*/
@import url(layout.css?2023030101)print, screen and (min-width: 768px) and (max-width: 5000px);

/*sp*/
@import url(layout_sp.css?2023030101)screen and (min-width: 0px) and (max-width: 767px);