@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 0.1em;
    background: #f5f5f5;
    /* background: #010101; */
    overflow-x: hidden;
    overflow-y: scroll;
}

html,
body {
    margin: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

:root {
    --blur_px: 0px;
}

section {
    margin: 0em auto;

    &.pin-text-section {
        margin-bottom: -40svh;
    }

    div {
        max-width: 1000px;
        margin: auto;
        text-align: center;
    }

    &.sub-page-FV {
        margin-top: 0;
        margin-bottom: 30em;
        position: relative;
        width: 100svw;
        height: 100svh;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        overflow: hidden;

        h1 {
            font-size: 4em;
            margin: 2em;
            color: #fff;
            text-shadow: 1px 1px 1px #888;

            small {
                font-size: 0.4em;
            }

            @media screen and (max-width:690px) {
                font-size: 10.5svw;
                margin: 0.5em 0.5em 2em;
            }
        }

        .bg {
            position: fixed;
            z-index: -1;
            top: 0;
            left: 0;
            margin: auto;
            width: 100svw;
            height: 100svh;
            max-width: unset;
            background: #121212;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;

            &::after {
                content: "";
                display: block;
                width: 100svw;
                height: 100svh;
                background: #0000;
                backdrop-filter: blur(var(--blur_px));
                position: fixed;
                top: 0;
                left: 0;
            }

            img,
            video {
                width: auto;
                height: 100svh;
            }

            @media screen and (max-width:690px) {

                img,
                video {
                    width: auto;
                    height: 100svh;
                    left: auto;
                    margin: auto;
                }
            }
        }
    }

    &.banner-area {
        div {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 1em;
        }

        a {
            display: block;
            width: calc(100% / 2 - 1em);
        }

        img {
            width: 100%;
        }
    }


    &.col-2 {
        padding: 3em 0;

        .contents {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 1200px;

            p {
                line-height: 2.2em;
                padding: 1em;
                font-weight: 300;
            }

            @media screen and (max-width:690px) {
                gap: 5em;

                &.reverse {
                    flex-direction: column-reverse;
                }
            }

        }

        .left,
        .right {
            width: calc(50% - 1em);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 2em;

            h2 {
                font-size: 2em;
                padding: 0.5em;
                line-height: 1.3em;
                font-weight: 300;

                small {
                    font-size: 0.5em;
                }
            }

            a {
                display: flex;
                justify-content: center;
                align-items: center;
                color: #333;
                border: 1px solid #333;
                padding: 0.7em 2em;
                text-decoration: none;
                transition: .3s;

                &:hover {
                    background: #333;
                    color: #fff;
                }
            }

            @media screen and (max-width:690px) {
                width: 100%;
            }
        }

        .img {
            margin: 0 auto;
            width: 100%;
            aspect-ratio: 1/1;

            img {
                width: 100%;
            }

            @media screen and (max-width:690px) {}
        }
    }
}

.pin-center-text {
    font-size: 2em;
    line-height: 3em;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #fff;
    height: fit-content;
    width: 22.5em;
    margin: auto;
    text-shadow: 1px 1px 1px #888;
    opacity: 0;

    @media screen and (max-width:690px) {
        font-size: 5.5svw;
        text-align: left;
        width: fit-content;
    }
}

.overlay_bg {
    padding: 7svh 0;
    /* background: linear-gradient(to bottom,#fff0,#fffe 10%); */
    background: #fcfcfc;
    backdrop-filter: blur(3px);
}

/* =========================================================
   トリートメントメニュー専用スタイル (from menu.html)
========================================================= */

.page-menu-wrapper {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

/* コンテンツエリア全体（白/ベージュベース） */
.page-menu-content-area {
    background-color: #fbfbfa;
    /* 上品なベージュ系ホワイト */
    padding-bottom: 2em;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* フィロソフィー */
.page-menu-philo {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    padding: 2em 0 0;
    overflow: hidden;
}

.page-menu-philo__text {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    line-height: 2.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.15em;
    font-weight: 300;

    @media screen and (max-width:690px) {
        font-size: 4.5vw;
    }
}

.page-menu-philo__line {
    display: block;
    overflow: hidden;
    margin-bottom: 1em;
}

.page-menu-philo__line-inner {
    display: block;
    transform: translateY(110%);
}

/* メニューの解説ブロック */
.page-menu-block {
    max-width: 1000px;
    margin: 0 auto 12em;
    padding: 0 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-menu-block__header {
    text-align: left;
    margin-bottom: 0em;
    opacity: 0;
    transform: translateY(40px);
    width: 100%;
    max-width: 800px;
}

.page-menu-block__text {
    text-align: left;
    margin-bottom: 2em;
    opacity: 0;
    transform: translateY(40px);
    width: 100%;
    max-width: 800px;
}

.page-menu-block__title {
    font-size: 1.8em;
    font-weight: 300;
    color: #222;
    letter-spacing: 0.1em;
    margin-bottom: 1.2rem;
    line-height: 1.4;
}

.page-menu-block__title small {
    display: block;
    font-size: 0.35em;
    color: #888;
    margin-bottom: 0.5em;
    letter-spacing: 0.2em;
}

.page-menu-block__desc {
    font-size: 1rem;
    line-height: 2.2;
    color: #555;
    letter-spacing: 0.08em;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (max-width:690px) {
    .page-menu-block__title {
        font-size: 6vw;
    }

    .page-menu-block__desc {
        font-size: 0.9rem;
        text-align: left;
    }

    .page-menu-block {
        margin-bottom: 8em;
    }
}

/* 画像ラップ */
.page-menu-block__img-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 800px;
}

.page-menu-block__img {
    width: 100%;
    height: auto;
    display: block;
    transform-origin: center center;
}

/* 動画ラップ */
.page-menu-block__video-wrap {
    width: 100%;
    margin: 3em auto 2em;
    max-width: 800px;
    display: flex;
    justify-content: center;
}

.page-menu-block__video {
    width: 100%;
    height: auto;
    display: block;
}

/* 縦動画専用 */
.page-menu-block__video-wrap--vertical {
    height: 90svh;
    margin: 3em auto;
}

.page-menu-block__video-wrap--vertical .page-menu-block__video {
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

/* 他メニューへのバナー */
.page-menu-banners {
    margin: 0 auto;
    padding: 4em 2em;
    border-top: 1px solid #E5E3DC;
    background: #fbfbfa;
}

.page-menu-banners__title {
    text-align: center;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 0.25em;
    color: #444;
    margin-bottom: 4em;
}

.page-menu-banners__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em;
}

@media screen and (max-width: 690px) {
    .page-menu-banners__list {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }
}

.page-menu-banner {
    display: block;
    position: relative;
    aspect-ratio: 21/9;
    overflow: hidden;
    text-decoration: none;
    opacity: 0;
    transform: translateY(30px);
}

.page-menu-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-menu-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    transition: background 0.6s ease;
}

.page-menu-banner:hover img {
    transform: scale(1.06);
}

.page-menu-banner:hover::after {
    background: rgba(0, 0, 0, 0.4);
}

.page-menu-banner__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* -------------------------------------------
   メニューステップスライダー
------------------------------------------- */
.page-menu-steps {
    max-width: 800px;
    margin: 0 auto 12em;
    padding: 0 2em;
}

.page-menu-slider-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(40px);
    max-width: 800px;
}

.page-menu-slider {
    overflow: hidden;
    width: 100%;
    padding-bottom: 4em;
    /* ページネーション用余白 */
}

.page-menu-slide {
    box-sizing: border-box;
    background: #fff;
    padding: 2.5em;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 85%;
    max-width: 600px;
    height: auto;
}

.page-menu-slide__icon {
    display: inline-block;
    background: #222;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    padding: 0.5em 1.2em;
    margin-bottom: 2em;
    font-weight: 300;
}

.page-menu-slide__img-wrap {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 auto 2em auto;
    background: #f5f5f5;
}

.page-menu-slide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-menu-slide__headline {
    font-size: 1.4em;
    font-weight: 300;
    color: #222;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.page-menu-slide__desc {
    font-size: 0.95rem;
    line-height: 2;
    color: #555;
    text-align: left;
}

/* Swiper カスタマイズ */
.page-menu-slider__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    z-index: 10;
}

.page-menu-slider-wrap .swiper-button-prev,
.page-menu-slider-wrap .swiper-button-next {
    position: static;
    margin-top: 0;
    color: #222;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-menu-slider-wrap .swiper-button-prev:hover {
    transform: translateX(-3px);
}

.page-menu-slider-wrap .swiper-button-next:hover {
    transform: translateX(3px);
}

.page-menu-slider-wrap .swiper-button-prev::after,
.page-menu-slider-wrap .swiper-button-next::after {
    font-size: 1.2rem;
}

.page-menu-slider-wrap .swiper-pagination {
    position: static;
    width: auto;
}

.page-menu-slider-wrap .swiper-pagination-bullet {
    background: #222;
    opacity: 0.2;
    transition: all 0.3s ease;
    margin: 0 6px !important;
}

.page-menu-slider-wrap .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

@media screen and (max-width: 690px) {
    .page-menu-steps {
        margin-bottom: 8em;
        padding: 0 1em;
    }

    .page-menu-slide {
        padding: 2em 1.5em;
    }
}

/* =========================================================
   ブランドヒストリー専用スタイル (from history.html)
========================================================= */
.h-section {
    padding: 10vh 0;
    overflow: hidden;
}

/* 横スクロールエリア */
.h-horizontal-container {
    width: 100%;
    height: 100svh;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.h-horizontal-wrapper {
    display: flex;
    height: 100%;
    width: fit-content;
    will-change: transform;
}

/* =========================================================
   沿革ブロック (History Section)
========================================================= */
.p-history {
    padding: 120px 0;
    background-color: #fff;
    overflow: hidden;
}

.p-history__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.p-history__header {
    text-align: center;
    margin-bottom: 80px;
}

.p-history__subtitle {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #888;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.p-history__title {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    color: #333;
    line-height: 1.4;
    position: relative;
    padding-bottom: 0.5em;
}

/* 装飾的な下線 */
.p-history__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #333;
}

@media screen and (max-width: 690px) {
    .p-history__header {
        text-align: center;
    }

    .p-history__title {
        font-size: 8vw;
    }

    .p-history__subtitle {
        font-size: 2.5vw;
        letter-spacing: 0.2em;
    }

    .p-history__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-history__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

/* 垂直ライン */
.p-history__list::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    width: 1px;
    background-color: #e0e0e0;
}

@media screen and (max-width: 690px) {
    .p-history__list::before {
        left: 20px;
    }
}

.p-history__item {
    display: flex;
    margin-bottom: 80px;
    position: relative;
    align-items: flex-start;
}

.p-history__item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 690px) {
    .p-history__item {
        flex-direction: column;
        padding-left: 40px;
        margin-bottom: 60px;
    }
}

