@charset "UTF-8";
.eng {
  font-family: "p22-nudgewink-pro", "Shippori Antique", "Noto Sans JP", "Shippori Antique", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.ticket-main {
  padding-top: clamp(4rem, 12vw, 15rem);
  width: 100%;
}
.ticket-main .event-nav {
  width: 100%;
  margin: 0 auto clamp(2rem, 4vw, 4rem);
}
.ticket-main .title-container {
  margin-top: 2rem;
}
.ticket-main .title-container h1,
.ticket-main .title-container h3 {
  line-height: 1.2;
}
.ticket-main .title-container h1 {
  font-size: clamp(3rem, 5vw, 5rem);
}
.ticket-main .title-container h3 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}
.ticket-main article {
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: clamp(16px, 2vw, 18px);
  gap: clamp(2rem, 5vw, 6rem);
  width: 100%;
  margin: 0 auto;
}
.ticket-main article .pd-in30 {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .ticket-main article .pd-in30 {
    padding: 0 3rem;
  }
}
.ticket-main .ticket_thumb {
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.5rem clamp(16px, 5vw, 30px);
  align-items: stretch;
}
@media screen and (min-width: 767px) {
  .ticket-main .ticket_thumb {
    padding: 0.5rem 0;
  }
}
.ticket-main .ticket_thumb a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 50%;
}
.ticket-main .ticket_thumb a.day1 {
  padding-right: 1.5rem;
  border-right: 2px solid #000;
}
.ticket-main .ticket_thumb a.day2 {
  padding-left: 1.5rem;
}
.ticket-main .ticket_thumb a img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.ticket-main .ticket_thumb a img:hover {
  opacity: 0.8;
}
.ticket-main .intro {
  margin: 0 auto;
}
@media screen and (max-width: 651px) {
  .ticket-main .intro .intro-box {
    display: flex;
    flex-direction: column;
  }
}
.ticket-main .intro .intro-box .intro_text {
  padding-inline: 0.5em;
}
.ticket-main .intro .intro_text a {
  text-decoration: underline !important;
}
.ticket-main .intro ul,
.ticket-main .intro li {
  list-style: none;
}
.ticket-main .intro .payment,
.ticket-main .intro .notice {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.ticket-main section#entering {
  padding-top: 3rem;
  margin-top: 0;
  margin-bottom: clamp(8rem, 10vw, 13rem);
}
.ticket-main section#entering h3 {
  border: 2px solid #333333;
  background-color: #fff;
  font-size: clamp(20px, 3vw, 32px);
}
.ticket-main section#entering .inner {
  gap: 2rem;
}
.ticket-main section#entering .description_box {
  gap: 1rem;
}
.ticket-main section#entering .description_box h4 {
  width: 100%;
  font-size: clamp(2rem, 2vw, 2.4rem);
  text-align: center;
}
.ticket-main section#entering .announce {
  border: 2px solid #333333;
  border-radius: 12px;
  padding: clamp(10px, 2vw, 20px);
}
.ticket-main section#entering .notice-text {
  gap: clamp(6px, 1.5vw, 18px);
  margin-bottom: 30px;
}

.max-1000-text-800 {
  max-width: 1000px;
  padding-inline: clamp(16px, 5vw, 24px);
}
@media screen and (min-width: 651px) {
  .max-1000-text-800 {
    padding-inline: clamp(16px, 8vw, 100px);
  }
}

