.pre-inc .layer_main {
  z-index: 2;
}
.pre-inc .layer_main .main_tit {
  top: 25%;
  bottom: auto;
  animation-delay: 2s;
  text-shadow: 3px 3px 2em #000, 3px 3px 2em #000, 3px 3px 2em #000;
}
.pre-inc .layer_main .main_img {
  display: block;
}
.pre-inc .layer_main .main_img figure {
  opacity: 0;
  animation: 2s fadeIn 0s forwards;
}
.pre-inc .layer_main .main_img dt {
  display: grid;
  gap: 0.5em 0.5em;
  grid-template-columns: 16em 16em 14.75em 17.5em 14.75em 14.5em;
}
.pre-inc .layer_main .main_img dt figure {
  grid-row: 1/3;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(2) {
  grid-row: 1/2;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(3) {
  grid-row: 2/3;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(1) {
  animation-delay: 0.6s;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(2) {
  animation-delay: 0.1s;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(3) {
  animation-delay: 0.7s;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(4) {
  animation-delay: 0.9s;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(5) {
  animation-delay: 1.2s;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(6) {
  animation-delay: 0.4s;
}
.pre-inc .layer_main .main_img dt figure:nth-of-type(7) {
  animation-delay: 0.5s;
}
.pre-inc .layer_main .main_img dd figure:nth-of-type(1) {
  animation-delay: 0.6s;
}
.pre-inc .layer_main .main_img dd figure:nth-of-type(2) {
  animation-delay: 1s;
}
.pre-inc .layer_main .main_img dd figure:nth-of-type(3) {
  animation-delay: 0.8s;
}
.pre-inc .layer_main .main_img dd figure:nth-of-type(4) {
  animation-delay: 1.3s;
}
.pre-inc .layer_main .main_img dd figure:nth-of-type(5) {
  animation-delay: 0.2s;
}
.pre-inc .layer_main .main_img::before {
  animation-delay: 1.3s;
}
.pre-inc .layer_main .main_img dd {
  display: grid;
  gap: 0.5em 0.5em;
  grid-template-columns: 23.5em 23.75em 16.5em 17.5em 12.75em;
  margin-top: 0.5em;
}
.pre-inc .layer_main .main_copy {
  position: absolute;
  right: 12.4vw;
  top: 5vw;
  width: 2.8vw;
  opacity: 0;
  animation: 3s fadeInUp 2.5s forwards;
  z-index: 2;
}
.pre-inc #intro {
  overflow: hidden;
  padding-bottom: 3.5em;
}
.pre-inc .leaf_img {
  position: absolute;
  right: -16em;
  top: -16.7em;
  width: 34.25em;
  animation-name: fadeInDown;
}
.pre-inc .mukomachi_logo {
  width: 15.9em;
  margin-inline: auto;
  animation-name: bokashi_img;
}
.pre-inc .exterior_img {
  margin-top: 2.8em;
  animation-name: fadeInUp;
}
.pre-inc .exterior_img .cap_b {
  right: 0;
  bottom: 17em;
}
.pre-inc .exterior_img + p {
  font-size: 0.8em;
  line-height: 2.8;
  margin-top: -6.1em;
  animation-name: fadeInUp;
}
.pre-inc #north_gate_way {
  background: url("../img/position/north_gate_way_bk_pc.webp") no-repeat center bottom/cover;
  padding-top: 3.5em;
  color: #fff;
}
.pre-inc .north_gate_way_plot img {
  width: 100%;
}
.pre-inc .north_gate_way_tit {
  text-align: center;
  font-size: 1.6em;
  animation-name: fadeInUp;
}
.pre-inc .north_gate_way_item {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
.pre-inc .north_gate_way_item > dt {
  width: 28.5em;
  animation-name: fadeInUp;
}
.pre-inc .north_gate_way_item > dt .contents_tit {
  letter-spacing: 0;
}
.pre-inc #north_gate_way .note a {
  color: #fff;
  text-decoration: underline;
}
.pre-inc .north_gate_way_item > dd {
  width: 21.5em;
  animation-name: fadeInUp;
}
.pre-inc .history_area {
  width: calc(100% - 1em);
  margin: 3em 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.25em solid rgba(255, 255, 255, 0.5);
  background: rgba(23, 105, 180, 0.4);
  animation-name: fadeInUp;
}
.pre-inc .history_tit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: 0 2em;
  line-height: 1;
  color: #fff;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  background: linear-gradient(to right, #2f2818, #8a7645);
  position: absolute;
  left: -1em;
  top: -1em;
  z-index: 1;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
.pre-inc .history_tit::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.5em;
  border-width: 1em 0.5em 1em 0px;
  border-color: #8a7645 transparent #8a7645 #8a7645;
  border-style: solid;
}
.pre-inc .history_area figure {
  width: 7.5em;
}
.pre-inc .history_area h6 {
  width: 13.8em;
  font-size: 0.9em;
  padding-left: 1.5em;
}
.pre-inc .history_area h6 + p {
  width: 29.6em;
  font-size: 0.75em;
  padding-right: 1em;
}
.pre-inc .history_area p small {
  font-size: 0.87em;
}
.pre-inc .north_gate_way_plot img {
  animation-name: bokashi_img;
}
@media screen and (min-width: 769px) {
  .pre-inc #north_gate_way .note a:hover {
    text-decoration: none;
  }
  .pre-inc .north_gate_way_item > dd {
    animation-delay: 0.8s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .layer_main .main_tit {
    top: 30%;
  }
  .pre-inc .layer_main .main_img dt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1em 0;
  }
  .pre-inc .layer_main .main_img dt figure:nth-of-type(1) {
    width: 33.5vw;
  }
  .pre-inc .layer_main .main_img dt figure:nth-of-type(2) {
    width: 33.5vw;
  }
  .pre-inc .layer_main .main_img dt figure:nth-of-type(3) {
    width: 33.5vw;
    position: absolute;
    left: 34.7vw;
    top: 19vw;
  }
  .pre-inc .layer_main .main_img dt figure:nth-of-type(4) {
    width: 30.5vw;
  }
  .pre-inc .layer_main .main_img dt figure:nth-of-type(5) {
    width: 36.6vw;
  }
  .pre-inc .layer_main .main_img dt figure:nth-of-type(6) {
    width: 30.9vw;
  }
  .pre-inc .layer_main .main_img dt figure:nth-of-type(7) {
    width: 30.4vw;
  }
  .pre-inc .layer_main .main_img dd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em 0;
    margin-top: 1em;
  }
  .pre-inc .layer_main .main_img dd figure:nth-of-type(1) {
    width: 49.2vw;
  }
  .pre-inc .layer_main .main_img dd figure:nth-of-type(2) {
    width: 49.7vw;
  }
  .pre-inc .layer_main .main_img dd figure:nth-of-type(3) {
    width: 34.6vw;
  }
  .pre-inc .layer_main .main_img dd figure:nth-of-type(4) {
    width: 36.6vw;
  }
  .pre-inc .layer_main .main_img dd figure:nth-of-type(5) {
    width: 26.7vw;
  }
  .pre-inc .layer_main .main_copy {
    right: 15vw;
    top: 15vw;
    width: 9vw;
  }
  .pre-inc #intro {
    padding-bottom: 10vw;
  }
  .pre-inc .leaf_img {
    right: -20vw;
    top: -40vw;
    width: 80vw;
  }
  .pre-inc .mukomachi_logo {
    width: 35vw;
  }
  .pre-inc .exterior_img {
    margin: 5vw -4vw 0;
    width: 100vw;
  }
  .pre-inc .exterior_img .cap_b {
    right: 2vw;
    bottom: 18vw;
  }
  .pre-inc .exterior_img + p {
    font-size: 0.8em;
    line-height: 2.2;
    margin-top: -13vw;
  }
  .pre-inc #north_gate_way {
    background: url("../img/position/north_gate_way_bk_sp.webp") no-repeat center bottom/100% #1153b3;
    padding-top: 10vw;
  }
  .pre-inc .north_gate_way_tit {
    font-size: 1.4em;
  }
  .pre-inc .north_gate_way_item {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5em;
  }
  .pre-inc .north_gate_way_item > dt {
    width: 100%;
  }
  .pre-inc .north_gate_way_item > dt .contents_tit {
    letter-spacing: 0;
  }
  .pre-inc .north_gate_way_item > dd {
    width: 80%;
    margin-top: 5vw;
  }
  .pre-inc .history_area {
    width: calc(100% - 0.5em);
    margin: 8vw 0 0 auto;
    flex-wrap: wrap;
    border: 0.25em solid rgba(255, 255, 255, 0.5);
    padding: 6vw 4vw 3vw;
  }
  .pre-inc .history_area figure {
    order: 1;
    width: 47%;
    margin-top: 3vw;
  }
  .pre-inc .history_area figure img {
    width: 100%;
  }
  .pre-inc .history_area h6 {
    width: 100%;
    padding-left: 0;
  }
  .pre-inc .history_area h6 + p {
    width: 100%;
    padding-right: 0;
    margin-top: 0.5em;
  }
  .pre-inc .history_area p small {
    font-size: 0.87em;
  }
}

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