@charset "utf-8";

body {
  opacity: 0;
}



.opening {
  position: fixed;
  z-index: 10000;
  z-index: calc(infinity);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opening__content {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #fff;
  overflow: hidden;
}
.opening__content__veil {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.opening__content__veil img {
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}
.opening__content__logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(247px, calc(287 / 1920 * 100%), 287px);
  color: #a49373;
}
.opening__content__leaf {
  position: absolute;
  z-index: 2;
}
.opening__content__leaf--1 {
  top: 0;
  right: 0;
  width: clamp(409px, calc(709 / 1920 * 100%), 709px);
}
.opening__content__leaf--2 {
  bottom: 0;
  left: 0;
  width: clamp(373px, calc(473 / 1920 * 100%), 473px);
}
.opening__skip {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 40px;
  width: 88px;
  height: 48px;
  font-size: 14px;
  color: rgba(0,0,0,.5);
  background: rgba(255,255,255,.5);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  touch-action: manipulation;
}
@media screen and (max-width: 480px){
  .opening {
    height: 100lvh;
  }
  .opening__content__logo {
    width: 168px;
  }
  .opening__content__leaf--1 {
    width: 300px;
  }
  .opening__content__leaf--2 {
    width: 270px;
  }
  .opening__skip {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 30px;
    font-size: 12px;
  }
}



.mv {
  position: relative;
  z-index: 2;
}
/* .mv__content {
}
.mv__content__list {
}
.mv__content__list__item {
} */
.mv__content__list__item--town .mv__content__list__item__photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv__content__list__item--town .mv__content__list__item__photo img {
  aspect-ratio: 1920 / 960;
  object-fit: cover;
}
.mv__content__list__item--town .mv__content__list__item__copy {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
  line-height: 2;
  margin-block: -.5em calc((215 / 1920 * 100%) + -.5em);
  margin-right: calc(170 / 1920 * 100%);
  text-shadow: 0 0 10px rgba(98, 86, 39, 1), 0 0 30px rgba(98, 86, 39, .5);
}
.mv__content__list__item--aerial .mv__content__list__item__photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv__content__list__item--aerial .mv__content__list__item__photo img {
  aspect-ratio: 1920 / 960;
  object-fit: cover;
}
.mv__content__list__item--aerial .mv__content__list__item__copy {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
  line-height: 2;
  margin-block: -.5em calc((170 / 1920 * 100%) + -.5em);
  margin-right: calc(170 / 1920 * 100%);
  text-shadow: 0 0 10px rgba(98, 86, 39, 1), 0 0 30px rgba(98, 86, 39, .5);
}
.mv__content__list__item--pers .mv__content__list__item__photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv__content__list__item--pers .mv__content__list__item__copy {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: calc(26 / 1200 * 100vw);
  margin-top: calc(170 / 1920 * 100%);
  margin-left: calc(70 / 1920 * 100%);
  text-shadow: 0 0 20px rgba(0, 0, 0, .5), 0 0 30px rgba(0, 0, 0, .25);
}
.mv__scroll {
  position: sticky;
  z-index: 2;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  width: 1px;
  height: 160px;
  font-size: 0;
  background: linear-gradient(0deg, rgba(var(--color-beige), .3), rgba(var(--color-beige), .3)) no-repeat center/100% 100% #fff;
  margin-top: -160px;
}
.mv__scroll::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: 12px;
  clip-path: polygon(25% 25%, 50% 0%, 75% 25%, 100% 50%, 75% 75%, 50% 100%, 25% 75%, 0% 50%);
  background: rgba(var(--color-beige), 1);
  animation: kvScroll 3s linear infinite;
}
.mv__scroll::after {
  content: "SCROLL";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  translate: -50% -100%;
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
  letter-spacing: .1em;
  color: #fff;
  text-shadow: 0 0 10px #333;
  padding-bottom: .5em;
}
@media screen and (max-width: 480px){
  .mv__content__list__item--town .mv__content__list__item__photo img {
    aspect-ratio: 380 / 490;
  }
  .mv__content__list__item--town .mv__content__list__item__copy {
    font-size: 22px;
    line-height: 1.818181818;
    margin-block: calc(var(--leading-trim)) calc(140px + var(--leading-trim));
    margin-right: 40px;
  }
  .mv__content__list__item--aerial .mv__content__list__item__photo img {
    aspect-ratio: 380 / 490;
  }
  .mv__content__list__item--aerial .mv__content__list__item__copy {
    font-size: 22px;
    line-height: 1.818181818;
    margin-block: calc(var(--leading-trim)) calc(140px + var(--leading-trim));
    margin-right: 40px;
  }
  .mv__content__list__item--pers .mv__content__list__item__copy {
    font-size: 22px;
    margin-top: 120px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .mv__scroll {
    height: 80px;
    margin-top: -80px;
  }
  .mv__scroll::before {
    width: 10px;
    height: 10px;
  }
}



.movie {
  padding-block: 150px;
}
.movie__content {
  max-width: 1200px;
  aspect-ratio: 1920 / 1080;
}
.movie__content + .movie__content {
  margin-top: 100px;
}
.movie__content video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px){
  .movie {
    padding-block: 80px;
  }
  .movie__content + .movie__content {
    margin-top: 50px;
  }
}



