/*
MIT License

Copyright (c) 2021 gumieProf

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
@import url("/css/ui.css");
@font-face {
  font-family: "Boku2";
  src: url(/font/Boku2-Bold.otf);
}
body {
  font-family: Boku2;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
header {
  background: #777777;
  width: 100%;
}

.nav-unshown {
  display: none;
}

#nav-open {
  margin: 15px;
  float: left;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

#nav-open span {
  position: absolute;
  height: 5px;
  width: 20px;
  border-radius: 5px;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 5px;
  width: 20px;
  border-radius: 5px;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 500px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}
#nav-content > ul {
  list-style: none;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#editlicense {
  list-style: none;
  overflow: hidden;
}

#nav {
  list-style: none;
  overflow: hidden;
}

#nav abolt,
#nav sc {
  background-color: #777;
  float: left;
  width: 140px;
  text-align: center;
}

#nav abolt a,
#nav sc a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#nav mit {
  background-color: #000;
  float: left;
  width: 140px;
  text-align: center;
}

#nav mit a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.source {
  color: #263100;
}

.video {
  color: #ff3715;
}

.license {
  color: #a30000;
}

.copy {
  color: #fff;
}

.about {
  color: #000;
}

nam {
  font-size: 100px;
}

nof {
  font-size: 30px;
}

nof body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

nof header {
  padding: 10px;
  background: #000;
}

nof #nav-drawer {
  position: relative;
}

nof .nav-unshown {
  display: none;
}

nof #nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

nof #nav-open span {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
}

nof #nav-open span:before,
nof #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
}

nof #nav-open span:before {
  bottom: -8px;
}

nof #nav-open span:after {
  bottom: -16px;
}

nof #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nof #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 250px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

nof #nav-input {
  position: fixed;
}

nof #nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}

nof #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

nof #editlicense {
  list-style: none;
  overflow: hidden;
}

nof #nav {
  list-style: none;
  overflow: hidden;
}

nof #nav abolt,
nof #nav sc {
  background-color: #777;
  float: left;
  width: 140px;
  text-align: center;
}

nof #nav abolt a,
nof #nav sc a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

nof #nav mit {
  background-color: #000;
  float: left;
  width: 140px;
  text-align: center;
}

nof #nav mit a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

nof .source {
  color: #263100;
}

nof .video {
  color: #ff3715;
}

nof .license {
  color: #a30000;
}

nof .copy {
  color: #fff;
}

nof .about {
  color: #000;
}

nof nam {
  font-size: 100px;
}

nof nof {
  font-size: 30px;
}

nof .link {
  border: solid 5px #636bff;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

.dataBtn {
  display: block;
  width: 50%;
  margin: 5px auto;
  border-radius: 15px;
  background-color: black;
}

.dataBtn > a {
  text-decoration: none;
  color: white;
}

.dataBtn span {
  color: white;
  font-size: 20px;
}

.dataBtn p {
  font-size: 10px;
  color: white;
}

.dataBtn .angle {
  color: white;
  position: relative;
  bottom: 50px;
  left: 40%;
  text-decoration: none;
}

.dataBtns {
  margin: auto;
}

.delete {
  position: relative;
  bottom: 30px;
  left: 40%;
  color: #636bff;
}

.scaner {
  float: right;
  color: #fff;
}

.subDatas {
  list-style: none;
  position: relative;
  background-color: #777777;
  width: 100%;
  height: 50px;
  text-align: center;
}
.subData {
  border: none;
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  width: 70%;
  height: 5px;
  position: relative;
  bottom: 0;
  text-decoration: none;
}

.discord {
  color: #000000;
}

.twitter {
  color: #000000;
}
.datas {
  display: table;
  width: 100%;
  text-decoration: none;
}
.change {
  color: #ffffff;
  float: right;
  margin: 15px;
  vertical-align: middle;
  font-size: 30px;
}
.textPlus {
  height: 25px;
  width: 25px;
  padding: 20px;
  margin: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
}
.textMinus {
  height: 25px;
  width: 25px;
  padding: 20px;
  margin: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
}
.textPlus:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 5px #000000;
}
.textMinus:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 5px #000000;
}
