@charset "UTF-8";

.coming-soon-page,
.coming-soon-page .tr-page {
    background: var(--tr-background);
}

.cs-breadcrumb {
    padding: 150px max(24px, calc((100vw - 1400px) / 2)) 18px;
}

.cs-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.cs-breadcrumb li + li::before {
    margin-right: 8px;
    content: "›";
}

.cs-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.cs-hero {
    min-height: 690px;
}

.cs-hero__inner {
    display: flex;
    align-items: center;
    min-height: 690px;
    padding: 20px max(24px, calc((100vw - 1400px) / 2)) 70px;
}

.cs-hero__copy {
    position: relative;
    z-index: 2;
    flex: 0 0 530px;
    width: 530px;
    margin-right: -80px;
}

.cs-hero__title {
    margin: 0 0 22px;
    color: var(--tr-green);
    font-size: clamp(42px, 3.7vw, 64px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .08em;
    text-shadow:
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 34px rgba(255,255,255,.96);
}

.cs-hero__lead {
    margin: 0 0 28px;
    color: var(--tr-green-dark);
    font-size: 20px;
    line-height: 1.9;
}

.cs-hero__message {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 2;
}

.cs-hero__visual {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 570px;
    margin-left: -90px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.cs-hero__visual--encounter {
    background-image: url("../img/renewal/coming-soon-encounter.png");
}

.cs-hero__visual--history {
    background-image: url("../img/renewal/coming-soon-history.png");
}

.cs-hero__visual--join {
    background-image: url("../img/renewal/coming-soon-join.png");
}

@media (max-width: 767px) {
    .cs-breadcrumb {
        padding: 18px 20px 14px;
    }

    .cs-breadcrumb ol {
        font-size: 12px;
    }

    .cs-hero {
        min-height: auto;
    }

    .cs-hero__inner {
        display: block;
        min-height: auto;
        padding: 12px 20px 54px;
    }

    .cs-hero__copy {
        width: 100%;
        margin-right: 0;
    }

    .cs-hero__title {
        font-size: clamp(36px, 11vw, 50px);
    }

    .cs-hero__lead {
        font-size: 18px;
    }

    .cs-hero__message {
        font-size: 15px;
    }

    .cs-hero__visual {
        min-height: 76vw;
        margin-top: -14px;
        margin-left: 0;
        background-position: center top;
        background-size: 100% auto;
    }
}
