#key-box .keyvisual p img {
  -o-object-position: 61% 50%;
  object-position: 61% 50%;
}

@media screen and (min-width: 768px) {
  #key-box {
    height: 900px;
  }

  #key-box .keyvisual {
    height: 900px;
  }

  #key-box .keyvisual .kv-01 {
    height: 900px;
  }

  #key-box .keyvisual .kv-01 img {
    height: 900px;
  }
}

#sec1 {
  padding: 15vw 0 0;
  position: relative;
}

#sec1::before {
  content: "";
  background: url(../img/scene/sec1_pt1.png);
  width: 30%;
  height: 85vw;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

#sec1 .row {
  margin-bottom: 10vw;
}

#sec1 .row .col-right h2 {
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
  font-size: 22px;
  line-height: 50px;
}

#sec1 .row .col-right .txt {
  margin-bottom: 20px;
}

#sec1 .row .col-left {
  position: relative;
}

#sec1 .row .col-left .txt-img {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 50%;
}

#sec1 .box-js {
  position: relative;
  padding: 15vw 0 0 !important;
}

#sec1 .box-js .box-zoom {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0%, 0);
  box-sizing: border-box;
  z-index: 1;
  width: 50vw;
  height: 50vw;
}

#sec1 .box-js .box-zoom .zoom-img {
  text-align: center;
  height: 50vw;
}

#sec1 .box-js .box-zoom img {
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec1 .contain-img {
  overflow: hidden;
}

#sec1 .bg-parallax {
  width: 100%;
  margin: auto;
  height: 100vw;
}

#sec1 .bg-parallax .img-parallax img {
  /* object-position: 25% 60%; */
  height: 100vw !important;
}

/*  */
@media screen and (min-width: 768px) {
  section {
    overflow-y: visible;
    overflow-x: clip;
  }

  #sec1 {
    padding: 95px 0 0;
  }

  #sec1::before {
    width: calc(50% - 40px);
    height: 900px;
    top: -125px;
  }

  #sec1 .wrap {
    max-width: 1270px;
  }

  #sec1 .row {
    margin-bottom: 50px;
  }

  #sec1 .row .col-right {
    order: 2;
    width: 410px;
    margin: 100px 40px 0 0;
  }

  #sec1 .row .col-right h2 {
    margin: 0 auto 75px;
    font-size: 28px;
    line-height: 70px;
    letter-spacing: 5.5px;
  }

  #sec1 .row .col-right .txt {
    margin-bottom: 20px;
  }

  #sec1 .row .col-left {
    order: 1;
  }

  #sec1 .row .col-left .txt-img {
    left: 20px;
    bottom: 20px;
    width: 50%;
  }

  #sec1 .photo-bg img {
    width: 100%;
  }

  #sec1 .box-js {
    padding: 50px 0 0 !important;
    width: 100vw !important;
    max-width: 100% !important;
  }

  #sec1 .box-js .box-zoom {
    width: 1000px;
    height: 500px;
    transform: translate3d(-50%, 0%, 0);
    box-sizing: border-box;
    z-index: 1;
  }

  #sec1 .box-js .box-zoom .zoom-img {
    text-align: center;
    height: auto;
  }

  #sec1 .box-js .box-zoom img {
    width: 100%;
    height: auto;
  }



  #sec1 .bg-parallax {
    width: 80%;
    margin: auto;
    height: 1000px;
  }

  #sec1 .bg-parallax .img-parallax img {
    /* object-position: 25% 60%; */
    height: 1000px !important;
  }
}

#sec2 {
  padding: 10vw 0 10vw;
  background: #e8e3de;
}

#sec2 .row-1 {
  margin-bottom: 30px;
}

#sec2 .row-1 .col-left {
  margin-bottom: 30px;
}

#sec2 .row-1 .col-left .time {
  font-size: 18px;
  color: #595353;
}

#sec2 .row-1 .col-left h2 {
  font-size: 40px;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid;
  line-height: 40px;
  margin-bottom: 20px;
}

#sec2 .row-1 .col-left .desc {
  margin-bottom: 20px;
}

#sec2 .row-1 .col-left .btn-t1 a {
  margin: auto;
}

#sec2 .row-2 .col-right {
  margin-bottom: 20px;
}

#sec2 .btn-cus {
  margin-top: 10vw;
}


