.story {
  padding: 1em 0;
  text-align: center;
  line-height: 2.2;
  text-shadow:
    0 0 6px #fff,
    0 0 6px #fff,
    0 0 6px #fff,
    0 0 6px #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.story-bg {
  background-image: url(../img/common/koushou.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 60%;
}

.t-1 {
  display: inline-block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.t-2 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0.2em;
}

.t-lh {
  padding: 1em 0;
  line-height: 1.8;
}

.t-bm {
  padding: 0 0 1em;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .story {
    padding: 1em 0;
    line-height: 2;
  }

  .story-bg {
    background-image: url(../img/common/koushou.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
  }

  .t-1 {
    font-size: 4.62vw;
  }

  .t-2 {
    font-size: 3.59vw;
  }

  .t-lh {
    padding: 0.6em 0;
    line-height: 1.8;
  }

  .t-bm {
    padding: 0 0 1em;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
}
