/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_1 .scn_set {
  background: #fff;
}

#story_1 .title_img {
  position: absolute;
  width: 22.4%;
max-width: 180px;
  top: 40px;
  right: 93px;
  z-index: 1;
}

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

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

#story_1 .left_area {
  width: 38%;
  margin-top: 18vh;
}

#story_1 .left_area .text_01 {
  margin-top: 15px;
  width: 95%;
  margin: 20px auto 0;
}

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

#story_1 .left_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 1.4em;
  width: 108%;
}
#story_1 .left_area .text_01 p.info a{
  font-size: 12px;
  line-height: 1.66;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 500;
  text-decoration: underline;
}
#story_1 .right_area {
  width: 58.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 3.5%;
}

#story_1 .right_area>div {
  position: relative;
}

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

#story_1 .text_credit p {
  position: absolute;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 12px;
}

@keyframes car_box {
  0% {
    opacity: 0;
  }

  67% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes car_move {
  0% {
    left: 0%;
    transform: rotate(-2deg);
  }

  2% {
    left: 0%;
    transform: rotate(2deg);
  }

  4% {
    transform: rotate(-2deg);
  }

  6% {
    transform: rotate(2deg);
  }

  8% {
    transform: rotate(-2deg);
  }

  10% {
    transform: rotate(-2deg);
  }

  12% {
    transform: rotate(2deg);
  }

  14% {
    transform: rotate(0deg);
  }

  16% {
    transform: rotate(0deg);
  }

  86% {
    transform: rotate(-2deg);
  }

  88% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(-2deg);
  }

  92% {
    transform: rotate(2deg);
  }

  94% {
    transform: rotate(-2deg);
  }

  96% {
    transform: rotate(2deg);
  }

  98% {
    transform: rotate(0deg);
  }

  100% {
    left: calc(100% - 52px);
  }
}

#story_1 .car_box {
  opacity: 0;
}

#story_1 .active .car_box {
  opacity: 1;
  animation: car_box 1s ease 0s 1 normal forwards;
}

#story_1 .car_box .inner {
  position: absolute;
  top: 21.74%;
  left: 0;
  width: 16%;
  max-width: 220px;
  height: 120px;
  background: #093a56;
  border-radius: 0 60px 60px 0;
}

#story_1 .car_box .min {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  width: 160px;
  margin: 20px auto 0;
  line-height: 1.4;
  text-align: center;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

#story_1 .car_box .min span {
  font-size: 13px;
}

#story_1 .car_box .car_road {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 5px;
}

#story_1 .car_box .car_road>img {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
}

#story_1 .car_box .car {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 52px;
}

#story_1 .car_box .car img {
  vertical-align: bottom;
}

#story_1 .active .car_box .car {
  animation: car_move 2.0s ease-in-out forwards 1.2s;
  transform: translate(0, 0);
}

#story_1 #scn01 {
  background: url(/book/focal/yusuhara/images/trip/fv_bg.jpg) no-repeat center center/ cover;
}
#story_1 #scn03 {
  background: #64B48C;
}
#story_1 #scn07 {
  background: #5AB4C8;
}
#story_1 #scn10 {
  background: #E28D5F;
}
#story_1 #scn14 {
  background: #D68792;
}
/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_1 #scn01 {
  opacity: 1;
  z-index: 501;
}

#story_1 #scn01 .main_title {
    width: 35%;
    position: absolute;
    top: 44.5%;
    left: 49.5%;
    transform: translate(-50%, -50%);
}
#story_1 #scn02 {
  background: #083b55;
}

#story_1 #scn02.popup::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#story_1 #scn02 .schedule {
    position: absolute;
    width: 8.6%;
    right: 97px;
    bottom: 20%;
    cursor: pointer;
}
#story_1 .txt_balloon{
width: 77%;
margin: 60px auto 0;
}

#story_1 .left_area .text_01 .access {
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #093a56;
}

#story_1 .schedule-box {
  display: none;
  cursor: pointer;
  width: 80%;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

#story_1 .schedule-box a:hover {
  opacity: 1;
}

#story_1 #scn02 .main_text {
    width: 52%;
    position: absolute;
    display: block;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#story_1 #scn02 .main_text>p {
  color: #fff;
}

#story_1 #scn02 .main_text .main_text_item {
  font-size: 20px;
  line-height: 2;
}

#story_1 #scn02 .main_text .credit_text {
  margin-top: 2em;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

#story_1 #scn02 .main_text .att_text {
  margin-top: 3.3em;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
}

#story_1 .left_area .text_01 .access {
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #093a56;
}

#story_1 .schedule-box {
  display: none;
  cursor: pointer;
  width: 80%;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

#story_1 .schedule-box a:hover {
  opacity: 1;
}

#story_1 #scn03 .large_title_01 {
    width: 25.4%;
    position: absolute;
    top: 29.5%;
    left: 6.4%;
}
#story_1 #scn03 .img01 {
    width: 56.4%;
    position: absolute;
    top: 7.5%;
    left: 37.4%;
}

#story_1 #scn04 .right_area .img_01 {
  width: 99%;
}
#story_1 #scn05 .right_area .img_01 {
width: 96%;
}
#story_1 #scn06 .right_area .img_01 {
width: 97%;
}
#story_1 #scn07 .large_title_01 {
    width: 25.4%;
    position: absolute;
    top: 29%;
    left: 5.7%;
}
#story_1 #scn07 .img01 {
     width: 54.6%;
    position: absolute;
    top: 7.5%;
    left: 36.4%;
}


#story_1 #scn08 .left_area {
  margin-top: 14vh;
}


#story_1 #scn08 .right_area {
    width: 58.2%;
    margin-left: 3.8%;
}

#story_1 #scn08 .img_01 {
    width: 110.9%;
}
#story_1 #scn09 .img_01 {
width: 101%;
}
#story_1 #scn10 .large_title_01 {
    width: 24.4%;
    position: absolute;
    top: 29%;
    left: 6%;
}
#story_1 #scn10 .img01 {
     width: 54.6%;
    position: absolute;
    top: 7.5%;
    left: 36.4%;
}
#story_1 #scn11 .img_01 {
width: 101%;
}


#story_1 #scn13 .img_01 {
width: 109%;
}

#story_1 #scn14 .large_title_01 {
    width: 24.4%;
    position: absolute;
    top: 29%;
    left: 6%;
}
#story_1 #scn14 .img01 {
    width: 56.6%;
    position: absolute;
    top: 7.5%;
    left: 36.4%;
}
#story_1 #scn15 .img_01 {
width: 99%;
}

#story_1 #scn16 .right_area {
    width: 58%;
    margin-left: 4%;
}

#story_1 #scn16 .img_01 {
width: 87%;
}

#story_1 #scn17 .right_area {
      width: 58.5%;
    margin-left: 3.5%;
}

#story_1 #scn17 .img_01 {
    width: 91%;
}
#story_1 #scn17 {
  background: rgba(215,135,146,0.15);
}#story_1 #scn17 .main_area{
  position: relative;

}#story_1 #scn17 .main_area:before{
    content: "";
    position: absolute;
    width: 104%;
    height: 74%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 47%;
    border-radius: 18px;
        z-index: -1;
}