@-webkit-keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale2 {
  0% {
    transform: scale(0);
    transform-origin: left bottom;
  }
  100% {
    transform: scale(1);
    transform-origin: left bottom;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(0);
    transform-origin: left bottom;
  }
  100% {
    transform: scale(1);
    transform-origin: left bottom;
  }
}
header {
  height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_logo {
  position: static;
}

@media print, screen and (min-width: 768px) {
  #soldout {
    margin-top: 4.75rem;
  }
}
#soldout__mv {
  position: relative;
  margin-bottom: 3rem;
}
#soldout__mv .mv-txt {
  position: absolute;
  top: 6.2rem;
  left: 6.2rem;
  background: no-repeat top center/cover;
  background-image: url("../img/souldout/txt-bg.png");
  background-image: -webkit-image-set(url("../img/souldout/txt-bg.webp") type("image/webp"), url("../img/souldout/txt-bg.png") type("image/jpeg"));
  background-image: image-set(url("../img/souldout/txt-bg.webp") type("image/webp"), url("../img/souldout/txt-bg.png") type("image/jpeg"));
  width: 24.6rem;
  height: 29.7rem;
}
@media print, screen and (min-width: 768px) {
  #soldout__mv .mv-txt {
    align-items: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #soldout__mv .mv-txt {
    top: 12.3rem;
    right: 0;
    left: 0;
    width: 22.7rem;
    height: 24.6rem;
    background-image: url("../img/souldout/sp/txt-bg.png");
    background-image: -webkit-image-set(url("../img/souldout/sp/txt-bg.webp") type("image/webp"), url("../img/souldout/sp/txt-bg.png") type("image/jpeg"));
    background-image: image-set(url("../img/souldout/sp/txt-bg.webp") type("image/webp"), url("../img/souldout/sp/txt-bg.png") type("image/jpeg"));
    margin: auto;
    padding: 4.4rem 0.9rem;
  }
}
#soldout__mv .mv-txt * {
  color: #fff;
  text-align: center;
}
#soldout__mv .mv-txt h1 {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #soldout__mv .mv-txt h1 {
    font-size: 2.65rem;
    margin-bottom: 1.6rem;
  }
}
#soldout__mv .mv-txt h1 span {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  #soldout__mv .mv-txt h1 span {
    font-size: 1.3rem;
    margin-bottom: 1.9rem;
    letter-spacing: 0.25em;
  }
}
#soldout__mv .mv-txt p {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  #soldout__mv .mv-txt p {
    line-height: 1.77;
    font-size: 1rem;
    letter-spacing: 0.11em;
  }
}
#soldout .debut-banner {
  width: 30.5rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  #soldout .debut-banner {
    width: 21.7rem;
    margin-bottom: 2rem;
  }
}
#soldout .debut-banner a {
  display: block;
}
/*# sourceMappingURL=souldout.css.map */