body {
  background-image: url("/bg/lp.gif");
}

.two::-webkit-scrollbar {
  display: block !important;
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #ffe4ee;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #ffaac9;
  z-index: 1;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff619b;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2.5em;
  color: #000;
  font-family: Hafizabad;
  margin: .5em 0;
  margin-bottom: .1em;
}

h2 {
  font-family: Otsutome;
  font-size: 1.5em;
  margin: 0;
  font-weight: normal;
}

h2 img {
  image-rendering: pixelated;
}

.content {
  width: 50%;
  margin-top: 1.4em;
  padding-bottom: 1.5em;
}


.box {
  width: 300px;
  background: white;
  border: 2px pink dotted;
  border-radius: 30px;
  position: absolute;
  top: 4em;
  left: 5em;
}

.chara {
  padding: 20px;
  display: flex;
  width: 75%;
}

.chara > .one {
  width: 50%;
  height: 21em;
  overflow: auto;
  margin-right: 1.35em;
}

.chara > .two {
  width: 50%;
  height: 21em;
  overflow: auto;
}

.slay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 2.75em;
  font-size: .9em;
}

.slay > .hey {
  width: 25%;
  margin-right: 2.5em;
  background: white;
  border: 1px #000 solid;
  padding: 25px;
  padding-bottom: 15px;
  box-shadow: 10px 10px 0px 0px rgba(255,255,255,.5);
  position: relative;
  top: 10px;
}


.iz {
  background: white;
  border: 2px #ff64a2 dotted;
  box-shadow: 0 0 7px 5px rgb(255 195 219 / 75%)
}

.sz {
  background: white;
  border: 2px #79ff9a dotted;
  margin-right: 2.5em;
}

.scara {
  background: white;
  border: 2px #d685ff dotted;
}

.natsu {
  background: white;
  border: 2px #fbc184 dotted;
  margin-right: 2.5em;
}




@media  screen and (max-width: 1920px)  {


h1 {
  font-size: 2.2em;
  color: #000;
  font-family: Hafizabad;
  margin: .4em 0;
  margin-bottom: .1em;
}

h2 {
  font-family: Otsutome;
  font-size: 1.25em;
  margin: 0;
  font-weight: normal;
}

.content {
  width: 55%;
  margin-top: 1.4em;
  padding-bottom: 1.5em;
}


.box {
  width: 300px;
  background: white;
  border: 2px pink dotted;
  border-radius: 30px;
  position: absolute;
  top: 4em;
  left: 3.5em;
}

.chara {
  /* box-shadow: 3px 3px 0px 3px #FFFFFF; */
  padding: 20px;
  display: flex;
}

.chara > .half1 {
  width: 40%;
  margin-right: 1.35em;
}

.chara > .half2 {
  width: 60%;
  height: 16em;
  overflow: auto;
}

.slay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2.5em;
  font-size: .9em;
}


.slay > .sz {
  width: 50%;
  background: white;
  border: 2px #7ad3ff dotted;
  margin-right: 2.5em;
}

.slay > .iz {
  width: 50%;
  background: white;
  border: 2px #ff64a2 dotted;
}

.scara {
  background: white;
  border: 2px #d685ff dotted;
  margin-right: 2.5em;
  width: 50%;
}

.lelouch {
  background: white;
  border: 2px #d685ff dotted;
  width: 50%;
}

.natsu {
  background: white;
  border: 2px #d685ff dotted;
  width: 50%;
  margin-right: 2.5em;
}
  
}
  

@font-face {
  font-family: Hafizabad;
  src: url("/font/Hafizabad.ttf");
}

@font-face {
  font-family: Otsutome;
  src: url("/font/otsu.ttf");
}