.info {
  padding-top: 200px;
  padding-bottom: 135px;
  background: #F9FAFB;
  /* display: none; */
}
.info__heading img {
  width: auto;
  height: clamp(13px, calc(23 / 1200 * 100vw), 23px);
}
.info__list {
  margin-top: 80px;
}
.info__list__item {
  gap: 60px calc(90 / 1500 * 100%);
}
.info__list__item + .info__list__item {
  margin-top: 90px;
  border-top: 1px solid #A7A4A0;
  padding-top: 90px;
}
.info__list__item-desc {
  flex: 1;
  grid-template-columns: auto 1fr;
  align-content: start;
  align-items: stretch;
  gap: 50px 60px;
}
.info__list__item-date {
  width: calc(160 / 16 * 1em);
  place-items: center;
  font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
  text-indent: .15em;
  background: #EBE7DA;
}
.info__list__item-heading {
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
  line-height: 1.416666667;
  margin-block: calc((1.416666667 - 1) / 2 * -1em);
}
.info__list__item-heading small {
  display: block;
  font-size: calc(28 / 40 * 100%);
  line-height: 1.3;
  margin-bottom: 10px;
}
.info__list__item-group,
.info__list__item-desc > *:not(.info__list__item-date):not(.info__list__item-heading) {
  grid-column: 2 / 3;
}
.info__list__item-group > * + * {
  margin-top: 40px;
}
.info__list__item-list-item {
  position: relative;
  box-sizing: border-box;
  padding-left: calc(18 / 16 * 1em);
  font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
  line-height: 1.875;
}
.info__list__item-list-item + .info__list__item-list-item {
  margin-top: calc(18 / 16 * 1em);
}
.info__list__item-list-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(7 / 16 * 1em);
  left: 0;
  width: calc(5 / 16 * 1em);
  height: calc(5 / 16 * 1em);
  border-radius: 100%;
  background: currentColor;
}
.info__list__item-list-item-name {
  flex: 0 0 auto;
  margin-right: 1.5em;
  margin-block: calc((1.875 - 1) / 2 * -1em);
}
.info__list__item-list-item-txt {
  flex: 1;
  margin-block: calc((1.875 - 1) / 2 * -1em);
}
.info__list__item-txt {
  font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.125;
  margin-block: calc((2.125 - 1) / 2 * -1em);
}
.info__list__item-list + .info__list__item-txt {
  margin-top: 40px;
  border-top: 1px solid #DCDBD9;
  padding-top: calc(40px - ((2.125 - 1) / 2 * 1em));
}
.info__list__item-btn {
  max-width: 440px;
  height: 70px;
}
.info__list__item-photo-wrap {
  width: calc(460 / 1500 * 100%);
}
.info__list__item-photo + .info__list__item-photo {
  margin-top: 40px;
}
@media screen and (max-width: 480px){
  .info {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info__heading {
    text-align: center;
  }
  .info__heading img {
    height: 14px;
  }
  .info__list {
    margin-top: 30px;
  }
  .info__list__item {
    gap: 30px 0;
  }
  .info__list__item + .info__list__item {
    margin-top: 50px;
    padding-top: 50px;
  }
  .info__list__item-desc {
    flex: 1 0 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .info__list__item-date {
    width: 100%;
    font-size: 14px;
    height: 40px;
  }
  .info__list__item-heading {
    font-size: 24px;
  }
  .info__list__item-heading small {
    font-size: calc(17 / 24 * 100%);
  }
  .info__list__item-group,
  .info__list__item-desc > *:not(.info__list__item-date):not(.info__list__item-heading) {
    grid-column: 1 / 2;
  }
  .info__list__item-group > * + * {
    margin-top: 30px;
  }
  .info__list__item-list-item {
    font-size: 16px;
  }
  .info__list__item-list-item + .info__list__item-list-item {
    margin-top: calc(10 / 16 * 1em);
  }
  .info__list__item-txt {
    font-size: 16px;
    line-height: 1.875;
    margin-block: calc((1.875 - 1) / 2 * -1em);
  }
  .info__list__item-list + .info__list__item-txt {
    margin-top: 30px;
    padding-top: calc(30px - ((1.875 - 1) / 2 * 1em));
  }
  .info__list__item-btn {
    height: 60px;
  }
  .info__list__item-photo-wrap {
    width: 100%;
  }
  .info__list__item-photo + .info__list__item-photo {
    margin-top: 20px;
  }
}



.contact {
  padding-block: 150px;
}
.contact__heading {
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
}
.content__link {
  display: block;
  width: fit-content;
  margin-top: 30px;
}
.content__link__tel {
  color: rgba(var(--color-brown), .9);
  font-size: clamp(50px, calc(80 / 1200 * 100vw), 80px);
  letter-spacing: -.04em;
}
.content__link__tel span {
  font-family: "Zen Old Mincho", serif;
  font-size: 70%;
  vertical-align: .2em;
}
.content__link__tel::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: calc(88 / 80 * 1em);
  height: calc(46 / 80 * 1em);
  margin-right: calc(3 / 80 * 1em);
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="52.995" height="27.6" viewBox="0 0 52.995 27.6"><path d="M47.777,24.992c0,1.431,1.166,2.608,2.605,2.608s2.612-1.177,2.612-2.608c0-1.447-1.172-2.612-2.612-2.612s-2.605,1.166-2.605,2.612M48.074,24.992c0-1.272,1.037-2.311,2.309-2.311s2.307,1.04,2.307,2.311-1.035,2.307-2.307,2.307-2.309-1.04-2.309-2.307"/><path d="M51.651,26.674h-.5l-1.011-1.562h-.447v1.562h-.4v-3.444h.975c.327,0,.586.084.776.234.19.159.285.387.285.668,0,.208-.069.4-.208.557-.137.164-.332.276-.568.336l1.097,1.648M49.694,24.763h.506c.212,0,.385-.06.515-.17l.201-.434c0-.387-.237-.582-.708-.582h-.515v1.186Z"/><path d="M28.267,15.716c0,3.616,3.063,5.364,5.534,5.364s5.532-1.747,5.532-5.364c0-2.8-2.993-5.045-5.532-6.383-2.541,1.338-5.534,3.583-5.534,6.383Z"/><path d="M5.777,15.778c0,3.614,3.063,5.366,5.534,5.366s5.534-1.752,5.534-5.366c0-2.805-2.995-5.041-5.534-6.386-2.541,1.345-5.534,3.581-5.534,6.386Z"/><path d="M0,0v27.259h45.011V0H0ZM45.002,6.628c-2.701,0-5.99.469-8.562,1.508,2.78,1.725,5.472,4.342,5.472,7.642,0,4.364-3.946,7.691-8.288,7.691s-8.146-3.327-8.146-7.691c0-3.3,2.555-5.917,5.335-7.642-2.577-1.04-5.609-1.508-8.314-1.508s-5.738.469-8.312,1.508c2.785,1.725,5.337,4.342,5.337,7.642,0,4.364-3.809,7.691-8.153,7.691s-8.343-3.327-8.343-7.691c0-3.3,2.752-5.917,5.532-7.642C5.988,7.096,2.705,6.628.005,6.628v-2.384c4.572,0,8.617,1.059,11.367,2.384,2.756-1.325,6.558-2.384,11.128-2.384s8.374,1.059,11.126,2.384c2.756-1.325,6.808-2.384,11.378-2.384v2.384Z"/></svg>') no-repeat center/100% auto;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="52.995" height="27.6" viewBox="0 0 52.995 27.6"><path d="M47.777,24.992c0,1.431,1.166,2.608,2.605,2.608s2.612-1.177,2.612-2.608c0-1.447-1.172-2.612-2.612-2.612s-2.605,1.166-2.605,2.612M48.074,24.992c0-1.272,1.037-2.311,2.309-2.311s2.307,1.04,2.307,2.311-1.035,2.307-2.307,2.307-2.309-1.04-2.309-2.307"/><path d="M51.651,26.674h-.5l-1.011-1.562h-.447v1.562h-.4v-3.444h.975c.327,0,.586.084.776.234.19.159.285.387.285.668,0,.208-.069.4-.208.557-.137.164-.332.276-.568.336l1.097,1.648M49.694,24.763h.506c.212,0,.385-.06.515-.17l.201-.434c0-.387-.237-.582-.708-.582h-.515v1.186Z"/><path d="M28.267,15.716c0,3.616,3.063,5.364,5.534,5.364s5.532-1.747,5.532-5.364c0-2.8-2.993-5.045-5.532-6.383-2.541,1.338-5.534,3.583-5.534,6.383Z"/><path d="M5.777,15.778c0,3.614,3.063,5.366,5.534,5.366s5.534-1.752,5.534-5.366c0-2.805-2.995-5.041-5.534-6.386-2.541,1.345-5.534,3.581-5.534,6.386Z"/><path d="M0,0v27.259h45.011V0H0ZM45.002,6.628c-2.701,0-5.99.469-8.562,1.508,2.78,1.725,5.472,4.342,5.472,7.642,0,4.364-3.946,7.691-8.288,7.691s-8.146-3.327-8.146-7.691c0-3.3,2.555-5.917,5.335-7.642-2.577-1.04-5.609-1.508-8.314-1.508s-5.738.469-8.312,1.508c2.785,1.725,5.337,4.342,5.337,7.642,0,4.364-3.809,7.691-8.153,7.691s-8.343-3.327-8.343-7.691c0-3.3,2.752-5.917,5.532-7.642C5.988,7.096,2.705,6.628.005,6.628v-2.384c4.572,0,8.617,1.059,11.367,2.384,2.756-1.325,6.558-2.384,11.128-2.384s8.374,1.059,11.126,2.384c2.756-1.325,6.808-2.384,11.378-2.384v2.384Z"/></svg>') no-repeat center/100% auto;
}
.contact__caution {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  margin-top: 30px;
}
.contact__cv-wrap {
  margin-top: 50px;
  gap: 50px;
}
.contact__cv {
  flex: 0 1 clamp(340px, calc(440 / 1200 * 100vw), 440px);
  height: 100px;
}
@media screen and (max-width: 480px){
  .contact {
    padding-block: 80px;
  }
  .contact__heading {
    font-size: 18px;
    line-height: 1.888888889;
    margin-block: calc((1.888888889 - 1) / 2 * -1em);
  }
  .content__link__tel {
    font-size: 48px;
  }
  .contact__caution {
    font-size: 12px;
    line-height: 1.833333333;
    margin-top: calc(20px - ((1.833333333 - 1) / 2 * 1em));
    margin-bottom: calc((1.833333333 - 1) / 2 * -1em);
  }
  .contact__cv-wrap {
    margin-top: 30px;
    gap: 20px 0;
  }
  .contact__cv {
    flex: 1 0 100%;
    height: 70px;
  }
}



