@charset "UTF-8";
/* ============================================
   Reset
============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.m-130 {
  margin: 130px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.p-130 {
  padding: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.m-170 {
  margin: 170px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.p-170 {
  padding: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.m-180 {
  margin: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.m-190 {
  margin: 190px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.p-190 {
  padding: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.m-200 {
  margin: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.sc-only {
  width: 1px;
  height: 1px;
  clip: rect(0px, 0px, 0px, 0px);
  clip-path: inset(50%);
  position: absolute !important;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc-only {
    display: none;
  }
}

.underline {
  position: relative;
  background: linear-gradient(transparent 60%, #8C2A2A 0%);
  display: inline;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.slideIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s linear, transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

.slideIn.animated {
  opacity: 1;
  transform: translateY(0);
}

@keyframes flickerEntrance {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    filter: blur(10px) contrast(200%);
  }
  10%, 14% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1) skewX(20deg);
  }
  12% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1) skewX(-20deg);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(5px) contrast(150%) drop-shadow(0 0 5px rgba(255, 0, 0, 0.5));
  }
  35% {
    transform: translate(calc(-50% - 2px), -50%);
  }
  40% {
    transform: translate(calc(-50% + 2px), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    /* 最終的に中央に戻る */
    filter: blur(0) contrast(100%);
  }
}
.mv-glitch {
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: center;
}
.mv-glitch img {
  display: block;
  width: 100%;
  height: auto;
  animation: glitch-base 6s infinite;
}
.mv-glitch::before, .mv-glitch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  pointer-events: none;
  opacity: 0;
}
.mv-glitch::before {
  animation: glitch-layer-A 6s infinite;
  filter: sepia(40%) contrast(180%) brightness(0.9);
}
.mv-glitch::after {
  animation: glitch-layer-B 6s infinite;
  filter: invert(100%) contrast(150%);
}

@keyframes glitch-base {
  0%, 70%, 100% {
    filter: none;
  }
  72% {
    filter: brightness(0.85) contrast(120%);
  }
  74% {
    filter: brightness(1.1) grayscale(40%);
  }
}
@keyframes glitch-layer-A {
  0%, 78%, 100% {
    opacity: 0;
  }
  80% {
    opacity: 0.7;
    clip-path: inset(48% 0 50% 0);
    transform: translateX(-3px);
  }
  82% {
    opacity: 0.6;
    clip-path: inset(30% 0 68% 0);
    transform: translateX(3px);
  }
  84% {
    opacity: 0.7;
    clip-path: inset(65% 0 33% 0);
    transform: translateX(-2px);
  }
}
@keyframes glitch-layer-B {
  0%, 89.9%, 91.1%, 91.9%, 92.1%, 94.9%, 95.1%, 100% {
    opacity: 0;
  }
  91% {
    opacity: 1;
    clip-path: inset(20% 0 75% 0);
  }
  92% {
    opacity: 0.8;
    clip-path: inset(85% 0 10% 0);
  }
  95% {
    opacity: 1;
    clip-path: inset(40% 0 55% 0);
  }
}
.img-glitch {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #000;
}

.img-glitch img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  animation: horror-dynamic 5s ease;
}

