#key {
  background: url(../img/scene/key.jpg) no-repeat center top/cover;
  height: 130vw;
  background-position-x: 80%;
}
#sec1 {
  padding: 20vw 0 20vw;
  position: relative;
}
#sec1::before {
  content: "";
  background: url(../img/scene/sec1_deco1.jpg) no-repeat left top/200% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sec1::after {
  content: "";
  background: url(../img/scene/sec1_deco2.png) no-repeat center bottom/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sec1 .set1 {
  padding-bottom: 7vw;
}
#sec1 .set1 h2 {
  margin: 0 auto 12vw;
  white-space: nowrap;
}
#sec1 .set2 .gr-img {
  display: flex;
  justify-content: space-between;
  margin-top: 10vw;
}
#sec1 .set2 .gr-img li {
  width: 48%;
}
#sec2 .set1 {
  background: url(../img/scene/sec2_bg.jpg) no-repeat center top/cover;
  height: 70vw;
  position: relative;
  background-position-x: 32%;
}
#sec2 .set1 h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  line-height: 1.7;
}
#sec2 .set1 h2 span {
  color: #fff;
  letter-spacing: 0.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#sec2 .set2 {
  padding: 10vw 0 25vw;
  position: relative;
}
#sec2 .set2::before {
  content: "";
  background: url(../img/scene/sec2_deco.png) no-repeat right bottom/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
}
#sec2 .set2 .photo {
  margin: 10vw 0;
}
#sec3 .set1 {
  padding: 7vw 0 0;
  position: relative;
}
#sec3 .set1::before {
  content: "";
  background: url(../img/shared/bg2.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  bottom: 15vw;
  z-index: -1;
}
#sec3 .set1 h2 {
  text-align: center;
  padding-bottom: 18vw;
  position: relative;
}
#sec3 .set1 h2::before {
  content: "";
  border-left: 1px solid #222;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 14vw;
}
#sec3 .set1 .box-parallax {
  height: 60vw;
}
#sec3 .set2 {
  padding: 15vw 0 20vw;
  position: relative;
}
#sec3 .set2::before {
  content: "";
  background: url(../img/scene/sec3_deco1.png) no-repeat right top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%;
  z-index: -1;
}
#sec3 .set2 .content .gr-txt {
  margin-bottom: 15vw;
}
#sec3 .set2 .content .gr-txt h2 {
  background: url(../img/scene/sec3_ttl_line.png) no-repeat left bottom/100%
    auto;
  margin-bottom: 6vw;
}
#sec4 {
  background: url(../img/shared/bg2.jpg);
  padding: 20vw 0;
  position: relative;
}
#sec4::before {
  content: "";
  background: url(../img/scene/sec4_deco.png) no-repeat left top/100% auto;
  position: absolute;
  top: -20vw;
  left: 0;
  width: 65%;
  bottom: 0;
}
#sec4 .set1 {
  padding-bottom: 13vw;
}
#sec4 .set1 h2 {
  margin: 0 auto 10vw;
  white-space: nowrap;
}
#sec4 .set1 .gr-txt {
  margin-top: 7vw;
}
#sec4 .set2 .js-scroll .sl img {
  width: 180px !important;
  margin: 0 5px;
}
#sec5 {
  padding: 15vw 0 17vw;
  position: relative;
}
#sec5::before {
  content: "";
  background: url(../img/scene/sec5_deco1.png) no-repeat 0 0/100% auto;
  position: absolute;
  top: 7vw;
  right: 4%;
  width: 30%;
  bottom: 0;
  z-index: -1;
}
#sec5 .set1 .gr-txt .photo {
  margin: 10vw 0 7vw;
}
#sec5 .set2 {
  padding: 15vw 0 0;
  position: relative;
}
#sec5 .set2::before {
  content: "";
  background: url(../img/scene/sec5_deco2.png) no-repeat left top/100% auto;
  position: absolute;
  top: -4vw;
  left: -10%;
  right: 25%;
  bottom: 0;
  z-index: -1;
}
#sec5 .set2 h2 {
  font-size: 5vw;
  line-height: 1.8;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #777674;
  padding-bottom: 2vw;
  margin-bottom: 12vw;
}
#sec5 .set2 .price {
  font-size: 5vw;
  letter-spacing: 0.2em;
  margin: 6vw 0;
}
#sec5 .set2 .price span {
  font-size: 4.2vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #key {
    background-position-x: center;
  }
  #sec1 {
    padding: 130px 0 101px;
  }
  #sec1::before {
    background: url(../img/scene/sec1_deco1.jpg) no-repeat left top;
    width: 1476px;
    height: 944px;
    top: -35px;
    right: auto;
    bottom: auto;
  }
  #sec1::after {
    background: url(../img/scene/sec1_deco2.png) no-repeat;
    width: 639px;
    height: 370px;
    top: auto;
    right: auto;
    bottom: 71px;
    left: calc(50% + 20px);
  }
  #sec1 .set1 {
    padding-bottom: 76px;
  }
  #sec1 .set1 h2 {
    margin: 0;
    position: absolute;
    top: 176px;
    left: -70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  #sec1 .set1 h2 {
    left: calc(-50vw + 50% + 20px);
  }
}
@media screen and (min-width: 768px) {
  #sec1 .set1 .photo {
    height: 650px;
    margin: 0 -200px 0 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #sec1 .set1 .photo {
    margin-right: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec1 .set2 .txt {
    width: 613px;
    margin: 0 -116px 0 auto;
  }
  #sec1 .set2 .gr-img {
    flex-direction: row-reverse;
    margin: -189px 163px 0 -132px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1264px) {
  #sec1 .set2 .gr-img {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec1 .set2 .gr-img li {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .set2 .gr-img .img1 {
    margin: 270px 0 0 69px;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .set2 .gr-img .img2 {
    height: 300px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set1 {
    height: 650px;
    background-position-x: center;
  }
  #sec2 .set1 h2 {
    right: 72px;
    line-height: 53px;
  }
  #sec2 .set2 {
    padding: 126px 0 93px;
  }
  #sec2 .set2::before {
    background: url(../img/scene/sec2_deco.png) no-repeat;
    height: 289px;
    top: auto;
    right: calc(50% - 750px);
    bottom: 3px;
    width: 295px;
  }
  #sec2 .set2 .wrap {
    max-width: 1276px;
    padding: 0 20px;
  }
  #sec2 .set2 .photo {
    margin: 0;
    position: absolute;
    top: -47px;
    left: 769px;
    right: -62px;
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #sec2 .set2 .photo {
    right: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .txt {
    width: 550px;
    margin: 0 0 67px 19px;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .set1 {
    padding: 40px 0 0;
  }
  #sec3 .set1 .wrap {
    padding: 0 77px;
    max-width: 100%;
  }
  #sec3 .set1::before {
    width: calc(50% - 178px);
    bottom: 105px;
  }
  #sec3 .set1 h2 {
    padding-bottom: 70px;
  }
  #sec3 .set1 h2::before {
    height: 58px;
  }
  #sec3 .set1 .box-parallax {
    height: 600px;
  }
  #sec3 .set2 {
    padding: 130px 0;
  }
  #sec3 .set2::before {
    background: url(../img/scene/sec3_deco1.png) no-repeat;
    width: 629px;
    height: 345px;
    right: auto;
    bottom: auto;
    left: calc(50% + 121px);
  }
  #sec3 .set2 .wrap {
    max-width: 1183px;
    padding: 0 20px;
  }
  #sec3 .set2 .content {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #sec3 .set2 .content .photo {
    flex: 1;
    margin-left: -27px;
    height: 450px;
  }
  #sec3 .set2 .content .gr-txt {
    margin: 9px 0 0 90px;
    width: 430px;
  }
  #sec3 .set2 .content .gr-txt h2 {
    background: none;
    margin: 0 0 17px -6px;
    position: relative;
  }
  #sec3 .set2 .content .gr-txt h2::before {
    content: "";
    background: url(../img/scene/sec3_ttl_line.png) no-repeat;
    width: 416px;
    height: 1px;
    position: absolute;
    left: -84px;
    bottom: 8px;
  }
  #sec3 .set2 .content .gr-txt .btn-link {
    margin: 37px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 160px 0 120px;
  }
  #sec4::before {
    background: url(../img/scene/sec4_deco.png) no-repeat;
    height: 446px;
    top: -105px;
    width: 419px;
    bottom: auto;
    z-index: 1;
  }
  #sec4 .set1 {
    padding-bottom: 69px;
    position: relative;
    margin-left: 150px;
  }
  #sec4 .set1 .wrap {
    max-width: 100%;
  }
  #sec4 .set1 h2 {
    margin: 0;
    position: absolute;
    top: 88px;
    left: 152px;
    color: #fff;
    z-index: 2;
  }
  #sec4 .set1 .photo img {
    width: 100%;
    height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec4 .set1 .gr-txt {
    margin-top: -104px;
    padding: 37px 47px 0 0;
    background: url(../img/shared/bg2.jpg);
    width: 690px;
    position: relative;
    z-index: 2;
  }
  #sec4 .set1 .gr-txt .btn-link {
    margin: 27px 0 0;
  }
    #sec4 .set2{
      margin: 0 50px;
    }
  #sec4 .set2 .wrap {
    padding: 0 20px;
  }
  #sec4 .set2 .js-scroll {
    --f-columns: 3;
    --f-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
  }
  #sec4 .set2 .js-scroll .sl {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap);
    width: calc(100% / var(--f-columns) - var(--f-gap));
  }
  #sec4 .set2 .js-scroll .sl img {
    width: 100% !important;
    margin: 0;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 101px 0 120px;
  }
  #sec5::before {
    background: url(../img/scene/sec5_deco1.png) no-repeat;
    height: 193px;
    top: 130px;
    right: calc(50% - 739px);
    width: 182px;
    bottom: auto;
  }
  #sec5 .set1 .wrap {
    max-width: 1270px;
    padding: 0 20px;
  }
  #sec5 .set1 .gr-txt {
    width: 385px;
    min-height: 650px;
    margin-left: auto;
    padding-top: 114px;
  }
  #sec5 .set1 .gr-txt .photo {
    margin: 0;
    position: absolute;
    top: 0;
    left: -65px;
    right: 485px;
    height: 650px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #sec5 .set1 .gr-txt .photo {
    left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set1 .gr-txt h2 {
    line-height: 62px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set1 .gr-txt .btn-link {
    margin: 29px 0 0 2px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 {
    padding: 91px 0 0;
  }
  #sec5 .set2::before {
    background: url(../img/scene/sec5_deco2.png) no-repeat;
    width: 606px;
    height: 499px;
    top: -175px;
    left: auto;
    right: calc(50% + 280px);
    bottom: auto;
  }
  #sec5 .set2 .photo {
    position: absolute;
    top: -4px;
    right: -168px;
    left: 568px;
    height: 500px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1336px) {
  #sec5 .set2 .photo {
    right: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .gr-txt {
    margin-left: 56px;
    width: 445px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 h2 {
    font-size: 28px;
    line-height: 46px;
    border-bottom: none;
    padding-bottom: 2px;
    margin-bottom: 0;
    position: relative;
  }
  #sec5 .set2 h2::before {
    content: "";
    background: url(../img/scene/sec5_ttl_line.png) no-repeat;
    width: 613px;
    height: 1px;
    position: absolute;
    left: -98px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .price {
    font-size: 25px;
    margin: 35px 0 25px;
  }
  #sec5 .set2 .price span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1270px) and (min-width: 768px) {
  #sec1 .set2 .txt {
    margin-right: calc(-50vw + 50% + 30px);
  }
}
