html {
  /* 1rem = 10px */
  font-size: 62.5%;
}

body {
  position: relative;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #e6e6e6;
}

#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@font-face {
  font-family: "TensegritySans";
  src: url("../font/TensegritySans-Regular.woff2") format("woff2"),
    url("../font/TensegritySans-Regular.woff") format("woff");
}

.tensegrity {
  font-family: "TensegritySans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: unset;
}

a {
  color: #6b58c6;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #6b58c6;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a.txt_link {
  color: #6b58c6;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #6b58c6;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a.txt_link:hover {
  color: #6b58c6;
  text-decoration: underline;
}

a.nav-link {
  color: #333;
  text-decoration: none;
}

a.nav-link:hover {
  color: #333;
  text-decoration: none;
}

a.x_link {
  font-size: 120%;
  color: #333;
  text-decoration: none;
}

a.x_link:hover {
  font-size: 120%;
  color: #333;
  text-decoration: none;
}

a.tn_link {
  color: #333;
  text-decoration: none;
}

a.tn_link:hover {
  color: #333;
  text-decoration: none;
}

a.map_link {
  color: #6b58c6;
  text-decoration: none;
}

a.map_link:hover {
  color: #333;
  text-decoration: none;
}

.img-events img {
  pointer-events: none;
}

.lity-image img {
  pointer-events: none;
}
