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

#story_1 .title_img {
  position: absolute;
  width: 13.5%;
  max-width: 185px;
  top: 40px;
  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: 39.5%;    
  margin-right: 3.3%;
  margin-top: 20vh;
}

#story_1 .left_area .text_01 {
  margin-top: 15px;
  width: 96%;
  margin: 18px 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;
}
#story_1 .left_area .text_01 p.info .m_title{
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
#story_1 .center_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
}

#story_1 .right_area .text_01 p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
}

#story_1 .left_area .text_01 p.info .bold {
  font-weight: 900;
}

#story_1 .left_area .text_01 .info p {
  font-size: 12px;
  line-height: 1.66;
}

#story_1 .left_area .text_01 .info_flex {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#story_1 .left_area .text_01 .info_flex p.info {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 0em;
  width: 47%;
}

#story_1 .left_area .text_01 .info_flex p.info_title {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 0em;
  width: 100%;
}

#story_1 .center_area {
  width: 27.8%;
  margin-top: 21.2vh;
}

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

@keyframes walkcar_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% - 116px);
  }
}

#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: 18.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: 6px;
  width: 168px;
  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 #scn08 .car_box .min{
  font-size: 14px;
}
#story_1 .car_box.car_txt .min {
  bottom: 18px;
}

#story_1 .car_box.car_txt .second_min {
  bottom: 10px;
  width: 180px;
}

#story_1 .car_box .min span {
  font-size: 14px;
}

#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: 116px;
}

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

#story_1 .car_box .car_only.torii {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 35px;
}

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

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

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

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

#story_1 #scn03 {
  background: url(/book/focal/kushirotown/images/trip/bg01.jpg) no-repeat center bottom/ cover;
}
#story_1 #scn04 {
  background: url(/book/focal/kushirotown/images/trip/bg02.jpg) no-repeat center center/ cover;
}
#story_1 #scn08 {
  background: url(/book/focal/kushirotown/images/trip/bg03.jpg) no-repeat center top/ cover;
}
#story_1 #scn10 {
  background: url(/book/focal/kushirotown/images/trip/bg04.jpg) no-repeat center top/ cover;
}
#story_1 #scn13 {
  background: url(/book/focal/kushirotown/images/trip/bg05.jpg) no-repeat center center/ cover;
}

#story_1 .tr_img01 {
  position: absolute;
  z-index: -1;
}

#story_1 .tr_img02 {
  position: absolute;
  z-index: -1;
}

#story_1 .tr_img03 {
  position: absolute;
  z-index: -1;
}

#story_1 .tr_img04 {
  position: absolute;
  z-index: -1;
}

#story_1 .tr_img01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#story_1 .tr_img02 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#story_1 .tr_img03 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ex_bd {
  font-weight: 900;
}
.staff-credit .main_area {
  -webkit-align-items: center;
  align-items: center;
}

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

.staff-credit p.bold {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}
.staff-credit p{
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}
/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_1 #scn01 {
  opacity: 1;
  z-index: 501;
}
#story_1 #scn01 .logo_img{
  filter: drop-shadow(0px 0px 9px rgb(0, 30, 0));
}

#story_1 #scn01 .main_title {
  width: 37.5%;
  max-width: 512px;
  position: absolute;
  top: 18.4%;
  right: 3.7%;
}

#story_1 #scn01 .main_lead {
  width: 10.2%;
  max-width: 140px;
  position: absolute;
  top: 20.3%;
  left: 13.4%;
}

#story_1 #scn01 .main_shoulder {
  width: 18.3%;
  max-width: 250px;
  position: absolute;
  top: 2.6%;
  right: 3%;
}



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

#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 .left_area .text_01 .access {
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #093a56;
}

#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 #scn02 .main_text .att_text {
  margin-top: 3.3em;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
}

#story_1 #scn03{
  position: relative;
}
#story_1 #scn03 .kushiro-outer {      
  width: 57.1%;    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);     
  padding: 0.5%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(221, 243, 253, 0.4));
}
#story_1 #scn03 .kushiro-inner {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);      
  padding: 2% 0 6.5%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(221, 243, 253, 0.4));
}
#story_1 #scn03 .kushiro_ttl {
  width: 72.9%;
  margin: 0 auto;
  padding-bottom: 2%;
}
#story_1 #scn03 .text_01 {
  width: 72.9%;
  margin: 0 auto 3.3%;
}
#story_1 #scn03 .text_01 p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
}
#story_1 #scn03 .kushiro_btn {
  width: 58.6%;
  margin: 0 auto;
}

