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

.wrapper {
  overflow: auto;
  height: 100svh;
  height: 100dvh;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/* hero */
.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  scroll-snap-align: start;
}

.hero__yozora {
  position: absolute;
  top: 3.748125937%;
  left: 8%;
  z-index: 1;
  width: 26.9333333333%;
}
@media (min-width: 992px) {
  .hero__yozora {
    top: 5.6271981243%;
    left: 3.90625%;
    width: 7.890625%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__yozora {
    top: 5.6271981243%;
    left: 3.90625%;
    width: 7.890625%;
  }
}

.hero__bg {
  width: 100%;
  height: 100%;
}
.hero__bg img,
.hero__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__title01 {
  position: absolute;
  top: 16.6416791604%;
  left: 4.5333333333%;
  z-index: 1;
  width: 80.8%;
}
@media (min-width: 992px) {
  .hero__title01 {
    top: 21.6881594373%;
    left: 12.5%;
    width: 35.546875%;
    height: 73.6225087925%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__title01 {
    top: 21.6881594373%;
    left: 12.5%;
    width: 35.546875%;
    height: 73.6225087925%;
  }
}
.hero__title01 picture,
.hero__title01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

.hero__sale01 {
  position: absolute;
  left: 10.6666666667%;
  bottom: 10.7946026987%;
  z-index: 1;
  width: 51.7333333333%;
}
@media (min-width: 992px) {
  .hero__sale01 {
    display: none;
    bottom: 28.7221570926%;
    left: 15.078125%;
    width: 22.96875%;
    height: 10.7854630715%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__sale01 {
    display: none;
    bottom: 28.7221570926%;
    left: 15.078125%;
    width: 22.96875%;
    height: 10.7854630715%;
  }
}
.hero__sale01 picture,
.hero__sale01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
}

.hero__title02 {
  position: absolute;
  top: 7.1964017991%;
  left: 9.3333333333%;
  z-index: 1;
  width: 80.8%;
}
@media (min-width: 992px) {
  .hero__title02 {
    top: 21.6881594373%;
    left: 8.515625%;
    width: 80.546875%;
    height: 73.6225087925%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__title02 {
    top: 21.6881594373%;
    left: 8.515625%;
    width: 80.546875%;
    height: 73.6225087925%;
  }
}
.hero__title02 picture,
.hero__title02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

.hero__sale02 {
  position: absolute;
  left: 9.6%;
  bottom: 1.7991004498%;
  z-index: 1;
  width: 54.1333333333%;
}
@media (min-width: 992px) {
  .hero__sale02 {
    display: none;
    bottom: auto;
    top: 42.672919109%;
    left: 10.9375%;
    width: 23.984375%;
    height: 11.01992966%;
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero__sale02 {
    display: none;
    bottom: auto;
    top: 42.672919109%;
    left: 10.9375%;
    width: 23.984375%;
    height: 11.01992966%;
  }
}
.hero__sale02 picture,
.hero__sale02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
}

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

.yodogawa .attention {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8125rem;
  line-height: 1.75;
}
@media (min-width: 600px) {
  .yodogawa .attention {
    font-size: 0.875rem;
  }
}

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

/* message */
.message {
  margin: 0 0 1.875rem;
  padding: 2.5rem;
  background: #fff;
}
@media (min-width: 600px) {
  .message {
    margin: 0 0 3.125rem;
    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;
}

/* 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 {
  display: grid;
  gap: 2.1875rem;
}
@media (min-width: 600px) {
  .lineup {
    gap: 2.5rem;
  }
}
.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;
}
@media (min-width: 600px) {
  .lineup dt small {
    font-size: 0.9375rem;
  }
}/*# sourceMappingURL=obake.css.map */