@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=Libre+Baskerville:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap);
/* adobe font */
@import url(https://use.typekit.net/voo7xkh.css);
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Shippori Mincho */
/* Noto Sans JP */
/* Baskerville */
/* font size */
/*
all ==========================================================================*/
html, body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  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;
  transition: all 0.3s ease;
}
a:active, a:visited {
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 406px) {
  .sp-br {
    display: block;
  }
}/*# sourceMappingURL=all-page.css.map */