@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 800;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-Extra-subset.woff2) format("woff2");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 700;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-Bold-subset.woff2) format("woff2");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 500;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-Medium-subset.woff2) format("woff2");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: 400;
  font-display: swap;
  src: url(/media/files/fonts/MPLUSRounded1c-Regular-Subset.woff2) format("woff2");
}
body {
  color: #fff;
  background: #fff;
  font-family: "MPLUSRounded1c", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, fieldset, p, figure, button {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5294117647;
  letter-spacing: 0em;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 767px) {
  body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, fieldset, p, figure, button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, fieldset, p, figure, button {
    font-size: 14px;
  }
}
table {
  border-collapse: collapse;
}
a {
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
input, textArea, select, button {
  color: #fff;
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: 400;
  font-family: "MPLUSRounded1c", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}
select {
  -webkit-appearance: button;
  appearance: button;
}
summary {
  list-style-type: none;
}
summary::-webkit-details-marker {
  display: none;
}
button {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
/*                link
======================================================= */
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  a {
    overflow-wrap: break-word;
  }
}
@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-wrap {
  overflow: hidden;
  position: relative;
}
.l-header {
  display: none;
}
.l-footer {
  display: none;
}
.l-sp-menu-btn {
  position: fixed;
  z-index: 99;
  display: block;
  top: 40px;
  right: 40px;
  width: 107px;
  height: 107px;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .l-sp-menu-btn {
    top: 24px;
    right: 24px;
    width: 64px;
    height: 64px;
  }
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--01 {
  transform: translate(0, 32px) rotate(45deg);
}
@media only screen and (max-width: 750px) {
  .l-sp-menu-btn.is-open .l-sp-menu-btn__border--01 {
    transform: translate(0, 16px) rotate(45deg);
  }
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--02 {
  opacity: 0;
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--03 {
  transform: translate(0, 0) rotate(-45deg);
}
@media only screen and (max-width: 750px) {
  .l-sp-menu-btn.is-open .l-sp-menu-btn__border--03 {
    transform: translate(0, -4px) rotate(-45deg);
  }
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__text {
  opacity: 0;
}
.l-sp-menu-btn__border {
  position: absolute;
  left: 24px;
  background-color: #000000;
  width: 58px;
  height: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.l-sp-menu-btn__border--01 {
  top: 24px;
}
.l-sp-menu-btn__border--02 {
  top: 40px;
}
.l-sp-menu-btn__border--03 {
  top: 56px;
}
@media only screen and (max-width: 750px) {
  .l-sp-menu-btn__border {
    width: 40px;
    left: 12px;
  }
  .l-sp-menu-btn__border--01 {
    top: 16px;
  }
  .l-sp-menu-btn__border--02 {
    top: 26px;
  }
  .l-sp-menu-btn__border--03 {
    top: 36px;
  }
}
.l-sp-menu-btn__text {
  position: absolute;
  color: #000;
  left: 24px;
  top: 64px;
  font-size: 22px;
}
@media only screen and (max-width: 750px) {
  .l-sp-menu-btn__text {
    left: 12px;
    top: 38px;
    font-size: 14px;
  }
}
.l-sp-menu {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.l-sp-menu.is-open {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}
.l-sp-menu__inner {
  position: relative;
  padding: 40px 30px;
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__inner {
    padding: 32px 0;
  }
}
.l-sp-menu__nav-deco-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-sp-menu__nav-deco-img01 {
  position: absolute;
  top: 5%;
  left: 20%;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img01 {
    top: 10%;
    left: 18%;
    width: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img01 {
    top: 6%;
    left: 56%;
    width: 12vw;
  }
}
.l-sp-menu__nav-deco-img02 {
  position: absolute;
  top: 14%;
  left: 38%;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img02 {
    left: 32%;
    width: 48px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img02 {
    top: 12%;
    left: 44%;
    width: 6vw;
  }
}
.l-sp-menu__nav-deco-img03 {
  position: absolute;
  top: 36%;
  left: 2%;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img03 {
    top: 30%;
    left: -2%;
    width: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img03 {
    top: 96%;
    left: 6%;
    width: 12vw;
  }
}
.l-sp-menu__nav-deco-img04 {
  position: absolute;
  top: 27%;
  right: 2%;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img04 {
    top: 16%;
    right: 22%;
    width: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img04 {
    top: 16%;
    right: 5%;
    width: 12vw;
  }
}
.l-sp-menu__nav-deco-img05 {
  position: absolute;
  top: 40%;
  right: -4%;
}
@media only screen and (max-width: 1400px) {
  .l-sp-menu__nav-deco-img05 {
    top: 54%;
    right: 2%;
    width: 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img05 {
    right: 2%;
    width: 140px;
    top: 34%;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img05 {
    top: 84%;
    rotate: -26deg;
    left: 40%;
    width: 20vw;
  }
}
.l-sp-menu__nav-deco-img06 {
  position: absolute;
  top: 86%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img06 {
    left: -3%;
    width: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img06 {
    top: 12%;
    width: 10vw;
    left: 7%;
  }
}
.l-sp-menu__nav-deco-img07 {
  position: absolute;
  top: 90%;
  right: 34%;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img07 {
    top: 90%;
    right: 44%;
    width: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img07 {
    top: 94%;
    right: 34%;
    width: 8vw;
  }
}
.l-sp-menu__nav-deco-img08 {
  position: absolute;
  top: 90%;
  right: 20%;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img08 {
    right: 30%;
    width: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img08 {
    right: 8%;
    width: 16vw;
  }
}
.l-sp-menu__nav-deco-img09 {
  position: absolute;
  top: 82%;
  right: 6%;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-deco-img09 {
    right: 15%;
    width: 90px;
    top: 94%;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-deco-img09 {
    right: 8%;
    width: 12vw;
    top: 60%;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__logo {
    width: 132px;
  }
}
@media only screen and (max-width: 480px) {
  .l-sp-menu__logo {
    width: 110px;
  }
}
.l-sp-menu__nav-list {
  position: relative;
  z-index: 2;
  max-width: 842px;
  display: flex;
  flex-wrap: wrap;
  gap: 10vh 3vw;
  margin-top: 16vh;
  margin-left: 10vw;
}
@media only screen and (max-width: 1540px) {
  .l-sp-menu__nav-list {
    gap: 8vh 3vw;
    margin-top: 14vh;
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-list {
    margin-top: 12vh;
    margin-left: 6vw;
    gap: 6vh 4vw;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-list {
    gap: 6vh 6vw;
    margin-top: 12vh;
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  .l-sp-menu__nav-list {
    gap: 4vh 6vw;
    margin-top: 10vh;
    margin-left: 6vw;
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-item.--03 {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 950px) {
  .l-sp-menu__nav-item.--03 {
    margin-right: 0;
  }
}
.l-sp-menu__nav-link {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .l-sp-menu__nav-link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .l-sp-menu__nav-link {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 480px) {
  .l-sp-menu__nav-link {
    font-size: 3.6vw;
  }
}
.is-sp-menu-open {
  overflow: hidden;
}
.l-width {
  margin-inline: auto;
  max-width: 1260px;
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .l-width {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 480px) {
  .l-width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .l-width.--sp-nopd {
    padding: 0;
  }
}
.l-width.--small {
  max-width: 1200px;
}
.l-layer02 {
  position: relative;
  z-index: 2;
}
.c-table {
  margin-inline: auto;
}
.c-table-row {
  display: flex;
  align-items: center;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.c-table-row:first-child {
  border-top: 3px solid #fff;
}
.c-table-title {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .c-table-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .c-table-title {
    font-size: 20px;
  }
}
.c-table-detail {
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  border-left: 3px solid #fff;
}
@media only screen and (max-width: 750px) {
  .c-table-detail {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .c-table-detail {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .u-sp-hide {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .u-sp-show {
    display: none;
  }
}
.u-ib {
  display: inline-block;
}
.u-center {
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-40 {
  margin-top: 40px;
}
.p-kv {
  background: #000;
}
.p-about {
  position: relative;
  background: #E50000;
}
.p-about:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: url(../media/images/halloween_lp/about-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-about:after {
    height: 22px;
    background: url(../media/images/halloween_lp/about-bottom_sp.png) no-repeat bottom / contain;
  }
}
.p-about-inner {
  position: relative;
  padding-inline: 60px;
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .p-about-inner {
    padding-inline: 28px;
  }
}
.p-about-inner::before, .p-about-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 32px;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .p-about-inner::before, .p-about-inner::after {
    width: 16px;
  }
}
.p-about-inner::before {
  left: 0;
  background: url(../media/images/halloween_lp/about-deco-left.png) left top / contain repeat-y;
}
.p-about-inner::after {
  right: 0;
  background: url(../media/images/halloween_lp/about-deco-right.png) right top / contain repeat-y;
}
@media only screen and (max-width: 750px) {
  .p-about-inner {
    padding-bottom: 20px;
  }
}
.p-about-link {
  font-size: 37px;
  font-weight: 700;
  background: #FFB300;
  padding: 4px 14px 4px 24px;
}
@media only screen and (max-width: 750px) {
  .p-about-link {
    font-size: 24px;
    padding: 4px 10px 4px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-about-link {
    font-size: 20px;
    padding: 2px 6px 2px 12px;
  }
}
.p-about-subtitle {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .p-about-subtitle {
    margin-top: 24px;
  }
}
.p-about-subtitle__text--large {
  font-size: 49px;
}
.p-about-text {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
}
@media only screen and (max-width: 750px) {
  .p-about-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .p-about-text {
    font-size: 16px;
  }
}
.p-about-guest__block {
  margin-top: 116px;
}
.p-about-guest__item {
  display: flex;
  justify-content: center;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__item {
    flex-direction: column;
  }
}
.p-about-guest__item.--01 {
  gap: 32px;
}
.p-about-guest__item.--02 {
  margin-top: 32px;
  gap: 60px;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__item.--02 {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.p-about-guest__item.--03 {
  gap: 28px;
  margin-top: 28px;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__item.--03 {
    gap: 32px;
    margin-top: 32px;
  }
}
.p-about-guest__img-wrap.--01 {
  flex: 0 0 45%;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img-wrap.--01 {
    flex: 1;
  }
}
.p-about-guest__img-wrap.--02 {
  flex: 0 0 42%;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img-wrap.--02 {
    flex: 1;
  }
}
.p-about-guest__img-wrap.--03 {
  flex: 0 0 35%;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img-wrap.--03 {
    flex: 1;
  }
}
.p-about-guest__detail {
  flex: 1;
  position: relative;
}
.p-about-guest__detail.--03::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 114px;
  height: 116px;
  background: url(../media/images/halloween_lp/about-person03-about-deco01.png) no-repeat bottom right / contain;
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__detail.--03::after {
    right: -12px;
    width: 74px;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-guest__detail.--03::after {
    right: 0;
    top: -140px;
    width: 12vw;
    bottom: auto;
  }
}
.p-about-guest__img {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img {
    display: flex;
    justify-content: center;
  }
  .p-about-guest__img img {
    width: 100%;
  }
}
.p-about-guest__img.--01::before {
  position: absolute;
  content: "";
  display: block;
  top: -16%;
  left: 0;
  width: 100%;
  height: 105px;
  background: url(../media/images/halloween_lp/about-person01-deco01.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img.--01::before {
    top: -14%;
  }
}
.p-about-guest__img.--01::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 4vw;
  height: 74px;
  background: url(../media/images/halloween_lp/about-person01-deco02.png) no-repeat bottom right / contain;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img.--01::after {
    width: 10vw;
  }
}
.p-about-guest__img.--02 {
  margin-top: -32%;
}
@media only screen and (max-width: 1271px) {
  .p-about-guest__img.--02 {
    margin-top: -10%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__img.--02 {
    margin-top: 0;
  }
}
.p-about-guest__img.--02::before {
  position: absolute;
  content: "";
  display: block;
  top: -10%;
  left: -20%;
  width: 20vw;
  height: 103px;
  background: url(../media/images/halloween_lp/about-person02-deco01.png) no-repeat top left / contain;
}
@media only screen and (max-width: 1271px) {
  .p-about-guest__img.--02::before {
    top: -6%;
    left: -10%;
    width: 16vw;
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__img.--02::before {
    top: -6%;
    left: -10%;
    width: 8vw;
    height: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img.--02::before {
    top: 0;
    left: 0;
    width: 12vw;
  }
}
.p-about-guest__img.--02::after {
  position: absolute;
  content: "";
  display: block;
  top: -24%;
  right: 4%;
  width: 10vw;
  height: 130px;
  background: url(../media/images/halloween_lp/about-person01-about-deco02.png) no-repeat top right / contain;
}
@media only screen and (max-width: 1271px) {
  .p-about-guest__img.--02::after {
    top: -18%;
    height: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__img.--02::after {
    top: -8%;
    height: 100px;
    width: 6vw;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img.--02::after {
    top: 0;
    width: 10vw;
  }
}
.p-about-guest__img.--03 {
  margin-top: -20%;
  margin-left: 4vw;
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__img.--03 {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img.--03 {
    margin-left: 0;
  }
}
.p-about-guest__img.--03::before {
  position: absolute;
  content: "";
  display: block;
  top: -12%;
  left: -24%;
  width: 20vw;
  height: 103px;
  background: url(../media/images/halloween_lp/about-person03-deco01.png) no-repeat top left / contain;
}
@media only screen and (max-width: 1271px) {
  .p-about-guest__img.--03::before {
    top: -16%;
    height: 90px;
    left: -16%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__img.--03::before {
    top: -30%;
    height: 70px;
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img.--03::before {
    top: 0;
    width: 12vw;
  }
}
.p-about-guest__img.--03::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1%;
  left: -18%;
  width: 60px;
  height: 73px;
  background: url(../media/images/halloween_lp/about-person03-deco02.png) no-repeat bottom left / contain;
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__img.--03::after {
    bottom: -2%;
    width: 48px;
    height: 60px;
    left: -10px;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-guest__img.--03::after {
    bottom: 0;
    left: 0;
    width: 8vw;
  }
}
.p-about-guest__name-wrap {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__name-wrap {
    display: flex;
    justify-content: center;
  }
}
.p-about-guest__name-wrap.--01 {
  margin-top: 32px;
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__name-wrap.--01 {
    margin-top: 0;
  }
}
.p-about-guest__name-wrap.--01::before {
  position: absolute;
  content: "";
  display: block;
  top: -160%;
  right: 0;
  width: 26vw;
  height: 100px;
  background: url(../media/images/halloween_lp/about-person01-about-deco01.png) no-repeat right / contain;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__name-wrap.--01::before {
    width: 18vw;
    height: 100px;
    right: auto;
    left: 0;
    background: url(../media/images/halloween_lp/about-person01-about-deco01_sp.png) no-repeat right / contain;
  }
}
.p-about-guest__name-wrap.--02 {
  text-align: right;
}
.p-about-guest__name-wrap.--02::before {
  position: absolute;
  content: "";
  display: block;
  top: -80%;
  left: 0;
  width: 4vw;
  height: 74px;
  background: url(../media/images/halloween_lp/about-person02-name-deco01.png) no-repeat left / contain;
}
@media only screen and (max-width: 1023px) {
  .p-about-guest__name-wrap.--02::before {
    top: -140%;
    width: 6vw;
    height: 74px;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-guest__name-wrap.--02::before {
    top: -120%;
    width: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-about-guest__name-wrap.--02::before {
    top: -160%;
  }
}
.p-about-guest__text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__text {
    font-size: 16px;
  }
}
.p-about-guest__text.--02 {
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__text.--02 {
    text-align: left;
  }
}
.p-about-guest__text-annotation {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  background: #FFB300;
  padding: 5px 16px 4px;
  margin-top: 14px;
}
@media only screen and (max-width: 750px) {
  .p-about-guest__text-annotation {
    font-size: 24px;
  }
}
.p-about-bottom {
  position: relative;
  margin-top: 24px;
  width: 100%;
  height: 100%;
  aspect-ratio: calc(1200/798);
  background: url(../media/images/halloween_lp/about-bg.png) no-repeat center / cover;
}
@media only screen and (max-width: 750px) {
  .p-about-bottom {
    margin-top: 0;
  }
}
.p-about-bottom__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px 40px;
  background: #FF5800;
}
@media only screen and (max-width: 750px) {
  .p-about-bottom__info {
    padding: 16px 20px;
  }
}
.p-about-bottom__info-item {
  display: flex;
  font-size: 48px;
  font-weight: 800;
}
@media only screen and (max-width: 750px) {
  .p-about-bottom__info-item {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-about-bottom__info-item {
    font-size: 20px;
  }
}
.p-about-bottom__info-item-label {
  width: max-content;
}
.p-about-bottom__annotation {
  position: absolute;
  bottom: 10%;
  right: 60px;
}
@media only screen and (max-width: 1023px) {
  .p-about-bottom__annotation {
    right: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .p-about-bottom__annotation {
    right: 32px;
  }
}
.p-about-bottom__annotation-text {
  font-size: 26px;
}
@media only screen and (max-width: 750px) {
  .p-about-bottom__annotation-text {
    font-size: 18px;
  }
}
.p-content01 {
  background: #F53985;
  padding: 80px 0 340px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content01 {
    padding: 60px 0 200px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content01 {
    padding: 60px 0 140px;
  }
}
.p-content01::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(../media/images/halloween_lp/content01-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content01::after {
    height: 160px;
    background: url(../media/images/halloween_lp/content01-bottom_sp.png) no-repeat bottom / contain;
  }
}
.p-content01-img {
  margin-top: 56px;
}
@media only screen and (max-width: 750px) {
  .p-content01-img {
    margin-top: 32px;
    max-width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content01-img {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content01-text {
  margin-top: 56px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .p-content01-text {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content01-text {
    margin-top: 24px;
  }
}
.p-content01-table {
  max-width: 774px;
  width: 100%;
  margin-top: 50px;
  background: #CB00CD;
}
@media only screen and (max-width: 750px) {
  .p-content01-table {
    max-width: 70vw;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content01-table {
    max-width: 100vw;
    margin-top: 24px;
  }
}
.p-content01-table .c-table-title {
  min-width: fit-content;
  padding-inline: 34px;
}
@media only screen and (max-width: 750px) {
  .p-content01-table .c-table-title {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content01-table .c-table-title {
    padding-inline: 12px;
  }
}
.p-content01-table .c-table-detail {
  padding: 24px 34px;
}
@media only screen and (max-width: 750px) {
  .p-content01-table .c-table-detail {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content01-table .c-table-detail {
    padding: 8px 12px;
  }
}
.p-content01-table .text-small {
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .p-content01-table .text-small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content01-table .text-small {
    font-size: 16px;
  }
}
.p-content02 {
  background: #FCC713;
  padding: 54px 0 80px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .p-content02 {
    padding: 54px 0 100px;
  }
}
.p-content02-img {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .p-content02-img {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content02-img {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .p-content02-img.--first {
    max-width: 80vw;
  }
}
.p-content02-table {
  background: #FF5800;
  max-width: 774px;
  width: 100%;
  margin-top: -20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content02-table {
    max-width: 70vw;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-content02-table {
    max-width: 100vw;
    margin-top: 20px;
  }
}
.p-content02-table::before {
  position: absolute;
  content: "";
  display: block;
  left: -160px;
  bottom: 20px;
  width: 131px;
  height: 184px;
  background: url(../media/images/halloween_lp/content02-deco01.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content02-table::before {
    width: 10vw;
    left: -18%;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-content02-table::before {
    left: 0;
    bottom: -70px;
  }
}
.p-content02-table::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 20px;
  right: -160px;
  width: 141px;
  height: 156px;
  background: url(../media/images/halloween_lp/content02-deco02.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content02-table::after {
    width: 10vw;
    right: -18%;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-content02-table::after {
    right: 0;
    bottom: -70px;
  }
}
.p-content02-table .c-table-title {
  min-width: 296px;
  padding-inline: 34px;
}
@media only screen and (max-width: 750px) {
  .p-content02-table .c-table-title {
    min-width: 180px;
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content02-table .c-table-title {
    min-width: 160px;
    max-width: 100vw;
  }
}
.p-content02-table .c-table-detail {
  padding: 24px 34px;
}
@media only screen and (max-width: 750px) {
  .p-content02-table .c-table-detail {
    padding: 16px 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content02-table .c-table-detail {
    padding: 8px 12px;
    font-size: 16px;
  }
}
.p-content02-table .text-small {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .p-content02-table .text-small {
    font-size: 14px;
  }
}
.p-content03 {
  background: #CB00CD;
  padding: 180px 0 170px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content03 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03 {
    padding: 70px 0;
  }
}
.p-content03::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(../media/images/halloween_lp/content03-top.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content03::before {
    top: -1px;
    height: 103px;
    background: url(../media/images/halloween_lp/content03-top_sp.png) no-repeat top / contain;
  }
}
.p-content03::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../media/images/halloween_lp/content03-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content03::after {
    height: 79px;
    background: url(../media/images/halloween_lp//content03-bottom_sp.png) no-repeat bottom / contain;
  }
}
@media only screen and (max-width: 750px) {
  .p-content03-title {
    max-width: 76vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03-title {
    max-width: 100vw;
  }
}
.p-content03-img {
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .p-content03-img {
    max-width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03-img {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content03-text {
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .p-content03-text {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03-text {
    margin-top: 24px;
  }
}
.p-content03-table {
  margin-top: 40px;
  background: #6428FF;
  max-width: 916px;
}
@media only screen and (max-width: 750px) {
  .p-content03-table {
    margin-top: 32px;
    max-width: 76vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03-table {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content03-table .c-table-title {
  min-width: 215px;
  padding-inline: 34px;
}
@media only screen and (max-width: 750px) {
  .p-content03-table .c-table-title {
    min-width: 140px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03-table .c-table-title {
    min-width: 120px;
    padding-inline: 12px;
  }
}
.p-content03-table .c-table-detail {
  padding: 24px 34px;
}
@media only screen and (max-width: 750px) {
  .p-content03-table .c-table-detail {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03-table .c-table-detail {
    padding: 8px 12px;
  }
}
.p-content03-table .text-small {
  font-size: 29px;
}
@media only screen and (max-width: 750px) {
  .p-content03-table .text-small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content03-table .text-small {
    font-size: 16px;
  }
}
.p-content03-table .c-table-detail__col2 {
  display: flex;
  gap: 0 8px;
}
@media only screen and (max-width: 750px) {
  .p-content03-table .c-table-detail__col2 {
    flex-wrap: wrap;
  }
}
.p-content03-table .c-table-detail__col2-title {
  min-width: 290px;
}
@media only screen and (max-width: 750px) {
  .p-content03-table .c-table-detail__col2-title {
    min-width: 180px;
  }
}
.p-content04 {
  background: #F53985;
  padding: 68px 0 170px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content04 {
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content04 {
    padding: 40px 0 60px;
  }
}
.p-content04::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../media/images/halloween_lp/content04-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content04::after {
    height: 75px;
    background: url(../media/images/halloween_lp/content04-bottom_sp.png) no-repeat bottom / contain;
  }
}
@media only screen and (max-width: 750px) {
  .p-content04-title {
    max-width: 70vw;
  }
}
.p-content04-title img {
  margin-left: 2%;
}
@media only screen and (max-width: 480px) {
  .p-content04-title {
    max-width: 80vw;
  }
}
.p-content04-img {
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .p-content04-img {
    margin-top: -10px;
    max-width: 90vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content04-img {
    margin-top: 0;
    max-width: 100vw;
  }
}
.p-content04-text {
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .p-content04-text {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content04-text {
    margin-top: 24px;
  }
}
.p-content04-table {
  margin-top: 40px;
  background: #6E0063;
  max-width: 916px;
}
@media only screen and (max-width: 750px) {
  .p-content04-table {
    margin-top: 32px;
    max-width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content04-table {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content04-table .c-table-title {
  min-width: 220px;
  padding-inline: 34px;
}
@media only screen and (max-width: 750px) {
  .p-content04-table .c-table-title {
    min-width: 140px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content04-table .c-table-title {
    min-width: 120px;
    padding-inline: 12px;
  }
}
.p-content04-table .c-table-detail {
  padding: 24px 34px;
}
@media only screen and (max-width: 750px) {
  .p-content04-table .c-table-detail {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content04-table .c-table-detail {
    padding: 8px 12px;
  }
}
.p-content04-table .text-small {
  font-size: 29px;
}
@media only screen and (max-width: 750px) {
  .p-content04-table .text-small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content04-table .text-small {
    font-size: 16px;
  }
}
.p-content05 {
  background: #CC00BE;
  padding: 68px 0 117px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content05 {
    padding: 50px 0 100px;
  }
}
.p-content05::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77px;
  background: url(../media/images/halloween_lp/content05-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content05::after {
    bottom: -1px;
    height: 48px;
    background: url(../media/images/halloween_lp/content05-bottom_sp.png) no-repeat bottom / contain;
  }
}
.p-content05-cards {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .p-content05-cards {
    flex-direction: column;
    align-items: center;
  }
}
.p-content05-card {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-content05-card {
    position: relative;
    max-width: 76vw;
  }
  .p-content05-card.--01::before {
    position: absolute;
    content: "";
    display: block;
    top: -5%;
    left: -13%;
    width: 25vw;
    height: 100%;
    max-height: 318px;
    background: url(../media/images/halloween_lp/content05-item01_deco01.png) no-repeat top left / contain;
  }
  .p-content05-card.--01::after {
    position: absolute;
    content: "";
    display: block;
    top: -5%;
    right: -13%;
    width: 25vw;
    height: 100%;
    max-height: 366px;
    background: url(../media/images/halloween_lp/content05-item01_deco02.png) no-repeat top right / contain;
  }
  .p-content05-card.--02::before {
    position: absolute;
    content: "";
    display: block;
    top: 32%;
    left: -12%;
    width: 20vw;
    height: 100%;
    max-height: 269px;
    background: url(../media/images/halloween_lp/content05-item02_deco01.png) no-repeat top left / contain;
  }
  .p-content05-card.--02::after {
    position: absolute;
    content: "";
    display: block;
    top: 10%;
    right: -10%;
    width: 14vw;
    height: 100%;
    max-height: 396px;
    background: url(../media/images/halloween_lp/content05-item02_deco02.png) no-repeat top right / contain;
  }
  .p-content05-card.--03::before {
    position: absolute;
    content: "";
    display: block;
    top: -20%;
    left: -12%;
    width: 20vw;
    height: 100%;
    max-height: 449px;
    background: url(../media/images/halloween_lp/content05-item03_deco01.png) no-repeat top left / contain;
  }
  .p-content05-card.--03::after {
    position: absolute;
    content: "";
    display: block;
    top: -2%;
    right: -15%;
    width: 24vw;
    height: 100%;
    max-height: 342px;
    background: url(../media/images/halloween_lp/content05-item03_deco02.png) no-repeat top right / contain;
  }
  .p-content05-card.--04::before {
    position: absolute;
    content: "";
    display: block;
    top: 22%;
    left: -10%;
    width: 16vw;
    height: 100%;
    max-height: 330px;
    background: url(../media/images/halloween_lp/content05-item04_deco01.png) no-repeat top left / contain;
  }
  .p-content05-card.--04::after {
    position: absolute;
    content: "";
    display: block;
    top: -2%;
    right: -13%;
    width: 20vw;
    height: 100%;
    max-height: 428px;
    background: url(../media/images/halloween_lp/content05-item04_deco02.png) no-repeat top right / contain;
  }
  .p-content05-card.--05::before {
    position: absolute;
    content: "";
    display: block;
    top: -2%;
    left: -14%;
    width: 14vw;
    height: 100%;
    max-height: 354px;
    background: url(../media/images/halloween_lp/content05-item05_deco01.png) no-repeat top left / contain;
  }
  .p-content05-card.--05::after {
    position: absolute;
    content: "";
    display: block;
    top: -2%;
    right: -15%;
    width: 18vw;
    height: 90%;
    max-height: 358px;
    background: url(../media/images/halloween_lp/content05-item05_deco02.png) no-repeat top right / contain;
  }
}
@media only screen and (max-width: 640px) {
  .p-content05-card.--02::before {
    top: 20%;
    left: -12%;
    width: 20vw;
    height: 100%;
    max-height: 269px;
  }
  .p-content05-card.--02::after {
    top: 6%;
    right: -10%;
    width: 14vw;
    height: 100%;
    max-height: 396px;
  }
  .p-content05-card.--03::before {
    top: -10%;
    left: -12%;
    width: 10vw;
  }
  .p-content05-card.--04::before {
    top: 14%;
    width: 14vw;
    height: 100%;
  }
  .p-content05-card.--04::after {
    top: -2%;
    right: -13%;
    width: 20vw;
    height: 100%;
    max-height: 428px;
  }
  .p-content05-card.--05::before {
    position: absolute;
    content: "";
    display: block;
    top: -2%;
    left: -14%;
    width: 12vw;
    height: 100%;
    max-height: 354px;
    background: url(../media/images/halloween_lp/content05-item05_deco01.png) no-repeat top left / contain;
  }
  .p-content05-card.--05::after {
    position: absolute;
    content: "";
    display: block;
    top: -2%;
    right: -12%;
    width: 12vw;
    height: 90%;
    max-height: 358px;
    background: url(../media/images/halloween_lp/content05-item05_deco02.png) no-repeat top right / contain;
  }
}
.p-content05-card img {
  display: block;
  margin-inline: auto;
}
@media only screen and (max-width: 750px) {
  .p-content05-card img {
    width: 90%;
  }
}
.p-content05-card figcaption {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.p-content05-card p, .p-content05-card span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  display: block;
}
.p-content05-table {
  margin-top: 40px;
  max-width: 672px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .p-content05-table {
    margin-top: 120px;
    max-width: 54vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content05-table {
    max-width: 100vw;
  }
}
.p-content05-table .c-table-row {
  background: #C35500;
}
.p-content05-table .c-table-title {
  min-width: 300px;
  padding-inline: 34px;
}
@media only screen and (max-width: 750px) {
  .p-content05-table .c-table-title {
    min-width: 160px;
    padding-inline: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content05-table .c-table-title {
    min-width: 130px;
  }
}
.p-content05-table .c-table-detail {
  padding: 24px 34px;
}
@media only screen and (max-width: 750px) {
  .p-content05-table .c-table-detail {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content05-table .c-table-detail {
    padding: 8px 12px;
  }
}
.p-content05-table::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 134px;
  left: -200px;
  width: 217px;
  height: 532px;
  background: url(../media/images/halloween_lp/content05-deco01.png) no-repeat bottom left / contain;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .p-content05-table::before {
    position: absolute;
    content: "";
    display: block;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 140vw;
    height: 100%;
    max-height: 130px;
    background: url(../media/images/halloween_lp/content05_table_deco01.png) no-repeat top center / contain;
    z-index: -1;
  }
}
@media only screen and (max-width: 640px) {
  .p-content05-table::before {
    top: -18%;
    width: 160%;
    height: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .p-content05-table::before {
    top: -44%;
    width: 100%;
  }
}
.p-content05-table::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 93px;
  right: -229px;
  width: 181px;
  height: 622px;
  background: url(../media/images/halloween_lp/content05-deco02.png) no-repeat bottom right / contain;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .p-content05-table::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 140vw;
    height: 100%;
    max-height: 130px;
    background: url(../media/images/halloween_lp/content05_table_deco02.png) no-repeat bottom center / contain;
    z-index: -1;
  }
}
@media only screen and (max-width: 640px) {
  .p-content05-table::after {
    width: 160%;
    height: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .p-content05-table::after {
    bottom: -40%;
    width: 100%;
  }
}
.p-content06 {
  background: #029FF0;
  padding: 100px 0 272px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content06 {
    padding: 80px 0 200px;
  }
}
@media only screen and (max-width: 640px) {
  .p-content06 {
    padding: 80px 0 260px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content06 {
    padding: 60px 0 200px;
  }
}
.p-content06::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 202px;
  background: url(../media/images/halloween_lp/content06-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content06::after {
    bottom: -1px;
    height: 115px;
    background: url(../media/images/halloween_lp/content06-bottom_sp.png) no-repeat bottom / contain;
  }
}
@media only screen and (max-width: 750px) {
  .p-content06-title {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content06-title {
    max-width: 100vw;
  }
}
@media only screen and (max-width: 750px) {
  .p-content06-img {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content06-img {
    max-width: 100vw;
  }
}
.p-content06-text {
  margin-top: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .p-content06-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content06-text {
    margin-top: 24px;
  }
}
.p-content06-table {
  margin-top: 40px;
  max-width: 672px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .p-content06-table {
    margin-top: 32px;
    max-width: 54vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-content06-table {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content06-table .c-table-row {
  background: #4A5CFF;
}
.p-content06-table .c-table-title {
  min-width: 300px;
  padding-inline: 34px;
}
@media only screen and (max-width: 750px) {
  .p-content06-table .c-table-title {
    min-width: 190px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .p-content06-table .c-table-title {
    min-width: 180px;
    padding-inline: 12px;
  }
}
.p-content06-table .c-table-detail {
  padding: 24px 34px;
}
@media only screen and (max-width: 750px) {
  .p-content06-table .c-table-detail {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .p-content06-table .c-table-detail {
    padding: 8px 12px;
  }
}
.p-content06-table::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 44px;
  left: -200px;
  width: 217px;
  height: 532px;
  background: url(../media/images/halloween_lp/content06-deco01.png) no-repeat bottom left / contain;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .p-content06-table::before {
    left: -36%;
    bottom: -5%;
    width: 30%;
    height: 100%;
    background: url(../media/images/halloween_lp/content06-deco01_sp.png) no-repeat bottom left / contain;
    z-index: -1;
  }
}
@media only screen and (max-width: 640px) {
  .p-content06-table::before {
    bottom: -60%;
    left: 0;
    width: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .p-content06-table::before {
    width: 18%;
  }
}
@media only screen and (max-width: 400px) {
  .p-content06-table::before {
    bottom: -50%;
  }
}
.p-content06-table::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -70px;
  right: -274px;
  width: 629px;
  height: 410px;
  background: url(../media/images/halloween_lp/content06-deco02.png) no-repeat bottom right / contain;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .p-content06-table::after {
    right: -36%;
    bottom: -5%;
    width: 30%;
    height: 100%;
    background: url(../media/images/halloween_lp/content06-deco02_sp.png) no-repeat bottom right / contain;
    z-index: -1;
  }
}
@media only screen and (max-width: 640px) {
  .p-content06-table::after {
    bottom: -60%;
    right: 0;
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .p-content06-table::after {
    width: 25%;
  }
}
@media only screen and (max-width: 400px) {
  .p-content06-table::after {
    bottom: -50%;
  }
}
.p-content07 {
  background: #CC00BE;
  padding: 125px 0 210px;
}
@media only screen and (max-width: 750px) {
  .p-content07 {
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content07 {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 750px) {
  .p-content07-title {
    max-width: 60vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content07-title {
    max-width: 100vw;
  }
}
.p-content07-text {
  margin-top: 36px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (max-width: 750px) {
  .p-content07-text {
    margin-top: 32px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content07-text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.p-content07-img {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .p-content07-img {
    max-width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content07-img {
    max-width: 100vw;
  }
}
.p-content08 {
  background: #F53985;
  padding: 210px 0 174px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content08 {
    padding: 140px 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content08 {
    padding: 60px 0;
  }
}
.p-content08::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 212px;
  background: url(../media/images/halloween_lp/content08-top.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content08::before {
    height: 123px;
    background: url(../media/images/halloween_lp/content08-top_sp.png) no-repeat top / contain;
  }
}
.p-content08-title {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .p-content08-title {
    max-width: 60vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content08-title {
    max-width: 100vw;
  }
}
.p-content08-table {
  margin-top: 78px;
  max-width: 1080px;
}
@media only screen and (max-width: 750px) {
  .p-content08-table {
    margin-top: 48px;
    max-width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content08-table {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content08-table .c-table-title {
  min-width: 250px;
  padding-inline: 34px;
  font-weight: 800;
  font-size: 42px;
}
@media only screen and (max-width: 750px) {
  .p-content08-table .c-table-title {
    min-width: 160px;
    padding-inline: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content08-table .c-table-title {
    min-width: 120px;
    padding-inline: 12px;
    font-size: 20px;
  }
}
.p-content08-table .c-table-detail {
  padding: 24px 34px;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .p-content08-table .c-table-detail {
    padding: 16px 20px 16px 24px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content08-table .c-table-detail {
    padding: 8px 12px 8px 16px;
    font-size: 20px;
  }
}
.p-content08-table .c-table-detail .text-small {
  font-weight: 700;
  font-size: 36px;
}
@media only screen and (max-width: 750px) {
  .p-content08-table .c-table-detail .text-small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content08-table .c-table-detail .text-small {
    font-size: 16px;
  }
}
.p-content09 {
  background: #FCC713;
  padding: 210px 0 174px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content09 {
    padding: 160px 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09 {
    padding: 100px 0 60px;
  }
}
.p-content09::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 268px;
  background: url(../media/images/halloween_lp/content09-top.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content09::before {
    height: 137px;
    background: url(../media/images/halloween_lp/content09-top_sp.png) no-repeat top / contain;
  }
}
.p-content09-img {
  margin-top: -100px;
}
@media only screen and (max-width: 750px) {
  .p-content09-img {
    margin-top: -40px;
    max-width: 60vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-img {
    margin-top: -60px;
    max-width: 54vw;
  }
}
.p-content09-title {
  margin-top: 33px;
}
@media only screen and (max-width: 750px) {
  .p-content09-title {
    margin-top: 24px;
    max-width: 86vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-title {
    margin-top: 12px;
    max-width: 100vw;
  }
}
.p-content09-text {
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #696BFF;
}
@media only screen and (max-width: 750px) {
  .p-content09-text {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-text {
    margin-top: 24px;
  }
}
.p-content09-table {
  margin-top: 40px;
  max-width: 916px;
  background: #696BFF;
}
@media only screen and (max-width: 750px) {
  .p-content09-table {
    margin-top: 32px;
    max-width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-table {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content09-table .c-table-title {
  min-width: 294px;
  padding-inline: 20px;
  font-weight: 800;
  font-size: 32px;
}
@media only screen and (max-width: 750px) {
  .p-content09-table .c-table-title {
    min-width: 200px;
    text-align: center;
    padding-inline: 4px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-table .c-table-title {
    min-width: 140px;
    font-size: 16px;
  }
}
.p-content09-table .c-table-detail {
  padding: 24px 34px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .p-content09-table .c-table-detail {
    padding: 16px;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-table .c-table-detail {
    padding: 12px;
    font-size: 16px;
  }
}
.p-content09-table .c-table-detail.text-small {
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .p-content09-table .c-table-detail.text-small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-table .c-table-detail.text-small {
    font-size: 16px;
  }
}
.p-content09-table .c-table-list {
  padding: 20px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4px;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
@media only screen and (max-width: 750px) {
  .p-content09-table .c-table-list {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content09-table .c-table-list {
    padding: 8px 12px;
  }
}
.p-content09-table .c-table-list__item {
  font-size: 25px;
  font-weight: 800;
}
@media only screen and (max-width: 750px) {
  .p-content09-table .c-table-list__item {
    font-size: 16px;
  }
}
.p-content10 {
  background: #029FF0;
  padding: 130px 0 147px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content10 {
    padding: 160px 0 60px;
  }
}
.p-content10::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../media/images/halloween_lp/content10-top.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content10::before {
    top: -2px;
    height: 75px;
    background: url(../media/images/halloween_lp/content10-top_sp.png) no-repeat top / contain;
  }
}
.p-content10::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 147px;
  background: url(../media/images/halloween_lp/content10-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content10::after {
    height: 87px;
    background: url(../media/images/halloween_lp/content10-bottom_sp.png) no-repeat bottom / contain;
  }
}
.p-content10-title {
  margin-top: -20px;
}
@media only screen and (max-width: 750px) {
  .p-content10-title {
    position: relative;
  }
  .p-content10-title::before {
    position: absolute;
    content: "";
    display: block;
    top: -160%;
    left: 0;
    width: 100%;
    height: 108px;
    background: url(../media/images/halloween_lp/content10-title_sp_doco.png) no-repeat top / contain;
  }
}
.p-content10-title img {
  margin-left: 4%;
}
@media only screen and (max-width: 1023px) {
  .p-content10-title img {
    margin-left: 0;
  }
}
.p-content10-img {
  position: relative;
}
.p-content10-img.--first {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .p-content10-img.--first {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content10-img.--first {
    margin-top: 24px;
  }
}
.p-content10-img.--second {
  margin-top: 8px;
}
.p-content10-img__annotation {
  position: absolute;
  bottom: 5%;
  right: 10%;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .p-content10-img__annotation {
    font-size: 16px;
    right: 5%;
  }
}
@media only screen and (max-width: 750px) {
  .p-content10-img__annotation {
    font-size: 14px;
  }
}
.p-content10-text {
  margin-top: 35px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .p-content10-text {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content10-text {
    margin-top: 24px;
  }
}
.p-content11 {
  background: #CC00BE;
  padding: 160px 0 280px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content11 {
    padding: 80px 0 140px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content11 {
    padding: 80px 0 120px;
  }
}
.p-content11::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../media/images/halloween_lp/content11-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content11::after {
    height: 70px;
    background: url(../media/images/halloween_lp/content11-bottom_sp.png) no-repeat bottom / contain;
  }
}
.p-content11-title {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content11-title {
    max-width: 76vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content11-title {
    max-width: 100vw;
  }
}
.p-content11-title::before {
  position: absolute;
  content: "";
  display: block;
  top: -150px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../media/images/halloween_lp/content11-deco01.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content11-title::before {
    top: -120%;
  }
}
@media only screen and (max-width: 480px) {
  .p-content11-title::before {
    top: -130%;
  }
}
.p-content11-img {
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content11-img {
    margin-top: 32px;
    max-width: 70vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content11-img {
    margin-top: 24px;
  }
}
.p-content11-img::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 135px;
  height: 1115px;
  background: url(../media/images/halloween_lp/content11-deco02.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content11-img::before {
    top: -2%;
    width: 20%;
    height: 106%;
    left: -20%;
  }
}
.p-content11-img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 126px;
  height: 1119px;
  background: url(../media/images/halloween_lp/content11-deco03.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content11-img::after {
    top: -2%;
    width: 20%;
    height: 106%;
    right: -20%;
  }
}
.p-content11-img img {
  position: relative;
  z-index: 1;
}
.p-content11-text {
  margin-top: 55px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content11-text {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content11-text {
    margin-top: 24px;
  }
}
.p-content11-text::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1096px;
  width: 100%;
  height: 165px;
  background: url(../media/images/halloween_lp/content11-deco04.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content11-text::after {
    max-width: 100vw;
    height: 120%;
    bottom: -80px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content11-text::after {
    bottom: -60px;
  }
}
.p-content12 {
  background: #F53985;
  padding: 180px 0 75px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content12 {
    padding: 160px 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content12 {
    padding: 140px 0 40px;
  }
}
.p-content12-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .p-content12-title {
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content12-title {
    gap: 12px;
  }
}
.p-content12-title::before {
  position: absolute;
  content: "";
  display: block;
  top: 10%;
  left: 0;
  max-width: 30vw;
  width: 100%;
  height: 143px;
  background: url(../media/images/halloween_lp/content12-deco01.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content12-title::before {
    left: 6%;
    top: 0;
  }
}
.p-content12-title::after {
  position: absolute;
  content: "";
  display: block;
  top: -36%;
  right: -2%;
  max-width: 30vw;
  width: 100%;
  height: 520px;
  background: url(../media/images/halloween_lp/content12-deco02.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content12-title::after {
    top: -80%;
    right: 5%;
  }
}
@media only screen and (max-width: 750px) {
  .p-content12-title img {
    width: 12vw;
  }
}
.p-content12-title__text {
  text-align: center;
  font-size: 47px;
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .p-content12-title__text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content12-title__text {
    font-size: 24px;
  }
}
.p-content12-text {
  margin-top: 94px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content12-text {
    margin-top: 48px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content12-text {
    margin-top: 24px;
    font-size: 20px;
  }
}
.p-content12-text + .p-content12-text {
  margin-top: 1em;
}
.p-content13 {
  background: #FCC713;
  padding: 240px 0 240px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content13 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-content13 {
    padding: 80px 0;
  }
}
.p-content13::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../media/images/halloween_lp/content13-top.png) no-repeat top / contain;
}
@media only screen and (max-width: 750px) {
  .p-content13::before {
    height: 70px;
    background: url(../media/images/halloween_lp/content13-top_sp.png) no-repeat top / contain;
  }
}
.p-content13::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../media/images/halloween_lp/content13-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content13::after {
    height: 72px;
    background: url(../media/images/halloween_lp/content13-bottom_sp.png) no-repeat bottom / contain;
  }
}
@media only screen and (max-width: 750px) {
  .p-content13-title {
    max-width: 70vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content13-title {
    max-width: 100vw;
  }
}
.p-content13-img {
  margin-top: 55px;
}
@media only screen and (max-width: 750px) {
  .p-content13-img {
    margin-top: 32px;
    max-width: 70vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content13-img {
    margin-top: 24px;
    max-width: 100vw;
  }
}
.p-content13-text {
  margin-top: 66px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
@media only screen and (max-width: 750px) {
  .p-content13-text {
    margin-top: 32px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content13-text {
    margin-top: 24px;
    font-size: 20px;
  }
}
.p-content14 {
  background: #029FF0;
  padding: 80px 0 240px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content14 {
    padding: 60px 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14 {
    padding: 60px 0 80px;
  }
}
.p-content14::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background: url(../media/images/halloween_lp/content14-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content14::after {
    height: 84px;
    background: url(../media/images/halloween_lp/content14-bottom_sp.png) no-repeat bottom / contain;
  }
}
@media only screen and (max-width: 750px) {
  .p-content14-title {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-title {
    max-width: 60vw;
  }
}
.p-content14-text {
  margin-top: 32px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
@media only screen and (max-width: 750px) {
  .p-content14-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-text {
    font-size: 20px;
    margin-top: 24px;
  }
}
.p-content14-text.--midium {
  margin-top: 55px;
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .p-content14-text.--midium {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-text.--midium {
    margin-top: 24px;
  }
}
.p-content14-text.--small {
  margin-top: 40px;
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .p-content14-text.--small {
    margin-top: 32px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-text.--small {
    margin-top: 24px;
  }
}
.p-content14-img {
  margin-top: 24px;
}
@media only screen and (max-width: 750px) {
  .p-content14-img {
    max-width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-img {
    max-width: 100vw;
  }
}
.p-content14-table {
  margin-top: 32px;
  max-width: 774px;
  background: #FF5F2D;
}
@media only screen and (max-width: 750px) {
  .p-content14-table {
    max-width: 70vw;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-table {
    max-width: 100vw;
  }
}
.p-content14-table .c-table-title {
  min-width: 240px;
  padding-inline: 20px;
  font-weight: 800;
  font-size: 36px;
}
@media only screen and (max-width: 750px) {
  .p-content14-table .c-table-title {
    min-width: 200px;
    padding-inline: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-table .c-table-title {
    padding-inline: 12px;
    font-size: 18px;
  }
}
.p-content14-table .c-table-title.text-small {
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .p-content14-table .c-table-title.text-small {
    font-size: 16px;
  }
}
.p-content14-table .c-table-detail {
  padding: 24px 28px;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-content14-table .c-table-detail {
    padding: 16px 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-table .c-table-detail {
    padding: 8px;
    font-size: 18px;
  }
}
.p-content14-table .c-table-detail.text-small {
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .p-content14-table .c-table-detail.text-small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-table .c-table-detail.text-small {
    font-size: 16px;
  }
}
.p-content14-table .c-table-date {
  font-weight: 800;
  font-size: 36px;
  padding: 24px 35px;
}
@media only screen and (max-width: 750px) {
  .p-content14-table .c-table-date {
    padding: 16px 20px;
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .p-content14-table .c-table-date {
    padding: 8px;
    font-size: 18px;
  }
}
.p-content15 {
  background: #CC00BE;
  padding: 240px 0 240px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .p-content15 {
    padding: 120px 0 160px;
  }
}
.p-content15::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../media/images/halloween_lp/content15-bottom.png) no-repeat bottom / contain;
}
@media only screen and (max-width: 750px) {
  .p-content15::after {
    height: 72px;
    background: url(../media/images/halloween_lp/content15-bottom_sp.png) no-repeat bottom / contain;
  }
}
.p-content15-title {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
@media only screen and (max-width: 750px) {
  .p-content15-title {
    font-size: 24px;
  }
}
.p-content16 {
  background: #000000;
  padding: 48px;
}
/*# sourceMappingURL=./halloween_lp.css.map */