/* ストーリー */
.story-content {
  width: 90%;
  margin: 0 auto 40px;
  padding: 30px 20px 50px;
  background-image: url("/wp-content/themes/ikemen/title/sengokueien/images/story/bg_story.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px #ECC7A2;
}
.story-items {
  
}
.story-text {
  width: 100%;
  padding: 35px 0 50px;
  margin: 0 auto;
}
.story-text:last-child {
  width: 70%;
  padding-bottom: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .story-container {
    width: 100%;
  }
  .story-content {
    max-width: 1060px;
    margin: 0 auto 70px;
    padding: 60px 60px 100px;
  }
  .story-text:nth-of-type(2) {
    width: 541px;
  }
  .story-text:nth-of-type(4) {
    width: 430px;
  }
  .story-text:last-child {
    width: 325px;
  }
}