@media screen and (min-width: 768px) {
  #sec2 {
    padding: 100px 0 60px;
  }

  #sec2 .wrap {
    max-width: 1500px;
  }

  #sec2 .row-1 {
    margin-bottom: 45px;
    max-width: 1300px;
    margin-left: auto;
  }

  #sec2 .row-1 .col-left {
    margin-bottom: 30px;
    margin-top: 95px;
  }

  #sec2 .row-1 .col-left .time {
    font-size: 30px;
    line-height: 40px;
  }

  #sec2 .row-1 .col-left h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 70px;
  }

  #sec2 .row-1 .col-left .desc {
    margin-bottom: 40px;
  }

  #sec2 .row-1 .col-left .btn-t1 a {
    margin: 0 30px 0 auto;
  }

  #sec2 .row-1 .col-right {
    position: relative;
    z-index: 0;
  }

  #sec2 .row-1 .col-right::after {
    content: "";
    background: url(../img/scene/sec2_deco1.jpg) no-repeat 0 0/100%;
    width: 172px;
    height: 426px;
    right: 0;
    bottom: -325px;
    position: absolute;
    z-index: -1;
  }

  #sec2 .row-2 {
    max-width: 1090px;
    margin: auto;
  }

  #sec2 .row-2 .col-right {
    margin-bottom: 20px;
    order: 2;
    width: 290px;
    margin-left: 80px;
  }

  #sec2 .row-2 .col-left {
    order: 1;
  }

  #sec2 .btn-cus {
    position: relative;
    bottom: 600px;
    width: 550px;
    margin-right: 710px;
    margin-top: 0;
  }

  #sec2 .btn-cus.bg-none:before {
    width: calc(100% - 300px);
    left: -40px;
  }
}

#sec3 {
  padding: 25vw 0 20vw;
  background: #e8e3de;
  position: relative;
  z-index: 0;
}

/* #sec3::after {
  transition: 1s;
} */

/* #sec3.bg-scroll {
  animation-delay: 2s;
  background: linear-gradient(to bottom, transparent, #dbd0c6, #dbd0c6, #dbd0c6, #dbd0c6, #dbd0c6), #e8e3de;

} */
#sec3::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent, #dbd0c6, #dbd0c6, #dbd0c6, #dbd0c6, #dbd0c6), #e8e3de;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}

#sec3.bg-scroll::after {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

/* #sec3.bg-scroll::after {
  content: "";
  background: linear-gradient(to bottom, #e8e3de, transparent);
  height: 10vw;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: 1s;
} */

#sec3::before {
  content: "";
  background: url(../img/scene/sec3_deco1.jpg) no-repeat 0 0/100%;
  width: 30%;
  height: 30vw;
  left: 0;
  bottom: 5vw;
  position: absolute;
}

#sec3 .row-1 {
  margin-bottom: 30px;
}

#sec3 .row-1 .col-left {
  margin-bottom: 20px;
}

#sec3 .row-1 .col-right .time {
  font-size: 18px;
  color: #595353;
}

#sec3 .row-1 .col-right h2 {
  font-size: 40px;
  width: -moz-max-content;
  width: max-content;
  line-height: 40px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#sec3 .row-2 .col-left {
  margin-bottom: 40px;
}

#sec3 .row-2 .col-right {
  position: relative;
  margin-bottom: 20px;
}

#sec3 .row-2 .col-right .photo-2 {
  position: relative;
}

#sec3 .row-2 .col-right .photo-2::before {
  content: "";
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  border: 1px solid #685b5b;
  position: absolute;
}

#sec3 .row-2 .col-right h4 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

