@charset "UTF-8";

/* ==========================================
   TUBC FIRST GAME GUIDE
========================================== */

#tubc-lp-wrapper {
  --lp-blue: #005bac;
  --lp-blue-dark: #003c78;
  --lp-blue-light: #eaf5ff;
  --lp-cyan: #00aeea;
  --lp-yellow: #ffe100;
  --lp-black: #111820;
  --lp-gray: #66717d;
  --lp-gray-light: #f4f7fa;
  --lp-border: #dce4eb;
  --lp-white: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--lp-black);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    YuGothic,
    Arial,
    sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

#tubc-lp-wrapper *,
#tubc-lp-wrapper *::before,
#tubc-lp-wrapper *::after {
  box-sizing: border-box;
}

#tubc-lp-wrapper img {
  display: block;
  max-width: 100%;
}

#tubc-lp-wrapper a {
  color: inherit;
  text-decoration: none;
}

#tubc-lp-wrapper h1,
#tubc-lp-wrapper h2,
#tubc-lp-wrapper h3,
#tubc-lp-wrapper h4,
#tubc-lp-wrapper p {
  margin-top: 0;
}

.lp-sp-only {
  display: none;
}


/* ==========================================
   COMMON
========================================== */

.lp-section {
  position: relative;
  padding: 110px 24px;
}

.lp-section-heading {
  width: min(100%, 920px);
  margin: 0 auto 60px;
  text-align: center;
}