.p-history__year {
    width: 100px;
    flex-shrink: 0;
    position: relative;
}

@media screen and (max-width: 690px) {
    .p-history__year {
        width: auto;
        padding-right: 0;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

.p-history__year span {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    line-height: 1.2;
}

/* ライン上の点 */
.p-history__year::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -5px;
    width: 9px;
    height: 9px;
    background-color: #333;
    border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 690px) {
    .p-history__year {
        width: auto;
        padding-right: 0;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .p-history__year::after {
        left: -24.5px;
        top: 8px;
        right: auto;
    }
}

.p-history__content {
    flex-grow: 1;
    padding-left: 60px;
}

@media screen and (max-width: 690px) {
    .p-history__content {
        padding-left: 0;
        margin-left: 0;
    }
}

.p-history__content p {
    font-size: 1rem;
    line-height: 2;
    color: #555;
    text-align: justify;
    word-break: break-all;
}

/* 年表アイテム */
.h-timeline-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 7svh 8vw 0;
    flex-shrink: 0;
    min-width: 50vw;
    position: relative;
    border-left: 1px solid #eee;
}

.h-timeline-item:first-child {
    border-left: none;
    padding-left: 15vw;
}

.h-timeline-item__year {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(4rem, 8vw, 12rem);
    font-weight: 900;
    color: #eee;
    line-height: 1;
    margin-bottom: 0.1em;
    white-space: break-spaces;
    width: fit-content;
}

.h-timeline-item__inner {
    display: flex;
    align-items: flex-start;
    gap: 5vw;
}

.h-timeline-item__content {
    position: relative;
    z-index: 2;
    width: 550px;
    flex-shrink: 0;
}

.h-timeline-item__title {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5em;
    letter-spacing: 0.1em;
    color: #c5a059;
    /* --color-gold */
}

.h-timeline-item__desc {
    font-size: 1rem;
    line-height: 2;
    font-weight: 300;
    color: #555;
    text-align: justify;
}

.h-timeline-item__img-wrap {
    position: relative;
    max-width: 500px;
    height: 100%;
    max-height: 50vh;
}

.h-timeline-item__img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: contain;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08);
}

