body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 0;
  overflow-x: hidden;
  cursor: default;
}

html {
  min-width: 320px;
  overflow-x: hidden;
}

#halloween2026 {
  background: linear-gradient(180deg, #2f1a47 0%, #4a2960 40%, #8a4a3f 45%, #c9691f 75%, #c9691f 100%);
  color: #fff;
}

#halloween2026 .sec-ttl {
  text-align: center;
  margin-bottom: 30px;
}

#halloween2026 .sec-ttl img {
  display: inline-block;
  height: auto;
  max-width: 90%;
}

#halloween2026 main .kv__img img {
  display: block;
  width: 96%;
  height: auto;
  margin: 0 auto;
}

#halloween2026 main .intro {
  position: relative;
  width: 100%;
  text-align: center;
}

#halloween2026 main .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
}

#halloween2026 main .intro__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 20px 50px;
}

#halloween2026 main .intro__leadwrap {
  position: relative;
}

#halloween2026 main .intro__lead {
  font-size: 15px;
  line-height: 2;
}

#halloween2026 main .intro__deco {
  position: absolute;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

#halloween2026 main .intro__deco.-ghost {
  top: -200px;
  -webkit-animation: intro-float 3.4s ease-in-out infinite;
  animation: intro-float 3.4s ease-in-out infinite;
}

#halloween2026 main .intro__deco.-ghost-left {
  left: -70px;
}

#halloween2026 main .intro__deco.-ghost-right {
  right: -70px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#halloween2026 main .intro__deco.-cat {
  top: auto;
  bottom: 0;
}

#halloween2026 main .intro__deco.-cat-left {
  left: -70px;
}

#halloween2026 main .intro__deco.-cat-right {
  right: -30px;
}

#halloween2026 main .intro__nav {
  background: #9d1f7a;
  margin: 8px;
  margin-top: 30px;
}

#halloween2026 main .intro__nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4px;
}

#halloween2026 main .intro__nav li {
  flex: 1 1 0;
  max-width: 230px;
}

#halloween2026 main .intro__nav-link {
  position: relative;
  display: block;
  line-height: 0;
  padding: 8px;
  box-sizing: border-box;
}

#halloween2026 main .intro__nav-link img {
  display: block;
  width: 100%;
  height: auto;
}

#halloween2026 main .intro__nav-link .is-over {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  opacity: 0;
  transition: opacity 0.2s ease;
}

@-webkit-keyframes intro-float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-3deg);
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    -webkit-transform: translateY(-14px) rotate(3deg);
    transform: translateY(-14px) rotate(3deg);
  }
}

@keyframes intro-float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-3deg);
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    -webkit-transform: translateY(-14px) rotate(3deg);
    transform: translateY(-14px) rotate(3deg);
  }
}

#halloween2026 main .renewal {
  position: relative;
  background: url(../images/main/renew_bg_pc.png) center 100%/cover no-repeat;
  padding: 15px;
  border-radius: 30px;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  color: #2b2b2b;
}

#halloween2026 main .renewal__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 10%;
  padding: 0 0 40px 0;
}

#halloween2026 main .renewal__txt {
  text-align: center;
}

#halloween2026 main .renewal__ttl {
  margin-bottom: 16px;
}

#halloween2026 main .renewal__ttl img {
  display: block;
  width: 100%;
  max-width: 503px;
  height: auto;
}

#halloween2026 main .renewal__lead {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
}

#halloween2026 main .renewal__illust img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#halloween2026 main .renewal__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 96%;
  max-width: 1075px;
  margin: 0 auto;
}

#halloween2026 main .renewal__photos img {
  display: block;
  width: 100%;
  height: auto;
}

#halloween2026 main .renewal__sparkle {
  position: absolute;
  top: 10%;
  width: 90px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

#halloween2026 main .renewal__sparkle.-left {
  left: -40px;
}

#halloween2026 main .renewal__sparkle.-right {
  right: -40px;
}

#halloween2026 main .renewal__deco {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: -130px;
  -webkit-transform: translate(-90px, -140px);
  transform: translate(-90px, -140px);
  pointer-events: none;
}

#halloween2026 main .renewal__deco li img {
  display: block;
  width: 100%;
  height: auto;
}

#halloween2026 main .renewal__deco .-cats {
  width: 100px;
}

#halloween2026 main .renewal__deco .-mix {
  width: 200px;
}

#halloween2026 main .renewal__deco .-family {
  width: 100px;
}

