  @charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Familjen+Grotesk:wght@400;500;700&display=swap');

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #212121;
  background: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  body {
    font-size: 4.166vw;
  }
}

/*
¸ß¤µÖ¸¶¨
*/
html,
body {
  height: 100%;
}

/**** sp ****/
@media only screen and (max-width:750px) {
  html,
  body {
    height: 100vh;
  }
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  border-collapse: collapse;
}


a {
  text-decoration: none;
  color: #212121;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
}

sup {
  font-size: 10px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  sup {
    font-size: 2.6vw;
  }
}