/* pagesの画面幅100%にするCSS */

.page-width-desktop {
  max-width: 100%;
  padding: 0;
}
