#lead {
  padding: 15vw 0 30vw;
  position: relative;
}

#lead::before {
  content: "";
  background: url(../img/map/lead_deco1.png) no-repeat 0 0/100%;
  width: 60%;
  height: 120vw;
  left: 20%;
  top: 0;
  position: absolute;
}

#lead .content h3 {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .kv-text.active {
    top: 290px;
  }

  .kv-text {
    top: 1190px;
    left: calc(50% + 345px);
    letter-spacing: 0.3em;
  }

  #lead {
    padding: 435px 0 370px;
  }

  #lead::before {
    width: 476px;
    height: 941px;
    left: calc(50% + 25px);
    top: 290px;
  }

  #lead .content {
    width: 365px;
  }

  #lead .content h3 {
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}

#map {
  padding: 10vw 0;
}

#map::before {
  top: 22vw;
}

#map::after {
  content: "";
  background: url(../img/map/map_deco1.png) no-repeat 0 0/100%;
  width: 90%;
  height: 100vw;
  left: 5%;
  top: 35vw;
  position: absolute;
  z-index: -1;
}

#map h2 {
  writing-mode: vertical-rl;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: auto;
  margin-bottom: 15vw;
}

#map .photo-map {
  margin-bottom: 50px;
}

#map .row .col {
  margin-bottom: 40px;
}

#map .row .col .photo {
  margin-bottom: 15px;
}

#map .row .col h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

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

  #map::before {
    top: 180px;
  }

  #map::after {
    width: 582px;
    height: 677px;
    left: calc(50% - 265px);
    top: 750px;
  }

  #map h2 {
    writing-mode: vertical-rl;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    margin-left: auto;
    margin-bottom: 100px;
    margin-right: 250px;
    letter-spacing: 5px;
  }

  #map .photo-map {
    margin-bottom: 80px;
    text-align: center;
  }

  #map .row {
    flex-wrap: wrap;
    max-width: 925px;
    margin: 0 auto;
  }

  #map .row .col {
    margin-bottom: 60px;
    width: 32%;
    max-width: 275px;
  }

  #map .row .col .photo {
    margin-bottom: 25px;
  }

  #map .row .col h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #map .row .col .col-desc {
    line-height: 30px;
    font-size: 14px;
  }

  #map.animated::before {
    width: calc(50% + 230px);
  }
}

#bnr {
  padding: 10vw 0 35vw;
  position: relative;
}

#bnr::before {
  content: "";
  background: url(../img/map/garden_deco1.png) no-repeat 0 0/100%;
  width: 90%;
  height: 160vw;
  left: 5%;
  top: -10vw;
  position: absolute;
}

#bnr ul li {
  margin-bottom: 20px;
}

#bnr ul li a {
  display: block;
  position: relative;
}

#bnr ul li a h3 {
  font-size: 32px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  letter-spacing: 5px;
}

#bnr ul li a h3::after {
  content: "";
  background: url(../img/index/feature-arrow.png) no-repeat 0 0/100%;
  width: 9px;
  height: 16px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

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

  #bnr::before {
    width: 550px;
    height: 949px;
    left: 50%;
    top: -90px;
  }

  #bnr ul li {
    margin: 0 30px;
  }

  #bnr ul li a {
    overflow: hidden;
  }

  #bnr ul li a img {
    transition: 0.7s;
  }

  #bnr ul li a:hover img {
    transform: scale(1.2);
    transition: 0.7s;
  }
}

#garden {
  padding: 10vw 0 30vw;
}

#garden::after {
  top: 20vw;
}

#garden::before {
  content: "";
  background: url(../img/map/garden_deco2.png) no-repeat 0 0/100%;
  width: 70%;
  height: 75vw;
  left: 15%;
  bottom: 0;
  position: absolute;
}

#garden h2 {
  writing-mode: vertical-rl;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 15vw;
}

#garden .photo-bg {
  margin-bottom: 50px;
}

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

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

#garden .row-1 .col-right h3 {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 15px;
}

#garden .row-2 .photo-3 {
  margin-right: 20px;
}

#garden .row-2 .photo-4 {
  margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
  #garden {
    padding: 200px 0 300px;
  }

  #garden::after {
    top: 255px;
  }

  #garden::before {
    width: 539px;
    height: 551px;
    left: calc(50% - 195px);
    bottom: -95px;
  }

  #garden h2 {
    margin-bottom: 115px;
    margin-left: 220px;
  }

  #garden .photo-bg {
    margin-bottom: 155px;
    height: 640px;
  }

  #garden .photo-bg img {
    height: 640px;
    width: 100%;
  }

  #garden .row-1 {
    margin-bottom: 65px;
  }

  #garden .row-1 .col-left {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 24px;
  }

  #garden .row-1 .col-right {
    width: 380px;
    margin-right: 70px;
  }

  #garden .row-1 .col-right h3 {
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 15px;
  }

  #garden .row-1 .col-right .txt {
    line-height: 30px;
  }

  #garden .row-2 {
    max-width: 740px;
    margin-left: auto;
    margin-right: 35px;
  }

  #garden .row-2 .photo-3 {
    margin-right: 20px;
  }

  #garden .row-2 .photo-4 {
    margin-bottom: 60px;
  }

  #garden.animated::after {
    width: calc(50% + 100px);
  }
}

#grave {
  padding: 10vw 0 20vw;
}

#grave::before {
  top: 15vw;
}

#grave h2 {
  writing-mode: vertical-rl;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: auto;
  margin-bottom: 15vw;
}

#grave .photo-1 {
  margin-bottom: 30px;
}

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

#grave .row .col-left h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 38px;
}

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

  #grave::before {
    top: 50px;
  }

  #grave h2 {
    margin-bottom: 85px;
    margin-right: 250px;
  }

  #grave .photo-1 {
    margin-bottom: 75px;
  }

  #grave .row .col-left {
    margin-bottom: 20px;
    width: 380px;
    margin-left: 65px;
  }

  #grave .row .col-left h3 {
    margin-bottom: 60px;
    font-size: 18px;
  }

  #grave .row .col-right {
    width: 420px;
    margin: 15px 40px 0 24px;
  }

  #grave.animated::before {
    width: calc(50% + 230px);
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #map .row {
    max-width: 900px;
  }
}

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