.footer {
  margin-top: 1.875rem;
}
@media (min-width: 600px) {
  .footer {
    margin-top: 3.125rem;
  }
}

/* hero */
.hero {
  position: relative;
}

.hero__title {
  position: absolute;
  top: 2.0989505247%;
  left: 50%;
  z-index: 1;
  width: 65.8666666667%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .hero__title {
    top: 8.6752637749%;
    right: 3.90625%;
    width: 51.5625%;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__title {
    top: 8.6752637749%;
    right: 3.90625%;
    width: 51.5625%;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}

.hero__yozora {
  position: absolute;
  bottom: 2.5487256372%;
  left: 50%;
  z-index: 1;
  width: 26.9333333333%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .hero__yozora {
    top: 2.3446658851%;
    bottom: auto;
    left: 3.90625%;
    width: 7.890625%;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__yozora {
    top: 2.3446658851%;
    bottom: auto;
    left: 3.90625%;
    width: 7.890625%;
    -webkit-transform: unset;
            transform: unset;
  }
}

.hero__sale {
  position: absolute;
  left: 50%;
  bottom: 9.4452773613%;
  z-index: 1;
  width: 69.8666666667%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .hero__sale {
    bottom: 33.9976553341%;
    left: auto;
    right: 3.90625%;
    width: 30.625%;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__sale {
    bottom: 33.9976553341%;
    left: auto;
    right: 3.90625%;
    width: 30.625%;
    -webkit-transform: unset;
            transform: unset;
  }
}

/* yodogawa */
@media (min-width: 600px) {
  .yodogawa__img {
    max-width: 20.8125rem;
  }
}

/* content */
.content {
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.content::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  background: center/cover no-repeat url("../images/nanga_yozora_pants/hero_bg_sp.webp");
}
@media (min-width: 992px) {
  .content::after {
    background-image: url("../images/nanga_yozora_pants/hero_bg_pc.webp");
  }
}
@media (min-aspect-ratio: 1280/854) {
  .content::after {
    background-image: url("../images/nanga_yozora_pants/hero_bg_pc.webp");
  }
}

.movieItem__text {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  text-align: center;
}
@media (min-width: 600px) {
  .movieItem__text {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .movieItem__text a:hover, .movieItem__text a:focus-visible {
    opacity: 0.7;
  }
}
.movieItem__text a:active {
  opacity: 0.7;
}

/* message */
.message {
  margin: 1.875rem 0;
  padding: 2.5rem;
  background: #fff;
}
@media (min-width: 600px) {
  .message {
    margin: 3.125rem 0;
    padding: 5rem 2.5rem;
  }
}

.message__title {
  text-align: center;
  font-family: "A1 Gothic B", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
@media (min-width: 600px) {
  .message__title {
    font-size: 1.5rem;
  }
}
.message__title span {
  font-size: 0.9375rem;
}
@media (min-width: 600px) {
  .message__title span {
    font-size: 1.125rem;
  }
}

.message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .message__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}
.message__text a {
  text-decoration: none;
  color: #ff5500;
}
@media (hover: hover) and (pointer: fine) {
  .message__text a:hover, .message__text a:focus-visible {
    opacity: 0.5;
  }
}
.message__text a:active {
  opacity: 0.5;
}

/* text area */
.itemTextArea {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  background: #fff;
}
@media (min-width: 600px) {
  .itemTextArea {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.itemTitle {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  font-weight: 400;
  text-align: center;
}

.itemTextArea__content {
  width: calc(100% - 5rem);
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .itemTextArea__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 10rem);
    margin-top: 2.8125rem;
  }
}

.itemTextArea__inner {
  display: grid;
  gap: 2em;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (min-width: 600px) {
  .itemTextArea__inner {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .itemTextArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
  }
}

.itemTextArea__box p + p {
  margin-top: 2em;
}
.itemTextArea__box a {
  text-decoration: none;
  color: #ff5858;
}
@media (hover: hover) and (pointer: fine) {
  .itemTextArea__box a:hover, .itemTextArea__box a:focus-visible {
    opacity: 0.5;
  }
}
.itemTextArea__box a:active {
  opacity: 0.5;
}

.video-item {
  aspect-ratio: 810/1080;
}

/* on sale */
.onSale {
  background: #fff;
}

.onSale__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .onSale__inner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.onSale__title {
  width: 12.75rem;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .onSale__title {
    width: 15.3125rem;
  }
}

/* lineup */
.lineupArea {
  padding: 1.875rem 2.5rem;
}
@media (min-width: 600px) {
  .lineupArea {
    padding-block: 3.125rem;
  }
}

.lineup ul {
  margin-top: 0;
  grid-template-columns: repeat(2, 1fr);
  max-width: 28.75rem;
}
.lineup dt {
  font-size: 0.9375rem;
}
.lineup dt small {
  font-size: 0.8125rem;
}/*# sourceMappingURL=nanga_yozora_pants.css.map */