.h-progress {
    position: absolute;
    bottom: 6vh;
    left: 10vw;
    width: 80vw;
    height: 1px;
    background: #eee;
    z-index: 10;
}

.h-progress__bar {
    width: 0%;
    height: 100%;
    background: #c5a059;
    /* --color-gold */
}

@media screen and (max-width: 690px) {
    .h-timeline-item {
        width: fit-content;
        padding-top: 10svh;
        box-sizing: border-box;
    }

    .h-timeline-item__year {
        font-size: clamp(3rem, 10vw, 6rem);
    }

    .h-timeline-item__inner {
        width: 100%;
        gap: 1.5em;
    }

    .h-timeline-item__content {
        width: 80vw;
        flex-shrink: 1;
        word-wrap: break-word;
    }

    .h-timeline-item__title {
        font-size: 1.25rem;
        margin-bottom: 0.8em;
        line-height: 1.4;
    }

    .h-timeline-item__desc {
        font-size: 0.9rem;
        line-height: 1.8;
        word-break: break-all;
    }

    .h-timeline-item__img-wrap {
        width: 80vw;
        max-height: unset;
    }

    .h-timeline-item__img {
        width: 100%;
        box-shadow: none;
    }
}

/* =========================================================
   TOKIO STARS 専用スタイル (from tokiostras.html)
========================================================= */
.st-section {
    width: 100%;
    background-color: #fff;
    padding: 120px 0;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

/* 背景露出防止 */
.page-template-tokiostars section {
    margin: 0 !important;
}

.st-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}

