.windows {
  background-image: url('../img/yudias/18.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 15px;
}

.textbox {
  position: relative;
  text-align: center;
  color: white;
  top: 500px;
  z-index: 3;
}

.texttext {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chara {
  position: absolute;
  left: 35%;
  z-index: 1;
}

.charapic {
  position: absolute;
  top: -176px;
  z-index: 1;
  max-height: 700px;
  width: auto;
}

