/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_2 .title_img {
  position: absolute;
  width: 16.8%;
  max-width: 305px;
  top: 4.8%;
  right: 74px;
  z-index: 1;
}

#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: 42%;
  margin-right: 6.6%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}

#story_2 .left_area .title_01 {
  width: 104%;
  margin-left: -2.87%;
}

#story_2 .left_area .text_01 {
  width: 96.3%;
  margin-top: 16px;
  margin-left: 4.3%;
  position: relative;
}

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

#story_2 .right_area {
  width: 51.4%;
  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;
  position: relative;
}

/* 写真は複数カットを1枚に合成した2倍アセット（1194px幅）。
   .right_area の幅がちょうど原寸（1194の1/2＝597px）にあたるため横位置は共通指定でよく、
   縦位置はデザイン上で画面ごとに異なるため個別に指定する */
#story_2 .right_area > div .img_01 {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
}

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

#story_2 #scn03 .img_01 {
  top: calc(134 / 768 * 100%);
}

#story_2 #scn04 .img_01 {
  top: calc(154 / 768 * 100%);
}

#story_2 #scn05 .img_01 {
  top: calc(134 / 768 * 100%);
}

#story_2 #scn06 .img_01 {
  top: calc(194 / 768 * 100%);
}

#story_2 #scn07 .img_01 {
  top: calc(144 / 768 * 100%);
}

/* 詳細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, .3s;
  -o-transition: ease-in-out, .3s;
  -webkit-transition: ease-in-out, .3s;
  transition: ease-in-out, .3s;
}

#story_2 .detail_btn a:hover {
  opacity: .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/amagi/images/column/bg01.jpg") no-repeat center center / cover;
  opacity: 1;
  z-index: 501;
}

#story_2 #scn01 .fv_title {
  width: min(calc(584 / 1366 * 100vw), 584px);
  position: absolute;
  top: 48%;
  left: 49.5%;
  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 .main_area {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
}

/* 項目ページ（波形背景） */
#story_2 #scn03,
#story_2 #scn04,
#story_2 #scn05,
#story_2 #scn06,
#story_2 #scn07 {
  background: #fff url("/book/focal/amagi/images/column/bg02.png") no-repeat center center / cover;
}

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

#story_2 #scn03 .main_area,
#story_2 #scn04 .main_area,
#story_2 #scn05 .main_area,
#story_2 #scn06 .main_area,
#story_2 #scn07 .main_area {
  width: 85%;
  max-width: 155vh;
  margin: 0 auto;
}

#story_2 #scn03 .left_area > div,
#story_2 #scn04 .left_area > div,
#story_2 #scn05 .left_area > div,
#story_2 #scn06 .left_area > div,
#story_2 #scn07 .left_area > div {
  width: 100%;
  padding-top: 15.82vh;
  padding-bottom: 3vh;
  box-sizing: border-box;
  position: relative;
}