#story_1 #scn04 .miryoku_title01 {
  width: 22%;
  max-width: 300px;
  position: absolute;
  top: 10.7%;
  right: 16.1%;
}

#story_1 #scn05 .right_area .img_01 {
  width: 109.5%;
}

#story_1 #scn06 .right_area .img_01 {
  width: 110.3%;
}

#story_1 #scn07 .right_area .img_01 {
  width: 98.8%;
}

#story_1 #scn08 .miryoku_title01 {
  width: 16.1%;
  max-width: 220px;
  position: absolute;
  top: 16%;
  right: 16.7%;
}

#story_1 #scn09 .right_area .img_01 {
  width: 110%;
  margin-left: -2%;
}

#story_1 #scn10 .main_area {  
  max-width: 190vh;
}
#story_1 #scn10 .left_area {  
  margin-right: 2.7%;
  margin-top: 15vh;
  position: relative;
}
#story_1 #scn10 .text_01 {
  width: 90%;
  margin: 18px 0 0 auto;
}
#story_1 #scn10 .object {  
  position: absolute;
  width: 25%;
  bottom: 10%;
  right: 0;
}
#story_1 #scn10 .right_area .img_01 {
  width: 102%;
}

#story_1 #scn11 .left_area {
  margin-top: 16vh;
}
#story_1 #scn11 .right_area .img_01 {
  width: 106.2%;
  margin-left: 3%;
}

#story_1 #scn12 .right_area .img_01 {
  width: 108.3%;
  margin-left: 2%;
}
#story_1 #scn12 .left_area{
  position: relative;
}
#story_1 #scn12 .object {
  width: 31.1%;
  position: absolute;
  bottom: -10%;
  right: 0;
}

#story_1 #scn13 .miryoku_title01 {
  width: 18.6%;
  max-width: 254px;
  position: absolute;
  top: 12.5%;
  right: 10%;
}

#story_1 #scn14 .left_area {
  margin-top: 16vh;
}
#story_1 #scn14 .right_area .img_01 {
  width: 112.3%;
  margin-left: -1.5%;
}

#story_1 #scn15 .left_area {
  width: 38%;
  margin-right: 6.5%;
}
#story_1 #scn15 .right_area {
  width: 55.5%;
}

#story_1 #scn15 .right_area .img_01{
  width: 101.5%;
}
#story_1 #scn16 .left_area{
  margin-top: 16.2vh;
}
#story_1 #scn17 .large_title_01 {
  width: 32.3%;
  position: absolute;
  top: 13%;
  left: 60.5%;
}
#story_1 #scn17 .line_img01 {
  width: 6.2%;
  position: absolute;
  top: 23.2%;
  left: 7.4%;
}
/* 
#story_1 #scn17 .left_area {
  width: 38%;
  margin-right: 2.5%;
}
#story_1 #scn17 .right_area {
  width: 59.5%;
}
#story_1 #scn17 .right_area .img_01{
  width: 100%;
} */
#story_1 #scn18 .left_area {
  width: 38%;
  margin-right: 4.5%;
}
#story_1 #scn18 .right_area {
  width: 57.5%;
}
#story_1 #scn18 .right_area .img_01{
  width: 80.5%;
}

#story_1 #scn20 .right_area .img_01{
  width: 99%;
}

#story_1 #scn22 .left_area {
  width: 38%;
  margin-right: 4%;
}
#story_1 #scn22 .right_area {
  width: 58%;
}
#story_1 #scn22 .right_area .img_01{
  width: 102%;
}

#story_1 #scn24 .left_area {
  width: 38%;
  margin-right: 9%;
}
#story_1 #scn24 .right_area {
  width: 53%;
}
#story_1 #scn24 .right_area .img_01{
  width: 86%;
}
#story_1 #scn26 .left_area {
  width: 38%;
  margin-right: 3.5%;
}
#story_1 #scn26 .right_area {
  width: 58.5%;
}
#story_1 #scn26 .right_area .img_01{
  width: 100%;
}
