.contents-box {
  width: 80%;
}

.ep01-img01 {
  width: 60%;
  margin: 5% 0 5% auto;
  position: relative;
  z-index: 1;
}

.ep01-text01 {
  margin-top: -30%;
  position: relative;
  z-index: 10;
  margin-bottom: 50%;
}
.ep01-text01 h1 {
  font-size: 2.5vw;
  line-height: 150%;
  margin-bottom: 3%;
}
.ep01-text01 p {
  background-color: #def1ff;
  position: absolute;
  padding: 3% 5%;
  width: 60%;
  font-size: max(1.3vw, 10px);
}

.ep01-img02 {
  width: 60%;
  margin: 5% auto 5% 0;
  position: relative;
  z-index: 1;
}

.ep01-text02 {
  margin-top: -30%;
  position: relative;
  z-index: 10;
  width: 50%;
  margin: -30% 0% 35% auto;
}
.ep01-text02 h2 {
  font-size: 2.5vw;
  line-height: 150%;
  margin-bottom: 3%;
  margin-left: 22%;
}
.ep01-text02 p {
  background-color: #def1ff;
  position: absolute;
  display: block;
  width: 100%;
  padding: 4% 6%;
  font-size: max(1.3vw, 10px);
  color: rgb(29, 29, 29);
}

@media (max-width: 700px) {
  .ep01-text01 {
    margin-bottom: 20%;
  }
  .ep01-text01 h1 {
    padding-top: 20%;
    font-size: 17px;
  }
  .ep01-text01 p {
    font-size: 15px;
    width: 80%;
    position: static;
  }
  .ep01-img02 {
    position: static;
  }
  .ep01-text02 {
    position: static;
    width: 90%;
  }
  .ep01-text02 h2 {
    padding-top: 30%;
    font-size: 17px;
  }
  .ep01-text02 p {
    font-size: 15px;
    width: 90%;
    position: static;
    margin-left: auto;
  }
}/*# sourceMappingURL=episode01.css.map */