/* ==============================
   Global Styles
   ============================== */
@charset "UTF-8";

/* Fonts */
body,
input,
textarea,
select {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans CJK JP", "BIZ UDPGothic", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Reset and Defaults */

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

/* Main Content */
main {
  /* min-height: 100vh; */
}

/* ==============================
			Typography
			============================== */
input,
textarea,
select {
  font-size: 1rem;
}

code,
pre {
  font-size: 1em;
  font-family: "Courier New", Consolas, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.25em;
}

p {
  margin: 0 0 1.5em;
}

/* ==============================
			UI Elements
			============================== */
a:hover {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
}

figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/* ==============================
			List Styles
			============================== */
nav li:before {
  display: none;
}

ol,
ul {
  list-style: none;
}
