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

#story_1 .title_img {
    position: absolute;
    width: 16%;
    max-width: 225px;
    top: 5.3%;
    right: 94px;
    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: 4.3%;
  margin-top: 17.5vh;
}

#story_1 .left_area .title_01 {
  width: 100%;
  margin: 0 auto;
}

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

#story_1 .left_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
  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: 57.7%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* 写真ブロックの上端位置（誌面の実測値をvhで指定） */
#story_1 .right_area>div {
  margin-top: 11.7vh;
}

#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.1%;
  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 {
  display: block;
  font-size: 12px;
}

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


/* ▼ 詳細DATAボタンとポップアップ（誌面どおりボタンの下に開く） */
#story_1 .info_btn {
  margin-top: -12px;
}

#story_1 .info_btn .detail_btn {
  max-width: 196px;
}

#story_1 .info_btn+.info {
  top: auto;
  bottom: -4px;
}


/*--------------------------------------------------------
　各ページ背景（大判画像はページ原寸のキャンバスのため cover で配置）
--------------------------------------------------------*/
#story_1 #scn01 {
  background: url(/book/focal/inashiki/images/trip/fv_bg.jpg) no-repeat 40% 20% / cover;
}

#story_1 #scn03 {
  background: url(/book/focal/inashiki/images/trip/plan1_largeimg01.jpg) no-repeat center center / cover;
}

#story_1 #scn04 {
  background: url(/book/focal/inashiki/images/trip/plan1_largeimg02.jpg) no-repeat center center / cover;
}

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

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

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

#story_1 #scn14 {
  background: url(/book/focal/inashiki/images/trip/plan1_largeimg06.jpg) no-repeat center center / cover;
}

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

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

#story_1 #scn23 {
  background: url(/book/focal/inashiki/images/trip/plan2_largeimg03.jpg) no-repeat center center / cover;
}

#story_1 #scn25 {
  background: url(/book/focal/inashiki/images/trip/plan2_largeimg04.jpg) no-repeat center center / cover;
}

#story_1 #scn27 {
  background: url(/book/focal/inashiki/images/trip/plan2_largeimg05.jpg) no-repeat center center / cover;
}

#story_1 #scn06,
#story_1 #scn13 {
  background: #fffbef;
}

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

#story_1 #scn01 .main_title {
  width: 38.2%;
  max-width: 522px;
  position: absolute;
  top: 24.46%;
  left: 54.98%;
}

#story_1 #scn01 .main_shoulder {
    width: 17.4%;
    max-width: 238px;
    position: absolute;
    top: 4.8%;
    right: 7%;
}

/* ▼ リード文 */
#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: 121px;
  bottom: 20.5%;
  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: 52.3%;
  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: 2.8em;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

/* ▼ プラン扉 */
#story_1 .large_title,
#story_1 .large_text {
  position: absolute;
  margin: 0;
}

#story_1 #scn03 .large_title {
    width: 11.6%;
    max-width: 149px;
  top: 18.23%;
  left: 6.81%;
}

#story_1 #scn03 .large_text {
    width: 31.7%;
    max-width: 461px;
    top: 20%;
    left: 52%;
}

#story_1 #scn16 .large_text {
  width: 33.1%;
  max-width: 452px;
  top: 17.06%;
  left: 17.6%;
}

#story_1 #scn16 .large_title {
  width: 14.02%;
  max-width: 192px;
  top: 15.76%;
  left: 73.42%;
}

/* ▼ プラン スタート */
#story_1 .start_box .start_ttl {
    position: absolute;
    left: 14.7%;
    top: 26.8%;
    width: 73.7%;
}

/* ▼ 本文ページ：左カラム上端位置 */
#story_1 #scn06 .left_area {
  margin-top: 25.1vh;
}

#story_1 #scn08 .left_area {
  margin-top: 16.5vh;
}

#story_1 #scn13 .left_area {
  margin-top: 16.9vh;
}

#story_1 #scn18 .left_area {
  margin-top: 14.6vh;
}

#story_1 #scn19 .left_area {
    margin-top: 14.1vh;
}

#story_1 #scn21 .left_area,
#story_1 #scn22 .left_area {
    margin-top: 18.6vh;
}

#story_1 #scn24 .left_area {
  margin-top: 15.4vh;
}

#story_1 #scn29 .left_area {
    margin-top: 17vh;
}

/* ▼ 本文ページ：タイトル幅（アートボード幅450pxを基準とした比率） */
#story_1 #scn06 .left_area .title_01 {
  width: 88.5%;
  margin-left: 3.94%;
}

#story_1 #scn10 .left_area .title_01 {
  width: 100.6%;
}

#story_1 #scn19 .left_area .title_01 {
  width: 95.2%;
}