#sec3 .photo-3 {
  width: 70%;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 70px 0 50px;
  }

  #sec3::before {
    width: 275px;
    height: 310px;
    left: auto;
    bottom: 10px;
    right: calc(50% + 475px);
  }

  #sec3 .wrap {
    max-width: 1500px;
  }

  #sec3 .row-1 {
    margin-bottom: -70px;
    max-width: 1340px;
  }

  #sec3 .row-1 .col-left {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }

  #sec3 .row-1 .col-right {
    margin-top: 95px;
  }

  #sec3 .row-1 .col-right .time {
    font-size: 30px;
  }

  #sec3 .row-1 .col-right h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  #sec3 .row-2 {
    max-width: 1235px;
    margin-left: auto;
    margin-right: 50px;
  }

  #sec3 .row-2 .col-left {
    margin-bottom: 20px;
    width: 390px;
    margin-top: 120px;
  }

  #sec3 .row-2 .col-right {
    position: relative;
    margin-bottom: 20px;
  }

  #sec3 .row-2 .col-right::before {
    content: "";
    width: 100%;
    height: 100%;
    top: -25px;
    right: -25px;
    border: 2px solid #685b5b;
    position: absolute;
  }

  #sec3 .row-2 .col-right .photo-2 {
    position: relative;
    z-index: 2;
  }

  #sec3 .row-2 .col-right .photo-2::before {
    display: none;
  }

  #sec3 .row-2 .col-right h4 {
    top: 100px;
    left: 55%;
  }

  #sec3 .photo-3 {
    width: -moz-max-content;
    width: max-content;
    bottom: 50px;
    right: calc(50% + 135px);
    left: 190px;
    position: relative;
  }
}

#sec4 {
  padding: 5vw 0 20vw;
  background: #dbd0c6;
  position: relative;
  transition: 1s;
}

#sec4::before {
  content: '';
  background: linear-gradient(to bottom, transparent, #c7b7a8, #c7b7a8, #c7b7a8), #dbd0c6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

#sec4.bg-scroll::before {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

/* #sec4::after {
  content: "";
  background: linear-gradient(to bottom, #dbd0c6, transparent);
  height: 10vw;
  width: 100%;
  left: 0;
  top: -1px;
  position: absolute;
} */

#sec4 .row .col-left {
  margin-bottom: 30px;
}

#sec4 .row .col-left .time {
  font-size: 24px;
  color: #595353;
  margin-bottom: 20px;
  text-align: center;
}

#sec4 .row .col-left .txt {
  margin-bottom: 20px;
}

#sec4 .row .col-left .btn-t1 a {
  margin: auto;
}

#sec4 .btn-cus {
  margin-top: 10vw;
}


@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 145px;
  }

  #sec4 .wrap {
    max-width: 1060px;
  }

  #sec4 .row .col-left {
    width: 375px;
    margin: 0 0 80px 10px;
  }

  #sec4 .row .col-left .time {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
  }

  #sec4 .row .col-left .txt {
    margin-bottom: 20px;
  }

  #sec4 .row .col-left .btn-t1 a {
    margin: auto;
  }

  #sec4 .row .col-right {
    margin-right: -100px;
  }

  #sec4 .btn-cus {
    position: relative;
    bottom: 30px;
    width: 390px;
    margin-right: 620px;
    margin-top: 0;
  }

  #sec4 .btn-cus.bg-none:before {
    width: calc(100% - 190px);
    left: -40px;
  }


}

@media (min-width: 768px) and (max-width: 1499px) {
  #sec2 .row-1 {
    max-width: 1250px;
  }

  #sec2 .btn-cus {
    margin-right: 660px;
  }

  #sec3 .row-1 {
    max-width: 1270px;
  }

  #sec3 .row-2 {
    margin: 0 auto;
  }

  #sec3 .photo-3 {
    bottom: -250px;
    left: 120px;
  }

}

@media (min-width: 768px) and (max-width: 1300px) {
  #sec1 .row {
    max-width: 1100px;
    margin: 0 auto 100px;
  }

  #sec1 .row .col-left {
    height: -moz-max-content;
    height: max-content;
  }

  #sec1 .row .col-left {
    width: 600px;
  }

  #sec1 .row .col-right {
    margin: 0px 30px 0 0;
  }

  #sec2 .row-1 {
    max-width: 1065px;
  }

  #sec2 .row-1 .col-right {
    width: 575px;
  }

  #sec2 .row-1 .col-right::after {
    width: 85px;
  }

  #sec2 .btn-cus {
    bottom: 500px;
    margin-right: 470px;
  }

  #sec3 .row-1 {
    max-width: 1140px;
  }

  #sec3 .row-1 .col-left {
    width: 750px;
  }

  #sec3 .row-2 .col-right {
    width: 620px;
  }

  #sec3 .row-2 {
    max-width: 1050px;
  }

  #sec3 .photo-3 {
    bottom: -10px;
    left: 70px;
  }
}

/*# sourceMappingURL=scene.css.map */