@charset "UTF-8";
@font-face {
  font-family: "Butler";
  font-weight: 400;
  src: url("../font/Butler.woff") format("woff");
}
/* 矢印のアニメーション */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
            transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(10px, 10px);
            transform: skew(4deg) rotate(47deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
            transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(10px, 10px);
            transform: skew(4deg) rotate(47deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
.main.index .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-top: 135px;
}
@media screen and (max-width: 959px) {
  .main.index .mv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .mv {
    height: auto;
    padding-top: 69px;
  }
}
.main.index .mv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#080e34), to(transparent));
  background: linear-gradient(to top, #080e34, transparent);
}
.main.index .mv .back {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.index .mv .back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main.index .mv .back img.play {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: all 15s ease-out;
  transition: all 15s ease-out;
}
.main.index .mv .wrap {
  position: relative;
  z-index: 2;
  max-width: 976px;
  width: 70%;
  height: 100%;
}
@media screen and (max-width: 1119px) {
  .main.index .mv .wrap {
    max-width: 700px;
    width: 67%;
  }
}
@media screen and (max-width: 959px) {
  .main.index .mv .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .main.index .mv .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    max-width: 530px;
    width: calc(100% - 40px);
  }
}
.main.index .mv .wrap .copy,
.main.index .mv .wrap .apartment,
.main.index .mv .wrap .ttl {
  position: absolute;
  opacity: 1;
}
.main.index .mv .wrap .copy {
  top: 0;
  left: 0;
  max-width: 40px;
  width: 4.2%;
  height: calc(100% - 48px);
}
@media screen and (max-width: 1119px) {
  .main.index .mv .wrap .copy {
    max-width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .mv .wrap .copy {
    max-width: 30px;
    width: 5.8%;
  }
}
.main.index .mv .wrap .copy img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.main.index .mv .wrap .apartment {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
  max-height: 1200px;
  height: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .main.index .mv .wrap .apartment {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    max-width: 350px;
    width: 76%;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .main.index .mv .wrap .apartment {
    width: 60%;
  }
}
.main.index .mv .wrap .apartment img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main.index .mv .wrap .apartment img {
    width: 100%;
    height: auto;
  }
}
.main.index .mv .wrap .ttl {
  top: 5vh;
  right: 0;
  max-width: 192px;
  height: calc(100% - 88px);
}
@media screen and (max-width: 1119px) {
  .main.index .mv .wrap .ttl {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .mv .wrap .ttl {
    top: auto;
    right: auto;
    position: relative;
    max-width: 248px;
    width: 70.8%;
    height: auto;
    padding-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .main.index .mv .wrap .ttl {
    width: 60%;
  }
}
.main.index .mv .wrap .ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.main.index .mv .scroll {
  position: absolute;
  z-index: 2;
  right: 80px;
  bottom: 48px;
  font-family: "Butler", serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1119px) {
  .main.index .mv .scroll {
    right: 60px;
    bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .mv .scroll {
    display: none;
  }
}
.main.index .mv .scroll::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  margin: 12px auto 0;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
.main.index .schedule .arrow {
  --block-height: 80px;
  --triangle-width: 128px;
  width: 100%;
  height: 128px;
  margin-bottom: 120px;
  background-color: #080e34;
  clip-path: polygon(0 0, 100% 0, 100% var(--block-height), calc(50% + var(--triangle-width) / 2) var(--block-height), 50% 100%, calc(50% - var(--triangle-width) / 2) var(--block-height), 0 var(--block-height));
}
@media screen and (max-width: 1119px) {
  .main.index .schedule .arrow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .schedule .arrow {
    --block-height: 40px;
    --triangle-width: 72px;
    height: 68px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .schedule .wrap {
    max-width: 390px;
  }
}
.main.index .schedule .top-01 {
  opacity: 1;
}
.main.index .schedule .top-02 {
  opacity: 1;
  margin-top: 80px;
}
@media screen and (max-width: 1119px) {
  .main.index .schedule .top-02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .schedule .top-02 {
    display: none;
  }
}
.main.index .schedule .top-03 {
  opacity: 1;
  max-width: 800px;
  width: 100%;
  margin: 36px auto 0;
}
@media screen and (max-width: 1119px) {
  .main.index .schedule .top-03 {
    max-width: 680px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .schedule .top-03 {
    margin-top: 72px;
  }
}
.main.index .schedule .top-04, .main.index .schedule .top-05 {
  opacity: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .main.index .schedule .top-04, .main.index .schedule .top-05 {
    max-width: 310px;
  }
}
.main.index .schedule .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1119px) {
  .main.index .schedule .col2 {
    max-width: 680px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main.index .schedule .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-top: 24px;
  }
}
.main.index .schedule .common-btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .main.index .schedule .common-btn {
    margin-top: 56px;
  }
}
.main.index .schedule .dot-border {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .main.index .schedule .dot-border {
    margin-top: 80px;
  }
}
.main.index .schedule .note {
  margin-top: 16px;
  text-align: center;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.main.index .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1.17fr;
  grid-template-rows: 600px 320px 520px;
  gap: 8px;
  padding-block: 80px 8px;
}
@media screen and (max-width: 767px) {
  .main.index .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 290px 380px 220px 290px;
    padding-block: 56px 4px;
    gap: 4px;
  }
}
.main.index .gallery .img {
  overflow: hidden;
}
.main.index .gallery .img img {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main.index .gallery .img-01 {
  grid-column: 1/3;
  grid-row: 1/2;
}
.main.index .gallery .img-02 {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .main.index .gallery .img-02 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .main.index .gallery .img-03, .main.index .gallery .img-04 {
    grid-row: 3/4;
  }
}
.main.index .gallery .img-03 img, .main.index .gallery .img-04 img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.main.index .gallery .img-05 {
  grid-column: 1/4;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .main.index .gallery .img-05 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.main.index .map {
  position: relative;
}
.main.index .map .ttl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 144px;
  padding-block: 9px 12px;
  background-color: #080e34;
  font-family: "Butler", serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .main.index .map .ttl {
    padding-block: 6px;
    font-size: 12px;
  }
}
.main.index .map .inner {
  overflow: hidden;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 767px) {
  .main.index .map .inner {
    height: 500px;
  }
}
.main.index .map .inner iframe {
  -webkit-filter: blur(0);
          filter: blur(0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=index.css.map */