@keyframes horror-dynamic {
  0% {
    filter: brightness(0) contrast(100%);
  }
  30% {
    filter: brightness(1) contrast(100%);
  }
  80% {
    transform: scale(1) translateX(0) skewX(0deg);
    clip-path: inset(0 0 0 0);
    filter: grayscale(0%) brightness(1) contrast(100%);
  }
  82% {
    transform: translateX(-15px) skewX(15deg) scaleY(1.2);
    clip-path: inset(30% 0 30% 0);
    filter: brightness(1.8) contrast(200%);
  }
  84% {
    transform: translateX(5px);
    clip-path: inset(70% 0 10% 0);
    filter: brightness(0.5);
  }
  86% {
    transform: translateY(-20px) scaleY(1.5);
    clip-path: inset(0 0 0 0);
    filter: invert(100%);
  }
  88% {
    transform: translate(0) scaleY(1);
    clip-path: inset(0 0 0 0);
    filter: brightness(1.2) contrast(120%);
  }
  90% {
    transform: translate(0) scaleY(1);
    clip-path: inset(0 0 0 0);
    filter: brightness(0.7) contrast(110%);
  }
  100% {
    filter: brightness(0) contrast(100%);
  }
}
html {
  font-size: 2.67vw;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  background-image: url("../images/bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
body.is-fixed {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

.main {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .main {
    width: 500px;
    margin: 0 calc((100% - 500px) * 130 / 940) 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .main::after {
    content: "";
    position: absolute;
    inset: 0;
    border: solid 2px rgba(255, 255, 255, 0.4);
    pointer-events: none;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .modal {
    width: 500px;
    left: calc((100% - 500px) * 810 / 940);
  }
}
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal.active .modal__content {
  animation: fadeInScale 0.4s ease forwards;
}

.modal__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80%;
  max-height: 80vh;
  margin: 2rem;
  padding: 2rem;
  background: #ffffff;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
}
.modal__content .modal__head {
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 2rem;
  flex-shrink: 0;
}

.modal__body {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
  overflow-y: auto;
  flex-grow: 1;
  padding-right: 10px;
  text-align: left;
  background: #EBEBEB;
  padding: 2rem;
}
.modal__body p + p {
  margin-bottom: 16px;
}
.modal__body p + p:last-child {
  margin: 0;
}

.modal__item {
  margin-top: 2rem;
}
.modal__item .modal__item-head {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal__item ol {
  list-style: none;
  counter-reset: count 0;
  margin: 10px 0;
}
.modal__item ol li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.modal__item ol li::before {
  content: counter(count) ".";
  counter-increment: count 1;
}
.modal__item ul {
  list-style: none;
}
.modal__item ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.modal__item ul li::before {
  content: "・";
}
.modal__item .modal__item-last {
  margin-top: 30px;
  text-align: right;
}

.modal__btn {
  display: block;
  max-width: 20rem;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  background: #CC418C;
  margin: 3rem auto 0;
  padding: 1rem 2rem;
}
.modal__btn.is-disabled {
  pointer-events: none;
  background: #000000;
  opacity: 0.5;
  cursor: not-allowed;
}

.close-modal {
  width: 100%;
  background: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  color: #000000;
  border: solid 2px rgba(0, 0, 0, 0.4);
  padding: 1rem;
  margin: 2rem 0 0;
  cursor: pointer;
}

.bgm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.bgm-modal .bgm-modal__content {
  background: #000000;
  border: solid 2px rgba(255, 255, 255, 0.4);
  padding: 3rem;
  text-align: center;
  max-width: 600px;
  width: 90%;
}
.bgm-modal .bgm-modal__txt {
  font-size: 1.8rem;
  line-height: 1.6;
}
.bgm-modal .bgm-modal__btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.bgm-modal .bgm-modal__btn .bgm-modal__btn-link {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  color: #000000;
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  background: #ffffff;
  font-weight: 400;
  transition: 0.2s;
}
.bgm-modal .bgm-modal__btn .bgm-modal__btn-link:hover {
  background: #CC418C;
  color: #ffffff;
}

.pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
}
@media screen and (min-width: 1000px) {
  .pc .pc-left {
    position: fixed;
    left: 0;
    width: calc((100% - 500px) * 810 / 940);
    height: 100vh;
    justify-items: center;
    z-index: 9999;
    padding: clamp(30px, 3.4722222222vw, 50px) clamp(18px, 2.0833333333vw, 30px);
  }
}
@media screen and (min-width: 1000px) {
  .pc .pc-right {
    position: fixed;
    right: 0;
    width: calc((100% - 500px) * 130 / 940);
    height: 100vh;
    box-sizing: border-box;
    overflow-y: hidden;
    justify-items: center;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .pc__nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .pc__nav .pc__logo {
    width: 80%;
    max-width: 450px;
    margin-bottom: clamp(12px, 1.3888888889vw, 20px);
  }
}
@media screen and (min-width: 1000px) {
  .pc__nav .pc__title {
    width: 90%;
    max-width: 550px;
    margin-bottom: clamp(24px, 2.7777777778vw, 40px);
  }
}
@media screen and (min-width: 1000px) {
  .pc__nav .pc__menu {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.0833333333vw, 30px);
  }
}
@media screen and (min-width: 1000px) {
  .pc__nav .pc__menu .pc__menu-item {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .pc__nav .pc__menu .pc__menu-link {
    font-size: clamp(14.4px, 1.6666666667vw, 24px);
  }
}

@media screen and (min-width: 1000px) {
  .pc-right__sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(24px, 2.7777777778vw, 40px);
    padding-bottom: clamp(18px, 2.0833333333vw, 30px);
  }
}
@media screen and (min-width: 1000px) {
  .pc-right__sns .pc-right__sns-item {
    width: 43px;
    height: auto;
  }
}
.pc-right__sns .pc-right__sns-item:last-child {
  width: clamp(36px, 4.1666666667vw, 60px);
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}
@media screen and (min-width: 1000px) {
  .header {
    width: 500px;
    left: calc((100% - 500px) * 810 / 940);
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .header .header__inner {
    justify-content: end;
  }
}

.header__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding: 0 5rem;
  background-color: #000000;
  transform: translateX(-100%);
  z-index: 666;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  overflow-y: overlay;
}
@media screen and (min-width: 1000px) {
  .header__wrap {
    display: none;
  }
}
.header__wrap.is-open {
  transform: translate(0%, 0%);
}

.header__logo {
  width: 80%;
  margin-bottom: 1rem;
}

.header__title {
  width: 90%;
  margin-bottom: 4rem;
}

.header__nav .header__menu {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.header__nav .header__menu .header__menu-item {
  font-size: 1.6rem;
  text-align: center;
}
.header__nav .header__menu .header__menu-link {
  font-size: 1.6rem;
}
.header__nav .header__menu .header__menu-link:hover {
  border-bottom: solid 2px #8C2A2A;
}

.header__hamburger {
  display: flex;
  top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 10;
  box-sizing: border-box;
  border: solid 0.15rem #ffffff;
  border-radius: 0.5rem;
  padding: 0.4rem 0 0 0;
  background: none;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger .header__hamburger-line {
  display: block;
  width: 2.2rem;
  height: 1.5rem;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.header__hamburger .header__hamburger-line span {
  inline-size: 100%;
  block-size: 0.15rem;
  position: absolute;
  left: 50%;
  translate: -50%;
  background: #ffffff;
  transition: 0.6s;
}
.header__hamburger .header__hamburger-line span:nth-of-type(1) {
  top: 0px;
}
.header__hamburger .header__hamburger-line span:nth-of-type(2) {
  top: 50%;
  translate: -50% -50%;
}
.header__hamburger .header__hamburger-line span:nth-of-type(3) {
  bottom: 0px;
}
.header__hamburger .header__hamburger-txt {
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  font-size: 0.7rem;
  margin: 0;
  color: #ffffff;
}
.header__hamburger.is-open .header__hamburger-line span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__hamburger.is-open .header__hamburger-line span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.is-open .header__hamburger-line span:nth-of-type(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}

.btn__cord {
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: #000000;
}
.btn__cord .btn__cord-link {
  display: block;
  padding: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .btn__cord .btn__cord-link {
    padding: 20px;
    font-size: clamp(14.4px, 1.6666666667vw, 24px);
  }
}
.btn__cord .btn__cord-link span {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1000px) {
  .btn__cord .btn__cord-link span {
    font-size: clamp(9.6px, 1.1111111111vw, 16px);
    margin-top: 10px;
  }
}

.toggle-btn {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999;
}
.toggle-btn .toggle-btn__img {
  width: 2rem;
  height: auto;
  object-fit: contain;
  color: #000000;
  mix-blend-mode: difference;
}
.toggle-btn .toggle-btn__txt {
  font-family: "Noto Sans JP";
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  mix-blend-mode: difference;
}

.contents {
  position: relative;
}
.contents::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg_sp.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .contents::before {
    width: 500px;
    right: calc((100% - 500px) * 130 / 940);
  }
}
.contents .contents__title {
  width: 15rem;
  height: auto;
  margin: 0 auto 1.5rem;
  position: relative;
}
.contents .contents__title .contents__title-txt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  white-space: nowrap;
}
.contents .contents__lead {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 2rem 0;
}
.contents .contents__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.contents .contents__img {
  width: 17rem;
  padding: 1.6rem 1rem;
  border-radius: 0.5rem;
  background-color: #DEDFD7;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}
.contents .contents__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 114/33;
  width: 5.7rem;
  height: auto;
  background: url("../images/img_deco.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.contents .contents__img .contents__img-inner {
  border: solid 0.05rem #000000;
  border-radius: 3px;
  overflow: hidden;
}

.mv {
  position: relative;
  width: 100%;
}
.mv .mv__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 888;
  opacity: 0;
  filter: blur(5px) contrast(150%);
}
.mv .mv__logo.is-active {
  animation: flickerEntrance 1.5s forwards;
}
.mv .mv__logo .mv__logo-immersive {
  width: 80%;
  max-width: none;
}
@media screen and (min-width: 1000px) {
  .mv .mv__logo .mv__logo-immersive {
    max-width: 350px;
  }
}
.mv .mv__logo .mv__logo-event {
  max-width: none;
  margin-top: -5rem;
  margin-left: -3rem;
}
@media screen and (min-width: 1000px) {
  .mv .mv__logo .mv__logo-event {
    max-width: 600px;
    margin-top: -55px;
    margin-left: -30px;
  }
}
.mv .mv__bg {
  width: 100%;
  background-image: url(../images/mv_bg.jpg);
}

.news {
  width: 90%;
  max-width: none;
  padding: 2rem;
  margin: 0 auto 2rem;
  background: #000000;
}
.news .contents__title .contents__title-bg {
  transform: scaleX(-1);
}
.news .news__inner {
  width: 90%;
  max-width: none;
}
.news .news__txt {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem 0;
}

.news__list .news__list-item {
  padding: 0.5rem 0;
  border-bottom: solid 0.05rem rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: baseline;
  gap: 1.4rem;
}
.news__list .news__list-date {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  color: #E6C845;
}
.news__list .news__list-txt {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 1.5;
}

.news__sns {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 1rem;
}
.news__sns .news__sns-link {
  display: block;
  line-height: 1;
}
.news__sns .news__sns-icon {
  height: 2.5rem;
  width: auto;
}

.story {
  padding: 4rem 0;
  background-image: url("../images/story_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.story .contents__img {
  margin: 3rem auto 2.5rem !important;
}
.story .story__inner {
  padding: 0 2rem;
}
.story .story__lead {
  font-size: 1.6rem;
  text-align: center;
}
.story .story__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.story .story__txt p {
  margin: 0 0 1.6rem 0;
}
.story .story__txt p:last-child {
  margin-bottom: 0;
}

.about {
  padding: 4rem 0;
}
.about .contents__title {
  width: 30rem;
}
.about .contents__img-inner img {
  filter: brightness(0) contrast(100%);
  transition: filter 0.3s ease;
}
.about .about__inner {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about .about__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.about .about__txt p {
  margin: 0 0 1.6rem 0;
}
.about .about__txt p:last-child {
  margin-bottom: 0;
}

.about__slider {
  position: relative;
  overflow: hidden;
}
.about__slider .swiper {
  overflow: visible;
}
.about__slider .about__list {
  padding: 3rem 0 4rem;
}
.about__slider .about__list .about__list-item {
  width: 22rem;
  margin: 0 3rem;
}

.guide {
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.5);
}
.guide .guide__inner {
  padding: 0 4rem;
}

.guide__list .guide__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide__list .guide__list-item:first-child .guide__list-img {
  width: 7.8rem;
  height: auto;
}
.guide__list .guide__list-item:nth-child(2) .guide__list-img {
  width: 5.2rem;
  height: auto;
}
.guide__list .guide__list-item:nth-child(3) .guide__list-img {
  width: 10rem;
  height: auto;
  position: relative;
  margin: 3rem 0 0 0;
}
.guide__list .guide__list-item:nth-child(3) .guide__list-img::before {
  position: absolute;
  content: "";
  background: url("../images/guide_icon03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 33/38;
  width: 1.5rem;
  height: auto;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}
.guide__list .guide__list-txt {
  font-size: 1.6rem;
  text-align: center;
}
.guide__list .guide__list-txt .guide__list-txt--small {
  font-size: 1.2rem;
}
.guide__list .guide__list-note {
  font-size: 1.1rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.8rem 0 0 0;
}
.guide__list .guide__list-btn {
  font-size: 1.8rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  background: #CC418C;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #b73379;
  margin-top: 2rem;
}
.guide__list .guide__list-img {
  margin: 1rem 0 1.5rem;
}
.guide__list .guide__list-arrow {
  width: 2rem;
  height: auto;
  margin: 0 0 1.5rem 0;
}

.pagetop {
  width: 100%;
}
.pagetop .pagetop__link {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 0;
  gap: 1rem;
}
.pagetop .pagetop__icon {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
}
.pagetop .pagetop__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.cta {
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  padding: 0.5rem 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .cta {
    max-width: 500px;
  }
}
.cta .cta__link {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.cta .cta__img {
  max-width: 20rem;
  margin: 0 auto;
}

.footer {
  width: 100%;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0 14rem;
}

.footer__logo {
  width: 16.5rem;
  margin-bottom: 2.7rem;
}

.footer__nav .footer__menu {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.footer__nav .footer__menu .footer__menu-item {
  text-align: center;
}
.footer__nav .footer__menu .footer__menu-link {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  border: none;
  background: none;
  pointer-events: all;
  cursor: pointer;
}

.footer__copy {
  font-family: "Noto Serif JP";
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2.7rem;
}/*# sourceMappingURL=main.css.map */