html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  background-image: url("../../img/usr/202510halloween/body_bg02.png"), url("../../img/usr/202510halloween/body_bg01.png");
  background-position: center bottom, 0 bottom;
  background-repeat: no-repeat, repeat-x;
  background-color: #78338C;
}
@media (max-width: 749px) {
  body {
    font-size: 15px;
    background-size: auto, auto 967px;
  }
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.header {
  background: url("../../img/usr/202510halloween/header_bg.png") repeat-x 0 0;
}

.mv {
  background: url("../../img/usr/202510halloween/mv_bg.png") repeat-x center 0;
}

.section01 {
  padding: 30px 0 35px;
  background: url("../../img/usr/202510halloween/main_bg01.png") repeat center 0;
}
.section01 .story {
  padding: 0 6%;
  margin-top: 17px;
}
@media (max-width: 749px) {
  .section01 {
    padding: 15px 0 35px;
    background-size: 355px auto;
  }
}

.section02 .l_inner, .section02 .note {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 1020px) {
  .section02 .sec-ttl {
    background: url("../../img/usr/202510halloween/ttl_bg.png") repeat-x center 0;
  }
}
@media (max-width: 749px) {
  .section02 .l_inner {
    padding: 0 6%;
  }
  .section02 .note {
    padding: 0;
  }
}

.item-wrap {
  padding: 45px 0 30px;
  text-align: center;
  background: url("../../img/usr/202510halloween/main_bg03.png") repeat-x center 0;
}
.item-wrap .item-ttl {
  margin-top: 35px;
}
.item-wrap .item {
  margin: 15px auto 30px;
}
.item-wrap sup {
  font-size: 60%;
  position: relative;
  font-weight: 600;
}
.item-wrap .voice {
  margin: 30px auto 20px;
}
.item-wrap .btn-wrap {
  max-width: 900px;
  position: relative;
  margin: 0 auto 8px;
}
.item-wrap .btn-wrap .btn {
  display: inline-block;
  transition: 0.3s;
  position: absolute;
  left: 193px;
  bottom: 30px;
  width: 438px;
  height: 63px;
}
.item-wrap .btn-wrap .btn:hover {
  opacity: 0.8;
}
.item-wrap .note {
  font-size: 15px;
  text-align: left;
}
.item-wrap.item01 {
  background: none;
}
.item-wrap.item01 .item-ttl {
  margin-top: 0;
}
@media (min-width: 750px) {
  .item-wrap .item-ttl {
    background: url("../../img/usr/202510halloween/main_bg02.png") no-repeat center 0;
  }
  .item-wrap .sp {
    display: none;
  }
}
@media (max-width: 1400px) {
  .item-wrap .item-ttl {
    background-size: 100% auto;
  }
}
@media (max-width: 918px) {
  .item-wrap .btn-wrap .btn {
    left: 21.0239651416vw;
    bottom: 3.2679738562vw;
    width: 47.7124183007vw;
    height: 6.862745098vw;
  }
}
@media (max-width: 749px) {
  .item-wrap {
    padding-top: 25px;
    background-size: 10px auto;
  }
  .item-wrap .item-ttl {
    margin-top: 0;
  }
  .item-wrap .item {
    margin: 7px auto 15px;
  }
  .item-wrap .item img {
    max-width: 80%;
    margin: 0 auto;
  }
  .item-wrap .voice {
    margin: 8px auto 10px;
  }
  .item-wrap .btn-wrap {
    margin: 0 auto 4px;
  }
  .item-wrap .btn-wrap .btn {
    left: 24.1333333333vw;
    bottom: 4.8vw;
    width: 58.4vw;
    height: 8.4vw;
  }
  .item-wrap .note {
    font-size: 9px;
  }
  .item-wrap .pc {
    display: none;
  }
}

.footer {
  position: relative;
  margin-top: 30px;
  height: 100px;
  padding-top: 60px;
  background: url("../../img/usr/202510halloween/footer_bg.png") repeat-x center bottom;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 310px);
  bottom: 10px;
  width: 51px;
  height: 61px;
  background: url("../../img/usr/202510halloween/img_20.png") no-repeat 0 0;
}
.footer .copy {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 749px) {
  .footer {
    margin-top: 0;
    height: 57px;
    padding-top: 40px;
    background-size: auto 47px;
  }
  .footer::after {
    left: calc(50% - 155px);
    bottom: 7px;
    width: 25px;
    height: 30px;
    background-size: 100% auto;
  }
  .footer .copy {
    font-size: 7px;
  }
}