/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_2 .title_img {
  position: absolute;
  width: 16.1%;
  max-width: 220px;
  top: 5.3%;
  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: 34.3%;
  margin-top: 21vh;
}

#story_2 .left_area .text_01 {
  margin-top: 15px;
  width: 100%;
  margin: 1em 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: 1em;
}

#story_2 .right_area {
  width: 56.6%;
  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 {
  background: url("/book/focal/kamijima/images/column/fv_bg.jpg") no-repeat center top / cover;
  opacity: 1;
  z-index: 501;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#story_2 #scn01 .main_title {
	width: 39.9%;
	margin-top: -3%;
}

#story_2 #scn02 {
  background: #083b55;
}

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

#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 #scn03 {
  background: url("/book/focal/kamijima/images/column/bg01-1.png") no-repeat center top / 100% auto, url("/book/focal/kamijima/images/column/bg01-2.png") no-repeat center bottom / 100% auto, url("/book/focal/kamijima/images/column/bg03.jpg") no-repeat center center / cover;
}
#story_2 #scn04 {
  background: url("/book/focal/kamijima/images/column/bg02-1.png") no-repeat center top / 100% auto, url("/book/focal/kamijima/images/column/bg02-2.png") no-repeat center bottom / 100% auto, url("/book/focal/kamijima/images/column/bg03.jpg") no-repeat center center / cover;
}
#story_2 #scn05 {
  background: url("/book/focal/kamijima/images/column/bg03.jpg") no-repeat center center / cover;
}

#story_2 #scn03 .img_01 {
  width: 102.3%;
}

#story_2 #scn04 .img_01 {
  width: 106%;
  margin-left: -8.6%;
}

#story_2 #scn05 .main_area {
  width: 71.2%;
  max-width: 973px;
  align-items: center;
}
#story_2 #scn05 .info_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#story_2 #scn05 .info_box {
  width: 70%;
  margin-top: 20px;
}
#story_2 #scn05 .info_box_top img,
#story_2 #scn05 .info_box_bottom img {
  vertical-align: bottom;
}
#story_2 #scn05 .info_box_inner {
  background: url("/book/focal/kamijima/images/column/book_mdl.png") repeat-y 0 0 / 100% auto;
  padding: 0 21.7% 25px 15.2%;
}
#story_2 #scn05 .info_box_inner .text_01 {
  margin: 20px 0;
}
#story_2 #scn05 .info_box_inner .text_01 p {
  font-size: 14px;
  line-height: 1.85;
}
#story_2 #scn05 .info_box_inner .info_btn {
  width: 222px;
  margin-left: auto;
}
#story_2 #scn05 .info_img {
  width: 30%;
}
#story_2 #scn05 .info_img img {
  width: 140%;
  max-width: 140%;
  margin-left: -40%;
}