/* --- 導入ブロック --- */
.st-intro {
    padding-bottom: 60px;
}

.st-intro__title {
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 600;
    color: #c5a059;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.2;
}

.st-intro__text-wrap {
    text-align: left;
    max-width: 800px;
    margin: 0 auto 50px;
}

.st-intro__text {
    font-size: 1rem;
    line-height: 2.2;
    color: #555;
    letter-spacing: 0.08em;
    font-weight: 300;
    text-align: justify;

    @media screen and (max-width: 690px) {
        padding: 1em 2em;
    }

}

.st-intro__btn-wrap {
    text-align: center;
}

.st-yt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 45px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    transition: all 0.4s ease;
    border: 1px solid #1a1a1a;

    @media screen and (max-width:690px) {
        padding: 14px 5vw;
        width: 80vw;
    }
}

.youtube-link::after {
    content: "▶︎";
    width: 3em;
    height: 2em;
    background: #fff;
    color: #c22;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4em;
    padding-left: 0.2em;
    font-size: 0.8em;
}

.youtube-link {
    background: #cc2222;
}

.st-yt-btn:hover {
    background-color: #fff;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* --- 一覧ブロック --- */
.st-list {
    padding-top: 60px;
    padding-bottom: 180px;
}

.st-list__header {
    text-align: center;
    margin-bottom: 60px;
}

.st-list__title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ccc;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.st-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 30px;
}

/* 美容師カード */
.st-card {
    position: relative;
    background: transparent;
    width: 100%;
}

.st-card__img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fdfdfd;
    margin-bottom: 25px;
    border: 1px solid #f2f2f2;
}

.st-card__img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
}

.st-card:hover .st-card__img {
    transform: scale(1.045);
}

.st-card__info {
    text-align: center;
}

.st-card__name-en {
    font-family: 'Outfit', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    color: #c5a059;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.st-card__name-jp {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #111;
    display: block;
    margin-bottom: 25px;
    line-height: 1.4;
    word-break: break-all;
}

.st-card__salon {
    display: block;
    font-size: 0.75rem;
    /* 名前の半分 */
    color: #888;
    letter-spacing: 0.1em;
    margin-top: -15px;
    margin-bottom: 25px;
    font-weight: 300;
}

@media screen and (max-width: 690px) {
    .st-card__salon {
        font-size: 0.5rem;
        /* スマホ名の1remの半分 */
        margin-top: -10px;
        margin-bottom: 15px;
    }
}

