@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Noto Sans JP */
/* font size */
/*
all ==========================================================================*/
/*
all ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #333;
  font-size: 24px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  overflow-x: hidden;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
a:active, a:visited {
  text-decoration: none;
  color: #333;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.wrapper {
  width: min(1120px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}/*# sourceMappingURL=all-page.css.map */