@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Lora&family=Noto+Serif+JP&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Lora&family=Shippori+Mincho&display=swap');
/* PC */
@import url(common.css) screen and (min-width: 1024px);
@import url(module.css?20250328) screen and (min-width: 1024px);
@import url(contents.css?20250328) screen and (min-width: 1024px);

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


@import url(common.css) print;
@import url(module.css) print;
@import url(contents.css) 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;
    */
  }
}
