:root {
  --limited_primary: #3f5076;
  --limited_secondary: #1c2538;
  --limited_tertiary: #a28b04;
}

.openMenu {
  display: none;
}

.p-soldOut {
  width: 100%;
  height: 1000px;
  max-height: 80rem;
  aspect-ratio: 90/160;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .p-soldOut {
    max-height: 50rem;
    aspect-ratio: 1/1;
  }
}
.p-soldOut i {
  display: inline-block;
}
.p-soldOut__txt {
  width: 90%;
  max-width: 1000px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: var(--limited_secondary);
  border: var(--limited_tertiary) solid 2px;
  padding: 2em 1em;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.3em;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 5px #000, 0 0 10px #000;
  box-shadow: 0 0 5px #000, 0 0 10px #000;
}
.p-soldOut__txt::after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border: var(--limited_tertiary) solid 1px;
}
.p-soldOut__txt em {
  font-size: 1.85em;
  margin-bottom: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-soldOut__txt {
    font-size: 1.8rem;
  }
}
.p-soldOut__txt__logo {
  width: 15rem;
  margin: 0 auto 3rem;
}
.p-soldOut__txt__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-soldOut__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--limited_secondary);
}
.p-soldOut__img picture {
  width: 100%;
  height: 100%;
}
.p-soldOut__img picture img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-soldOut__img__cap {
  font-size: 1.3rem;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #fff;
}
.p-soldOut__footer {
  margin-top: 3rem;
}
.p-soldOut__footer__btn {
  display: block;
  text-align: center;
  border-radius: 10rem;
  max-width: 30rem;
  font-size: 2rem;
  margin: 0 auto;
  padding: 1.25em;
  background: var(--limited_primary);
  border: solid 1px var(--limited_primary);
  color: #fff;
}
.p-soldOut__footer__btn:hover {
  color: var(--limited_primary);
  background: #fff;
}
.p-soldOut__footer__logo {
  width: 90%;
  max-width: 25rem;
  margin: 0 auto;
  margin-block: 5rem;
}
.p-soldOut__footer .footInfo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.p-soldOut__footer .holiday {
  text-align: center;
  margin: 0 auto;
}
/*# sourceMappingURL=../../maps/top/soldOut.css.map */
