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

#story_2 .title_img {
  position: absolute;
  width: 29.4%;
  max-width: 404px;
  top: 40px;
  right: 93px;
  z-index: 1;
}

#story_2 .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_2 .main_area p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 500;
}

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

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

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

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

#story_2 .right_area {
  width: 58.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 3.5%;
}

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

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


.staff-credit .main_area {
  -webkit-align-items: center;
  align-items: center;
}

.staff-credit {
  text-align: center;
}

.staff-credit .text_01 p {
  font-size: 15px;
  line-height: 1.85;
  color: #083b55;
}

.staff-credit p.bold {
  font-size: 15px !important;
  font-weight: 700 !important;
}

@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_2 .car_box {
  opacity: 0;
}

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

#story_2 .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_2 .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_2 .car_box .min.letter{
  letter-spacing: 0.1em;
}
#story_2 .car_box .min span {
  font-size: 13px;
}

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

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

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

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

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

#story_2 #scn01 {
  background: url(/book/focal/kamiyama/images/trip2/bg01.jpg) no-repeat top left / cover;
}

#story_2 #scn03 {
  background: url(/book/focal/kamiyama/images/trip2/bg02.jpg) no-repeat center center/ cover;
}

#story_2 #scn05 {
  background: url(/book/focal/kamiyama/images/trip2/bg03.jpg) no-repeat center center/ cover;
}

#story_2 #scn07 {
  background: url(/book/focal/kamiyama/images/trip2/bg04.jpg) no-repeat center center/ cover;
}

#story_2 #scn09 {
  background: url(/book/focal/kamiyama/images/trip2/bg05.jpg) no-repeat center center/ cover;
}
#story_2 #scn11 {
background: #e6f5ff;
}


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

#story_2 #scn01 .main_title {
  width: 47%;
  position: absolute;
  top: 20%;
  left: 4%;
}

#story_2 #scn01 .main_text {
  position: absolute;
  display: block;
  width: 33.8%;
  top: 27.6%;
  left: 50%;
  text-align: center;
  margin-left: -16.9%;
}

#story_2 #scn01 .main_text>p {
  color: #000;
}

#story_2 #scn01 .main_text .main_text_item {
  font-size: 14px;
  line-height: 2;
}

#story_2 #scn01 .main_text .credit_text {
  margin-top: 1em;
  font-size: 12px;
  line-height: 2.4;
}

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

/*
#story_2 #scn02{
  background: #083b55;
}
*/
#story_2 #scn02 .left_area {
  width: 38%;
  margin-top: 18vh;
}

#story_2 #scn02 .img_01 {
  width: 87.5%;
}

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

#story_2 #scn04 .img_01 {
  width: 100%;
}
#story_2 #scn06 .img_01 {
  width: 101%;
}

#story_2 #scn08 .img_01 {
  width: 98%;
}

#story_2 #scn10 .right_area {
 margin-left: 4.5%;
 width: 57.5%;
}

#story_2 #scn10 .img_01 {
  width: 98%;
}

#story_2 #scn11 .right_area {
  margin-left: 0%;
}


#story_2 #scn11 .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  max-width: 160vh;
  position: relative;
  height: 100vh;
}
#story_2 #scn11 .left_area .text_01 {
  margin-top: 15px;
  width: 98%;
  margin: 0 auto ;
}
#story_2 #scn11 .center_area {
  width: 74%;
  max-width: 880px;
  margin-top: 14.3vh;
  margin-right: 47px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  border: 6px solid #ffff28;
  position: relative;
}
#story_2 #scn11 .center_area .center_inner {
  width: 87%;
  max-width: 758px;
  padding: 8% 0 8.5%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#story_2 #scn11 .center_area .center_title {
  width: 100%;
  margin-top: 0vh;
  margin-bottom: 5.3%;
  position: relative;
}
#story_2 #scn11 .center_title h2{
  width:100%;
  margin: 0 auto;
}
#story_2 #scn11 .left_area {
  width: 46%;
  padding-right: 4%;
  margin-top: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
}

#story_2 #scn11 .left_area:after {
  content: "";
  width: 2.5px;
  background: url(../images/trip2/border.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: calc(100% - 5px);
  position: absolute;
  right: 0;
  top: 5px;
}
#story_2 #scn11 .left_01{
  width: 100%;
}

#story_2 #scn11 .right_area {
  width: 46%;
  padding-left: 4%;
  margin-top: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
}


#story_2 #scn11 .right_01{
  width: 100%;
}
#story_2 #scn11 .right_area .text_01 {
  margin-top: 15px;
  width: 98%;
  margin: 0 auto;
}
#story_2 #scn11 .left_area .text_01 p {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 600;
}
#story_2 #scn11 .right_area .text_01 p {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 600;
}
#story_2 #scn11 a.column_btn {
  display: block;
  margin-top: 8.6%;
}
#story_2 #scn11 .column_btn img{
  display: block;
}
#story_2 #scn11 .column_eff{
  position: absolute;
  width: 16.5%;
  transform: translate(-50%, -50%);
  top: -104%;
  left: 15.3%;
}
#story_2 #scn11 .column_eff01{
  transform: translate(-50%,-50%);
  position: absolute;
  width: 26%;
  top: 63%;
  left: -10%;
}
#story_2 #scn11 .column_eff02{
  transform: translate(-50%, -50%);
  position: absolute;
  width: 29%;
  top: 52%;
  right: -35%;
}
#story_2 .profile .costume_credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45.8%;
  margin: 25px auto 0;
}

#story_2 .profile .costume_credit .title {
  flex-basis: 90px;
  color: #7166DC;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-weight: bold;
}

#story_2 .profile .costume_credit .costume {
  flex: 1;
  font-size: 12px;
  line-height: 1.33;
}