#halloween2026 main .menu {
  width: 100%;
}

#halloween2026 main .menu__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

#halloween2026 main .menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}

#halloween2026 main .menu-item {
  display: flex;
  align-items: center;
  gap: 0;
  text-align: left;
}

#halloween2026 main .menu-item__ph {
  position: relative;
  flex: 0 0 auto;
}

#halloween2026 main .menu-item__ph picture:not(.pc) img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#halloween2026 main .menu-item__bubble {
  position: absolute;
  top: -120px;
  left: -30px;
  height: auto;
}

#halloween2026 main .menu-item__txt {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 20px 40px;
}

#halloween2026 main .menu-item__txt {
  color: #fff;
}

#halloween2026 main .menu-item__txt h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffb54f;
  margin-bottom: 8px;
  text-align: center;
}

#halloween2026 main .menu-item__txt h3 .sub {
  font-size: 13px;
}

#halloween2026 main .menu-item__txt .price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

#halloween2026 main .menu-item__txt .price .unit {
  font-size: 12px;
  font-weight: 400;
  vertical-align: bottom;
}

#halloween2026 main .menu-item__txt .price-single {
  font-size: 12px;
  font-weight: 400;
  margin-top: -6px;
  margin-bottom: 10px;
  text-align: center;
}

#halloween2026 main .menu-item__txt .price-single .unit {
  font-size: 10px;
  vertical-align: bottom;
}

#halloween2026 main .menu-item__txt .desc {
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

#halloween2026 main .menu-item__point {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 20px;
  height: auto;
}

#halloween2026 main .menu-item--01 {
  grid-column: 1/-1;
  margin-left: 20px;
  margin-right: 20px;
}

#halloween2026 main .menu-item--01 .menu-item__txt {
  flex: 0 0 464px;
}

#halloween2026 main .menu-item--02,
#halloween2026 main .menu-item--03 {
  margin-top: -20px;
}

#halloween2026 main .menu-item--02 .menu-item__ph,
#halloween2026 main .menu-item--03 .menu-item__ph {
  align-self: flex-end;
  position: relative;
  z-index: 2;
}

#halloween2026 main .menu-item--02 .menu-item__txt,
#halloween2026 main .menu-item--03 .menu-item__txt {
  flex: 0 0 250px;
  align-self: flex-end;
  margin-left: -20px;
  margin-bottom: 10%;
  z-index: 1;
}

#halloween2026 main .menu-item--02 {
  margin-left: 20px;
  margin-right: 20px;
}

#halloween2026 main .menu-item--02 .menu-item__bubble {
  top: -30%;
  right: -60%;
  left: auto;
  bottom: auto;
}

#halloween2026 main .menu-item--03 .menu-item__bubble {
  top: 1%;
  right: -60%;
  left: auto;
  bottom: auto;
}

#halloween2026 main .menu-item--04,
#halloween2026 main .menu-item--05 {
  grid-column: 1/-1;
  gap: 0;
}

#halloween2026 main .menu-item--04 .menu-item__ph,
#halloween2026 main .menu-item--05 .menu-item__ph {
  flex: 1 1 45%;
  max-width: 420px;
}

#halloween2026 main .menu-item--04 .menu-item__txt,
#halloween2026 main .menu-item--05 .menu-item__txt {
  flex: 0 0 550px;
}

#halloween2026 main .menu-item--04 .menu-item__bubble {
  top: -15%;
  right: -50%;
  left: auto;
  bottom: auto;
}

#halloween2026 main .menu-item--05 {
  flex-direction: row-reverse;
}

#halloween2026 main .menu-item--05 .menu-item__bubble {
  top: -25%;
  left: 60%;
  right: auto;
}

#halloween2026 main .menu-item--08 {
  grid-column: 1/-1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}

#halloween2026 main .menu-item--08 .menu-item__txt {
  flex: 0 0 280px;
}

#halloween2026 main .menu-item--08 .menu-item__bubble {
  top: -30%;
  right: -30%;
  left: auto;
  bottom: auto;
}

#halloween2026 main .menu-btn {
  text-align: center;
  margin-top: 50px;
}

#halloween2026 main .experience {
  width: 100%;
}

#halloween2026 main .experience__inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

#halloween2026 main .experience-main {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

#halloween2026 main .experience-main__ph img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#halloween2026 main .experience-main__txt {
  position: relative;
  flex: 0 0 450px;
}

#halloween2026 main .experience-main__accent {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: auto;
  pointer-events: none;
}

