@charset "utf-8";

/*
init
*/

/*
html {
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/

html,
body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.01rem;
  color: #111;
  word-break: keep-all;
  text-align: center;
}

button,
a,
label {
  user-select: none;
  -webkit-user-select: none;
}

* {
  margin: 0;
  padding: 0;
}

label {
  padding-left: 4px;
}

textarea {
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  border: 0 none;
}

button {
  background: inherit;
  border: none;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: var(--mono2);
}

@media(hover: none) and (pointer: coarse) {
  *:active {
    background-color: transparent;
  }

  * {
    -webkit-tap-highlight-color: transparent;
  }
}