@import 'reset.css';
@import 'define.css';

html {
  font-family: var(--font-ja);
  font-size: var(--font-size);
  color: var(--JOPT-Games-Color-Style-JG-Grey-01);
  scroll-behavior: smooth;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.anchor-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.anchor-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .sp {
      display: none !important;
  }

  .main {
    padding-top: 6.8rem;
    width: calc(100% - 12rem);
    max-width: 120rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.48756219vw; /* 10/402 * 100 */
  }

  * {
    cursor: revert !important;
  }

  .pc {
    display: none !important;
  }

  .main {
    width: 36.2rem;
    padding-top: 6.8rem;
    margin-inline: auto;
  }

  a {
    -webkit-tap-highlight-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    height: 6.8rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.06);
  }

  #header .header-inner {
    display: flex;
    width: 100%;
    max-width: 134.4rem;
    justify-content: space-between;
    align-items: center;
    margin: 0 4.8rem;
  }

  #header .header-logo {
    display: flex;
    align-items: center;
    gap: 1.65rem;
    flex-shrink: 0;
  }

  #header .header-logo__icon {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
  }

  #header .header-logo__text {
    display: flex;
    align-items: center;
    gap: 0.66rem;
  }

  #header .header-logo__jopt {
    width: 6.05rem;
    height: 1.7rem;
    object-fit: contain;
  }

  #header .header-logo__games {
    width: 8.18rem;
    height: 1.7rem;
    object-fit: contain;
  }

  #header .header-right {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }

  #header .header-nav {
    display: flex;
    gap: 3.2rem;
  }

  #header .header-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    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;
  }

  #header .header-nav a.is-active {
    border-bottom: 0.2rem solid var(--JOPT-Games-Color-Style-JG-Black-02);
  }

  #header .header-sns {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  #header .header-sns__link {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    flex-shrink: 0;
  }

  #header .header-sns__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .anchor-top {
    position: fixed;
    bottom: 6rem;
    right: 6rem;
    z-index: 100;
  }

  .anchor-top a img {
    width: 7.8rem;
    height: 7.8rem;
  }

  .footer {
    background: var(--JOPT-Games-Color-Style-JG-Grey-01);
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 134.4rem;
    margin: 0 4.8rem;
    padding: 12rem 0 4.2rem;
  }

  .footer-row--upper {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }

  .footer-row--lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    gap: 1.65rem;
    flex-shrink: 0;
  }

  .footer-logo__icon {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
  }

  .footer-logo__text {
    display: flex;
    align-items: center;
    gap: 0.66rem;
  }

  .footer-logo__jopt {
    width: 6.05rem;
    height: 1.7rem;
    object-fit: contain;
  }

  .footer-logo__games {
    width: 8.18rem;
    height: 1.7rem;
    object-fit: contain;
  }

  .footer-nav {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 3.2rem;
    min-width: 0;
  }

  .footer-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0.6rem 0;
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
    white-space: nowrap;
  }

  .footer-sns {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
  }

  .footer-sns__link {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    flex-shrink: 0;
  }

  .footer-sns__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer-legal {
    display: flex;
    flex-wrap: nowrap;
    gap: 3.2rem;
    min-width: 0;
  }

  .footer-legal a {
    display: inline-flex;
    width: auto;
    padding: 0;
    color: var(--JOPT-Games-Color-Style-JG-Grey-02);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
    white-space: nowrap;
  }

  .footer-divider {
    width: 100%;
    height: 0;
    margin: 6rem 0;
    border-top: 1px solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .footer-copyright {
    flex-shrink: 0;
    color: var(--JOPT-Games-Color-Style-JG-Grey-02);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: right;
    white-space: nowrap;
  }

  .breadcrumb {
    display: inline-flex;
    align-items: center;
    margin-top: 12rem;
  }

  .breadcrumb a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
  }

  .breadcrumb span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
  }

  .breadcrumb span img {
    width: 1.7rem;
    height: 1.7rem;
    aspect-ratio: 1/1;
  }

  .page-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 7.8rem;
  }

  .page-title .page-badge {
    width: min-content;
    border-radius: 100px;
    background: var(--JOPT-Games-Color-Style-JG-Blue-Gr);
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8rem;
    align-content: center;
    text-align: center;
    padding: 0.4rem 2.4rem;
  }

  .page-title h1 {
    margin-top: 1.6rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.2rem;
    letter-spacing: 0.064rem;
  }

  .page-content {
    width: 79.6rem;
  }

  /* Page hero (shared across inner pages) */
  .page-hero {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 33.8rem;
    width: 100%;
    color: var(--JOPT-Games-Color-Style-JG-White);
    overflow: hidden;
  }

  .page-hero__bg {
    position: absolute;
    inset: 0;
  }

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

  .page-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .page-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    width: calc(100% - 12rem);
    max-width: 120rem;
    min-height: 33.8rem;
    margin-inline: auto;
    padding: 0 0 2.4rem;
  }

  .page-hero__title {
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-self: center;
    justify-self: start;
  }

  .page-hero__title-row {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }

  .page-hero__title-line {
    width: 8.9rem;
    height: 0.1rem;
    flex-shrink: 0;
    display: block;
    filter: brightness(0) invert(1);
  }

  .page-hero__title-ja {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0.036rem;
  }

  .page-hero__title-en {
    margin-left: calc(8.9rem + 1.2rem);
    font-family: Inter, sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: 0.084rem;
    line-height: 1;
  }

  .page-hero__breadcrumb {
    grid-row: 2;
    align-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

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

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

  .page-anchor-nav {
    width: 100%;
    background: #f4f4f4;
    border-bottom: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .page-anchor-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: calc(100% - 12rem);
    max-width: 120rem;
    min-height: 7.4rem;
    margin-inline: auto;
  }

  .page-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;
  }

  .page-anchor-nav__link img {
    width: 1.3rem;
    height: 0.8rem;
  }

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

  .body-bottom-wrap {
    width: calc(100% - 12rem);
    max-width: 99.8rem;
    margin-inline: auto;
  }

  .body-bottom {
    position: relative;
    overflow: hidden;
    margin-top: 10rem;
    padding: 3.3rem 6rem 3.9rem;
    border-radius: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
    box-sizing: border-box;
    background: url('../images/common/cta_banner.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

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

  .body-bottom__content {
    position: relative;
    z-index: 1;
  }

  .body-bottom__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.056rem;
  }

  .body-bottom__desc {
    margin-top: 1rem;
    max-width: 54.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

  .body-bottom__desc br.sp {
    display: none;
  }

  .body-bottom__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.6rem;
    padding: 1.2rem 1.6rem;
    border-radius: 0.6rem;
    background: var(--JOPT-Games-Color-Style-JG-White);
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
    text-decoration: none;
  }

  .body-bottom__btn img {
    width: 0.6rem;
    height: 1.3rem;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden !important;
  }

  #header {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 6.8rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.06);
  }

  #header.open {
    box-shadow: unset;
  }

  #header .header-inner {
    display: flex;
    width: 100%;
    padding: 0 2.4rem;
    justify-content: space-between;
    align-items: center;
  }

  #header .header-logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-shrink: 0;
  }

  #header .header-logo__icon {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
  }

  #header .header-logo__text {
    display: flex;
    align-items: center;
    gap: 0.42rem;
  }

  #header .header-logo__jopt {
    width: 4.5rem;
    height: 1.264rem;
    object-fit: contain;
  }

  #header .header-logo__games {
    width: 6.08rem;
    height: 1.264rem;
    object-fit: contain;
  }

  #header .header-actions {
    display: flex;
    align-items: center;
    gap: 0;
  }

  #header .header-sns {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  #header .header-sns__link {
    display: flex;
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
  }

  #header .header-sns__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #header .header-menu-icon {
    display: flex;
    width: 4.2rem;
    height: 4.2rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    margin-left: 1.2rem;
  }

  #header .header-menu-icon__close {
    display: none;
  }

  #header .header-menu-icon.open .header-menu-icon__open {
    display: none;
  }

  #header .header-menu-icon.open .header-menu-icon__close {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
  }

  #header .header-menu-icon__open {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
  }

  .mobile-nav {
    position: fixed;
    top: 6.8rem;
    z-index: 100;
    height: calc(100vh - 6.8rem);
    width: 100%;
    background: var(--JOPT-Games-Color-Style-JG-White-02);
    display: none;
  }

  .mobile-nav.open {
    display: block;
  }

  .mobile-nav-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 3.2rem;
  }
  
  .mobile-nav-list {
    display: flex;
    padding: 0 2rem;
    flex-direction: column;
    align-items: center;
  }
  
  .mobile-nav-list a {
    display: flex;
    height: 6.8rem;
    width: 100%;
    padding: 0 1.2rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .mobile-nav-list a span {
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: 0.036rem;
  }

  .mobile-nav-list a img {
    width: 2.4rem;
    height: 2.4rem;
  }

  .mobile-nav-footer {
    margin-top: auto;
    width: 100%;
    padding: 2.4rem 0;
    text-align: center;
    color: var(--JOPT-Games-Color-Style-JG-Grey-01);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .anchor-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
  }

  .anchor-top a img {
    width: 7.8rem;
    height: 7.8rem;
  }

  .footer {
    background: var(--JOPT-Games-Color-Style-JG-Grey-01);
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 6rem 2rem;
  }

  .footer-row--upper,
  .footer-row--lower {
    display: contents;
  }

  .footer-logo {
    order: 1;
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-shrink: 0;
    margin-bottom: 6rem;
  }

  .footer-logo__icon {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
  }

  .footer-logo__text {
    display: flex;
    align-items: center;
    gap: 0.42rem;
  }

  .footer-logo__jopt {
    width: 4.5rem;
    height: 1.264rem;
    object-fit: contain;
  }

  .footer-logo__games {
    width: 6.08rem;
    height: 1.264rem;
    object-fit: contain;
  }

  .footer-nav {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: start;
    width: 100%;
  }

  .footer-nav a {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 1.6rem 0;
    align-items: center;
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

  .footer-legal {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: start;
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }

  .footer-legal a {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 1.6rem 0;
    align-items: center;
    color: var(--JOPT-Games-Color-Style-JG-Grey-02);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
  }

  .footer-divider {
    order: 4;
    width: 100%;
    height: 0;
    margin-top: 0;
    border-top: 1px solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .footer-copyright {
    order: 5;
    width: 100%;
    margin-top: 3.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Grey-02);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.32rem;
    letter-spacing: 0.02rem;
    text-align: center;
  }

  .breadcrumb {
    display: inline-flex;
    align-items: center;
    margin-top: 2.6rem;
  }

  .breadcrumb a {
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    padding: 0 4px;
  }

  .breadcrumb span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .breadcrumb img {
    width: 1.7rem;
    height: 1.7rem;
    aspect-ratio: 1/1;
  }

  .breadcrumb span img {
    width: 1.7rem;
    height: 1.7rem;
    aspect-ratio: 1/1;
  }

  .page-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 6.2rem;
  }

  .page-title .page-badge {
    width: min-content;
    border-radius: 100px;
    background: var(--JOPT-Games-Color-Style-JG-Blue-Gr);
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8rem;
    align-content: center;
    text-align: center;
    padding: 0.4rem 1.6rem;
  }

  .page-title h1 {
    margin-top: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.2rem;
    letter-spacing: 0.064rem;
  }

  .page-hero {
    position: relative;
    /* margin-inline: calc(50% - 50vw); */
    width: 40.2rem;
    height: 26rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
    overflow: hidden;
  }

  .page-hero__bg {
    position: absolute;
    inset: 0;
  }

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

  .page-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 6.2rem;
    align-items: flex-start;
    width: 36.2rem;
    margin-inline: auto;
    padding: 2.6rem 0 4.1rem;
  }

  .page-hero__title {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }

  .page-hero__title-row {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }

  .page-hero__title-line {
    width: 2.4rem;
    height: 0.1rem;
    flex-shrink: 0;
    display: block;
    filter: brightness(0) invert(1);
  }

  .page-hero__title-ja {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0.036rem;
  }

  .page-hero__title-en {
    margin-left: calc(2.4rem + 1.2rem);
    font-family: Inter, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.064rem;
    line-height: 1;
  }

  .page-hero__breadcrumb {
    order: -1;
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .page-hero__breadcrumb a,
  .page-hero__breadcrumb span {
    color: var(--JOPT-Games-Color-Style-JG-Grey-02);
    padding: 0 0.4rem;
  }

  .page-hero__breadcrumb img {
    width: 1.7rem;
    height: 1.7rem;
  }

  .page-anchor-nav {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    background: #f4f4f4;
  }

  .page-anchor-nav__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 36.2rem;
    margin-inline: auto;
    padding: 1.2rem 0;
  }

  .page-anchor-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
  }

  .page-anchor-nav__link img {
    width: 1.3rem;
    height: 0.8rem;
  }

  .page-anchor-nav__divider {
    width: 100%;
    height: 0.1rem;
    background: var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .body-bottom-wrap {
    width: 35.4rem;
    margin-inline: auto;
  }

  .body-bottom {
    position: relative;
    overflow: hidden;
    margin-top: 6rem;
    min-height: 20.6rem;
    padding: 2.8rem 2.5rem;
    border-radius: 1.2rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
    box-sizing: border-box;
    background: url('../images/common/cta_banner_sp.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

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

  .body-bottom__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .body-bottom__title {
    width: 35.4rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
  }

  .body-bottom__desc {
    max-width: 30.6rem;
    margin-top: 1.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .body-bottom__desc br.pc {
    display: none;
  }

  .body-bottom__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 23.2rem;
    margin-top: 2.8rem;
    padding: 1.2rem 1.6rem;
    border-radius: 0.6rem;
    background: var(--JOPT-Games-Color-Style-JG-White);
    color: var(--JOPT-Games-Color-Style-JG-Blue);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.056rem;
    text-decoration: none;
    box-sizing: border-box;
  }

  .body-bottom__btn img {
    width: 0.4rem;
    height: 1.1rem;
    flex-shrink: 0;
  }
}