.concept {
  position: relative;
  z-index: 1;
}
.concept__content {
  position: relative;
  z-index: 1;
}
.concept__content__photo {
  position: sticky;
  z-index: 1;
  top: 0;
  height: 100lvh;
}
.concept__content__photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(79, 73, 65, .9);
}
.concept__content__photo__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept__content__desc {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  margin-top: -100lvh;
  padding-block: 50lvh;
}
.concept__content__desc__heading {
  font-size: clamp(16px, calc(26 / 1200 * 100vw), 26px);
  line-height: 2.307692308;
  text-shadow: 0 0 10px rgba(var(--color-beige), 1);
}
.concept__content__desc__copy {
  text-shadow: 0 0 10px rgba(var(--color-beige), 1);
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .concept__content__desc {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 480px){
  .concept__content__desc {
    width: 280px;
    grid-template-columns: 100%;
    gap: 60px 0;
    padding-block: 30lvh;
  }
  .concept__content__desc__heading {
    font-size: 20px;
    line-height: 1.9;
    margin-block: calc(var(--leading-trim));
  }
  .concept__content__desc__copy {
    line-height: 2;
  }
}



.contents {
  padding-bottom: 150px;
  background: url(../img/common/img_bg.jpg) repeat center/250px auto;
}
.contents__anchor {
  position: sticky;
  z-index: 2;
  top: 0;
  left: 50%;
  translate: -50%;
  width: min(calc(200 / 1920 * 100%), 200px);
  height: 100lvh;
  gap: 30px 0;
}
.contents__anchor__item {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #DCDBD9;
  transition: background .4s, scale .4s;
}
.contents__anchor__item--active {
  background: rgba(var(--color-gold), 1);
  scale: 1.333333333 1.333333333;
}
.contents__content {
  position: relative;
  z-index: 1;
  grid-template: ". . . . photo1 photo1" 180px
  ". desc . . photo1 photo1" auto
  ". desc . photo2 photo2 ." 110px
  ". . . photo2 photo2 ." minmax(110px, 1fr)
  / max(2.5%, calc((100% - 1520px) / 2)) minmax(0, 1fr) min(calc(200 / 1920 * 100%), 200px) min(calc(100 / 1920 * 100%), 100px) calc(360 / 1920 * 100%) calc(500 / 1920 * 100%);
  align-items: center;
}
.contents__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 170px;
  right: 0;
  width: calc(1100 / 1920 * 100%);
  height: calc(100% - 170px - 110px);
  background: linear-gradient(90deg, rgba(235, 231, 218, 0) 0%, rgba(235, 231, 218, 1) 30%, rgba(222, 215, 194, 1) 99.94%);
}
.contents__content__desc {
  grid-area: desc;
}
.contents__content__desc__enheading {
  position: relative;
  z-index: 1;
  height: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  margin-bottom: calc(120 / 30 * 1em);
}
.contents__content__desc__enheading img {
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
}
.contents__content__desc__enheading::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: calc(40 / 30 * -1em);
  left: 0;
  width: calc(67 / 30 * 1em);
  height: 1px;
  background: #d1c7aa;
}
.contents__content__desc__heading {
  font-size: clamp(24px, calc(34 / 1200 * 100vw), 34px);
  line-height: 1.882352941;
  margin-block: calc(var(--leading-trim));
  color: #726D67;
}
.contents__content__desc__copy {
  --margin-top: calc(50 / 18 * 1em);
}
.contents__content__desc__map {
  width: min(90%, 502px);
  margin-block: 26px -20px;
}
.contents__content__desc__btn {
  max-width: 440px;
  height: 70px;
  margin-top: 80px;
}
.contents__content__photo {
  overflow: hidden;
}
.contents__content__photo img {
  object-fit: cover;
}
.contents__content__photo--1 {
  grid-area: photo1;
  height: 100%;
}
.contents__content__photo--2 {
  grid-area: photo2;
  align-self: start;
  aspect-ratio: 920 / 552;
  margin-top: calc(56 / 460 * -100%);
}
.contents__content:nth-of-type(2) {
  margin-top: -100lvh;
}
.contents__content:nth-of-type(even) .contents__content__desc__heading {
  margin-right: -1em;
}
.contents__content:nth-of-type(even) .contents__content__desc__copy {
  margin-right: -4em;
}
.contents__content:nth-of-type(odd) {
  direction: rtl;
}
.contents__content:nth-of-type(odd) > div {
  direction: ltr;
}
.contents__content:nth-of-type(odd)::before {
  left: 0;
  right: auto;
  scale: -1 1;
}
.contents__content:nth-of-type(odd) .contents__content__photo .p-caption {
  left: 0;
  right: auto;
}
@media screen and (max-width: 480px){
  .contents {
    padding-bottom: 100px;
  }
  .contents__anchor {
    display: none;
  }
  .contents__content {
    grid-template: ". . . . ." 100px
    ". desc desc desc ." auto
    ". . . . ." 50px
    ". . photo1 photo1 photo1" auto
    "photo2 photo2 photo2 . ." auto
    / 30px 50px 120px minmax(0, 1fr) 30px;
    align-items: start;
  }
  .contents__content::before {
    top: calc(100% - 290px - 35px);
    width: 100%;
    height: 290px;
  }
  .contents__content__desc__enheading {
    height: 21px;
    margin-bottom: 71px;
  }
  .contents__content__desc__enheading::after {
    bottom: -30px;
    width: 47px;
    height: 1px;
  }
  .contents__content__desc__heading {
    font-size: 22px;
    line-height: 1.727272727;
  }
  .contents__content__desc__copy {
    --margin-top: 30px;
  }
  .contents__content__desc__map {
    width: 100%;
    margin-block: 25px -5px;
  }
  .contents__content__desc__btn {
    height: 50px;
    margin-top: 30px;
  }
  .contents__content__photo--2 {
    margin-top: -50px;
  }
  .contents__content:nth-of-type(2) {
    margin-top: 0;
  }
  .contents__content:nth-of-type(even) .contents__content__desc__heading {
    margin-right: 0;
  }
  .contents__content:nth-of-type(even) .contents__content__desc__copy {
    margin-right: 0;
  }
}



