@charset "utf-8";
@import url("../../common/wedding_import.css");

@import url("index-s.css") only screen and (max-width: 768px);
@import url("index.css") only screen and (min-width: 769px);


