@import "./kiso.css";
@import "./utilities.css";


/* リセット追加系 */
html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: unset;
  padding: unset;
  line-height: 1.5;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  border-style: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:where(h1) {
  margin-block: 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}


/* 独自系 */
* {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

:where(:root) {
  text-autospace: no-autospace;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

textarea:not([rows]) {
  min-height: 10em;
}

:where(input, button, textarea, select) {
  overflow: visible;
}
