/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_3 {
  --w-base: 1366;
  --h-base: 768;
  --w-m-base: 1140; /* main_areaの横幅 */
  --w-l-base: 450; /* left_areaの横幅 */
  --w-r-base: 632; /* right_areaの横幅 */
}

#story_3 .title_img {
  position: absolute;
  width: calc(164 / var(--w-base) * 100%);
  max-width: 205px;
  top: 0;
  right: 40px;
  z-index: 1;
}

#story_3 .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_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: calc(var(--w-l-base) / var(--w-m-base) * 100%);
  margin-top: 20vh;
  box-sizing: border-box;
  margin-right: 5%;
}

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

#story_3 .left_area .text_01 {
  width: 96%;
  margin: 1.5em auto 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: 1.5em;
}
#story_3 .left_area .text_01 p.info .large {
  font-size: 14px;
  font-weight: bold;
}

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

#story_3 .right_area {
  width: calc(var(--w-r-base) / var(--w-m-base) * 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/hiroshima_miyajima_iwakuni04/images/trip3/fv_bg.jpg)
    no-repeat center center / cover;
}
#story_3 #scn01 .main_title {
  width: calc(342 / var(--w-base) * 100%);
  max-width: 427px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#story_3 #scn01 .main_title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}
#story_3 #scn01 .main_img {
  width: 62.4%;
  height: 100%;
}
#story_3 #scn01 .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 90%;
}

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

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

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

#story_3 #scn03 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni04/images/trip3/bg01.jpg")
    no-repeat center center / cover;
}

#story_3 #scn05 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni04/images/trip3/bg02.jpg")
    no-repeat center center / cover;
}

#story_3 #scn07 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni04/images/trip3/bg03.jpg")
    no-repeat center center / cover;
}

#story_3 #scn03 .main_area,
#story_3 #scn05 .main_area,
#story_3 #scn07 .main_area {
  display: inherit;
  max-width: inherit;
  width: 100%;
}

#story_3 #scn03 .left_area,
#story_3 #scn05 .left_area,
#story_3 #scn07 .left_area {
  margin: 0;
  position: absolute;
  width: calc(407 / var(--w-base) * 100%);
  top: 50%;
  left: calc(88 / var(--w-base) * 100%);
  transform: translateY(-50%);
}

#story_3 #scn03 .left_area .title_01,
#story_3 #scn05 .left_area .title_01,
#story_3 #scn07 .left_area .title_01 {
  width: calc(320 / 408 * 100%);
  margin: 0 auto;

  img {
    vertical-align: bottom;
  }
}

#story_3 #scn03 .text_01,
#story_3 #scn05 .text_01 {
  width: 100%;
  margin: 0;
}

#story_3 #scn07 .text_01 {
  width: 100%;
}

#story_3 #scn03 .text_01 p,
#story_3 #scn05 .text_01 p,
#story_3 #scn07 .text_01 p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}

#story_3 #scn03 .text_01 .info,
#story_3 #scn05 .text_01 .info,
#story_3 #scn07 .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_3 #scn03 .text_01 .info span,
#story_3 #scn05 .text_01 .info span,
#story_3 #scn07 .text_01 .info span {
  font-size: 12px;
  line-height: 1.7;
  display: inline-block;
}

#story_3 #scn03 .right_area,
#story_3 #scn05 .right_area,
#story_3 #scn07 .right_area {
  position: absolute;
  top: 50%;
  width: calc(805 / var(--w-base) * 100%);
  right: 0;
  height: calc(540 / var(--h-base) * 100%);
  transform: translateY(-50%);
}

#story_3 #scn03 .right_area .img,
#story_3 #scn05 .right_area .img,
#story_3 #scn07 .right_area .img {
  object-fit: cover;
  height: 100%;
}

#story_3 #scn03 .right_area .copy,
#story_3 #scn07 .right_area .copy {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#story_3 #scn05 .right_area .copy {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#story_3 #scn04 .right_area .img_01 {
  width: calc(717 / var(--w-r-base) * 100%);
  margin-left: calc(-23 / var(--w-r-base) * 100%);
}

#story_3 #scn06 .right_area .img_01 {
  width: calc(644 / var(--w-r-base) * 100%);
  margin-left: calc(12 / var(--w-r-base) * 100%);
}

#story_3 #scn08 .right_area .img_01 {
  width: calc(668 / var(--w-r-base) * 100%);
  margin-left: calc(24 / var(--w-r-base) * 100%);
}