.black-bar-title {
  text-align: center;
  border-radius: 5px;
  padding: 0 3em;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.ticket-cta {
  width: 240px;
  display: block;
  filter: drop-shadow(0.8rem 0.8rem 0px #000);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.ticket-cta:hover {
  transform: translateY(2px);
  filter: drop-shadow(2px 2px 0px #000);
}
.ticket-cta span {
  display: block;
  transform: translateY(-0.5em);
  font-size: 14px;
}

.ticket-note {
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
}
.ticket-note.top-note {
  padding-top: 0.5rem;
}

:root {
  interpolate-size: allow-keywords;
}

.accordion {
  width: 100%;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  scroll-margin-top: clamp(8rem, 12vw, 12rem);
}
.accordion::details-content {
  block-size: 0;
  overflow: clip;
  transition: block-size 0.3s ease, content-visibility 0.3s allow-discrete;
}
.accordion[open]::details-content {
  block-size: auto;
}
.accordion__summary {
  display: block;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  list-style: none;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  padding: 1.2rem clamp(16px, 3vw, 30px);
  background-color: #333333;
  color: #ffffff;
  border-radius: 5px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
}
.accordion__title::after {
  content: "＋";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
}
.accordion[open] > .accordion__summary > .accordion__title::after {
  content: "－";
}
.accordion__preview {
  display: -webkit-box;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1.6rem;
  padding: 0 1rem;
  color: #333333;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.accordion--static .accordion__summary {
  cursor: auto;
}
.accordion--static .accordion__title::after {
  content: none;
}
.accordion[open] .accordion__preview {
  display: none;
}
.accordion__body {
  padding-top: 1.5rem;
}
.accordion__lead {
  margin-bottom: 1em;
}

p.early-payment-notice {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

@media (prefers-reduced-motion: reduce) {
  .accordion::details-content {
    transition: none;
  }
}
.accordion-link {
  font-weight: bold;
  text-decoration: underline !important;
}

.ticket-steps {
  counter-reset: ticket-step;
  list-style: none;
  padding-left: 0;
  margin: 0 0 1em;
}
.ticket-steps > li {
  padding: 1.6rem 0.8rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.ticket-steps > li:last-child {
  border-bottom: 0;
}
.ticket-steps__title {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 0.4em;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.ticket-steps__title::before {
  counter-increment: ticket-step;
  content: counter(ticket-step);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

.ticket-notice-box {
  margin: 0 0 1.5em;
  padding: clamp(10px, 2vw, 20px);
  border: 2px solid #333333;
  border-radius: 12px;
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.ticket-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92%, 44rem);
  min-height: 6rem;
  margin: 2rem auto 0.5rem;
  padding: 1.2rem 1.6rem;
  background-color: #f4e633;
  border: 3px solid #000000;
  color: #333333;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  text-align: center;
  box-shadow: 0.8rem 0.8rem 0 0 #000000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ticket-btn:hover {
  transform: translate(3px, 3px);
  box-shadow: 0.2rem 0.2rem 0 0 #000000;
}
.ticket-btn--outline {
  background-color: #ffffff;
  border-width: 2px;
  border-radius: 999px;
  box-shadow: inset -3px -3px 6px rgba(68, 69, 67, 0.44);
}
.ticket-btn--outline:hover {
  transform: none;
  box-shadow: inset -3px -3px 6px rgba(68, 69, 67, 0.44);
}

.ticket-shindan {
  width: 100%;
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  scroll-margin-top: clamp(8rem, 12vw, 12rem);
}

.shindan-card {
  padding: clamp(20px, 3vw, 32px);
  border: 2px solid #333333;
  border-radius: 12px;
  background-color: #b8d86b;
}

.shindan-label {
  font-size: 1.1rem;
  line-height: 1.6;
}

.shindan-question {
  margin-bottom: 0.8em;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
}

.shindan-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 799px) {
  .shindan-options {
    align-items: stretch;
  }
}
@media screen and (min-width: 800px) {
  .shindan-options {
    flex-direction: row;
  }
  .shindan-options > li {
    flex: 1;
  }
}

.shindan-option {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  width: 100%;
  padding: 1.4rem 1.6rem;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 18px;
  box-shadow: inset -3px -3px 6px rgba(68, 69, 67, 0.44);
  color: #333333;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.shindan-option:hover {
  opacity: 0.85;
}
.shindan-option__main {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  line-height: 1.4;
}
.shindan-option__sub {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 800px) {
  .shindan-option {
    align-items: center;
    text-align: center;
    border-radius: 36px;
  }
}

.shindan-note {
  margin-top: 1em;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  line-height: 1.6;
}

.shindan-result-label {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: bold;
}

.shindan-result {
  margin-bottom: 1.2rem;
  padding: clamp(14px, 2vw, 20px);
  border: 2px solid #333333;
  border-radius: 8px;
  background-color: #ffffff;
}
.shindan-result__type {
  font-size: 1.4rem;
}
.shindan-result__name {
  font-size: clamp(2.4rem, 3vw, 2.8rem);
  font-weight: bold;
  line-height: 1.3;
}
.shindan-result__date {
  font-size: 1.4rem;
  font-weight: bold;
}
.shindan-result__price {
  font-size: 1.4rem;
  font-weight: bold;
}

.shindan-merits {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: clamp(1.3rem, 1.8vw, 1.5rem);
}
.shindan-merits li {
  margin-left: 0.8em;
}
.shindan-merits li::before {
  content: "✓ ";
}

.shindan-links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 0;
}
.shindan-links li {
  text-align: center;
}
.shindan-links a {
  font-weight: bold;
  text-decoration: underline !important;
}
@media screen and (min-width: 800px) {
  .shindan-links {
    flex-direction: row;
    justify-content: center;
    gap: 2.4rem;
  }
}

.shindan-back {
  display: block;
  margin: 1.2rem auto 0;
  padding: 0;
  background: none;
  border: 0;
  color: #333333;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.shindan-lead {
  margin: 40px auto;
  font-size: clamp(1.3rem, 3.73vw, 1.6rem);
  position: relative;
}
.shindan-lead::before {
  content: "";
  position: absolute;
  top: 180%;
  right: -2%;
  width: clamp(52px, 5vw, 84px);
  aspect-ratio: 280/252;
  background: url(../img/ticket/illust/matryo-shika.webp) no-repeat center/contain;
  transform: translateY(-60%);
  pointer-events: none;
}

.shindan-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.shindan-label {
  min-width: 0;
  font-size: 2rem;
  white-space: nowrap;
}
@media screen and (min-width: 651px) {
  .shindan-label {
    font-size: 2.4rem;
  }
}

.shindan-step-badge {
  flex: 0 0 auto;
  padding: 3px 10px;
  border: 2px solid #333333;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 651px) {
  .shindan-step-badge {
    padding: 4px 12px;
    font-size: 1.4rem;
  }
}

.shindan-question {
  line-height: 1.6;
}

.shindan-option {
  line-height: 1.5;
}
.shindan-option__main, .shindan-option__sub {
  line-height: 1.5;
}
.shindan-option__sub {
  color: #ff3b30;
}
@media screen and (max-width: 799px) {
  .shindan-option {
    position: relative;
    padding-right: calc(1.6rem + 30px + 0.8rem);
  }
  .shindan-option::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 30px;
    height: 30px;
    background: url(../img/ticket/arrow-right.svg) no-repeat center/contain;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media screen and (min-width: 800px) {
  .shindan-option {
    letter-spacing: 0.02em;
  }
  .shindan-option__main {
    font-size: 1.6rem;
  }
  .shindan-option__sub {
    font-size: 1.2rem;
  }
}

.shindan-back {
  margin: 1.2rem auto 0 0;
  text-align: left;
}

.shindan-step[data-step^=r-] .shindan-back {
  margin: 1.2rem auto 0;
  text-align: center;
}

.ticket-after-register {
  margin-top: 0.5em;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  text-align: center;
}

.map-zoom {
  position: relative;
  display: block;
  width: 92%;
}
.map-zoom img {
  display: block;
  width: 100%;
  height: auto;
}
.map-zoom::after {
  content: "🔍 Tap to zoom";
  position: absolute;
  right: 10px;
  padding: 6px 12px;
  border: 2px solid #333333;
  border-radius: 999px;
  background-color: #ffffff;
  color: #333333;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  line-height: 1.4;
  white-space: nowrap;
}
.map-zoom--east::after {
  bottom: 0;
  transform: translate(0, 15%);
}
.map-zoom--west::after {
  top: 10px;
}

.ticket-fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  padding: 10px 19.5px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.ticket-fixed-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ticket-fixed-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.4rem;
  padding: 0.8rem 1.6rem;
  background-color: #b8d86b;
  border: 2px solid #000000;
  border-radius: 999px;
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 651px) {
  .ticket-fixed-cta {
    left: 50%;
    right: auto;
    bottom: 40px;
    padding: 0;
    background-color: transparent;
    border-top: 0;
    transform: translate(-50%, 20px);
  }
  .ticket-fixed-cta.is-visible {
    transform: translate(-50%, 0);
  }
  .ticket-fixed-cta__btn {
    width: auto;
    padding: 1.6rem 4rem;
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticket-fixed-cta {
    transition: none;
  }
}
@media screen and (max-width: 650px) {
  .accordion__title,
  .accordion__body,
  .accordion__preview,
  .shindan-card {
    padding-inline: 10px;
  }
  .ticket-main {
    padding-bottom: 30px;
  }
}
footer {
  width: 100%;
  margin: 0;
}

p#sold-out {
  align-self: flex-start;
  text-align: start;
  font-size: 1.25em;
}
p#sold-out .span-red {
  color: red;
}

.ticket-announce {
  width: 100%;
  margin: 0 auto clamp(4rem, 8vw, 8rem);
}
.ticket-announce__lead {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 2;
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.ticket-announce__lead .span-red {
  color: red;
  font-weight: bold;
}
.ticket-announce .ticket-links {
  width: 100%;
  gap: 0.8rem;
}
.ticket-announce .ticket-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92%, 44rem);
  min-height: 6rem;
  padding: 1.2rem 1rem;
  margin-top: 2.4rem;
  border: 1px solid #333;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #333;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.ticket-announce .ticket-link-btn:hover {
  background-color: #333;
  color: #fff;
}

.ticket-illust {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  pointer-events: none;
}
.ticket-illust img {
  display: block;
  height: auto;
}
.ticket-illust--tori img {
  width: clamp(64px, 9vw, 110px);
}
.ticket-illust--chebura {
  margin-block: -1rem 0.5rem;
}
.ticket-illust--chebura img {
  width: clamp(72px, 10vw, 120px);
}

.ticket-illust-heading {
  position: relative;
}
.ticket-illust-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: no-repeat center bottom/contain;
  pointer-events: none;
}
.ticket-illust-heading--bear::after {
  width: clamp(50px, 5.5vw, 72px);
  aspect-ratio: 240/339;
  background-image: url(../img/ticket/illust/bear.webp);
}

.ticket-cta-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.ticket-cta-container__illust {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(44px, 7vw, 80px);
  height: auto;
  pointer-events: none;
}

/*# sourceMappingURL=ticket.css.map */
