/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  position: relative;
}

.p-mv-img {
  width: 100%;
  max-width: 76.7rem;
  aspect-ratio: 767/530;
  margin-inline: auto;
}

.p-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-txt {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Pacifico";
  text-align: center;
  position: absolute;
  top: 8rem;
  right: 4rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(150deg, #8c7537 0%, #dbb00b 10%, #fde79d 70%, #dbb10c 90%, #bc7f04 100% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-mv-txt ._fz-01 {
  font-size: 1.1em;
}

.p-mv-txt ._fz-02 {
  font-size: 1.7em;
}

@media screen and (max-width: 767px) {
  .p-mv-img {
    max-width: 100%;
    aspect-ratio: 767/530;
  }
  .p-mv-txt {
    font-size: 6.6666666667vw;
    top: 16vw;
    right: 4.8vw;
    padding-bottom: 4vw;
  }
}
/* p-message
---------------------------------------------------------------------------- */
.p-message {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}

.p-message-txt-wrap {
  margin-inline: auto;
  padding-block: 3rem;
  padding-inline: 6rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.p-message-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.p-message-txt span {
  display: block;
  width: fit-content;
  padding-left: 1em;
  text-indent: -2.1em;
  margin-inline: auto 0;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-message {
    width: 100%;
    margin-top: -12vw;
  }
  .p-message-txt-wrap {
    width: 100%;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.2);
  }
  .p-message-txt {
    font-size: 4.2666666667vw;
  }
}
/* p-mountain
---------------------------------------------------------------------------- */
.p-mountain {
  width: 46.4rem;
  aspect-ratio: 514/194;
  position: absolute;
  top: 1.5rem;
  right: 0;
  z-index: -1;
}

.p-mountain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-mountain {
    width: 61.3333333333vw;
    top: 4vw;
  }
}
/* p-profile
---------------------------------------------------------------------------- */
.p-profile {
  padding-block: 23rem 2rem;
  position: relative;
  overflow: hidden;
}

.p-profile-item:not(:last-of-type) {
  margin-bottom: 3rem;
}

.p-profile-img {
  width: 30rem;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.p-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-profile-txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-profile {
    padding-block: 34.6666666667vw 5.3333333333vw;
  }
  .p-profile-item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
  .p-profile-img {
    width: 66.6666666667vw;
    aspect-ratio: 1;
    margin-inline: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5.3333333333vw;
  }
}
/* p-cableCar
---------------------------------------------------------------------------- */
.p-cableCar {
  width: 100%;
  max-width: 76.7rem;
  aspect-ratio: 449/140;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: -1;
}

.p-cableCar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-cableCar {
    width: 100%;
  }
}
/* p-info
---------------------------------------------------------------------------- */
.p-info {
  padding-block: 27rem 3rem;
  position: relative;
}

.p-info-list-wrap {
  width: max-content;
  margin-inline: auto;
  margin-bottom: 4rem;
}

.p-info-list {
  display: grid;
  grid-template-columns: 10rem auto;
  font-size: 2rem;
}

.p-info-list:not(:last-of-type) {
  margin-bottom: 1rem;
}

.p-info-term {
  font-weight: 500;
}

.p-info-txt {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-info {
    padding-block: 34.6666666667vw 8vw;
  }
  .p-info-list-wrap {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-info-list {
    grid-template-columns: 18.6666666667vw auto;
    font-size: 4.2666666667vw;
  }
  .p-info-list:not(:last-of-type) {
    margin-bottom: 1.3333333333vw;
  }
  .p-info-txt {
    font-size: 3.7333333333vw;
  }
}
/* p-tower
---------------------------------------------------------------------------- */
.p-tower-wrap {
  max-width: 76.7rem;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}

.p-tower {
  width: 24.5rem;
  aspect-ratio: 334/976;
  position: absolute;
  top: 49.1rem;
  left: -1.8rem;
}

.p-tower img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-tower {
    width: 44vw;
    top: 92vw;
    left: -14.4vw;
  }
}
/* p-access
---------------------------------------------------------------------------- */
.p-access {
  padding-block: 5rem 5rem;
}

.p-access-lead {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
}

.p-access-link {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
  width: 100%;
  text-decoration: underline;
  margin-bottom: 1em;
}

.p-access-link:hover {
  text-decoration: none;
}

.p-access-lead-address {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.p-access-txt {
  text-align: center;
}

.p-access-map {
  width: 100%;
  aspect-ratio: 767/431;
  margin-inline: auto;
  margin-block: 4rem;
}
.p-access-map iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 5.3333333333vw 13.3333333333vw;
  }
  .p-access-lead {
    font-size: 5.3333333333vw;
  }
  .p-access-link {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
  .p-access-lead-address {
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
  .p-access-map {
    margin-block: 8vw;
  }
}
/* p-seating
---------------------------------------------------------------------------- */
.p-seating {
  padding-block: 5rem;
}

.p-seating-txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seating {
    padding-block: 13.3333333333vw;
  }
}
/* p-meat
---------------------------------------------------------------------------- */
.p-meat {
  width: 20.5rem;
  aspect-ratio: 245/176;
  position: absolute;
  top: -4rem;
  right: 0;
}

.p-meat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-meat {
    width: 34.6666666667vw;
    top: -10.6666666667vw;
  }
}
/* p-cuisine
---------------------------------------------------------------------------- */
.p-cuisine {
  padding-block: 5rem;
  position: relative;
}

.p-cuisine-txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cuisine {
    padding-block: 13.3333333333vw;
  }
}
/* p-camera
---------------------------------------------------------------------------- */
.p-camera {
  width: 20.5rem;
  aspect-ratio: 245/176;
  position: absolute;
  top: -7rem;
  left: -2.8rem;
}

.p-camera img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-camera {
    width: 34.6666666667vw;
    top: -10.6666666667vw;
    left: -6.1333333333vw;
  }
}
/* p-gallery
---------------------------------------------------------------------------- */
.p-gallery {
  padding-block: 5rem 10rem;
  position: relative;
}

.p-gallery-txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gallery {
    padding-block: 13.3333333333vw 18.6666666667vw;
  }
}
/* p-invitation
---------------------------------------------------------------------------- */
.p-invitation {
  padding-block: 5rem 17rem;
  position: relative;
}

.p-invitation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../images/top/bg_wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-invitation-txt {
  font-weight: 500;
  text-align: center;
}

.p-invitation-txt span {
  font-weight: 400;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-invitation {
    padding-block: 13.3333333333vw 34.6666666667vw;
  }
  .p-invitation-txt span {
    font-size: 3.7333333333vw;
  }
}
/* p-ship
---------------------------------------------------------------------------- */
.p-ship {
  width: 24.5rem;
  aspect-ratio: 180/110;
  position: absolute;
  bottom: 2rem;
  right: 7rem;
}

.p-ship img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-ship {
    width: 34.6666666667vw;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
/* p-bottom
---------------------------------------------------------------------------- */
.p-bottom {
  padding-block: 5rem;
}

.p-bottom-txt {
  text-align: center;
}
