@media screen and (min-width: 768px) {
  .ticket-page {
    padding-top: 6.8rem;
    padding-bottom: 10rem;
  }

  .tp-container {
    width: calc(100% - 12rem);
    max-width: 120rem;
    margin-inline: auto;
  }

  /* Hero */
  .tp-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 33.8rem;
    margin-top: -8rem;
    padding: 12rem 6rem 4rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
  }

  .tp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .tp-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
  }

  .tp-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tp-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }

  .tp-hero__heading {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .tp-hero__line {
    width: 8.9rem;
    height: 1px;
    margin-top: 0.2rem;
    filter: brightness(0) invert(1);
  }

  .tp-hero__ja {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.036rem;
    line-height: 1.4;
  }

  .tp-hero__en {
    margin-top: 0.8rem;
    font-family: Inter, sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: 0.084rem;
    line-height: 1.1;
  }

  .tp-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

  .tp-hero__breadcrumb a {
    color: var(--JOPT-Games-Color-Style-JG-White);
    text-decoration: none;
  }

  .tp-hero__breadcrumb span {
    color: var(--JOPT-Games-Color-Style-JG-White);
  }

  .tp-hero__breadcrumb img {
    width: 1.7rem;
    height: 1.7rem;
    filter: brightness(0) invert(1);
  }

  /* Anchor nav */
  .tp-anchor-nav {
    background: rgba(0, 91, 160, 0.04);
  }

  .tp-anchor-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 7.4rem;
    padding: 2.1rem 0;
  }

  .tp-anchor-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0 4.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
    text-decoration: none;
    white-space: nowrap;
  }

  .tp-anchor-nav__link img {
    width: 1.2rem;
    height: 0.9rem;
  }

  .tp-anchor-nav__divider {
    width: 1px;
    height: 2.4rem;
    background: var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  /* Section headings */
  .tp-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .tp-section-heading__line {
    width: 8.9rem;
    height: 1px;
    margin-top: 1.3rem;
  }

  .tp-section-heading__ja {
    color: var(--JOPT-Games-Color-Style-JG-Grey-01);
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.036rem;
  }

  .tp-section-heading__en {
    margin-top: 0.8rem;
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-family: Inter, sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: 0.084rem;
    line-height: normal;
  }

  /* Stage overview */
  .tp-stage {
    padding-top: 4.6rem;
  }

  .tp-stage__board-sp {
    display: none;
  }

  .tp-stage__board {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin-inline: auto;
    padding: 4.2rem 5rem 0;
    background: var(--JOPT-Games-Color-Style-JG-White);
    border-radius: 0;
  }

  .tp-stage__steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tp-stage__step {
    flex: 0 0 24.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 26.2rem;
    padding: 2.4rem 1.6rem 2rem;
    background: rgba(0, 91, 160, 0.04);
    border: 0.2rem solid #ededed;
    border-radius: 1.2rem;
  }

  .tp-stage__step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1.2rem;
    border-radius: 10rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
  }

  .tp-stage__step-title {
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 2rem;
    font-weight: 700;
    line-height: 4.2rem;
  }

  .tp-stage__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10.4rem;
  }

  .tp-stage__step-icon img {
    max-width: 100%;
    max-height: 8.4rem;
    object-fit: contain;
  }

  .tp-stage__step-desc {
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

  .tp-stage__arrow {
    flex: 0 0 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
  }

  .tp-stage__arrow img {
    width: 1.6rem;
    height: 3.1rem;
  }

  .tp-stage__cta-arrow-section {
    display: flex;
    justify-content: center;
    gap: 28.9rem;
    margin-top: 0.8rem;
  }

  .tp-stage__cta-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tp-stage__cta-arrow img {
    width: 1.4rem;
    height: 1.2rem;
  }

  .tp-stage__cta-arrow-line {
    height: 1.6rem;
    border: 0.1rem dashed var(--JOPT-Games-Color-Style-JG-Blue);
  }

  .tp-stage__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 54.6rem;
    min-height: 9.6rem;
    margin: 0 auto;
    padding: 2.4rem;
    border: 0.2rem solid var(--JOPT-Games-Color-Style-JG-Blue);
    border-radius: 1.2rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    color: var(--JOPT-Games-Color-Style-JG-White);
    text-align: center;
    text-decoration: none;
  }

  .tp-stage__cta-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.036rem;
  }

  .tp-stage__cta-note {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0.028rem;
    color: #e7e7e7;
  }

  .tp-stage__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    width: 80rem;
    max-width: 100%;
    margin: 2.4rem auto 0;
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: rgba(160, 0, 0, 0.04);
  }

  .tp-stage__notice img {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
  }

  .tp-stage__notice p {
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.028rem;
    text-align: center;
  }

  /* Subscription */
  .tp-subscription {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }

  .tp-subscription__plans {
    display: grid;
    grid-template-columns: repeat(3, 39.2rem);
    gap: 1.2rem;
    justify-content: center;
  }

  .tp-plan {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    min-height: 64rem;
    padding: 4.8rem 2.4rem;
    border-radius: 2.4rem;
    background: var(--JOPT-Games-Color-Style-JG-White);
    box-shadow: 0 0 0 0 transparent;
    border: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .tp-plan__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6rem;
  }

  .tp-plan__card-image {
    width: 20rem;
    height: auto;
    object-fit: contain;
  }

  .tp-plan__name-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
  }

  .tp-plan__name {
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
  }

  .tp-plan__price {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
  }

  .tp-plan__price-num {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.2rem;
    letter-spacing: 0.064rem;
  }

  .tp-plan__price-unit {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .tp-plan__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    width: 100%;
  }

  .tp-plan__divider {
    width: 100%;
    height: 0px;
    border: 0.1rem dashed var(--JOPT-Games-Color-Style-JG-Blue);
  }

  .tp-plan__features {
    width: 100%;
  }

  .tp-plan__features-title {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .tp-plan__features-title::before {
    content: "";
    width: 0.4rem;
    height: 2.1rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    flex-shrink: 0;
  }

  .tp-plan__features ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0.6rem;
  }

  .tp-plan__features li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

  .tp-plan__features li img {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }

  /* JOPT Digital */
  .tp-digital {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background: rgba(0, 91, 160, 0.04);
  }

  .tp-digital__products {
    display: grid;
    grid-template-columns: repeat(3, 32rem);
    gap: 1.9rem;
    justify-content: center;
  }

  .tp-product__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20.2rem;
    border-radius: 1.2rem;
    background: var(--JOPT-Games-Color-Style-JG-White-02);
    border: 0.2rem solid #ededed;
  }

  .tp-product__image-wrap img {
    max-width: 17.7rem;
    max-height: 8.9rem;
    object-fit: contain;
  }

  .tp-product__name {
    margin-top: 1.6rem;
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
    text-align: center;
  }

  .tp-product__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 0;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: 0.036rem;
  }

  .tp-product__tax {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 0.2rem;
  }

  .tp-digital-bar__tickets {
    flex: 0 0 auto;
    position: relative;
    display: block;
    width: 36.6rem;
    max-width: none;
    text-decoration: none;
    margin: 5rem auto 0;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.5);
  }

  .tp-digital-bar__tickets-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .tp-digital-bar__tickets-btn {
    position: absolute;
    left: 1.7rem;
    top: 6.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    width: 19.5rem;
    padding: 0.2rem 1.6rem;
    border-radius: 10rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: normal;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
    letter-spacing: 0.07rem;
  }

  .tp-digital-bar__tickets-btn-icon {
    width: 0.4rem;
    height: 0.9rem;
    flex-shrink: 0;
  }

  .body-bottom__btn {
    width: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .ticket-page {
    padding-top: 6.8rem;
    padding-bottom: 6rem;
  }

  .tp-container {
    width: 35.4rem;
    margin-inline: auto;
  }

  .tp-hero {
    position: relative;
    min-height: 26rem;
    margin-top: 6rem;
    padding: 2.6rem 2rem 4.1rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
  }

  .tp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .tp-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  .tp-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 38% center;
  }

  .tp-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    min-height: 19.3rem;
    width: 100%;
  }

  .tp-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0;
    align-self: flex-start;
  }

  .tp-hero__breadcrumb a,
  .tp-hero__breadcrumb span {
    display: inline-flex;
    align-items: center;
    padding: 0 0.4rem;
    color: var(--JOPT-Games-Color-Style-JG-Grey-02);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    text-decoration: none;
  }

  .tp-hero__breadcrumb img {
    width: 1.7rem;
    height: 1.7rem;
    filter: brightness(0) invert(86%);
    transform: rotate(90deg);
  }

  .tp-hero__heading {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .tp-hero__line{
    width: 4.2rem;
    height: 1px;
    margin-top: 0.9rem;
  }

  .tp-hero__line {
    width: 2.4rem;
    margin-top: 0.8rem;
    filter: brightness(0) invert(1);
  }

  .tp-hero__ja {
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.036rem;
  }

  .tp-hero__en {
    margin-top: 0.8rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-family: Inter, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.064rem;
  }

  .tp-anchor-nav {
    background: rgba(0, 91, 160, 0.04);
  }

  .tp-anchor-nav__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 10.9rem;
    width: 35.4rem;
    padding: 2.4rem 0;
  }

  .tp-anchor-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    width: 17.4rem;
    padding: 0.6rem 0;
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
    text-decoration: none;
    white-space: nowrap;
  }

  .tp-anchor-nav__link img {
    width: 1.2rem;
    height: 0.9rem;
  }

  .tp-anchor-nav__divider {
    display: none;
  }

  .tp-section-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
    margin-bottom: 2.4rem;
  }

  .tp-section-heading__line {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    width: 4.2rem;
    height: 0.1rem;
    margin-top: 0;
    display: block;
  }

  .tp-section-heading__text {
    display: contents;
  }

  .tp-section-heading__ja {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    color: var(--JOPT-Games-Color-Style-JG-Grey-01);
    font-size: 1.2rem;
    font-weight: 700;
  }

  .tp-section-heading__en {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    font-family: Inter, sans-serif;
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: normal;
  }

  .tp-stage {
    padding: 4.2rem 0 0;
  }

  .tp-stage__board {
    display: none;
  }

  .tp-stage__board-sp {
    display: block;
    width: 100%;
  }

  .tp-stage-sp__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tp-stage-sp__step {
    display: flex;
    flex-direction: column;
    width: 35.4rem;
    padding: 1.6rem 1.2rem 1.6rem 1.2rem;
    background: rgba(0, 91, 160, 0.04);
    text-align: start;
    border: 0.2rem solid #ededed;
    border-radius: 1.2rem;
  }

  .tp-stage-sp__step-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.3rem;
  }

  .tp-stage-sp__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 10.1rem;
    height: 9.2rem;
  }

  .tp-stage-sp__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .tp-stage-sp__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 19.1rem;
    flex-shrink: 0;
  }

  .tp-stage-sp__step-badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 7.5rem;
    height: 2.6rem;
    padding: 0;
    border-radius: 10rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
  }

  .tp-stage-sp__step-badge-text,
  .tp-stage-sp__step-badge-number {
    background: linear-gradient(180deg, #d9d9d9 0%, #fff 46.64%, #b3b3b3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  .tp-stage-sp__step-badge-text {
    font-size: 1.2rem;
    letter-spacing: 0.024rem;
  }

  .tp-stage-sp__step-badge-number {
    font-size: 2rem;
    letter-spacing: -0.04rem;
  }

  .tp-stage-sp__step-title {
    margin: 0.6rem 0 0;
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .tp-stage-sp__step-desc {
    margin: 0;
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .tp-stage-sp__arrow {
    display: flex;
  }

  .tp-stage-sp__arrow img {
    width: 1.6rem;
    height: 3.1rem;
    transform: rotate(90deg);
  }

  .tp-stage__cta-arrow-section {
    display: none;
  }

  .tp-stage-sp__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 32.7rem;
    max-width: 100%;
    margin-top: 1.6rem;
    padding: 1.2rem 0;
    border-radius: 1.2rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    color: var(--JOPT-Games-Color-Style-JG-White);
    text-align: center;
    text-decoration: none;
  }

  .tp-stage-sp__cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .tp-stage-sp__cta-title,
  .tp-stage-sp__cta-note {
    display: block;
  }

  .tp-stage-sp__cta-title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2rem;
  }

  .tp-stage-sp__cta-note {
    color: #e7e7e7;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .tp-stage-sp__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    width: 35.1rem;
    margin-top: 2.4rem;
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: rgba(160, 0, 0, 0.04);
  }

  .tp-stage-sp__notice img {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
  }

  .tp-stage-sp__notice-text {
    display: flex;
    flex-direction: column;
  }

  .tp-stage-sp__notice-text p {
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.024rem;
  }

  .tp-subscription {
    margin: 3.5rem 0 6rem;
  }

  .tp-subscription__plans {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
  }

  .tp-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    width: 35.3rem;
    padding: 2.4rem;
    border: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
    border-radius: 2.4rem;
    background: var(--JOPT-Games-Color-Style-JG-White);
  }

  .tp-plan__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }

  .tp-plan__card-image {
    width: 16rem;
    height: auto;
    object-fit: contain;
  }

  .tp-plan__name-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
  }

  .tp-plan__name {
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
  }

  .tp-plan__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.4rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
  }

  .tp-plan__price-num {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.2rem;
    letter-spacing: 0.064rem;
  }

  .tp-plan__price-unit {
    height: 3.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .tp-plan__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    width: 100%;
  }

  .tp-plan__divider {
    width: 100%;
    height: 0;
    border-top: 0.1rem dashed var(--JOPT-Games-Color-Style-JG-Blue);
  }

  .tp-plan__features {
    width: 100%;
  }

  .tp-plan__features-title {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .tp-plan__features-title::before {
    content: "";
    width: 0.4rem;
    height: 2.1rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    flex-shrink: 0;
  }

  .tp-plan__features ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0.6rem;
  }

  .tp-plan__features li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

  .tp-plan__features li img {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }

  .tp-digital {
    padding: 6rem 0;
    background: rgba(0, 91, 160, 0.04);
  }

  .tp-digital .tp-container {
    width: 35.4rem;
  }

  .tp-digital__products {
    display: grid;
    grid-template-columns: repeat(2, 17.1rem);
    gap: 3.2rem 1.2rem;
  }

  .tp-product {
    min-width: 0;
  }

  .tp-product__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.1rem;
    height: 12rem;
    border: 0.2rem solid #ededed;
    border-radius: 0.6rem;
    background: var(--JOPT-Games-Color-Style-JG-White);
  }

  .tp-product__image-wrap img {
    width: 10rem;
    max-height: 5.1rem;
    object-fit: contain;
  }

  .tp-product__name {
    margin-top: 0.8rem;
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2rem;
    text-align: center;
  }

  .tp-product__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 0;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
  }

  .tp-product__tax {
    padding-top: 0.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .tp-digital-bar__tickets {
    position: relative;
    display: block;
    width: 100%;
    max-width: 33.8rem;
    margin-top: 2.4rem;
    text-decoration: none;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.5);
  }

  .tp-digital-bar__tickets-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .tp-digital-bar__tickets picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .tp-digital-bar__tickets-btn {
    position: absolute;
    left: 1.4rem;
    top: 5.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    width: 18.5rem;
    padding: 0.2rem 1.6rem;
    border-radius: 10rem;
    background: var(--JOPT-Games-Color-Style-JG-Blue);
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: normal;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
    letter-spacing: 0.07rem;
  }

  .tp-digital-bar__tickets-btn-icon {
    width: 0.4rem;
    height: 0.9rem;
    flex-shrink: 0;
  }
}
