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

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

#hondo {
  padding: 10vw 0;
  background: url(../img/statue/hondo_deco1.png) no-repeat center top 25%/80%, url(../img/statue/hondo_deco2.png) no-repeat center bottom/80%;
}

#hondo::before {
  top: 20vw;
}

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

#hondo .box-1 {
  margin-bottom: 50px;
}

#hondo .box-1 .photo-bg1 {
  margin-bottom: 20px;
}

#hondo .box-1 .content {
  padding: 0 5%;
}

#hondo .box-1 .content h3 {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 15px;
}

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

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

#hondo .row-1 .col-right .photo-1 {
  margin-bottom: 15px;
}

#hondo .box-2 {
  position: relative;
  margin-bottom: 50px;
}

#hondo .box-2 ul {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

#hondo .box-2 ul li {
  margin: 0 40px;
  writing-mode: vertical-rl;
}

#hondo .box-3 {
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  padding: 30px 10px 10px;
  margin-bottom: 50px;
}

#hondo .box-3 h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

#hondo .box-3 .txt span {
  display: block;
  margin-bottom: 25px;
}

#hondo .row-2 .col {
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  margin-bottom: 30px;
  padding: 30px 20px;
}

#hondo .row-2 .col h3 {
  font-size: 18px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 10px;
  padding: 0 5px 5px;
  border-bottom: 1px solid #595959;
}

#hondo .row-2 .col .desc {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #hondo {
    padding: 100px 0 200px;
    background: url(../img/statue/hondo_deco1.png) no-repeat center top 1145px/auto, url(../img/statue/hondo_deco2.png) no-repeat left calc(50% + 120px) bottom/auto;
  }

  #hondo::before {
    top: 155px;
  }

  #hondo h2 {
    margin-bottom: 70px;
    margin-right: 250px;
  }

  #hondo .box-1 {
    margin-bottom: 100px;
    position: relative;
  }

  #hondo .box-1 .photo-bg1 {
    margin-bottom: 20px;
    height: 890px;
  }

  #hondo .box-1 .photo-bg1 img {
    width: 100%;
    height: 890px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #hondo .box-1 .content {
    padding: 0;
    position: absolute;
    right: calc(50% + 100px);
    bottom: 100px;
    width: 385px;
  }

  #hondo .box-1 .content h3 {
    margin-bottom: 15px;
  }

  #hondo .row-1 {
    margin-bottom: 180px;
    max-width: 885px;
    margin-left: auto;
  }

  #hondo .row-1 h3 {
    margin-bottom: 15px;
    margin-top: 190px;
  }

  #hondo .row-1 .col-right .photo-1 {
    margin-bottom: 40px;
    margin-right: -170px;
  }

  #hondo .row-1 .col-right .txt {
    width: 295px;
  }

  #hondo .box-2 {
    margin-bottom: 80px;
  }

  #hondo .box-2 .photo-bg2 {
    height: 720px;
  }

  #hondo .box-2 .photo-bg2 img {
    width: 100%;
    height: 720px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #hondo .box-2 ul {
    justify-content: space-between;
    left: calc(50% + 80px);
    transform: translateX(-50%);
    bottom: 64px;
    width: 740px;
  }

  #hondo .box-2 ul li {
    margin: 0 20px;
    writing-mode: vertical-rl;
    font-size: 18px;
  }

  #hondo .box-3 {
    padding: 45px 25px 55px 10px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    max-width: 870px;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }

  #hondo .box-3 h3 {
    order: 2;
    writing-mode: vertical-rl;
    margin-bottom: 20px;
  }

  #hondo .box-3 .txt {
    order: 1;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 35px;
    margin-top: 30px;
  }

  #hondo .box-3 .txt span {
    margin-bottom: 0;
    margin-left: 30px;
    writing-mode: vertical-rl;
    height: 285px;
    line-height: 36px;
  }

  #hondo .row-2 {
    max-width: 870px;
    margin: 0 auto;
  }

  #hondo .row-2 .col {
    margin-bottom: 30px;
    padding: 30px 55px 40px;
    width: 415px;
    box-sizing: border-box;
  }

  #hondo .row-2 .col h3 {
    font-size: 18px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px;
    padding: 0 5px 5px;
    border-bottom: 1px solid #595959;
  }

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

#jurokukan {
  padding: 10vw 0;
}

#jurokukan::after {
  top: 22vw;
}

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

#jurokukan .photo-bg {
  margin: 0 -20% 40px;
}

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

