/* 01_1泊2日の旅pc_修正.pdf：1410 × 768 のビューポートに、1366px幅の誌面を左揃え。
   横位置・横幅は1410px基準（右44pxはサイドナビ領域）、縦位置は768px基準。
   FV・全面写真の背景はビューポートに合わせて cover 表示。
   白地に写真を組んだ移動カットの背景は、誌面と同じ位置に載るよう左揃え・高さ100%で表示する。 */
/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_1 .scn_set{
  background: #fff;
}

#story_1 .title_img{
    position: absolute;
    width: 16.567%;
    max-width: 234px;
    top: 5.2%;
    right: 93.8px;
    z-index: 1;
}

#story_1 .shoulder_img{
  position: absolute;
  width: 18.7%;
  max-width: 320px;
  top: 4.8%;
  right: 70px;
  z-index: 1;
}

#story_1 .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 86.12%;
  margin: 0 0 0 7.752%;
  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: 37.4%;
    margin-right: 3.3%;
    margin-top: 17.4vh;
}
#story_1 .left_area .text_01 {
  margin-top: 15px;
    width: 94%;
    margin: 19px 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: 1.7em;
}
#story_1 .left_area .text_01 p.info .large {
  font-size: 14px;
}

/* 詳細DATA（common/info_btn.svg：195 × 41）
   DATAが長く本文カラムに収まらないカットは、ボタンを押すとパネルで開く */
#story_1 .left_area .text_01 .info_btn {
  width: 47.216%;
  max-width: 195px;
  margin-top: 28px;
}
#story_1 .left_area .text_01 .info_btn a {
  display: block;
  cursor: pointer;
}
#story_1 .left_area .text_01 .info_btn img {
  vertical-align: bottom;
}
/* パネルは本文カラムの下端に合わせ、左カラムいっぱいの幅で開く */
#story_1 .left_area .text_01 .info_btn + p.info {
  width: 106.4%;
  left: -3.2%;
  top: auto;
  bottom: 0;
  margin-top: 0;
  z-index: 2;
}
#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: 59.3%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 3.6vh;
  box-sizing: border-box;
}
#story_1 .right_area > div {
  width: 100%;
}
#story_1 .right_area .img_01{
  margin: 0 auto;
}
#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: 19%;
  left: 0;
  width: 15.504%;
  max-width: 219px;
  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.only_txt{
  position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    transform: translate(0, -50%);
    bottom: unset;
    width: 183px;
    margin: 0 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/kimino/images/trip/fv_bg.jpg) no-repeat 69% 25% / cover;
}

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

#story_1 #scn05 {
  /* 肩見出しに人物の頭がかからないよう、上揃えで配置（中央揃えだと画面が低いとき頭が上に寄る） */
  background: url(/book/focal/kimino/images/trip/day1_largeimg02.jpg) no-repeat left top / 100% auto;
}

#story_1 #scn07 {
  background: url(/book/focal/kimino/images/trip/day1_largeimg03.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn09 {
  background: url(/book/focal/kimino/images/trip/day1_largeimg04.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn11 {
  background: url(/book/focal/kimino/images/trip/day1_largeimg05.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn13 {
  background: url(/book/focal/kimino/images/trip/day1_largeimg06.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn15 {
  background: url(/book/focal/kimino/images/trip/day2_largeimg01.jpg) no-repeat 63% 35% / cover;
}

#story_1 #scn17 {
  background: url(/book/focal/kimino/images/trip/day2_largeimg02.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn19 {
  background: url(/book/focal/kimino/images/trip/day2_largeimg03.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn21 {
  background: url(/book/focal/kimino/images/trip/day2_largeimg04.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn23 {
  background: url(/book/focal/kimino/images/trip/day2_largeimg05.jpg) no-repeat center center / 100% auto;
}

#story_1 #scn25 {
  background: url(/book/focal/kimino/images/trip/day2_largeimg06.jpg) no-repeat center center / 100% auto;
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_1 #scn01{
  opacity: 1;
  z-index: 501;
}
#story_1 #scn01 .main_title{
    width: 40.723%;
    max-width: 541px;
    position: absolute;
    top: 28.82%;
    left: 11.872%;
}

#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: 9.023%;
  right: 128.6px;
  bottom: 22.5%;
  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: 89.362%;
  left: 3.759%;
  position: absolute;
  right: auto;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
#story_1 .schedule-box a:hover{
  opacity: 1;
}

#story_1 #scn02 .main_text {
    width: 55.219%;
    position: absolute;
    display: block;
    top: 42.5%;
    left: 48.745%;
    transform: translate(-50%, -50%);
}
#story_1 #scn02 .main_text > p{
  color: #fff;
}
#story_1 #scn02 .main_text .main_text_item {
  font-size: 18px;
  line-height: 2;
}
#story_1 #scn02 .main_text .credit_text {
  margin-top: 1.9em;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

#story_1 #scn03 .large_txt {
    width: 33.099%;
    max-width: 445px;
    position: absolute;
    top: 28.56%;
    left: 13.730%;
}

#story_1 #scn15 .large_txt {
    width: 32.262%;
    max-width: 455px;
    position: absolute;
    top: 25.95%;
    left: 14.369%;
}

#story_1 .large_txt .large_title img {
    width: 100%;
    vertical-align: bottom;
}

/*--- 各スポットの画像幅（デザイン実測） ---*/
#story_1 #scn04 .right_area .img_01 {
    width: 100%;
    margin-left: -2.5%;
}

#story_1 #scn06 .right_area .img_01 {
    width: 100%;
    margin-left: -0.5%;
}

#story_1 #scn08 .right_area .img_01 {
    width: 89.5%;
    margin-left: 3%;
}

#story_1 #scn10 .right_area .img_01 {
    width: 95.05%;
    margin-left: 2.5%;
}

#story_1 #scn12 .right_area .img_01 {
    width: 93.38%;
    margin-left: 1.5%;
}

#story_1 #scn14 .right_area .img_01 {
    width: 85.9%;
    margin-left: 4.2%;
}

#story_1 #scn16 .right_area .img_01 {
    width: 90.14%;
    margin-left: 3.5%;
}

#story_1 #scn18 .right_area .img_01 {
    width: 98.4%;
    margin-left: 0%;
}

#story_1 #scn20 .right_area .img_01 {
    width: 99.93%;
    margin-left: 0%;
}

#story_1 #scn22 .right_area .img_01 {
    width: 93.77%;
    margin-left: 2.7%;
}

#story_1 #scn24 .right_area .img_01 {
  width: 98.15%;
}

#story_1 #scn26 .right_area .img_01 {
    width: 95.08%;
    margin-left: 0.7%;
}

