/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_3 .title_img {
/*
  position: absolute;
  width: 15.7%;
  max-width: 268px;
  top: 4.7%;
  right: 70px;
  z-index: 1
*/
	position: absolute;
  width: 2.3%;
  max-width: 40px;
  top: 28vh;
  left: 1.7%;
  z-index: 1;
}

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

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

#story_3 .left_area {
  width: 46.3%;
  margin-top: 15vh;
	margin-right: 4.1%;
/*
  padding-left: 3%;
  box-sizing: border-box;
*/
}

#story_3 .left_area .text_01 {
	background: #FFF;
/*	padding: 4.8%;*/
  margin: 2.5em auto 0 0;   
}

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

#story_3 .left_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 1em;
}

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

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

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


/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/

#story_3 #scn01 {
  opacity: 1;
  z-index: 501;
  background: url("/book/focal/muroto/images/column2/fv_bg.jpg") no-repeat center center / cover;
}
#story_3 #scn01 .fv_title {
	width: 71.7%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

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

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

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

#story_3 #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_3 #scn03,
#story_3 #scn08 {
  background: url("/book/focal/muroto/images/column2/bg01.jpg") no-repeat center top / cover;
}
#story_3 #scn03 .img_01 {
  width: 109.7%;
}

#story_3 #scn04 {
  background: url("/book/focal/muroto/images/column2/bg02.jpg") no-repeat center top / cover;
}
#story_3 #scn04 .img_01 {
  width: 115.2%;
}

#story_3 #scn05 {
  background: url("/book/focal/muroto/images/column2/bg03.jpg") no-repeat center top / cover;
}
#story_3 #scn05 .img_01 {
  width: 120%;
}

#story_3 #scn06 {
  background: url("/book/focal/muroto/images/column2/bg04.jpg") no-repeat center top / cover;
}
#story_3 #scn06 .img_01 {
  width: 100%;
}

#story_3 #scn07 {
  background: url("/book/focal/muroto/images/column2/bg05.jpg") no-repeat center top / cover;
}
#story_3 #scn07 .img_01 {
  width: 116.2%;
}



#story_3 #scn08 .main_area {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
}
#story_3 #scn08 .info_box {
  position: relative;
  width: 48.5%;
  max-width: 1145px;
  background: #FFF;
  border: #093A56 solid 2px;
}
#story_3 #scn08 .info_box_inner {
  position: relative;
  width: 75.9%;
  padding: 7.3% 0 6.8%;
  margin: 0 auto;
}
#story_3 #scn08 .info_title {
  width: 100%;
}
#story_3 #scn08 .text_01 {
  width: 100%;
  margin: 1em auto 2em;
}
#story_3 #scn08 .text_01 p {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
#story_3 #scn08 .info_btn {
  width: 100%;
}
#story_3 #scn08 .info_object01 {
  width: 56.3%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
	margin-left: -61.4%;
}
#story_3 #scn08 .info_object02 {
  width: 40.1%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -45.4%;
}
#story_3 #scn08 .info_object03 {
  width: 24.3%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -19.2%;
  margin-left: 58.7%;
	z-index: -1;
}