.outro__content {
  position: relative;
  z-index: 1;
  padding-block: 160px;
}
.outro__content__photo {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.outro__content__photo img {
  height: 100%;
  object-fit: cover;
}
.outro__content__heading {
  max-width: calc(194 / 18 * 1em);
  padding-block: 15px;
  font-size: clamp(14px, calc(18 / 1200 * 100vw), 18px);
  text-shadow: 0 0 1px rgba(0, 0, 0, .75), 0 0 1px rgba(0, 0, 0, .75), 0 0 10px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .5);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%) no-repeat top center/100% 1px, linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%) no-repeat bottom center/100% 1px;
}
.outro__content__logo {
  max-width: 270px;
  margin-top: 75px;
}
.outro__content__copy {
  font-size: clamp(16px, calc(20 / 1200 * 100vw), 20px);
  line-height: 2;
  text-shadow: 0 0 1px rgba(0, 0, 0, .75), 0 0 1px rgba(0, 0, 0, .75), 0 0 10px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .5);
  margin-top: calc(65px - ((2 - 1) / 2 * 1em));
  margin-bottom: calc((2 - 1) / 2 * -1em);
}
.outro__content__btn {
  max-width: 440px;
  height: 70px;
  margin-top: 45px;
  background: #fff;
}
@media screen and (max-width: 480px){
  .outro__content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .outro__content__heading {
    font-size: 18px;
  }
  .outro__content__logo {
    max-width: 190px;
    margin-top: 45px;
  }
  .outro__content__copy {
    font-size: 16px;
    margin-top: calc(35px - ((2 - 1) / 2 * 1em));
  }
  .outro__content__btn {
    height: 60px;
    margin-top: 30px;
  }
}