.content_story {
  width: 100%;
  position: relative;
  background: url(../images/story/pc/story_pc_image.png?20191001) no-repeat left top;
  background-size: 100%;
  text-align: center;
}

.content_story:before {
  content: "";
  display: block;
  padding-top: calc(673 / 670 *100%);
}

.content_story_2 {
  width: 100%;
  position: relative;
  background: url(../images/story/pc/story_pc_image_2.png) no-repeat left top;
  background-size: 100%;
  text-align: center;
}

.content_story_2:before {
  content: "";
  display: block;
  padding-top: calc(673 / 670 *100%);
}

.content_story_text {
  position: absolute;
  top: 11%;
  left: 0;
  right: 0;
  font-size: 17px;
}

.content_story_text .title, .content_story_text .text {
  color: #fff;
  text-shadow: 0px 0px 10px #c2ccff, 0px 0px 10px rgba(194, 204, 255, 0.5);
}

.content_story_text .title {
  font-size: 24px;
  margin-bottom: 2em;
}

.content_story_text .text {
  margin-bottom: 1.5em;
}

.content_story_text .copy_text {
  margin-top: 2em;
  color: #e68590;
  font-size: 22px;
}

@media screen and (max-width: 750px) {
  .content_story {
    background: url(../images/story/sp/story_sp_image.png) no-repeat top;
    background-size: 100%;
  }
  .content_story:before {
    content: "";
    display: block;
    padding-top: calc(557 / 520 *100%);
  }
    .content_story_2 {
    background: url(../images/story/sp/story_sp_image_2.png) no-repeat top;
    background-size: 100%;
  }
  .content_story_2:before {
    content: "";
    display: block;
    padding-top: calc(557 / 520 *100%);
  }
  .content_story_text {
    top: 6%;
    left: 0;
    right: 0;
    font-size: 1em;
    text-align: justify;
    width: 82%;
    margin: 0 auto;
  }
  .content_story_text .title {
    font-size: 1em;
    margin-bottom: 8%;
    text-align: center;
  }
  .content_story_text .text {
    margin-bottom: 3%;
    font-size: .8em;
  }
  .content_story_text .copy_text {
    margin-top: 5%;
    text-align: center;
    font-size: 1em;
  }
}

@media screen and (max-width: 330px) {
  .content_story_text {
    top: 5%;
    left: 0;
    right: 0;
    font-size: 1em;
    text-align: justify;
    width: 82%;
    margin: 0 auto;
  }
  .content_story_text .title {
    font-size: .8em;
    margin-bottom: 1em;
    text-align: center;
  }
  .content_story_text .text {
    margin-bottom: 5%;
    font-size: .7em;
  }
  .content_story_text .copy_text {
    margin-top: 1em;
    text-align: center;
    font-size: .8em;
  }
}
