/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_3 {
  --w-base: 1366;
  --h-base: 768;
  --w-tricky-base: 1142; /* main_areaの横幅 */
  --w-tricky-left: 472; /* left_areaの横幅 */
  --w-tricky-right: 572; /* right_areaの横幅 */
}

/* デザイン実測（03_特産品_03.jpg）：x=1164 幅=160 ＝ 右端から42px */
#story_3 .title_img {
  position: absolute;
  width: calc(196 / var(--w-base) * 100%);
  max-width: 245px;
  top: calc(38 / var(--h-base) * 100%);
  right: 80px;
  z-index: 1;
}

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

/* デザインでは見出し（title0N.svg）の左端が x=89。.main_area は幅86%・中央寄せで
   左端が 95.6px になるため、左カラムだけ差分の6.6pxぶん左へ寄せる
   （右カラムの写真は .main_area 基準の絶対配置なので影響しない） */
#story_3 .left_area {
  width: calc(var(--w-tricky-left) / var(--w-tricky-base) * 100%);
  margin-right: calc(98 / var(--w-base) * 100%);
  margin-top: 18vh;
}

#story_3 .left_area .title_01 {
  width: 100%;
}

#story_3 .left_area .text_01 {
  width: 96%;
  margin: 20px auto 0;
}

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

#story_3 .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_3 .right_area .img_01 img {
  vertical-align: bottom;
}

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

#story_3 #scn01 .fv_title {
  width: calc(792 / var(--w-base) * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

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

#story_3 #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_3 #scn02 .main_text > p.credit_text {
  margin-top: 2.6em;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

#story_3 .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_3 #scn03,
#story_3 #scn04,
#story_3 #scn05,
#story_3 #scn06 {
  background: #f6f6f6;
}

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

#story_3 #scn04 .img_01 {
  width: calc(546 / var(--w-tricky-right) * 100%);
  margin-left: calc(12 / var(--w-tricky-right) * 100%);
}

#story_3 #scn05 .img_01 {
  width: calc(586 / var(--w-tricky-right) * 100%);
}

/* ふるさと納税ページ */
#story_3 #scn06 .info_img {
  position: absolute;
  pointer-events: none;
}

#story_3 #scn06 .info_img.img01 {
  width: calc(250 / 940 * 100%);
  top: calc(-35 / var(--w-base) * 100vw);
  right: calc(-105 / var(--w-base) * 100vw);
}

#story_3 #scn06 .info_img.img02 {
  width: calc(165 / 940 * 100%);
  left: calc(-108 / var(--w-base) * 100vw);
  bottom: calc(35 / var(--w-base) * 100vw);
}

#story_3 #scn06 .info_box {
  width: calc(940 / var(--w-base) * 100%);
  max-width: 1175px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-block: calc(82 / var(--w-base) * 100%);
  box-sizing: border-box;
  text-align: center;
  z-index: -1;
}

#story_3 #scn06 .info_title {
  width: calc(374 / 940 * 100%);
  margin-inline: auto;
}

#story_3 #scn06 .info_text {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #093a56;
  line-height: 1.8;
  margin-top: 1.5em;
}

#story_3 #scn06 .info_btn {
  width: calc(584 / 940 * 100%);
  margin-top: calc(55 / 940 * 100%);
  margin-inline: auto;
}

#story_3 #scn06 .info_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_3 #scn06 .info_btn a:hover {
  opacity: 0.7;
}

#story_3 #scn06 .info_btn img {
  vertical-align: bottom;
}
