#photo-with{
  position: relative;
}
#photo-with::before {
  content: "";
  width: 85%;
  height: 50%;
  background: #F6F6F6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#photo-with .bg-map {
  width: 90vw;
  line-height: 0;
  position: absolute;
  top: 60px;
  right: 120px;
}
/* #photo-with .bg-map.top-b {
  top: 60px;
  right: 120px;
} */
/* #photo-with .bg-map.top-t {
  bottom: -500px;
  left: 120px;
} */
#photo-with .show2{display: block;}
#photo-with .show1{display: none;}
#photo-with .title {
  text-align: center;
  font-size: 20px;
  padding-top: 7em;
}
#photo-with .title h1{
  font-size: 40px;
  font-family: 'Marcellus', serif;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  #concept .bg-map {
    width: 100vw;
  }
}
@media screen and (max-width: 1200px) {
  /* #photo-with {
    height: 1100px;
    position: relative;
  } */
  #photo-with .title {
    font-size: 16px;
    padding-top: 5em;
  }
  #photo-with .title h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #photo-with .title {
    font-size: 14px;
    padding-top: 3em;
  }
  /* #photo-with {d
    height: 600px;
    position: relative;
  } */
  #photo-with .title h1 {
    font-size: 28px;
  }
  /* #photo-with .bg-map.top-b {
    right: 20px;
    top: 100px;
  } */

  /* #photo-with .bg-map.top-t {
    bottom: -300px;
    left: 20px;
  } */
  #photo-with .show2{display: none;}
  #photo-with .show1{display: block;}
}
/* about-hachi */
#about-hachi{
  background-color: rgba(237, 237, 237, 0.40);
  padding: 150px 0;
  font-size: 18px;
  margin-top: 20%;
}
#about-hachi .head-title {
  color: #111;
}
#about-hachi .head-title h1 {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 600;
}
#about-hachi .head-title .sub-title {
  font-size: 40px;
  font-family: 'Marcellus', serif;
}
#about-hachi .inner-lah {
  width: 45vw;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#about-hachi .hed-img{
  position: absolute;
  bottom: 85%;
  right: 0;
  width: 40%;
  max-width: 479px;
}
@media screen and (max-width: 1024px) {
  #about-hachi {
    padding: 100px 0;
    font-size: 16px;
  }
  #about-hachi .head-title h1 {
    font-size: 18px;
  }
  #about-hachi .head-title .sub-title {
    font-size: 32px;
  }
  #about-hachi .inner-lah {
    width: 70vw;
  }
  #about-hachi .hed-img {
    position: absolute;
    bottom: 85%;
    right: 0;
    width: 32%;
    max-width: 479px;
  }
}
@media screen and (max-width: 768px) {
  #about-hachi {
    padding: 60px 0;
    font-size: 14px;
    margin-top: 70%;
  }
  #about-hachi .head-title h1 {
    font-size: 16px;
  }
  #about-hachi .head-title .sub-title {
    font-size: 26px;
  }
  #about-hachi .inner-lah {
    width: 80vw;
  }
  #about-hachi .hed-img {
    bottom: 102%;
    right: 25%;
    width: 48%;
  }
}