/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_2 .title_img {
  position: absolute;
  width: 17.9%;
  max-width: 305px;
  top: 4.8%;
  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: 38.3%;
	margin-right: 5.1%;
/*  margin-top: 20vh;*/
  box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

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

#story_2 .left_area .text_01 {
  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: .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: 56.6%;
  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 {
  background: url("/book/focal/muroto/images/column/fv_bg.jpg") no-repeat center center / cover;
  opacity: 1;
  z-index: 501;
}
#story_2 #scn01 .fv_title {
  width: 33.8%;
  max-width: 577px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#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 .main_area {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  position: relative;
  height: 100vh;
	-webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
}

#story_2 #scn03 .main_area .main_box,
#story_2 #scn07 .main_area .main_box {
	position: relative;
  width: 67.3%;
  max-width: 1150px;
  background: #FFF;
}

#story_2 #scn03 .main_area .main_inner,
#story_2 #scn07 .main_area .main_inner {
  position: relative;
  width: 85.2%;
  padding: 5% 0;
  margin: 0 auto;
}

#story_2 #scn03 {
  background: url("/book/focal/muroto/images/column/ijyu01_bg.jpg") no-repeat center center/ cover;
}
#story_2 #scn07 {
  background: url("/book/focal/muroto/images/column/ijyu02_bg.jpg") no-repeat center center/ cover;
}
/*
#story_2 #scn03 .main_area {
	-webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
}
*/
#story_2 #scn03 .main_area .text_01,
#story_2 #scn07 .main_area .text_01 {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;   
	gap: 1em;
}
#story_2 #scn07 .main_area .txt {
	width: 100%;
	margin-top: 1em;
}
#story_2 #scn03 .main_area .icon,
#story_2 #scn07 .main_area .icon {
	width: 138px;
}
#story_2 #scn03 .main_area .text_01 > p,
#story_2 #scn07 .main_area .text_01 > p {
	width: 618px;
}
#story_2 #scn03 .img_01 {   
	margin-bottom: 2em;
}
#story_2 #scn07 .text_01 {   
	margin: 1em 0;
}

#story_2 #scn04 .main_area .main_box,
#story_2 #scn05 .main_area .main_box,
#story_2 #scn06 .main_area .main_box,
#story_2 #scn08 .main_area .main_box,
#story_2 #scn09 .main_area .main_box,
#story_2 #scn10 .main_area .main_box{
	position: relative;
  width: 85.4%;
  max-width: 1415px;  
	height: 100%;
}

#story_2 #scn04 .main_area .main_inner,
#story_2 #scn05 .main_area .main_inner,
#story_2 #scn06 .main_area .main_inner,
#story_2 #scn08 .main_area .main_inner,
#story_2 #scn09 .main_area .main_inner,
#story_2 #scn10 .main_area .main_inner {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
	height: 100%;
}

#story_2 #scn04 .scn_inner,
#story_2 #scn05 .scn_inner,
#story_2 #scn06 .scn_inner,
#story_2 #scn08 .scn_inner,
#story_2 #scn09 .scn_inner,
#story_2 #scn10 .scn_inner {
	border-width: 20px 65px 20px 20px;
  border-style: solid;
  border-color: #fff;
	box-sizing: border-box;  
	height: 100%;
  background: url("/book/focal/muroto/images/column/bg.jpg") no-repeat center center/ cover;
}

#story_2 #scn04,
#story_2 #scn05,
#story_2 #scn06,
#story_2 #scn08,
#story_2 #scn09,
#story_2 #scn10{
  background: url("/book/focal/muroto/images/column/bg.jpg") no-repeat center center/ cover;
}

#story_2 #scn04 .title_img,
#story_2 #scn05 .title_img,
#story_2 #scn06 .title_img,
#story_2 #scn08 .title_img,
#story_2 #scn09 .title_img,
#story_2 #scn10 .title_img {
	width: 25.8%;
	max-width: 440px;
	top: 5.5%;
}


#story_2 #scn06 .left_area {
	width: 44.8%;
	margin: 0;
}
#story_2 #scn06 .right_area {
	width: 50.9%;
}
#story_2 #scn10 .left_area {
	width: 53.4%;
	margin: 0;
}
#story_2 #scn10 .right_area {
	width: 45.4%;
}


#story_2 #scn04 .obj_img {
	position: absolute;
	width: 12.5%;
	max-width: 213px;
	bottom: 0;
	left: 0;   
	margin-bottom: 4.2%;
	margin-left: 2.2%;
	z-index: 0;   
}
#story_2 #scn05 .obj_img {
	position: absolute;
	width: 12.5%;
	max-width: 213px;
	bottom: 0;
	left: 0;   
	margin-bottom: 5.9%;
	z-index: 0;   
}
#story_2 #scn06 .obj_img {
	position: absolute;
	width: 20.45%;
	max-width: 347px;
	top: 0;
	left: 0;   
	margin-top: 2.7%;
	margin-left: 44.8%;
	z-index: 0;   
}
#story_2 #scn08 .obj_img {
	position: absolute;
	width: 20.45%;
	max-width: 347px;
	top: 0;
	right: 0;   
	margin-top: 16.5%;
	z-index: 0;   
}
#story_2 #scn09 .obj_img {
	position: absolute;
	width: 18.6%;
	max-width: 318px;
	top: 0;
	right: 0;   
	margin-top: 13%;
	margin-right: 4.1%;
	z-index: 0;   
}
#story_2 #scn10 .obj_img {
	position: absolute;
	width: 21.5%;
	max-width: 366px;
	top: 0;
	left: 0;   
	margin-top: 5.1%;
	margin-left: 55.3%;
	z-index: 0;   
}



#story_2 #scn04 .img_01 {
	width: 109.5%;
}
#story_2 #scn05 .txtimg_01 {
	width: 122.4%;
}
#story_2 #scn05 .img_01 {
	width: 94.4%;
	margin-left: 12.8%;
}
#story_2 #scn08 .txtimg_01 {
	width: 115.7%;
}
#story_2 #scn08 .img_01 {
	width: 80.8%;
	margin-left: 9.5%;
}
#story_2 #scn09 .txtimg_01 {
	width: 128.6%;
}
#story_2 #scn09 .img_01 {
	width: 79.9%;
	margin-left: 17.4%;
}

#story_2 #scn10 .right_area .img_02 {
	margin-top: 12%;
}
#story_2 #scn11 {
  background: url("/book/focal/muroto/images/column/info_bg.jpg") no-repeat center 70%/ cover;
}
#story_2 #scn11 .info_box {
  position: relative;
  width: 67%;
  max-width: 1145px;
  background: #FFF;
/*  border: #192C54 solid 2px;*/
}
#story_2 #scn11 .info_box_inner {
  position: relative;
  width: 54.9%;
  padding: 12.2% 0 6.8%;
  margin: 0 auto;
}
#story_2 #scn11 .info_title {
  width: 72.9%;
	margin: 0 auto 8.3%;
}
#story_2 #scn11 .info_btn {
  width: 100%;
}
#story_2 #scn11 .info_obj01 {
  width: 19.4%;
  position: absolute;
  top: 0;
  left: 0;
	margin-top: 8.8%;
	margin-left: 5.9%;
}
#story_2 #scn11 .info_obj02 {
  width: 17.7%;
  position: absolute;
  top: 0;
  right: 0;
	margin-top: 8.8%;
  margin-right: 3.9%;
}