#halloween2026 main .experience-main h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#halloween2026 main .experience-main .price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#halloween2026 main .experience-main .desc {
  font-size: 13px;
  line-height: 1.8;
}

#halloween2026 main .experience-main__btn {
  margin-top: 20px;
}

#halloween2026 main .experience-main__btn-deco {
  display: none;
}

#halloween2026 main .experience-main .box_btn {
  position: relative;
  z-index: 1;
}

#halloween2026 main .experience-shop {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin: 50px auto 0;
  background: #522d6e;
  border-radius: 0;
  padding: 24px;
}

#halloween2026 main .experience-shop__ph img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#halloween2026 main .experience-shop .en {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #c98fe0;
  margin-bottom: 4px;
}

#halloween2026 main .experience-shop h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

#halloween2026 main .experience-shop .desc {
  font-size: 13px;
  line-height: 1.8;
}

#halloween2026 main .experience-shop__btn {
  margin-top: 14px;
}

#halloween2026 main .experience-shop__btn .box_btn {
  background-color: #fff;
  color: var(--color) !important;
}

#halloween2026 main .experience-shop__btn .box_btn .btn-arrow,
#halloween2026 main .experience-shop__btn .box_btn .arrow-s {
  fill: var(--color);
}

#halloween2026 main .experience-shop__btn .box_btn:hover {
  background-color: var(--color);
  border-color: #fff;
  color: #fff !important;
}

#halloween2026 main .experience-shop__btn .box_btn:hover .btn-arrow,
#halloween2026 main .experience-shop__btn .box_btn:hover .arrow-s {
  fill: #fff;
}

#halloween2026 main .event {
  padding: 40px 20px 60px;
}

#halloween2026 main .event-carriage {
  max-width: 900px;
  margin: 0 auto 30px;
}

#halloween2026 main .event-carriage img {
  display: block;
  width: 100%;
  height: auto;
}

#halloween2026 main .oni {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 40px 20px;
  background: url(../images/main/even_bg.png) no-repeat center/contain;
  text-align: center;
}

#halloween2026 main .oni__ttl {
  padding-top: 40px;
  margin-bottom: 10px;
  font-size: 2em;
}

#halloween2026 main .oni__ttl img {
  display: inline-block;
  width: auto;
  height: auto;
}

#halloween2026 main .oni__lead {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 24px;
}

#halloween2026 main .oni__movie {
  position: relative;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
  margin: 20px auto 0;
  background: rgba(0, 0, 0, 0.3);
}

#halloween2026 main .oni__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#halloween2026 main .oni__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  text-align: left;
}

#halloween2026 main .oni__detail p {
  padding: 0 60px;
  font-size: 14px;
  line-height: 1.9;
}

#halloween2026 main .oni__btn {
  flex: 0 0 auto;
  padding: 40px;
}

#halloween2026 main .event-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

#halloween2026 main .event-grid li.event-card:nth-child(-n+2) {
  grid-column: span 3;
}

#halloween2026 main .event-grid li.event-card:nth-child(n+3) {
  grid-column: span 2;
}

#halloween2026 main .event-grid__deco {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

#halloween2026 main .event-grid__deco img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

#halloween2026 main .event-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 30px 30px 20px;
  text-align: center;
}

#halloween2026 main .event-card__ph {
  aspect-ratio: 1188/500;
  margin-bottom: 14px;
  border-radius: 0;
  overflow: hidden;
}

#halloween2026 main .event-card__ph img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#halloween2026 main .event-card__ph.is-noimage {
  background: rgba(255, 255, 255, 0.08);
}

#halloween2026 main .event-card h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff4c2;
  text-shadow: 0 0 12px rgba(255, 181, 79, 0.6);
  padding: 0 16px;
  margin-bottom: 8px;
}

#halloween2026 main .event-card__date {
  font-size: 14px;
  font-weight: 700;
  color: #ffd88a;
  line-height: 1.7;
  padding: 8px 16px;
  margin-bottom: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  text-align: center;
}

#halloween2026 main .event-card .desc {
  font-size: 12px;
  line-height: 1.7;
  padding: 0 16px;
  margin-bottom: 16px;
  text-align: left;
}

#halloween2026 main .event .box_btn.-pumpkin {
  background-color: #fff;
  color: var(--color) !important;
}

#halloween2026 main .event .box_btn.-pumpkin .btn-arrow,
#halloween2026 main .event .box_btn.-pumpkin .arrow-s {
  fill: var(--color);
}

