/*--------------------------------------------------------
　共通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 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%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  /* -webkit-align-items: center;
  align-items: center; */
}

#story_2 .left_area .title_01 {
  margin-top: 13.5vh;
  margin-left: -3%;
  width: 115%;
}

#story_2 .left_area .text_01 {
  width: 102%;
  margin: 0.5em auto 0 4%;
}

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

#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 .right_area > div .img_01 {
  width: 82%;
  height: auto;
  margin-left: 6.5%;
}


/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_2 #scn01 {
  background-color: #fde4d8;
  opacity: 1;
  z-index: 501;
}

#story_2 #scn01 .fv_title {
  width: min(calc(1203 / 1366 * 100vw), 1203px);
  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 .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,
#story_2 #scn04,
#story_2 #scn05,
#story_2 #scn07,
#story_2 #scn08,
#story_2 #scn09 {
  background-color: #fde4d8;
}

#story_2 #scn03 .scn_inner,
#story_2 #scn04 .scn_inner,
#story_2 #scn05 .scn_inner,
#story_2 #scn07 .scn_inner,
#story_2 #scn08 .scn_inner,
#story_2 #scn09 .scn_inner {
  height: 100%;
}

#story_2 #scn03 .main_area,
#story_2 #scn04 .main_area,
#story_2 #scn05 .main_area,
#story_2 #scn07 .main_area,
#story_2 #scn08 .main_area,
#story_2 #scn09 .main_area {
  width: 86%;
  max-width: 156vh;
  margin: 0 auto;
}

#story_2 #scn03 .title_img,
#story_2 #scn04 .title_img,
#story_2 #scn05 .title_img,
#story_2 #scn07 .title_img,
#story_2 #scn08 .title_img,
#story_2 #scn09 .title_img {
  width: 1.4%;
  max-width: 40px;
  top: 5.1vh;
  right: 6.5%;
}

#story_2 #scn03 .text_01,
#story_2 #scn04 .text_01,
#story_2 #scn05 .text_01,
#story_2 #scn07 .text_01,
#story_2 #scn08 .text_01,
#story_2 #scn09 .text_01 {
  margin-top: 0.5em;
}

#story_2 #scn06 {
  background: url("/book/focal/hirata/images/column/bg01.jpg") no-repeat center center / cover;
}

#story_2 #scn04 .right_area .img_01 {
  position: relative;
  z-index: 1;
}

#story_2 #scn04 .right_area .img_01::before {
  content: '';
  position: absolute;
  display: block;
  background: url('/book/focal/hirata/images/column/img02_2.png') no-repeat center center / contain;
  width: 64%;
  height: 24.5vh;
  bottom: -6vh;
  left: -70%;
  pointer-events: none;
  z-index: 2;
}

#story_2 #scn05 .right_area .img_01 {
  width: 83%;
  height: auto;
  margin-left: 8.5%;
  margin-top: -9%;
}

#story_2 #scn07 .right_area .img_01 {
  width: 83%;
  height: auto;
  margin-left: 16.5%;
  margin-top: -9%;
}

#story_2 #scn08 .right_area .img_01 {
  width: 83%;
  height: auto;
  margin-left: 6.5%;
  margin-top: 0;
}

#story_2 #scn09 .right_area .img_01 {
  width: 83%;
  height: auto;
  margin-left: 16.5%;
  margin-top: -8%;
}
