@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
}

header,
footer,
nav,
menu,
article,
aside,
section,
details,
figcaption,
figure {
  display: block;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
  color: #08131a;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  background:
    url("../img/site-bg.png") repeat,
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.3), transparent 30%);
}

header,
main,
footer {
  position: relative;
  z-index: 1;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}