.st-card__btn-wrap {
    display: flex;
    justify-content: center;
}

.st-card__logo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 48px;
    background-color: #f8f6f2;
    border: 1px solid #e8e4db;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.st-card__logo-btn:hover {
    background-color: #fff;
    border-color: #c5a059;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.st-card__logo {
    height: 18px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s ease;
}

.st-card__logo-btn:hover .st-card__logo {
    filter: none;
    opacity: 1;
}

.js-st-fade-up {
    opacity: 0;
    transform: translateY(20px);
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
    .st-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 690px) {
    .st-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 15px;
    }

    .st-card {
        min-width: 0;
    }

    .st-card__name-jp {
        font-size: 1rem !important;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .st-card__logo-btn {
        height: 40px;
    }
}

/* =========================================================
   テーブルブロック専用スタイル
========================================================= */
.tbl-block {
    padding: 100px 0;
    background-color: #fff;
}

.tbl-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.tbl-block__header {
    text-align: center;
    margin-bottom: 20px;
}

.tbl-block__subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #888;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.tbl-block__title {
    font-size: 1.8rem;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}

/* テーブルコンテナ（横スクロール用） */
.tbl-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

/* スクロールバー */
.tbl-container::-webkit-scrollbar {
    height: 4px;
}

.tbl-container::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.tbl-container::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

/* テーブル本体 */
.tbl-main {
    width: 100%;
    min-width: 750px;
    border-collapse: collapse;
    font-size: 1rem;
    letter-spacing: 0.05em;
    background-color: #fff;
}

.tbl-main th {
    text-align: center;
}

.tbl-main th,
.tbl-main td {
    padding: 25px 30px;
    border: 1px solid #eee;
    text-align: left;
    line-height: 1.6;
    white-space: pre;
}

/* パターン1: 先頭行1セルヘッダー */
.tbl-main--p1 thead th {
    text-align: center;
    font-size: 1.1rem;
    background-color: #1a1a1a !important;
    color: #fff !important;
    padding: 35px;
    letter-spacing: 0.2em;
    font-family: 'Outfit', sans-serif;
    border-color: #1a1a1a;
}

.hyper .tbl-main--p1 thead th {
    background-color: #ad9969 !important;
    border-color: #ad9969;
}

.limited .tbl-main--p1 thead th {
    background-color: #013353 !important;
    border-color: #013353;
}

.tbl-main--p1 tbody th {
    width: 30%;
    background-color: #fafafa;
    font-weight: 500;
    color: #111;
    text-align: center;
}

.tbl-main tbody tr {
    transition: background-color 0.3s ease;
}

.tbl-main tbody tr:hover {
    background-color: #fcfcfc;
}

@media screen and (max-width: 690px) {
    .tbl-block {
        padding: 60px 0;
    }

    .tbl-block__title {
        font-size: 5vw;
    }

    .tbl-main {
        min-width: 600px;
    }

    .tbl-main th,
    .tbl-main td {
        padding: 15px 20px;
        font-size: 0.9rem;
    }

    .global_table table {
        min-width: 90svw;

        tbody th {
            width: auto;
        }
    }

}


.tbl-main--p2 thead th {
    background-color: #fafaf8;
    color: #c5a059;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    white-space: pre;
}

.tbl-main--p2 tbody th {
    background-color: #fafaf8;
    width: 200px;
    color: #111;
    white-space: pre;
    text-align: center;
}

.tbl-main--p2 td {
    text-align: center;
    color: #666;
    white-space: pre;
}

.tbl-main tr {
    transition: background-color 0.3s ease;
}

.tbl-main tbody tr:hover {
    background-color: #fcfcfc;
}

.salon_seminar thead tr th:nth-child(2) {
    background-color: #1a1a1a !important;
    color: #fff;
}

.salon_seminar thead tr th:nth-child(3) {
    background-color: #ea0b2c !important;
    color: #fff;
}

.salon_seminar thead tr th:nth-child(4) {
    background-color: #60259e !important;
    color: #fff;
}

@media screen and (max-width: 690px) {

    .tbl-main th,
    .tbl-main td {
        padding: 18px 15px;
        font-size: 0.85rem;
    }

    .tbl-main--p1 tbody th {
        width: 40%;
    }
}