.pre-inc main {
  overflow: hidden;
}
.pre-inc main #main {
  position: relative;
  background: url(../img/concept/bg-main.webp) no-repeat 0 0;
  background-size: cover;
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  .pre-inc main #main {
    padding: 1.5em 0;
  }
}
.pre-inc main #main::before, .pre-inc main #main::after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../img/concept/border.webp) repeat-y 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .pre-inc main #main::before, .pre-inc main #main::after {
    height: 3px;
  }
}
.pre-inc main #main::after {
  top: auto;
  bottom: 0;
}
.pre-inc main #main h1 {
  max-width: 926px;
  width: 90%;
  margin: 0 auto 2em;
}
.pre-inc main #main p {
  text-align: center;
  font-size: min(4vw, 22px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc main #main p {
    width: 95%;
    margin: 0 auto;
  }
}
.pre-inc main #contents .photo {
  position: relative;
  font-size: 0;
}
.pre-inc main #contents .photo .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: min(2.4vw, 12px);
  padding: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
  line-height: 1;
}
.pre-inc main #contents .town {
  background: url(../img/concept/bg-town.webp) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  padding: 5em 0 10em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .town {
    padding: 2.5em 0 5em;
  }
}
.pre-inc main #contents .town::before {
  content: "";
  width: 30%;
  height: 100%;
  background: url(../img/concept/kazari01.webp) no-repeat 0 100%;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .town::before {
    width: 40%;
  }
}
.pre-inc main #contents .town::after {
  content: "";
  width: 30%;
  height: 100%;
  background: url(../img/concept/kazari02.webp) no-repeat 100% 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .town::after {
    width: 40%;
  }
}
.pre-inc main #contents .town h2 {
  font-size: min(8vw, 62px);
  text-align: center;
  color: #315b36;
  margin: 0 0 0.5em;
  position: relative;
  z-index: 3;
}
.pre-inc main #contents .town p {
  font-size: min(4.6vw, 28px);
  text-align: center;
  color: #353535;
  line-height: 2;
  position: relative;
  z-index: 3;
}
.pre-inc main #contents .bg {
  background: url(../img/concept/bg-shrine.webp) repeat-y 0 0;
  background-size: 100%;
  text-align: center;
  padding: 0 0 5em;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .bg {
    padding: 0 0 2.5em;
  }
}
.pre-inc main #contents .bg .txt {
  color: #fff;
  font-size: min(4.2vw, 24px);
  line-height: 2;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .bg .txt {
    padding: 2.5em 2.5%;
  }
}
.pre-inc main #contents .bg .txt sup {
  font-size: 0.5em;
}
.pre-inc main #contents .bg .txt .note {
  display: block;
  font-size: 0.5em;
}
.pre-inc main #contents .bg .wrap {
  max-width: 1580px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .bg .wrap {
    display: block;
  }
}
.pre-inc main #contents .bg .wrap .left {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .bg .wrap .left {
    width: 100%;
    margin: 0 0 5%;
  }
}
.pre-inc main #contents .bg .wrap .right {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .bg .wrap .right {
    width: 100%;
  }
}
.pre-inc main #contents .bg .wrap .right ul li {
  position: relative;
  font-size: 0;
}
.pre-inc main #contents .bg .wrap .right ul li:first-child {
  width: 80%;
  margin: 0 0 6% 5%;
}
@media screen and (max-width: 768px) {
  .pre-inc main #contents .bg .wrap .right ul li:first-child {
    width: 100%;
    margin: 0 0 5%;
  }
}
.pre-inc main #contents .bg .wrap .right ul li .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: min(2.4vw, 12px);
  padding: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
  line-height: 1;
}

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