#halloween2026 .box_btn.-pumpkin {
  --color: #ed8015;
  color: #000 !important;
}

#halloween2026 .box_btn.-pumpkin .btn-arrow,
#halloween2026 .box_btn.-pumpkin .arrow-s {
  fill: #000;
}

#halloween2026 .box_btn.-pumpkin:hover .btn-arrow,
#halloween2026 .box_btn.-pumpkin:hover .arrow-s {
  fill: var(--color);
}

#halloween2026 .box_btn.-violet {
  --color: #522d6e;
}

#halloween2026 .box_btn.-purple {
  --color: #a67ce5;
  color: #000 !important;
}

#halloween2026 .box_btn.-purple .btn-arrow,
#halloween2026 .box_btn.-purple .arrow-s {
  fill: #000;
}

#halloween2026 .box_btn.-purple:hover .btn-arrow,
#halloween2026 .box_btn.-purple:hover .arrow-s {
  fill: var(--color);
}

#halloween2026 .box_btn.-skyblue {
  --color: #00a3d8;
}

#halloween2026 .l-header.-lp {
  justify-content: center;
}

#halloween2026 .l-footer {
  margin-top: 0;
}

#halloween2026 #index-about {
  color: var(--color-base, #223344);
}

@media only screen and (min-width: 744px) {
  #halloween2026 main .renewal__ttl {
    margin-top: -80px;
  }

  #halloween2026 main .menu-item__txt {
    padding: 40px 30px 50px;
  }

  #halloween2026 main .menu-item--04,
  #halloween2026 main .menu-item--05 {
    margin-top: 20px;
  }

  #halloween2026 main .menu-item--04 {
    padding-left: 20px;
  }

  #halloween2026 main .menu-item--05 {
    padding-right: 20px;
    padding-bottom: 50px;
  }

  #halloween2026 main .menu-item--06 {
    margin-top: 20px;
  }

  #halloween2026 main .menu-item--06 .menu-item__ph {
    max-width: 250px;
  }

  #halloween2026 main .menu-item--07 {
    margin-top: 20px;
  }

  #halloween2026 main .menu-item--07 .menu-item__ph {
    max-width: 260px;
  }

  #halloween2026 main .menu-item--08 {
    margin-top: 70px;
  }

  #halloween2026 main .event-card .box_btn {
    margin-top: auto;
  }

  #halloween2026 .l-header.-lp .gnav__wrapper {
    display: none;
  }
}

