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

* {
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

a,
button,
canvas,
div,
h1,
h2,
h3,
img,
li,
ol,
p,
span,
strong,
svg,
ul {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

canvas {
  display: block;
}

svg {
  border: 0;
  stroke-width: 0;
}

button {
  cursor: pointer;
  background-color: transparent;
  font-family: inherit;
}

::-webkit-scrollbar {
  display: none;
}

.Burger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #120a0d;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.Burger-Canvas {
  display: block;
  width: 100%;
  height: 100%;
}