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

*, *:before, *:after {
  box-sizing: border-box;
  }

body {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1.6;
  background-color: #000;
}

p {
  margin: 0;
  padding: 0;
}

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

a {
  color: #ff2177;
  text-decoration: underline;
  text-decoration-color: #ff2177;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

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

a.txt_link {
  color: #ff2177;
  text-decoration: underline;
  text-decoration-color: #ff2177;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

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

a.nav-link {
  padding: 0;
  font-weight: 500;
  color: #ff1d25;
  text-decoration: none;
  transition: all 0.2s;
}

a.nav-link:hover {
  padding: 0;
  font-weight: 500;
  color: #00ff00;
  text-decoration: none;
  text-shadow: 0 0 10px #00ff0083, 0 0 10px #00ff0083, 0 0 10px #00ff0083;
}

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

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

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

.lity-image img {
  pointer-events: none;
}
/*
img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
*/