@media only screen and (max-width: 743px) {
  #halloween2026 main .kv__img img {
    width: 100%;
    margin: 0;
  }

  #halloween2026 main .intro__lead {
    font-size: clamp(11px, 2.75vw, 22px);
    line-height: 1.9;
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  #halloween2026 main .intro__deco.-ghost {
    top: -80px;
    width: 110px;
  }

  #halloween2026 main .intro__deco.-ghost-left {
    left: -30px;
  }

  #halloween2026 main .intro__deco.-ghost-right {
    right: -30px;
  }

  #halloween2026 main .intro__deco.-cat-left {
    left: -30px;
    width: 21.7333333333vw;
  }

  #halloween2026 main .intro__deco.-cat-right {
    right: -30px;
    width: 16vw;
  }

  #halloween2026 main .intro__nav {
    margin-left: 5px;
    margin-right: 5px;
  }

  #halloween2026 main .intro__nav ul {
    gap: 3px;
  }

  #halloween2026 main .intro__nav-link {
    padding: 2px;
  }

  #halloween2026 main .intro__nav-link .is-over {
    display: none;
  }

  #halloween2026 main .renewal {
    width: 100%;
    background: url(../images/main/sp_renew_bg.png) center top/100% 100% no-repeat;
    padding: 6% 6.5%;
    display: flex;
    flex-direction: column;
  }

  #halloween2026 main .renewal__inner {
    display: contents;
  }

  #halloween2026 main .renewal__txt {
    display: contents;
  }

  #halloween2026 main .renewal__ttl {
    order: 2;
    margin-top: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  #halloween2026 main .renewal__lead {
    order: 3;
    font-size: clamp(12px, 3vw, 22px);
  }

  #halloween2026 main .renewal__btn {
    order: 4;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  #halloween2026 main .renewal__illust {
    display: none;
  }

  #halloween2026 main .renewal__photos {
    grid-template-columns: 1fr;
    order: 5;
    width: 85%;
    margin-top: 8vw;
    margin-bottom: 2.6666666667vw;
  }

  #halloween2026 main .renewal__sparkle {
    display: none;
  }

  #halloween2026 main .renewal__deco {
    order: 6;
    gap: 3.2vw;
    margin: 2.6666666667vw auto 4vw;
    padding: 0 10px;
    -webkit-transform: none;
    transform: none;
  }

  #halloween2026 main .renewal__deco .-cats {
    width: 15.3333333333vw;
  }

  #halloween2026 main .renewal__deco .-mix {
    width: 30.6666666667vw;
  }

  #halloween2026 main .renewal__deco .-family {
    width: 15.3333333333vw;
  }

  #halloween2026 main .menu__inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  #halloween2026 main .menu .sec-ttl img {
    width: 49.7%;
  }

  #halloween2026 main .menu-list {
    grid-template-columns: 1fr;
    gap: 20px 12px;
  }

  #halloween2026 main .menu-item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  #halloween2026 main .menu-item__ph picture:not(.pc) img {
    width: 100%;
  }

  #halloween2026 main .menu-item__ph {
    flex: 1 1 auto;
    min-width: 0;
  }

  #halloween2026 main .menu-item__txt h3 {
    font-size: clamp(14px, 3.5vw, 26px);
  }

  #halloween2026 main .menu-item__txt h3 .sub {
    font-size: clamp(11px, 2.75vw, 20px);
  }

  #halloween2026 main .menu-item__txt .price {
    font-size: clamp(13px, 3.25vw, 24px);
  }

  #halloween2026 main .menu-item__txt .price .unit {
    font-size: clamp(10px, 2.5vw, 19px);
  }

  #halloween2026 main .menu-item__txt .price-single {
    font-size: clamp(10px, 2.5vw, 19px);
  }

  #halloween2026 main .menu-item__txt .price-single .unit {
    font-size: clamp(9px, 2.25vw, 17px);
  }

  #halloween2026 main .menu-item__txt .desc {
    font-size: clamp(11px, 2.75vw, 20px);
  }

  #halloween2026 main .menu-item__txt {
    flex: 1 1 100%;
  }

  #halloween2026 main .menu-item--01 .menu-item__txt {
    flex: 1 1 100%;
  }

  #halloween2026 main .menu-item--02,
  #halloween2026 main .menu-item--03 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-top: 15px;
  }

  #halloween2026 main .menu-item--02 .menu-item__ph,
  #halloween2026 main .menu-item--03 .menu-item__ph {
    flex: 0 0 90%;
    margin-right: -35%;
    z-index: 2;
    align-self: auto;
  }

  #halloween2026 main .menu-item--02 .menu-item__txt,
  #halloween2026 main .menu-item--03 .menu-item__txt {
    flex: 0 0 60%;
    z-index: 1;
    margin-top: 20%;
    margin-bottom: 0;
    align-self: auto;
  }

  #halloween2026 main .menu-item--03 {
    flex-direction: row-reverse;
  }

  #halloween2026 main .menu-item--03 .menu-item__ph {
    margin-right: 0;
    margin-left: -35%;
  }

  #halloween2026 main .menu-item--03 .menu-item__txt {
    margin-right: -60px;
  }

  #halloween2026 main .menu-item--04 .menu-item__ph,
  #halloween2026 main .menu-item--05 .menu-item__ph {
    max-width: none;
  }

  #halloween2026 main .menu-item--04 {
    justify-content: flex-start;
  }

  #halloween2026 main .menu-item--04 .menu-item__ph {
    flex: 0 0 100%;
    z-index: 2;
  }

  #halloween2026 main .menu-item--04 .menu-item__txt {
    flex: 0 0 90%;
    margin-left: auto;
    margin-top: -5.3333333333vw;
    z-index: 1;
  }

  #halloween2026 main .menu-item--05 {
    flex-direction: row;
    justify-content: flex-start;
  }

  #halloween2026 main .menu-item--05 .menu-item__ph {
    flex: 0 0 100%;
    z-index: 2;
  }

  #halloween2026 main .menu-item--05 .menu-item__txt {
    flex: 0 0 90%;
    margin-right: auto;
    margin-top: -5.3333333333vw;
    z-index: 1;
  }

  #halloween2026 main .menu-item--06 {
    grid-column: 1/-1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-top: 15px;
  }

  #halloween2026 main .menu-item--06 .menu-item__ph {
    flex: 0 0 80%;
    margin-right: -30%;
    z-index: 2;
  }

  #halloween2026 main .menu-item--06 .menu-item__txt {
    flex: 0 0 50%;
    z-index: 1;
    margin-left: -5px;
    margin-top: 20%;
  }

  #halloween2026 main .menu-item--07 {
    grid-column: 1/-1;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-top: 15px;
  }

  #halloween2026 main .menu-item--07 .menu-item__ph {
    flex: 0 0 80%;
    margin-left: -30%;
    z-index: 2;
  }

  #halloween2026 main .menu-item--07 .menu-item__txt {
    flex: 0 0 50%;
    z-index: 1;
    margin-top: 20%;
  }

  #halloween2026 main .menu-item--08 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  #halloween2026 main .menu-item--08 .menu-item__ph {
    flex: 0 0 80%;
    margin-right: -30%;
    z-index: 2;
  }

  #halloween2026 main .menu-item--08 .menu-item__txt {
    flex: 0 0 50%;
    z-index: 1;
    margin-top: 20%;
  }

  #halloween2026 main .menu-btn {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #halloween2026 main .experience__inner {
    border-radius: 0;
  }

  #halloween2026 main .experience .sec-ttl {
    margin-left: -20px;
    margin-right: -20px;
  }

  #halloween2026 main .experience .sec-ttl img {
    width: 100%;
    max-width: 100%;
  }

  #halloween2026 main .experience-main {
    flex-direction: column;
    text-align: center;
  }

  #halloween2026 main .experience-main__txt {
    flex: 1 1 100%;
  }

  #halloween2026 main .experience-main__accent {
    display: none;
  }

  #halloween2026 main .experience-main h3 {
    font-size: clamp(20px, 5vw, 34px);
  }

  #halloween2026 main .experience-main .price {
    font-size: clamp(16px, 4vw, 27px);
  }

  #halloween2026 main .experience-main .desc {
    font-size: clamp(13px, 3.25vw, 22px);
  }

  #halloween2026 main .experience-main__btn {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #halloween2026 main .experience-main__btn-deco {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
  }

  #halloween2026 main .experience-shop {
    flex-direction: column;
    text-align: center;
  }

  #halloween2026 main .experience-shop h3 {
    font-size: clamp(17px, 4.25vw, 29px);
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }

  #halloween2026 main .experience-shop .desc {
    font-size: clamp(13px, 3.25vw, 22px);
  }

  #halloween2026 main .experience-shop__btn {
    margin-top: 24px;
    margin-bottom: 20px;
  }

  #halloween2026 main .event > .sec-ttl img {
    width: 63%;
  }

  #halloween2026 main .oni {
    background-image: url(../images/main/SP_even_bg.png);
    background-position: top center;
    background-size: 100% 100%;
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 20px;
    padding-right: 20px;
  }

  #halloween2026 main .oni__ttl {
    padding-top: 0;
  }

  #halloween2026 main .oni__ttl img {
    width: 40%;
  }

  #halloween2026 main .oni__lead {
    font-size: clamp(13px, 3.25vw, 22px);
  }

  #halloween2026 main .oni__detail p {
    padding: 0;
    font-size: clamp(14px, 3.5vw, 24px);
  }

  #halloween2026 main .oni__detail {
    flex-direction: column;
    text-align: left;
  }

  #halloween2026 main .event-grid {
    grid-template-columns: 1fr;
  }

  #halloween2026 main .event-grid li.event-card:nth-child(-n+2),
  #halloween2026 main .event-grid li.event-card:nth-child(n+3) {
    grid-column: span 1;
  }

  #halloween2026 main .event-grid__deco {
    display: none;
  }

  #halloween2026 main .event-card h4 {
    font-size: clamp(16px, 4vw, 27px);
  }

  #halloween2026 main .event-card__date {
    font-size: clamp(14px, 3.5vw, 24px);
  }

  #halloween2026 main .event-card .desc {
    font-size: clamp(12px, 3vw, 20px);
  }

  #halloween2026 main .event-card .box_btn {
    margin-top: 8px;
  }
}

@media (hover: hover) {
  #halloween2026 main .intro__nav-link:hover .is-over {
    opacity: 1;
  }
}

@media (hover) {
  #halloween2026 main .event .box_btn.-pumpkin:hover {
    background-color: var(--color);
    color: #000 !important;
  }

  #halloween2026 main .event .box_btn.-pumpkin:hover .btn-arrow,
  #halloween2026 main .event .box_btn.-pumpkin:hover .arrow-s {
    fill: #000;
  }
}