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

#story_1 .title_img {
  position: absolute;
  width: 27.1%;
  max-width: 357px;
  top: 40px;
  right: 94px;
  z-index: 1;
}
#story_1 #scn13 .title_img {
  position: absolute;
  width:10%;
  max-width: 132px;
  top: 40px;
  right: 44px;
  z-index: 1;
}
#story_1 #scn18 .title_img {
  position: absolute;
  width:10%;
  max-width: 132px;
  top: 40px;
  right: 44px;
  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: 41%;
  margin-right: 7%;
  margin-top: 21.2vh;
}

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

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

#story_1 .left_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
}
#story_1 .center_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
}
#story_1 .right_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
}
#story_1 .left_area .text_01 p.info .bold{
  font-weight: 900;
}
#story_1 .left_area .text_01 .info p {
  font-size: 12px;
  line-height: 1.66;
}
#story_1 .left_area .text_01 .info_flex {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#story_1 .left_area .text_01 .info_flex p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 0em;
  width: 47%;
}

#story_1 .left_area .text_01 .info_flex p.info_title {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 0em;
  width: 100%;
}

#story_1 .center_area {
  width: 27.8%;
  margin-top: 21.2vh;
}

#story_1 .right_area {
  width: 59%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#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);
  }
}

@keyframes walkcar_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% - 116px);
  }
}

#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: 18.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: 6px;
  width: 168px;
  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.car_txt .min {
  bottom: 18px;
}

#story_1 .car_box.car_txt .second_min {
  bottom: 10px;
}

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

#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: 116px;
}

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

#story_1 .car_box .car_only.torii {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 35px;
}

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

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

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

#story_1 #scn01 {
  background: url(/book/focal/niimi/images/trip/bg.jpg) no-repeat center center/ cover;
}

#story_1 #scn03 {
  background: url(/book/focal/niimi/images/trip/bg01.jpg) no-repeat right top/ cover;
}
#story_1 #scn07 {
  background: url(/book/focal/niimi/images/trip/bg02.jpg) no-repeat left center/ cover;
}
#story_1 #scn13 {
  background: url(/book/focal/niimi/images/trip/bg_ex.jpg) no-repeat center center/ cover;
}
#story_1 #scn14 {
  background: url(/book/focal/niimi/images/trip/bg03.jpg) no-repeat right bottom/ cover;
}
#story_1 #scn18 {
  background: url(/book/focal/niimi/images/trip/bg_ex.jpg) no-repeat center center/ cover;
}
#story_1 #scn21 {
  background: url(/book/focal/niimi/images/trip/bg04.jpg) no-repeat center center/ cover;
}
#story_1 #scn25 {
  background: url(/book/focal/niimi/images/trip/bg_offshot.jpg) no-repeat center center/ cover;
}
/* 
#story_1 #scn04 {
  background: url(/book/focal/niimi/images/trip/bg02.jpg) no-repeat center center/ cover;
}

#story_1 #scn06 {
  background: url(/book/focal/niimi/images/trip/bg03.jpg) no-repeat center center/ cover;
}

#story_1 #scn10 {
  background: url(/book/focal/niimi/images/trip/bg04.jpg) no-repeat center center/ cover;
}

#story_1 #scn16 {
  background: url(/book/focal/niimi/images/trip/column_bg.jpg) no-repeat center center/ cover;
}

#story_1 #scn17 {
  background: url(/book/focal/niimi/images/trip/bg05.jpg) no-repeat center top/ cover;
}

#story_1 #scn18 {
  background: url(/book/focal/niimi/images/trip/bg06.jpg) no-repeat center bottom/ cover;
}

#story_1 #scn20 {
  background: url(/book/focal/niimi/images/trip/marin_bg.png) no-repeat center bottom/ cover;
} */

#story_1 .tr_img01 {
  position: absolute;
  z-index: -1;
}

#story_1 .tr_img02 {
  position: absolute;
  z-index: -1;
}

#story_1 .tr_img03 {
  position: absolute;
  z-index: -1;
}
#story_1 .tr_img04 {
  position: absolute;
  z-index: -1;
}

#story_1 .tr_img01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#story_1 .tr_img02 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#story_1 .tr_img03 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ex_bd {
  font-weight: 900;
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_1 #scn01 {
  opacity: 1;
  z-index: 501;
}

#story_1 #scn01 .main_title {
  width: 45.1%;
  max-width: 616px;
  position: absolute;
  top: 15.9%;
  left: 51%;
}

#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: 9%;
  right: 100px;
  bottom: 10%;
  cursor: pointer;
}

#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: 50%;
  position: absolute;
  display: block;
  top: 50%;
  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 #scn03 .large_title_01 {
  width: 27.2%;
  position: absolute;
  top: 37.3%;
  left: 10%;
}

#story_1 #scn04 .img_01 {
  width: 97.5%;
}

#story_1 #scn05 .tr_img01 {
  width: 49%;
  height: 59.4%;
  top: 15.5%;
  left: 8.6%;
}
#story_1 #scn05 .tr_img01 img{
  object-position: right bottom;
}
#story_1 #scn05 .tr_img02 {
  width: 29.5%;
  height: 36.2%;
  top: 47.5%;
  left: 61.2%;
}

#story_1 #scn05 .line_area {
  top: 29.9%;
  left: 64.4%;
}

#story_1 #scn06 .left_area {
  width: 40.5%;
  margin-right: 6.5%;
}

