* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #f4f2ec;
  background: url("../img/noise.gif") 0 0 repeat;
  font-family: "Noto Serif JP", "Noto Serif CJK JP", serif;
  font-size: 18px;
  line-height: 2;
}

body.locked {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.loading {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #070909;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.loading__lines {
  display: -ms-grid;
  display: grid;
  gap: 3px;
  width: max(20px, var(--loading-progress, 0vw));
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.loading__lines span {
  width: 100%;
  height: 3px;
  background: #fff;
}

.loading.hidden {
  visibility: hidden;
  opacity: 0;
}

.mouse-stalker {
  display: none;
  position: fixed;
  z-index: 90;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s;
  transition: transform 0.3s ease-out, opacity 0.2s, -webkit-transform 0.3s ease-out;
}

.mouse-stalker::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.mouse-stalker.is-visible {
  opacity: 1;
}

.mouse-stalker.is-hovering::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media (hover: hover) and (pointer: fine) {
  .mouse-stalker {
    display: block;
  }
}
.header > a > img,
.header > .menu > span,
.hero__copy > h1,
.hero__copy > .catch,
.hero__copy > .date,
.hero > .hero__photo {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

body.page-loaded .header > a > img,
body.page-loaded .header > .menu > span,
body.page-loaded .hero__copy > h1,
body.page-loaded .hero__copy > .catch,
body.page-loaded .hero__copy > .date,
body.page-loaded .hero > .hero__photo {
  -webkit-animation: page-blur-in 1.5s both;
          animation: page-blur-in 1.5s both;
}

.guide {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

body.page-loaded .guide {
  -webkit-animation: page-blur-in 1.5s both;
          animation: page-blur-in 1.5s both;
}

@-webkit-keyframes page-blur-in {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes page-blur-in {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}
.scroll-blur {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.scroll-blur.is-visible {
  -webkit-animation: page-blur-in 1.5s both;
          animation: page-blur-in 1.5s both;
}

.header {
  position: relative;
  z-index: 20;
}

.header a.jamp {
  display: block;
  width: 101px;
  position: absolute;
  left: 133px;
  top: 43px;
}

.header a.th-logo {
  wdisplay: block;
  position: absolute;
  left: 30px;
  top: 30px;
}

.menu {
  position: fixed;
  z-index: 22;
  top: 35px;
  right: 35px;
  width: 81px;
  height: 13px;
  padding: 0;
  border: 0;
  background: none;
}

.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f4f2ec;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.menu span:first-child {
  top: 6px;
}

.menu span:last-child {
  top: 21px;
}

.menu.open span {
  top: 14px;
}

.menu.open span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu.open span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav {
  position: fixed;
  z-index: 21;
  inset: 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  visibility: hidden;
  background: rgba(7, 9, 9, 0.98);
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

nav.open {
  visibility: visible;
  opacity: 1;
}

nav a {
  font-family: "Bodoni Moda", serif;
  font-size: clamp(42px, 6vw, 80px);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.hero {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 1fr minmax(420px, 581px);
  grid-template-columns: 1fr minmax(420px, 581px);
  min-height: 100vh;
  padding: 142px 70px;
  max-width: 1580px;
  margin: 0 auto;
}

.hero__copy {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 50px auto 0;
}

.hero__copy .catch {
  font-size: 26px;
  position: absolute;
  line-height: 2em;
  left: 70px;
  bottom: 330px;
}

.hero__copy h1 {
  margin: 0;
  width: 1220px;
  position: absolute;
  top: 0px;
  left: 70px;
}

.hero__copy .date {
  width: 549px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: 150px;
}
.hero__copy .date img {
  width: 100%;
  height: auto;
}

.hero__copy > img {
  margin: 50px auto 0;
}

.hero__photo {
  width: 580px;
  height: auto;
  background-size: cover;
}

.wrap, .info__inner {
  width: min(100% - 80px, 1120px);
  margin: auto;
}

h2 {
  margin: 0;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(100px, 11.9vw, 170px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.label {
  display: table;
  margin: 30px 0 0;
  padding: 0px;
  color: #070909;
  background: #f4f2ec;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.story {
  min-height: 1500px;
  padding: 170px 0 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(7, 9, 9, 0.1)), to(#070909)), url("../img/story-bg.png") center top/cover;
  background: linear-gradient(transparent, rgba(7, 9, 9, 0.1) 60%, #070909), url("../img/story-bg.png") center top/cover;
}

.story__text {
  width: 750px;
  max-width: 100%;
  margin-top: 65px;
  line-height: 2.5;
  margin: 65px auto 0;
}

.story__text p {
  margin: 0 0 24px;
  line-height: 70px;
  letter-spacing: 0.1em;
}

.cast {
  padding: 170px 0 220px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 0.7px, transparent 0.8px);
  background-size: 4px 4px;
}

.stack {
  width: 650px;
  margin: auto;
  font-size: clamp(110px, 12vw, 180px);
  line-height: 0.75;
}

.stack span {
  display: block;
}

.stack span:last-child {
  padding-left: 130px;
}

.info-list {
  list-style-type: none;
  width: min(100% - 80px, 1120px);
  margin: 0 auto 60px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.info-list li {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-list li dl {
  display: table;
}
.info-list li dl dt {
  display: table-cell;
  padding-right: 20px;
}
.info-list li dl dd {
  display: table-cell;
}

.intro-movie {
  position: relative;
  display: block;
  width: min(calc(100% - 50px), 1120px);
  margin: 0 auto 60px;
}

.intro-movie__video {
  display: block;
  width: 100%;
  height: auto;
}

.intro-movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: clamp(56px, 7vw, 84px);
  height: clamp(56px, 7vw, 84px);
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.intro-movie__play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 10%;
  border-top: clamp(14px, 1.8vw, 22px) solid transparent;
  border-bottom: clamp(14px, 1.8vw, 22px) solid transparent;
  border-left: clamp(23px, 3vw, 36px) solid #fff;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.55));
}

.intro-movie__play[hidden] {
  display: none;
}

.cast .wrap {
  position: relative;
}

.cast-label {
  position: absolute;
  right: 230px;
  top: 0px;
  padding: 0;
  color: #070909;
  background: #f4f2ec;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.cast-label br {
  display: none;
}

.cast > .wrap > .label {
  margin-top: 90px;
  margin-bottom: 70px;
  font-size: 36px;
}

.cast__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 75px 50px;
  max-width: 980px;
  margin: 0 auto;
}

.cast__main article:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.cast__main article:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/span 2;
}

.cast__main article:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/span 2;
}

.cast__main article:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
}

.cast__main article:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/span 2;
}

.cast-card {
  text-align: center;
}

.cast-card img {
  width: 100%;
}

.cast-card p {
  margin: 12px 0 0;
  font-size: 20px;
  line-height: 1.7;
}

.cast-card p span {
  display: table;
  margin: auto;
  margin-top: 5px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 18px;
}

.cast > .wrap > h3 {
  margin: 90px 0 40px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
}

.teams {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 1100px;
  max-width: 100%;
  margin: auto;
}

.team {
  padding: 45px 32px;
}

.team.bunny {
  background: #855f64;
}

.team.owl {
  background: #665144;
}

.team h4 {
  margin: 0 0 35px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
}

.team h4 small {
  display: block;
  font-size: 16px;
}

.team__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 74px 16px;
}

.mini {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.mini.large {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.mini p {
  overflow: hidden;
  font-size: 15px;
  white-space: nowrap;
}

.support {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 70px 170px;
  grid-template-columns: repeat(2, 170px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px 70px;
  margin-top: 110px;
}

.support article:nth-child(n+3) {
  grid-column: 1/-1;
  width: 290px;
  margin: auto;
}

.staff {
  margin-top: 130px;
  text-align: center;
}

.staff > .label {
  margin-bottom: 60px;
  font-size: 36px;
}

.stack > p {
  font-size: 20px;
  line-height: 42px;
}

.staff > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  width: 900px;
  max-width: 100%;
  margin: 45px auto 0;
  text-align: left;
  font-size: 16px;
  line-height: 42px;
}

.cooperation {
  display: block;
  margin-top: 28px;
  padding: 20px;
  text-align: center;
}
.cooperation span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.info {
  padding: 230px 0 70px;
  background-image: url("../img/circle-bg2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.info article .attention {
  margin-top: 0px;
  font-size: 14px;
}

.info__inner {
  max-width: 1040px;
}

.info h2 {
  text-align: center;
}

.info .label {
  margin-top: 38px;
  margin-bottom: 75px;
}

.info dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 0px 1fr;
  grid-template-columns: 270px 1fr;
  gap: 0px;
  margin: 0 0 65px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.info dt, .ticket dt {
  font-size: 32px;
  line-height: 1em;
}

.sche-ttl {
  font-size: 150px;
}

.info dt small {
  display: block;
  font-size: 16px;
  padding-top: 5px;
}

.info dd {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.info dd strong {
  font-size: 24px;
  padding-right: 20px;
}

.info dd > img {
  margin-top: 25px;
}

.info dd a {
  display: table;
  margin-top: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
}

dd a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/right-arrow.svg") 0 0 no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -13px;
}

.ticket {
  padding-top: 120px;
}

.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}

.prices span span, .sales h3 {
  padding: 1px 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

.sales article {
  margin-bottom: 60px;
}

p.attention {
  font-size: 14px;
}

.prices {
  font-size: 26px;
}

.rect {
  font-size: 22px;
}

.prices small {
  font-size: 13px;
  padding-left: 5px;
}

.sales h3 {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.sales p, .notes {
  font-size: 18px;
}

.hanbai p {
  margin-bottom: 30px;
  margin-top: 0;
}
.hanbai .first {
  margin-top: 1em;
}

.notes.attention {
  font-size: 14px;
}

.sales .detail {
  font-size: 14px;
  line-height: 2;
}

footer {
  padding-bottom: 45px;
  text-align: center;
}

.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  width: min(100% - 80px, 1040px);
  margin: 0 auto 150px;
  background: rgba(0, 0, 0, 0.25);
  font-size: 18px;
}
.contact span {
  font-size: 14px;
}

.contact > div {
  padding: 30px;
}

.contact > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.contact img {
  width: 18px;
  margin-right: 8px;
}

.footer-word {
  overflow: hidden;
  margin: 0 0 90px;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(100px, 15vw, 220px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.footer-word__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: footer-marquee 20s linear infinite;
          animation: footer-marquee 20s linear infinite;
}

.footer-word__track span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 0.12em;
}

@-webkit-keyframes footer-marquee {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes footer-marquee {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
footer small {
  font-size: 11px;
}

@media (min-width: 781px) and (max-width: 1400px) {
  .hero {
    -ms-grid-columns: 1fr minmax(0, 40.35vw);
    grid-template-columns: 1fr minmax(0, 40.35vw);
    padding: 9.86vw 4.86vw;
  }
  .hero__copy h1 {
    width: 84.72vw;
    left: 4.86vw;
  }
  .hero__copy .catch {
    left: 4.86vw;
    bottom: 24.31vw;
    font-size: 1.81vw;
  }
  .hero__copy .date {
    width: 38.13vw;
    left: 4.86vw;
    bottom: 10.42vw;
  }
  .hero__photo {
    width: 40.28vw;
  }
}
.sp {
  display: none;
}

@media (max-width: 780px) {
  .sp {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .header a.th-logo {
    left: 75px;
    top: 0px;
  }
  .header a.th-logo img {
    width: 50px;
  }
  .header a.jamp {
    display: block;
    width: 90px;
    position: absolute;
    left: 138px;
    top: 5px;
  }
  .hero__copy .catch {
    font-size: 3.47vw;
    position: absolute;
    line-height: 2em;
    left: 8.9vw;
    top: 71.15vw;
    bottom: initial;
  }
  .hero__copy .catch br {
    display: none;
  }
  .header {
    top: 18px;
    left: 82px;
  }
  .header > a {
    width: 127px;
  }
  .menu {
    top: 25px;
    right: auto;
    left: 20px;
    width: 41px;
  }
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 850px;
    padding: 92px 0 0;
    overflow: hidden;
  }
  /*.hero__copy { width: 100%; margin: 0; }
    .hero__copy h1 { width: 550px; margin: 0 0 75px -10px; }
  */
  .header {
    left: 0;
  }
  .hero__copy h1 {
    left: 83.6vw;
    /* margin-right: -230px; */
    width: 142.3vw;
    max-width: none;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hero__photo {
    width: 303px;
    height: auto;
    margin-left: -151.5px;
    position: absolute;
    top: 88vw;
    left: 50%;
  }
  .hero__copy > img {
    position: absolute;
    top: 712px;
    left: 50%;
    width: 300px;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wrap, .info__inner {
    width: calc(100% - 50px);
  }
  h2 {
    font-size: 80px;
  }
  .hero__copy .date {
    width: 274.5px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -137px;
    bottom: 3vw;
  }
  .info-list {
    list-style-type: none;
    width: calc(100% - 50px);
    margin: 30px auto 20px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
  .info-list li {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.12);
    padding: 10px 20px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info-list li dl {
    display: table;
    margin: 0;
  }
  .info-list li dl dt {
    display: table-cell;
    padding-right: 20px;
  }
  .info-list li dl dd {
    display: table-cell;
    line-height: 1.5em;
  }
  nav {
    gap: 30px;
  }
  nav a {
    font-size: 30px;
  }
  .label {
    margin-top: 15px;
    font-size: 10px;
  }
  .story {
    min-height: 830px;
    padding: 155px 0 100px;
  }
  .story__text {
    margin-top: 45px;
    font-size: 12px;
    line-height: 3;
  }
  .story__text p {
    line-height: 3em;
  }
  .cast {
    padding: 70px 0 80px;
  }
  .stack {
    width: 100%;
    font-size: 76px;
  }
  .stack span:last-child {
    padding-left: 50px;
  }
  .cast > .wrap > .label {
    margin-top: 55px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .cast-label {
    font-size: 9px;
    right: 13vw;
    top: 3vw;
  }
  .cast__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cast__main article:nth-child(n) {
    -ms-grid-column: 1;
    grid-column: 1;
    width: 180px;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .cast__main article:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cast__main article:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cast__main article:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cast__main article:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .cast__main article:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .cast-card p {
    font-size: 14px;
    margin-top: 15px;
  }
  .cast-card p span {
    font-size: 14px;
  }
  .cast > .wrap > h3 {
    font-size: 16px;
    margin: 60px 0 20px;
  }
  .team.bunny {
    margin-bottom: 20px;
  }
  .teams {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    display: block;
  }
  .team {
    padding: 20px;
  }
  .team .cast-card p {
    margin-top: 5px;
  }
  .team h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .team h4 small {
    font-size: 13px;
    padding-top: 5px;
  }
  .team__grid {
    gap: 24px 4px;
  }
  .mini p {
    font-size: 14px;
    padding-top: 5px;
  }
  .support {
    -ms-grid-columns: 100px 22px 100px;
    grid-template-columns: repeat(2, 100px);
    gap: 70px 22px;
    margin-top: 50px;
  }
  .support article:nth-child(n+3) {
    width: 180px;
  }
  .staff {
    margin-top: 60px;
  }
  .staff .label {
    margin-bottom: 30px;
  }
  .staff > .label {
    font-size: 18px;
  }
  .staff > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 13px;
    line-height: 2em;
    margin-top: 15px;
  }
  .staff > p {
    font-size: 14px;
    text-align: left;
  }
  .sche-ttl {
    font-size: 70px;
  }
  .info {
    padding: 150px 0 100px;
  }
  .info article .attention {
    margin-top: 0px;
    font-size: 14px;
  }
  .info dl {
    display: block;
    margin-bottom: 50px;
  }
  .info dl dt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .info dd strong {
    font-size: 18px;
    display: block;
  }
  .info__inner {
    width: calc(100% - 50px);
  }
  .info .label {
    margin-top: 22px;
    margin-bottom: 50px;
  }
  dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 50px;
  }
  dd {
    font-size: 13px;
  }
  .info dd a {
    padding-left: 26px;
  }
  .info dt small {
    font-size: 11px;
    padding-top: 5px;
  }
  dd a::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/right-arrow.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -9px;
  }
  .ticket {
    padding-top: 70px;
  }
  .sales p, .notes.attention {
    font-size: 12px;
  }
  .hanbai .first {
    margin-top: 10px;
  }
  .prices {
    font-size: 18px;
    gap: 20px;
  }
  .rect {
    font-size: 15px;
  }
  .sales h3 {
    font-size: 15px;
  }
  .sales p, .notes {
    font-size: 13px;
  }
  .sales .detail {
    font-size: 11px;
  }
  .contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin-bottom: 90px;
    font-size: 15px;
  }
  .contact span {
    font-size: 13px;
  }
  .contact > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
  .footer-word {
    margin-bottom: 60px;
    font-size: 80px;
  }
  footer small {
    display: block;
    padding: 0 20px;
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
  .header > a > img,
  .header > .menu > span,
  .hero__copy > h1,
  .hero__copy > .catch,
  .hero__copy > .date,
  .hero > .hero__photo {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
  .scroll-blur {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
  .guide {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
  .footer-word__track {
    -webkit-animation: none;
            animation: none;
  }
  .mouse-stalker {
    display: none;
  }
}
