@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant&family=Noto+Serif+JP:wght@400;600&display=swap');

/* PC */
@import url(common.css) screen and (min-width: 1025px);
@import url(module.css?20240404) screen and (min-width: 1025px);

/* SP */
@import url(common_sp.css) screen and (max-width: 1024px);
@import url(module_sp.css?20240404) screen and (max-width: 1024px);


@import url(common.css) print;
@import url(module.css?20240404) print;
@media print {
  body {
    width: 1000px !important;
    /*
    transform: scale(0.67);
    -moz-transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0 0;
    */
  }
}