.lp-section-en {
  margin: 0 0 12px;
  color: var(--lp-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.lp-section-heading h2 {
  margin: 0;
  color: var(--lp-black);
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.lp-section-heading h2 span {
  color: var(--lp-blue);
}

.lp-section-lead {
  margin: 24px 0 0;
  color: var(--lp-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.lp-section-heading-white .lp-section-en {
  color: #73d8ff;
}

.lp-section-heading-white h2,
.lp-section-heading-white .lp-section-lead {
  color: #fff;
}

.lp-section-heading-white h2 span {
  color: #65d5ff;
}


/* ==========================================
   BUTTON
========================================== */

.lp-btn-primary,
.lp-btn-secondary {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.lp-btn-primary {
  background: var(--lp-yellow);
  color: #111 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.lp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.lp-btn-secondary {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.28);
  color: #fff !important;
  backdrop-filter: blur(6px);
}

.lp-btn-secondary:hover {
  background: #fff;
  color: var(--lp-blue-dark) !important;
}


/* ==========================================
   HERO
========================================== */

.lp-hero {
  position: relative;
  min-height: min(800px, calc(100vh - 50px));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #001d3c;
}

.lp-hero-image-wrap {
  position: absolute;
  inset: 0;
}

.lp-hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.lp-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 20, 47, 0.92) 0%,
      rgba(0, 36, 75, 0.74) 40%,
      rgba(0, 36, 75, 0.2) 78%,
      rgba(0, 36, 75, 0.1) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 15, 35, 0.45),
      transparent 50%
    );
}

.lp-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 100px 32px;
  color: #fff;
}

.lp-hero-label {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: rgba(0, 91, 172, 0.42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  backdrop-filter: blur(5px);
}

.lp-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7.5vw, 94px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}

.lp-hero h1 span {
  color: #55d6ff;
}

.lp-hero-catch {
  margin: 28px 0 0;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.7;
}

.lp-hero-catch strong {
  color: #fff;
  font-weight: 900;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.lp-hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff !important;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  transform: translateX(-50%);
}

.lp-hero-scroll-arrow {
  margin-top: 5px;
  font-size: 20px;
  animation: lp-scroll 1.5s infinite ease-in-out;
}

@keyframes lp-scroll {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}


/* ==========================================
   INTRO
========================================== */

.lp-intro {
  background: #fff;
}

.lp-intro-points {
  display: grid;
  width: min(100%, 1100px);
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.lp-intro-point {
  position: relative;
  padding: 40px 34px;
}

.lp-intro-point + .lp-intro-point {
  border-left: 1px solid var(--lp-border);
}

.lp-intro-number {
  display: block;
  margin-bottom: 12px;
  color: var(--lp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.lp-intro-point strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}

.lp-intro-point p {
  margin: 0;
  color: var(--lp-gray);
  font-size: 14px;
}


/* ==========================================
   FEATURES
========================================== */

.lp-experience {
  background: var(--lp-gray-light);
}

.lp-features-grid {
  display: grid;
  width: min(100%, 1180px);
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lp-feature-card {
  overflow: hidden;
  border: 1px solid var(--lp-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 39, 72, 0.07);
}

.lp-feature-image {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.lp-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lp-feature-card:hover .lp-feature-image img {
  transform: scale(1.05);
}

.lp-feature-number {
  position: absolute;
  right: 16px;
  bottom: -4px;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.9;
}

.lp-feature-text {
  padding: 28px;
}

.lp-feature-label {
  margin: 0 0 5px;
  color: var(--lp-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.lp-feature-text h3 {
  margin: 0 0 12px;
  color: var(--lp-black);
  font-size: 25px;
  font-weight: 900;
}

.lp-feature-text p:last-child {
  margin: 0;
  color: var(--lp-gray);
  font-size: 14px;
}


/* ==========================================
   TIMELINE
========================================== */

.lp-timeline-section {
  background:
    linear-gradient(135deg, #001e3e 0%, #004f94 100%);
}

.lp-swipe-text {
  display: none;
  text-align: center;
}

.lp-timeline-slider {
  display: flex;
  width: min(100%, 1180px);
  margin: 0 auto;
  gap: 18px;
}

.lp-timeline-slide {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  border-radius: 17px;
  background: #fff;
}

.lp-timeline-image {
  height: 180px;
  overflow: hidden;
}

.lp-timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-slide-content {
  min-height: 230px;
  padding: 23px 20px;
}

.lp-time-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 9px;
  border-radius: 100px;
  background: var(--lp-blue-light);
  color: var(--lp-blue);
  font-size: 10px;
  font-weight: 900;
}

.lp-time-badge-accent {
  background: #ffe600;
  color: #111;
}

.lp-slide-content h3 {
  margin: 0 0 11px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
}

.lp-slide-content p {
  margin: 0;
  color: var(--lp-gray);
  font-size: 13px;
}

.lp-timeline-highlight {
  box-shadow: 0 0 0 3px #ffe100;
}


/* ==========================================
   BEGINNER
========================================== */

.lp-beginner {
  background: #fff;
}

.lp-beginner-grid {
  display: grid;
  width: min(100%, 1050px);
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.lp-beginner-card {
  position: relative;
  padding: 35px;
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-beginner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(0, 57, 106, 0.08);
}

.lp-beginner-icon {
  display: block;
  margin-bottom: 18px;
  font-size: 37px;
}

.lp-beginner-card h3 {
  margin: 0 0 9px;
  font-size: 21px;
  font-weight: 900;
}

.lp-beginner-card p {
  margin: 0;
  color: var(--lp-gray);
  font-size: 14px;
}


/* ==========================================
   SEAT
========================================== */

.lp-seats-section {
  background: var(--lp-gray-light);
}

.lp-seat-interactive {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.css-radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* SEAT TABS */

.lp-seat-tabs {
  display: grid;
  margin-bottom: 25px;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.lp-seat-tab {
  display: flex;
  min-height: 100px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  border: 2px solid var(--lp-border);
  border-radius: 12px;
  background: #fff;
  color: var(--lp-black);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  transition:
    border 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lp-seat-tab:hover {
  border-color: var(--lp-blue);
  transform: translateY(-2px);
}

.lp-seat-tab span {
  display: block;
  color: var(--lp-blue);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.lp-seat-tab small {
  display: block;
  margin-top: 5px;
  color: var(--lp-gray);
  font-size: 9px;
  font-weight: 700;
}

#seat1:checked ~ .lp-seat-tabs .tab1,
#seat2:checked ~ .lp-seat-tabs .tab2,
#seat3:checked ~ .lp-seat-tabs .tab3,
#seat4:checked ~ .lp-seat-tabs .tab4,
#seat5:checked ~ .lp-seat-tabs .tab5 {
  border-color: var(--lp-blue);
  background: var(--lp-blue);
  color: #fff;
}

#seat1:checked ~ .lp-seat-tabs .tab1 span,
#seat2:checked ~ .lp-seat-tabs .tab2 span,
#seat3:checked ~ .lp-seat-tabs .tab3 span,
#seat4:checked ~ .lp-seat-tabs .tab4 span,
#seat5:checked ~ .lp-seat-tabs .tab5 span,
#seat1:checked ~ .lp-seat-tabs .tab1 small,
#seat2:checked ~ .lp-seat-tabs .tab2 small,
#seat3:checked ~ .lp-seat-tabs .tab3 small,
#seat4:checked ~ .lp-seat-tabs .tab4 small,
#seat5:checked ~ .lp-seat-tabs .tab5 small {
  color: #fff;
}


/* SEAT LAYOUT */

.lp-seat-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.lp-seat-map-area,
.lp-seat-view-area {
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  background: #fff;
}

.lp-seat-block-label {
  margin: 0 0 14px;
  color: var(--lp-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}


/* ==========================================
   IMPORTANT
   SEAT IMAGE SWITCH
========================================== */

.lp-seat-map-container,
.lp-seat-view-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f3f5f7;
  border-radius: 12px;
}

.lp-seat-map-container {
  aspect-ratio: 1 / 1;
}

.lp-seat-view-img {
  aspect-ratio: 1040 / 840;
}


/*
  画像をすべて同じ場所に重ね、
  opacity / visibility で切り替える
*/
#tubc-lp-wrapper .css-map,
#tubc-lp-wrapper .css-view {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;

  opacity: 0 !important;
  visibility: hidden !important;

  pointer-events: none !important;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

#tubc-lp-wrapper .css-map {
  object-fit: contain !important;
}

#tubc-lp-wrapper .css-view {
  object-fit: cover !important;
}


/* 3・4階 */

#tubc-lp-wrapper #seat1:checked
~ .lp-seat-main
.lp-seat-map-container
.map1,

#tubc-lp-wrapper #seat1:checked
~ .lp-seat-main
.lp-seat-view-img
.view1 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}


/* 2階 */

#tubc-lp-wrapper #seat2:checked
~ .lp-seat-main
.lp-seat-map-container
.map2,

#tubc-lp-wrapper #seat2:checked
~ .lp-seat-main
.lp-seat-view-img
.view2 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}


/* 1階自由 */

#tubc-lp-wrapper #seat3:checked
~ .lp-seat-main
.lp-seat-map-container
.map3,

#tubc-lp-wrapper #seat3:checked
~ .lp-seat-main
.lp-seat-view-img
.view3 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}


/* 1階指定 */

#tubc-lp-wrapper #seat4:checked
~ .lp-seat-main
.lp-seat-map-container
.map4,

#tubc-lp-wrapper #seat4:checked
~ .lp-seat-main
.lp-seat-view-img
.view4 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}


/* プレミアム */

#tubc-lp-wrapper #seat5:checked
~ .lp-seat-main
.lp-seat-map-container
.map5,

#tubc-lp-wrapper #seat5:checked
~ .lp-seat-main
.lp-seat-view-img
.view5 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 5 !important;
}


/* ==========================================
   SEAT TEXT SWITCH
========================================== */

.lp-seat-text-box {
  padding-top: 22px;
}

#tubc-lp-wrapper .css-text {
  display: none !important;
}

#tubc-lp-wrapper #seat1:checked
~ .lp-seat-main
.text1,

#tubc-lp-wrapper #seat2:checked
~ .lp-seat-main
.text2,

#tubc-lp-wrapper #seat3:checked
~ .lp-seat-main
.text3,

#tubc-lp-wrapper #seat4:checked
~ .lp-seat-main
.text4,

#tubc-lp-wrapper #seat5:checked
~ .lp-seat-main
.text5 {
  display: block !important;
}

.lp-seat-recommend {
  display: inline-block;
  margin-bottom: 9px;
  padding: 4px 10px;
  border-radius: 20px;
  background: var(--lp-blue-light);
  color: var(--lp-blue);
  font-size: 10px;
  font-weight: 900;
}

.css-text h3 {
  margin: 0 0 8px;
  font-size: 25px;
  font-weight: 900;
}

.css-text p {
  margin: 0;
  color: var(--lp-gray);
  font-size: 14px;
}


/* ==========================================
   RECOMMEND
========================================== */

.lp-recommend-section {
  background: #fff;
}

.lp-recommend-grid {
  display: grid;
  width: min(100%, 1080px);
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lp-recommend-card {
  position: relative;
  padding: 30px 22px;
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.lp-recommend-main {
  border: 3px solid var(--lp-blue);
  box-shadow: 0 10px 30px rgba(0, 91, 172, 0.11);
}

.lp-recommend-tag {
  position: absolute;
  top: -13px;
  left: 50%;
  padding: 5px 12px;
  border-radius: 30px;
  background: var(--lp-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.lp-recommend-emoji {
  display: block;
  margin-bottom: 12px;
  font-size: 32px;
}

.lp-recommend-card h3 {
  margin: 0 0 8px;
  color: var(--lp-gray);
  font-size: 12px;
}

.lp-recommend-card strong {
  display: block;
  margin-bottom: 13px;
  color: var(--lp-black);
  font-size: 21px;
  font-weight: 900;
}

.lp-recommend-card p {
  margin: 0;
  color: var(--lp-gray);
  font-size: 13px;
}


/* ==========================================
   FAQ
========================================== */

.lp-faq-section {
  background: var(--lp-gray-light);
}

.lp-faq-list {
  width: min(100%, 860px);
  margin: 0 auto;
}

.lp-faq-item {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid var(--lp-border);
  border-radius: 13px;
  background: #fff;
}

.lp-faq-item summary {
  position: relative;
  display: flex;
  min-height: 78px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  gap: 16px;
  padding: 20px 60px 20px 22px;
  color: var(--lp-black);
  font-size: 15px;
  font-weight: 900;
}

.lp-faq-item summary::-webkit-details-marker {
  display: none;
}

.lp-faq-q,
.lp-faq-a {
  flex: 0 0 auto;
  color: var(--lp-blue);
  font-size: 22px;
  font-weight: 900;
}

.lp-faq-plus {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.lp-faq-plus::before,
.lp-faq-plus::after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--lp-blue);
  content: "";
}

.lp-faq-plus::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.lp-faq-item[open] .lp-faq-plus::after {
  transform: rotate(0);
}

.lp-faq-item[open] summary {
  color: var(--lp-blue);
}

.lp-faq-answer {
  display: flex;
  gap: 16px;
  padding: 0 60px 24px 22px;
}

.lp-faq-answer p {
  margin: 1px 0 0;
  color: var(--lp-gray);
  font-size: 14px;
}


/* ==========================================
   FINAL CTA
========================================== */

.lp-final-cta {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lp-final-cta-bg,
.lp-final-cta-overlay {
  position: absolute;
  inset: 0;
}

.lp-final-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-final-cta-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(0, 26, 58, 0.94),
      rgba(0, 62, 117, 0.82)
    );
}

.lp-final-cta-content {
  position: relative;
  z-index: 2;
  width: min(100%, 900px);
  padding: 90px 25px;
  color: #fff;
  text-align: center;
}

.lp-final-cta .lp-section-en {
  color: #61d6ff;
}

.lp-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.lp-final-cta h2 span {
  color: #66d9ff;
}

.lp-final-cta-lead {
  margin: 25px 0 35px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.lp-btn-ticket {
  min-width: min(100%, 420px);
  min-height: 68px;
  font-size: 18px;
}

.lp-btn-ticket-icon {
  font-size: 21px;
}

.lp-ticket-note {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .lp-section {
    padding: 85px 22px;
  }

  .lp-features-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .lp-feature-card {
    display: grid;
    grid-template-columns: 45% 55%;
  }

  .lp-feature-image {
    height: 100%;
    min-height: 280px;
  }

  .lp-timeline-slider {
    overflow-x: auto;
    width: calc(100% + 22px);
    margin-right: -22px;
    padding: 0 22px 15px 0;
    gap: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lp-timeline-slider::-webkit-scrollbar {
    display: none;
  }

  .lp-timeline-slide {
    flex: 0 0 270px;
    scroll-snap-align: start;
  }

  .lp-swipe-text {
    display: block;
    margin: -25px 0 25px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
  }

  .lp-seat-tabs {
    overflow-x: auto;
    display: flex;
    width: calc(100% + 22px);
    margin-right: -22px;
    padding: 0 22px 10px 0;
    scrollbar-width: none;
  }

  .lp-seat-tabs::-webkit-scrollbar {
    display: none;
  }

  .lp-seat-tab {
    flex: 0 0 180px;
  }

  .lp-recommend-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* ==========================================
   SMARTPHONE
========================================== */

@media screen and (max-width: 767px) {

  .lp-pc-only {
    display: none;
  }

  .lp-sp-only {
    display: block;
  }

  .lp-section {
    padding: 70px 18px;
  }

  .lp-section-heading {
    margin-bottom: 38px;
  }

  .lp-section-en {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .lp-section-heading h2 {
    font-size: 34px;
    line-height: 1.25;
  }

  .lp-section-lead {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.9;
  }


  /* HERO */

  .lp-hero {
    min-height: 660px;
    align-items: flex-end;
  }

  .lp-hero-image-wrap img {
    object-position: 58% center;
  }

  .lp-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(0, 17, 39, 0.97) 0%,
        rgba(0, 26, 56, 0.82) 45%,
        rgba(0, 26, 56, 0.2) 100%
      );
  }

  .lp-hero-content {
    padding: 150px 19px 95px;
  }

  .lp-hero-label {
    margin-bottom: 15px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .lp-hero h1 {
    font-size: clamp(45px, 13.5vw, 64px);
    line-height: 1.07;
  }

  .lp-hero-catch {
    margin-top: 19px;
    font-size: 15px;
  }

  .lp-hero-actions {
    display: grid;
    margin-top: 28px;
    gap: 9px;
  }

  .lp-btn-primary,
  .lp-btn-secondary {
    width: 100%;
    min-height: 56px;
    padding: 15px 20px;
    border-radius: 9px;
    font-size: 14px;
  }

  .lp-hero-scroll {
    display: none;
  }


  /* INTRO */

  .lp-intro-points {
    display: block;
  }

  .lp-intro-point {
    padding: 25px 5px;
  }

  .lp-intro-point + .lp-intro-point {
    border-top: 1px solid var(--lp-border);
    border-left: 0;
  }

  .lp-intro-point strong {
    font-size: 18px;
  }

  .lp-intro-point p {
    font-size: 13px;
  }


  /* FEATURES */

  .lp-feature-card {
    display: block;
    border-radius: 14px;
  }

  .lp-feature-image {
    height: 220px;
    min-height: 0;
  }

  .lp-feature-number {
    font-size: 58px;
  }

  .lp-feature-text {
    padding: 22px;
  }

  .lp-feature-text h3 {
    font-size: 21px;
  }


  /* TIMELINE */

  .lp-timeline-slider {
    width: calc(100% + 18px);
    margin-right: -18px;
    padding-right: 18px;
  }

  .lp-timeline-slide {
    flex-basis: 78vw;
    max-width: 310px;
  }

  .lp-slide-content {
    min-height: 205px;
  }


  /* BEGINNER */

  .lp-beginner-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-beginner-card {
    padding: 25px 22px;
    border-radius: 13px;
  }

  .lp-beginner-icon {
    margin-bottom: 11px;
    font-size: 30px;
  }

  .lp-beginner-card h3 {
    font-size: 18px;
  }


  /* SEATS */

  .lp-seat-tabs {
    width: calc(100% + 18px);
    margin-right: -18px;
    padding-right: 18px;
  }

  .lp-seat-tab {
    flex-basis: 145px;
    min-height: 87px;
    font-size: 13px;
  }

  .lp-seat-main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lp-seat-map-area,
  .lp-seat-view-area {
    padding: 13px;
    border-radius: 13px;
  }

  .lp-seat-text-box {
    padding: 18px 5px 5px;
  }

  .css-text h3 {
    font-size: 22px;
  }

  .css-text p {
    font-size: 13px;
  }


  /* RECOMMEND */

  .lp-recommend-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-recommend-card {
    padding: 26px 20px;
  }

  .lp-recommend-main {
    margin-top: 8px;
  }


  /* FAQ */

  .lp-faq-item {
    border-radius: 10px;
  }

  .lp-faq-item summary {
    min-height: 70px;
    gap: 11px;
    padding: 17px 48px 17px 15px;
    font-size: 13px;
    line-height: 1.6;
  }

  .lp-faq-q,
  .lp-faq-a {
    font-size: 19px;
  }

  .lp-faq-plus {
    right: 16px;
  }

  .lp-faq-answer {
    gap: 11px;
    padding: 0 18px 20px 15px;
  }

  .lp-faq-answer p {
    font-size: 12px;
  }


  /* FINAL CTA */

  .lp-final-cta {
    min-height: 520px;
  }

  .lp-final-cta-content {
    padding: 75px 18px;
  }

  .lp-final-cta h2 {
    font-size: 40px;
  }

  .lp-final-cta-lead {
    margin: 20px 0 27px;
    font-size: 14px;
  }

  .lp-btn-ticket {
    min-width: 0;
    min-height: 62px;
    font-size: 16px;
  }

}


/* ==========================================
   ACCESSIBILITY
========================================== */

@media (prefers-reduced-motion: reduce) {

  #tubc-lp-wrapper *,
  #tubc-lp-wrapper *::before,
  #tubc-lp-wrapper *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

}


/* ==========================================
   HEADER / FOOTER RESPONSIVE
========================================== */

@media screen and (max-width: 900px) {

  .lp-header-inner {
    min-height: 70px;
    padding: 10px 18px;
  }

  .lp-header-logo img {
    max-width: 150px;
    max-height: 48px;
  }

  .lp-header-nav > a:not(.lp-header-ticket):not(.lp-header-schedule) {
    display: none;
  }

  .lp-header-nav {
    gap: 9px;
  }

  .lp-header-schedule {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid rgba(0, 60, 120, 0.25);
    border-radius: 7px;
  }

  .lp-header-ticket {
    min-height: 44px;
    padding: 8px 14px;
  }

}


@media screen and (max-width: 767px) {

  .lp-header-inner {
    min-height: 62px;
    gap: 8px;
    padding: 8px 12px;
  }

  .lp-header-logo img {
    max-width: 115px;
    max-height: 43px;
  }

  .lp-header-nav {
    gap: 6px;
  }

  .lp-header-nav > a {
    font-size: 10px;
  }

  .lp-header-schedule {
    min-height: 40px;
    padding: 7px 9px;
  }

  .lp-header-ticket {
    min-height: 40px;
    padding: 7px 10px;
    font-size: 10px !important;
  }


  /* SCHEDULE CTA */

  .lp-schedule-cta {
    padding: 48px 18px;
  }

  .lp-schedule-cta-inner {
    display: block;
    text-align: center;
  }

  .lp-schedule-cta h2 {
    font-size: 31px;
  }

  .lp-schedule-cta-text > p:last-child {
    margin-top: 10px;
    font-size: 13px;
  }

  .lp-schedule-btn {
    width: 100%;
    min-width: 0;
    margin-top: 25px;
  }


  /* FINAL */

  .lp-final-actions {
    display: grid;
    width: 100%;
    gap: 9px;
  }

  .lp-final-schedule-btn {
    width: 100%;
    min-height: 58px;
    font-size: 14px;
  }


  /* FOOTER */

  .lp-footer {
    padding: 38px 18px 100px;
  }

  .lp-footer-inner {
    display: block;
    text-align: center;
  }

  .lp-footer-logo {
    justify-content: center;
  }

  .lp-footer-logo img {
    max-width: 180px;
  }

  .lp-footer-nav {
    justify-content: center;
    margin-top: 25px;
    gap: 14px 22px;
  }

  .lp-footer-nav a {
    font-size: 12px;
  }


  /* FIXED CTA */

  .lp-fixed-actions {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
  }

  .lp-fixed-schedule {
    flex: 0 0 34%;
    padding: 8px;
    font-size: 11px;
  }

  .lp-fixed-ticket {
    flex: 1;
    padding: 8px 12px;
    font-size: 13px;
  }

}