@charset "UTF-8";

/* =========================================================
   BASE / RESET
========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "MS PGothic", "MS UI Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  background: url("../images/background.jpg") fixed center / cover;
}

body.oshirase-page {
  background: #f5f5f5;
}

/* =========================================================
   RESET
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* =========================================================
   LINK
========================================================= */

a {
  color: inherit;
}