#story_1 #scn29 .left_area .title_01 {
  width: 93.9%;
  margin-left: 2.16%;
}
#story_1 #scn06 .left_area .text_01{
      margin: 38px auto 0;
}
#story_1 #scn06 .left_area .text_01 p.info {
    margin-top: 2em;
}
#story_1 #scn19 .left_area .text_01{
    margin: 23px auto 0;
}
#story_1 #scn29 .left_area .text_01{
    margin: 38px auto 0;
}
/* ▼ 本文ページ：写真ブロックの上端位置 */
#story_1 #scn05 .right_area>div {
  margin-top: 11.72vh;
}

#story_1 #scn06 .right_area>div {
  margin-top: 19.79vh;
}

#story_1 #scn08 .right_area>div {
  margin-top: 9.38vh;
}

#story_1 #scn10 .right_area>div {
  margin-top: 11.20vh;
}

#story_1 #scn12 .right_area>div {
  margin-top: 9.64vh;
}

#story_1 #scn13 .right_area>div {
  margin-top: 18.75vh;
}

#story_1 #scn15 .right_area>div {
  margin-top: 12.76vh;
}

#story_1 #scn18 .right_area>div {
  margin-top: 11.46vh;
}

#story_1 #scn19 .right_area>div {
  margin-top: 12.50vh;
}

#story_1 #scn21 .right_area>div {
  margin-top: 13.80vh;
}

#story_1 #scn22 .right_area>div {
  margin-top: 16.67vh;
}

#story_1 #scn24 .right_area>div {
  margin-top: 8.59vh;
}

#story_1 #scn26 .right_area>div {
  margin-top: 14.58vh;
}

#story_1 #scn28 .right_area>div {
  margin-top: 12.24vh;
}

#story_1 #scn29 .right_area>div {
  margin-top: 11.46vh;
}

/* ▼ 本文ページ：右カラム写真 */
#story_1 #scn05 .right_area .img_01 {
  width: 104.26%;
  margin-left: -0.85%;
}

#story_1 #scn06 .right_area .img_01 {
  width: 104.84%;
  margin-left: -3.78%;
}

#story_1 #scn08 .right_area .img_01 {
  width: 106.23%;
  margin-left: -1.43%;
}

#story_1 #scn10 .right_area .img_01 {
  width: 100.01%;
  margin-left: 0.91%;
}

#story_1 #scn12 .right_area .img_01 {
  width: 97.38%;
  margin-left: -0.26%;
}

#story_1 #scn13 .right_area .img_01 {
  width: 100.82%;
  margin-left: -1.43%;
}

#story_1 #scn15 .right_area .img_01 {
  width: 104.92%;
  margin-left: -2.02%;
}

#story_1 #scn18 .right_area .img_01 {
  width: 105.28%;
  margin-left: -1.14%;
}

#story_1 #scn19 .right_area .img_01 {
  width: 101.04%;
  margin-left: -3.19%;
}

#story_1 #scn21 .right_area .img_01 {
  width: 88.89%;
  margin-left: 2.08%;
}

#story_1 #scn22 .right_area .img_01 {
  width: 98.19%;
  margin-left: -1.73%;
}

#story_1 #scn24 .right_area .img_01 {
  width: 100.67%;
  margin-left: -0.26%;
}

#story_1 #scn26 .right_area .img_01 {
  width: 98.77%;
  margin-left: 2.08%;
}

#story_1 #scn28 .right_area .img_01 {
  width: 103.53%;
  margin-left: -0.85%;
}

#story_1 #scn29 .right_area .img_01 {
  width: 87.21%;
  margin-left: 6.18%;
}

/*--------------------------------------------------------
　地元民が“本当は教えたくない”名店
--------------------------------------------------------*/
#story_1 .local_shop {
  background: #caedef;
}

/* 名店1・2は白パネルを敷く */
#story_1 #scn21::before,
#story_1 #scn22::before {
  content: "";
  display: block;
  position: absolute;
  left: 3.55%;
  top: 6.64%;
  width: 89.75%;
  height: 86.85%;
  background: #fff;
  z-index: 0;
}

#story_1 #scn21 .main_area,
#story_1 #scn22 .main_area {
  z-index: 1;
}

/* 名店 扉 */
#story_1 #scn20 .shop_card {
  position: absolute;
  left: 18.72%;
  top: 24.54%;
  width: 59.47%;
  padding-bottom: 9vh;
  background: #fff;
}



#story_1 #scn20 .shop_card_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

#story_1 #scn20 .shop_title {
  width: 47%;
  margin: -5.08vh auto 0;
}

#story_1 #scn20 .shop_lead {
    width: 69%;
    margin: 2em auto 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #083b55;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.85;
}

#story_1 #scn20 .shop_img01 {
  position: absolute;
  left: 10.50%;
  top: 30.21%;
  width: 17.45%;
  z-index: 2;
}

#story_1 #scn20 .shop_img02 {
  position: absolute;
  left: 70.64%;
  top: 31.25%;
  width: 13.76%;
  z-index: 2;
}

/*--------------------------------------------------------
　稲敷市のゴルフ事情
--------------------------------------------------------*/
#story_1 .golf {
  background: linear-gradient(180deg, #d4d9ff 0%, #fff4f0 100%);
}
