.mv {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 0;
}

.mv__yozora {
  position: absolute;
  z-index: 2;
  top: 2.7777777778%;
  left: 8%;
  width: 26.9333333333%;
}
@media (min-width: 992px) {
  .mv__yozora {
    top: 5.8823529412%;
    left: 3.90625%;
    width: 7.890625%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .mv__yozora {
    top: 5.8823529412%;
    left: 3.90625%;
    width: 7.890625%;
  }
}

.mv__title {
  position: absolute;
  z-index: 2;
  bottom: 8.8888888889%;
  left: 0;
  right: 0;
  width: 44.5333333333%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .mv__title {
    bottom: 64.9411764706%;
    width: 13.046875%;
    left: 70.3125%;
    margin: 0;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .mv__title {
    bottom: 64.9411764706%;
    width: 13.046875%;
    left: 70.3125%;
    margin: 0;
  }
}

.mv__copy01 {
  position: absolute;
  z-index: 2;
  top: 2.2222222222%;
  left: 0;
  right: 0;
  width: 12%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .mv__copy01 {
    top: 5.8823529412%;
    width: 4.6875%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .mv__copy01 {
    top: 5.8823529412%;
    width: 4.6875%;
  }
}

.mv__copy02 {
  position: absolute;
  z-index: 2;
  top: 64.4444444444%;
  left: 11.2%;
  width: 83.2%;
}
@media (min-width: 992px) {
  .mv__copy02 {
    top: auto;
    bottom: 23.0588235294%;
    left: 70.3125%;
    width: 24.375%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .mv__copy02 {
    top: auto;
    bottom: 23.0588235294%;
    left: 70.3125%;
    width: 24.375%;
  }
}

.mv__sale {
  position: absolute;
  z-index: 2;
  bottom: 3.3333333333%;
  right: 0;
  left: 0;
  width: 83.7333333333%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .mv__sale {
    bottom: 52.3529411765%;
    width: 24.53125%;
    left: 70.3125%;
    margin: 0;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .mv__sale {
    bottom: 52.3529411765%;
    width: 24.53125%;
    left: 70.3125%;
    margin: 0;
  }
}

.content {
  position: relative;
  clip-path: inset(0 0 0 0);
  margin-top: -1px;
}
.content::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background: center/cover no-repeat url("../images/nanga_mountain_lodge/mv_sp.webp");
}
@media (min-width: 992px) {
  .content::after {
    background-image: url("../images/nanga_mountain_lodge/mv_pc.webp");
  }
}
@media (min-aspect-ratio: 1280/854) {
  .content::after {
    background-image: url("../images/nanga_mountain_lodge/mv_pc.webp");
  }
}

.event {
  margin-block: 1.875rem;
  padding-block: 2.5rem;
  background: #fffae1;
}
@media (min-width: 600px) {
  .event {
    margin-block: 3.125rem;
    padding-block: 5rem;
  }
}

.event__inner {
  display: grid;
  justify-items: center;
  width: calc(100% - 4.375rem);
  margin: 0 auto;
}

.event__title {
  font-family: "A1 Gothic B";
  text-align: center;
  font-size: 1.25rem;
  color: #005861;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .event__title {
    font-size: 1.5rem;
  }
}

.event__text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 600px) {
  .event__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}
.event__text a {
  color: #ff5858;
  text-decoration: none;
}

.event-access {
  width: 100%;
  max-width: 540px;
  margin-top: 1.625rem;
  margin-inline: auto;
  padding: 1.875rem;
  background: #005861;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media (min-width: 600px) {
  .event-access {
    margin-top: 3.125rem;
    padding-block: 2.5rem;
  }
}
@media (min-width: 600px) {
  .event-access {
    font-size: 1rem;
  }
}

.event-access__title {
  font-family: "A1 Gothic B";
  line-height: 2;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .event-access__title {
    font-size: 1rem;
  }
}

.event-access__block {
  margin-top: 2em;
  font-family: "A1 Gothic M";
}
.event-access__block dt:not(:first-child) {
  margin-top: 2em;
}
@media (min-width: 600px) {
  .event-access__block dd {
    font-size: 0.875rem;
  }
}
.event-access__block dd span {
  display: inline-block;
}
.event-access__block .bold {
  font-family: "A1 Gothic B";
}
@media (min-width: 600px) {
  .event-access__block .bold {
    font-size: 1rem;
  }
}

.lineupArea {
  padding-top: 2.5rem;
}
@media (min-width: 600px) {
  .lineupArea {
    padding-top: 3.125rem;
  }
}
.lineupArea ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 600px) {
  .lineupArea ul {
    gap: 4.0625rem;
    max-width: 28.625rem;
  }
}/*# sourceMappingURL=nanga_mountain_lodge.css.map */