/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_4 .title_img {
  position: absolute;
  width: 19.8%;
  max-width: 271px;
  top: 0;
  right: 70px;
  z-index: 1
}

#story_4 .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto;
  max-width: 156vh;
  position: relative;
  height: 100vh;
}

#story_4 .main_area p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 500;
}

#story_4 .left_area {
  width: 39.5%;
  margin-top: 25vh;
  box-sizing: border-box;
  margin-right: 5.9%;
}

#story_4 .left_area .data {
  width: 19.2%;
  margin-top: 1em;
}

#story_4 .left_area .text_01 {
  width: 96%;
  margin: 1.5em auto 0;
}

#story_4 .left_area .text_01 p {
  font-size: 14px;
  line-height: 1.85;
}

#story_4 .left_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: .5em;
}
#story_4 .left_area .text_01 p.info .large {
  font-size: 14px;
  font-weight: bold;
}

#story_4 .left_area .comment_01 {
  margin-top: 5%;
  max-width: 442px;
}

#story_4 .right_area {
  width: 54.6%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/*
#story_4 .right_area > div {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
*/

#story_4 .staff-credit .main_area {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#story_4 .staff-credit {
  text-align: center;
}
#story_4 .staff-credit .text_01 p {
  font-size: 15px;
  line-height: 1.85;
}
#story_4 .staff-credit .text_01 p.bold {
  font-weight: bold;
}
#story_4 .staff-credit .text_01 .mt15 {
  margin-top: 15px;
}


/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_4 #scn01 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni03/images/column/fv_bg.png") no-repeat center center / cover;
  opacity: 1;
  z-index: 501;
}
#story_4 #scn01 .fv_title {
	width: 47.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-85%);
}

#story_4 #scn02 {
  background: #083b55;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#story_4 #scn02 .main_text {
  width: 51%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

#story_4 #scn02 .main_text > p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}

#story_4 #scn02 .main_text > p.credit_text {
  margin-top: 2em;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
#story_4 #scn02 .main_text .navigater {
  width: 53.6%;    
  max-width: 378px;
  margin-top: -6%;
  margin-left: auto;
}

#story_4 #scn03,
#story_4 #scn04,
#story_4 #scn05,
#story_4 #scn06,
#story_4 #scn07,
#story_4 #scn08,
#story_4 #scn09 {
  background: #FFFAE6;
}

#story_4 #scn03 .right_area .img_01 {
  width: 108.7%;
}

#story_4 #scn04 .right_area .img_01 {
  width: 96.6%;
}

#story_4 #scn05 .right_area .img_01 {
  width: 110.8%;
  margin-left: -3.5%;
}

#story_4 #scn06 .right_area .img_01 {
  width: 102.2%;
}

#story_4 #scn07 .right_area .img_01 {
  width: 62.5%;
  margin-left: 15.5%;
}

#story_4 #scn08 .right_area .img_01 {
  width: 106.1%;
}

#story_4 #scn09 .right_area .img_01 {
  width: 96.6%;
  margin-left: 1.6%;
}

