@charset "utf-8";

@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&family=Zen+Maru+Gothic&display=swap');
@font-face {
font-family: 'karakaze';
src: url("https://dl.dropbox.com/s/0ucmjgjh28zbi8u/karakaze-R.ttf")format('truetype');
}
@font-face {
font-family: 'usa';
src: url("https://dl.dropbox.com/s/q47objdeoc1ex4e/lprabbits1.ttf")format('truetype');
}

*{
  color: #f3f3f3;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
  padding: 0; 
  border:none;
}
hr{
  border:none;
}
body {
  background-color: #292929;
  color: #f3f3f3;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 9px;
  line-height: 1.6;
  border:none;
}
#container {
  color: transparent;
}
#text {
  color: transparent;
}

/* --first-- */
.line{
  color: #f3f3f3;
  font-family: 'karakaze', sans-serif;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}

/* --box-- */
.code {
  background-color: transparent;
  background-image: linear-gradient(-45deg, transparent 0 10px, var(--main-color) 10px 20px, transparent 20px calc(100% - 20px), var(--main-color) calc(100% - 20px) calc(100% - 10px), transparent calc(100% - 10px));
  box-sizing: border-box;
  margin: 1em auto;
  padding: 1.5rem 3rem;
  position: relative;
  width: 90%;
}
.mg {
  --main-color: #FF899D;
}
.gk {
  --main-color: #FFCB5B;
}
.kzh {
  --main-color: #ACA7BB;
}
.rrm {
  --main-color: #EF6F94;
}
.ku {
  --main-color: #F9E97A;
}
.kkr {
  --main-color: #AC324B;
}
.none {
  --main-color: #E6E7E8;
}
.recode {
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 0 10px, var(--main-color) 10px 20px, transparent 20px calc(100% - 20px), var(--main-color) calc(100% - 20px) calc(100% - 10px), transparent calc(100% - 10px));
  box-sizing: border-box;
  margin: 1em auto;
  padding: 1.5rem 3rem;
  position: relative;
  width: 90%;
}

/*　--text--　*/
kara{
  color: #f3f3f3;
  font-family: 'karakaze', sans-serif;
  font-size: 15px;
  font-weight:normal;
}
usa{
  color: #f3f3f3;
  font-family: 'usa', sans-serif;
  font-size: 15px;
  font-weight:normal;
}
/*　--span--　*/
.bks {
  color: transparent;
  text-shadow: 0 0 5px rgba(255,255,255,0.8);
}
.red {
  color: red;
}
/* --pen-- */
rrp{
  color: #BFFFFF;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight:normal;
}
typ{
  color: #A590AF;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight:normal;
}
kup{
  color: #F9E97A;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight:normal;
}
knp{
  color: #ABD3D8;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight:normal;
}

/* --open&close-- */
summary{
  cursor:pointer;
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  outline:none; 
}
details{
  border-radius: 5px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0 auto;
  padding: 1em;
  transition: 1.5s;
}
details[open]{
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
  margin: 0 auto;
  padding: 1em;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::before {
  content:"\f070";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  margin-right:2px;
}
details[open] summary::before {
  content:"\f06e";
}

/* --textarea-- */
textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0em;
  color: #333;
  margin: 0 auto;
  padding: 0.5em;
  width: 200px; 
}

/* --music-- */
@keyframes blinking {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.music {
  animation: blinking 1s ease-in-out infinite alternate;
  background-color: rgba(255,255,255,0);
}

/* --link-- */
a{
  color: #f3f3f3;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  color: transparent;
  text-shadow: 0 0 3px #f3f3f3;
}
