* {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: solid 0 #707070;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

html {
  overflow: hidden hidden;
}

html,
body {
  overflow: hidden auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
  flex-direction: column;
  display: flex;
  align-items: center;
  background-color: white;
  color: white;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  background-image: url(img/back.webp);
  background-size: calc(430 * min(2px, 0.23255vw, 0.15479vh));
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: calc(8 * min(2px, 0.23255vw, 0.15479vh));
  height: calc(8 * min(2px, 0.23255vw, 0.15479vh));
}

::-webkit-scrollbar-thumb {
  border-radius: calc(8 * min(2px, 0.23255vw, 0.15479vh));
  background-color: rgba(0, 0, 0, 0.2666666667);
}

input,
.input,
textarea,
select,
.select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: white;
  border: solid 1px #707070;
  border-radius: calc(2 * min(2px, 0.23255vw, 0.15479vh));
  padding: 0;
  cursor: pointer;
}

textarea {
  height: 4em;
}

::-moz-placeholder {
  color: #707070;
}

::placeholder {
  color: #707070;
}

.b,
.bold {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.te {
  text-align: end;
}

.right {
  text-align: end;
}

.fixed {
  position: fixed;
}

.abs {
  position: absolute;
}

.hidden {
  display: none;
}

.f {
  display: flex;
}

.v {
  flex-direction: column;
}

.fa {
  display: flex;
  justify-content: space-around;
}

.fb {
  display: flex;
  justify-content: space-between;
}

.fc {
  display: flex;
  justify-content: center;
}

.fe {
  display: flex;
  justify-content: space-evenly;
}

.fend {
  display: flex;
  justify-content: flex-end;
}

.fac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fbe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.fbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.fce {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fcs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.fec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.fendc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fee {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}

.fende {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.fes {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fxc {
  display: flex;
  align-items: center;
}

.fxe {
  display: flex;
  align-items: flex-end;
}

.fxs {
  display: flex;
  align-items: flex-start;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

.ofhh {
  overflow: hidden hidden;
}

.ofha {
  overflow: hidden auto;
}

.ofaa {
  overflow: auto auto;
}

.ofwa {
  overflow-wrap: anywhere;
  white-space: normal;
}

.wa {
  width: -moz-fit-content;
  width: fit-content;
}

.ha {
  height: -moz-fit-content;
  height: fit-content;
}

.border {
  border: solid 1px #707070;
}

.notouch {
  pointer-events: none;
}

.img1px {
  max-width: 1px;
  max-height: 1px;
  min-width: 1px;
  min-height: 1px;
}

.nodeco {
  color: inherit;
  text-decoration: none;
}/*# sourceMappingURL=index.css.map */