:root {
  --font-color: #442222;
  --main-color: #f78c1e;
  --sub-color: #f5ad01;
  --sub-color2: #ea9109;
  --accent-color: #3c0442;
  --gray-color: #b3b3b3;
}

.diamond-pattern {
  background-color: #763584;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='90' viewBox='0 0 45 90'%3E%3Cpath d='M22.5 0L45 45 22.5 90 0 45Z' fill='%23632c6f'/%3E%3C/svg%3E");
}

.fv {
  color: #fff !important;
  background: image-set(url("../img/halloween/fv_bg01@2x.webp") type("image/webp"), url("../img/halloween/fv_bg01@2x.png") type("image/png")) center bottom/cover no-repeat, linear-gradient(to bottom, #6f2d83 0%, #763584 100%);
}
@media (max-width: 1024px) {
  .fv {
    background: image-set(url("../img/halloween/fv_bg01_sp@2x.webp") type("image/webp"), url("../img/halloween/fv_bg01_sp@2x.png") type("image/png")) center bottom/cover no-repeat, linear-gradient(to bottom, #6f2d83 0%, #763584 100%);
  }
}
.fv::before {
  background: #4c2761;
}

.intro__lead {
  color: #fff;
}
.intro__illust--bottom {
  left: auto;
  right: 32px;
}

@media (min-width: 1025px) {
  .detail__content-items {
    max-width: 924px;
  }
}
.detail__content-items:has(.detail__content-item:only-child) {
  display: block;
}
.detail__content-wrap {
  display: flex;
  gap: 16px 13px;
}
@media (max-width: 1024px) {
  .detail__content-wrap {
    flex-direction: column;
  }
}
.detail__content-wrap .detail__content-photo:first-child {
  width: 66.5%;
}
@media (max-width: 1024px) {
  .detail__content-wrap .detail__content-photo:first-child {
    width: 100%;
  }
}
.detail__content-wrap .detail__content-photo:first-child img {
  aspect-ratio: 624/417;
}
.detail__content-wrap .detail__content-photo:last-child {
  width: calc(33.5% - 13px);
}
@media (max-width: 1024px) {
  .detail__content-wrap .detail__content-photo:last-child {
    width: 100%;
  }
}
.detail__content-wrap .detail__content-photo:last-child img {
  aspect-ratio: 301/417;
}
.detail__content-course {
  position: relative;
  z-index: 1;
  font-size: 5.6rem;
  color: var(--main-color);
  margin-bottom: -0.5lh;
}
@media (max-width: 1024px) {
  .detail__content-course {
    font-size: 3.4rem;
  }
}
.detail__content-price {
  font-size: 2.8rem;
  width: 100% !important;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .detail__content-price {
    font-size: 1.7rem;
  }
}
.detail__content-price dt {
  font-size: 2.8rem;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1024px) {
  .detail__content-price dt {
    font-size: 1.7rem;
  }
}
.detail__content-menu {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .detail__content-menu {
    font-size: 1.2rem;
  }
}
.detail__content-menu dt {
  font-size: 2.8rem;
  font-style: normal;
}
@media (max-width: 1024px) {
  .detail__content-menu dt {
    font-size: 1.7rem;
    width: 3em;
  }
}
@media (max-width: 1024px) {
  .detail__content-menu dd {
    width: calc(100% - 3em - 16px);
  }
}

.restaurant {
  background: image-set(url("../img/halloween/restaurant_bg01@2x.webp") type("image/webp"), url("../img/halloween/restaurant_bg01@2x.png") type("image/png")) center bottom/contain no-repeat;
}
@media (max-width: 1024px) {
  .restaurant {
    background-size: 100% auto;
    background-position: left bottom;
  }
}
.restaurant .detail__content-items {
  color: var(--font-color);
}
@media (min-width: 1025px) {
  .restaurant .detail__content-items {
    max-width: 938px;
  }
}
.restaurant .detail__content-items:last-child {
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=halloween-theme.css.map */