#jurokukan .row-1 h3 {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 20px;
}

#jurokukan .row-2 {
  margin-bottom: 40px;
}

#jurokukan .row-2 .txt-1 {
  margin-bottom: 15px;
}

#jurokukan .row-2 .photo-1 {
  margin-bottom: 15px;
}

#jurokukan .row-3 .photo-2 {
  margin-bottom: 15px;
}

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

  #jurokukan::after {
    top: 75px;
  }

  #jurokukan h2 {
    margin-bottom: 50px;
    margin-left: 215px;
  }

  #jurokukan .photo-bg {
    margin: 0 0 95px;
    height: 535px;
  }

  #jurokukan .photo-bg img {
    width: 100%;
    height: 535px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #jurokukan .row-1 {
    max-width: 800px;
    margin: 0 auto 145px;
    padding-left: 50px;
  }

  #jurokukan .row-1 h3 {
    margin-bottom: 20px;
  }

  #jurokukan .row-1 .txt {
    width: 375px;
    line-height: 40px;
  }

  #jurokukan .row-2 {
    margin-bottom: 15px;
  }

  #jurokukan .row-2 .txt-1 {
    margin-bottom: 15px;
  }

  #jurokukan .row-2 .photo-1 {
    margin-bottom: 0;
    margin-left: -7px;
  }

  #jurokukan .row-2 .col-right {
    width: 380px;
    margin-right: 25px;
  }

  #jurokukan .row-3 .photo-2 {
    margin-bottom: 15px;
    margin-left: -7px;
    margin-top: -25px;
  }

  #jurokukan .row-3 .col-right {
    width: 380px;
    margin-right: 25px;
  }

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

#omegumi {
  padding: 10vw 0;
}

#omegumi::before {
  top: 25vw;
}

#omegumi::after {
  content: "";
  background: url(../img/statue/omegumi_deco1.png) no-repeat 0 0/100%;
  width: 80%;
  left: 10%;
  top: -5vw;
  height: 100vw;
  position: absolute;
  z-index: -1;
}

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

#omegumi .box .photo-bg {
  margin: 0 -40% 40px;
  
}

#omegumi .box .content {
  padding: 0 5%;
}

#omegumi .box .content h3 {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 15px;
}

#omegumi .box .content .txt span {
  display: block;
  margin-bottom: 15px;
}

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

  #omegumi::before {
    top: 155px;
  }

  #omegumi::after {
    width: 540px;
    height: 554px;
    top: -65px;
    left: calc(50% - 165px);
  }

  #omegumi h2 {
    margin-bottom: 60px;
    margin-right: 250px;
  }

  #omegumi .box {
    position: relative;
  }

  #omegumi .box .photo-bg {
    margin: 0;
    height: 900px;
  }

  #omegumi .box .photo-bg img {
    width: 100%;
    height: 900px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #omegumi .box .content {
    padding: 0;
    width: 600px;
    position: absolute;
    left: calc(50% - 50px);
    bottom: 100px;
    display: flex;
    justify-content: space-between;
  }

  #omegumi .box .content h3 {
    writing-mode: vertical-rl;
    margin-bottom: 15px;
    order: 2;
    margin-left: 30px;
    text-shadow: 0px 0px 5px #000;
  }

  #omegumi .box .content .txt {
    display: flex;
    order: 1;
    margin-top: 30px;
  }

  #omegumi .box .content .txt span {
    writing-mode: vertical-rl;
    height: 275px;
    text-shadow: 0px 0px 5px #000;
  }

  #omegumi .box .content .txt span:first-child {
    order: 2;
    margin-left: 30px;
  }

  #omegumi .box .content .txt span:last-child {
    order: 1;
  }

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

@media (min-width: 768px) and (max-width: 1499px) {
  #hondo .box-1 .content {
    right: calc(50% + 50px);
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #omegumi .box .content {
    left: calc(50% - 120px);
  }

  #hondo .box-1 .content {
    right: calc(50% - 50px);
  }

  #jurokukan .row-2 {
    max-width: 950px;
    margin: 0 auto 40px;
  }

  #jurokukan .row-2 .photo-1 {
    width: 490px;
    margin-right:24px;
  }

  #jurokukan .row-3 {
    max-width: 950px;
    margin: 0 auto;
  }

  #jurokukan .row-3 .photo-2 {
    width: 490px;
    margin-right:24px;
    margin-top:0;
  }
  #omegumi .box .content {
    left: calc(50% - 176px);

  }
  }

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