@charset "UTF-8";
/* ==========================================
	Ticket Page
========================================== */
* {
  box-sizing: border-box;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.4;
}

:root {
  --ticket-border: #d8d8d8;
  --ticket-bg: #111;
  --ticket-title-bg: #c7a328;
  --ticket-text: #f8f8f8;
  --ticket-section-text: #f1c01b;
  --ticket-border: #f8f8f8;
  --ticket-border2: #A0A0A0;
  --accent-color: #f1c01b;
  --note-color: #B21920;
  --note-color2: #ff4040;
}

.container--s {
  max-width: 1280px;
}

.sat {
  color: #0080ff;
}

.sun {
  color: #ff0040;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
a {
  transition: 0.35s;
}
a img {
  transition: 0.35s;
}
a:hover {
  opacity: 0.55;
}
a:hover img {
  opacity: 0.55;
}
a.link-blank::after {
  font-size: 88%;
  font-family: "icomoon" !important;
  content: "\e900";
  margin-left: 8px;
}

.t-center {
  text-align: center;
}

.big {
  font-size: 120%;
}

.sml {
  font-size: 80%;
}

/* ==========================================
	Common
========================================== */
.ticket {
  color: var(--ticket-text);
  text-align: left;
}

.ticket-section {
  padding: 1.6rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .ticket-section {
    padding: 2rem 0 4.6rem;
  }
}
.ticket-section__lead {
  font-size: clamp(1.24rem, 1.8vw, 1.88rem);
  font-weight: 700;
}
.ticket-section__lead strong {
  color: var(--ticket-section-text);
}
.ticket-section__title {
  margin: 0 0 1.8rem;
  padding: 0.75rem 0.8rem;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.4;
  background: var(--ticket-bg);
  color: var(--ticket-section-text);
  border: var(--ticket-border) 1px solid;
}
.ticket-section__title span.sub {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .ticket-section__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .ticket-section__title span.sub {
    margin-left: 1rem;
  }
}

.section-text {
  margin-bottom: 1.5rem;
}

/* ==========================================
	Heading -Logo
========================================== */
.heading__wrap {
  display: block;
  margin: 1.2rem auto 0;
}
@media screen and (min-width: 769px) {
  .heading__wrap {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 0.5rem;
    align-items: start;
    max-width: 1280px;
    margin: 2rem auto 0;
  }
}

.ticket__logo {
  margin: 0 0 1rem;
  text-align: left;
}
.ticket__logo a {
  display: inline-block;
}
.ticket__logo img {
  width: 100%;
  max-width: 210px;
  height: auto;
}

.ticket-heading {
  padding-bottom: 1.5rem;
}
.ticket-heading__inner {
  text-align: left;
}
.ticket-heading__ja {
  margin: 0;
  color: var(--accent-color);
  font-size: clamp(1.2rem, 2.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.88;
  font-size: clamp(1.2rem, 2.4vw, 1.4rem);
}
.ticket-heading__en {
  margin: 0 0 0.33rem;
  font-size: clamp(2.6rem, 3.6vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(2.8rem, 3.6vw, 4rem);
}
.ticket-heading__lead {
  max-width: 60rem;
  font-size: clamp(0.8rem, 1.8vw, 0.88rem);
  margin: 0;
  max-width: 60rem;
}
@media screen and (min-width: 769px) {
  .ticket-heading__lead {
    text-align: right;
  }
}

/* ==========================================
	Ticket Guide
========================================== */
.ticket-guide {
  margin-bottom: 1rem;
}
.ticket-guide__text {
  width: 100%;
  margin: 0 auto;
  border: var(--accent-color) 1px solid;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .ticket-guide__text {
    width: 84%;
  }
}
.ticket-guide__text .day {
  background: var(--ticket-title-bg);
  display: flex;
  align-items: center; /* 上下中央揃え */
  justify-content: center; /* 左右中央揃えにする場合 */
  text-align: center; /* 文字列内の改行位置の調整用 */
  height: 100%;
}
.ticket-guide__text .day p {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  line-height: 1.2;
  margin: 0;
  padding: 0.4rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ticket-guide__text .day p {
    margin: 0 auto;
    padding: 0.4rem 0;
  }
}
.ticket-guide__text .day p span {
  font-size: 72%;
}
.ticket-guide__text .class p {
  width: 98%;
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  line-height: 1.6;
  margin: 0.4rem auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ticket-guide__text .class p {
    width: calc(100% - 1rem);
    margin: 0.2rem 0;
    padding-bottom: 0.2rem;
  }
}
.ticket-guide__text .class p.fc {
  border-bottom: var(--accent-color) 1px solid;
  padding-bottom: 0.5rem;
}
.ticket-guide__text .class p.fc-none {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .ticket-guide__text .class p.fc-none {
    padding: 1rem;
  }
}
.ticket-guide__text .class p span {
  font-size: 72%;
}
@media screen and (min-width: 769px) {
  .ticket-guide__text {
    display: grid;
    grid-template-columns: 25% auto;
    gap: 1rem;
  }
}

/* ==========================================
	Ticket Summary
========================================== */
@media screen and (min-width: 769px) {
  .ticket-summary,
.ticket-summary1 {
    display: grid;
    grid-template-columns: minmax(49.5%, 1fr) minmax(auto, 49.5%);
    gap: 1%;
    align-items: start;
  }
}
.ticket-summary picture,
.ticket-summary img,
.ticket-summary1 picture,
.ticket-summary1 img {
  display: block;
}
.ticket-summary picture.gray,
.ticket-summary img.gray,
.ticket-summary1 picture.gray,
.ticket-summary1 img.gray {
  filter: grayscale(100%);
}
.ticket-summary img,
.ticket-summary1 img {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(165deg, rgb(255, 250, 220), rgb(220, 170, 0));
}
@media screen and (max-width: 769px) {
  .ticket-summary img,
.ticket-summary1 img {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .ticket-summary1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
  }
  .ticket-summary1 img {
    max-width: 568px;
  }
}

/* ==========================================
	Ticket Note
========================================== */
.ticket-attention {
  text-align: center;
}
.ticket-attention p {
  display: inline-block;
  background: var(--ticket-text);
  border: 4px solid var(--note-color);
  color: var(--note-color);
  font-size: clamp(1.06rem, 2.2vw, 1.35rem);
  line-height: 1.52;
  text-align: left;
  padding: 0.8em 1.6em;
}
@media screen and (max-width: 769px) {
  .ticket-attention p {
    padding: 8px 12px;
  }
}

.ticket-note-inner {
  background: var(--ticket-bg);
  border: 1px solid var(--note-color);
  width: 100%;
  max-width: 900px;
  padding: 1em 2em;
}
@media screen and (max-width: 769px) {
  .ticket-note-inner {
    padding: 0em 1em;
  }
}
.ticket-note-inner p {
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  line-height: 1.52;
  text-align: left;
}
.ticket-note-inner p.note-title {
  background: var(--ticket-border);
  color: var(--note-color);
  font-weight: 600;
  font-size: 110%;
  padding: 0.5em;
}

.btn-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  margin-top: 1rem;
  padding: 0.875rem 1.5rem;
  color: var(--ticket-text);
  background: var(--note-color);
  text-decoration: none;
  font-weight: 700;
}
.btn-link:hover {
  opacity: 0.84;
}
.btn-link.btn-min {
  margin: 0.4rem 0 0.8rem;
  padding: 0.4rem 0.65rem 0.5rem;
  font-size: 88%;
}
@media screen and (min-width: 769px) {
  .btn-link.btn-min {
    margin: 0 0 1rem;
  }
}
.btn-link.btn-min2 {
  padding: 0.4rem 0.5rem 0.4rem;
  font-size: 88%;
  min-width: 160px;
}

/* ==========================================
	Back Home
========================================== */
.ticket-home {
  padding: 4rem 0;
  text-align: center;
}
.ticket-home__logo {
  display: inline-block;
}
.ticket-home__logo img {
  width: auto;
  max-width: 200px;
}
.ticket-home__link {
  display: block;
  margin-top: 1rem;
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: none;
}

/* ==========================================
	Footer
========================================== */
.ticket-footer {
  padding: 2rem 1rem;
  text-align: center;
  background: var(--ticket-bg);
  color: #fff;
}
.ticket-footer small {
  display: block;
}

/* ==========================================
	Image Modal / HTML Modal
========================================== */
.image-modal,
.html-modal {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.image-modal__body,
.html-modal__body {
  max-width: min(1200px, 90vw);
  max-height: 88vh;
  overflow-y: auto;
  padding: 0.6rem;
}
.image-modal__image,
.html-modal__image {
  max-width: min(1200px, 90vw);
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-modal__close,
.html-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}
.image-modal.is-active,
.html-modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* ==========================================
	Fade In
========================================== */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein-delay-1 {
  transition-delay: 0.15s;
}
.fadein-delay-2 {
  transition-delay: 0.3s;
}
.fadein-delay-3 {
  transition-delay: 0.45s;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=ticket.css.map */