/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_2 {
  --w-base: 1366;
  --w-tricky-base: 968;
  --w-tricky-left: 406;
  --w-tricky-right: 494;
  --h-base: 768;
}

#story_2 .title_img {
  position: absolute;
  width: calc(156 / var(--w-base) * 100%);
  max-width: 195px;
  top: calc(37 / var(--h-base) * 100%);
  right: 80px;
  z-index: 2;
}

#story_2 .main_area {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  /* position: relative; */
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  width: 86%;
  max-width: 156vh;
}

#story_2 .main_area p {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #093a56;
  font-weight: 500;
}
#story_2 .left_area {
  width: calc(var(--w-tricky-left) / var(--w-tricky-base) * 100%);
  padding-left: calc(50 / var(--w-tricky-base) * 100%);
  margin-top: 16vh;
  margin-left: calc(130 / var(--w-tricky-base) * 100%);
  margin-right: calc(45 / var(--w-tricky-base) * 100%);
  box-sizing: border-box;
}

#story_2 .left_area .title_01 {
  position: absolute;
  width: 18vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#story_2 .left_area .title_01 > h2 {
  width: 60%;
  max-width: 202px;
}

#story_2 .left_area .title_01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d1e7e7;
  z-index: -1;
}

#story_2 .left_area .text_01 {
  width: 100%;
  margin: 20px auto 0;
}

#story_2 .left_area .text_01 p {
  font-size: 14px;
  line-height: 1.83;
  text-align: justify;
}

#story_2 .left_area .text_01 p.info {
  margin-top: 2.4em;
  font-size: 12px;
  line-height: 1.85;
}

#story_2 .right_area {
  width: calc(var(--w-tricky-right) / var(--w-tricky-base) * 100%);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#story_2 .right_area .img_01 img {
  vertical-align: bottom;
}

/* 詳細DATAボタン（style.cssの共通指定 max-width:160px を解除して使う）
   デザイン実測（02_レジャー_05.jpg）：幅198px */
/* #story_2 .detail_btn {
  width: 42.2%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

#story_2 .detail_btn a {
  display: block;
  opacity: 1;
  -moz-transition: ease-in-out, 0.3s;
  -o-transition: ease-in-out, 0.3s;
  -webkit-transition: ease-in-out, 0.3s;
  transition: ease-in-out, 0.3s;
}

#story_2 .detail_btn a:hover {
  opacity: 0.7;
}

#story_2 .detail_btn img {
  vertical-align: bottom;
} */

/* ［DATA］モーダル（詳細DATAボタンで開閉） */
/* #story_2 .info_btn {
  margin-top: 30px;
} */

/* itakura /trip/#scn15 と同じ配置：.text_01 の右下を基準にボタンへ重ねる */
/* #story_2 .info_btn + .info {
  width: auto;
  padding: 35px 28px;
  border-color: #093a56;
  left: 0;
  bottom: 0;
  z-index: 11;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #093a56;
  font-size: 12px;
  line-height: 1.85;
}

#story_2 .info_btn + .info .info_close {
  border-color: #093a56;
}

#story_2 .info_btn + .info .info_close span::before,
#story_2 .info_btn + .info .info_close span::after {
  background: #093a56;
}

/* ボタンを持たない［DATA］（項目2）は本文の続きとして表示 */
/* #story_2 .data_box.no_border {
  width: 96.3%;
  margin-top: 18px;
  margin-left: 4.3%;
  padding: 0;
  border: none;
}

#story_2 .data_box p {
  font-size: 12px;
  line-height: 1.85;
}  */

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_2 #scn01 {
  background: url("/book/focal/onagawa/images/column/bg01.jpg") no-repeat center
    center / cover;
  opacity: 1;
  z-index: 501;
}

#story_2 #scn01 .fv_title {
  width: calc(1246 / var(--w-base) * 100%);
  max-width: 1557px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#story_2 #scn02 {
  background: #093a56;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

#story_2 #scn02 .main_text > p {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}

#story_2 #scn02 .main_text > p.credit_text {
  margin-top: 3.6em;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

#story_2 #scn03 .img_01 {
  width: calc(472 / var(--w-tricky-right) * 100%);
}

#story_2 #scn04 .img_01 {
  width: calc(462 / var(--w-tricky-right) * 100%);
}

#story_2 #scn05 .img_01 {
  width: calc(498 / var(--w-tricky-right) * 100%);
  margin-left: calc(-11 / var(--w-tricky-right) * 100%);
}

#story_2 #scn06 .img_01 {
  width: calc(470 / var(--w-tricky-right) * 100%);
}
