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

#story_1 .title_img {
    position: absolute;
    width: 17.56%;
    max-width: 250px;
    top: 5.3%;
    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-right: 3.3%;
    margin-top: 18vh;
}

#story_1 .left_area .text_01 {
  width: 96%;
  margin: 17px auto 0;
}


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

#story_1 .left_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 1em;
}
#story_1 .left_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 1em;
  width: 100%;
}
#story_1 .left_area .text_01 p.info .large {
  font-size: 14px;
}

#story_1 .left_area .text_01 [data-ruby] {
  position: relative;
  display: inline-block;
}

#story_1 .left_area .text_01 [data-ruby]::before {
  content: attr(data-ruby);
  width: 10em;
  position: absolute;
  top: -0.6em;
  left: 50%;
  right: 0;
  margin: auto auto auto -5em;
  font-size: 0.5em;
  line-height: 1;
  text-align: center;
}

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


#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 + .car_box .inner{
  top: calc(21.74% + 140px);
}
#story_1 .car_box .min {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  width: 170px;
  margin: 20px auto 0;
  line-height: 1.4;
  text-align: center;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 15px;
  color: #FFFFFF;
}

#story_1 .car_box .min:has(.note) {
  bottom: 12px;
}


#story_1 .car_box .min span {
  display: block;
  font-size: 12px;
}

#story_1 .car_box .min .note {
  font-size: 75%;
}

#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 .car_box .car img[src$="tktk.svg"] {
  width: 45px;
  height: 30px;
}

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

#story_1 .active .car_box + .car_box .car {
  animation: car_move 2.0s ease-in-out both 4.4s;
}

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

#story_1 #scn03 {
  background: url(/book/focal/niseko/images/trip/day1_largeimg01.jpg) no-repeat 70% top / cover;
}

#story_1 #scn05 {
  background: url(/book/focal/niseko/images/trip/day1_largeimg02.jpg) no-repeat center center / cover;
}

#story_1 #scn07 {
  background: url(/book/focal/niseko/images/trip/day1_largeimg03.jpg) no-repeat center center / cover;
}

#story_1 #scn09 {
  background: url(/book/focal/niseko/images/trip/day1_largeimg04.jpg) no-repeat center center / cover;
}

#story_1 #scn11 {
  background: url(/book/focal/niseko/images/trip/day1_largeimg05.jpg) no-repeat center center / cover;
}

#story_1 #scn13 {
  background: url(/book/focal/niseko/images/trip/day1_largeimg06.jpg) no-repeat center center / cover;
}

#story_1 #scn15 {
  background: url(/book/focal/niseko/images/trip/day1_largeimg07.jpg) no-repeat center center / cover;
}

#story_1 #scn18 {
  background: url(/book/focal/niseko/images/trip/day2_largeimg01.jpg) no-repeat top center / cover;
}

#story_1 #scn20 {
  background: url(/book/focal/niseko/images/trip/day2_largeimg02.jpg) no-repeat center center / cover;
}

#story_1 #scn22 {
  background: url(/book/focal/niseko/images/trip/day2_largeimg03.jpg) no-repeat center center / cover;
}

#story_1 #scn24 {
  background: url(/book/focal/niseko/images/trip/day2_largeimg04.jpg) no-repeat center center / cover;
}

#story_1 #scn26 {
  background: url(/book/focal/niseko/images/trip/day2_largeimg05.jpg) no-repeat center center / cover;
}

#story_1 #scn28 {
  background: url(/book/focal/niseko/images/trip/day2_largeimg06.jpg) no-repeat center center / cover;
}

#story_1 #scn30 {
  background: url(/book/focal/niseko/images/trip/day2_largeimg07.jpg) no-repeat center center / cover;
}

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

#story_1 #scn01 .main_title {
    width: 37.3%;
    max-width: 505px;
    position: absolute;
    top: 47.3%;
    left: 5%;
}

#story_1 #scn01 .main_shoulder {
    width: 17.3%;
    max-width: 223px;
    position: absolute;
    top: 4.8%;
    right: 6%;
}

#story_1 #scn01 .main_name {
  width: 13%;
  max-width: 178px;
  position: absolute;
  top: 28.9%;
  right: 14.6%;
}


#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: 98px;
  bottom: 20%;
  cursor: pointer;
  ;
}

#story_1 #scn02 .access {
  position: absolute;
  width: 119px;
  right: 83px;
  bottom: 10%;
  cursor: pointer;
}

#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: 51.3%;
  position: absolute;
  display: block;
  top: 43%;
  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: 1.8em;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

#story_1 #scn03 .large_title {
width: 36.7%;
    max-width: 514px;
    position: absolute;
    top: 25.8%;
    left: 7.4%;
  margin: 0;
}
#story_1 #scn04 .img_01{
    width: 101%;
}
#story_1 #scn06 .img_01{
    width: 98%;
}
#story_1 #scn08 .img_01{
    width: 101%;
}
#story_1 #scn10 .img_01{
    width:99%;
}
#story_1 #scn12 .img_01{
    width: 99%;
}
#story_1 #scn14 .img_01{
    width: 100.5%;
}
#story_1 #scn16 .img_01{
    width: 99%;
}

#story_1 #scn17 {
  background: #7C8697;
}

#story_1 #scn17 .left_area {
    width: 38%;
    margin-right: 3.3%;
    margin-top: 14vh;
}
#story_1 #scn17 .left_area .title_01 {
    width: 117%;
    margin-left: -17%;
}
#story_1 #scn17 .text_01 p {
  color: #fff;
}

#story_1 #scn18 .large_title {
    width: 31.6%;
    max-width: 443px;
    position: absolute;
    top: 10.5%;
    left: 57.1%;
    margin: 0;
}

#story_1 #scn17 .img_01{
    width: 93%;
}
#story_1 #scn17 .eff01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 74.9%;
  z-index: -1;
}
#story_1 #scn17 .eff02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56%;
  z-index: -1;
}
#story_1 #scn19 .img_01{
    width: 99%;
}
#story_1 #scn21 .img_01{
    width: 101%;
}
#story_1 #scn23 .img_01{
    width: 97%;
}
#story_1 #scn25 .img_01{
       width: 99%;
}
#story_1 #scn27 .img_01{
    width: 100.5%;
}
#story_1 #scn29 .img_01{
      width: 100%;
}
