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

#story_2 .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_2 .main_area p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 500;
}

#story_2 .left_area {
  width: 39.5%;
  margin-top: 16vh;
  box-sizing: border-box;
  margin-right: 5.0%;
}

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

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

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

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

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

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

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

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


/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_2 #scn01 {
  opacity: 1;
  z-index: 501;
}
#story_2 #scn01 .fv-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;   
  height: 100vh;  
  border-right: 44px solid #FFFFFF;
}
#story_2 #scn01 .main_title {
	width: 37.6%;
  height: 100%;
}
#story_2 #scn01 .main_title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}
#story_2 #scn01 .main_img {
	width: 62.4%;
  height: 100%;
}
#story_2 #scn01 .main_img img {
  width: 100%;
  height: 100%;   
  object-fit: cover;
  object-position: center 90%;
}

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

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

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

#story_2 #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_2 #scn02 .main_text .navigater {
  width: 53.6%;    
  max-width: 378px;
  margin-top: -6%;
  margin-left: auto;
}

#story_2 #scn03 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni03/images/trip2/bg01.jpg") no-repeat center center / cover;
}

#story_2 #scn06 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni03/images/trip2/bg02.jpg") no-repeat center center / cover;
}

#story_2 #scn09 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni03/images/trip2/bg03.jpg") no-repeat center center / cover;
}

#story_2 #scn11 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni03/images/trip2/bg04.jpg") no-repeat center center / cover;
}

#story_2 #scn13 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni03/images/trip2/bg05.jpg") no-repeat center center / cover;
}

#story_2 #scn15 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni03/images/trip2/bg06.jpg") no-repeat center center / cover;
}

#story_2 #scn03 .main_area,
#story_2 #scn06 .main_area,
#story_2 #scn09 .main_area,
#story_2 #scn11 .main_area,
#story_2 #scn13 .main_area,
#story_2 #scn15 .main_area {
  display: inherit;
  max-width: inherit;
  width: 100%;
}

#story_2 #scn03 .left_area,
#story_2 #scn06 .left_area,
#story_2 #scn09 .left_area,
#story_2 #scn11 .left_area,
#story_2 #scn13 .left_area,
#story_2 #scn15 .left_area {
  margin: 0;
  position: absolute;
  width: 33.8%;
  top: 50%;
  left: 6.4%;
  transform: translateY(-50%);
}

#story_2 #scn03 .left_area .title_01,
#story_2 #scn06 .left_area .title_01,
#story_2 #scn09 .left_area .title_01,
#story_2 #scn11 .left_area .title_01,
#story_2 #scn13 .left_area .title_01,
#story_2 #scn15 .left_area .title_01 {
  width: 73.6%;
  margin-left: 6.9%;
}

#story_2 #scn03 .left_area .title_01,
#story_2 #scn06 .left_area .title_01,
#story_2 #scn09 .left_area .title_01,
#story_2 #scn11 .left_area .title_01,
#story_2 #scn13 .left_area .title_01,
#story_2 #scn15 .left_area .title_01 {
  width: 73.6%;
  margin-left: 4.9%;
}

#story_2 #scn03 .text_01,
#story_2 #scn06 .text_01,
#story_2 #scn09 .text_01,
#story_2 #scn11 .text_01,
#story_2 #scn13 .text_01,
#story_2 #scn15 .text_01 {
  width: 100%;
  margin: 1.0em auto 0;
}

#story_2 #scn03 .text_01 p,
#story_2 #scn06 .text_01 p,
#story_2 #scn09 .text_01 p,
#story_2 #scn11 .text_01 p,
#story_2 #scn13 .text_01 p,
#story_2 #scn15 .text_01 p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}

#story_2 #scn03 .text_01 .info,
#story_2 #scn06 .text_01 .info,
#story_2 #scn09 .text_01 .info,
#story_2 #scn11 .text_01 .info,
#story_2 #scn13 .text_01 .info,
#story_2 #scn15 .text_01 .info {  
  width: 74.5%;
  font-size: 15px;
  line-height: 2;   
  margin-top: 2em;
  border-left: 1px solid #093A56;
  padding-left: 1.5em;
}

#story_2 #scn03 .text_01 .info span,
#story_2 #scn06 .text_01 .info span,
#story_2 #scn09 .text_01 .info span,
#story_2 #scn11 .text_01 .info span,
#story_2 #scn13 .text_01 .info span,
#story_2 #scn15 .text_01 .info span {
  font-size: 12px;
  line-height: 1.7;
  display: inline-block;
}

#story_2 #scn03 .right_area,
#story_2 #scn06 .right_area,
#story_2 #scn09 .right_area,
#story_2 #scn11 .right_area,
#story_2 #scn13 .right_area,
#story_2 #scn15 .right_area {
  position: absolute;
  top: 50%;
  width: 56.9%;
  right: 0;
  height: 70.312%;
  transform: translateY(-50%);
}

#story_2 #scn03 .right_area img,
#story_2 #scn06 .right_area img,
#story_2 #scn09 .right_area img,
#story_2 #scn11 .right_area img,
#story_2 #scn13 .right_area img,
#story_2 #scn15 .right_area img {
  object-fit: cover;
  height: 100%;
}


/*
#story_2 #scn05 .left_area,
#story_2 #scn08 .left_area,
#story_2 #scn10 .left_area,
#story_2 #scn12 .left_area {
  margin-top: 20vh;
}
*/

#story_2 #scn03 .right_area img,
#story_2 #scn06 .right_area img {
  object-position: center bottom;
}

#story_2 #scn04 .right_area .img_01 {
  width: 107.9%;
  margin-left: -1.6%;
}

#story_2 #scn05 .right_area .img_01 {
  width: 105.5%;
}

#story_2 #scn07 .right_area .img_01 {
  width: 104.9%;
  margin-left: 1.6%;
}

#story_2 #scn08 .right_area .img_01 {
  width: 100%;
  margin-left: 5.2%;
}

#story_2 #scn10 .right_area .img_01 {
  width: 88.8%;
  margin-left: 5.2%;
}

#story_2 #scn12 .right_area .img_01 {
  width: 83.4%;
  margin-left: 8.4%;
}

#story_2 #scn13 .left_area {
  width: 34.8%;
}

#story_2 #scn14 .right_area .img_01 {
  width: 107.1%;
  margin-left: 0.6%;
}

#story_2 #scn16 .right_area .img_01 {
  width: 105.1%;
  margin-left: 1.6%;
}