.top-box {
  margin-top: 100px;
}
.top-box .left {
  width: 50%;
}
.top-box .left .sub-title {
  font-family: "STKaiti";
  font-size: 70px;
  color: #523c3c;
  margin-bottom: 40px;
}
.top-box .left h1 {
  font-size: 23px;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
}
.top-box .right {
  width: 50%;
}
.top-box .right img {
  border-radius: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 700px) {
  .top-box {
    margin-top: 10px;
  }
  .top-box .right {
    width: 100%;
  }
  .top-box .left {
    margin-top: 0;
  }
}/*# sourceMappingURL=sub.css.map */