#story_1 #scn06 .right_area .img_01 {
  width: 103%;
}

#story_1 #scn07 .line_area {
  top: 34.9%;
  left: 63%;
}
#story_1 #scn07 .line_area .line_text_02 {
  left: 55%!important;
}
#story_1 #scn07 .title_img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
}
#story_1 #scn08 .left_area {
  width: 39.5%;
  margin-right: 5.5%;
}
#story_1 #scn09 .tr_img01 {
  width: 24.5%;
  height: 33.8%;
  top: 19.5%;
  left: 12.6%;
}

#story_1 #scn09 .tr_img02 {
  width: 20.1%;
  height: 25%;
  top: 55.6%;
  left: 19.8%;
}
#story_1 #scn09 .tr_img03 {
  width: 37.5%;
  height: 46.5%;
  top: 26%;
  left: 54%;
}#story_1 #scn09 .line_area {
  top: 25.9%;
  left: 45%;
}
#story_1 #scn10 .left_area {
  width: 40.5%;
  margin-right: 6.5%;
}


#story_1 #scn10 .right_area .img_01 {
  width: 99%;
}
#story_1 #scn11 .line_area {
  top: 25.9%;
  left: 39.5%;
}
#story_1 #scn11 .tr_img01 {
  width: 25.5%;
  height: 70.5%;
  top: 14.7%;
  left: 8.9%;
}

#story_1 #scn11 .tr_img02 {
  width: 28.7%;
  height: 35%;
  top: 16%;
  left: 48%;
}
#story_1 #scn11 .tr_img03 {
  width: 19.8%;
  height: 26.5%;
  top: 56.2%;
  left: 52.2%;
}
#story_1 #scn11 .tr_img04 {
  width: 18.5%;
  height: 27.5%;
  top: 47.2%;
  left: 74.5%;
}
#story_1 #scn12 .left_area {
  width: 41.5%;
  margin-right: 8%;
}
#story_1 #scn12 .right_area .img_01 {
  width: 94%;
}

#story_1 #scn14 .large_title_01 {
  width: 33.2%;
  position: absolute;
  top: 23.3%;
  left: 8.5%;
}
#story_1 #scn14 .logo_img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
}
#story_1 #scn15 .left_area {
  width: 39.5%;
  margin-right: 4.5%;
}
#story_1 #scn15 .right_area .img_01 {
  width: 94%;
}
#story_1 #scn16 .line_area {
  top: 41.9%;
  left: 60%;
}
#story_1 #scn16 .line_area .line_text_02 {
  left: 60%!important;
}
#story_1 #scn16 .tr_img01 {
  width: 45.2%;
  height: 55.5%;
  top: 23.7%;
  left: 8.6%;
}
#story_1 #scn16 .tr_img01 img{
  object-position:left center;
}
#story_1 #scn16 .tr_img02 {
  width: 21.4%;
  height: 26%;
  top: 12.5%;
  left: 50.7%;
}
#story_1 #scn16 .tr_img03 {
  width: 23.9%;
  height: 29.5%;
  top: 57.4%;
  left: 66%;
}
#story_1 #scn17 .left_area {
  width: 39.5%;
  margin-right: 4.5%;
}
#story_1 #scn17 .right_area .img_01 {
  width: 100%;
}
#story_1 #scn18 .left_area {
  width: 40%;
  margin-right: 5%;
}
#story_1 #scn18 .right_area .img_01 {
  width: 97%;
}
#story_1 #scn19 .line_area {
  top: 27.9%;
  left: 20%;
}
#story_1 #scn19 .line_area .line_text_02 {
  left: 60%!important;
}
#story_1 #scn19 .tr_img01 {
  width: 28.8%;
  height: 35.5%;
  top: 44.7%;
  left: 16.2%;
}

#story_1 #scn19 .tr_img02 {
  width: 40.4%;
  height: 49%;
  top: 19.5%;
  left: 47.8%;
}
#story_1 #scn20 .left_area {
  width: 42%;
  margin-right: 8%;
}
#story_1 #scn20 .right_area .img_01 {
  width: 89%;
}
#story_1 #scn21 .line_area {
  top: 54.9%;
  left: 7%;
}
#story_1 #scn21 .line_area .line_text_02 {
  left: 36%!important;
}
#story_1 #scn22 .left_area {
  width: 40.5%;
  margin-right: 6.5%;
}
#story_1 #scn22 .right_area .img_01 {
  width: 98%;
}
#story_1 #scn23 .line_area {
  top: 27.9%;
  left: 79%;
}
#story_1 #scn23 .line_area .line_text_02 {
margin-top: 65%!important;
}
#story_1 #scn23 .tr_img01 {
  width: 51.8%;
  height: 63.5%;
  top: 18.5%;
  left: 22.2%;
}
#story_1 #scn24 .left_area {
  width: 39.5%;
  margin-right: 5.5%;
}
#story_1 #scn24 .right_area .img_01 {
  width: 96%;
}

/* #story_1 #scn10 .title_img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
}

#story_1 #scn10 .logo_img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
} */


#story_1 #scn25 .main_area{
  width: 83.5%;
    margin: 0 auto;
    max-width: 154vh;
}
#story_1 #scn25 .left_area {
  width: 27%;
  margin-right: 4%;
  margin-top: 21.2vh;
}

#story_1 #scn25 .right_area  {
  width: 70%;
}
#story_1 #scn25 .right_area .img_01 {
  width: 97%;
}
