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

#story_1 .title_img{
  position: absolute;
  width: 18.3%;
  max-width: 250px;
  top: 5.3%;
  right: 70px;
  z-index: 1;
}

#story_1 .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 86%;
  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.6%;
	margin-right: 4.3%;
  margin-top: 20vh;
}
#story_1 .left_area .text_01 {
  margin-top: 15px;
  /*width: 96%;*/
  margin: 20px 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: 1em;
}
#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 .left_area .info_btn + .info{
  z-index: 10;
}

#story_1 .right_area {
  width: 57.1%;
  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);
  }
}

#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/kamijima/images/trip/fv_bg.jpg) no-repeat center top / cover;
}
#story_1 #scn03 {
  background: url(/book/focal/kamijima/images/trip/bg01.jpg) no-repeat center top/ cover;
}
#story_1 #scn07 {
  background: url(/book/focal/kamijima/images/trip/bg02.jpg) no-repeat center top/ cover;
}
#story_1 #scn11 {
  background: url(/book/focal/kamijima/images/trip/bg03.jpg) no-repeat center top/ cover;
}
#story_1 #scn14 {
  background: url(/book/focal/kamijima/images/trip/bg04.jpg) no-repeat center top/ cover;
}
#story_1 #scn18 {
  background: url(/book/focal/kamijima/images/trip/bg05.jpg) no-repeat center 70%/ cover;
}

#story_1 .genre {
  width: 3.6%;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0,-50%);
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_1 #scn01{
  opacity: 1;
  z-index: 501;
}
#story_1 #scn01 .fv_title{
  width: 37.3%;
  position: absolute;
  top: 24.7%;
  left: 50%;
  transform: translate(-50%,0);
}

#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 .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 #scn04 .img_01 {
	width: 103.3%;
}

#story_1 #scn05 .img_01 {
	width: 104.8%;
}

#story_1 #scn06 .img_01 {
	width: 108.3%;
}

#story_1 #scn08 .img_01 {
	width: 108%;
}
#story_1 #scn08 .detail_btn {
  width: 50.5%;
  max-width: 218px;
}

#story_1 #scn09 .img_01 {
	width: 110.8%;
}
#story_1 #scn09 .detail_btn {
  width: 50.5%;
  max-width: 218px;
}

#story_1 #scn10 .img_01 {
	width: 110.8%;
}

#story_1 #scn12 .img_01 {
	width: 108.1%;
}

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

#story_1 #scn15 .img_01 {
	width: 108%;
}

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

#story_1 #scn17 {
  width: calc(100% - 44px);
  background: #FDE4EA;
}
#story_1 #scn17::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #E6E1F2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#story_1 #scn17 .title_img {
  width: 10.3%;
  max-width: 141px;
  right: 26px;
}
#story_1 #scn17 .list_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
#story_1 #scn17 .list_header {
  width: 100%;
  padding: 30px 0 15px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  align-self: flex-start;
}
#story_1 #scn17 .list_header::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("/book/focal/kamijima/images/trip/list_head.png") repeat-x 0 0 / 73px 10px;
  position: absolute;
  top: 100%;
  left: 0;
}
#story_1 #scn17 .list_title {
  width: 339px;
  margin: 0 30px;
}
#story_1 #scn17 .list_summary {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
#story_1 #scn17 .list_left,
#story_1 #scn17 .list_right {
  width: 50%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#story_1 #scn17 .list_genre {
  width: 45px;
}
#story_1 #scn17 .list_block {
  width: 31%;
  margin-left: 40px;
}
#story_1 #scn17 .list_theme {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px 0;
  margin-bottom: 10px;
}
#story_1 #scn17 .list_left .list_theme {
  color: #F57796;
  border-bottom-color: #F57796;
}
#story_1 #scn17 .list_right .list_theme {
  color: #836BBE;
  border-bottom-color: #836BBE;
}
#story_1 #scn17 .list_block ul li {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #083b55;
  font-feature-settings: "palt";
  margin-bottom: 6px;
}
#story_1 #scn17 .list_block ul li .name {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 15px;
}
#story_1 #scn17 ul + .list_theme {
  margin-top: 60px;
}
#story_1 #scn17 .list_btn {
  width: 100%;
  margin-top: 10px;
}
#story_1 #scn17 .list_btn a {
  width: 500px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 0 rgba(0,0,0,.2));
}

#story_1 #scn18 .info_main {
  display: flex;
  justify-content: center;
  align-items: center;
}
#story_1 #scn18 .info_box {
  width: 51.2%;
  max-width: 700px;
  background: rgba(255,255,255,.85);
  margin-top: 10vh;
  position: relative;
}
#story_1 #scn18 .info_box_inner {
  padding: 50px 12.8% 40px;
  position: relative;
}
#story_1 #scn18 .info_box::before,
#story_1 #scn18 .info_box::after,
#story_1 #scn18 .info_box_inner::before, 
#story_1 #scn18 .info_box_inner::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border: 1px solid #093A56;
  border-radius: 50%;
  position: absolute;
}
#story_1 #scn18 .info_box::before {
  top: 8px;
  left: 8px;
}
#story_1 #scn18 .info_box::after {
  top: 8px;
  right: 8px;
}
#story_1 #scn18 .info_box_inner::before {
  bottom: 8px;
  left: 8px;
}
#story_1 #scn18 .info_box_inner::after {
  bottom: 8px;
  right: 8px;
}
#story_1 #scn18 .info_btn {
  width: 90%;
  margin: 30px auto 0;
}