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

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: #f9f2ed;
}

p {
  margin: 0;
  padding: 0;
}

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;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  transition: all 0.2s;
}

a.nav-link:hover {
  padding: 0;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  text-shadow: -1px 1px 5px #ee2d7b, 1px -1px 5px #ee2d7b, 1px -1px 5px #ee2d7b;
}

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

a.tn_link:hover {
  color: #442204;
  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;
}
