@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.p-top {
  background-color: #dcdddd;
}
.p-top-mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-top-mv {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-top-mv img {
  width: 100%;
}
.p-top-mv__catch {
  position: absolute;
  top: 12rem;
  right: 7vw;
  font-size: min(2vw, 3rem);
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__catch {
    top: 3rem;
    right: 0.7em;
    font-size: 4vw;
    letter-spacing: 0.3em;
    line-height: 1.4;
  }
}
.p-top-mv__catch__2nd {
  padding-top: 2em;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__catch__2nd {
    padding-top: 0.5em;
  }
}
.p-top-mv__cap {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.7;
}
.p-top-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  z-index: 2;
  pointer-events: none;
  transition: opacity 1s ease;
}
.p-top-mv__video iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-top-mv__video {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-mv #skipButton {
  z-index: 99;
  position: absolute;
  pointer-events: auto;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  background: #c4a893;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-top-mv #skipButton {
    bottom: 1rem;
    left: 1rem;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.p-top-point {
  position: relative;
  background-color: #524e3f;
  padding: 3rem 0;
}
.p-top-point__inner {
  width: 90%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  margin-inline: auto;
  font-size: min(1.6vw, 1.8rem);
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .p-top-point__inner {
    font-size: 1.1rem;
  }
}
.p-top-point__main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  font-size: clamp(2.4rem, 16.0869565217px + 2.0289855072vw, 3.8rem);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-top-point__main {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
.p-top-point__main small {
  font-size: 0.5em;
  display: block;
}
.p-top-point__main em {
  font-size: 1.5em;
  font-family: "EB Garamond", serif;
}
.p-top-point__sub {
  margin-top: 2rem;
  font-size: clamp(1.6rem, 14.8695652174px + 0.2898550725vw, 1.8rem);
  text-align: center;
}
.p-top-info {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 1.5rem 0 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top-info {
    padding: 1.5rem 0;
  }
}
.p-top-info__txt01 {
  font-size: 1.8em;
  line-height: 1.4;
}
.p-top-info__txt01 em {
  font-size: 1.3em;
}
.p-top-info__txt01 em.en {
  font-size: 1.5em;
  font-family: "EB Garamond", serif;
}
.p-top-info__txt01 small {
  font-size: 0.8em;
}
.p-top-info__txt02 {
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
.p-top-info__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-top-info__btns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-top-info__btn {
  display: block;
  background-color: #898672;
  color: #fff;
  letter-spacing: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  font-size: clamp(1.4rem, 12.8695652174px + 0.2898550725vw, 1.6rem);
}
@media (hover: hover) and (pointer: fine) {
  .p-top-info__btn:hover {
    background-color: #fff;
    color: #898672;
  }
}
.p-top-info__note {
  margin-top: 2rem;
  font-size: 0.8em;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .p-top-info__note {
    text-align: left;
  }
}
.p-top-birdview {
  background-color: #fff;
  position: sticky;
  z-index: 0;
}
@media (max-height: 720px) {
  .p-top-birdview {
    padding-bottom: 5rem;
  }
}
@media (max-width: 520px) and (min-height: 720px) {
  .p-top-birdview {
    top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 6rem);
  }
}
.p-top-birdview::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: var(--birdview-dim, 0);
  pointer-events: none;
  z-index: 10;
}
.p-top-birdview__inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
  padding-top: 10rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .p-top-birdview__inner {
    padding-top: 5rem;
  }
}
.p-top-birdview__logo {
  width: 40%;
  max-width: 18rem;
  margin-inline: auto;
}
.p-top-birdview__lead {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .p-top-birdview__lead {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-top-birdview__img {
  margin-top: -5rem;
}
@media only screen and (max-width: 768px) {
  .p-top-birdview__img {
    margin-top: -4rem;
  }
}
.p-top-birdview__img .birdview-img.--01 {
  position: relative;
}
.p-top-birdview__img .birdview-img.--02 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 99%);
  z-index: 1;
  transition-duration: 2.5s;
  transition-timing-function: ease-in-out;
}
.p-top-birdview__img .birdview-img.--03 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  z-index: 2;
  transition-delay: 1s;
  transition-duration: 3s;
  transition-timing-function: ease-in-out;
}
.p-top-birdview__img .birdview-img.--04 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition-delay: 1.5s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
.p-top-birdview__img.is-active .--02,
.p-top-birdview__img.is-active .--03 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-top-birdview__img.is-active .--04 {
  opacity: 1;
}
.p-top-position {
  position: relative;
  z-index: 1;
  background-color: rgba(247, 248, 248, 0.8);
  padding: 10rem 0;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .p-top-position {
    margin-top: 150vh;
    height: auto;
  }
}
.p-top-position__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: 10rem;
}
@media only screen and (max-width: 1080px) {
  .p-top-position__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-top-position__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.p-top-position__imgs li {
  position: relative;
}
.p-top-position__imgs__area {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: clamp(1.8rem, 16.8695652174px + 0.2898550725vw, 2rem);
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.p-top-location {
  background-color: rgba(137, 134, 114, 0.8);
  color: #fff;
}
.p-top-location__mv {
  height: 100dvh;
  position: sticky;
  top: 0;
  z-index: 0;
}
.p-top-location__mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: var(--location-mv-dim, 0);
  pointer-events: none;
  z-index: 10;
}
.p-top-location__mv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-location__wrap {
  position: relative;
  z-index: 1;
  background-color: rgba(137, 134, 114, 0.9);
  padding: 15rem 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-height: 720px) {
  .p-top-location__wrap {
    height: auto;
  }
}
.p-top-location__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: 10rem;
}
@media only screen and (max-width: 1080px) {
  .p-top-location__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-top-location__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-top-location__imgs {
    grid-template-columns: 1fr;
  }
}
.p-top-design {
  position: relative;
  background-color: #898672;
  color: #fff;
}
.p-top-design__mv {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 80vh;
  --slide-progress: 0;
}
@media only screen and (max-width: 768px) {
  .p-top-design__mv {
    height: 55vh;
  }
}
.p-top-design__mv img {
  height: 100%;
  width: auto;
  max-width: unset;
  display: block;
  transform: translateX(calc(var(--slide-progress) * var(--slide-px, 0px)));
  will-change: transform;
}
@media (min-aspect-ratio: 16/10) {
  .p-top-design__mv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.p-top-design__spacer {
  height: var(--design-mv-height, 30vh);
}
@media only screen and (max-width: 768px) {
  .p-top-design__spacer {
    height: var(--design-mv-height, 10vh);
  }
}
.p-top-design__wrap {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(137, 134, 114, 0.9);
  height: var(--design-mv-height, 80vh);
}
.p-top-design__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
/*# sourceMappingURL=../../map/top/top.css.map */