.story-people-item {
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.story-people-item > .image {
  line-height: 0;
  margin: 0 -20px 1.5rem;
}

.story-detail-closer {
  padding-top: calc(75vw + 1.5rem);
  padding-bottom: 5rem;
}
.story-detail-closer.-story01 {
  background: url(../../images/story/story01/image04-small.jpg) center top no-repeat;
  background-size: contain;
}
.story-detail-closer.-story02 {
  background: url(../../images/story/story02/image04-small.jpg) center top no-repeat;
  background-size: contain;
}
.story-detail-closer.-story03 {
  background: url(../../images/story/story03/image04-small.jpg) center top no-repeat;
  background-size: contain;
}
.story-detail-closer.-story04 {
  background: url(../../images/story/story04/image04-small.jpg) center top no-repeat;
  background-size: contain;
}
.story-detail-closer.-story05 {
  background: url(../../images/story/story05/image04-small.jpg) center top no-repeat;
  background-size: contain;
}
.story-detail-closer.-story06 {
  background: url(../../images/story/story06/image04-small.jpg) center top no-repeat;
  background-size: contain;
}
.story-detail-closer.-story07 {
  background: url(../../images/story/story07/image04-small.jpg) center top no-repeat;
  background-size: contain;
}

.story-people-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2.5rem -0.5rem;
}
.story-people-list > .item {
  margin: 2.5rem 0.5rem;
  width: calc(100% - 1rem);
}

.story-detail-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.story-detail-layout01 > .text {
  width: 100%;
}
.story-detail-layout01 > .image {
  margin: 0 auto 1.5rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 62.5%;
}

.story-detail-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.story-detail-layout02 > .text {
  width: 100%;
}
.story-detail-layout02 > .image {
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}