/*
Theme Name: Studio Campus
Theme URI: https://st-campus.net/
Description: Studio Campus 統合サイト用 yStandard 子テーマ
Author: i.d.c.m. LLC
Template: ystandard
Version: 1.0.0
Text Domain: studio-campus
*/


#comments {
    display: none;
}


/* =====================================
   HERO｜スタジオキャンパス清瀬
===================================== */

/* 横スクロール防止 */


/* =====================================
   トップページのテーマ要素を非表示
===================================== */

/*
固定ページをトップページに設定している場合、
.home がトップページのbodyに付きます。
*/

.home .site-header,
.home #masthead,
.home .l-header,
.home .global-header,
.home .site-branding,
.home .global-nav,
.home #global-nav,
.home .breadcrumb,
.home .breadcrumbs,
.home .page-header,
.home .entry-header {
    display: none !important;
}


/* 管理バーはログイン中のみ残す */
.home .site-content,
.home #content,
.home main,
.home .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* =====================================
   HERO本体
===================================== */

.kiyose-hero {
    position: relative;
    width: 100vw !important;
    max-width: none !important;
    min-height: 100vh;
    min-height: 100svh;

    margin-top: 0 !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw) !important;

    overflow: hidden;
    background: #090909;
    isolation: isolate;
}


/* =====================================
   MetaSlider
===================================== */

.kiyose-hero-slider {
    position: absolute;
    inset: 0;
    z-index: 1;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*
重要：
フェード切り替えを壊さないため、
.slides、li、opacity、positionには指定しません。
*/

.kiyose-hero-slider .metaslider {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.kiyose-hero-slider .flexslider,
.kiyose-hero-slider .rslides_container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: #090909 !important;
    box-shadow: none !important;
}

/* スライド画像 */
.kiyose-hero-slider img {
    width: 100% !important;
    max-width: none !important;

    height: 100vh !important;
    height: 100svh !important;
    min-height: 680px;

    margin: 0 !important;

    object-fit: cover;
    object-position: center;
}

/* MetaSliderのボタンやキャプションを非表示 */
.kiyose-hero-slider .flex-direction-nav,
.kiyose-hero-slider .flex-control-nav,
.kiyose-hero-slider .rslides_nav,
.kiyose-hero-slider .rslides_tabs,
.kiyose-hero-slider .caption-wrap {
    display: none !important;
}


/* =====================================
   背景グラデーション
===================================== */

.kiyose-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .88) 0%,
            rgba(0, 0, 0, .71) 37%,
            rgba(0, 0, 0, .35) 67%,
            rgba(0, 0, 0, .14) 100%
        ),
        linear-gradient(
            0deg,
            rgba(0, 0, 0, .7) 0%,
            rgba(0, 0, 0, .08) 48%,
            rgba(0, 0, 0, .28) 100%
        );
}


/* =====================================
   ブランド・ロゴ
===================================== */

.kiyose-hero-brand {
    position: absolute;
    top:50px;
    left:60px;
    z-index: 5;
}

/* テキストロゴ */
.kiyose-brand-text,
.kiyose-brand-text:link,
.kiyose-brand-text:visited {
    display: inline-flex !important;
    flex-direction: column;
    align-items: flex-start;

    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
}

.kiyose-brand-ja {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: .25em;
}

.kiyose-brand-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 8px 0 6px;
    background: rgba(255, 255, 255, .82);
}

.kiyose-brand-en {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .58em;
}

/* 画像ロゴを使う場合 */
.kiyose-hero-logo {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 92px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .45));
}


/* =====================================
   HERO本文
===================================== */

.kiyose-hero-inner {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;

    width: min(1180px, calc(100% - 100px));
    min-height: 100vh;
    min-height: 100svh;

    margin: 0 auto;
    padding: 125px 0 100px;
}

.kiyose-hero-content {
    width: 100%;
    max-width: 920px;
    color: #fff;
}

.kiyose-hero-label {
    margin: 0 0 23px;

    color: rgba(255, 255, 255, .72);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .25em;
}

.kiyose-hero h1 {
    max-width: 950px;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: none !important;

    color: #fff !important;

    font-size: clamp(43px, 5.2vw, 76px);
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: .045em;

    text-shadow: 0 3px 22px rgba(0, 0, 0, .55);
}

/* テーマ側の見出し装飾を解除 */
.kiyose-hero h1::before,
.kiyose-hero h1::after {
    display: none !important;
    content: none !important;
}

.kiyose-hero-copy {
    margin: 29px 0 0;

    color: rgba(255, 255, 255, .9);

    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .045em;

    text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}


/* =====================================
   スペック表示
===================================== */

.kiyose-hero-spec {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 29px;
}

.kiyose-hero-spec span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 7px 16px;

    border: 1px solid rgba(255, 255, 255, .43);
    background: rgba(10, 10, 10, .46);

    color: #fff;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .03em;

    backdrop-filter: blur(3px);
}


/* =====================================
   CTAボタン
===================================== */

.kiyose-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 34px;
}

.kiyose-hero a.kiyose-hero-button,
.kiyose-hero a.kiyose-hero-button:link,
.kiyose-hero a.kiyose-hero-button:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 235px;
    min-height: 56px;

    padding: 14px 29px !important;

    border-radius: 2px;

    color: #fff !important;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .055em;

    text-decoration: none !important;
    box-shadow: none !important;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-hero-button-main {
    border: 1px solid #a8192b !important;
    background: #a8192b !important;
}

.kiyose-hero-button-sub {
    border: 1px solid rgba(255, 255, 255, .82) !important;
    background: rgba(0, 0, 0, .29) !important;
}

.kiyose-hero a.kiyose-hero-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.kiyose-hero a.kiyose-hero-button-main:hover {
    border-color: #7d1320 !important;
    background: #7d1320 !important;
}

.kiyose-hero a.kiyose-hero-button-sub:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, .16) !important;
}


/* =====================================
   SCROLL
===================================== */

.kiyose-hero-scroll,
.kiyose-hero-scroll:link,
.kiyose-hero-scroll:visited {
    position: absolute;
    right: 38px;
    bottom: 28px;
    z-index: 5;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;

    color: rgba(255, 255, 255, .72) !important;

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;

    text-decoration: none !important;
}

.kiyose-hero-scroll i {
    display: block;
    width: 1px;
    height: 46px;
    background: rgba(255, 255, 255, .65);
}


/* =====================================
   SNSボタンがHERO直後に出る場合
===================================== */

.home .sns-share,
.home .sns-share-buttons,
.home .ys-share,
.home .share-buttons {
    display: none !important;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-hero-inner {
        width: calc(100% - 60px);
    }

    .kiyose-hero-brand {
        top: 25px;
        left: 30px;
    }

    .kiyose-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, .84) 0%,
                rgba(0, 0, 0, .64) 52%,
                rgba(0, 0, 0, .25) 100%
            ),
            linear-gradient(
                0deg,
                rgba(0, 0, 0, .65) 0%,
                transparent 48%
            );
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-hero,
    .kiyose-hero-inner {
        min-height: 100svh;
    }

    .kiyose-hero-slider img {
        height: 100svh !important;
        min-height: 720px;
        object-position: center;
    }

    .kiyose-hero-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(0, 0, 0, .91) 0%,
                rgba(0, 0, 0, .68) 49%,
                rgba(0, 0, 0, .2) 100%
            );
    }

    .kiyose-hero-brand {
        top: 20px;
        left: 20px;
    }

    .kiyose-brand-ja {
        font-size: 16px;
    }

    .kiyose-brand-line {
        margin: 6px 0 5px;
    }

    .kiyose-brand-en {
        font-size: 8px;
    }

    .kiyose-hero-logo {
        max-width: 135px;
        max-height: 65px;
    }

    .kiyose-hero-inner {
        align-items: flex-end;

        width: calc(100% - 36px);
        padding: 115px 0 60px;
    }

    .kiyose-hero-label {
        margin-bottom: 14px;
        font-size: 9px;
        letter-spacing: .18em;
    }

    .kiyose-hero h1 {
        font-size: clamp(31px, 9.2vw, 43px);
        line-height: 1.36;
        letter-spacing: .025em;
    }

    .kiyose-hero-copy {
        margin-top: 19px;
        font-size: 14px;
        line-height: 1.85;
    }

    .kiyose-hero-spec {
        gap: 7px;
        margin-top: 20px;
    }

    .kiyose-hero-spec span {
        min-height: 31px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .kiyose-hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;

        width: 100%;
        margin-top: 25px;
    }

    .kiyose-hero a.kiyose-hero-button {
        width: 100%;
        min-width: 0;
        min-height: 51px;

        padding: 12px 15px !important;

        font-size: 13px;
    }

    .kiyose-hero a.kiyose-hero-scroll,
    .kiyose-hero a.kiyose-hero-scroll:link,
    .kiyose-hero a.kiyose-hero-scroll:visited{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;
    }

    .kiyose-hero-buttons{
        margin-bottom:28px;
    }

    .kiyose-hero-inner{
        padding-bottom:90px;
    }


}

.kiyose-hero-buttons{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
    width:min(760px, 100%);
    margin-top:34px;
}

.kiyose-hero a.kiyose-hero-button{
    min-width:0;
    width:100%;
}

/* 予約を最優先で見せる */
.kiyose-hero-button-reserve{
    border:1px solid #c5162e !important;
    background:#c5162e !important;
}

.kiyose-hero a.kiyose-hero-button-reserve:hover{
    border-color:#951124 !important;
    background:#951124 !important;
}

/* シーン案内は暗め */
.kiyose-hero-button-main{
    border:1px solid rgba(255,255,255,.8) !important;
    background:rgba(0,0,0,.4) !important;
}

/* 料金は控えめな白枠 */
.kiyose-hero-button-sub{
    border:1px solid rgba(255,255,255,.55) !important;
    background:rgba(0,0,0,.18) !important;
}

@media screen and (max-width:760px){
    .kiyose-hero-buttons{
        grid-template-columns:1fr;
        gap:10px;
    }
}

/* =====================================
   SCENES｜撮影できる8つのシーン
===================================== */

.kiyose-scenes {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 110px 0 120px;
    overflow: hidden;
    background: #f4f2ef;
    color: #222;
}


/* =====================================
   セクション見出し
===================================== */

.kiyose-scenes-heading {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto 65px;
    text-align: center;
}

.kiyose-section-label {
    margin: 0 0 16px;
    color: #a8192b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .32em;
}

.kiyose-scenes-heading h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #1c1c1c;
    font-size: clamp(34px, 4.6vw, 62px);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: .045em;
}

.kiyose-scenes-heading h2::before,
.kiyose-scenes-heading h2::after {
    display: none !important;
    content: none !important;
}

.kiyose-scenes-lead {
    margin: 28px auto 0;
    color: #555;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .03em;
}


/* =====================================
   フロア全体
===================================== */

.kiyose-scenes-floor {
    width: min(1240px, calc(100% - 60px));
    margin: 0 auto;
    padding: 60px;
}

.kiyose-scenes-floor-dark {
    background: #151515;
    color: #fff;
}

.kiyose-scenes-floor-light {
    border: 1px solid #ded8d0;
    background: #ebe7e1;
    color: #222;
}


/* =====================================
   フロア見出し
===================================== */

.kiyose-scenes-floor-heading {
    display: flex;
    align-items: center;
    gap: 20px;
}

.kiyose-floor-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    border: 1px solid currentColor;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
}

.kiyose-scenes-floor-dark .kiyose-floor-number {
    color: #fff;
}

.kiyose-scenes-floor-light .kiyose-floor-number {
    color: #354437;
}

.kiyose-floor-title p {
    margin: 0 0 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .26em;
}

.kiyose-scenes-floor-dark .kiyose-floor-title p {
    color: rgba(255, 255, 255, .55);
}

.kiyose-scenes-floor-light .kiyose-floor-title p {
    color: #6f7b71;
}

.kiyose-floor-title h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: clamp(23px, 2.7vw, 34px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .04em;
}

.kiyose-scenes-floor-dark .kiyose-floor-title h3 {
    color: #fff;
}

.kiyose-scenes-floor-light .kiyose-floor-title h3 {
    color: #263229;
}

.kiyose-floor-description {
    max-width: 850px;
    margin: 25px 0 42px 88px;
    font-size: 15px;
    line-height: 1.9;
}

.kiyose-scenes-floor-dark .kiyose-floor-description {
    color: rgba(255, 255, 255, .68);
}

.kiyose-scenes-floor-light .kiyose-floor-description {
    color: #5b635d;
}


/* =====================================
   シーンカード
===================================== */

.kiyose-scenes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.kiyose-scene-card,
.kiyose-scene-card:link,
.kiyose-scene-card:visited {
    display: block;
    min-width: 0;
    color: #fff !important;
    text-decoration: none !important;
    overflow: hidden;
}

.kiyose-scene-image {
    position: relative;
    aspect-ratio: 16 / 9;
    min-height: 330px;
    overflow: hidden;
    background: #111;
}

.kiyose-scene-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.kiyose-scene-card:hover .kiyose-scene-image img {
    transform: scale(1.035);
}

.kiyose-scene-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            0deg,
            rgba(0, 0, 0, .9) 0%,
            rgba(0, 0, 0, .58) 38%,
            rgba(0, 0, 0, .08) 75%
        );
}

.kiyose-scene-number {
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 3;
    color: rgba(255, 255, 255, .85);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .16em;
}

.kiyose-scene-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

.kiyose-scene-en {
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .58);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .28em;
}

.kiyose-scene-caption h4 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-size: clamp(23px, 2.2vw, 31px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .04em;
}

.kiyose-scene-copy {
    max-width: 480px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.8;
}

.kiyose-scene-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
}

.kiyose-scene-more::after {
    content: "→";
    font-size: 13px;
    transition: transform .2s ease;
}

.kiyose-scene-card:hover .kiyose-scene-more::after {
    transform: translateX(5px);
}


/* テーマ側リンク装飾対策 */

.kiyose-scenes a.kiyose-scene-card,
.kiyose-scenes a.kiyose-scene-card:hover,
.kiyose-scenes a.kiyose-scene-card:active,
.kiyose-scenes a.kiyose-scene-card:focus {
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}


/* =====================================
   2F・3F接続表示
===================================== */

.kiyose-floor-transition {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: min(900px, calc(100% - 50px));
    margin: 46px auto;
    text-align: center;
}

.kiyose-floor-transition > span {
    flex: 1;
    height: 1px;
    background: #b6b0aa;
}

.kiyose-floor-transition p {
    margin: 0;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .24em;
}

.kiyose-floor-transition p strong {
    display: block;
    margin-top: 7px;
    color: #333;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: .08em;
}


/* =====================================
   セクション下部
===================================== */

.kiyose-scenes-bottom {
    width: min(850px, calc(100% - 50px));
    margin: 80px auto 0;
    text-align: center;
}

.kiyose-scenes-bottom-label {
    margin: 0 0 16px;
    color: #a8192b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .3em;
}

.kiyose-scenes-bottom h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #222;
    font-size: clamp(29px, 3.7vw, 48px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .045em;
}

.kiyose-scenes-bottom > p:not(.kiyose-scenes-bottom-label) {
    margin: 25px auto 0;
    color: #555;
    font-size: 15px;
    line-height: 2;
}

.kiyose-scenes-button,
.kiyose-scenes-button:link,
.kiyose-scenes-button:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 54px;
    margin-top: 32px;
    padding: 13px 30px !important;
    border: 1px solid #222;
    background: #222;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-scenes-button:hover {
    border-color: #a8192b;
    background: #a8192b;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-scenes {
        padding-top: 90px;
    }

    .kiyose-scenes-floor {
        width: calc(100% - 40px);
        padding: 42px 30px;
    }

    .kiyose-scene-image {
        min-height: 270px;
    }

    .kiyose-floor-description {
        margin-left: 0;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-scenes {
        padding: 70px 0 85px;
    }

    .kiyose-scenes-heading {
        width: calc(100% - 36px);
        margin-bottom: 42px;
        text-align: left;
    }

    .kiyose-section-label {
        font-size: 9px;
    }

    .kiyose-scenes-heading h2 {
        font-size: 32px;
        line-height: 1.5;
    }

    .kiyose-scenes-lead {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.9;
    }

    .kiyose-scenes-lead br {
        display: none;
    }

    .kiyose-scenes-floor {
        width: calc(100% - 24px);
        padding: 29px 15px;
    }

    .kiyose-scenes-floor-heading {
        align-items: flex-start;
        gap: 13px;
    }

    .kiyose-floor-number {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .kiyose-floor-title p {
        font-size: 8px;
    }

    .kiyose-floor-title h3 {
        font-size: 19px;
    }

    .kiyose-floor-description {
        margin: 18px 0 25px;
        font-size: 13px;
    }

    .kiyose-scenes-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .kiyose-scene-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .kiyose-scene-caption {
        padding: 22px 19px;
    }

    .kiyose-scene-caption h4 {
        font-size: 23px;
    }

    .kiyose-scene-copy {
        font-size: 12px;
    }

    .kiyose-scene-number {
        top: 15px;
        left: 17px;
    }

    .kiyose-floor-transition {
        gap: 12px;
        margin: 32px auto;
    }

    .kiyose-floor-transition > span {
        min-width: 18px;
    }

    .kiyose-floor-transition p {
        font-size: 7px;
        letter-spacing: .16em;
    }

    .kiyose-floor-transition p strong {
        font-size: 11px;
        letter-spacing: .03em;
    }

    .kiyose-scenes-bottom {
        width: calc(100% - 36px);
        margin-top: 55px;
        text-align: left;
    }

    .kiyose-scenes-bottom h3 {
        font-size: 29px;
    }

    .kiyose-scenes-bottom > p:not(.kiyose-scenes-bottom-label) {
        font-size: 14px;
    }

    .kiyose-scenes-button {
        width: 100%;
        min-width: 0;
    }

}

/* =====================================
   HEROとSCENESの間の余白を削除
===================================== */

.home .kiyose-hero{
    margin-bottom:0 !important;
}

.home .kiyose-scenes{
    margin-top:0 !important;
}

.home .kiyose-hero + .kiyose-scenes{
    margin-top:0 !important;
}

/* WordPressが自動挿入する空段落対策 */
.home .kiyose-hero + p:empty,
.home .kiyose-hero + br,
.home .kiyose-hero + .wp-block-spacer{
    display:none !important;
    margin:0 !important;
    padding:0 !important;
    height:0 !important;
}

/* =====================================
   SCENESとPRICEの間の余白を削除
===================================== */

.home .kiyose-scenes{
    margin-bottom:0 !important;
}

.home .kiyose-price{
    margin-top:0 !important;
}

.home .kiyose-scenes + .kiyose-price{
    margin-top:0 !important;
}

/* WordPressが自動挿入する空要素対策 */
.home .kiyose-scenes + p:empty,
.home .kiyose-scenes + br,
.home .kiyose-scenes + .wp-block-spacer{
    display:none !important;
    margin:0 !important;
    padding:0 !important;
    height:0 !important;
}

/* SCENESとPRICEの間に空段落が入っている場合 */
.home .kiyose-scenes + p:empty + .kiyose-price,
.home .kiyose-scenes + .wp-block-spacer + .kiyose-price{
    margin-top:0 !important;
}

/* yStandardの本文ブロック間余白も解除 */
.home .entry-content > .kiyose-scenes,
.home .entry-content > .kiyose-price{
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.home .entry-content > .kiyose-scenes + .kiyose-price{
    margin-top:0 !important;
}

/* =====================================
   パック料金テーブル 上書き
===================================== */

.home .kiyose-price table,
.home .kiyose-price table tbody,
.home .kiyose-price table thead,
.home .kiyose-price table tr,
.home .kiyose-price table th,
.home .kiyose-price table td{

    background:#181818 !important;
    color:#fff !important;

}

.home .kiyose-price table thead th{

    background:#242424 !important;
    color:#bdbdbd !important;

}

.home .kiyose-price .kiyose-table-recommended th,
.home .kiyose-price .kiyose-table-recommended td{

    background:#3a171d !important;

}

.home .entry-content .kiyose-price-table th{

    background:#181818 !important;

}

/* =====================================
   FEATURES｜選ばれる理由
===================================== */

.kiyose-features {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 110px 0 120px;
    overflow: hidden;
    background: #f1efeb;
    color: #222;
}

.kiyose-features-inner {
    width: min(1220px, calc(100% - 70px));
    margin: 0 auto;
}


/* =====================================
   見出し
===================================== */

.kiyose-features-heading {
    max-width: 900px;
    margin: 0 auto 65px;
    text-align: center;
}

.kiyose-features .kiyose-section-label {
    margin: 0 0 16px;
    color: #a8192b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .32em;
}

.kiyose-features-heading h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #1d1d1d;
    font-size: clamp(35px, 4.6vw, 60px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .045em;
}

.kiyose-features-heading h2::before,
.kiyose-features-heading h2::after {
    display: none !important;
    content: none !important;
}

.kiyose-features-lead {
    margin: 27px auto 0;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 2;
}


/* =====================================
   メインレイアウト
===================================== */

.kiyose-features-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 55px;
    align-items: stretch;
}


/* =====================================
   メイン写真
===================================== */

.kiyose-features-visual {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #111;
}

.kiyose-features-visual img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    margin: 0;
    display: block;
    object-fit: cover;
    object-position: center;
}

.kiyose-features-visual-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            0deg,
            rgba(0, 0, 0, .88) 0%,
            rgba(0, 0, 0, .26) 48%,
            rgba(0, 0, 0, .08) 100%
        );
}

.kiyose-features-visual-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 42px;
    color: #fff;
}

.kiyose-features-visual-copy > p {
    margin: 0 0 11px;
    color: rgba(255, 255, 255, .58);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .28em;
}

.kiyose-features-visual-copy h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 43px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .045em;
}

.kiyose-features-visual-copy > span {
    display: inline-flex;
    margin-top: 21px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .52);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}


/* =====================================
   4つの理由
===================================== */

.kiyose-features-list {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid #cfcac3;
}

.kiyose-feature-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 24px;
    padding: 31px 0;
    border-bottom: 1px solid #cfcac3;
}

.kiyose-feature-number {
    padding-top: 5px;
    color: #a8192b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .16em;
}

.kiyose-feature-en {
    margin: 0 0 8px;
    color: #8a8a8a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .24em;
}

.kiyose-feature-content h3 {
    margin: 0 0 13px;
    padding: 0;
    border: 0;
    background: none;
    color: #222;
    font-size: clamp(22px, 2.4vw, 31px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .035em;
}

.kiyose-feature-content > p:not(.kiyose-feature-en) {
    margin: 0;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.95;
}


/* =====================================
   セクション下部
===================================== */

.kiyose-features-bottom {
    max-width: 850px;
    margin: 85px auto 0;
    text-align: center;
}

.kiyose-features-bottom > p {
    margin: 0 0 14px;
    color: #a8192b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .3em;
}

.kiyose-features-bottom h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #202020;
    font-size: clamp(30px, 3.8vw, 50px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .045em;
}

.kiyose-features-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.kiyose-features a.kiyose-features-button,
.kiyose-features a.kiyose-features-button:link,
.kiyose-features a.kiyose-features-button:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 54px;
    padding: 13px 28px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-features-button-main {
    border: 1px solid #202020 !important;
    background: #202020 !important;
}

.kiyose-features-button-sub {
    border: 1px solid #a8192b !important;
    background: #a8192b !important;
}

.kiyose-features a.kiyose-features-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.kiyose-features-button-main:hover {
    border-color: #a8192b !important;
    background: #a8192b !important;
}

.kiyose-features-button-sub:hover {
    border-color: #7f1320 !important;
    background: #7f1320 !important;
}


/* =====================================
   PRICEとFEATURES間の余白対策
===================================== */

.home .kiyose-price {
    margin-bottom: 0 !important;
}

.home .kiyose-features {
    margin-top: 0 !important;
}

.home .kiyose-price + .kiyose-features {
    margin-top: 0 !important;
}

.home .kiyose-price + p:empty,
.home .kiyose-price + br,
.home .kiyose-price + .wp-block-spacer {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .entry-content > .kiyose-price,
.home .entry-content > .kiyose-features {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-features {
        padding: 90px 0 100px;
    }

    .kiyose-features-inner {
        width: calc(100% - 40px);
    }

    .kiyose-features-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .kiyose-features-visual,
    .kiyose-features-visual img {
        min-height: 560px;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-features {
        padding: 70px 0 80px;
    }

    .kiyose-features-inner {
        width: calc(100% - 24px);
    }

    .kiyose-features-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .kiyose-features-heading h2 {
        font-size: 31px;
    }

    .kiyose-features-lead {
        font-size: 14px;
    }

    .kiyose-features-visual,
    .kiyose-features-visual img {
        min-height: 470px;
    }

    .kiyose-features-visual-copy {
        padding: 27px 21px;
    }

    .kiyose-features-visual-copy h3 {
        font-size: 28px;
    }

    .kiyose-feature-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
        padding: 25px 0;
    }

    .kiyose-feature-number {
        font-size: 11px;
    }

    .kiyose-feature-content h3 {
        font-size: 21px;
    }

    .kiyose-feature-content > p:not(.kiyose-feature-en) {
        font-size: 13px;
        line-height: 1.9;
    }

    .kiyose-features-bottom {
        margin-top: 55px;
        text-align: left;
    }

    .kiyose-features-bottom h3 {
        font-size: 29px;
    }

    .kiyose-features-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kiyose-features a.kiyose-features-button {
        width: 100%;
        min-width: 0;
    }

}

/* =====================================
   FLOOR MAP｜フロアマップ
===================================== */

.kiyose-floor-map {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 110px 0 120px;
    overflow: hidden;
    background: #171717;
    color: #fff;
}

.kiyose-floor-map-inner {
    width: min(1240px, calc(100% - 70px));
    margin: 0 auto;
}


/* =====================================
   見出し
===================================== */

.kiyose-floor-map-heading {
    max-width: 920px;
    margin: 0 auto 70px;
    text-align: center;
}

.kiyose-floor-map .kiyose-section-label {
    margin: 0 0 16px;
    color: #c42639;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .32em;
}

.kiyose-floor-map-heading h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: clamp(35px, 4.6vw, 60px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .045em;
}

.kiyose-floor-map-heading h2::before,
.kiyose-floor-map-heading h2::after {
    display: none !important;
    content: none !important;
}

.kiyose-floor-map-lead {
    margin: 27px auto 0;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 2;
}


/* =====================================
   フロアブロック
===================================== */

.kiyose-floor-map-block {
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #202020;
}

.kiyose-floor-map-block-2f {
    border-top: 4px solid #a8192b;
}

.kiyose-floor-map-block-3f {
    border-top: 4px solid #7a8b79;
    background: #242521;
}


/* =====================================
   フロアヘッダー
===================================== */

.kiyose-floor-map-header {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 38px;
}

.kiyose-floor-map-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, .7);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.kiyose-floor-map-title > p {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, .46);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .25em;
}

.kiyose-floor-map-title h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.45;
}

.kiyose-floor-map-area {
    text-align: right;
}

.kiyose-floor-map-area span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .38);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .18em;
}

.kiyose-floor-map-area strong {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}


/* =====================================
   見取り図＋説明
===================================== */

.kiyose-floor-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    gap: 44px;
    align-items: start;
}

.kiyose-floor-map-layout-reverse {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
}

.kiyose-floor-map-layout-reverse .kiyose-floor-map-image {
    order: 2;
}

.kiyose-floor-map-layout-reverse .kiyose-floor-map-info {
    order: 1;
}


/* =====================================
   見取り図画像
===================================== */

.kiyose-floor-map-image {
    position: relative;
    padding: 16px;
    background: #fff;
    overflow: hidden;
}

.kiyose-floor-map-image a {
    display: block;
    text-decoration: none !important;
}

.kiyose-floor-map-image img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    object-fit: contain;
    transition: transform .3s ease;
}

.kiyose-floor-map-image a:hover img {
    transform: scale(1.015);
}

.kiyose-floor-map-zoom {
    position: absolute;
    right: 25px;
    bottom: 23px;
    padding: 7px 11px;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}


/* =====================================
   説明
===================================== */

.kiyose-floor-map-info {
    min-width: 0;
}

.kiyose-floor-map-copy {
    margin: 0 0 27px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.95;
}


/* =====================================
   撮影シーンポイント
===================================== */

.kiyose-floor-map-points {
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.kiyose-floor-map-point {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.kiyose-floor-map-point > span {
    padding-top: 4px;
    color: #cf3548;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.kiyose-floor-map-block-3f .kiyose-floor-map-point > span {
    color: #a9b9a6;
}

.kiyose-floor-map-point h4 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.kiyose-floor-map-point p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    line-height: 1.75;
}


/* =====================================
   スペック
===================================== */

.kiyose-floor-map-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 25px;
    background: rgba(255, 255, 255, .12);
}

.kiyose-floor-map-specs > div {
    padding: 15px;
    background: #292929;
}

.kiyose-floor-map-block-3f .kiyose-floor-map-specs > div {
    background: #30312d;
}

.kiyose-floor-map-specs span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
}

.kiyose-floor-map-specs strong {
    display: block;
    color: #fff;
    font-size: 14px;
}


/* =====================================
   詳細リンク
===================================== */

.kiyose-floor-map-link,
.kiyose-floor-map-link:link,
.kiyose-floor-map-link:visited {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.kiyose-floor-map-link::after {
    content: "→";
    transition: transform .2s ease;
}

.kiyose-floor-map-link:hover::after {
    transform: translateX(5px);
}


/* =====================================
   フロア接続表示
===================================== */

.kiyose-floor-map-connection {
    display: flex;
    align-items: center;
    gap: 27px;
    width: min(900px, calc(100% - 30px));
    margin: 48px auto;
    text-align: center;
}

.kiyose-floor-map-connection-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .22);
}

.kiyose-floor-map-connection-center p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .38);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .25em;
}

.kiyose-floor-map-connection-center strong {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.7;
}

.kiyose-floor-map-connection-center i {
    display: block;
    margin-top: 8px;
    color: #cf3548;
    font-style: normal;
    font-size: 19px;
}


/* =====================================
   まとめ
===================================== */

.kiyose-floor-map-summary {
    max-width: 980px;
    margin: 85px auto 0;
    text-align: center;
}

.kiyose-floor-map-summary-label {
    margin: 0 0 14px;
    color: #cf3548;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .3em;
}

.kiyose-floor-map-summary h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: clamp(30px, 3.8vw, 49px);
    font-weight: 700;
    line-height: 1.5;
}

.kiyose-floor-map-summary > p:not(.kiyose-floor-map-summary-label) {
    margin: 25px auto 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 2;
}

.kiyose-floor-map-summary-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 40px;
    background: rgba(255, 255, 255, .13);
}

.kiyose-floor-map-summary-points > div {
    padding: 25px 14px;
    background: #202020;
}

.kiyose-floor-map-summary-points strong {
    display: block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.kiyose-floor-map-summary-points span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
    line-height: 1.6;
}


/* =====================================
   CTAボタン
===================================== */

.kiyose-floor-map-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 35px;
}

.kiyose-floor-map a.kiyose-floor-map-button,
.kiyose-floor-map a.kiyose-floor-map-button:link,
.kiyose-floor-map a.kiyose-floor-map-button:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 54px;
    padding: 13px 28px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-floor-map-button-main {
    border: 1px solid #a8192b !important;
    background: #a8192b !important;
}

.kiyose-floor-map-button-sub {
    border: 1px solid rgba(255, 255, 255, .6) !important;
    background: transparent !important;
}

.kiyose-floor-map a.kiyose-floor-map-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.kiyose-floor-map-button-main:hover {
    border-color: #7e1320 !important;
    background: #7e1320 !important;
}

.kiyose-floor-map-button-sub:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, .1) !important;
}


/* =====================================
   FEATURESとFLOOR MAPの隙間対策
===================================== */

.home .kiyose-features {
    margin-bottom: 0 !important;
}

.home .kiyose-floor-map {
    margin-top: 0 !important;
}

.home .kiyose-features + .kiyose-floor-map {
    margin-top: 0 !important;
}

.home .kiyose-features + p:empty,
.home .kiyose-features + br,
.home .kiyose-features + .wp-block-spacer {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .entry-content > .kiyose-features,
.home .entry-content > .kiyose-floor-map {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-floor-map {
        padding: 90px 0 100px;
    }

    .kiyose-floor-map-inner {
        width: calc(100% - 40px);
    }

    .kiyose-floor-map-block {
        padding: 34px 28px;
    }

    .kiyose-floor-map-layout,
    .kiyose-floor-map-layout-reverse {
        grid-template-columns: 1fr;
    }

    .kiyose-floor-map-layout-reverse .kiyose-floor-map-image,
    .kiyose-floor-map-layout-reverse .kiyose-floor-map-info {
        order: initial;
    }

    .kiyose-floor-map-summary-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-floor-map {
        padding: 70px 0 80px;
    }

    .kiyose-floor-map-inner {
        width: calc(100% - 24px);
    }

    .kiyose-floor-map-heading {
        margin-bottom: 43px;
        text-align: left;
    }

    .kiyose-floor-map-heading h2 {
        font-size: 31px;
    }

    .kiyose-floor-map-lead {
        font-size: 14px;
    }

    .kiyose-floor-map-lead br {
        display: none;
    }

    .kiyose-floor-map-block {
        padding: 25px 14px;
    }

    .kiyose-floor-map-header {
        grid-template-columns: 49px minmax(0, 1fr);
        gap: 13px;
    }

    .kiyose-floor-map-number {
        width: 49px;
        height: 49px;
        font-size: 17px;
    }

    .kiyose-floor-map-title > p {
        font-size: 7px;
    }

    .kiyose-floor-map-title h3 {
        font-size: 19px;
    }

    .kiyose-floor-map-area {
        grid-column: 1 / -1;
        text-align: left;
    }

    .kiyose-floor-map-area strong {
        font-size: 20px;
    }

    .kiyose-floor-map-layout {
        gap: 27px;
    }

    .kiyose-floor-map-image {
        padding: 7px;
    }

    .kiyose-floor-map-zoom {
        right: 12px;
        bottom: 11px;
        font-size: 7px;
    }

    .kiyose-floor-map-copy {
        font-size: 13px;
    }

    .kiyose-floor-map-point {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .kiyose-floor-map-specs {
        grid-template-columns: 1fr;
    }

    .kiyose-floor-map-connection {
        gap: 12px;
        margin: 34px auto;
    }

    .kiyose-floor-map-connection-center strong {
        font-size: 11px;
    }

    .kiyose-floor-map-summary {
        margin-top: 58px;
        text-align: left;
    }

    .kiyose-floor-map-summary h3 {
        font-size: 29px;
    }

    .kiyose-floor-map-summary-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kiyose-floor-map-summary-points > div {
        padding: 20px 10px;
        text-align: center;
    }

    .kiyose-floor-map-summary-points strong {
        font-size: 16px;
    }

    .kiyose-floor-map-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kiyose-floor-map a.kiyose-floor-map-button {
        width: 100%;
        min-width: 0;
    }

}

/* =====================================
   FACILITIES｜撮影を支える設備
===================================== */

.kiyose-facilities {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 110px 0 120px;
    overflow: hidden;
    background: #f1efeb;
    color: #222;
}

.kiyose-facilities-inner {
    width: min(1220px, calc(100% - 70px));
    margin: 0 auto;
}


/* =====================================
   見出し
===================================== */

.kiyose-facilities-heading {
    max-width: 900px;
    margin: 0 auto 65px;
    text-align: center;
}

.kiyose-facilities .kiyose-section-label {
    margin: 0 0 16px;
    color: #a8192b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .32em;
}

.kiyose-facilities-heading h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #1c1c1c;
    font-size: clamp(35px, 4.6vw, 60px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .045em;
}

.kiyose-facilities-heading h2::before,
.kiyose-facilities-heading h2::after {
    display: none !important;
    content: none !important;
}

.kiyose-facilities-lead {
    margin: 27px auto 0;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 2;
}


/* =====================================
   設備カード
===================================== */

.kiyose-facilities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.kiyose-facility-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d7d2cb;
    background: #fff;
}

.kiyose-facility-card-large {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    grid-column: 1 / -1;
}

.kiyose-facility-image {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    background: #1a1a1a;
}

.kiyose-facility-card-large .kiyose-facility-image {
    min-height: 440px;
}

.kiyose-facility-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.kiyose-facility-card:hover .kiyose-facility-image img {
    transform: scale(1.025);
}

.kiyose-facility-number {
    position: absolute;
    top: 19px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    height: 29px;
    padding: 0 9px;
    background: rgba(15, 15, 15, .82);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
}

.kiyose-facility-content {
    position: relative;
    padding: 30px 29px 32px;
}

.kiyose-facility-card-large .kiyose-facility-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px;
}

.kiyose-facility-en {
    margin: 0 0 9px;
    color: #9a9a9a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .24em;
}

.kiyose-facility-content h3 {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    background: none;
    color: #222;
    font-size: clamp(22px, 2.3vw, 31px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .035em;
}

.kiyose-facility-content > p:not(.kiyose-facility-en) {
    margin: 0;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.95;
}

.kiyose-facility-content ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.kiyose-facility-content li {
    position: relative;
    margin: 8px 0;
    padding-left: 18px;
    color: #555;
    font-size: 13px;
    line-height: 1.7;
}

.kiyose-facility-content li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 7px;
    height: 1px;
    background: #a8192b;
}


/* =====================================
   料金タグ
===================================== */

.kiyose-facility-tag {
    display: inline-flex;
    width: max-content;
    margin-top: 20px;
    padding: 6px 12px;
    border: 1px solid #a8192b;
    color: #a8192b;
    font-size: 11px;
    font-weight: 700;
}

.kiyose-facility-tag-paid {
    border-color: #333;
    color: #333;
}


/* =====================================
   設備一覧
===================================== */

.kiyose-facilities-summary {
    margin-top: 70px;
    padding: 45px;
    border: 1px solid #d1ccc4;
    background: #e8e4de;
    text-align: center;
}

.kiyose-facilities-summary-label {
    margin: 0 0 10px;
    color: #a8192b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .28em;
}

.kiyose-facilities-summary h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #222;
    font-size: clamp(25px, 3vw, 37px);
    line-height: 1.5;
}

.kiyose-facilities-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.kiyose-facilities-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 13px;
    border: 1px solid #c5bfb7;
    background: rgba(255, 255, 255, .65);
    color: #444;
    font-size: 12px;
    font-weight: 600;
}

.kiyose-facilities-note {
    margin: 28px 0 0;
    color: #777;
    font-size: 11px;
    line-height: 1.8;
}


/* =====================================
   CTA
===================================== */

.kiyose-facilities-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.kiyose-facilities a.kiyose-facilities-button,
.kiyose-facilities a.kiyose-facilities-button:link,
.kiyose-facilities a.kiyose-facilities-button:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 54px;
    padding: 13px 28px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-facilities-button-main {
    border: 1px solid #202020 !important;
    background: #202020 !important;
}

.kiyose-facilities-button-sub {
    border: 1px solid #a8192b !important;
    background: #a8192b !important;
}

.kiyose-facilities a.kiyose-facilities-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.kiyose-facilities-button-main:hover {
    border-color: #a8192b !important;
    background: #a8192b !important;
}

.kiyose-facilities-button-sub:hover {
    border-color: #7d1421 !important;
    background: #7d1421 !important;
}


/* =====================================
   FLOOR MAPとFACILITIESの隙間対策
===================================== */

.home .kiyose-floor-map {
    margin-bottom: 0 !important;
}

.home .kiyose-facilities {
    margin-top: 0 !important;
}

.home .kiyose-floor-map + .kiyose-facilities {
    margin-top: 0 !important;
}

.home .kiyose-floor-map + p:empty,
.home .kiyose-floor-map + br,
.home .kiyose-floor-map + .wp-block-spacer {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .entry-content > .kiyose-floor-map,
.home .entry-content > .kiyose-facilities {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-facilities {
        padding: 90px 0 100px;
    }

    .kiyose-facilities-inner {
        width: calc(100% - 40px);
    }

    .kiyose-facility-card-large {
        grid-template-columns: 1fr;
    }

    .kiyose-facility-card-large .kiyose-facility-image {
        min-height: 430px;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-facilities {
        padding: 70px 0 80px;
    }

    .kiyose-facilities-inner {
        width: calc(100% - 24px);
    }

    .kiyose-facilities-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .kiyose-facilities-heading h2 {
        font-size: 31px;
    }

    .kiyose-facilities-lead {
        font-size: 14px;
    }

    .kiyose-facilities-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .kiyose-facility-card-large {
        grid-column: auto;
    }

    .kiyose-facility-image,
    .kiyose-facility-card-large .kiyose-facility-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .kiyose-facility-content,
    .kiyose-facility-card-large .kiyose-facility-content {
        padding: 25px 20px 27px;
    }

    .kiyose-facility-content h3 {
        font-size: 21px;
    }

    .kiyose-facility-content > p:not(.kiyose-facility-en) {
        font-size: 13px;
    }

    .kiyose-facilities-summary {
        margin-top: 45px;
        padding: 30px 17px;
        text-align: left;
    }

    .kiyose-facilities-list {
        justify-content: flex-start;
    }

    .kiyose-facilities-list span {
        font-size: 11px;
    }

    .kiyose-facilities-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kiyose-facilities a.kiyose-facilities-button {
        width: 100%;
        min-width: 0;
    }

}

/* =====================================
   ACCESS｜アクセス
===================================== */

.kiyose-access{
    position:relative;
    width:100vw;
    max-width:none;
    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    padding:110px 0 120px;
    overflow:hidden;
    background:#171717;
    color:#fff;
}

.kiyose-access-inner{
    width:min(1220px, calc(100% - 70px));
    margin:0 auto;
}


/* =====================================
   見出し
===================================== */

.kiyose-access-heading{
    max-width:920px;
    margin:0 auto 65px;
    text-align:center;
}

.kiyose-access .kiyose-section-label{
    margin:0 0 16px;
    color:#c42639;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.32em;
}

.kiyose-access-heading h2{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(35px,4.6vw,60px);
    font-weight:700;
    line-height:1.45;
    letter-spacing:.045em;
}

.kiyose-access-heading h2::before,
.kiyose-access-heading h2::after{
    display:none !important;
    content:none !important;
}

.kiyose-access-lead{
    margin:27px auto 0;
    color:rgba(255,255,255,.65);
    font-size:15px;
    line-height:2;
}


/* =====================================
   地図＋基本情報
===================================== */

.kiyose-access-main{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
    min-height:520px;
    border:1px solid rgba(255,255,255,.14);
    background:#202020;
}

.kiyose-access-map{
    min-width:0;
    min-height:520px;
    overflow:hidden;
}

.kiyose-access-map iframe{
    width:100%;
    height:100%;
    min-height:520px;
    display:block;
    filter:grayscale(1) contrast(.92) brightness(.83);
}

.kiyose-access-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px 42px;
}

.kiyose-access-info-label{
    margin:0 0 10px;
    color:#cf3548;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.25em;
}

.kiyose-access-info h3{
    margin:0 0 32px;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(26px,3vw,39px);
    line-height:1.45;
}

.kiyose-access-address,
.kiyose-access-station{
    padding:23px 0;
    border-top:1px solid rgba(255,255,255,.13);
}

.kiyose-access-address > span,
.kiyose-access-station > span{
    display:block;
    margin-bottom:10px;
    color:rgba(255,255,255,.4);
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-access-address p{
    margin:0;
    color:#fff;
    font-size:15px;
    line-height:1.9;
}

.kiyose-access-address .kiyose-access-floor-note{
    margin-top:12px;
    color:rgba(255,255,255,.56);
    font-size:12px;
}

.kiyose-access-station strong{
    display:block;
    color:#fff;
    font-size:18px;
    line-height:1.6;
}

.kiyose-access-station p{
    margin:11px 0 0;
    color:rgba(255,255,255,.58);
    font-size:12px;
    line-height:1.85;
}


/* =====================================
   基本情報ボタン
===================================== */

.kiyose-access-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:25px;
}

.kiyose-access a.kiyose-access-button,
.kiyose-access a.kiyose-access-button:link,
.kiyose-access a.kiyose-access-button:visited{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:12px 15px !important;
    color:#fff !important;
    font-size:12px;
    font-weight:700;
    text-decoration:none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-access-button-main{
    border:1px solid #ad1d31 !important;
    background:#ad1d31 !important;
}

.kiyose-access-button-sub{
    border:1px solid rgba(255,255,255,.52) !important;
    background:transparent !important;
}

.kiyose-access a.kiyose-access-button:hover{
    color:#fff !important;
    text-decoration:none !important;
    transform:translateY(-2px);
}

.kiyose-access-button-main:hover{
    border-color:#801522 !important;
    background:#801522 !important;
}

.kiyose-access-button-sub:hover{
    border-color:#fff !important;
    background:rgba(255,255,255,.09) !important;
}


/* =====================================
   主要駅
===================================== */

.kiyose-access-routes{
    margin-top:75px;
}

.kiyose-access-subheading{
    margin-bottom:27px;
}

.kiyose-access-subheading > p{
    margin:0 0 7px;
    color:#cf3548;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.27em;
}

.kiyose-access-subheading h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(25px,3vw,38px);
    line-height:1.45;
}

.kiyose-access-route-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:1px;
    background:rgba(255,255,255,.13);
}

.kiyose-access-route-card{
    padding:28px 20px;
    background:#202020;
    text-align:center;
}

.kiyose-access-route-en{
    display:block;
    margin-bottom:10px;
    color:rgba(255,255,255,.38);
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-access-route-card strong{
    display:block;
    color:#fff;
    font-size:18px;
}

.kiyose-access-route-card p{
    margin:10px 0 0;
    color:#cf3548;
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:700;
}

.kiyose-access-route-note{
    margin:14px 0 0;
    color:rgba(255,255,255,.38);
    font-size:10px;
    line-height:1.7;
}


/* =====================================
   サポート3カード
===================================== */

.kiyose-access-support{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
    margin-top:75px;
}

.kiyose-access-support-card{
    position:relative;
    min-width:0;
    padding:34px 29px;
    border:1px solid rgba(255,255,255,.14);
    background:#202020;
}

.kiyose-access-support-number{
    margin:0 0 21px;
    color:#cf3548;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:700;
    letter-spacing:.16em;
}

.kiyose-access-support-en{
    display:block;
    margin-bottom:7px;
    color:rgba(255,255,255,.38);
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.23em;
}

.kiyose-access-support-card h3{
    margin:0 0 15px;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:22px;
    line-height:1.5;
}

.kiyose-access-support-card > p:not(.kiyose-access-support-number){
    margin:0;
    color:rgba(255,255,255,.59);
    font-size:13px;
    line-height:1.9;
}

.kiyose-access-support-card > strong{
    display:block;
    margin-top:22px;
    color:#fff;
    font-size:13px;
    line-height:1.7;
}

.kiyose-access-support-card > small{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.35);
    font-size:9px;
    line-height:1.6;
}

.kiyose-access-support-link,
.kiyose-access-support-link:link,
.kiyose-access-support-link:visited{
    display:inline-flex !important;
    align-items:center;
    gap:8px;
    margin-top:22px;
    color:#fff !important;
    font-size:12px;
    font-weight:700;
    text-decoration:none !important;
}

.kiyose-access-support-link::after{
    content:"→";
    transition:transform .2s ease;
}

.kiyose-access-support-link:hover::after{
    transform:translateX(5px);
}


/* =====================================
   周辺環境
===================================== */

.kiyose-access-nearby{
    margin-top:70px;
    padding:43px;
    border:1px solid rgba(255,255,255,.13);
    background:#202020;
    text-align:center;
}

.kiyose-access-nearby-label{
    margin:0 0 9px;
    color:#cf3548;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.27em;
}

.kiyose-access-nearby h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(24px,3vw,36px);
}

.kiyose-access-nearby-list{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:9px;
    margin-top:27px;
}

.kiyose-access-nearby-list span{
    display:inline-flex;
    min-height:34px;
    align-items:center;
    padding:6px 13px;
    border:1px solid rgba(255,255,255,.2);
    color:rgba(255,255,255,.74);
    font-size:11px;
}

.kiyose-access-nearby > p:not(.kiyose-access-nearby-label){
    margin:25px 0 0;
    color:rgba(255,255,255,.5);
    font-size:12px;
    line-height:1.9;
}


/* =====================================
   最終CTA
===================================== */

.kiyose-access-cta{
    max-width:900px;
    margin:80px auto 0;
    text-align:center;
}

.kiyose-access-cta > p{
    margin:0 0 13px;
    color:#cf3548;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.29em;
}

.kiyose-access-cta h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(30px,3.8vw,49px);
    line-height:1.5;
}

.kiyose-access-cta-buttons{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}

.kiyose-access a.kiyose-access-cta-button,
.kiyose-access a.kiyose-access-cta-button:link,
.kiyose-access a.kiyose-access-cta-button:visited{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-width:255px;
    min-height:55px;
    padding:13px 28px !important;
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    text-decoration:none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-access-cta-button-main{
    border:1px solid #ad1d31 !important;
    background:#ad1d31 !important;
}

.kiyose-access-cta-button-sub{
    border:1px solid rgba(255,255,255,.58) !important;
    background:transparent !important;
}

.kiyose-access a.kiyose-access-cta-button:hover{
    color:#fff !important;
    text-decoration:none !important;
    transform:translateY(-2px);
}

.kiyose-access-cta-button-main:hover{
    border-color:#801522 !important;
    background:#801522 !important;
}

.kiyose-access-cta-button-sub:hover{
    border-color:#fff !important;
    background:rgba(255,255,255,.09) !important;
}


/* =====================================
   FACILITIESとACCESSの隙間対策
===================================== */

.home .kiyose-facilities{
    margin-bottom:0 !important;
}

.home .kiyose-access{
    margin-top:0 !important;
}

.home .kiyose-facilities + .kiyose-access{
    margin-top:0 !important;
}

.home .kiyose-facilities + p:empty,
.home .kiyose-facilities + br,
.home .kiyose-facilities + .wp-block-spacer{
    display:none !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.home .entry-content > .kiyose-facilities,
.home .entry-content > .kiyose-access{
    margin-top:0 !important;
    margin-bottom:0 !important;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-access{
        padding:90px 0 100px;
    }

    .kiyose-access-inner{
        width:calc(100% - 40px);
    }

    .kiyose-access-main{
        grid-template-columns:1fr;
    }

    .kiyose-access-map,
    .kiyose-access-map iframe{
        min-height:450px;
    }

    .kiyose-access-route-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .kiyose-access-support{
        grid-template-columns:1fr;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-access{
        padding:70px 0 80px;
    }

    .kiyose-access-inner{
        width:calc(100% - 24px);
    }

    .kiyose-access-heading{
        margin-bottom:42px;
        text-align:left;
    }

    .kiyose-access-heading h2{
        font-size:31px;
    }

    .kiyose-access-lead{
        font-size:14px;
    }

    .kiyose-access-lead br{
        display:none;
    }

    .kiyose-access-map,
    .kiyose-access-map iframe{
        min-height:360px;
    }

    .kiyose-access-info{
        padding:30px 20px;
    }

    .kiyose-access-info h3{
        font-size:26px;
    }

    .kiyose-access-buttons{
        grid-template-columns:1fr;
    }

    .kiyose-access-route-grid{
        grid-template-columns:1fr 1fr;
    }

    .kiyose-access-route-card{
        padding:22px 10px;
    }

    .kiyose-access-route-card strong{
        font-size:15px;
    }

    .kiyose-access-route-card p{
        font-size:14px;
    }

    .kiyose-access-support-card{
        padding:27px 21px;
    }

    .kiyose-access-nearby{
        padding:30px 18px;
        text-align:left;
    }

    .kiyose-access-nearby-list{
        justify-content:flex-start;
    }

    .kiyose-access-cta{
        margin-top:55px;
        text-align:left;
    }

    .kiyose-access-cta h3{
        font-size:29px;
    }

    .kiyose-access-cta-buttons{
        display:grid;
        grid-template-columns:1fr;
    }

    .kiyose-access a.kiyose-access-cta-button{
        width:100%;
        min-width:0;
    }

}

/* =====================================
   FAQ｜よくあるご質問
===================================== */

.kiyose-faq{
    position:relative;
    width:100vw;
    max-width:none;
    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    padding:110px 0 120px;
    overflow:hidden;
    background:#f1efeb;
    color:#222;
}

.kiyose-faq-inner{
    width:min(1040px, calc(100% - 70px));
    margin:0 auto;
}


/* =====================================
   見出し
===================================== */

.kiyose-faq-heading{
    max-width:880px;
    margin:0 auto 65px;
    text-align:center;
}

.kiyose-faq .kiyose-section-label{
    margin:0 0 16px;
    color:#a8192b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.32em;
}

.kiyose-faq-heading h2{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#1e1e1e;
    font-size:clamp(35px,4.6vw,60px);
    font-weight:700;
    line-height:1.45;
    letter-spacing:.045em;
}

.kiyose-faq-heading h2::before,
.kiyose-faq-heading h2::after{
    display:none !important;
    content:none !important;
}

.kiyose-faq-lead{
    margin:27px auto 0;
    color:#5d5d5d;
    font-size:15px;
    line-height:2;
}


/* =====================================
   FAQ一覧
===================================== */

.kiyose-faq-list{
    border-top:1px solid #cfc9c1;
}

.kiyose-faq-item{
    margin:0;
    padding:0;
    border:0;
    border-bottom:1px solid #cfc9c1;
    background:transparent;
}

.kiyose-faq-item summary{
    position:relative;
    display:grid;
    grid-template-columns:58px minmax(0,1fr) 38px;
    align-items:center;
    gap:20px;
    min-height:96px;
    padding:22px 5px;
    cursor:pointer;
    list-style:none;
}

.kiyose-faq-item summary::-webkit-details-marker{
    display:none;
}

.kiyose-faq-item summary::marker{
    display:none;
    content:"";
}

.kiyose-faq-number{
    color:#a8192b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:700;
    letter-spacing:.16em;
}

.kiyose-faq-question{
    color:#222;
    font-size:18px;
    font-weight:700;
    line-height:1.65;
    letter-spacing:.02em;
}


/* =====================================
   開閉アイコン
===================================== */

.kiyose-faq-icon{
    position:relative;
    display:block;
    width:30px;
    height:30px;
}

.kiyose-faq-icon::before,
.kiyose-faq-icon::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:18px;
    height:1px;
    background:#222;
    transform:translate(-50%,-50%);
    transition:transform .2s ease;
}

.kiyose-faq-icon::after{
    transform:translate(-50%,-50%) rotate(90deg);
}

.kiyose-faq-item[open] .kiyose-faq-icon::after{
    transform:translate(-50%,-50%) rotate(0deg);
}


/* =====================================
   回答
===================================== */

.kiyose-faq-answer{
    padding:0 60px 33px 83px;
}

.kiyose-faq-answer p{
    margin:0 0 13px;
    color:#5a5a5a;
    font-size:14px;
    line-height:2;
}

.kiyose-faq-answer p:last-child{
    margin-bottom:0;
}

.kiyose-faq-answer strong{
    color:#222;
}

.kiyose-faq-answer-link,
.kiyose-faq-answer-link:link,
.kiyose-faq-answer-link:visited{
    display:inline-flex !important;
    align-items:center;
    gap:8px;
    margin-top:12px;
    color:#a8192b !important;
    font-size:12px;
    font-weight:700;
    text-decoration:none !important;
}

.kiyose-faq-answer-link::after{
    content:"→";
    transition:transform .2s ease;
}

.kiyose-faq-answer-link:hover::after{
    transform:translateX(5px);
}


/* ホバー */

.kiyose-faq-item summary:hover .kiyose-faq-question{
    color:#a8192b;
}


/* =====================================
   問い合わせ誘導
===================================== */

.kiyose-faq-contact{
    max-width:850px;
    margin:80px auto 0;
    padding:48px 40px;
    border:1px solid #cdc7bf;
    background:#e7e3dd;
    text-align:center;
}

.kiyose-faq-contact-label{
    margin:0 0 11px;
    color:#a8192b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.28em;
}

.kiyose-faq-contact h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#222;
    font-size:clamp(28px,3.5vw,44px);
    line-height:1.5;
}

.kiyose-faq-contact > p:not(.kiyose-faq-contact-label){
    margin:22px auto 0;
    color:#5d5d5d;
    font-size:14px;
    line-height:1.95;
}

.kiyose-faq-buttons{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
    margin-top:31px;
}

.kiyose-faq a.kiyose-faq-button,
.kiyose-faq a.kiyose-faq-button:link,
.kiyose-faq a.kiyose-faq-button:visited{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-width:240px;
    min-height:54px;
    padding:13px 28px !important;
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    text-decoration:none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.kiyose-faq-button-main{
    border:1px solid #222 !important;
    background:#222 !important;
}

.kiyose-faq-button-sub{
    border:1px solid #a8192b !important;
    background:#a8192b !important;
}

.kiyose-faq a.kiyose-faq-button:hover{
    color:#fff !important;
    text-decoration:none !important;
    transform:translateY(-2px);
}

.kiyose-faq-button-main:hover{
    border-color:#a8192b !important;
    background:#a8192b !important;
}

.kiyose-faq-button-sub:hover{
    border-color:#7e1320 !important;
    background:#7e1320 !important;
}


/* =====================================
   ACCESSとFAQの隙間対策
===================================== */

.home .kiyose-access{
    margin-bottom:0 !important;
}

.home .kiyose-faq{
    margin-top:0 !important;
}

.home .kiyose-access + .kiyose-faq{
    margin-top:0 !important;
}

.home .kiyose-access + p:empty,
.home .kiyose-access + br,
.home .kiyose-access + .wp-block-spacer{
    display:none !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.home .entry-content > .kiyose-access,
.home .entry-content > .kiyose-faq{
    margin-top:0 !important;
    margin-bottom:0 !important;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-faq{
        padding:90px 0 100px;
    }

    .kiyose-faq-inner{
        width:calc(100% - 40px);
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-faq{
        padding:70px 0 80px;
    }

    .kiyose-faq-inner{
        width:calc(100% - 24px);
    }

    .kiyose-faq-heading{
        margin-bottom:42px;
        text-align:left;
    }

    .kiyose-faq-heading h2{
        font-size:31px;
    }

    .kiyose-faq-lead{
        font-size:14px;
    }

    .kiyose-faq-item summary{
        grid-template-columns:36px minmax(0,1fr) 30px;
        gap:8px;
        min-height:82px;
        padding:18px 0;
    }

    .kiyose-faq-number{
        font-size:9px;
    }

    .kiyose-faq-question{
        font-size:15px;
        line-height:1.65;
    }

    .kiyose-faq-icon{
        width:26px;
        height:26px;
    }

    .kiyose-faq-icon::before,
    .kiyose-faq-icon::after{
        width:15px;
    }

    .kiyose-faq-answer{
        padding:0 4px 26px 44px;
    }

    .kiyose-faq-answer p{
        font-size:13px;
        line-height:1.9;
    }

    .kiyose-faq-contact{
        margin-top:55px;
        padding:34px 19px;
        text-align:left;
    }

    .kiyose-faq-contact h3{
        font-size:28px;
    }

    .kiyose-faq-buttons{
        display:grid;
        grid-template-columns:1fr;
    }

    .kiyose-faq a.kiyose-faq-button{
        width:100%;
        min-width:0;
    }

}

/*=====================================
CTA
======================================*/

.kiyose-cta{

position:relative;

padding:130px 20px;

background:url("CTA背景写真.jpg") center center / cover;

overflow:hidden;

color:#fff;

}

.kiyose-cta-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.72);

}

.kiyose-cta-inner{

position:relative;

z-index:2;

max-width:900px;

margin:auto;

text-align:center;

}

.kiyose-cta .kiyose-section-label{

margin-bottom:15px;

letter-spacing:.35em;

font-size:11px;

font-weight:bold;

color:#d63b4b;

}

.kiyose-cta h2{

margin:0;

font-size:clamp(38px,4vw,64px);

line-height:1.5;

color:#fff;

}

.kiyose-cta h2::before,

.kiyose-cta h2::after{

display:none!important;

}

.kiyose-cta-lead{

margin:35px auto 0;

max-width:720px;

font-size:16px;

line-height:2.1;

color:rgba(255,255,255,.82);

}

.kiyose-cta-buttons{

margin-top:55px;

display:flex;

justify-content:center;

gap:18px;

flex-wrap:wrap;

}

.kiyose-cta-btn{

display:flex;

justify-content:center;

align-items:center;

width:250px;

height:62px;

font-weight:bold;

font-size:15px;

text-decoration:none!important;

transition:.25s;

}

.kiyose-cta-btn.primary{

background:#b51f32;

color:#fff;

}

.kiyose-cta-btn.primary:hover{

background:#941729;

}

.kiyose-cta-btn.secondary{

border:1px solid rgba(255,255,255,.7);

color:#fff;

}

.kiyose-cta-btn.secondary:hover{

background:#fff;

color:#111;

}

.kiyose-cta-btn.third{

border:1px solid rgba(255,255,255,.35);

color:#fff;

}

.kiyose-cta-btn.third:hover{

background:rgba(255,255,255,.12);

}

.kiyose-cta-info{

margin-top:70px;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:1px;

background:rgba(255,255,255,.15);

}

.kiyose-cta-info div{

padding:22px;

background:rgba(255,255,255,.05);

}

.kiyose-cta-info strong{

display:block;

font-size:14px;

margin-bottom:8px;

}

.kiyose-cta-info span{

font-size:13px;

color:rgba(255,255,255,.7);

}

/*=====================================
スマホ
======================================*/

@media(max-width:768px){

.kiyose-cta{

padding:80px 20px;

}

.kiyose-cta h2{

font-size:34px;

}

.kiyose-cta-lead{

font-size:14px;

}

.kiyose-cta-buttons{

display:grid;

grid-template-columns:1fr;

}

.kiyose-cta-btn{

width:100%;

}

.kiyose-cta-info{

grid-template-columns:repeat(2,1fr);

margin-top:50px;

}

}

/* =====================================
   CTAを画面幅いっぱいに表示
===================================== */

.kiyose-cta{
    position:relative;
    width:100vw !important;
    max-width:none !important;

    margin-top:0 !important;
    margin-right:calc(50% - 50vw) !important;
    margin-bottom:0 !important;
    margin-left:calc(50% - 50vw) !important;

    padding:130px 20px;

    background-image:url("https://st-campus.net/wp-content/uploads/2026/04/P1114941-edit-scaled.jpg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;

    overflow:hidden;
    color:#fff;
}

/* 背景を暗くする */
.kiyose-cta-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.66) 48%,
            rgba(0,0,0,.72) 100%
        );
}

/* 中身だけ適切な幅に収める */
.kiyose-cta-inner{
    position:relative;
    z-index:2;
    width:min(1000px, calc(100% - 40px));
    max-width:none;
    margin:0 auto;
    text-align:center;
}

/* =====================================
   FAQとCTAの間の余白を削除
===================================== */

.home .kiyose-faq{
    margin-bottom:0 !important;
}

.home .kiyose-cta{
    margin-top:0 !important;
}

.home .kiyose-faq + .kiyose-cta{
    margin-top:0 !important;
}

.home .kiyose-faq + p:empty,
.home .kiyose-faq + br,
.home .kiyose-faq + .wp-block-spacer{
    display:none !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.home .entry-content > .kiyose-faq,
.home .entry-content > .kiyose-cta{
    margin-top:0 !important;
    margin-bottom:0 !important;
}


/* =====================================
   DIRECT RESERVE｜プラン別予約導線
===================================== */

.direct-reserve-block{
    width:min(1080px, calc(100% - 40px));
    margin:55px auto;
    overflow:hidden;
    border:1px solid #d8d2ca;
    background:#fff;
    color:#222;
}


/* =====================================
   見出し
===================================== */

.direct-reserve-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:25px 28px;
    background:#202020;
    color:#fff;
}

.direct-reserve-heading p{
    margin:0 0 5px;
    color:rgba(255,255,255,.48);
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.22em;
}

.direct-reserve-heading h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:25px;
    font-weight:700;
    line-height:1.45;
}

.direct-reserve-heading h3::before,
.direct-reserve-heading h3::after{
    display:none !important;
    content:none !important;
}

.direct-reserve-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    background:#bf1f35;
    color:#fff;
    font-size:10px;
    font-weight:700;
    line-height:1.4;
}


/* =====================================
   各プラン
===================================== */

.direct-reserve-list{
    display:grid;
}

.direct-reserve-row{
    display:grid;
    grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);
    align-items:center;
    gap:35px;
    padding:28px 28px;
    border-bottom:1px solid #ddd7cf;
    background:#fff;
}

.direct-reserve-row:last-child{
    border-bottom:0;
}

.direct-reserve-row-recommended{
    position:relative;
    border-left:4px solid #bf1f35;
    background:#f9edef;
}


/* =====================================
   プラン・料金
===================================== */

.direct-reserve-plan{
    min-width:0;
}

.direct-reserve-plan-head{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
    margin-bottom:11px;
}

.direct-reserve-time{
    color:#292929;
    font-size:15px;
    font-weight:700;
    line-height:1.5;
}

.direct-reserve-plan-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:4px 8px;
    background:#bf1f35;
    color:#fff;
    font-size:8px;
    font-weight:700;
    line-height:1.3;
}

.direct-reserve-price strong{
    display:block;
    color:#222;
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:700;
    line-height:1.25;
    letter-spacing:-.02em;
}

.direct-reserve-price small{
    display:block;
    margin-top:7px;
    color:#777;
    font-size:12px;
    font-weight:600;
    line-height:1.6;
}

.direct-reserve-price .direct-reserve-discount{
    color:#bf1f35;
    font-weight:700;
}


/* =====================================
   支払い方法
===================================== */

.direct-reserve-payment{
    min-width:0;
    padding-left:30px;
    border-left:1px solid #ddd7cf;
}

.direct-reserve-payment-label{
    margin:0 0 11px;
    color:#555;
    font-size:11px;
    font-weight:700;
    line-height:1.6;
    letter-spacing:.02em;
}

.direct-reserve-buttons{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
}

.direct-reserve-buttons a,
.direct-reserve-buttons a:link,
.direct-reserve-buttons a:visited{
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:0;
    min-height:49px;
    padding:10px 13px !important;
    font-size:12px;
    font-weight:700;
    line-height:1.45;
    text-align:center;
    text-decoration:none !important;
    box-shadow:none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.reserve-credit{
    border:1px solid #bf1f35 !important;
    background:#bf1f35 !important;
    color:#fff !important;
}

.reserve-bank{
    border:1px solid #383838 !important;
    background:#fff !important;
    color:#222 !important;
}

.direct-reserve-buttons a:hover{
    text-decoration:none !important;
    transform:translateY(-2px);
}

.reserve-credit:hover{
    border-color:#901527 !important;
    background:#901527 !important;
    color:#fff !important;
}

.reserve-bank:hover{
    border-color:#222 !important;
    background:#222 !important;
    color:#fff !important;
}

.reserve-button-icon{
    flex:0 0 auto;
    font-size:15px;
    line-height:1;
}

.direct-reserve-payment-note{
    margin:9px 0 0;
    color:#888;
    font-size:10px;
    line-height:1.6;
}


/* =====================================
   補足
===================================== */

.direct-reserve-footer{
    padding:18px 28px;
    border-top:1px solid #ddd7cf;
    background:#f5f3f0;
}

.direct-reserve-footer p{
    margin:0;
    color:#777;
    font-size:10px;
    line-height:1.75;
}


/* =====================================
   テーマ側リンク装飾を解除
===================================== */

.direct-reserve-block a::before,
.direct-reserve-block a::after{
    text-decoration:none !important;
}


/* =====================================
   タブレット
===================================== */

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

    .direct-reserve-row{
        grid-template-columns:1fr;
        gap:22px;
    }

    .direct-reserve-payment{
        padding-top:22px;
        padding-left:0;
        border-top:1px solid #ddd7cf;
        border-left:0;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .direct-reserve-block{
        width:calc(100% - 24px);
        margin:40px auto;
    }

    .direct-reserve-heading{
        align-items:flex-start;
        padding:21px 17px;
    }

    .direct-reserve-heading h3{
        font-size:19px;
    }

    .direct-reserve-badge{
        padding:6px 9px;
        font-size:8px;
    }

    .direct-reserve-row{
        gap:20px;
        padding:23px 17px;
    }

    .direct-reserve-price strong{
        font-size:25px;
    }

    .direct-reserve-payment{
        padding-top:19px;
    }

    .direct-reserve-buttons{
        grid-template-columns:1fr;
        gap:9px;
    }

    .direct-reserve-buttons a{
        width:100%;
        min-height:51px;
        font-size:12px;
    }

    .direct-reserve-payment-label{
        font-size:11px;
    }

    .direct-reserve-footer{
        padding:16px 17px;
    }

}


/* =====================================
   PRICE & DIRECT RESERVATION
===================================== */

.kiyose-price-reserve{
    position:relative;
    width:100vw;
    max-width:none;
    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    padding:110px 0 120px;
    overflow:hidden;
    background:#111;
    color:#fff;
}

.kiyose-price-reserve-inner{
    width:min(1180px, calc(100% - 70px));
    margin:0 auto;
}


/* =====================================
   見出し
===================================== */

.kiyose-price-reserve-heading{
    max-width:940px;
    margin:0 auto 70px;
    text-align:center;
}

.kiyose-price-reserve-label{
    margin:0 0 16px;
    color:#d12a40;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:700;
    letter-spacing:.31em;
}

.kiyose-price-reserve-heading h2{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(35px,4.5vw,59px);
    font-weight:700;
    line-height:1.45;
    letter-spacing:.045em;
}

.kiyose-price-reserve-heading h2::before,
.kiyose-price-reserve-heading h2::after{
    display:none !important;
    content:none !important;
}

.kiyose-price-reserve-lead{
    margin:27px auto 0;
    color:rgba(255,255,255,.67);
    font-size:15px;
    line-height:2;
}


/* =====================================
   STEP
===================================== */

.kiyose-price-reserve-flow{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    max-width:700px;
    margin:38px auto 0;
}

.kiyose-price-reserve-flow > div{
    padding:15px 12px;
    border:1px solid rgba(255,255,255,.17);
    background:rgba(255,255,255,.035);
    text-align:center;
}

.kiyose-price-reserve-flow span{
    display:block;
    margin-bottom:5px;
    color:#d84b5e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.18em;
}

.kiyose-price-reserve-flow strong{
    display:block;
    color:#fff;
    font-size:13px;
}


/* =====================================
   基本料金見出し
===================================== */

.kiyose-price-summary-heading{
    margin-bottom:28px;
}

.kiyose-price-summary-heading > p{
    margin:0 0 6px;
    color:#d12a40;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.27em;
}

.kiyose-price-summary-heading h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(26px,3vw,37px);
}

.kiyose-price-summary-heading > span{
    display:block;
    margin-top:9px;
    color:rgba(255,255,255,.52);
    font-size:12px;
    line-height:1.8;
}


/* =====================================
   基本料金カード
===================================== */

.kiyose-price-summary-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.kiyose-price-summary-card{
    position:relative;
    min-width:0;
    padding:34px 27px 27px;
    border:1px solid rgba(255,255,255,.16);
    background:#191919;
    overflow:hidden;
}

.kiyose-price-summary-featured{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);
    column-gap:45px;
    border-color:#bd2036;
    background:
        linear-gradient(
            135deg,
            rgba(189,32,54,.23),
            #191919 65%
        );
}

.kiyose-price-summary-featured .kiyose-price-summary-price{
    grid-column:2;
    grid-row:1 / span 6;
    align-self:center;
    margin:0;
    padding:25px;
    border:1px solid rgba(255,255,255,.14);
    text-align:center;
}

.kiyose-price-summary-featured .kiyose-price-summary-link{
    grid-column:1;
}

.kiyose-price-summary-badge{
    position:absolute;
    top:0;
    right:0;
    padding:8px 13px;
    background:#bd2036;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.16em;
}

.kiyose-price-summary-floor{
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:700;
    line-height:1;
}

.kiyose-price-summary-en{
    margin:11px 0 23px;
    color:rgba(255,255,255,.4);
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-price-summary-card h3{
    margin:0 0 9px;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:22px;
    line-height:1.5;
}

.kiyose-price-summary-description{
    margin:0;
    color:rgba(255,255,255,.58);
    font-size:12px;
    line-height:1.8;
}

.kiyose-price-summary-price{
    margin-top:25px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.12);
}

.kiyose-price-summary-price > span{
    display:block;
    color:rgba(255,255,255,.48);
    font-size:11px;
}

.kiyose-price-summary-price strong{
    display:block;
    margin-top:4px;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:clamp(37px,4vw,50px);
    line-height:1.2;
}

.kiyose-price-summary-price strong small{
    margin-left:3px;
    font-size:14px;
}

.kiyose-price-summary-price p{
    margin:7px 0 0;
    color:rgba(255,255,255,.58);
    font-size:12px;
}

.kiyose-price-summary-saving{
    margin:14px 0 0;
    color:#ef6575;
    font-size:10px;
    font-weight:700;
    line-height:1.6;
}

.kiyose-price-pack-available{
    margin:14px 0 0;
    padding:8px 10px;
    border:1px solid rgba(255,255,255,.15);
    color:rgba(255,255,255,.68);
    font-size:10px;
    font-weight:700;
    text-align:center;
}

.kiyose-price-summary-link,
.kiyose-price-summary-link:link,
.kiyose-price-summary-link:visited{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:48px;
    margin-top:22px;
    padding:10px 14px !important;
    border:1px solid rgba(255,255,255,.5);
    background:transparent;
    color:#fff !important;
    font-size:12px;
    font-weight:700;
    text-decoration:none !important;
}

.kiyose-price-summary-featured .kiyose-price-summary-link{
    border-color:#bd2036;
    background:#bd2036;
}

.kiyose-price-summary-link:hover{
    border-color:#bd2036;
    background:#bd2036;
    color:#fff !important;
}


/* =====================================
   おすすめプラン
===================================== */

.kiyose-price-pickup{
    display:grid;
    grid-template-columns:1.25fr .72fr .65fr auto;
    align-items:center;
    gap:30px;
    margin-top:35px;
    padding:39px 40px;
    border:1px solid #c02439;
    background:
        linear-gradient(
            115deg,
            rgba(190,32,54,.25),
            rgba(190,32,54,.04) 51%,
            #191919 100%
        );
}

.kiyose-price-pickup-copy > p{
    margin:0 0 8px;
    color:#ee5b6e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.24em;
}

.kiyose-price-pickup-copy h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(26px,3vw,37px);
}

.kiyose-price-pickup-copy > span{
    display:block;
    margin-top:13px;
    color:rgba(255,255,255,.62);
    font-size:12px;
    line-height:1.8;
}

.kiyose-price-pickup-price{
    text-align:center;
}

.kiyose-price-pickup-price > span{
    color:rgba(255,255,255,.53);
    font-size:11px;
}

.kiyose-price-pickup-price strong{
    display:block;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:clamp(40px,4.5vw,56px);
    line-height:1.2;
}

.kiyose-price-pickup-price strong small{
    margin-left:3px;
    font-size:14px;
}

.kiyose-price-pickup-price p{
    margin:5px 0 0;
    color:rgba(255,255,255,.57);
    font-size:10px;
}

.kiyose-price-pickup-discount{
    text-align:center;
}

.kiyose-price-pickup-discount span{
    display:block;
    color:rgba(255,255,255,.52);
    font-size:9px;
    line-height:1.5;
}

.kiyose-price-pickup-discount strong{
    display:block;
    margin-top:6px;
    color:#f05f71;
    font-family:Arial, Helvetica, sans-serif;
    font-size:25px;
}

.kiyose-price-pickup-discount b{
    display:block;
    color:#fff;
    font-size:11px;
}

.kiyose-price-pickup-link{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-width:185px;
    min-height:51px;
    padding:11px 18px !important;
    border:1px solid #bd2036;
    background:#bd2036;
    color:#fff !important;
    font-size:12px;
    font-weight:700;
    text-decoration:none !important;
}


/* =====================================
   DIRECT RESERVATION
===================================== */

.kiyose-direct-reserve{
    margin-top:80px;
}

.kiyose-direct-reserve-heading{
    margin-bottom:32px;
    text-align:center;
}

.kiyose-direct-reserve-heading > p{
    margin:0 0 9px;
    color:#d12a40;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
    letter-spacing:.28em;
}

.kiyose-direct-reserve-heading h3{
    margin:0;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:clamp(29px,3.7vw,47px);
    line-height:1.5;
}

.kiyose-direct-reserve-heading > span{
    display:block;
    margin-top:14px;
    color:rgba(255,255,255,.53);
    font-size:12px;
}


/* =====================================
   アコーディオン
===================================== */

.kiyose-reserve-group{
    margin:0 0 14px;
    border:1px solid rgba(255,255,255,.16);
    background:#181818;
}

.kiyose-reserve-group-featured{
    border-color:#bd2036;
}

.kiyose-reserve-group > summary{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto 35px;
    align-items:center;
    gap:20px;
    min-height:91px;
    padding:20px 26px;
    cursor:pointer;
    list-style:none;
}

.kiyose-reserve-group > summary::-webkit-details-marker{
    display:none;
}

.kiyose-reserve-summary-title{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.kiyose-reserve-summary-title small{
    color:rgba(255,255,255,.4);
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.21em;
}

.kiyose-reserve-summary-title strong{
    color:#fff;
    font-size:21px;
}

.kiyose-reserve-summary-title span{
    color:rgba(255,255,255,.47);
    font-size:11px;
}

.kiyose-reserve-group > summary > b{
    padding:6px 10px;
    background:#bd2036;
    color:#fff;
    font-size:8px;
}

.kiyose-reserve-group > summary > i{
    position:relative;
    width:30px;
    height:30px;
}

.kiyose-reserve-group > summary > i::before,
.kiyose-reserve-group > summary > i::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:17px;
    height:1px;
    background:#fff;
    transform:translate(-50%,-50%);
}

.kiyose-reserve-group > summary > i::after{
    transform:translate(-50%,-50%) rotate(90deg);
}

.kiyose-reserve-group[open] > summary > i::after{
    transform:translate(-50%,-50%);
}


/* =====================================
   料金プラン行
===================================== */

.kiyose-reserve-plan-list{
    border-top:1px solid rgba(255,255,255,.14);
    background:#f7f5f2;
    color:#222;
}

.kiyose-reserve-plan-row{
    display:grid;
    grid-template-columns:minmax(300px,.85fr) minmax(440px,1.15fr);
    align-items:center;
    gap:30px;
    padding:25px 27px;
    border-bottom:1px solid #ddd7cf;
    background:#fff;
}

.kiyose-reserve-plan-recommended{
    border-left:4px solid #bd2036;
    background:#faedef;
}

.kiyose-reserve-plan-info{
    display:grid;
    grid-template-columns:135px minmax(0,1fr);
    align-items:center;
    gap:20px;
}

.kiyose-reserve-plan-name{
    color:#2c2c2c;
    font-size:14px;
    font-weight:700;
}

.kiyose-reserve-plan-name > span{
    display:inline-flex;
    margin-left:6px;
    padding:3px 6px;
    background:#bd2036;
    color:#fff;
    font-size:7px;
}

.kiyose-reserve-plan-price strong{
    display:block;
    color:#222;
    font-family:Arial, Helvetica, sans-serif;
    font-size:24px;
}

.kiyose-reserve-plan-price > span{
    display:block;
    margin-top:5px;
    color:#777;
    font-size:10px;
    font-weight:600;
}

.kiyose-reserve-plan-price .kiyose-reserve-discount{
    color:#bd2036;
    font-weight:700;
}


/* =====================================
   支払い方法
===================================== */

.kiyose-reserve-payment{
    padding-left:28px;
    border-left:1px solid #ddd7cf;
}

.kiyose-reserve-payment > p{
    margin:0 0 9px;
    color:#666;
    font-size:10px;
    font-weight:700;
}

.kiyose-reserve-buttons{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
}

.kiyose-reserve-buttons a{
    display:flex !important;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:10px 11px !important;
    font-size:11px;
    font-weight:700;
    text-align:center;
    text-decoration:none !important;
}

.kiyose-reserve-credit{
    border:1px solid #bd2036 !important;
    background:#bd2036 !important;
    color:#fff !important;
}

.kiyose-reserve-bank{
    border:1px solid #333 !important;
    background:#fff !important;
    color:#222 !important;
}

.kiyose-reserve-credit:hover{
    background:#901528 !important;
    color:#fff !important;
}

.kiyose-reserve-bank:hover{
    background:#222 !important;
    color:#fff !important;
}


/* =====================================
   注意事項
===================================== */

.kiyose-price-reserve-notes{
    margin-top:33px;
    padding:21px 23px;
    background:rgba(255,255,255,.045);
}

.kiyose-price-reserve-notes p{
    margin:3px 0;
    color:rgba(255,255,255,.47);
    font-size:10px;
    line-height:1.75;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-price-reserve-inner{
        width:calc(100% - 40px);
    }

    .kiyose-price-pickup{
        grid-template-columns:1fr 1fr;
    }

    .kiyose-price-pickup-link{
        width:100%;
    }

    .kiyose-reserve-plan-row{
        grid-template-columns:1fr;
        gap:20px;
    }

    .kiyose-reserve-payment{
        padding-top:20px;
        padding-left:0;
        border-top:1px solid #ddd7cf;
        border-left:0;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-price-reserve{
        padding:70px 0 80px;
    }

    .kiyose-price-reserve-inner{
        width:calc(100% - 24px);
    }

    .kiyose-price-reserve-heading{
        margin-bottom:48px;
        text-align:left;
    }

    .kiyose-price-reserve-heading h2{
        font-size:31px;
    }

    .kiyose-price-reserve-lead{
        font-size:14px;
    }

    /* STEPを3列のまま維持 */
    .kiyose-price-reserve-flow{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:5px;
    }

    .kiyose-price-reserve-flow > div{
        min-width:0;
        padding:11px 4px;
    }

    .kiyose-price-reserve-flow span{
        font-size:7px;
        letter-spacing:.08em;
    }

    .kiyose-price-reserve-flow strong{
        font-size:10px;
        line-height:1.45;
    }

    /* 2F・3Fを2列 */
    .kiyose-price-summary-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
    }

    .kiyose-price-summary-card{
        padding:21px 12px 15px;
    }

    .kiyose-price-summary-floor{
        font-size:21px;
    }

    .kiyose-price-summary-en{
        margin:8px 0 14px;
        font-size:6px;
        letter-spacing:.11em;
    }

    .kiyose-price-summary-card h3{
        font-size:16px;
    }

    .kiyose-price-summary-description{
        min-height:54px;
        font-size:10px;
    }

    .kiyose-price-summary-price{
        margin-top:15px;
        padding-top:15px;
    }

    .kiyose-price-summary-price strong{
        font-size:25px;
    }

    .kiyose-price-summary-price strong small{
        font-size:10px;
    }

    .kiyose-price-summary-price p{
        font-size:10px;
    }

    .kiyose-price-pack-available{
        padding:7px 4px;
        font-size:8px;
        line-height:1.5;
    }

    .kiyose-price-summary-link{
        min-height:43px;
        padding:8px 5px !important;
        font-size:9px;
    }

    /* 2フロアは1列 */
    .kiyose-price-summary-featured{
        grid-column:1 / -1;
        display:block;
        padding:25px 18px 20px;
    }

    .kiyose-price-summary-featured .kiyose-price-summary-price{
        margin-top:18px;
        padding:18px 0 0;
        border:0;
        border-top:1px solid rgba(255,255,255,.15);
    }

    .kiyose-price-summary-featured .kiyose-price-summary-description{
        min-height:0;
    }

    /* おすすめも1列 */
    .kiyose-price-pickup{
        grid-template-columns:1fr;
        gap:20px;
        padding:27px 18px;
        text-align:center;
    }

    .kiyose-price-pickup-link{
        min-width:0;
    }

    .kiyose-direct-reserve{
        margin-top:60px;
    }

    .kiyose-direct-reserve-heading{
        text-align:left;
    }

    .kiyose-direct-reserve-heading h3{
        font-size:29px;
    }

    .kiyose-reserve-group > summary{
        grid-template-columns:minmax(0,1fr) auto 28px;
        gap:8px;
        min-height:78px;
        padding:16px 14px;
    }

    .kiyose-reserve-summary-title strong{
        font-size:17px;
    }

    .kiyose-reserve-summary-title span{
        font-size:9px;
    }

    .kiyose-reserve-group > summary > b{
        padding:5px 7px;
        font-size:7px;
    }

    .kiyose-reserve-plan-row{
        padding:21px 16px;
    }

    .kiyose-reserve-plan-info{
        grid-template-columns:1fr;
        gap:8px;
    }

    .kiyose-reserve-plan-price strong{
        font-size:23px;
    }

    .kiyose-reserve-buttons{
        grid-template-columns:1fr;
    }

    .kiyose-reserve-buttons a{
        width:100%;
        min-height:50px;
    }

}

/* =====================================
   SCENES → PRICE
   セクション内余白を残して外側だけ詰める
===================================== */

.home .kiyose-scenes{
    margin-bottom:0 !important;
    padding-bottom:90px !important;
}

.home .kiyose-price-reserve{
    margin-top:0 !important;
}

/* セクションが直接並んでいる場合 */
.home .kiyose-scenes + .kiyose-price-reserve{
    margin-top:0 !important;
}

/* WordPressの空要素だけ削除 */
.home .kiyose-scenes + p:empty,
.home .kiyose-scenes + br,
.home .kiyose-scenes + .wp-block-spacer{
    display:none !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.home .kiyose-price-reserve + p:empty,
.home .kiyose-price-reserve + br,
.home .kiyose-price-reserve + .wp-block-spacer{
    display:none !important;
    margin:0 !important;
    padding:0 !important;
    height:0 !important;
}


/* =====================================
   STUDIO USE FLOW｜ご利用の流れ
===================================== */

.sc-usage-flow{
    position:relative;
    width:100vw !important;
    max-width:none !important;
    margin-top:0 !important;
    margin-right:calc(50% - 50vw) !important;
    margin-bottom:0 !important;
    margin-left:calc(50% - 50vw) !important;
    padding:110px 0 120px;
    overflow:hidden;
    background:#f1efeb;
    color:#222;
}

.sc-usage-flow__inner{
    width:min(1180px, calc(100% - 70px));
    max-width:none !important;
    margin:0 auto;
}


/* =====================================
   見出し
===================================== */

.sc-usage-flow__heading{
    max-width:900px;
    margin:0 auto 65px;
    text-align:center;
}

.sc-usage-flow__label{
    margin:0 0 16px;
    color:#a8192b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.32em;
}

.sc-usage-flow__title{
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:none !important;
    color:#1d1d1d !important;
    font-size:clamp(35px, 4.5vw, 58px) !important;
    font-weight:700;
    line-height:1.45;
    letter-spacing:.045em;
}

.sc-usage-flow__title::before,
.sc-usage-flow__title::after{
    display:none !important;
    content:none !important;
}

.sc-usage-flow__lead{
    margin:27px auto 0;
    color:#606060;
    font-size:15px;
    line-height:2;
}


/* =====================================
   3ステップ
   PCは必ず横並び
===================================== */

.sc-usage-flow__steps{
    display:flex !important;
    flex-direction:row !important;
    align-items:stretch !important;
    justify-content:center !important;
    width:100% !important;
    gap:0 !important;
}

.sc-usage-flow__card{
    position:relative;
    display:flex !important;
    flex:1 1 0 !important;
    flex-direction:column !important;
    width:0 !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
    overflow:hidden;
    border:1px solid #d5d0c9;
    background:#fff;
    box-shadow:0 18px 40px rgba(20,20,20,.065);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.sc-usage-flow__card:hover{
    transform:translateY(-5px);
    box-shadow:0 24px 52px rgba(20,20,20,.11);
}


/* =====================================
   写真
===================================== */

.sc-usage-flow__image{
    position:relative;
    flex:0 0 auto;
    width:100%;
    aspect-ratio:16 / 10;
    overflow:hidden;
    background:#222;
}

.sc-usage-flow__image::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.04) 20%,
            rgba(0,0,0,.28) 100%
        );
}

.sc-usage-flow__image img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    display:block !important;
    object-fit:cover;
    object-position:center;
    transition:transform .4s ease;
}

.sc-usage-flow__card:hover .sc-usage-flow__image img{
    transform:scale(1.035);
}

.sc-usage-flow__step-label{
    position:absolute;
    top:17px;
    left:17px;
    z-index:2;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:6px 12px;
    background:#a8192b;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    line-height:1;
    letter-spacing:.12em;
}


/* =====================================
   カード本文
===================================== */

.sc-usage-flow__body{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    padding:31px 27px 27px;
}

.sc-usage-flow__en{
    margin:0 0 8px;
    color:#999;
    font-family:Arial, Helvetica, sans-serif;
    font-size:7px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.2em;
}

.sc-usage-flow__body h3{
    margin:0 0 15px !important;
    padding:0 !important;
    border:0 !important;
    background:none !important;
    color:#222 !important;
    font-size:clamp(21px, 2vw, 28px) !important;
    font-weight:700;
    line-height:1.5;
}

.sc-usage-flow__body h3::before,
.sc-usage-flow__body h3::after{
    display:none !important;
    content:none !important;
}

.sc-usage-flow__text{
    margin:0;
    color:#5e5e5e;
    font-size:13px;
    line-height:1.95;
}

.sc-usage-flow__point{
    margin-top:auto;
    padding-top:22px;
}

.sc-usage-flow__point::before{
    content:"";
    display:block;
    width:100%;
    height:1px;
    margin-bottom:15px;
    background:#ddd8d1;
}

.sc-usage-flow__point span{
    display:block;
    margin-bottom:5px;
    color:#a8192b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:7px;
    font-weight:700;
    letter-spacing:.2em;
}

.sc-usage-flow__point strong{
    display:block;
    color:#333;
    font-size:12px;
    line-height:1.7;
}


/* =====================================
   カード間の矢印
===================================== */

.sc-usage-flow__arrow{
    display:flex !important;
    flex:0 0 44px !important;
    align-items:center !important;
    justify-content:center !important;
    width:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    margin:0 !important;
}

.sc-usage-flow__arrow span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    color:#a8192b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:1;
}

.sc-usage-flow__arrow span::before,
.sc-usage-flow__arrow span::after{
    content:"";
    flex:1;
    height:1px;
    background:#c9c3bb;
}


/* =====================================
   補足
===================================== */

.sc-usage-flow__notes{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:1px;
    margin-top:38px;
    background:#d6d1ca;
}

.sc-usage-flow__note{
    display:grid;
    grid-template-columns:34px minmax(0, 1fr);
    gap:10px;
    align-items:start;
    padding:19px 20px;
    background:#e7e3dd;
}

.sc-usage-flow__note span{
    color:#a8192b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:700;
}

.sc-usage-flow__note p{
    margin:0;
    color:#626262;
    font-size:10px;
    line-height:1.8;
}


/* =====================================
   CTA
===================================== */

.sc-usage-flow__cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;
    margin-top:65px;
    padding:38px 42px;
    background:#202020;
    color:#fff;
}

.sc-usage-flow__cta-copy > p{
    margin:0 0 8px;
    color:#d64457;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    letter-spacing:.25em;
}

.sc-usage-flow__cta-copy h3{
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:none !important;
    color:#fff !important;
    font-size:clamp(24px, 2.8vw, 35px) !important;
    line-height:1.5;
}

.sc-usage-flow__buttons{
    display:flex;
    flex:0 0 auto;
    gap:10px;
}

.sc-usage-flow a.sc-usage-flow__button,
.sc-usage-flow a.sc-usage-flow__button:link,
.sc-usage-flow a.sc-usage-flow__button:visited{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-width:205px;
    min-height:51px;
    padding:11px 18px !important;
    color:#fff !important;
    font-size:12px;
    font-weight:700;
    line-height:1.5;
    text-align:center;
    text-decoration:none !important;
    box-shadow:none !important;
}

.sc-usage-flow__button--main{
    border:1px solid #b92034 !important;
    background:#b92034 !important;
}

.sc-usage-flow__button--sub{
    border:1px solid rgba(255,255,255,.55) !important;
    background:transparent !important;
}

.sc-usage-flow__button--main:hover{
    border-color:#881524 !important;
    background:#881524 !important;
}

.sc-usage-flow__button--sub:hover{
    border-color:#fff !important;
    background:rgba(255,255,255,.1) !important;
}


/* =====================================
   前後セクションの隙間対策
===================================== */

.home .kiyose-price-reserve{
    margin-bottom:0 !important;
}

.home .sc-usage-flow{
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.home .kiyose-features{
    margin-top:0 !important;
}

.home .kiyose-price-reserve + .sc-usage-flow,
.home .sc-usage-flow + .kiyose-features{
    margin-top:0 !important;
}

.home .kiyose-price-reserve + p:empty,
.home .kiyose-price-reserve + br,
.home .kiyose-price-reserve + .wp-block-spacer,
.home .sc-usage-flow + p:empty,
.home .sc-usage-flow + br,
.home .sc-usage-flow + .wp-block-spacer{
    display:none !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}


/* =====================================
   タブレット
   横並びを維持
===================================== */

@media screen and (max-width:1000px) and (min-width:769px){

    .sc-usage-flow{
        padding:90px 0 100px;
    }

    .sc-usage-flow__inner{
        width:calc(100% - 36px);
    }

    .sc-usage-flow__arrow{
        flex-basis:26px !important;
        width:26px !important;
        min-width:26px !important;
        max-width:26px !important;
    }

    .sc-usage-flow__arrow span{
        font-size:14px;
    }

    .sc-usage-flow__arrow span::before,
    .sc-usage-flow__arrow span::after{
        display:none;
    }

    .sc-usage-flow__body{
        padding:23px 17px 21px;
    }

    .sc-usage-flow__body h3{
        font-size:20px !important;
    }

    .sc-usage-flow__text{
        font-size:11px;
        line-height:1.8;
    }

    .sc-usage-flow__notes{
        grid-template-columns:1fr;
    }

    .sc-usage-flow__cta{
        flex-direction:column;
        align-items:flex-start;
    }

    .sc-usage-flow__buttons{
        width:100%;
    }

    .sc-usage-flow__button{
        flex:1;
        min-width:0 !important;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .sc-usage-flow{
        padding:70px 0 80px;
    }

    .sc-usage-flow__inner{
        width:calc(100% - 24px);
    }

    .sc-usage-flow__heading{
        margin-bottom:42px;
        text-align:left;
    }

    .sc-usage-flow__title{
        font-size:31px !important;
    }

    .sc-usage-flow__lead{
        font-size:14px;
    }

    .sc-usage-flow__lead br{
        display:none;
    }

    .sc-usage-flow__steps{
        display:flex !important;
        flex-direction:column !important;
        align-items:stretch !important;
    }

    .sc-usage-flow__card{
        flex:0 0 auto !important;
        width:100% !important;
    }

    .sc-usage-flow__arrow{
        display:flex !important;
        flex:0 0 54px !important;
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        height:54px;
    }

    .sc-usage-flow__arrow span{
        flex-direction:column;
        font-size:0;
    }

    .sc-usage-flow__arrow span::before,
    .sc-usage-flow__arrow span::after{
        display:block;
        width:1px;
        height:14px;
        flex:none;
        background:#c9c3bb;
    }

    .sc-usage-flow__arrow span::before{
        margin-bottom:3px;
    }

    .sc-usage-flow__arrow span::after{
        margin-top:3px;
    }

    .sc-usage-flow__arrow::after{
        content:"↓";
        position:absolute;
        color:#a8192b;
        font-size:18px;
    }

    .sc-usage-flow__image{
        aspect-ratio:4 / 3;
    }

    .sc-usage-flow__body{
        padding:25px 20px 23px;
    }

    .sc-usage-flow__body h3{
        font-size:22px !important;
    }

    .sc-usage-flow__text{
        font-size:13px;
        line-height:1.9;
    }

    .sc-usage-flow__notes{
        grid-template-columns:1fr;
        margin-top:28px;
    }

    .sc-usage-flow__note{
        padding:16px 14px;
    }

    .sc-usage-flow__cta{
        flex-direction:column;
        align-items:flex-start;
        gap:25px;
        margin-top:45px;
        padding:29px 19px;
    }

    .sc-usage-flow__cta-copy h3{
        font-size:25px !important;
    }

    .sc-usage-flow__buttons{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
    }

    .sc-usage-flow a.sc-usage-flow__button{
        width:100%;
        min-width:0;
    }

}

/* =====================================
   ページ内リンクのスクロール
===================================== */

html{
    scroll-behavior:smooth;
}

#hero,
#scenes,
#price,
#studio-flow,
#features,
#floor-map,
#facilities,
#access,
#faq,
#reservation{
    scroll-margin-top:20px;
}


/* =====================================
   フローティングナビ共通
===================================== */

.sc-floating-nav{
    position:relative;
    z-index:9998;
}


/* =====================================
   PC用 映画LP風・縦型ナビ
===================================== */

.sc-floating-nav__desktop{
    position:fixed;
    top:50%;
    right:18px;
    z-index:9998;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:4px;
    transform:translateY(-50%);
}

.sc-floating-nav__item{
    position:relative;
    display:flex !important;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    min-height:25px;
    margin:0 !important;
    padding:2px 0 !important;
    color:#fff !important;
    text-decoration:none !important;
}

.sc-floating-nav__label{
    display:flex;
    align-items:center;
    min-height:25px;
    padding:5px 9px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(17,17,17,.84);
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8px;
    font-weight:700;
    line-height:1;
    letter-spacing:.14em;
    opacity:0;
    visibility:hidden;
    transform:translateX(10px);
    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease,
        background-color .2s ease;
}

.sc-floating-nav__dot{
    position:relative;
    display:block;
    width:11px;
    height:11px;
    border:1px solid rgba(255,255,255,.75);
    border-radius:50%;
    background:rgba(17,17,17,.82);
    box-shadow:0 0 0 4px rgba(17,17,17,.25);
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

/* ナビをつなぐ縦線 */

.sc-floating-nav__item:not(:last-of-type) .sc-floating-nav__dot::after{
    content:"";
    position:absolute;
    top:13px;
    left:50%;
    width:1px;
    height:13px;
    background:rgba(255,255,255,.25);
    transform:translateX(-50%);
}

/* ホバー時 */

.sc-floating-nav__item:hover .sc-floating-nav__label,
.sc-floating-nav__item:focus-visible .sc-floating-nav__label,
.sc-floating-nav__item.is-active .sc-floating-nav__label{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

.sc-floating-nav__item:hover .sc-floating-nav__dot{
    border-color:#c21e36;
    transform:scale(1.15);
}

/* 現在位置 */

.sc-floating-nav__item.is-active .sc-floating-nav__dot{
    border-color:#c21e36;
    background:#c21e36;
    transform:scale(1.15);
}

.sc-floating-nav__item.is-active .sc-floating-nav__label{
    border-color:#a81a30;
    background:#a81a30;
}


/* =====================================
   PC用 予約ボタン
===================================== */

.sc-floating-nav__reserve,
.sc-floating-nav__reserve:link,
.sc-floating-nav__reserve:visited{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-width:88px;
    min-height:35px;
    margin-top:14px !important;
    padding:8px 13px !important;
    border:1px solid #bb1f36;
    background:#bb1f36;
    color:#fff !important;
    font-size:10px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.04em;
    text-decoration:none !important;
    box-shadow:0 5px 18px rgba(0,0,0,.2);
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.sc-floating-nav__reserve:hover{
    border-color:#881324;
    background:#881324;
    color:#fff !important;
    transform:translateY(-2px);
}


/* =====================================
   スマホ用ボタン・メニュー
   PCでは非表示
===================================== */

.sc-mobile-menu-button,
.sc-mobile-menu-overlay,
.sc-mobile-menu{
    display:none;
}


/* =====================================
   PCナビの背景対策
   白背景でも視認できるようにする
===================================== */

.sc-floating-nav__desktop::before{
    content:"";
    position:absolute;
    top:-14px;
    right:-10px;
    bottom:-12px;
    width:38px;
    z-index:-1;
    border-radius:22px;
    background:rgba(15,15,15,.46);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
}


/* =====================================
   スマートフォン
===================================== */

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

    /* PCナビを非表示 */

    .sc-floating-nav__desktop{
        display:none !important;
    }


    /* =====================================
       ハンバーガーボタン
    ===================================== */

    .sc-mobile-menu-button{
        position:fixed;
        right:15px;
        bottom:82px;
        z-index:10002;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:5px;
        width:58px;
        height:58px;
        margin:0;
        padding:0;
        border:1px solid rgba(255,255,255,.25);
        border-radius:50%;
        background:rgba(22,22,22,.92);
        color:#fff;
        box-shadow:0 8px 25px rgba(0,0,0,.28);
        cursor:pointer;
        appearance:none;
        -webkit-appearance:none;
        transition:
            background-color .2s ease,
            transform .2s ease;
    }

    .sc-mobile-menu-button:hover{
        background:#a8192b;
    }

    .sc-mobile-menu-button__icon{
        display:flex;
        flex-direction:column;
        gap:4px;
        width:20px;
    }

    .sc-mobile-menu-button__icon i{
        display:block;
        width:100%;
        height:1px;
        margin:0;
        background:#fff;
        transition:
            transform .25s ease,
            opacity .25s ease;
    }

    .sc-mobile-menu-button__text{
        color:#fff;
        font-family:Arial, Helvetica, sans-serif;
        font-size:6px;
        font-weight:700;
        line-height:1;
        letter-spacing:.17em;
    }

    /* 開いているとき */

    .sc-mobile-menu-button.is-open{
        background:#a8192b;
    }

    .sc-mobile-menu-button.is-open .sc-mobile-menu-button__icon i:nth-child(1){
        transform:translateY(5px) rotate(45deg);
    }

    .sc-mobile-menu-button.is-open .sc-mobile-menu-button__icon i:nth-child(2){
        opacity:0;
    }

    .sc-mobile-menu-button.is-open .sc-mobile-menu-button__icon i:nth-child(3){
        transform:translateY(-5px) rotate(-45deg);
    }


    /* =====================================
       背景オーバーレイ
    ===================================== */

    .sc-mobile-menu-overlay{
        position:fixed;
        inset:0;
        z-index:10000;
        display:block;
        background:rgba(0,0,0,.66);
        opacity:0;
        visibility:hidden;
        transition:
            opacity .25s ease,
            visibility .25s ease;
    }

    .sc-mobile-menu-overlay.is-open{
        opacity:1;
        visibility:visible;
    }


    /* =====================================
       スライドメニュー
    ===================================== */

    .sc-mobile-menu{
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        z-index:10001;
        display:flex;
        flex-direction:column;
        width:min(86vw, 360px);
        height:100dvh;
        overflow-y:auto;
        background:#171717;
        color:#fff;
        visibility:hidden;
        transform:translateX(105%);
        transition:
            transform .28s ease,
            visibility .28s ease;
    }

    .sc-mobile-menu.is-open{
        visibility:visible;
        transform:translateX(0);
    }


    /* メニューヘッダー */

    .sc-mobile-menu__header{
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex:0 0 auto;
        min-height:82px;
        padding:19px 20px;
        border-bottom:1px solid rgba(255,255,255,.13);
    }

    .sc-mobile-menu__header > div{
        display:flex;
        flex-direction:column;
        gap:3px;
    }

    .sc-mobile-menu__header small{
        color:rgba(255,255,255,.45);
        font-family:Arial, Helvetica, sans-serif;
        font-size:7px;
        font-weight:700;
        letter-spacing:.22em;
    }

    .sc-mobile-menu__header strong{
        color:#fff;
        font-family:Arial, Helvetica, sans-serif;
        font-size:19px;
        letter-spacing:.2em;
    }

    .sc-mobile-menu__close{
        position:relative;
        width:40px;
        height:40px;
        margin:0;
        padding:0;
        border:1px solid rgba(255,255,255,.23);
        border-radius:50%;
        background:transparent;
        cursor:pointer;
        appearance:none;
        -webkit-appearance:none;
    }

    .sc-mobile-menu__close span{
        position:absolute;
        top:50%;
        left:50%;
        width:16px;
        height:1px;
        background:#fff;
    }

    .sc-mobile-menu__close span:first-child{
        transform:translate(-50%,-50%) rotate(45deg);
    }

    .sc-mobile-menu__close span:last-child{
        transform:translate(-50%,-50%) rotate(-45deg);
    }


    /* メニュー本文 */

    .sc-mobile-menu__body{
        flex:1 1 auto;
        padding:28px 20px;
    }

    .sc-mobile-menu__label{
        margin:0 0 15px;
        color:#c52a40;
        font-family:Arial, Helvetica, sans-serif;
        font-size:8px;
        font-weight:700;
        letter-spacing:.27em;
    }

    .sc-mobile-menu__body > a,
    .sc-mobile-menu__body > a:link,
    .sc-mobile-menu__body > a:visited{
        position:relative;
        display:grid !important;
        grid-template-columns:33px minmax(0,1fr);
        align-items:center;
        min-height:53px;
        padding:11px 2px !important;
        border-bottom:1px solid rgba(255,255,255,.11);
        color:#fff !important;
        font-size:14px;
        font-weight:700;
        line-height:1.6;
        text-decoration:none !important;
    }

    .sc-mobile-menu__body > a span{
        color:rgba(255,255,255,.35);
        font-family:Arial, Helvetica, sans-serif;
        font-size:8px;
        font-weight:700;
    }

    .sc-mobile-menu__body > a::after{
        content:"→";
        position:absolute;
        top:50%;
        right:3px;
        color:rgba(255,255,255,.38);
        transform:translateY(-50%);
    }

    .sc-mobile-menu__body > a.is-active{
        color:#e33d54 !important;
    }

    .sc-mobile-menu__body > a.is-active span{
        color:#e33d54;
    }


    /* 下部CTA */

    .sc-mobile-menu__footer{
        display:grid;
        flex:0 0 auto;
        grid-template-columns:1fr;
        gap:8px;
        padding:18px 20px max(20px, env(safe-area-inset-bottom));
        border-top:1px solid rgba(255,255,255,.13);
        background:#111;
    }

    .sc-mobile-menu__footer a,
    .sc-mobile-menu__footer a:link,
    .sc-mobile-menu__footer a:visited{
        display:flex !important;
        align-items:center;
        justify-content:center;
        min-height:50px;
        padding:11px 14px !important;
        color:#fff !important;
        font-size:13px;
        font-weight:700;
        text-decoration:none !important;
    }

    .sc-mobile-menu__reserve{
        border:1px solid #b92035;
        background:#b92035;
    }

    .sc-mobile-menu__contact{
        border:1px solid rgba(255,255,255,.43);
        background:transparent;
    }


    /* メニュー表示中の背景固定 */

    body.sc-menu-open{
        overflow:hidden !important;
        touch-action:none;
    }

}


/* =====================================
   既存のページトップボタンを消す場合
===================================== */

/*
.pagetop,
.page-top,
#page-top,
.to-top,
.scroll-top{
    display:none !important;
}
*/


/* ========================================
   廃墟シーンページ専用
   投稿ID：9928
======================================== */

/* 投稿タイトル・カテゴリー・パンくずを非表示 */
.postid-9928 .entry-header,
.postid-9928 .singular-header,
.postid-9928 .breadcrumbs,
.postid-9928 .breadcrumb,
.postid-9928 .post-meta,
.postid-9928 .entry-meta {
    display: none !important;
}

/* 投稿本文上部の余白を削除 */
.postid-9928 .site-content,
.postid-9928 .content-area,
.postid-9928 .site-main,
.postid-9928 article,
.postid-9928 .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 本文先頭要素の余白を削除 */
.postid-9928 .entry-content > :first-child {
    margin-top: 0 !important;
}


/* ========================================
   シーンページ HERO
======================================== */

.kiyose-scene-hero {
    position: relative;

    width: 100vw;
    min-height: 680px;

    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    display: flex;
    align-items: center;

    overflow: hidden;

    background-color: #080808;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;
}


/* 廃墟ページの背景画像 */
.kiyose-scene-hero--ruins {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/02/P1104608-edit_2-scaled.jpg");
}


/* ========================================
   オーバーレイ
======================================== */

.kiyose-scene-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .80) 0%,
            rgba(0, 0, 0, .66) 38%,
            rgba(0, 0, 0, .36) 72%,
            rgba(0, 0, 0, .18) 100%
        );
}


/* 画面下部を少し暗くして文字と写真を締める */
.kiyose-scene-hero::after {
    position: absolute;
    inset: 0;
    z-index: 1;

    content: "";
    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .05) 0%,
            rgba(0, 0, 0, .05) 68%,
            rgba(0, 0, 0, .34) 100%
        );
}


/* ========================================
   HERO内コンテンツ
======================================== */

.kiyose-scene-hero__inner {
    position: relative;
    z-index: 2;

    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
    padding: 90px 0 80px;

    text-align: left;
}


/* 英字ラベル */
.kiyose-scene-hero__en {
    margin: 0;

    color: #d0a45e;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .34em;
    line-height: 1.5;
}


/* ゴールドライン */
.kiyose-scene-hero__line {
    width: 56px;
    height: 1px;

    display: block;

    margin: 17px 0 26px;

    background: #d0a45e;
}


/* H1 */
.kiyose-scene-hero__title {
    max-width: 850px;

    margin: 0 0 22px;

    color: #fff;

    font-size: clamp(40px, 4.8vw, 64px);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.25;

    text-shadow:
        0 3px 16px rgba(0, 0, 0, .5);
}


/* キャッチコピー */
.kiyose-scene-hero__catch {
    margin: 0 0 24px;

    color: #fff;

    font-size: clamp(23px, 2.5vw, 34px);
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.65;

    text-shadow:
        0 2px 12px rgba(0, 0, 0, .45);
}


/* 説明文 */
.kiyose-scene-hero__lead {
    max-width: 720px;

    margin: 0 0 38px;

    color: rgba(255, 255, 255, .9);

    font-size: 16px;
    letter-spacing: .04em;
    line-height: 2;

    text-shadow:
        0 2px 10px rgba(0, 0, 0, .4);
}


/* ========================================
   ボタン
======================================== */

.kiyose-scene-hero__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.kiyose-scene-hero__button {
    min-width: 220px;

    padding: 16px 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


/* メインボタン */
.kiyose-scene-hero__button--main {
    background: #c9984c;
    color: #fff;
}

.kiyose-scene-hero__button--main:hover {
    background: #d5aa66;
    color: #fff;
    transform: translateY(-2px);
}


/* サブボタン */
.kiyose-scene-hero__button--sub {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .24);
    color: #fff;
}

.kiyose-scene-hero__button--sub:hover {
    border-color: #fff;
    background: #fff;
    color: #222;
    transform: translateY(-2px);
}


/* ========================================
   PC・SP表示切り替え
======================================== */

.kiyose-pc-only {
    display: inline;
}


/* ========================================
   タブレット・スマートフォン
======================================== */

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

    .kiyose-scene-hero {
        min-height: 620px;
        align-items: flex-end;

        /*
        スマホで見せたい位置を調整。
        写真によって 40%～70% 程度で変更。
        */
        background-position: 58% center;
    }

    .kiyose-scene-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, .18) 0%,
                rgba(0, 0, 0, .42) 38%,
                rgba(0, 0, 0, .9) 100%
            );
    }

    .kiyose-scene-hero::after {
        display: none;
    }

    .kiyose-scene-hero__inner {
        width: calc(100% - 40px);
        padding: 90px 0 58px;
    }

    .kiyose-scene-hero__en {
        font-size: 11px;
        letter-spacing: .28em;
    }

    .kiyose-scene-hero__line {
        width: 46px;
        margin: 13px 0 20px;
    }

    .kiyose-scene-hero__title {
        margin-bottom: 17px;

        font-size: clamp(31px, 9.5vw, 44px);
        line-height: 1.3;
    }

    .kiyose-scene-hero__catch {
        margin-bottom: 17px;

        font-size: 21px;
        line-height: 1.65;
    }

    .kiyose-scene-hero__lead {
        margin-bottom: 26px;

        font-size: 14px;
        line-height: 1.9;
    }

    .kiyose-scene-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .kiyose-scene-hero__button {
        width: 100%;
        min-width: 0;
        padding: 15px 18px;
    }

    .kiyose-pc-only {
        display: none;
    }

}


/* ========================================
   小さいスマートフォン
======================================== */

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

    .kiyose-scene-hero {
        min-height: 590px;
        background-position: 60% center;
    }

    .kiyose-scene-hero__inner {
        width: calc(100% - 32px);
        padding: 80px 0 52px;
    }

    .kiyose-scene-hero__title {
        font-size: 32px;
    }

    .kiyose-scene-hero__catch {
        font-size: 19px;
    }

    .kiyose-scene-hero__lead {
        font-size: 13px;
    }

}

/* ========================================
   シーンページ共通
   全幅セクション基本設定
======================================== */

.kiyose-scene-section,
.kiyose-scene-about {
    position: relative;

    width: 100vw;

    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);

    padding: 110px 0;

    overflow: hidden;
}


/* セクション内側の共通幅 */
.kiyose-scene-section__inner,
.kiyose-scene-about__inner {
    position: relative;
    z-index: 1;

    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* ========================================
   HEROと次セクションの隙間をなくす
======================================== */

.kiyose-scene-hero {
    margin-bottom: 0 !important;
}

.kiyose-scene-hero + .kiyose-scene-section,
.kiyose-scene-hero + .kiyose-scene-about {
    margin-top: 0 !important;
}


/* 隣接する全幅セクション同士の隙間をなくす */
.kiyose-scene-section + .kiyose-scene-section,
.kiyose-scene-section + .kiyose-scene-about,
.kiyose-scene-about + .kiyose-scene-section,
.kiyose-scene-about + .kiyose-scene-about {
    margin-top: 0 !important;
}


/* ========================================
   廃墟シーン ABOUT
======================================== */

.kiyose-scene-about {
    background: #f6f4f0;
    color: #222;
}


/* 背景装飾 */
.kiyose-scene-about::before {
    position: absolute;
    top: -120px;
    right: -100px;

    width: 420px;
    height: 420px;

    content: "";

    border: 1px solid rgba(185, 143, 78, .18);
    border-radius: 50%;

    pointer-events: none;
}


.kiyose-scene-about::after {
    position: absolute;
    bottom: -170px;
    left: -140px;

    width: 360px;
    height: 360px;

    content: "";

    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 50%;

    pointer-events: none;
}


/* ========================================
   ABOUT内レイアウト
======================================== */

.kiyose-scene-about__inner {
    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);

    gap: 80px;

    align-items: start;
}


/* ========================================
   見出し・説明
======================================== */

.kiyose-scene-about__intro {
    position: sticky;
    top: 40px;
}


.kiyose-scene-about__en {
    margin: 0;

    color: #b98f4e;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .34em;
    line-height: 1.5;
}


.kiyose-scene-about__line {
    width: 52px;
    height: 1px;

    display: block;

    margin: 16px 0 25px;

    background: #b98f4e;
}


.kiyose-scene-about__title {
    margin: 0 0 28px;

    color: #171717;

    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.35;
}


.kiyose-scene-about__lead {
    margin: 0 0 24px;

    color: #2a2a2a;

    font-size: 20px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.9;
}


.kiyose-scene-about__text {
    margin: 0;

    color: #5f5f5f;

    font-size: 15px;
    letter-spacing: .03em;
    line-height: 2.1;
}


/* ========================================
   特徴カード
======================================== */

.kiyose-scene-about__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 22px;
}


.kiyose-scene-about__card {
    position: relative;

    min-height: 250px;

    padding: 34px 30px;

    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, .08);

    background: rgba(255, 255, 255, .88);

    box-shadow:
        0 12px 34px rgba(0, 0, 0, .05);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.kiyose-scene-about__card::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    content: "";

    background:
        linear-gradient(
            90deg,
            #b98f4e 0%,
            #d2ad70 100%
        );
}


.kiyose-scene-about__card:hover {
    border-color: rgba(185, 143, 78, .35);

    box-shadow:
        0 18px 46px rgba(0, 0, 0, .09);

    transform: translateY(-4px);
}


.kiyose-scene-about__number {
    margin: 0 0 24px;

    color: #b98f4e;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
}


.kiyose-scene-about__card h3 {
    margin: 0 0 16px;

    color: #1d1d1d;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
}


.kiyose-scene-about__card p:last-child {
    margin: 0;

    color: #666;

    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.9;
}


/* ========================================
   タブレット
======================================== */

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

    .kiyose-scene-section,
    .kiyose-scene-about {
        padding: 90px 0;
    }

    .kiyose-scene-section__inner,
    .kiyose-scene-about__inner {
        width: calc(100% - 56px);
    }

    .kiyose-scene-about__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .kiyose-scene-about__intro {
        position: static;
    }

}


/* ========================================
   スマートフォン
======================================== */

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

    .kiyose-scene-section,
    .kiyose-scene-about {
        padding: 72px 0;
    }

    .kiyose-scene-section__inner,
    .kiyose-scene-about__inner {
        width: calc(100% - 36px);
    }

    .kiyose-scene-about__inner {
        gap: 38px;
    }

    .kiyose-scene-about__en {
        font-size: 11px;
        letter-spacing: .28em;
    }

    .kiyose-scene-about__line {
        width: 44px;
        margin: 13px 0 20px;
    }

    .kiyose-scene-about__title {
        margin-bottom: 20px;

        font-size: 32px;
        line-height: 1.4;
    }

    .kiyose-scene-about__lead {
        margin-bottom: 18px;

        font-size: 17px;
        line-height: 1.85;
    }

    .kiyose-scene-about__text {
        font-size: 14px;
        line-height: 2;
    }

    .kiyose-scene-about__features {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .kiyose-scene-about__card {
        min-height: auto;
        padding: 28px 24px;
    }

    .kiyose-scene-about__number {
        margin-bottom: 18px;
    }

    .kiyose-scene-about__card h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

}

/* ========================================
   HEROとABOUTの間のテーマ余白を完全に削除
======================================== */

.postid-9928 .entry-content > .kiyose-scene-hero + .kiyose-scene-about {
    margin-top: 0 !important;
}

/* yStandardが隣接要素に付ける上余白対策 */
.postid-9928 .entry-content > * + * {
    margin-top: 0;
}

/* HERO直後の改行・空段落対策 */
.postid-9928 .entry-content > .kiyose-scene-hero + p:empty,
.postid-9928 .entry-content > .kiyose-scene-hero + br,
.postid-9928 .entry-content > p:empty + .kiyose-scene-about {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* HERO下端とABOUT上端を密着 */
.postid-9928 .kiyose-scene-hero {
    margin-bottom: 0 !important;
}

.postid-9928 .kiyose-scene-about {
    margin-top: 0 !important;
}

/* ========================================
   フォトギャラリー
======================================== */

.kiyose-scene-gallery {
    position: relative;

    width: 100vw;

    margin-top: 0 !important;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);

    padding: 110px 0;

    overflow: hidden;

    background: #0b0b0b;
    color: #fff;
}


/* WordPressが付けるセクション間余白を削除 */
.entry-content > .kiyose-scene-about + .kiyose-scene-gallery,
.entry-content > .kiyose-scene-section + .kiyose-scene-gallery,
.entry-content > .kiyose-scene-gallery {
    margin-top: 0 !important;
}


/* 内側 */
.kiyose-scene-gallery__inner {
    position: relative;
    z-index: 1;

    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* 背景の大きな文字装飾 */
.kiyose-scene-gallery::before {
    position: absolute;
    top: 25px;
    right: -20px;

    content: "GALLERY";

    color: rgba(255, 255, 255, .025);

    font-size: clamp(90px, 14vw, 220px);
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;

    pointer-events: none;
    white-space: nowrap;
}


/* ========================================
   セクション見出し
======================================== */

.kiyose-scene-gallery__header {
    margin-bottom: 60px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, .72fr);

    gap: 80px;
    align-items: end;
}


.kiyose-scene-gallery__en {
    margin: 0;

    color: #d0a45e;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .34em;
    line-height: 1.5;
}


.kiyose-scene-gallery__line {
    width: 52px;
    height: 1px;

    display: block;

    margin: 16px 0 24px;

    background: #d0a45e;
}


.kiyose-scene-gallery__title {
    margin: 0;

    color: #fff;

    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 700;
    letter-spacing: .045em;
    line-height: 1.35;
}


.kiyose-scene-gallery__lead {
    margin: 0 0 5px;

    color: rgba(255, 255, 255, .66);

    font-size: 15px;
    letter-spacing: .04em;
    line-height: 2;
}


/* ========================================
   変則グリッド
======================================== */

.kiyose-scene-gallery__grid {
    display: grid;

    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 115px;

    gap: 14px;
}


/* 通常写真 */
.kiyose-scene-gallery__item {
    grid-column: span 4;
    grid-row: span 3;

    min-width: 0;
    margin: 0;

    overflow: hidden;

    background: #181818;
}


/* 左上の大型写真 */
.kiyose-scene-gallery__item--main {
    grid-column: span 8;
    grid-row: span 5;
}


/* 横長写真 */
.kiyose-scene-gallery__item--wide {
    grid-column: span 8;
    grid-row: span 3;
}


/* 縦長写真 */
.kiyose-scene-gallery__item--tall {
    grid-column: span 4;
    grid-row: span 5;
}


/* リンク */
.kiyose-scene-gallery__link {
    position: relative;

    width: 100%;
    height: 100%;

    display: block;

    overflow: hidden;

    background: #151515;
    color: #fff;
    text-decoration: none;
}


/* 写真 */
.kiyose-scene-gallery__link img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        brightness(.88)
        contrast(1.04)
        saturate(.9);

    transition:
        transform .8s cubic-bezier(.2, .7, .2, 1),
        filter .5s ease;
}


/* 黒いグラデーション */
.kiyose-scene-gallery__link::before {
    position: absolute;
    inset: 0;
    z-index: 1;

    content: "";

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .02) 45%,
            rgba(0, 0, 0, .62) 100%
        );

    transition: background .4s ease;

    pointer-events: none;
}


/* ゴールドの枠線 */
.kiyose-scene-gallery__link::after {
    position: absolute;
    inset: 14px;
    z-index: 2;

    content: "";

    border: 1px solid rgba(208, 164, 94, 0);

    transition:
        inset .4s ease,
        border-color .4s ease;

    pointer-events: none;
}


/* 写真番号 */
.kiyose-scene-gallery__number {
    position: absolute;
    right: 22px;
    bottom: 18px;
    z-index: 3;

    color: rgba(255, 255, 255, .72);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1;
}


/* VIEW */
.kiyose-scene-gallery__view {
    position: absolute;
    bottom: 17px;
    left: 22px;
    z-index: 3;

    color: #fff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1;

    opacity: 0;
    transform: translateY(8px);

    transition:
        opacity .35s ease,
        transform .35s ease;
}


/* ホバー */
.kiyose-scene-gallery__link:hover img {
    filter:
        brightness(.68)
        contrast(1.06)
        saturate(.82);

    transform: scale(1.055);
}


.kiyose-scene-gallery__link:hover::after {
    inset: 10px;
    border-color: rgba(208, 164, 94, .72);
}


.kiyose-scene-gallery__link:hover .kiyose-scene-gallery__view {
    opacity: 1;
    transform: translateY(0);
}


/* ========================================
   ギャラリー下部
======================================== */

.kiyose-scene-gallery__footer {
    margin-top: 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


.kiyose-scene-gallery__footer p {
    margin: 0;

    color: rgba(255, 255, 255, .5);

    font-size: 12px;
    letter-spacing: .05em;
    line-height: 1.8;
}


.kiyose-scene-gallery__button {
    min-width: 230px;

    padding: 15px 24px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    border-bottom: 1px solid rgba(208, 164, 94, .65);

    color: #fff;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.5;
    text-decoration: none;

    transition:
        color .25s ease,
        border-color .25s ease,
        padding-left .25s ease;
}


.kiyose-scene-gallery__button span {
    color: #d0a45e;
    font-size: 18px;
}


.kiyose-scene-gallery__button:hover {
    padding-left: 30px;

    border-color: #d0a45e;
    color: #d0a45e;
}


/* ========================================
   タブレット
======================================== */

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

    .kiyose-scene-gallery {
        padding: 90px 0;
    }

    .kiyose-scene-gallery__inner {
        width: calc(100% - 56px);
    }

    .kiyose-scene-gallery__header {
        grid-template-columns: 1fr;
        gap: 25px;

        margin-bottom: 45px;
    }

    .kiyose-scene-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 210px;
        gap: 12px;
    }

    .kiyose-scene-gallery__item,
    .kiyose-scene-gallery__item--main,
    .kiyose-scene-gallery__item--wide,
    .kiyose-scene-gallery__item--tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .kiyose-scene-gallery__item--main,
    .kiyose-scene-gallery__item--wide {
        grid-column: span 2;
        grid-row: span 2;
    }

    .kiyose-scene-gallery__item--tall {
        grid-row: span 2;
    }

}


/* ========================================
   スマートフォン
======================================== */

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

    .kiyose-scene-gallery {
        padding: 72px 0;
    }

    .kiyose-scene-gallery__inner {
        width: calc(100% - 36px);
    }

    .kiyose-scene-gallery::before {
        top: 30px;
        font-size: 76px;
    }

    .kiyose-scene-gallery__header {
        margin-bottom: 35px;
        gap: 20px;
    }

    .kiyose-scene-gallery__en {
        font-size: 11px;
        letter-spacing: .28em;
    }

    .kiyose-scene-gallery__line {
        width: 44px;
        margin: 13px 0 20px;
    }

    .kiyose-scene-gallery__title {
        font-size: 32px;
        line-height: 1.4;
    }

    .kiyose-scene-gallery__lead {
        font-size: 14px;
        line-height: 1.9;
    }

    .kiyose-scene-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 145px;

        gap: 8px;
    }

    .kiyose-scene-gallery__item,
    .kiyose-scene-gallery__item--tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .kiyose-scene-gallery__item--main,
    .kiyose-scene-gallery__item--wide {
        grid-column: span 2;
        grid-row: span 2;
    }

    .kiyose-scene-gallery__link::after {
        inset: 7px;
    }

    .kiyose-scene-gallery__number {
        right: 12px;
        bottom: 11px;

        font-size: 9px;
    }

    .kiyose-scene-gallery__view {
        display: none;
    }

    .kiyose-scene-gallery__footer {
        margin-top: 28px;

        display: block;
    }

    .kiyose-scene-gallery__footer p {
        margin-bottom: 20px;
    }

    .kiyose-scene-gallery__button {
        width: 100%;
        min-width: 0;
    }

}

/* ========================================
   利用シーン
======================================== */

.kiyose-scene-use {
    position: relative;

    width: 100vw;

    margin-top: 0 !important;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);

    padding: 110px 0;

    overflow: hidden;

    background: #f4f1eb;
    color: #222;
}


/* フォトギャラリー直後の余白を削除 */
.postid-9928 .entry-content > .kiyose-scene-gallery + .kiyose-scene-use {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}


/* 内側 */
.kiyose-scene-use__inner {
    position: relative;
    z-index: 1;

    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* 背景装飾 */
.kiyose-scene-use::before {
    position: absolute;
    top: 28px;
    left: -25px;

    content: "USE CASE";

    color: rgba(0, 0, 0, .028);

    font-size: clamp(90px, 14vw, 210px);
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;

    white-space: nowrap;
    pointer-events: none;
}


/* ========================================
   セクション見出し
======================================== */

.kiyose-scene-use__header {
    margin-bottom: 60px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, .9fr);

    gap: 80px;
    align-items: end;
}


.kiyose-scene-use__en {
    margin: 0;

    color: #b98f4e;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .34em;
    line-height: 1.5;
}


.kiyose-scene-use__line {
    width: 52px;
    height: 1px;

    display: block;

    margin: 16px 0 24px;

    background: #b98f4e;
}


.kiyose-scene-use__title {
    margin: 0;

    color: #171717;

    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 700;
    letter-spacing: .045em;
    line-height: 1.35;
}


.kiyose-scene-use__lead {
    margin: 0 0 17px;

    color: #2a2a2a;

    font-size: 18px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.9;
}


.kiyose-scene-use__text {
    margin: 0;

    color: #666;

    font-size: 14px;
    letter-spacing: .03em;
    line-height: 2;
}


/* ========================================
   利用シーンカード
======================================== */

.kiyose-scene-use__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    border-top: 1px solid rgba(0, 0, 0, .12);
    border-left: 1px solid rgba(0, 0, 0, .12);
}


.kiyose-scene-use__card {
    position: relative;

    min-height: 300px;

    padding: 34px 30px 38px;

    border-right: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);

    background: rgba(255, 255, 255, .45);

    transition:
        background-color .35s ease,
        transform .35s ease;
}


.kiyose-scene-use__card::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    content: "";

    background: #b98f4e;

    transition: width .4s ease;
}


.kiyose-scene-use__card:hover {
    z-index: 2;

    background: #fff;

    box-shadow:
        0 18px 42px rgba(0, 0, 0, .08);

    transform: translateY(-5px);
}


.kiyose-scene-use__card:hover::before {
    width: 100%;
}


/* カード上部 */
.kiyose-scene-use__card-head {
    margin-bottom: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.kiyose-scene-use__number {
    color: #b98f4e;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
}


.kiyose-scene-use__category {
    color: rgba(0, 0, 0, .36);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    text-align: right;
}


/* カードタイトル */
.kiyose-scene-use__card-title {
    margin: 0 0 18px;

    color: #1b1b1b;

    font-size: 21px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
}


/* カード本文 */
.kiyose-scene-use__card-text {
    margin: 0;

    color: #666;

    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.95;
}


/* ========================================
   撮れるシーン例
======================================== */

.kiyose-scene-use__scenes {
    margin-top: 55px;
    padding-top: 30px;

    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);

    gap: 35px;
    align-items: start;

    border-top: 1px solid rgba(0, 0, 0, .12);
}


.kiyose-scene-use__scenes-label {
    margin: 5px 0 0;

    color: #b98f4e;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1.5;
}


.kiyose-scene-use__tags {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;
}


.kiyose-scene-use__tags span {
    padding: 9px 16px;

    display: inline-flex;
    align-items: center;

    border: 1px solid rgba(0, 0, 0, .14);

    background: rgba(255, 255, 255, .38);

    color: #444;

    font-size: 12px;
    letter-spacing: .05em;
    line-height: 1.5;
}


/* ========================================
   タブレット
======================================== */

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

    .kiyose-scene-use {
        padding: 90px 0;
    }

    .kiyose-scene-use__inner {
        width: calc(100% - 56px);
    }

    .kiyose-scene-use__header {
        grid-template-columns: 1fr;
        gap: 28px;

        margin-bottom: 46px;
    }

    .kiyose-scene-use__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kiyose-scene-use__card {
        min-height: 270px;
    }

}


/* ========================================
   スマートフォン
======================================== */

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

    .kiyose-scene-use {
        padding: 72px 0;
    }

    .kiyose-scene-use__inner {
        width: calc(100% - 36px);
    }

    .kiyose-scene-use::before {
        top: 35px;
        font-size: 70px;
    }

    .kiyose-scene-use__header {
        margin-bottom: 34px;
        gap: 20px;
    }

    .kiyose-scene-use__en {
        font-size: 11px;
        letter-spacing: .28em;
    }

    .kiyose-scene-use__line {
        width: 44px;
        margin: 13px 0 20px;
    }

    .kiyose-scene-use__title {
        font-size: 32px;
        line-height: 1.4;
    }

    .kiyose-scene-use__lead {
        font-size: 16px;
        line-height: 1.85;
    }

    .kiyose-scene-use__text {
        font-size: 14px;
        line-height: 1.95;
    }

    .kiyose-scene-use__grid {
        grid-template-columns: 1fr;
    }

    .kiyose-scene-use__card {
        min-height: auto;

        padding: 27px 24px 30px;
    }

    .kiyose-scene-use__card-head {
        margin-bottom: 30px;
    }

    .kiyose-scene-use__card-title {
        margin-bottom: 13px;

        font-size: 19px;
    }

    .kiyose-scene-use__card-text {
        font-size: 13px;
        line-height: 1.9;
    }

    .kiyose-scene-use__scenes {
        margin-top: 40px;
        padding-top: 24px;

        grid-template-columns: 1fr;
        gap: 17px;
    }

    .kiyose-scene-use__scenes-label {
        margin: 0;
    }

    .kiyose-scene-use__tags {
        gap: 8px;
    }

    .kiyose-scene-use__tags span {
        padding: 8px 12px;

        font-size: 11px;
    }

}

/* ========================================
   廃墟エリア ご利用料金
======================================== */

.kiyose-scene-price {
    position: relative;

    width: 100vw;

    margin-top: 0 !important;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);

    padding: 110px 0;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #171717 0%,
            #0d0d0d 65%,
            #17130e 100%
        );

    color: #fff;
}


/* 利用シーン直後のテーマ余白対策 */
.postid-9928 .entry-content > .kiyose-scene-use + .kiyose-scene-price {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}


/* 内側 */
.kiyose-scene-price__inner {
    position: relative;
    z-index: 1;

    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* 背景の大きな文字 */
.kiyose-scene-price::before {
    position: absolute;
    top: 30px;
    right: -20px;

    content: "PRICE";

    color: rgba(255, 255, 255, .025);

    font-size: clamp(100px, 16vw, 240px);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;

    white-space: nowrap;
    pointer-events: none;
}


/* 背景のライン */
.kiyose-scene-price::after {
    position: absolute;
    top: 0;
    left: 12%;

    width: 1px;
    height: 100%;

    content: "";

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(208, 164, 94, .12),
            transparent
        );

    pointer-events: none;
}


/* ========================================
   セクション見出し
======================================== */

.kiyose-scene-price__header {
    margin-bottom: 60px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, .9fr);

    gap: 80px;
    align-items: end;
}


.kiyose-scene-price__en {
    margin: 0;

    color: #d0a45e;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .34em;
    line-height: 1.5;
}


.kiyose-scene-price__line {
    width: 52px;
    height: 1px;

    display: block;

    margin: 16px 0 24px;

    background: #d0a45e;
}


.kiyose-scene-price__title {
    margin: 0;

    color: #fff;

    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 700;
    letter-spacing: .045em;
    line-height: 1.35;
}


.kiyose-scene-price__lead {
    margin: 0 0 17px;

    color: #fff;

    font-size: 18px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.9;
}


.kiyose-scene-price__text {
    margin: 0;

    color: rgba(255, 255, 255, .6);

    font-size: 14px;
    letter-spacing: .03em;
    line-height: 2;
}


/* ========================================
   料金パネル
======================================== */

.kiyose-scene-price__panel {
    display: grid;

    grid-template-columns:
        minmax(220px, .7fr)
        minmax(430px, 1.35fr)
        minmax(240px, .85fr);

    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);

    background: rgba(255, 255, 255, .025);
}


/* ========================================
   フロア情報
======================================== */

.kiyose-scene-price__floor {
    padding: 44px 34px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-right: 1px solid rgba(255, 255, 255, .14);
}


.kiyose-scene-price__floor-en {
    margin: 0 0 22px;

    color: #d0a45e;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .26em;
    line-height: 1.5;
}


.kiyose-scene-price__floor-title {
    margin: 0 0 17px;

    color: #fff;

    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.45;
}


.kiyose-scene-price__floor-note {
    margin: 0;

    color: rgba(255, 255, 255, .48);

    font-size: 12px;
    letter-spacing: .03em;
    line-height: 1.8;
}


/* ========================================
   料金表示
======================================== */

.kiyose-scene-price__rates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


.kiyose-scene-price__rate {
    min-width: 0;
    padding: 44px 34px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-right: 1px solid rgba(255, 255, 255, .14);
}


.kiyose-scene-price__rate-time {
    margin: 0 0 20px;

    color: rgba(255, 255, 255, .46);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1.5;
}


.kiyose-scene-price__rate-price {
    margin: 0;

    display: flex;
    align-items: baseline;
    flex-wrap: wrap;

    color: #fff;
    line-height: 1;
}


.kiyose-scene-price__yen {
    margin-right: 8px;

    color: #d0a45e;

    font-size: 20px;
    font-weight: 500;
}


.kiyose-scene-price__rate-price strong {
    font-size: clamp(42px, 4.5vw, 62px);
    font-weight: 500;
    letter-spacing: -.02em;
}


.kiyose-scene-price__tax {
    margin-left: 10px;

    color: rgba(255, 255, 255, .45);

    font-size: 10px;
    letter-spacing: .08em;
}


/* ========================================
   基本情報
======================================== */

.kiyose-scene-price__details {
    margin: 0;
    padding: 26px 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.kiyose-scene-price__detail {
    padding: 14px 0;

    display: grid;
    grid-template-columns: 1fr auto;

    gap: 18px;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}


.kiyose-scene-price__detail:last-child {
    border-bottom: 0;
}


.kiyose-scene-price__detail dt,
.kiyose-scene-price__detail dd {
    margin: 0;
}


.kiyose-scene-price__detail dt {
    color: rgba(255, 255, 255, .42);

    font-size: 11px;
    letter-spacing: .05em;
}


.kiyose-scene-price__detail dd {
    color: rgba(255, 255, 255, .88);

    font-size: 12px;
    font-weight: 600;
    text-align: right;
}


/* ========================================
   料金下部
======================================== */

.kiyose-scene-price__footer {
    margin-top: 44px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    gap: 60px;
    align-items: end;
}


/* 注意事項 */
.kiyose-scene-price__notice {
    max-width: 670px;
}


.kiyose-scene-price__notice-title {
    margin: 0 0 12px;

    color: #d0a45e;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1.5;
}


.kiyose-scene-price__notice p:last-child {
    margin: 0;

    color: rgba(255, 255, 255, .5);

    font-size: 12px;
    letter-spacing: .03em;
    line-height: 1.9;
}


/* ボタン */
.kiyose-scene-price__buttons {
    display: flex;
    gap: 12px;
}


.kiyose-scene-price__button {
    min-width: 210px;
    padding: 15px 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}


.kiyose-scene-price__button--main {
    background: #c9984c;
    color: #fff;
}


.kiyose-scene-price__button--main:hover {
    background: #d5aa66;
    color: #fff;
    transform: translateY(-2px);
}


.kiyose-scene-price__button--sub {
    border-color: rgba(255, 255, 255, .42);
    background: transparent;
    color: #fff;
}


.kiyose-scene-price__button--sub:hover {
    border-color: #fff;
    background: #fff;
    color: #171717;
    transform: translateY(-2px);
}


/* ========================================
   タブレット
======================================== */

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

    .kiyose-scene-price {
        padding: 90px 0;
    }

    .kiyose-scene-price__inner {
        width: calc(100% - 56px);
    }

    .kiyose-scene-price__header {
        grid-template-columns: 1fr;
        gap: 28px;

        margin-bottom: 46px;
    }

    .kiyose-scene-price__panel {
        grid-template-columns: 1fr 2fr;
    }

    .kiyose-scene-price__floor {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .kiyose-scene-price__rates {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .kiyose-scene-price__details {
        grid-column: 1 / -1;

        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 0 40px;
    }

    .kiyose-scene-price__footer {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}


/* ========================================
   スマートフォン
======================================== */

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

    .kiyose-scene-price {
        padding: 72px 0;
    }

    .kiyose-scene-price__inner {
        width: calc(100% - 36px);
    }

    .kiyose-scene-price::before {
        top: 35px;
        font-size: 78px;
    }

    .kiyose-scene-price__header {
        margin-bottom: 34px;
        gap: 20px;
    }

    .kiyose-scene-price__en {
        font-size: 11px;
        letter-spacing: .28em;
    }

    .kiyose-scene-price__line {
        width: 44px;
        margin: 13px 0 20px;
    }

    .kiyose-scene-price__title {
        font-size: 32px;
        line-height: 1.4;
    }

    .kiyose-scene-price__lead {
        font-size: 16px;
        line-height: 1.85;
    }

    .kiyose-scene-price__text {
        font-size: 14px;
        line-height: 1.95;
    }

    .kiyose-scene-price__panel {
        grid-template-columns: 1fr;
    }

    .kiyose-scene-price__floor {
        padding: 28px 24px;

        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .kiyose-scene-price__floor-en {
        margin-bottom: 15px;
    }

    .kiyose-scene-price__floor-title {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .kiyose-scene-price__rates {
        grid-template-columns: 1fr 1fr;

        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .kiyose-scene-price__rate {
        padding: 28px 18px;

        border-right: 1px solid rgba(255, 255, 255, .14);
    }

    .kiyose-scene-price__rate:last-child {
        border-right: 0;
    }

    .kiyose-scene-price__rate-time {
        margin-bottom: 15px;

        font-size: 9px;
    }

    .kiyose-scene-price__yen {
        margin-right: 5px;
        font-size: 15px;
    }

    .kiyose-scene-price__rate-price strong {
        font-size: clamp(30px, 10vw, 42px);
    }

    .kiyose-scene-price__tax {
        width: 100%;

        margin-top: 8px;
        margin-left: 0;
    }

    .kiyose-scene-price__details {
        grid-column: auto;
        grid-template-columns: 1fr;

        padding: 18px 24px;
    }

    .kiyose-scene-price__detail {
        padding: 13px 0;
    }

    .kiyose-scene-price__footer {
        margin-top: 32px;
    }

    .kiyose-scene-price__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kiyose-scene-price__button {
        width: 100%;
        min-width: 0;
    }

}

/* ========================================
   廃墟エリア 設備・仕様
======================================== */

.kiyose-scene-spec {
    position: relative;

    width: 100vw;

    margin-top: 0 !important;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);

    padding: 110px 0;

    overflow: hidden;

    background: #f3f0ea;
    color: #222;
}


/* 料金直後のテーマ余白対策 */
.postid-9928 .entry-content > .kiyose-scene-price + .kiyose-scene-spec {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}


/* 内側 */
.kiyose-scene-spec__inner {
    position: relative;
    z-index: 1;

    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* 背景装飾 */
.kiyose-scene-spec::before {
    position: absolute;
    top: 30px;
    left: -20px;

    content: "SPEC";

    color: rgba(0, 0, 0, .028);

    font-size: clamp(100px, 16vw, 230px);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;

    white-space: nowrap;
    pointer-events: none;
}


.kiyose-scene-spec::after {
    position: absolute;
    right: -160px;
    bottom: -180px;

    width: 430px;
    height: 430px;

    content: "";

    border: 1px solid rgba(185, 143, 78, .16);
    border-radius: 50%;

    pointer-events: none;
}


/* ========================================
   セクション見出し
======================================== */

.kiyose-scene-spec__header {
    margin-bottom: 60px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, .9fr);

    gap: 80px;
    align-items: end;
}


.kiyose-scene-spec__en {
    margin: 0;

    color: #b98f4e;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .34em;
    line-height: 1.5;
}


.kiyose-scene-spec__line {
    width: 52px;
    height: 1px;

    display: block;

    margin: 16px 0 24px;

    background: #b98f4e;
}


.kiyose-scene-spec__title {
    margin: 0;

    color: #171717;

    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 700;
    letter-spacing: .045em;
    line-height: 1.35;
}


.kiyose-scene-spec__lead {
    margin: 0 0 17px;

    color: #2a2a2a;

    font-size: 18px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.9;
}


.kiyose-scene-spec__text {
    margin: 0;

    color: #666;

    font-size: 14px;
    letter-spacing: .03em;
    line-height: 2;
}


/* ========================================
   フロアマップ＋仕様レイアウト
======================================== */

.kiyose-scene-spec__layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(360px, .85fr);

    gap: 26px;
    align-items: stretch;
}


/* ========================================
   フロアマップ
======================================== */

.kiyose-scene-spec__map {
    min-width: 0;
    padding: 34px;

    border: 1px solid rgba(0, 0, 0, .1);

    background: rgba(255, 255, 255, .66);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .045);
}


.kiyose-scene-spec__map-head {
    margin-bottom: 27px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 25px;
}


.kiyose-scene-spec__map-en {
    margin: 0 0 8px;

    color: #b98f4e;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1.5;
}


.kiyose-scene-spec__map-title {
    margin: 0;

    color: #1c1c1c;

    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
}


.kiyose-scene-spec__map-mark {
    padding: 8px 13px;

    border: 1px solid rgba(185, 143, 78, .5);

    background: rgba(185, 143, 78, .08);

    color: #9a7136;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
}


/* フロアマップ画像 */
.kiyose-scene-spec__map-image {
    position: relative;

    margin: 0;

    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, .08);

    background: #fff;
}


.kiyose-scene-spec__map-image a {
    display: block;

    color: inherit;
    text-decoration: none;
}


.kiyose-scene-spec__map-image img {
    width: 100%;
    height: auto;

    display: block;

    transition:
        transform .6s cubic-bezier(.2, .7, .2, 1),
        opacity .3s ease;
}


.kiyose-scene-spec__map-image a:hover img {
    opacity: .92;
    transform: scale(1.025);
}


/* マップ補足 */
.kiyose-scene-spec__map-note {
    margin-top: 20px;

    display: grid;
    grid-template-columns: auto 1fr;

    gap: 12px;
    align-items: start;
}


.kiyose-scene-spec__map-dot {
    width: 8px;
    height: 8px;

    margin-top: 7px;

    display: block;

    border-radius: 50%;

    background: #b98f4e;
}


.kiyose-scene-spec__map-note p {
    margin: 0;

    color: #737373;

    font-size: 12px;
    letter-spacing: .03em;
    line-height: 1.8;
}


/* ========================================
   設備・仕様
======================================== */

.kiyose-scene-spec__details {
    min-width: 0;
    padding: 34px;

    border: 1px solid rgba(0, 0, 0, .1);

    background: #171717;
    color: #fff;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .08);
}


.kiyose-scene-spec__details-head {
    margin-bottom: 25px;
}


.kiyose-scene-spec__details-en {
    margin: 0 0 8px;

    color: #d0a45e;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1.5;
}


.kiyose-scene-spec__details-title {
    margin: 0;

    color: #fff;

    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
}


/* 仕様一覧 */
.kiyose-scene-spec__list {
    margin: 0;
}


.kiyose-scene-spec__item {
    padding: 14px 0;

    display: grid;
    grid-template-columns: minmax(110px, .85fr) minmax(0, 1.15fr);

    gap: 18px;

    border-bottom: 1px solid rgba(255, 255, 255, .11);
}


.kiyose-scene-spec__item:last-child {
    border-bottom: 0;
}


.kiyose-scene-spec__item dt,
.kiyose-scene-spec__item dd {
    margin: 0;
}


.kiyose-scene-spec__item dt {
    color: rgba(255, 255, 255, .46);

    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.7;
}


.kiyose-scene-spec__item dd {
    color: rgba(255, 255, 255, .9);

    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1.7;
    text-align: right;
}


/* 注意書き */
.kiyose-scene-spec__notice {
    margin-top: 27px;
    padding-top: 22px;

    border-top: 1px solid rgba(208, 164, 94, .32);
}


.kiyose-scene-spec__notice-label {
    margin: 0 0 10px;

    color: #d0a45e;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1.5;
}


.kiyose-scene-spec__notice p:last-child {
    margin: 0;

    color: rgba(255, 255, 255, .5);

    font-size: 11px;
    letter-spacing: .03em;
    line-height: 1.9;
}


/* ========================================
   下部導線
======================================== */

.kiyose-scene-spec__footer {
    margin-top: 42px;
    padding-top: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    border-top: 1px solid rgba(0, 0, 0, .12);
}


.kiyose-scene-spec__footer > p {
    max-width: 580px;
    margin: 0;

    color: #666;

    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.9;
}


.kiyose-scene-spec__buttons {
    display: flex;
    gap: 12px;
}


.kiyose-scene-spec__button {
    min-width: 200px;
    padding: 14px 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}


.kiyose-scene-spec__button--main {
    background: #b98f4e;
    color: #fff;
}


.kiyose-scene-spec__button--main:hover {
    background: #cda766;
    color: #fff;
    transform: translateY(-2px);
}


.kiyose-scene-spec__button--sub {
    border-color: rgba(0, 0, 0, .26);
    background: transparent;
    color: #222;
}


.kiyose-scene-spec__button--sub:hover {
    border-color: #171717;
    background: #171717;
    color: #fff;
    transform: translateY(-2px);
}


/* ========================================
   タブレット
======================================== */

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

    .kiyose-scene-spec {
        padding: 90px 0;
    }

    .kiyose-scene-spec__inner {
        width: calc(100% - 56px);
    }

    .kiyose-scene-spec__header {
        grid-template-columns: 1fr;
        gap: 28px;

        margin-bottom: 46px;
    }

    .kiyose-scene-spec__layout {
        grid-template-columns: 1fr;
    }

    .kiyose-scene-spec__details {
        padding: 34px;
    }

    .kiyose-scene-spec__footer {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* ========================================
   スマートフォン
======================================== */

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

    .kiyose-scene-spec {
        padding: 72px 0;
    }

    .kiyose-scene-spec__inner {
        width: calc(100% - 36px);
    }

    .kiyose-scene-spec::before {
        top: 35px;
        font-size: 78px;
    }

    .kiyose-scene-spec__header {
        margin-bottom: 34px;
        gap: 20px;
    }

    .kiyose-scene-spec__en {
        font-size: 11px;
        letter-spacing: .28em;
    }

    .kiyose-scene-spec__line {
        width: 44px;
        margin: 13px 0 20px;
    }

    .kiyose-scene-spec__title {
        font-size: 32px;
        line-height: 1.4;
    }

    .kiyose-scene-spec__lead {
        font-size: 16px;
        line-height: 1.85;
    }

    .kiyose-scene-spec__text {
        font-size: 14px;
        line-height: 1.95;
    }

    .kiyose-scene-spec__map,
    .kiyose-scene-spec__details {
        padding: 25px 21px;
    }

    .kiyose-scene-spec__map-head {
        margin-bottom: 20px;

        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .kiyose-scene-spec__map-title,
    .kiyose-scene-spec__details-title {
        font-size: 21px;
    }

    .kiyose-scene-spec__item {
        grid-template-columns: minmax(95px, .85fr) minmax(0, 1.15fr);
        gap: 12px;

        padding: 13px 0;
    }

    .kiyose-scene-spec__item dt,
    .kiyose-scene-spec__item dd {
        font-size: 11px;
    }

    .kiyose-scene-spec__footer {
        margin-top: 32px;
        padding-top: 24px;
    }

    .kiyose-scene-spec__buttons {
        width: 100%;

        display: grid;
        grid-template-columns: 1fr;
    }

    .kiyose-scene-spec__button {
        width: 100%;
        min-width: 0;
    }

}

/* =====================================
   廃墟エリア
   PRICE & DIRECT RESERVATION
===================================== */

.kiyose-scene-price-direct {
    position: relative;

    width: 100vw;
    max-width: none;

    margin-top: 0 !important;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);

    padding: 110px 0 120px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #151515 0%,
            #0d0d0d 65%,
            #17130e 100%
        );

    color: #fff;
}


.kiyose-scene-price-direct::before {
    position: absolute;
    top: 35px;
    right: -20px;

    content: "PRICE";

    color: rgba(255, 255, 255, .022);

    font-size: clamp(100px, 16vw, 240px);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;

    white-space: nowrap;
    pointer-events: none;
}


.kiyose-scene-price-direct__inner {
    position: relative;
    z-index: 1;

    width: min(1180px, calc(100% - 70px));
    margin: 0 auto;
}


/* =====================================
   見出し
===================================== */

.kiyose-scene-price-direct__heading {
    max-width: 940px;
    margin: 0 auto 70px;

    text-align: center;
}


.kiyose-scene-price-direct__label {
    margin: 0 0 16px;

    color: #d0a45e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .31em;
}


.kiyose-scene-price-direct__heading h2 {
    margin: 0;
    padding: 0;

    border: 0;
    background: none;

    color: #fff;

    font-size: clamp(35px, 4.5vw, 59px);
    font-weight: 700;
    letter-spacing: .045em;
    line-height: 1.45;
}


.kiyose-scene-price-direct__heading h2::before,
.kiyose-scene-price-direct__heading h2::after {
    display: none !important;
    content: none !important;
}


.kiyose-scene-price-direct__lead {
    margin: 27px auto 0;

    color: rgba(255, 255, 255, .67);

    font-size: 15px;
    letter-spacing: .03em;
    line-height: 2;
}


/* =====================================
   STEP
===================================== */

.kiyose-scene-price-direct__flow {
    max-width: 700px;
    margin: 38px auto 0;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 10px;
}


.kiyose-scene-price-direct__flow > div {
    padding: 15px 12px;

    border: 1px solid rgba(255, 255, 255, .17);

    background: rgba(255, 255, 255, .035);

    text-align: center;
}


.kiyose-scene-price-direct__flow span {
    display: block;

    margin-bottom: 5px;

    color: #d0a45e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .18em;
}


.kiyose-scene-price-direct__flow strong {
    display: block;

    color: #fff;

    font-size: 13px;
}


/* =====================================
   2F・2フロア比較
===================================== */

.kiyose-scene-price-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;
}


.kiyose-scene-price-choice__card {
    position: relative;

    min-width: 0;
    padding: 38px 34px 32px;

    border: 1px solid rgba(255, 255, 255, .16);

    background: #191919;

    overflow: hidden;
}


.kiyose-scene-price-choice__card--featured {
    border-color: #c9984c;

    background:
        linear-gradient(
            145deg,
            rgba(208, 164, 94, .19),
            #191919 68%
        );
}


.kiyose-scene-price-choice__badge {
    position: absolute;
    top: 0;
    right: 0;

    padding: 8px 13px;

    background: #c9984c;
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
}


.kiyose-scene-price-choice__floor {
    margin: 0;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}


.kiyose-scene-price-choice__en {
    margin: 11px 0 23px;

    color: rgba(255, 255, 255, .4);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .2em;
}


.kiyose-scene-price-choice__card h3 {
    margin: 0 0 14px;
    padding: 0;

    border: 0;
    background: none;

    color: #fff;

    font-size: clamp(24px, 3vw, 35px);
    line-height: 1.45;
}


.kiyose-scene-price-choice__description {
    min-height: 100px;
    margin: 0;

    color: rgba(255, 255, 255, .58);

    font-size: 13px;
    line-height: 1.9;
}


.kiyose-scene-price-choice__price {
    margin-top: 26px;
    padding-top: 23px;

    border-top: 1px solid rgba(255, 255, 255, .13);
}


.kiyose-scene-price-choice__price > span {
    display: block;

    color: rgba(255, 255, 255, .46);

    font-size: 11px;
}


.kiyose-scene-price-choice__price strong {
    display: block;

    margin-top: 4px;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(42px, 5vw, 60px);
    line-height: 1.15;
}


.kiyose-scene-price-choice__price strong small {
    margin-left: 4px;

    font-size: 14px;
}


.kiyose-scene-price-choice__price b {
    display: block;

    margin-top: 7px;

    color: rgba(255, 255, 255, .62);

    font-size: 12px;
    font-weight: 500;
}


.kiyose-scene-price-choice__saving {
    margin: 14px 0 0;

    color: #d7b579;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.7;
}


.kiyose-scene-price-choice__points {
    margin: 17px 0 0;
    padding: 0;

    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    list-style: none;
}


.kiyose-scene-price-choice__points li {
    padding: 7px 9px;

    border: 1px solid rgba(255, 255, 255, .14);

    color: rgba(255, 255, 255, .66);

    font-size: 9px;
    line-height: 1.5;
}


.kiyose-scene-price-choice__card > a {
    width: 100%;
    min-height: 49px;

    margin-top: 21px;
    padding: 10px 14px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .45);

    color: #fff !important;

    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;

    transition:
        background-color .25s ease,
        border-color .25s ease;
}


.kiyose-scene-price-choice__card--featured > a {
    border-color: #c9984c;

    background: #c9984c;
}


.kiyose-scene-price-choice__card > a:hover {
    border-color: #c9984c;

    background: #c9984c;
    color: #fff !important;
}


/* =====================================
   2Fパック料金
===================================== */

.kiyose-scene-pack {
    margin-top: 60px;
}


.kiyose-scene-pack__heading {
    margin-bottom: 24px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;
}


.kiyose-scene-pack__heading p {
    margin: 0 0 7px;

    color: #d0a45e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .25em;
}


.kiyose-scene-pack__heading h3 {
    margin: 0;
    padding: 0;

    border: 0;
    background: none;

    color: #fff;

    font-size: clamp(26px, 3vw, 37px);
}


.kiyose-scene-pack__heading > span {
    color: rgba(255, 255, 255, .48);

    font-size: 12px;
    line-height: 1.8;
}


.kiyose-scene-pack__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 10px;
}


.kiyose-scene-pack__card {
    position: relative;

    min-width: 0;
    padding: 27px 20px 20px;

    border: 1px solid rgba(255, 255, 255, .15);

    background: #191919;

    overflow: hidden;
}


.kiyose-scene-pack__card--featured {
    border-color: #c9984c;

    background:
        linear-gradient(
            150deg,
            rgba(208, 164, 94, .22),
            #191919 70%
        );
}


.kiyose-scene-pack__badge {
    position: absolute;
    top: 0;
    right: 0;

    padding: 7px 10px;

    background: #c9984c;
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .15em;
}


.kiyose-scene-pack__time {
    margin: 0 0 12px;

    color: #d0a45e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .2em;
}


.kiyose-scene-pack__card h4 {
    margin: 0 0 22px;

    color: #fff;

    font-size: 17px;
    line-height: 1.5;
}


.kiyose-scene-pack__price {
    margin: 0;

    display: flex;
    align-items: baseline;
    flex-wrap: wrap;

    color: #fff;
}


.kiyose-scene-pack__price strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 600;
    line-height: 1;
}


.kiyose-scene-pack__price span {
    margin-left: 3px;

    font-size: 11px;
}


.kiyose-scene-pack__saving {
    min-height: 35px;

    margin: 12px 0 19px;

    color: #d7b579;

    font-size: 9px;
    font-weight: 700;
    line-height: 1.6;
}


.kiyose-scene-pack__card a {
    min-height: 42px;
    padding: 8px 9px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .4);

    color: #fff !important;

    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;

    transition:
        border-color .25s ease,
        background-color .25s ease;
}


.kiyose-scene-pack__card a:hover,
.kiyose-scene-pack__card--featured a {
    border-color: #c9984c;

    background: #c9984c;
    color: #fff !important;
}


/* =====================================
   2フロアおすすめプラン
===================================== */

.kiyose-scene-price-pickup {
    margin-top: 38px;
    padding: 39px 40px;

    display: grid;

    grid-template-columns:
        1.25fr
        .72fr
        .65fr
        auto;

    align-items: center;

    gap: 30px;

    border: 1px solid #c9984c;

    background:
        linear-gradient(
            115deg,
            rgba(208, 164, 94, .24),
            rgba(208, 164, 94, .04) 51%,
            #191919 100%
        );
}


.kiyose-scene-price-pickup__copy > p {
    margin: 0 0 8px;

    color: #d7b579;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .24em;
}


.kiyose-scene-price-pickup__copy h3 {
    margin: 0;
    padding: 0;

    border: 0;
    background: none;

    color: #fff;

    font-size: clamp(26px, 3vw, 37px);
}


.kiyose-scene-price-pickup__copy > span {
    display: block;

    margin-top: 13px;

    color: rgba(255, 255, 255, .62);

    font-size: 12px;
    line-height: 1.8;
}


.kiyose-scene-price-pickup__price {
    text-align: center;
}


.kiyose-scene-price-pickup__price > span {
    color: rgba(255, 255, 255, .53);

    font-size: 11px;
}


.kiyose-scene-price-pickup__price strong {
    display: block;

    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(40px, 4.5vw, 56px);
    line-height: 1.2;
}


.kiyose-scene-price-pickup__price strong small {
    margin-left: 3px;

    font-size: 14px;
}


.kiyose-scene-price-pickup__price p {
    margin: 5px 0 0;

    color: rgba(255, 255, 255, .57);

    font-size: 10px;
}


.kiyose-scene-price-pickup__discount {
    text-align: center;
}


.kiyose-scene-price-pickup__discount span {
    display: block;

    color: rgba(255, 255, 255, .52);

    font-size: 9px;
    line-height: 1.5;
}


.kiyose-scene-price-pickup__discount strong {
    display: block;

    margin-top: 6px;

    color: #d7b579;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}


.kiyose-scene-price-pickup__discount b {
    display: block;

    color: #fff;

    font-size: 11px;
}


.kiyose-scene-price-pickup > a {
    min-width: 185px;
    min-height: 51px;
    padding: 11px 18px !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    border: 1px solid #c9984c;

    background: #c9984c;
    color: #fff !important;

    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}


/* =====================================
   DIRECT RESERVATION
===================================== */

.kiyose-scene-direct-reserve {
    margin-top: 85px;
}


.kiyose-scene-direct-reserve__heading {
    margin-bottom: 32px;

    text-align: center;
}


.kiyose-scene-direct-reserve__heading > p {
    margin: 0 0 9px;

    color: #d0a45e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .28em;
}


.kiyose-scene-direct-reserve__heading h3 {
    margin: 0;
    padding: 0;

    border: 0;
    background: none;

    color: #fff;

    font-size: clamp(29px, 3.7vw, 47px);
    line-height: 1.5;
}


.kiyose-scene-direct-reserve__heading > span {
    display: block;

    margin-top: 14px;

    color: rgba(255, 255, 255, .53);

    font-size: 12px;
}


/* =====================================
   アコーディオン
===================================== */

.kiyose-scene-reserve-group {
    margin: 0 0 15px;

    border: 1px solid rgba(255, 255, 255, .17);

    background: #181818;
}


.kiyose-scene-reserve-group--featured {
    border-color: #c9984c;
}


.kiyose-scene-reserve-group > summary {
    min-height: 95px;
    padding: 20px 26px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        35px;

    align-items: center;

    gap: 20px;

    cursor: pointer;
    list-style: none;
}


.kiyose-scene-reserve-group > summary::-webkit-details-marker {
    display: none;
}


.kiyose-scene-reserve-summary {
    display: flex;
    flex-direction: column;

    gap: 4px;
}


.kiyose-scene-reserve-summary small {
    color: rgba(255, 255, 255, .4);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .21em;
}


.kiyose-scene-reserve-summary strong {
    color: #fff;

    font-size: 21px;
}


.kiyose-scene-reserve-summary span {
    color: rgba(255, 255, 255, .47);

    font-size: 11px;
}


.kiyose-scene-reserve-group > summary > b {
    padding: 6px 10px;

    background: #c9984c;
    color: #fff;

    font-size: 8px;
}


/* 開閉アイコン */
.kiyose-scene-reserve-group > summary > i {
    position: relative;

    width: 30px;
    height: 30px;
}


.kiyose-scene-reserve-group > summary > i::before,
.kiyose-scene-reserve-group > summary > i::after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 17px;
    height: 1px;

    content: "";

    background: #fff;

    transform: translate(-50%, -50%);
}


.kiyose-scene-reserve-group > summary > i::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


.kiyose-scene-reserve-group[open] > summary > i::after {
    transform: translate(-50%, -50%);
}


/* =====================================
   予約プラン一覧
===================================== */

.kiyose-scene-reserve-list {
    border-top: 1px solid rgba(255, 255, 255, .14);

    background: #f7f5f2;
    color: #222;
}


.kiyose-scene-reserve-row {
    padding: 25px 27px;

    display: grid;

    grid-template-columns:
        minmax(300px, .85fr)
        minmax(440px, 1.15fr);

    align-items: center;

    gap: 30px;

    border-bottom: 1px solid #ddd7cf;

    background: #fff;
}


.kiyose-scene-reserve-row:last-child {
    border-bottom: 0;
}


.kiyose-scene-reserve-row--featured {
    border-left: 4px solid #c9984c;

    background: #fbf4e8;
}


.kiyose-scene-reserve-info {
    display: grid;

    grid-template-columns:
        135px
        minmax(0, 1fr);

    align-items: center;

    gap: 20px;
}


.kiyose-scene-reserve-name {
    color: #2c2c2c;

    font-size: 14px;
    font-weight: 700;
}


.kiyose-scene-reserve-name > span {
    margin-left: 6px;
    padding: 3px 6px;

    display: inline-flex;

    background: #c9984c;
    color: #fff;

    font-size: 7px;
}


.kiyose-scene-reserve-price strong {
    display: block;

    color: #222;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}


.kiyose-scene-reserve-price > span {
    display: block;

    margin-top: 5px;

    color: #777;

    font-size: 10px;
    font-weight: 600;
}


.kiyose-scene-reserve-price .kiyose-scene-reserve-discount {
    color: #a97831;

    font-weight: 700;
}


/* =====================================
   支払い方法
===================================== */

.kiyose-scene-reserve-payment {
    padding-left: 28px;

    border-left: 1px solid #ddd7cf;
}


.kiyose-scene-reserve-payment > p {
    margin: 0 0 9px;

    color: #666;

    font-size: 10px;
    font-weight: 700;
}


.kiyose-scene-reserve-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 9px;
}


.kiyose-scene-reserve-buttons a {
    min-height: 48px;
    padding: 10px 11px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}


.kiyose-scene-reserve-credit {
    border: 1px solid #c9984c !important;

    background: #c9984c !important;
    color: #fff !important;
}


.kiyose-scene-reserve-bank {
    border: 1px solid #333 !important;

    background: #fff !important;
    color: #222 !important;
}


.kiyose-scene-reserve-credit:hover {
    border-color: #ac7b35 !important;

    background: #ac7b35 !important;
    color: #fff !important;
}


.kiyose-scene-reserve-bank:hover {
    background: #222 !important;
    color: #fff !important;
}


/* =====================================
   注意事項
===================================== */

.kiyose-scene-price-notes {
    margin-top: 33px;
    padding: 21px 23px;

    background: rgba(255, 255, 255, .045);
}


.kiyose-scene-price-notes p {
    margin: 3px 0;

    color: rgba(255, 255, 255, .47);

    font-size: 10px;
    line-height: 1.75;
}


/* =====================================
   タブレット
===================================== */

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

    .kiyose-scene-price-direct__inner {
        width: calc(100% - 40px);
    }

    .kiyose-scene-price-choice__description {
        min-height: 125px;
    }

    .kiyose-scene-pack__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kiyose-scene-pack__card--featured {
        grid-column: 1 / -1;
    }

    .kiyose-scene-price-pickup {
        grid-template-columns: 1fr 1fr;
    }

    .kiyose-scene-price-pickup > a {
        width: 100%;
    }

    .kiyose-scene-reserve-row {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .kiyose-scene-reserve-payment {
        padding-top: 20px;
        padding-left: 0;

        border-top: 1px solid #ddd7cf;
        border-left: 0;
    }

}


/* =====================================
   スマートフォン
===================================== */

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

    .kiyose-scene-price-direct {
        padding: 70px 0 80px;
    }

    .kiyose-scene-price-direct__inner {
        width: calc(100% - 24px);
    }


    /* 見出し */
    .kiyose-scene-price-direct__heading {
        margin-bottom: 48px;

        text-align: left;
    }

    .kiyose-scene-price-direct__heading h2 {
        font-size: 31px;
    }

    .kiyose-scene-price-direct__lead {
        font-size: 14px;
    }


    /* STEPは3列維持 */
    .kiyose-scene-price-direct__flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 5px;
    }

    .kiyose-scene-price-direct__flow > div {
        min-width: 0;
        padding: 11px 4px;
    }

    .kiyose-scene-price-direct__flow span {
        font-size: 7px;
        letter-spacing: .08em;
    }

    .kiyose-scene-price-direct__flow strong {
        font-size: 10px;
        line-height: 1.45;
    }


    /* 比較カード */
    .kiyose-scene-price-choice {
        grid-template-columns: 1fr;

        gap: 11px;
    }

    .kiyose-scene-price-choice__card {
        padding: 30px 23px 24px;
    }

    .kiyose-scene-price-choice__description {
        min-height: auto;
    }

    .kiyose-scene-price-choice__points {
        display: grid;
    }


    /* 2Fパック */
    .kiyose-scene-pack {
        margin-top: 48px;
    }

    .kiyose-scene-pack__heading {
        align-items: flex-start;
        flex-direction: column;

        gap: 10px;
    }

    .kiyose-scene-pack__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;
    }

    .kiyose-scene-pack__card {
        padding: 22px 13px 14px;
    }

    .kiyose-scene-pack__card--featured {
        grid-column: 1 / -1;

        padding: 26px 18px 18px;
    }

    .kiyose-scene-pack__card h4 {
        margin-bottom: 16px;

        font-size: 14px;
    }

    .kiyose-scene-pack__price strong {
        font-size: 26px;
    }

    .kiyose-scene-pack__saving {
        min-height: 31px;

        font-size: 8px;
    }


    /* おすすめプラン */
    .kiyose-scene-price-pickup {
        grid-template-columns: 1fr;

        gap: 20px;

        padding: 27px 18px;

        text-align: center;
    }

    .kiyose-scene-price-pickup > a {
        min-width: 0;
    }


    /* 予約 */
    .kiyose-scene-direct-reserve {
        margin-top: 60px;
    }

    .kiyose-scene-direct-reserve__heading {
        text-align: left;
    }

    .kiyose-scene-direct-reserve__heading h3 {
        font-size: 29px;
    }

    .kiyose-scene-reserve-group > summary {
        min-height: 78px;
        padding: 16px 14px;

        grid-template-columns:
            minmax(0, 1fr)
            auto
            28px;

        gap: 8px;
    }

    .kiyose-scene-reserve-summary strong {
        font-size: 17px;
    }

    .kiyose-scene-reserve-summary span {
        font-size: 9px;
    }

    .kiyose-scene-reserve-group > summary > b {
        padding: 5px 7px;

        font-size: 7px;
    }

    .kiyose-scene-reserve-row {
        padding: 21px 16px;
    }

    .kiyose-scene-reserve-info {
        grid-template-columns: 1fr;

        gap: 8px;
    }

    .kiyose-scene-reserve-price strong {
        font-size: 23px;
    }

    .kiyose-scene-reserve-buttons {
        grid-template-columns: 1fr;
    }

    .kiyose-scene-reserve-buttons a {
        width: 100%;
        min-height: 50px;
    }

}

.kiyose-scene-hero--classroom {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/02/P1104579-edit-1-scaled.jpg");
}

.kiyose-scene-hero--jail {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/03/P1114870-edit-scaled.jpg");
}

.kiyose-scene-hero--blood {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/03/P1114875-edit-1-scaled.jpg");
}

/* ========================================
   リビングエリア HERO背景
======================================== */

.kiyose-scene-hero--living {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/07/P1115764-edit-scaled.jpg");

    background-position: center center;
}

.kiyose-scene-hero--japanese-room {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/07/P1115757-edit-scaled.jpg");

    background-position: center center;
}

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

    .kiyose-scene-hero--japanese-room {
        background-position: 55% center;
    }

}

/* ========================================
   ワンルームエリア HERO背景
======================================== */

.kiyose-scene-hero--one-room {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/07/P1115751-edit-scaled.jpg");

    background-position: center center;
}

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

    .kiyose-scene-hero--one-room {
        background-position: 58% center;
    }

}

/* ========================================
   保健室 HERO背景
======================================== */

.kiyose-scene-hero--nurse-room {
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/08/P1116020-edit-scaled.jpg");

    background-position: center center;
}

/* ========================================
   血糊撮影 利用ガイド
======================================== */

.kiyose-blood-guide {
    margin-top: 72px;
    padding-top: 60px;

    border-top: 1px solid rgba(0, 0, 0, .12);
}


/* 見出し */
.kiyose-blood-guide__heading {
    margin-bottom: 32px;

    display: grid;
    grid-template-columns:
        minmax(0, .8fr)
        minmax(360px, 1.2fr);

    gap: 60px;
    align-items: end;
}


.kiyose-blood-guide__en {
    margin: 0 0 10px;

    color: #b98f4e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .26em;
    line-height: 1.5;
}


.kiyose-blood-guide__title {
    margin: 0;
    padding: 0;

    border: 0;
    background: none;

    color: #181818;

    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.45;
}


.kiyose-blood-guide__lead {
    margin: 0;

    color: #666;

    font-size: 14px;
    letter-spacing: .03em;
    line-height: 2;
}


/* ルールカード */
.kiyose-blood-guide__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
}


.kiyose-blood-guide__card {
    position: relative;

    min-width: 0;
    padding: 31px 29px 28px;

    border: 1px solid rgba(0, 0, 0, .1);

    background: rgba(255, 255, 255, .76);

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .045);
}


.kiyose-blood-guide__card::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    content: "";

    background: #b98f4e;
}


.kiyose-blood-guide__card--warning::before {
    background: #9d2929;
}


.kiyose-blood-guide__card-head {
    margin-bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.kiyose-blood-guide__number {
    color: #b98f4e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}


.kiyose-blood-guide__card--warning
.kiyose-blood-guide__number {
    color: #9d2929;
}


.kiyose-blood-guide__category {
    margin: 0;

    color: #999;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .2em;
}


.kiyose-blood-guide__card h4 {
    margin: 0 0 13px;

    color: #202020;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: .035em;
    line-height: 1.55;
}


.kiyose-blood-guide__card > p {
    margin: 0;

    color: #666;

    font-size: 12px;
    line-height: 1.9;
}


.kiyose-blood-guide__card ul {
    margin: 19px 0 0;
    padding: 17px 0 0;

    border-top: 1px solid rgba(0, 0, 0, .08);

    list-style: none;
}


.kiyose-blood-guide__card li {
    position: relative;

    margin: 8px 0;
    padding-left: 19px;

    color: #4d4d4d;

    font-size: 12px;
    line-height: 1.7;
}


.kiyose-blood-guide__card li::before {
    position: absolute;
    top: .7em;
    left: 0;

    width: 6px;
    height: 6px;

    content: "";

    border-radius: 50%;

    background: #b98f4e;

    transform: translateY(-50%);
}


.kiyose-blood-guide__card--warning li::before {
    background: #9d2929;
}


/* 排水設備案内 */
.kiyose-blood-guide__facility {
    margin-top: 18px;
    padding: 30px 32px;

    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);

    gap: 28px;
    align-items: center;

    border: 1px solid rgba(185, 143, 78, .36);

    background:
        linear-gradient(
            120deg,
            rgba(185, 143, 78, .13),
            rgba(255, 255, 255, .58)
        );
}


.kiyose-blood-guide__facility-icon {
    width: 88px;
    height: 88px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(185, 143, 78, .52);
    border-radius: 50%;

    color: #9b7135;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
}


.kiyose-blood-guide__facility-en {
    margin: 0 0 7px;

    color: #b98f4e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .22em;
}


.kiyose-blood-guide__facility h4 {
    margin: 0 0 9px;

    color: #222;

    font-size: 20px;
    line-height: 1.55;
}


.kiyose-blood-guide__facility-copy > p:last-child {
    margin: 0;

    color: #666;

    font-size: 12px;
    line-height: 1.9;
}


/* ========================================
   おすすめの血糊
======================================== */

.kiyose-blood-product {
    margin-top: 72px;
    padding-top: 60px;

    border-top: 1px solid rgba(0, 0, 0, .12);
}


.kiyose-blood-product__heading {
    margin-bottom: 30px;

    display: grid;
    grid-template-columns:
        minmax(0, .8fr)
        minmax(360px, 1.2fr);

    gap: 60px;
    align-items: end;
}


.kiyose-blood-product__en {
    margin: 0 0 10px;

    color: #b98f4e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .26em;
}


.kiyose-blood-product__title {
    margin: 0;
    padding: 0;

    border: 0;
    background: none;

    color: #181818;

    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.45;
}


.kiyose-blood-product__heading > p {
    margin: 0;

    color: #666;

    font-size: 14px;
    line-height: 2;
}


/* 商品カード */
.kiyose-blood-product__card {
    display: grid;
    grid-template-columns:
        minmax(280px, .72fr)
        minmax(0, 1.28fr);

    min-height: 440px;

    border: 1px solid rgba(0, 0, 0, .11);

    background: #fff;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .07);
}


.kiyose-blood-product__image {
    padding: 48px 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-right: 1px solid rgba(0, 0, 0, .08);

    background:
        linear-gradient(
            145deg,
            #f8f7f4,
            #efede8
        );
}


.kiyose-blood-product__image a {
    display: block;
}


.kiyose-blood-product__image img {
    width: auto;
    max-width: 100%;
    height: 280px;

    display: block;
    object-fit: contain;

    transition:
        transform .4s ease,
        opacity .3s ease;
}


.kiyose-blood-product__image a:hover img {
    opacity: .92;
    transform: scale(1.035);
}


.kiyose-blood-product__content {
    padding: 48px 44px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.kiyose-blood-product__badge {
    width: fit-content;
    margin-bottom: 17px;
    padding: 7px 12px;

    background: #9d2929;
    color: #fff;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
}


.kiyose-blood-product__brand {
    margin: 0 0 8px;

    color: #b98f4e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .21em;
}


.kiyose-blood-product__content h4 {
    margin: 0 0 18px;

    color: #202020;

    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.5;
}


.kiyose-blood-product__description {
    margin: 0;

    color: #606060;

    font-size: 13px;
    line-height: 1.95;
}


.kiyose-blood-product__points {
    margin: 22px 0 0;
    padding: 21px 0 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px 22px;

    border-top: 1px solid rgba(0, 0, 0, .09);

    list-style: none;
}


.kiyose-blood-product__points li {
    position: relative;

    padding-left: 21px;

    color: #444;

    font-size: 12px;
    line-height: 1.7;
}


.kiyose-blood-product__points li::before {
    position: absolute;
    top: .1em;
    left: 0;

    content: "?";

    color: #9d2929;

    font-size: 14px;
    font-weight: 700;
}


.kiyose-blood-product__links {
    margin-top: 28px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 11px;
}


.kiyose-blood-product__button {
    min-height: 54px;
    padding: 10px 17px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    gap: 8px;

    border: 1px solid transparent;

    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;

    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}


.kiyose-blood-product__button span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}


.kiyose-blood-product__button--main {
    border-color: #9d2929;

    background: #9d2929;
    color: #fff !important;
}


.kiyose-blood-product__button--sub {
    border-color: #242424;

    background: #242424;
    color: #fff !important;
}


.kiyose-blood-product__button:hover {
    border-color: #b98f4e;

    background: #b98f4e;
    color: #fff !important;

    transform: translateY(-2px);
}


/* 商品注意書き */
.kiyose-blood-product__note {
    margin-top: 18px;
    padding: 23px 26px;

    border-left: 3px solid #b98f4e;

    background: rgba(255, 255, 255, .62);
}


.kiyose-blood-product__note-label {
    margin: 0 0 7px;

    color: #b98f4e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .22em;
}


.kiyose-blood-product__note p:last-child {
    margin: 0;

    color: #666;

    font-size: 11px;
    line-height: 1.9;
}


/* ========================================
   タブレット
======================================== */

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

    .kiyose-blood-guide__heading,
    .kiyose-blood-product__heading {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .kiyose-blood-product__card {
        grid-template-columns: .8fr 1.2fr;
    }

    .kiyose-blood-product__image,
    .kiyose-blood-product__content {
        padding: 35px 28px;
    }

}


/* ========================================
   スマートフォン
======================================== */

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

    .kiyose-blood-guide,
    .kiyose-blood-product {
        margin-top: 52px;
        padding-top: 44px;
    }

    .kiyose-blood-guide__grid {
        grid-template-columns: 1fr;
    }

    .kiyose-blood-guide__card {
        padding: 26px 21px 23px;
    }

    .kiyose-blood-guide__facility {
        padding: 25px 21px;

        grid-template-columns: 1fr;

        gap: 17px;
    }

    .kiyose-blood-guide__facility-icon {
        width: 70px;
        height: 70px;
    }

    .kiyose-blood-product__card {
        grid-template-columns: 1fr;

        min-height: 0;
    }

    .kiyose-blood-product__image {
        padding: 38px 24px;

        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }

    .kiyose-blood-product__image img {
        height: 230px;
    }

    .kiyose-blood-product__content {
        padding: 31px 22px 27px;
    }

    .kiyose-blood-product__points {
        grid-template-columns: 1fr;
    }

    .kiyose-blood-product__links {
        grid-template-columns: 1fr;
    }

    .kiyose-blood-product__button {
        width: 100%;
    }

}


/* ========================================
   旧サイトCSS
======================================== */

.equipment-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin:30px 0;
}

.equipment-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,.08);
position:relative;
transition:.3s;
}

.equipment-card:hover{
transform:translateY(-4px);
}

.equipment-card img{
width:100%;
aspect-ratio:4/3;
object-fit:cover;
display:block;
}

.equipment-card h4{
margin:15px 15px 10px;
font-size:20px;
}

.equipment-card p{
margin:0 15px 20px;
font-size:14px;
line-height:1.8;
}

.equipment-tag{
position:absolute;
top:10px;
right:10px;
background:#2f3e46;
color:#fff;
padding:6px 12px;
border-radius:999px;
font-size:12px;
font-weight:bold;
}

@media(max-width:768px){

.equipment-grid{
grid-template-columns:1fr 1fr;
gap:12px;
}

.equipment-card h4{
font-size:16px;
}

.equipment-card p{
font-size:12px;
line-height:1.6;
}

}

/* ========================================
   シーンページ共通
======================================== */

/* 投稿タイトル・カテゴリー・パンくずを非表示 */
.postid-9928 .entry-header,
.postid-9928 .singular-header,
.postid-9928 .breadcrumbs,
.postid-9928 .breadcrumb,
.postid-9928 .post-meta,
.postid-9928 .entry-meta,

.postid-11233 .entry-header,
.postid-11233 .singular-header,
.postid-11233 .breadcrumbs,
.postid-11233 .breadcrumb,
.postid-11233 .post-meta,
.postid-11233 .entry-meta,

.postid-11214 .entry-header,
.postid-11214 .singular-header,
.postid-11214 .breadcrumbs,
.postid-11214 .breadcrumb,
.postid-11214 .post-meta,
.postid-11214 .entry-meta,

.postid-11191 .entry-header,
.postid-11191 .singular-header,
.postid-11191 .breadcrumbs,
.postid-11191 .breadcrumb,
.postid-11191 .post-meta,
.postid-11191 .entry-meta,

.postid-11166 .entry-header,
.postid-11166 .singular-header,
.postid-11166 .breadcrumbs,
.postid-11166 .breadcrumb,
.postid-11166 .post-meta,
.postid-11166 .entry-meta,

.postid-10324 .entry-header,
.postid-10324 .singular-header,
.postid-10324 .breadcrumbs,
.postid-10324 .breadcrumb,
.postid-10324 .post-meta,
.postid-10324 .entry-meta,

.postid-10283 .entry-header,
.postid-10283 .singular-header,
.postid-10283 .breadcrumbs,
.postid-10283 .breadcrumb,
.postid-10283 .post-meta,
.postid-10283 .entry-meta,

.postid-9939 .entry-header,
.postid-9939 .singular-header,
.postid-9939 .breadcrumbs,
.postid-9939 .breadcrumb,
.postid-9939 .post-meta,
.postid-9939 .entry-meta{
    display:none !important;
}


/* 投稿本文上部の余白を削除 */
.postid-9928 .site-content,
.postid-9928 .content-area,
.postid-9928 .site-main,
.postid-9928 article,
.postid-9928 .entry-content,

.postid-11233 .site-content,
.postid-11233 .content-area,
.postid-11233 .site-main,
.postid-11233 article,
.postid-11233 .entry-content,

.postid-11214 .site-content,
.postid-11214 .content-area,
.postid-11214 .site-main,
.postid-11214 article,
.postid-11214 .entry-content,

.postid-11191 .site-content,
.postid-11191 .content-area,
.postid-11191 .site-main,
.postid-11191 article,
.postid-11191 .entry-content,

.postid-11166 .site-content,
.postid-11166 .content-area,
.postid-11166 .site-main,
.postid-11166 article,
.postid-11166 .entry-content,

.postid-10324 .site-content,
.postid-10324 .content-area,
.postid-10324 .site-main,
.postid-10324 article,
.postid-10324 .entry-content,

.postid-10283 .site-content,
.postid-10283 .content-area,
.postid-10283 .site-main,
.postid-10283 article,
.postid-10283 .entry-content,

.postid-9939 .site-content,
.postid-9939 .content-area,
.postid-9939 .site-main,
.postid-9939 article,
.postid-9939 .entry-content{
    margin-top:0 !important;
    padding-top:0 !important;
}


/* 本文先頭要素の余白を削除 */
.postid-9928 .entry-content > :first-child,
.postid-11233 .entry-content > :first-child,
.postid-11214 .entry-content > :first-child,
.postid-11191 .entry-content > :first-child,
.postid-11166 .entry-content > :first-child,
.postid-10324 .entry-content > :first-child,
.postid-10283 .entry-content > :first-child,
.postid-9939 .entry-content > :first-child{
    margin-top:0 !important;
}


/*=================================
ロケハンページ
=================================*/

.flow-card-wrap{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:40px;

margin:60px 0;

}

.flow-card{

background:#fff;

border-radius:12px;

overflow:hidden;

box-shadow:
0 12px 35px rgba(0,0,0,.08);

transition:.3s;

}

.flow-card:hover{

transform:translateY(-6px);

}

.flow-card img{

display:block;

width:100%;

aspect-ratio:16/10;

object-fit:cover;

}

.flow-step{

display:inline-flex;

width:48px;

height:48px;

border-radius:50%;

background:#c89b4b;

color:#fff;

font-weight:bold;

align-items:center;

justify-content:center;

margin:24px;

font-size:18px;

}

.flow-card h4{

font-size:28px;

margin:0 24px 18px;

}

.flow-card p{

margin:0 24px 24px;

line-height:2;

}

.flow-card a{

color:#c89b4b;

font-weight:bold;

}

@media(max-width:768px){

.flow-card-wrap{

grid-template-columns:1fr;

gap:24px;

}

}

/* =========================================
   撮影会・ファンイベント利用ガイド
========================================= */

.kiyose-event-guide{
    --event-black:#151515;
    --event-dark:#222;
    --event-gold:#c89543;
    --event-light:#f5f3ef;
    --event-border:#dedbd5;

    max-width:1100px;
    margin:0 auto;
    padding:20px 20px 80px;

    color:#222;
    line-height:1.9;
}

.kiyose-event-guide *{
    box-sizing:border-box;
}

.kiyose-event-guide a{
    text-decoration:none;
}


/* =========================================
   HERO
========================================= */

.kiyose-event-hero{
    position:relative;

    padding:75px 60px;

    overflow:hidden;

    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(200,149,67,.16) 0,
            rgba(200,149,67,0) 30%
        ),
        linear-gradient(
            120deg,
            #121212 0%,
            #232323 100%
        );

    color:#fff;
}


.kiyose-event-hero::after{
    position:absolute;

    top:-140px;
    right:-80px;

    width:400px;
    height:400px;

    border:1px solid rgba(200,149,67,.2);
    border-radius:50%;

    content:"";
}


.kiyose-event-hero__content{
    position:relative;
    z-index:2;

    max-width:760px;
}


.kiyose-event-hero__en{
    margin:0 0 10px;

    color:var(--event-gold);

    font-size:10px;
    font-weight:700;
    letter-spacing:.28em;
}


.kiyose-event-hero__line{
    display:block;

    width:55px;
    height:1px;

    margin:0 0 27px;

    background:var(--event-gold);
}


.kiyose-event-hero h1{
    margin:0 0 20px;

    color:#fff;

    font-size:clamp(32px,5vw,52px);
    line-height:1.4;
}


.kiyose-event-hero__lead{
    margin:0 0 18px;

    color:#fff;

    font-size:18px;
    font-weight:700;
    line-height:1.8;
}


.kiyose-event-hero__text{
    max-width:680px;

    margin:0;

    color:#ccc;

    font-size:14px;
}


.kiyose-event-hero__buttons{
    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-top:32px;
}


/* =========================================
   BUTTON
========================================= */

.kiyose-event-button{
    display:inline-flex;

    min-height:54px;

    align-items:center;
    justify-content:center;

    padding:12px 25px;

    font-size:13px;
    font-weight:700;

    transition:.25s;
}


.kiyose-event-button--main{
    background:var(--event-gold);
    color:#fff !important;
}


.kiyose-event-button--sub{
    border:1px solid #777;
    color:#fff !important;
}


.kiyose-event-button--dark{
    background:#222;
    color:#fff !important;
}


.kiyose-event-button:hover{
    opacity:.8;
}


/* =========================================
   COMMON SECTION
========================================= */

.kiyose-event-section{
    padding:75px 0;
}


.kiyose-event-section + .kiyose-event-section{
    border-top:1px solid var(--event-border);
}


.kiyose-event-heading{
    margin-bottom:35px;
}


.kiyose-event-heading > p{
    margin:0 0 9px;

    color:var(--event-gold);

    font-size:10px;
    font-weight:700;
    letter-spacing:.25em;
}


.kiyose-event-heading h2{
    margin:0;

    font-size:clamp(27px,4vw,39px);
    line-height:1.5;
}


/* =========================================
   INTRO
========================================= */

.kiyose-event-intro{
    max-width:770px;
}


.kiyose-event-intro__lead{
    font-size:18px;
    font-weight:700;
}


.kiyose-event-points{
    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:15px;

    margin-top:40px;
}


.kiyose-event-points article{
    padding:28px 25px;

    border-top:3px solid var(--event-gold);

    background:var(--event-light);
}


.kiyose-event-points span,
.kiyose-event-use-grid > article > span{
    display:block;

    margin-bottom:10px;

    color:var(--event-gold);

    font-size:10px;
    font-weight:700;
    letter-spacing:.12em;
}


.kiyose-event-points h3,
.kiyose-event-use-grid h3{
    margin:0 0 10px;

    font-size:18px;
}


.kiyose-event-points p,
.kiyose-event-use-grid p{
    margin:0;

    color:#666;

    font-size:13px;
}


/* =========================================
   FLOOR
========================================= */

.kiyose-event-floor{
    background:#faf9f7;
}


.kiyose-event-floor-grid{
    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:18px;
}


.kiyose-event-floor-card{
    padding:32px;

    border:1px solid #ddd;

    background:#fff;
}


.kiyose-event-floor-card__head{
    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:25px;
}


.kiyose-event-floor-card__number{
    display:flex;

    width:60px;
    height:60px;

    flex:none;

    align-items:center;
    justify-content:center;

    background:var(--event-dark);

    color:#fff;

    font-size:20px;
    font-weight:700;
}


.kiyose-event-floor-card--3f
.kiyose-event-floor-card__number{
    background:var(--event-gold);
}


.kiyose-event-floor-card__head p{
    margin:0 0 3px;

    color:#999;

    font-size:9px;
    font-weight:700;
    letter-spacing:.18em;
}


.kiyose-event-floor-card__head h3{
    margin:0;

    font-size:22px;
}


.kiyose-event-floor-card__lead{
    font-weight:700;
}


.kiyose-event-floor-scenes{
    display:flex;

    flex-wrap:wrap;

    gap:6px;

    margin:20px 0;
}


.kiyose-event-floor-scenes span{
    padding:6px 10px;

    border:1px solid #ddd;

    font-size:11px;
}


.kiyose-event-floor-recommend{
    margin-top:20px;
    padding:30px;

    background:var(--event-dark);
    color:#fff;
}


.kiyose-event-floor-recommend__en{
    margin:0 0 12px;

    color:var(--event-gold);

    font-size:9px;
    font-weight:700;
    letter-spacing:.2em;
}


.kiyose-event-floor-recommend__content{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;
}


.kiyose-event-floor-recommend h3{
    margin:0 0 10px;

    color:#fff;

    font-size:23px;
}


.kiyose-event-floor-recommend p{
    max-width:700px;

    margin:0;

    color:#ccc;

    font-size:13px;
}


.kiyose-event-floor-recommend strong{
    min-width:150px;

    padding-left:25px;

    border-left:1px solid #555;

    color:var(--event-gold);

    text-align:center;

    font-size:18px;
}


/* =========================================
   USE CASE
========================================= */

.kiyose-event-use-grid{
    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    border-top:1px solid var(--event-border);
    border-left:1px solid var(--event-border);
}


.kiyose-event-use-grid article{
    min-height:190px;

    padding:26px 24px;

    border-right:1px solid var(--event-border);
    border-bottom:1px solid var(--event-border);
}


/* =========================================
   OPERATION
========================================= */

.kiyose-event-operation{
    background:#f7f5f1;
}


.kiyose-event-operation-grid{
    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    gap:12px;
}


.kiyose-event-operation-grid article{
    padding:28px 22px;

    background:#fff;
}


.kiyose-event-operation-icon{
    display:flex;

    width:54px;
    height:54px;

    margin-bottom:20px;

    align-items:center;
    justify-content:center;

    border:1px solid var(--event-gold);

    color:var(--event-gold);

    font-size:9px;
    font-weight:700;
    letter-spacing:.08em;
}


.kiyose-event-operation-grid h3{
    margin:0 0 10px;

    font-size:17px;
}


.kiyose-event-operation-grid p{
    margin:0;

    color:#666;

    font-size:12px;
}


/* =========================================
   FACILITY
========================================= */

.kiyose-event-facility{
    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    border-top:1px solid var(--event-border);
}


.kiyose-event-facility > div{
    display:grid;

    grid-template-columns:45px 180px 1fr;

    gap:15px;

    align-items:center;

    padding:21px 10px;

    border-bottom:1px solid var(--event-border);
}


.kiyose-event-facility span{
    color:var(--event-gold);

    font-size:10px;
    font-weight:700;
}


.kiyose-event-facility strong{
    font-size:14px;
}


.kiyose-event-facility p{
    margin:0;

    color:#666;

    font-size:12px;
}


/* =========================================
   RULE
========================================= */

.kiyose-event-rules__lead{
    margin-bottom:30px;

    font-weight:700;
}


.kiyose-event-rule-list{
    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    border-top:1px solid var(--event-border);
    border-left:1px solid var(--event-border);
}


.kiyose-event-rule-list article{
    padding:25px;

    border-right:1px solid var(--event-border);
    border-bottom:1px solid var(--event-border);
}


.kiyose-event-rule-list h3{
    margin:0 0 9px;

    font-size:16px;
}


.kiyose-event-rule-list p{
    margin:0;

    color:#666;

    font-size:12px;
}


.kiyose-event-notice{
    margin-top:25px;
    padding:22px 25px;

    border-left:4px solid #a83232;

    background:#faf3f3;
}


.kiyose-event-notice__en{
    margin:0 0 5px !important;

    color:#a83232;

    font-size:9px;
    font-weight:700;
    letter-spacing:.18em;
}


.kiyose-event-notice p{
    margin:0;

    font-size:12px;
}


/* =========================================
   PRICE
========================================= */

.kiyose-event-price{
    padding:60px 45px;

    background:var(--event-dark);

    color:#fff;
}


.kiyose-event-price__copy > p{
    margin:0 0 8px;

    color:var(--event-gold);

    font-size:9px;
    font-weight:700;
    letter-spacing:.2em;
}


.kiyose-event-price h2{
    margin:0 0 12px;

    color:#fff;

    font-size:32px;
}


.kiyose-event-price__copy > span{
    color:#bbb;

    font-size:13px;
}


.kiyose-event-price__grid{
    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:12px;

    margin-top:35px;
}


.kiyose-event-price__grid article{
    position:relative;

    padding:27px 22px;

    border:1px solid #444;

    background:#181818;
}


.kiyose-event-price__grid small{
    color:var(--event-gold);

    font-weight:700;
}


.kiyose-event-price__grid h3{
    margin:10px 0 5px;

    color:#fff;

    font-size:18px;
}


.kiyose-event-price__grid p{
    min-height:48px;

    margin:0 0 16px;

    color:#aaa;

    font-size:11px;
}


.kiyose-event-price__grid strong{
    font-size:18px;
}


.kiyose-event-price__recommended{
    border-color:var(--event-gold) !important;
}


.kiyose-event-price__recommended > span{
    position:absolute;

    top:0;
    right:0;

    padding:4px 8px;

    background:var(--event-gold);

    font-size:8px;
    font-weight:700;
    letter-spacing:.1em;
}


.kiyose-event-price__pack{
    margin:23px 0 0;

    color:#ccc;

    font-size:12px;
}


.kiyose-event-price__buttons{
    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-top:25px;
}


/* =========================================
   LOCATION
========================================= */

.kiyose-event-location__grid{
    display:grid;

    grid-template-columns:1.4fr 1fr;

    gap:50px;
}


.kiyose-event-location dl{
    margin-top:25px;
}


.kiyose-event-location dl div{
    display:grid;

    grid-template-columns:100px 1fr;

    padding:12px 0;

    border-bottom:1px solid var(--event-border);
}


.kiyose-event-location dt{
    color:#999;

    font-size:11px;
}


.kiyose-event-location dd{
    margin:0;

    font-weight:700;
}


.kiyose-event-location__links{
    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:10px;
}


.kiyose-event-location__links a{
    display:block;

    padding:18px 20px;

    border:1px solid var(--event-border);

    color:#222;

    font-size:13px;
    font-weight:700;
}


/* =========================================
   CTA
========================================= */

.kiyose-event-cta{
    padding:65px 50px;

    background:#111;

    color:#fff;

    text-align:center;
}


.kiyose-event-cta > p{
    margin:0 0 10px;

    color:var(--event-gold);

    font-size:9px;
    font-weight:700;
    letter-spacing:.24em;
}


.kiyose-event-cta h2{
    margin:0 0 15px;

    color:#fff;

    font-size:32px;
}


.kiyose-event-cta > span{
    display:block;

    max-width:700px;

    margin:0 auto;

    color:#bbb;

    font-size:13px;
}


.kiyose-event-cta__buttons{
    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:10px;

    margin-top:30px;
}


.kiyose-event-cta__buttons a{
    min-width:190px;

    padding:15px 20px;

    border:1px solid #555;

    color:#fff;

    font-size:12px;
    font-weight:700;
}


.kiyose-event-cta__buttons a:first-child{
    border-color:var(--event-gold);

    background:var(--event-gold);
}


/* =========================================
   MOBILE
========================================= */

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

    .kiyose-event-guide{
        padding:10px 15px 60px;
    }


    .kiyose-event-hero{
        margin-right:-15px;
        margin-left:-15px;

        padding:50px 24px;
    }


    .kiyose-event-pc{
        display:none;
    }


    .kiyose-event-hero__buttons,
    .kiyose-event-price__buttons{
        flex-direction:column;
    }


    .kiyose-event-button{
        width:100%;
    }


    .kiyose-event-section{
        padding:55px 0;
    }


    .kiyose-event-points,
    .kiyose-event-floor-grid,
    .kiyose-event-use-grid,
    .kiyose-event-operation-grid,
    .kiyose-event-facility,
    .kiyose-event-rule-list,
    .kiyose-event-price__grid,
    .kiyose-event-location__grid{
        grid-template-columns:1fr;
    }


    .kiyose-event-use-grid{
        border-left:1px solid var(--event-border);
    }


    .kiyose-event-floor-recommend__content{
        display:block;
    }


    .kiyose-event-floor-recommend strong{
        display:block;

        margin-top:20px;
        padding-top:20px;
        padding-left:0;

        border-top:1px solid #555;
        border-left:0;
    }


    .kiyose-event-facility > div{
        grid-template-columns:35px 1fr;
    }


    .kiyose-event-facility p{
        grid-column:2;
    }


    .kiyose-event-price{
        margin-right:-15px;
        margin-left:-15px;

        padding:45px 20px;
    }


    .kiyose-event-cta{
        margin-right:-15px;
        margin-left:-15px;

        padding:50px 20px;
    }


    .kiyose-event-cta__buttons{
        flex-direction:column;
    }


    .kiyose-event-cta__buttons a{
        width:100%;
    }

}

/* ========================================
   ハウススタジオページ
   HERO
======================================== */


/* ========================================
   HERO 本体
======================================== */

.kiyose-house-hero{
    position:relative;

    /* WordPress本文幅を突破して画面いっぱいにする */
    width:100vw;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    min-height:780px;

    display:flex;
    align-items:stretch;

    overflow:hidden;

    background:#171717;

    color:#fff;
}


/* ========================================
   背景画像
======================================== */

.kiyose-house-hero__bg{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    z-index:0;
}

.kiyose-house-hero__bg img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    /*
     写真に合わせて調整可能
     50% 50% = 中央
    */
    object-position:center center;
}

.kiyose-house-hero{
    position:relative;

    width:100vw;
    max-width:none;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    min-height:780px;

    display:flex;
    align-items:flex-end;

    overflow:hidden;

    /* ↓↓↓ ここに画像URL ↓↓↓ */
    background-image:
        url("https://st-campus.net/wp-content/uploads/2026/07/P1115767-edit-scaled.jpg");

    background-size:cover;
    background-position:center center;

    color:#fff;
}

/* ========================================
   背景オーバーレイ
======================================== */

.kiyose-house-hero__overlay{
    position:absolute;
    inset:0;

    z-index:1;

    /*
     左側にコピーを置くため、
     左を濃く・右側の写真を見せる
    */
    background:
        linear-gradient(
            90deg,
            rgba(10,10,10,.92) 0%,
            rgba(10,10,10,.78) 30%,
            rgba(10,10,10,.42) 58%,
            rgba(10,10,10,.12) 100%
        );
}


/* ========================================
   HERO コンテンツ
======================================== */

.kiyose-house-hero__inner{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1400px;

    margin:0 auto;

    padding:
        clamp(90px, 10vw, 150px)
        clamp(40px, 6vw, 90px)
        clamp(70px, 8vw, 110px);

    display:flex;
    flex-direction:column;
    justify-content:center;
}


/* ========================================
   コピーエリア
======================================== */

.kiyose-house-hero__content{
    width:min(720px, 58%);
}


/* ========================================
   英字ラベル
======================================== */

.kiyose-house-hero__label{
    margin:0 0 22px;

    font-size:12px;
    font-weight:700;

    letter-spacing:.28em;

    color:#d9a23d;
}

.kiyose-house-hero__label::after{
    content:"";

    display:block;

    width:52px;
    height:1px;

    margin-top:17px;

    background:#d9a23d;
}


/* ========================================
   メインタイトル
======================================== */

.kiyose-house-hero__title{
    margin:0;

    font-size:clamp(46px, 5vw, 76px);
    line-height:1.16;

    font-weight:700;

    letter-spacing:.02em;

    color:#fff !important;
}


/* ========================================
   キャッチコピー
======================================== */

.kiyose-house-hero__catch{
    margin:32px 0 0;

    font-size:clamp(22px, 2.3vw, 34px);
    line-height:1.65;

    font-weight:700;

    letter-spacing:.04em;

    color:#fff;
}


/* ========================================
   説明文
======================================== */

.kiyose-house-hero__text{
    margin:26px 0 0;

    max-width:620px;

    font-size:15px;
    line-height:2;

    font-weight:500;

    letter-spacing:.04em;

    color:rgba(255,255,255,.88);
}


/* ========================================
   シーンタグ
======================================== */

.kiyose-house-hero__tags{
    display:flex;
    flex-wrap:wrap;

    gap:8px;

    margin-top:28px;
}

.kiyose-house-hero__tag{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    min-height:28px;

    padding:5px 12px;

    border:1px solid rgba(255,255,255,.35);

    background:rgba(0,0,0,.22);

    color:#fff;

    font-size:10px;
    font-weight:700;

    letter-spacing:.08em;

    line-height:1;
}


/* ========================================
   CTAボタン
======================================== */

.kiyose-house-hero__buttons{
    display:flex;
    flex-wrap:wrap;

    gap:12px;

    margin-top:34px;
}

.kiyose-house-hero__button{
    display:inline-flex;

    min-width:190px;
    min-height:52px;

    align-items:center;
    justify-content:center;

    padding:12px 22px;

    font-size:12px;
    font-weight:700;

    letter-spacing:.05em;

    text-decoration:none;

    transition:
        opacity .25s ease,
        transform .25s ease,
        background .25s ease;
}


/* メインボタン */

.kiyose-house-hero__button--main{
    background:#d9a23d;

    color:#fff !important;
}


/* サブボタン */

.kiyose-house-hero__button--sub{
    border:1px solid rgba(255,255,255,.55);

    background:rgba(0,0,0,.20);

    color:#fff !important;
}


/* hover */

.kiyose-house-hero__button:hover{
    opacity:.86;

    transform:translateY(-2px);
}


/* ========================================
   FLOOR INFO
======================================== */

.kiyose-house-hero__info{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1400px;

    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(3, 1fr);

    border-top:1px solid rgba(255,255,255,.22);
}


/* HERO内部で下に配置する場合 */

.kiyose-house-hero__inner
.kiyose-house-hero__info{
    margin-top:55px;
}


/* 各項目 */

.kiyose-house-hero__info-item{
    padding:20px 28px;

    border-right:1px solid rgba(255,255,255,.18);
}

.kiyose-house-hero__info-item:last-child{
    border-right:none;
}


/* 英字 */

.kiyose-house-hero__info-label{
    display:block;

    margin-bottom:7px;

    font-size:9px;
    font-weight:700;

    letter-spacing:.18em;

    color:#d9a23d;
}


/* 内容 */

.kiyose-house-hero__info-value{
    display:block;

    font-size:13px;
    font-weight:600;

    line-height:1.6;

    color:#fff;
}


/* ========================================
   PC大画面
======================================== */

@media (min-width:1400px){

    .kiyose-house-hero{
        min-height:820px;
    }

    .kiyose-house-hero__inner{
        max-width:1500px;

        padding-left:80px;
        padding-right:80px;
    }

    .kiyose-house-hero__content{
        width:650px;
    }

}


/* ========================================
   タブレット
======================================== */

@media (max-width:1000px){

    .kiyose-house-hero{
        min-height:720px;
    }

    .kiyose-house-hero__inner{
        padding:
            80px
            45px
            65px;
    }

    .kiyose-house-hero__content{
        width:70%;
    }

    .kiyose-house-hero__overlay{
        background:
            linear-gradient(
                90deg,
                rgba(10,10,10,.90) 0%,
                rgba(10,10,10,.72) 45%,
                rgba(10,10,10,.25) 100%
            );
    }

}


/* ========================================
   スマートフォン
======================================== */

@media (max-width:650px){

    .kiyose-house-hero{
        width:100vw;

        margin-left:calc(50% - 50vw);
        margin-right:calc(50% - 50vw);

        min-height:auto;
    }


    /* 写真 */

    .kiyose-house-hero__bg img{
        object-position:center center;
    }


    /* スマホでは全面を少し暗く */

    .kiyose-house-hero__overlay{
        background:
            linear-gradient(
                180deg,
                rgba(10,10,10,.32) 0%,
                rgba(10,10,10,.55) 30%,
                rgba(10,10,10,.92) 72%,
                rgba(10,10,10,.98) 100%
            );
    }


    /* コンテンツ */

    .kiyose-house-hero__inner{
        min-height:680px;

        padding:
            70px
            22px
            35px;

        justify-content:flex-end;
    }


    .kiyose-house-hero__content{
        width:100%;
        max-width:none;
    }


    /* ラベル */

    .kiyose-house-hero__label{
        margin-bottom:18px;

        font-size:10px;
    }

    .kiyose-house-hero__label::after{
        width:42px;

        margin-top:13px;
    }


    /* タイトル */

    .kiyose-house-hero__title{
        font-size:clamp(37px, 11vw, 50px);

        line-height:1.18;
    }


    /* キャッチ */

    .kiyose-house-hero__catch{
        margin-top:22px;

        font-size:21px;

        line-height:1.6;
    }


    /* 説明 */

    .kiyose-house-hero__text{
        margin-top:18px;

        font-size:13px;

        line-height:1.85;
    }


    /* タグ */

    .kiyose-house-hero__tags{
        margin-top:20px;

        gap:6px;
    }

    .kiyose-house-hero__tag{
        padding:5px 8px;

        font-size:8px;
    }


    /* ボタン */

    .kiyose-house-hero__buttons{
        display:grid;

        grid-template-columns:1fr 1fr;

        gap:8px;

        margin-top:25px;
    }

    .kiyose-house-hero__button{
        width:100%;
        min-width:0;
        min-height:48px;

        padding:10px 8px;

        font-size:11px;
    }


    /* FLOOR INFO */

    .kiyose-house-hero__inner
    .kiyose-house-hero__info{
        margin-top:30px;
    }

    .kiyose-house-hero__info{
        grid-template-columns:1fr;

        border-top:1px solid rgba(255,255,255,.20);
    }

    .kiyose-house-hero__info-item{
        padding:12px 0;

        border-right:none;

        border-bottom:1px solid rgba(255,255,255,.14);
    }

    .kiyose-house-hero__info-item:last-child{
        border-bottom:none;
    }

    .kiyose-house-hero__info-label{
        margin-bottom:4px;

        font-size:8px;
    }

    .kiyose-house-hero__info-value{
        font-size:11px;
    }

}


/* ========================================
   小型スマートフォン
======================================== */

@media (max-width:400px){

    .kiyose-house-hero__inner{
        padding-left:18px;
        padding-right:18px;
    }

    .kiyose-house-hero__title{
        font-size:36px;
    }

    .kiyose-house-hero__catch{
        font-size:19px;
    }

}


/* =========================================
   HOUSE STUDIO ABOUT / FEATURES
========================================= */

.kiyose-house-about{
    position:relative;

    width:100vw;
    max-width:none;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:100px 0;

    background:#f4f1eb;

    overflow:hidden;
}


/* 背景装飾 */
.kiyose-house-about::before{
    content:"HOUSE";

    position:absolute;

    top:30px;
    right:-20px;

    color:rgba(0,0,0,.025);

    font-size:170px;
    font-weight:700;
    line-height:1;

    letter-spacing:.04em;

    pointer-events:none;
}


/* =========================================
   INNER
========================================= */

.kiyose-house-about__inner{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1280px;

    margin:0 auto;
    padding:0 55px;
}


/* =========================================
   INTRO
========================================= */

.kiyose-house-about__intro{
    display:grid;

    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);

    gap:80px;

    align-items:start;

    margin-bottom:65px;
}


/* 英字 */
.kiyose-house-about__en{
    margin:0 0 12px;

    color:#c28c36;

    font-size:10px;
    font-weight:700;

    letter-spacing:.28em;
}


/* ライン */
.kiyose-house-about__line{
    display:block;

    width:50px;
    height:1px;

    margin-bottom:24px;

    background:#c28c36;
}


/* タイトル */
.kiyose-house-about__title{
    margin:0;

    color:#171717;

    font-size:clamp(32px,4vw,50px);
    font-weight:700;

    line-height:1.45;

    letter-spacing:.03em;
}


/* リード */
.kiyose-house-about__lead{
    margin:0 0 22px;

    color:#222;

    font-size:22px;
    font-weight:700;

    line-height:1.7;
}


/* 本文 */
.kiyose-house-about__text{
    margin:0 0 18px;

    color:#666;

    font-size:14px;
    line-height:2.1;
}


/* =========================================
   FEATURE GRID
========================================= */

.kiyose-house-about__features{
    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:1px;

    background:#dcd7ce;

    border:1px solid #dcd7ce;
}


/* カード */
.kiyose-house-about__card{
    position:relative;

    min-height:285px;

    padding:32px 28px;

    background:#fff;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.kiyose-house-about__card:hover{
    z-index:2;

    transform:translateY(-4px);

    box-shadow:
        0 12px 28px rgba(0,0,0,.08);
}


/* 番号 */
.kiyose-house-about__number{
    margin:0 0 24px;

    color:#c28c36;

    font-size:11px;
    font-weight:700;

    letter-spacing:.18em;
}


/* 見出し */
.kiyose-house-about__card h3{
    margin:0 0 15px;

    color:#181818;

    font-size:19px;
    line-height:1.65;
}


/* 本文 */
.kiyose-house-about__card > p:last-child{
    margin:0;

    color:#666;

    font-size:12px;
    line-height:1.9;
}


/* 上部ライン */
.kiyose-house-about__card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:0;
    height:3px;

    background:#c28c36;

    transition:width .3s ease;
}


.kiyose-house-about__card:hover::before{
    width:100%;
}


/* =========================================
   TABLET
========================================= */

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

    .kiyose-house-about{
        padding:80px 0;
    }

    .kiyose-house-about__inner{
        padding:0 35px;
    }

    .kiyose-house-about__intro{
        grid-template-columns:1fr;

        gap:35px;
    }

    .kiyose-house-about__features{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}


/* =========================================
   MOBILE
========================================= */

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

    .kiyose-house-about{
        padding:65px 0;
    }


    .kiyose-house-about::before{
        top:20px;
        right:-10px;

        font-size:85px;
    }


    .kiyose-house-about__inner{
        padding:0 20px;
    }


    .kiyose-house-about__intro{
        gap:28px;

        margin-bottom:40px;
    }


    .kiyose-house-about__title{
        font-size:31px;
    }


    .kiyose-house-about__lead{
        font-size:19px;
    }


    .kiyose-house-about__features{
        grid-template-columns:1fr;
    }


    .kiyose-house-about__card{
        min-height:auto;

        padding:27px 23px;
    }


    .kiyose-house-about__number{
        margin-bottom:15px;
    }

}

/* =========================================
   HOUSE STUDIO PHOTO GALLERY
========================================= */

.kiyose-house-gallery{
    position:relative;

    width:100vw;
    max-width:none;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:100px 0;

    overflow:hidden;

    background:#111;

    color:#fff;
}


/* 背景文字 */
.kiyose-house-gallery::before{
    content:"GALLERY";

    position:absolute;

    top:20px;
    right:-30px;

    color:rgba(255,255,255,.025);

    font-size:180px;
    font-weight:700;

    line-height:1;

    pointer-events:none;
}


/* =========================================
   INNER
========================================= */

.kiyose-house-gallery__inner{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1320px;

    margin:0 auto;

    padding:0 55px;
}


/* =========================================
   HEADER
========================================= */

.kiyose-house-gallery__header{
    display:grid;

    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);

    gap:80px;

    align-items:end;

    margin-bottom:55px;
}


/* 英字 */
.kiyose-house-gallery__en{
    margin:0 0 12px;

    color:#d29a3d;

    font-size:10px;
    font-weight:700;

    letter-spacing:.28em;
}


/* ライン */
.kiyose-house-gallery__line{
    display:block;

    width:50px;
    height:1px;

    margin-bottom:24px;

    background:#d29a3d;
}


/* タイトル */
.kiyose-house-gallery__title{
    margin:0;

    color:#fff;

    font-size:clamp(32px,4vw,50px);
    line-height:1.45;
}


/* リード */
.kiyose-house-gallery__lead{
    margin:0 0 15px;

    color:#fff;

    font-size:21px;
    font-weight:700;

    line-height:1.7;
}


/* 本文 */
.kiyose-house-gallery__text{
    margin:0;

    color:#aaa;

    font-size:13px;
    line-height:2;
}


/* =========================================
   GRID
========================================= */

.kiyose-house-gallery__grid{
    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    grid-auto-rows:250px;

    gap:8px;
}


/* =========================================
   ITEM
========================================= */

.kiyose-house-gallery__item{
    position:relative;

    margin:0;

    overflow:hidden;

    background:#222;
}


/* メイン画像 */
.kiyose-house-gallery__item--main{
    grid-column:span 2;
    grid-row:span 2;
}


/* リンク */
.kiyose-house-gallery__item a{
    position:relative;

    display:block;

    width:100%;
    height:100%;

    color:#fff;

    text-decoration:none;
}


/* 画像 */
.kiyose-house-gallery__item img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:
        transform .6s ease,
        filter .4s ease;
}


/* hover */
.kiyose-house-gallery__item:hover img{
    transform:scale(1.045);

    filter:brightness(.85);
}


/* =========================================
   OVERLAY
========================================= */

.kiyose-house-gallery__overlay{
    position:absolute;

    inset:auto 0 0;

    padding:45px 22px 20px;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.85) 0%,
            rgba(0,0,0,.45) 60%,
            rgba(0,0,0,0) 100%
        );
}


/* 英字 */
.kiyose-house-gallery__overlay span{
    display:block;

    margin-bottom:5px;

    color:#d29a3d;

    font-size:8px;
    font-weight:700;

    letter-spacing:.14em;
}


/* タイトル */
.kiyose-house-gallery__overlay strong{
    display:block;

    color:#fff;

    font-size:18px;
    line-height:1.4;
}


/* MAINのみ説明 */
.kiyose-house-gallery__overlay p{
    margin:7px 0 0;

    color:#ddd;

    font-size:11px;
}


/* MAINタイトル拡大 */
.kiyose-house-gallery__item--main
.kiyose-house-gallery__overlay strong{
    font-size:28px;
}


/* =========================================
   FOOTER
========================================= */

.kiyose-house-gallery__footer{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    margin-top:32px;

    padding-top:25px;

    border-top:1px solid #333;
}


.kiyose-house-gallery__footer p{
    margin:0;

    color:#999;

    font-size:12px;
}


.kiyose-house-gallery__footer a{
    display:inline-flex;

    min-height:45px;

    align-items:center;
    justify-content:center;

    padding:10px 18px;

    border:1px solid #555;

    color:#fff;

    font-size:11px;
    font-weight:700;

    text-decoration:none;
}


/* =========================================
   TABLET
========================================= */

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

    .kiyose-house-gallery{
        padding:80px 0;
    }

    .kiyose-house-gallery__inner{
        padding:0 35px;
    }

    .kiyose-house-gallery__header{
        grid-template-columns:1fr;

        gap:30px;
    }

    .kiyose-house-gallery__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));

        grid-auto-rows:260px;
    }

    .kiyose-house-gallery__item--main{
        grid-column:span 2;

        grid-row:span 2;
    }

}


/* =========================================
   MOBILE
========================================= */

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

    .kiyose-house-gallery{
        padding:65px 0;
    }


    .kiyose-house-gallery::before{
        font-size:90px;

        top:10px;
    }


    .kiyose-house-gallery__inner{
        padding:0 18px;
    }


    .kiyose-house-gallery__header{
        margin-bottom:35px;
    }


    .kiyose-house-gallery__title{
        font-size:30px;
    }


    .kiyose-house-gallery__lead{
        font-size:18px;
    }


    .kiyose-house-gallery__grid{
        grid-template-columns:1fr;

        grid-auto-rows:auto;

        gap:7px;
    }


    .kiyose-house-gallery__item,
    .kiyose-house-gallery__item--main{
        grid-column:auto;
        grid-row:auto;

        aspect-ratio:4 / 3;
    }


    .kiyose-house-gallery__item--main{
        aspect-ratio:16 / 11;
    }


    .kiyose-house-gallery__overlay{
        padding:40px 17px 16px;
    }


    .kiyose-house-gallery__item--main
    .kiyose-house-gallery__overlay strong{
        font-size:23px;
    }


    .kiyose-house-gallery__footer{
        display:block;
    }


    .kiyose-house-gallery__footer a{
        width:100%;

        margin-top:18px;
    }

}

/* =========================================
   HOUSE STUDIO USE CASE
========================================= */

.kiyose-house-use{
    position:relative;

    width:100vw;
    max-width:none;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:100px 0;

    overflow:hidden;

    background:#f7f5f1;
}


/* =========================================
   INNER
========================================= */

.kiyose-house-use__inner{
    width:100%;
    max-width:1280px;

    margin:0 auto;
    padding:0 55px;
}


/* =========================================
   HEADER
========================================= */

.kiyose-house-use__header{
    display:grid;

    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);

    gap:80px;

    align-items:start;

    margin-bottom:55px;
}


.kiyose-house-use__en{
    margin:0 0 12px;

    color:#c28c36;

    font-size:10px;
    font-weight:700;

    letter-spacing:.28em;
}


.kiyose-house-use__line{
    display:block;

    width:50px;
    height:1px;

    margin-bottom:24px;

    background:#c28c36;
}


.kiyose-house-use__title{
    margin:0;

    color:#181818;

    font-size:clamp(32px,4vw,50px);
    line-height:1.45;
}


.kiyose-house-use__lead{
    margin:0 0 18px;

    color:#222;

    font-size:22px;
    font-weight:700;

    line-height:1.7;
}


.kiyose-house-use__text{
    margin:0 0 15px;

    color:#666;

    font-size:13px;
    line-height:2;
}


/* =========================================
   GRID
========================================= */

.kiyose-house-use__grid{
    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    border-top:1px solid #ddd7cf;
    border-left:1px solid #ddd7cf;
}


/* =========================================
   CARD
========================================= */

.kiyose-house-use__card{
    position:relative;

    min-height:285px;

    padding:27px 24px;

    border-right:1px solid #ddd7cf;
    border-bottom:1px solid #ddd7cf;

    background:#fff;

    transition:
        background .25s ease,
        transform .25s ease;
}


.kiyose-house-use__card:hover{
    z-index:2;

    background:#fcfaf6;

    transform:translateY(-3px);
}


/* CARD HEAD */

.kiyose-house-use__card-head{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:12px;

    margin-bottom:28px;
}


.kiyose-house-use__number{
    color:#c28c36;

    font-size:11px;
    font-weight:700;

    letter-spacing:.14em;
}


.kiyose-house-use__category{
    color:#aaa;

    font-size:8px;
    font-weight:700;

    letter-spacing:.15em;
}


/* TITLE */

.kiyose-house-use__card h3{
    margin:0 0 15px;

    color:#181818;

    font-size:18px;
    line-height:1.6;
}


/* TEXT */

.kiyose-house-use__card p{
    margin:0;

    color:#666;

    font-size:12px;
    line-height:1.9;
}


/* 上部ホバーライン */

.kiyose-house-use__card::before{
    content:"";

    position:absolute;

    top:-1px;
    left:-1px;

    width:0;
    height:3px;

    background:#c28c36;

    transition:width .3s ease;
}


.kiyose-house-use__card:hover::before{
    width:calc(100% + 2px);
}


/* =========================================
   FOOTER
========================================= */

.kiyose-house-use__footer{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:60px;

    margin-top:35px;
    padding:35px 38px;

    background:#1b1b1b;

    color:#fff;
}


.kiyose-house-use__footer > div{
    max-width:780px;
}


.kiyose-house-use__footer-en{
    margin:0 0 8px !important;

    color:#c28c36 !important;

    font-size:9px !important;
    font-weight:700;

    letter-spacing:.2em;
}


.kiyose-house-use__footer h3{
    margin:0 0 10px;

    color:#fff;

    font-size:21px;
    line-height:1.6;
}


.kiyose-house-use__footer > div > p:last-child{
    margin:0;

    color:#bbb;

    font-size:12px;
    line-height:1.9;
}


.kiyose-house-use__footer > a{
    display:inline-flex;

    min-width:175px;
    min-height:50px;

    align-items:center;
    justify-content:center;

    flex:none;

    padding:10px 18px;

    border:1px solid #555;

    color:#fff;

    font-size:11px;
    font-weight:700;

    text-decoration:none;

    transition:.25s ease;
}


.kiyose-house-use__footer > a:hover{
    border-color:#c28c36;

    background:#c28c36;
}


/* =========================================
   TABLET
========================================= */

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

    .kiyose-house-use__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}


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

    .kiyose-house-use{
        padding:80px 0;
    }


    .kiyose-house-use__inner{
        padding:0 35px;
    }


    .kiyose-house-use__header{
        grid-template-columns:1fr;

        gap:30px;
    }

}


/* =========================================
   MOBILE
========================================= */

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

    .kiyose-house-use{
        padding:65px 0;
    }


    .kiyose-house-use__inner{
        padding:0 20px;
    }


    .kiyose-house-use__header{
        margin-bottom:38px;
    }


    .kiyose-house-use__title{
        font-size:30px;
    }


    .kiyose-house-use__lead{
        font-size:19px;
    }


    .kiyose-house-use__grid{
        grid-template-columns:1fr;
    }


    .kiyose-house-use__card{
        min-height:auto;

        padding:25px 22px;
    }


    .kiyose-house-use__card-head{
        margin-bottom:18px;
    }


    .kiyose-house-use__footer{
        display:block;

        padding:28px 23px;
    }


    .kiyose-house-use__footer > a{
        width:100%;

        margin-top:22px;
    }

}

/* ========================================
   ハウススタジオページ専用
   投稿ID：11381
======================================== */

/* 投稿タイトル・カテゴリー・パンくずを非表示 */
.postid-11381 .entry-header,
.postid-11381 .singular-header,
.postid-11381 .breadcrumbs,
.postid-11381 .breadcrumb,
.postid-11381 .post-meta,
.postid-11381 .entry-meta {
    display: none !important;
}

/* 投稿本文上部の余白を削除 */
.postid-11381 .site-content,
.postid-11381 .content-area,
.postid-11381 .site-main,
.postid-11381 article,
.postid-11381 .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 本文先頭要素の余白を削除 */
.postid-11381 .entry-content > :first-child {
    margin-top: 0 !important;
}

/* =========================================
   HOUSE STUDIO SPEC / FLOOR MAP
========================================= */

.kiyose-house-spec{
    position:relative;

    width:100vw;
    max-width:none;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:100px 0;

    overflow:hidden;

    background:#f3f0ea;
}


/* 背景文字 */
.kiyose-house-spec::before{
    content:"SPEC";

    position:absolute;

    top:20px;
    right:-15px;

    color:rgba(0,0,0,.025);

    font-size:190px;
    font-weight:700;
    line-height:1;

    letter-spacing:.04em;

    pointer-events:none;
}


/* =========================================
   INNER
========================================= */

.kiyose-house-spec__inner{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1280px;

    margin:0 auto;
    padding:0 55px;
}


/* =========================================
   HEADER
========================================= */

.kiyose-house-spec__header{
    display:grid;

    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);

    gap:80px;

    align-items:start;

    margin-bottom:55px;
}


.kiyose-house-spec__en{
    margin:0 0 12px;

    color:#c28c36;

    font-size:10px;
    font-weight:700;

    letter-spacing:.28em;
}


.kiyose-house-spec__line{
    display:block;

    width:50px;
    height:1px;

    margin-bottom:24px;

    background:#c28c36;
}


.kiyose-house-spec__title{
    margin:0;

    color:#181818;

    font-size:clamp(32px,4vw,50px);
    line-height:1.45;
}


.kiyose-house-spec__lead{
    margin:0 0 18px;

    color:#222;

    font-size:22px;
    font-weight:700;

    line-height:1.7;
}


.kiyose-house-spec__text{
    margin:0;

    color:#666;

    font-size:13px;
    line-height:2.05;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.kiyose-house-spec__layout{
    display:grid;

    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);

    gap:22px;

    align-items:start;
}


/* =========================================
   FLOOR MAP
========================================= */

.kiyose-house-spec__map{
    padding:30px;

    border:1px solid #ddd7ce;

    background:#fff;
}


.kiyose-house-spec__map-head{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:20px;

    margin-bottom:24px;
}


.kiyose-house-spec__map-en{
    margin:0 0 4px;

    color:#c28c36;

    font-size:9px;
    font-weight:700;

    letter-spacing:.18em;
}


.kiyose-house-spec__map-title{
    margin:0;

    color:#181818;

    font-size:20px;
}


.kiyose-house-spec__map-mark{
    display:flex;

    width:58px;
    height:58px;

    align-items:center;
    justify-content:center;

    flex:none;

    background:#1d1d1d;

    color:#fff;

    font-size:18px;
    font-weight:700;
}


/* MAP IMAGE */

.kiyose-house-spec__map-image{
    position:relative;

    margin:0;

    overflow:hidden;

    border:1px solid #eee;

    background:#fafafa;
}


.kiyose-house-spec__map-image a{
    display:block;
}


.kiyose-house-spec__map-image img{
    display:block;

    width:100%;
    height:auto;

    transition:transform .4s ease;
}


.kiyose-house-spec__map-image:hover img{
    transform:scale(1.015);
}


.kiyose-house-spec__map-zoom{
    position:absolute;

    right:10px;
    bottom:10px;

    padding:5px 8px;

    background:rgba(0,0,0,.75);

    color:#fff;

    font-size:7px;
    font-weight:700;

    letter-spacing:.12em;
}


/* =========================================
   MAP SCENES
========================================= */

.kiyose-house-spec__map-scenes{
    display:grid;

    grid-template-columns:repeat(5,minmax(0,1fr));

    margin-top:15px;

    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}


.kiyose-house-spec__map-scenes > div{
    padding:13px 8px;

    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;

    text-align:center;
}


.kiyose-house-spec__map-scenes span{
    display:block;

    margin-bottom:3px;

    color:#c28c36;

    font-size:8px;
    font-weight:700;
}


.kiyose-house-spec__map-scenes strong{
    display:block;

    font-size:10px;
    line-height:1.5;
}


/* =========================================
   MAP NOTE
========================================= */

.kiyose-house-spec__map-note{
    display:flex;

    gap:10px;

    align-items:flex-start;

    margin-top:18px;
    padding-top:17px;

    border-top:1px solid #eee;
}


.kiyose-house-spec__map-note > span{
    width:7px;
    height:7px;

    margin-top:8px;

    flex:none;

    border-radius:50%;

    background:#c28c36;
}


.kiyose-house-spec__map-note p{
    margin:0;

    color:#777;

    font-size:11px;
    line-height:1.8;
}


/* =========================================
   DETAILS
========================================= */

.kiyose-house-spec__details{
    padding:30px;

    background:#1c1c1c;

    color:#fff;
}


.kiyose-house-spec__details-head{
    margin-bottom:22px;
}


.kiyose-house-spec__details-en{
    margin:0 0 5px;

    color:#c28c36;

    font-size:9px;
    font-weight:700;

    letter-spacing:.18em;
}


.kiyose-house-spec__details-title{
    margin:0;

    color:#fff;

    font-size:22px;
}


/* =========================================
   SPEC LIST
========================================= */

.kiyose-house-spec__list{
    margin:0;
}


.kiyose-house-spec__item{
    display:grid;

    grid-template-columns:145px 1fr;

    gap:15px;

    padding:12px 0;

    border-bottom:1px solid #3a3a3a;
}


.kiyose-house-spec__item:first-child{
    border-top:1px solid #3a3a3a;
}


.kiyose-house-spec__item dt{
    color:#999;

    font-size:11px;
}


.kiyose-house-spec__item dd{
    margin:0;

    color:#fff;

    font-size:12px;
    font-weight:700;
}


/* =========================================
   NOTICE
========================================= */

.kiyose-house-spec__notice{
    margin-top:25px;
    padding:20px;

    border-left:3px solid #c28c36;

    background:#272727;
}


.kiyose-house-spec__notice-en{
    margin:0 0 5px !important;

    color:#c28c36 !important;

    font-size:8px !important;
    font-weight:700;

    letter-spacing:.16em;
}


.kiyose-house-spec__notice h4{
    margin:0 0 8px;

    color:#fff;

    font-size:15px;
}


.kiyose-house-spec__notice p:last-child{
    margin:0;

    color:#bbb;

    font-size:11px;
    line-height:1.85;
}


/* =========================================
   BOTTOM
========================================= */

.kiyose-house-spec__bottom{
    display:grid;

    grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);

    gap:40px;

    align-items:center;

    margin-top:25px;
    padding:32px 35px;

    background:#fff;

    border:1px solid #ddd7ce;
}


.kiyose-house-spec__bottom-en{
    margin:0 0 6px;

    color:#c28c36;

    font-size:9px;
    font-weight:700;

    letter-spacing:.18em;
}


.kiyose-house-spec__bottom h3{
    margin:0 0 10px;

    font-size:21px;
    line-height:1.55;
}


.kiyose-house-spec__bottom-copy > p:last-child{
    margin:0;

    color:#666;

    font-size:12px;
    line-height:1.9;
}


/* 2F / 3F */

.kiyose-house-spec__bottom-scenes{
    border-top:1px solid #ddd;
}


.kiyose-house-spec__bottom-scenes > div{
    display:grid;

    grid-template-columns:55px 1fr;

    gap:15px;

    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #ddd;
}


.kiyose-house-spec__bottom-scenes span{
    color:#c28c36;

    font-size:11px;
    font-weight:700;
}


.kiyose-house-spec__bottom-scenes strong{
    font-size:11px;
    line-height:1.6;
}


/* =========================================
   BUTTONS
========================================= */

.kiyose-house-spec__buttons{
    display:flex;

    justify-content:flex-end;
    flex-wrap:wrap;

    gap:10px;

    margin-top:25px;
}


.kiyose-house-spec__button{
    display:inline-flex;

    min-width:190px;
    min-height:50px;

    align-items:center;
    justify-content:center;

    padding:11px 20px;

    font-size:11px;
    font-weight:700;

    text-decoration:none;

    transition:.25s ease;
}


.kiyose-house-spec__button--main{
    background:#c28c36;

    color:#fff !important;
}


.kiyose-house-spec__button--sub{
    border:1px solid #bbb;

    color:#222 !important;
}


.kiyose-house-spec__button:hover{
    opacity:.8;
}


/* =========================================
   TABLET
========================================= */

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

    .kiyose-house-spec{
        padding:80px 0;
    }


    .kiyose-house-spec__inner{
        padding:0 35px;
    }


    .kiyose-house-spec__header{
        grid-template-columns:1fr;

        gap:30px;
    }


    .kiyose-house-spec__layout{
        grid-template-columns:1fr;
    }


    .kiyose-house-spec__bottom{
        grid-template-columns:1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

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

    .kiyose-house-spec{
        padding:65px 0;
    }


    .kiyose-house-spec::before{
        top:10px;

        font-size:90px;
    }


    .kiyose-house-spec__inner{
        padding:0 18px;
    }


    .kiyose-house-spec__header{
        margin-bottom:38px;
    }


    .kiyose-house-spec__title{
        font-size:30px;
    }


    .kiyose-house-spec__lead{
        font-size:19px;
    }


    .kiyose-house-pc{
        display:none;
    }


    .kiyose-house-spec__map,
    .kiyose-house-spec__details{
        padding:22px 18px;
    }


    .kiyose-house-spec__map-scenes{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }


    .kiyose-house-spec__map-scenes > div:last-child{
        grid-column:span 2;
    }


    .kiyose-house-spec__item{
        grid-template-columns:105px 1fr;

        gap:10px;
    }


    .kiyose-house-spec__bottom{
        padding:25px 20px;
    }


    .kiyose-house-spec__buttons{
        flex-direction:column;
    }


    .kiyose-house-spec__button{
        width:100%;
    }

}

/* =========================================
   夜間機材留置オプション
========================================= */

.kiyose-storage-guide{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    padding:20px 20px 80px;
    color:#222;
}

.kiyose-storage-guide *{
    box-sizing:border-box;
}

.kiyose-storage-guide a{
    text-decoration:none;
}


/* =========================================
   HERO
========================================= */

.kiyose-storage-hero{
    position:relative;
    overflow:hidden;
    margin-bottom:60px;
    padding:70px 55px;
    background:
        linear-gradient(
            120deg,
            #111 0%,
            #1c1c1c 60%,
            #292929 100%
        );
    color:#fff;
}

.kiyose-storage-hero::after{
    position:absolute;
    top:-100px;
    right:-100px;
    width:320px;
    height:320px;
    border:1px solid rgba(201,155,75,.25);
    border-radius:50%;
    content:"";
}

.kiyose-storage-hero__en{
    position:relative;
    z-index:2;
    margin:0 0 12px;
    color:#c99b4b;
    font-size:11px;
    font-weight:700;
    letter-spacing:.28em;
}

.kiyose-storage-hero__line{
    position:relative;
    z-index:2;
    display:block;
    width:55px;
    height:1px;
    margin-bottom:30px;
    background:#c99b4b;
}

.kiyose-storage-hero h1{
    position:relative;
    z-index:2;
    margin:0 0 22px;
    color:#fff;
    font-size:clamp(32px,5vw,52px);
    line-height:1.4;
    letter-spacing:.03em;
}

.kiyose-storage-hero__lead{
    position:relative;
    z-index:2;
    max-width:750px;
    margin:0;
    color:#eee;
    font-size:16px;
    line-height:2;
}

.kiyose-storage-hero__time{
    position:relative;
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:17px;
    margin-top:32px;
    padding:13px 23px;
    border:1px solid rgba(201,155,75,.55);
    background:rgba(0,0,0,.3);
}

.kiyose-storage-hero__time span{
    color:#fff;
    font-size:17px;
    font-weight:700;
}

.kiyose-storage-hero__time strong{
    color:#c99b4b;
    font-size:19px;
}


/* =========================================
   共通セクション
========================================= */

.kiyose-storage-section{
    margin-top:70px;
}

.kiyose-storage-section__en{
    margin:0 0 7px;
    color:#b98b43;
    font-size:10px;
    font-weight:700;
    letter-spacing:.25em;
}

.kiyose-storage-section h2{
    margin:0 0 28px;
    padding:0 0 17px;
    border-bottom:1px solid #d8d0c3;
    font-size:30px;
    line-height:1.5;
}

.kiyose-storage-section__lead{
    margin:0 0 30px;
    font-size:16px;
    font-weight:600;
    line-height:2;
}

.kiyose-storage-section > p:not([class]){
    line-height:2;
}


/* =========================================
   POINT
========================================= */

.kiyose-storage-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin-top:35px;
}

.kiyose-storage-point{
    position:relative;
    padding:29px 25px;
    border-top:3px solid #c99b4b;
    background:#f7f5f1;
}

.kiyose-storage-point__number{
    display:block;
    margin-bottom:14px;
    color:#b98b43;
    font-size:11px;
    font-weight:700;
    letter-spacing:.15em;
}

.kiyose-storage-point h3{
    margin:0 0 13px;
    font-size:19px;
    line-height:1.5;
}

.kiyose-storage-point p{
    margin:0;
    color:#555;
    font-size:14px;
    line-height:1.9;
}


/* =========================================
   利用条件
========================================= */

.kiyose-storage-conditions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.kiyose-storage-condition{
    padding:30px;
    border:1px solid #ddd;
    background:#fff;
}

.kiyose-storage-condition--main{
    border:2px solid #c99b4b;
    background:#fbf8f2;
}

.kiyose-storage-condition__label{
    display:inline-block;
    margin-bottom:15px;
    padding:5px 10px;
    background:#222;
    color:#fff;
    font-size:10px;
    font-weight:700;
    letter-spacing:.12em;
}

.kiyose-storage-condition--main
.kiyose-storage-condition__label{
    background:#b98b43;
}

.kiyose-storage-condition h3{
    margin:0 0 14px;
    font-size:21px;
}

.kiyose-storage-condition p{
    margin:0;
    color:#555;
    font-size:14px;
    line-height:1.8;
}


/* 重要注意 */
.kiyose-storage-important{
    margin-top:25px;
    padding:25px 28px;
    border-left:4px solid #b98b43;
    background:#f7f5f1;
}

.kiyose-storage-important strong{
    display:block;
    margin-bottom:10px;
    font-size:17px;
}

.kiyose-storage-important p{
    margin:0;
    font-size:14px;
    line-height:1.9;
}


/* =========================================
   SCHEDULE
========================================= */

.kiyose-storage-schedule{
    max-width:720px;
    margin:35px auto 0;
}

.kiyose-storage-schedule__item{
    display:flex;
    align-items:center;
    gap:25px;
    padding:25px 28px;
    border:1px solid #ddd;
    background:#fff;
}

.kiyose-storage-schedule__item--night{
    border:2px solid #c99b4b;
    background:#171717;
    color:#fff;
}

.kiyose-storage-schedule__number{
    display:flex;
    flex:0 0 45px;
    width:45px;
    height:45px;
    align-items:center;
    justify-content:center;
    border:1px solid #c99b4b;
    border-radius:50%;
    color:#b98b43;
    font-size:11px;
    font-weight:700;
}

.kiyose-storage-schedule__item strong{
    display:block;
    margin-bottom:3px;
    font-size:23px;
}

.kiyose-storage-schedule__item small{
    display:block;
    margin-bottom:8px;
    color:#b98b43;
    font-size:9px;
    font-weight:700;
    letter-spacing:.17em;
}

.kiyose-storage-schedule__item p{
    margin:0;
    color:#666;
    font-size:14px;
}

.kiyose-storage-schedule__item--night p{
    color:#ddd;
}

.kiyose-storage-schedule__arrow{
    padding:8px 0;
    color:#b98b43;
    font-size:21px;
    text-align:center;
}

.kiyose-storage-schedule-note{
    max-width:720px;
    margin:25px auto 0;
    padding:20px 25px;
    background:#f7f5f1;
}

.kiyose-storage-schedule-note p{
    margin:0;
    line-height:1.8;
}

.kiyose-storage-schedule-note strong{
    color:#b98b43;
    font-size:10px;
    letter-spacing:.15em;
}


/* =========================================
   PRICE
========================================= */

.kiyose-storage-price-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.kiyose-storage-price-card{
    padding:32px 28px;
    border:1px solid #ddd;
    background:#fff;
    text-align:center;
}

.kiyose-storage-price-card--wide{
    grid-column:1 / -1;
    border:2px solid #c99b4b;
    background:#fbf8f2;
}

.kiyose-storage-price-card__floor{
    margin:0 0 7px !important;
    color:#b98b43;
    font-size:11px;
    font-weight:700;
    letter-spacing:.16em;
}

.kiyose-storage-price-card h3{
    margin:0 0 18px;
    font-size:21px;
}

.kiyose-storage-price-card__price{
    margin:0 0 10px !important;
}

.kiyose-storage-price-card__price strong{
    font-size:37px;
    line-height:1;
}

.kiyose-storage-price-card__price span{
    margin-left:5px;
    font-size:13px;
}

.kiyose-storage-price-card > p:last-child{
    margin:0;
    color:#666;
    font-size:13px;
}

.kiyose-storage-price-note{
    margin-top:20px;
    padding:18px 22px;
    background:#f4f4f4;
}

.kiyose-storage-price-note p{
    margin:0;
    color:#555;
    font-size:13px;
    line-height:1.9;
}


/* =========================================
   COMPARISON
========================================= */

.kiyose-storage-compare{
    border:1px solid #ddd;
}

.kiyose-storage-compare__row{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    border-bottom:1px solid #ddd;
}

.kiyose-storage-compare__row:last-child{
    border-bottom:0;
}

.kiyose-storage-compare__row > div{
    padding:17px 15px;
    border-right:1px solid #ddd;
    text-align:center;
    font-size:14px;
}

.kiyose-storage-compare__row > div:first-child{
    text-align:left;
}

.kiyose-storage-compare__row > div:last-child{
    border-right:0;
}

.kiyose-storage-compare__head{
    background:#171717;
    color:#fff;
    font-weight:700;
}

.kiyose-storage-compare__head > div{
    border-color:#333;
}

.kiyose-storage-compare .is-ok{
    color:#9a7130;
    font-size:19px;
    font-weight:700;
}

.kiyose-storage-compare .is-ng{
    color:#777;
    font-size:19px;
    font-weight:700;
}


/* 選び方 */
.kiyose-storage-choice{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px;
    margin-top:25px;
}

.kiyose-storage-choice > div{
    padding:23px 25px;
    background:#f7f5f1;
}

.kiyose-storage-choice span{
    display:block;
    margin-bottom:8px;
    color:#b98b43;
    font-size:9px;
    font-weight:700;
    letter-spacing:.15em;
}

.kiyose-storage-choice strong{
    display:block;
    margin-bottom:7px;
    font-size:17px;
}

.kiyose-storage-choice p{
    margin:0;
    color:#666;
    font-size:13px;
}


/* =========================================
   USE CASE
========================================= */

.kiyose-storage-use-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    border:1px solid #ddd;
    background:#ddd;
}

.kiyose-storage-use{
    padding:25px;
    background:#fff;
}

.kiyose-storage-use strong{
    display:block;
    margin-bottom:8px;
    font-size:17px;
}

.kiyose-storage-use p{
    margin:0;
    color:#555;
    font-size:14px;
    line-height:1.8;
}


/* =========================================
   RULES
========================================= */

.kiyose-storage-rules{
    margin:0;
    padding:0;
    list-style:none;
}

.kiyose-storage-rules li{
    position:relative;
    margin:0;
    padding:17px 15px 17px 38px;
    border-bottom:1px solid #ddd;
    font-size:14px;
    line-height:1.8;
}

.kiyose-storage-rules li:first-child{
    border-top:1px solid #ddd;
}

.kiyose-storage-rules li::before{
    position:absolute;
    top:20px;
    left:15px;
    width:8px;
    height:8px;
    border:2px solid #b98b43;
    border-radius:50%;
    content:"";
}

.kiyose-storage-notice{
    margin-top:30px;
    padding:25px 28px;
    background:#171717;
    color:#fff;
}

.kiyose-storage-notice__en{
    margin:0 0 10px;
    color:#c99b4b;
    font-size:10px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-storage-notice p:last-child{
    margin:0;
    color:#eee;
    font-size:14px;
    line-height:1.9;
}


/* =========================================
   OPTION APPLICATION
========================================= */

.kiyose-storage-apply{
    margin-top:75px;
    padding:55px 50px;
    background:#171717;
    color:#fff;
}

.kiyose-storage-apply__en{
    margin:0 0 10px;
    color:#c99b4b;
    font-size:10px;
    font-weight:700;
    letter-spacing:.25em;
}

.kiyose-storage-apply h2{
    margin:0 0 18px;
    color:#fff;
    font-size:30px;
}

.kiyose-storage-apply__lead{
    margin:0 0 15px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    line-height:1.9;
}

.kiyose-storage-apply__text{
    margin:0;
    color:#ccc;
    font-size:14px;
    line-height:1.9;
}


/* 申込前確認 */
.kiyose-storage-apply__check{
    margin-top:35px;
    padding:30px;
    background:#222;
}

.kiyose-storage-apply__check-en{
    margin:0 0 7px;
    color:#c99b4b;
    font-size:9px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-storage-apply__check h3{
    margin:0 0 25px;
    color:#fff;
    font-size:21px;
}

.kiyose-storage-apply__check-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.kiyose-storage-apply__check-grid > div{
    padding:20px;
    background:#292929;
}

.kiyose-storage-apply__check-grid span{
    display:block;
    margin-bottom:10px;
    color:#c99b4b;
    font-size:11px;
    font-weight:700;
}

.kiyose-storage-apply__check-grid strong{
    display:block;
    margin-bottom:8px;
    color:#fff;
    font-size:14px;
    line-height:1.6;
}

.kiyose-storage-apply__check-grid p{
    margin:0;
    color:#bbb;
    font-size:12px;
    line-height:1.8;
}


/* =========================================
   GOOGLE FORM
========================================= */

.kiyose-option-form{
    margin-top:35px;
    padding:30px;
    background:#fff;
    color:#222;
}


.kiyose-option-form__heading p{
    margin:0 0 7px;
    color:#b98b43;
    font-size:9px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-option-form__heading h3{
    margin:0 0 8px;
    font-size:23px;
}

.kiyose-option-form__heading span{
    color:#666;
    font-size:13px;
}

.kiyose-option-form__embed{
    width:100%;
    overflow:hidden;
}

.kiyose-option-form__embed iframe{
    display:block;
    width:100% !important;
    min-height:1500px;
    border:0;
}


/* フォーム後 */
.kiyose-storage-apply__after{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #333;
}

.kiyose-storage-apply__after-en{
    margin:0 0 7px;
    color:#c99b4b;
    font-size:9px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-storage-apply__after h3{
    margin:0 0 15px;
    color:#fff;
    font-size:20px;
}

.kiyose-storage-apply__after p{
    margin:8px 0 0;
    color:#ccc;
    font-size:13px;
    line-height:1.9;
}


/* =========================================
   TABLET / SP
========================================= */

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

    .kiyose-storage-guide{
        padding:10px 15px 60px;
    }

    .kiyose-storage-hero{
        margin-left:-15px;
        margin-right:-15px;
        padding:50px 25px;
    }

    .kiyose-storage-hero h1{
        font-size:34px;
    }

    .kiyose-storage-hero__lead{
        font-size:14px;
        line-height:1.9;
    }

    .kiyose-storage-hero__time{
        gap:11px;
        margin-top:25px;
        padding:11px 16px;
    }

    .kiyose-storage-hero__time span{
        font-size:14px;
    }


    .kiyose-storage-section{
        margin-top:50px;
    }

    .kiyose-storage-section h2{
        font-size:25px;
    }


    .kiyose-storage-points,
    .kiyose-storage-conditions,
    .kiyose-storage-price-grid,
    .kiyose-storage-use-grid,
    .kiyose-storage-choice,
    .kiyose-storage-apply__check-grid{
        grid-template-columns:1fr;
    }

    .kiyose-storage-price-card--wide{
        grid-column:auto;
    }


    .kiyose-storage-schedule__item{
        gap:17px;
        padding:21px 18px;
    }

    .kiyose-storage-schedule__item strong{
        font-size:20px;
    }


    .kiyose-storage-compare{
        overflow-x:auto;
    }

    .kiyose-storage-compare__row{
        min-width:560px;
    }


    .kiyose-storage-apply{
        margin-left:-15px;
        margin-right:-15px;
        padding:40px 22px;
    }

    .kiyose-storage-apply h2{
        font-size:25px;
    }

    .kiyose-storage-apply__check{
        padding:22px 18px;
    }

    .kiyose-option-form{
        padding:22px 10px;
    }

    .kiyose-option-form__embed iframe{
        width:100% !important;
        min-height:1550px;
    }

}

/* ==============================
   清瀬スタジオ ロケハンページ
============================== */

.kiyose-location {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.8;
}

.kiyose-location * {
  box-sizing: border-box;
}

.location-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.location-section {
  padding: 80px 0;
}

.location-section-gray {
  background: #f6f6f6;
}


/* HERO */

.location-hero {
  background: #111;
  color: #fff;
  padding: 70px 20px;
}

.location-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.location-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  opacity: .7;
}

.location-hero h1 {
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.35;
}

.location-lead {
  margin: 0 auto 20px;
  max-width: 800px;
  font-size: clamp(18px, 2.5vw, 23px);
  font-weight: 700;
  line-height: 1.7;
}

.location-text {
  max-width: 820px;
  margin: 0 auto;
  font-size: 15px;
  opacity: .9;
}

.location-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 760px;
  margin: 40px auto 0;
  border-top: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.location-summary-item {
  padding: 20px 10px;
  border-right: 1px solid rgba(255,255,255,.25);
}

.location-summary-item:last-child {
  border-right: 0;
}

.location-summary-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  opacity: .65;
}

.location-summary-item strong {
  font-size: 17px;
}

.location-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 25px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  transition: .2s;
}

.location-btn-main {
  background: #fff;
  color: #111 !important;
}

.location-btn-sub {
  border: 1px solid #fff;
  color: #fff !important;
}

.location-btn:hover {
  opacity: .8;
}


/* 見出し */

.location-section-title {
  max-width: 800px;
  margin: 0 auto 45px;
  text-align: center;
}

.location-section-title > span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #888;
}

.location-section-title h4 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  font-size: clamp(26px, 4vw, 36px) !important;
  line-height: 1.4;
  color: #222;
}

.location-section-title p {
  margin: 0;
  color: #666;
}


/* ロケハン確認事項 */

.location-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.location-feature-card {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.location-feature-num {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  color: #aaa;
}

.location-feature-card h5 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  font-size: 21px !important;
}

.location-feature-card p {
  margin: 0;
  color: #555;
}


/* ルール */

.location-rule-box {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.location-rule-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #e5e5e5;
}

.location-rule-row:last-child {
  border-bottom: 0;
}

.location-rule-title {
  padding: 22px;
  background: #eee;
  font-weight: 700;
}

.location-rule-content {
  padding: 22px;
}


/* FLOW */

.location-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.location-flow-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.location-flow-step {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 10px;
  background: #111;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.location-flow-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.location-flow-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-flow-body {
  padding: 25px;
}

.location-flow-body h5 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  font-size: 20px !important;
}

.location-flow-body p {
  margin: 0 0 12px;
}

.location-text-link {
  color: #222 !important;
  font-weight: 700;
  text-decoration: underline !important;
}


/* CTA */

.location-cta {
  padding: 65px 20px;
  background: #111;
  color: #fff;
  text-align: center;
}

.location-cta-small {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .18em;
  opacity: .65;
}

.location-cta h4 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #fff !important;
  font-size: clamp(25px, 4vw, 34px) !important;
}

.location-cta p {
  max-width: 700px;
  margin: 0 auto 25px;
  opacity: .85;
}

.location-btn-white {
  background: #fff;
  color: #111 !important;
}


/* Googleフォーム */

.location-form-inner {
  max-width: 900px;
}

.location-form-note {
  max-width: 760px;
  margin: -15px auto 30px;
  padding: 18px 20px;
  background: #f6f6f6;
  border-left: 4px solid #333;
}

.location-form-note p {
  margin: 0;
}

.location-google-form {
  width: 100%;
  overflow: hidden;
}

.location-google-form iframe {
  display: block;
  width: 100% !important;
  max-width: 760px;
  margin: 0 auto;
  border: 0;
}


/* スマホ */

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

  .location-inner {
    width: min(100% - 28px, 1120px);
  }

  .location-section {
    padding: 55px 0;
  }

  .location-hero {
    padding: 50px 14px;
  }

  .location-summary {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .location-summary-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
  }

  .location-summary-item:last-child {
    border-bottom: 0;
  }

  .location-btn-wrap {
    flex-direction: column;
  }

  .location-btn {
    width: 100%;
  }

  .location-feature-grid,
  .location-flow {
    grid-template-columns: 1fr;
  }

  .location-rule-row {
    grid-template-columns: 1fr;
  }

  .location-rule-title {
    padding: 14px 18px;
  }

  .location-rule-content {
    padding: 18px;
  }

  .location-section-title {
    margin-bottom: 30px;
  }

}

/* =====================================
   キャンセル料金ページ
===================================== */

.cancel-lead {
  margin: 0 0 24px;
  line-height: 1.9;
}

/* テーブル全体 */
.cancel-table-wrap {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
}

.cancel-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
}

/* 左列 */
.cancel-table th {
  width: 38%;
  padding: 18px 20px;
  background: #f3f4f6 !important;
  color: #222 !important;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #d9dde3;
}

/* 右列 */
.cancel-table td {
  width: 62%;
  padding: 18px 20px;
  background: #fff !important;
  color: #333 !important;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #d9dde3;
}

/* hover */
.cancel-table tr:hover th,
.cancel-table tr:hover td {
  background: #fafafa !important;
}

/* 注記 */
.cancel-note {
  margin: 28px 0 42px;
  padding: 20px 24px;
  background: #f8f8f8;
  border-left: 4px solid #333;
}

.cancel-note p {
  margin: 0 0 8px;
  line-height: 1.8;
}

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

.cancel-note-small {
  font-size: 14px;
}

/* 見出し */
.cancel-heading {
  margin: 46px 0 22px;
  padding-left: 14px;
  border-left: 4px solid #333;
  font-size: 22px;
  line-height: 1.5;
}

.cancel-example-title {
  margin-bottom: 10px;
}

/* LINE */
.cancel-line {
  margin: 30px 0;
  text-align: center;
}

.cancel-line > img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 14px;
}

.cancel-line a {
  display: inline-block;
}

/* =====================================
   スマホ
===================================== */
@media screen and (max-width: 650px) {

  .cancel-table {
    font-size: 14px;
    table-layout: auto;
  }

  .cancel-table th,
  .cancel-table td {
    padding: 14px 12px;
  }

  .cancel-table th {
    width: 42%;
  }

  .cancel-table td {
    width: 58%;
  }

  .cancel-note {
    padding: 18px 16px;
  }

  .cancel-heading {
    margin-top: 36px;
    font-size: 19px;
  }

}


/* パック料金比較表：既存の料金セクションCSSの後ろに追加してください */
.kiyose-pack-comparison {
  margin: 56px 0 0;
  padding: 42px;
  background: #fff;
  border-radius: 18px;
  color: #171717;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
}

.kiyose-pack-comparison-heading {
  margin-bottom: 26px;
  text-align: center;
}

.kiyose-pack-comparison-heading > p {
  margin: 0 0 8px;
  color: #d2193f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.kiyose-pack-comparison-heading h3 {
  margin: 0 0 10px;
  font-size: clamp(25px, 3.5vw, 36px);
  line-height: 1.3;
}

.kiyose-pack-comparison-heading > span {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.kiyose-pack-table-wrap {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
}

.kiyose-pack-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.kiyose-pack-table th,
.kiyose-pack-table td {
  padding: 18px 14px;
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  vertical-align: middle;
}

.kiyose-pack-table tr > *:last-child {
    border-right: 0;
}
.kiyose-pack-table tbody tr:last-child > * {
    border-bottom: 0;
}

.kiyose-pack-table thead th {
  background: #171717;
  color: #fff;
  font-size: 14px;
}

.kiyose-pack-table thead th.is-featured {
    background: #d2193f;
}

.kiyose-pack-table tbody th {
  width: 20%;
  background: #f6f6f6;
  font-size: 15px;
  font-weight: 800;
}

.kiyose-pack-table tbody td {
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 800;
}

.kiyose-pack-table tbody td.is-featured {
    background: #fff5f7;
}

.kiyose-pack-table small {
  display: block;
  margin-top: 5px;
  color: #d2193f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.kiyose-pack-table .is-recommended th,
.kiyose-pack-table .is-recommended td {
  box-shadow: inset 0 2px 0 #d2193f, inset 0 -2px 0 #d2193f;
}

.kiyose-pack-table .is-recommended th span {
  display: block;
  width: fit-content;
  margin: 6px auto 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: #d2193f;
  color: #fff;
  font-size: 9px;
}

.kiyose-pack-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.kiyose-pack-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid #171717;
  background: #fff;
  color: #171717 !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: .18s ease;
}

.kiyose-pack-actions a:hover,
.kiyose-pack-actions a.is-primary {
  border-color: #d2193f;
  background: #d2193f;
  color: #fff !important;
}

/* 固定ヘッダーがある場合も、カレンダー見出しが隠れないようにする */
#sc-availability {
    scroll-margin-top: 90px;
}

@media (max-width: 700px) {
  .kiyose-pack-comparison {
    margin-top: 38px;
    padding: 24px 14px;
    border-radius: 14px;
  }

  .kiyose-pack-table-wrap {
    overflow: visible;
    border: 0;
  }

    .kiyose-pack-table,
  .kiyose-pack-table tbody,
  .kiyose-pack-table tr {
      display: block;
  }

    .kiyose-pack-table thead {
      display: none;
  }

  .kiyose-pack-table tr {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
  }

  .kiyose-pack-table th,
  .kiyose-pack-table td {
    display: block;
    width: auto !important;
    padding: 13px 6px;
    border: 0;
    border-right: 1px solid #e8e8e8;
    font-size: 13px;
  }

  .kiyose-pack-table tbody th {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .kiyose-pack-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 10px;
    font-weight: 700;
  }

    .kiyose-pack-table tr > td:last-child {
      border-right: 0;
  }
    .kiyose-pack-table .is-recommended th,
  .kiyose-pack-table .is-recommended td {
      box-shadow: inset 0 2px 0 #d2193f;
  }
    .kiyose-pack-table small {
      font-size: 9px;
  }

    .kiyose-pack-actions {
      grid-template-columns: 1fr;
  }
}

/* 「さらに詳しいFAQ」カード：既存FAQ用CSSの末尾に追加してください */
.kiyose-faq-more {
    margin: 54px 0 0;
    padding: 38px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.045);
}

.kiyose-faq-more-heading {
    margin-bottom: 24px;
    text-align: center;
}

.kiyose-faq-more-heading > p {
    margin: 0 0 8px;
    color: #d31d3f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
}

.kiyose-faq-more-heading h3 {
    margin: 0 0 10px;
    font-size: clamp(23px, 3vw, 32px);
    line-height: 1.35;
}

.kiyose-faq-more-heading > span {
    color: #777;
    font-size: 14px;
    line-height: 1.8;
}

.kiyose-faq-more-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.kiyose-faq-more-card {
    position: relative;
    display: flex;
    min-height: 190px;
    padding: 24px 22px;
    border: 1px solid #dedede;
    background: #fff;
    color: #171717 !important;
    flex-direction: column;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kiyose-faq-more-card:hover {
    border-color: #d31d3f;
    box-shadow: 0 14px 30px rgba(0,0,0,.09);
    transform: translateY(-3px);
}

.kiyose-faq-more-card small {
    margin-bottom: 9px;
    color: #d31d3f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.kiyose-faq-more-card strong {
    font-size: 18px;
    line-height: 1.5;
}

.kiyose-faq-more-card > span {
    margin-top: 8px;
    color: #777;
    font-size: 12px;
    line-height: 1.65;
}

.kiyose-faq-more-card b {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    color: #d31d3f;
    font-size: 12px;
}

.kiyose-faq-more-card b::after {
    content: "→";
    transition: transform .18s ease;
}

.kiyose-faq-more-card:hover b::after {
    transform: translateX(4px);
}

@media (max-width: 760px) {
    .kiyose-faq-more {
        margin-top: 38px;
        padding: 25px 15px;
    }

    .kiyose-faq-more-grid {
        grid-template-columns: 1fr;
    }

    .kiyose-faq-more-card {
        min-height: 150px;
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kiyose-faq-more-card,
    .kiyose-faq-more-card b::after {
        transition: none;
    }
}

/* 動作確認用：標準ヘッダーを非表示 */
#masthead,
.site-header,
header.site-header {
    display: none !important;
}

/* 標準ヘッダーを消した後の上部余白を削除 */
.site-content,
.content-area,
.site-main,
.entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 共通ヘッダーを囲むブロックの余白を削除 */
.entry-content > *:has(.kc-header) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 共通ヘッダー直後のHERO上部余白を削除 */
.entry-content > *:has(.kc-header) + * {
    margin-top: 0 !important;
}

.kc-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* HERO側に設定された余白も削除 */
.kc-header + *,
.entry-content > *:has(.kc-header) + .wp-block-html {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 共通ヘッダー直後に自動生成された空要素を消す */
.entry-content > *:has(.kc-header) + p:empty,
.entry-content > *:has(.kc-header) + p:has(br):not(:has(img, a, span, strong)),
.entry-content > *:has(.kc-header) + .wp-block-spacer,
.wp-block-shortcode:has(.kc-header) + p:empty,
.wp-block-shortcode:has(.kc-header) + .wp-block-spacer {
    display: none !important;
}

/* ysパーツ・ショートコードブロック自体の下余白を消す */
.ys-parts:has(.kc-header),
.wp-block-shortcode:has(.kc-header),
.entry-content > *:has(.kc-header) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 直後のHEROを隙間なく接続 */
.ys-parts:has(.kc-header) + *,
.wp-block-shortcode:has(.kc-header) + *,
.entry-content > *:has(.kc-header) + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* yStandardが作るブロック間隔を相殺 */
.kc-header {
    margin-bottom: -28px !important;
}

/* =====================================
   2F AVAILABILITY / RESERVATION
===================================== */

.kiyose-scene-calendar {
    margin-top: 90px;
}

.kiyose-scene-calendar__heading {
    margin: 0 auto 38px;
    text-align: center;
}

.kiyose-scene-calendar__label {
    margin: 0 0 14px;
    color: #d8a444;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.kiyose-scene-calendar__heading h3 {
    margin: 0;
    color: #111;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.4;
}

.kiyose-scene-calendar__lead {
    margin: 20px 0 0;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

.kiyose-scene-calendar__guide {
    max-width: 760px;
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.kiyose-scene-calendar__guide div {
    min-height: 76px;
    padding: 15px 12px;
    background: #f4f4f2;
    border-top: 2px solid #d8a444;
}

.kiyose-scene-calendar__guide span {
    display: block;
    margin-bottom: 6px;
    color: #b6852f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.kiyose-scene-calendar__guide strong {
    display: block;
    color: #111;
    font-size: 14px;
}

.kiyose-scene-calendar__widget {
    width: 100%;
    margin-top: 35px;
}

/* 2F＋3Fへの補助導線 */
.kiyose-scene-calendar__two-floors {
    margin-top: 30px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: #171715;
    color: #fff;
}

.kiyose-scene-calendar__two-floors p {
    margin: 0 0 8px;
    color: #d8a444;
    font-size: 16px;
    font-weight: 800;
}

.kiyose-scene-calendar__two-floors span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.8;
}

.kiyose-scene-calendar__two-floors a {
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #c8102e;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.kiyose-scene-calendar__two-floors a:hover {
    filter: brightness(1.12);
}

.kiyose-sp-only {
    display: none;
}

@media (max-width: 650px) {
    .kiyose-scene-calendar {
        margin-top: 60px;
    }

    .kiyose-scene-calendar__heading {
        margin-bottom: 25px;
        padding: 0 15px;
    }

    .kiyose-scene-calendar__heading h3 {
        font-size: 26px;
    }

    .kiyose-scene-calendar__lead {
        font-size: 14px;
        text-align: left;
    }

    .kiyose-scene-calendar__guide {
        margin-top: 25px;
        grid-template-columns: 1fr;
    }

    .kiyose-scene-calendar__guide div {
        min-height: auto;
        padding: 13px 15px;
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: left;
    }

    .kiyose-scene-calendar__guide span {
        min-width: 62px;
        margin: 0;
    }

    .kiyose-scene-calendar__widget {
        margin-top: 24px;
    }

    .kiyose-scene-calendar__two-floors {
        margin-top: 22px;
        padding: 24px 20px;
        display: block;
    }

    .kiyose-scene-calendar__two-floors a {
        width: 100%;
        margin-top: 20px;
    }

    .kiyose-sp-only {
        display: block;
    }
}

/* 清瀬TOP・共通ヘッダー表示枠 */
body.page-id-11479 .kiyose-common-header-slot {
    position: relative !important;
    z-index: 9999 !important;
    width: 100vw !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 0 0 calc(50% - 50vw) !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
}

body.page-id-11479 .kiyose-common-header-slot .kc-header {
    position: relative !important;
    z-index: 10000 !important;
    width: 100vw !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ヘッダー直後のHEROとの間隔を削除 */
body.page-id-11479 .kiyose-common-header-slot + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 1050px) {
    body.page-id-11479 .kiyose-common-header-slot,
    body.page-id-11479 .kiyose-common-header-slot .kc-header {
        height: 66px !important;
        min-height: 66px !important;
    }
}

/* =========================================================
   高田馬場トップページ HERO
========================================================= */

.bh-hero,
.bh-hero * {
    box-sizing: border-box;
}

.bh-hero {
    --bh-orange: #f18b18;
    --bh-blue: #1684c7;
    --bh-ink: #17222b;
    --bh-red: #d70b3c;

    position: relative;
    width: 100vw;
    min-height: calc(100vh - 76px);
    margin: 0 0 0 calc(50% - 50vw);
    overflow: hidden;
    color: var(--bh-ink);
    background: #fff;
    font-family: inherit;
}


/* =========================================================
   MetaSlider背景
========================================================= */

.bh-hero__slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #f4f4f2;
}

/*
 * 外側の要素だけHEROサイズに合わせます。
 * .slidesとliのwidthはMetaSliderに計算させます。
 */
.bh-hero__slider .metaslider,
.bh-hero__slider .flexslider,
.bh-hero__slider .flex-viewport {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bh-hero__slider .metaslider {
    position: absolute !important;
    inset: 0 !important;
}

.bh-hero__slider .flexslider {
    position: absolute !important;
    inset: 0 !important;
    background: transparent !important;
}

.bh-hero__slider .flex-viewport {
    position: relative !important;
    overflow: hidden !important;
}

/*
 * widthは指定しないことが重要です。
 * MetaSliderが各スライドの横幅を自動計算します。
 */
.bh-hero__slider .slides,
.bh-hero__slider .slides > li {
    height: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bh-hero__slider .slides img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    display: block !important;
    object-fit: cover;
    object-position: center;
}

/* MetaSliderのキャプション・矢印・ドットを非表示 */
.bh-hero__slider .caption-wrap,
.bh-hero__slider .flex-control-nav,
.bh-hero__slider .flex-direction-nav,
.bh-hero__slider .nivo-controlNav,
.bh-hero__slider .nivo-directionNav {
    display: none !important;
}


/* =========================================================
   白グラデーション
========================================================= */

.bh-hero__wash {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #fff 0%,
        #fff 38%,
        rgba(255, 255, 255, 0.94) 47%,
        rgba(255, 255, 255, 0.12) 69%,
        rgba(255, 255, 255, 0.04) 100%
    );
}


/* =========================================================
   HERO内部レイアウト
========================================================= */

.bh-hero__inner {
    position: relative;
    z-index: 2;
    width: min(1400px, calc(100% - 64px));
    min-height: calc(100vh - 76px);
    margin: 0 auto;
    padding: 70px 0 55px;
    display: grid;
    grid-template-columns: minmax(480px, 620px) 1fr;
    align-items: center;
}

.bh-hero__content {
    padding-left: 4vw;
}


/* =========================================================
   見出し・文章
========================================================= */

.bh-hero__eyebrow {
    margin: 0 0 18px;
    color: var(--bh-blue);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.bh-hero h1 {
    margin: 0;
    color: var(--bh-ink);
    font-size: clamp(46px, 5vw, 74px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0.02em;
}

.bh-hero__nowrap {
    white-space: nowrap;
}

.bh-hero__catch {
    margin: 22px 0 0;
    color: #303e47;
    font-size: clamp(20px, 2.1vw, 29px);
    font-weight: 800;
    line-height: 1.5;
}

.bh-hero__lead {
    max-width: 620px;
    margin: 18px 0 0;
    color: #56636b;
    font-size: 15px;
    line-height: 1.9;
}


/* =========================================================
   特徴ラベル
========================================================= */

.bh-hero__badges {
    margin: 24px 0 29px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bh-hero__badges span {
    padding: 7px 12px;
    color: #34444d;
    background: #fff;
    border: 1px solid #ced9de;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
}


/* =========================================================
   HEROボタン
========================================================= */

.bh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bh-button {
    min-height: 57px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.bh-button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.bh-button--compare {
    color: #fff !important;
    background: var(--bh-ink);
}

.bh-button--reserve {
    color: #fff !important;
    background: var(--bh-red);
}


/* =========================================================
   A・Bスタジオ概要カード
========================================================= */

.bh-hero__studio-cards {
    align-self: end;
    justify-self: end;
    width: min(520px, 100%);
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    box-shadow: 0 18px 50px rgba(24, 44, 57, 0.17);
}

.bh-studio-card {
    min-height: 180px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    color: #fff !important;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.bh-studio-card:hover {
    transform: translateY(-4px);
    filter: brightness(1.05);
}

.bh-studio-card--a {
    background: rgba(232, 124, 8, 0.96);
}

.bh-studio-card--b {
    background: rgba(13, 116, 181, 0.96);
}

.bh-studio-card span {
    font-size: 10px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.16em;
}

.bh-studio-card strong {
    margin-top: 11px;
    font-size: 31px;
    line-height: 1;
}

.bh-studio-card small {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.bh-studio-card i {
    margin-top: auto;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}


/* =========================================================
   SCROLL表示
========================================================= */

.bh-hero__scroll {
    position: absolute;
    right: 25px;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #34444d !important;
    text-decoration: none !important;
}

.bh-hero__scroll span {
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
}

.bh-hero__scroll i {
    width: 1px;
    height: 48px;
    margin-top: 8px;
    display: block;
    background: linear-gradient(
        var(--bh-blue),
        transparent
    );
}


/* =========================================================
   タブレット
========================================================= */

@media (max-width: 1050px) {

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

    .bh-hero__slider {
        inset: 0;
        opacity: 0.34;
    }

    .bh-hero__wash {
        background: rgba(255, 255, 255, 0.88);
    }

    .bh-hero__inner {
        width: min(900px, calc(100% - 40px));
        min-height: 760px;
        padding: 75px 0 55px;
        grid-template-columns: 1fr;
    }

    .bh-hero__content {
        padding-left: 0;
    }

    .bh-hero__studio-cards {
        align-self: auto;
        justify-self: stretch;
        width: 100%;
        margin: 35px 0 0;
    }

    .bh-hero__lead {
        color: #445159;
    }
}


/* =========================================================
   スマートフォン
========================================================= */

@media (max-width: 650px) {

    .bh-hero__inner {
        width: calc(100% - 32px);
        min-height: auto;
        padding: 58px 0 70px;
    }

    .bh-hero__slider .slides img {
        object-position: 60% center;
    }

    .bh-hero h1 {
        font-size: clamp(37px, 11.5vw, 50px);
    }


    .bh-hero__catch {
        font-size: 19px;
    }


    .bh-hero__studio-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}


/* =========================================================
   小型スマートフォン
========================================================= */

@media (max-width: 430px) {

    .bh-hero__studio-cards {
        grid-template-columns: 1fr;
    }

    .bh-studio-card {
        min-height: 140px;
    }
}

/* =========================================================
   スマホ：HEROの内観写真を見せる
========================================================= */

@media (max-width: 650px) {

    .bh-hero {
        background: #fff;
    }

    /* 写真をHERO上部へはっきり表示 */
    .bh-hero__slider {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 360px;
        opacity: 1;
    }

    .bh-hero__slider .metaslider,
    .bh-hero__slider .flexslider,
    .bh-hero__slider .flex-viewport {
        width: 100% !important;
        height: 100% !important;
    }

    .bh-hero__slider .slides,
    .bh-hero__slider .slides > li {
        height: 100% !important;
    }

    .bh-hero__slider .slides img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }

    /*
     * 上は写真をそのまま見せて、
     * 下へ向かって白くする
     */
    .bh-hero__wash {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        height: 390px;
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.08) 38%,
            rgba(255, 255, 255, 0.55) 68%,
            rgba(255, 255, 255, 0.94) 86%,
            #fff 100%
        );
    }

    /* 写真を見せるスペースを上部に確保 */
    .bh-hero__inner {
        width: calc(100% - 32px);
        min-height: auto;
        padding-top: 285px;
        padding-bottom: 65px;
    }

    .bh-hero__content {
        padding: 0;
    }

    .bh-hero__eyebrow {
        margin-bottom: 15px;
        color: #087dbf;
        font-size: 10px;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.9),
            0 0 10px rgba(255, 255, 255, 0.9);
    }

    .bh-hero h1 {
        font-size: clamp(37px, 11vw, 50px);
        line-height: 1.14;
    }

    .bh-hero__nowrap {
        white-space: normal;
    }

    .bh-hero__catch {
        margin-top: 20px;
        font-size: 19px;
    }

    .bh-hero__lead {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.9;
    }

    .bh-hero__lead br {
        display: none;
    }

    .bh-hero__badges {
        margin: 22px 0 26px;
    }

    .bh-hero__actions {
        flex-direction: column;
    }

    .bh-button {
        width: 100%;
    }

    .bh-hero__studio-cards {
        width: 100%;
        margin-top: 26px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-studio-card {
        min-height: 155px;
        padding: 18px 15px;
    }

    .bh-studio-card strong {
        font-size: 25px;
    }

    .bh-studio-card i {
        font-size: 9px;
    }

    .bh-hero__scroll {
        display: none;
    }
}

/* =========================================================
   スマホ：予約カレンダーボタンを画面下へ固定
========================================================= */

@media (max-width: 650px) {

    .bh-button--reserve {
        position: fixed;
        right: 16px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        left: 16px;
        z-index: 9999;

        width: auto !important;
        min-height: 58px;
        padding: 0 24px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #fff !important;
        background: #d70b3c;
        border: 2px solid #fff;

        box-shadow:
            0 8px 25px rgba(23, 34, 43, 0.28),
            0 2px 8px rgba(215, 11, 60, 0.3);

        font-size: 15px;
        font-weight: 900;
        line-height: 1.4;
        text-align: center;
        text-decoration: none !important;
    }

    .bh-button--reserve:hover,
    .bh-button--reserve:focus {
        color: #fff !important;
        background: #bd0834;
        opacity: 1;
        transform: none;
    }

    /* 固定ボタンでページ最下部が隠れないようにする */
    body {
        padding-bottom: calc(
            86px + env(safe-area-inset-bottom)
        );
    }
}

.bbfaq,.bbfaq * {
    box-sizing: border-box;
}

.bbfaq {
    --orange: #f18b18;
    --blue: #1684c7;
    --ink: #17242d;
    --muted: #62717a;
    --line: #dce4e8;
    --soft: #f5f7f8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    font-family: inherit;
    line-height: 1.85;
    background: #fff;
}

.bbfaq a {
    text-decoration: none;
}

.bbfaq-hero {
    padding: 76px 24px 68px;
    text-align: center;
    background: linear-gradient(135deg,#f7fafb 0%,#fff 55%,#fff3e3 100%);
    border-bottom: 1px solid var(--line);
}

.bbfaq-hero__label {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.bbfaq-hero h1 {
    margin: 0;
    font-size: clamp(31px,4.5vw,52px);
    line-height: 1.35;
}

.bbfaq-hero__lead {
    max-width: 720px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 15px;
}

.bbfaq-nav {
    max-width: 1050px;
    margin: -25px auto 0;
    padding: 0 24px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.bbfaq-nav a {
    min-height: 74px;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink) !important;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 9px 25px rgba(23,36,45,.07);
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.bbfaq-nav a.is-current {
    color: #fff !important;
    background: var(--ink);
    border-color: var(--ink);
}

.bbfaq-main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 72px 24px 90px;
}

.bbfaq-intro {
    margin-bottom: 32px;
    padding: 23px 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--soft);
    border-left: 5px solid var(--blue);
}

.bbfaq-intro strong {
    flex: none;
    color: var(--blue);
    font-size: 12px;
    letter-spacing: .12em;
}

.bbfaq-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.bbfaq-group {
    margin-top: 44px;
}

.bbfaq-group:first-of-type {
    margin-top: 0;
}

.bbfaq-group__head {
    margin-bottom: 17px;
    display: flex;
    align-items: end;
    gap: 14px;
}

.bbfaq-group__head span {
    color: var(--orange);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}

.bbfaq-group__head h2 {
    margin: 0;
    font-size: clamp(23px,3vw,32px);
    line-height: 1.4;
}

.bbfaq-item {
    margin: 0 0 10px;
    border: 1px solid var(--line);
    background: #fff;
}

.bbfaq-item[open] {
    border-color: #b9cad3;
    box-shadow: 0 8px 22px rgba(23,36,45,.05);
}

.bbfaq-item summary {
    position: relative;
    padding: 21px 58px 21px 64px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    list-style: none;
}

.bbfaq-item summary::-webkit-details-marker {
    display: none;
}

.bbfaq-item summary:before {
    content: "Q";
    position: absolute;
    left: 22px;
    top: 18px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--blue);
    border-radius: 50%;
    font-size: 12px;
}

.bbfaq-item summary:after {
    content: "＋";
    position: absolute;
    right: 23px;
    top: 18px;
    color: var(--blue);
    font-size: 22px;
    font-weight: 500;
}

.bbfaq-item[open] summary:after {
    content: "?";
}

.bbfaq-answer {
    padding: 0 30px 24px 64px;
    color: #52616a;
    font-size: 14px;
}

.bbfaq-answer p {
    margin: 0 0 10px;
}

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

.bbfaq-answer ul {
    margin: 9px 0;
    padding-left: 20px;
}

.bbfaq-answer a {
    color: #087dbf !important;
    text-decoration: underline;
}

.bbfaq-price {
    margin: 15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bbfaq-price div {
    padding: 17px 19px;
    color: #fff;
}

.bbfaq-price .is-a {
    background: var(--orange);
}

.bbfaq-price .is-b {
    background: var(--blue);
}

.bbfaq-price span {
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.bbfaq-price strong {
    font-size: 23px;
}

.bbfaq-table {
    width: 100%;
    margin: 14px 0;
    border-collapse: collapse;
    font-size: 13px;
}

.bbfaq-table th,.bbfaq-table td {
    padding: 12px;
    border: 1px solid var(--line);
    text-align: left;
}

.bbfaq-table th {
    width: 42%;
    background: var(--soft);
}

.bbfaq-note {
    margin-top: 14px;
    padding: 14px 17px;
    background: #fff8ec;
    border-left: 4px solid var(--orange);
    font-size: 12px;
}

.bbfaq-cta {
    padding: 66px 24px;
    color: #fff;
    text-align: center;
    background: var(--ink);
}

.bbfaq-cta__label {
    margin: 0 0 8px;
    color: #ff9b28;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bbfaq-cta h2 {
    margin: 0;
    font-size: clamp(27px,4vw,40px);
}

.bbfaq-cta p {
    margin: 13px 0 25px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.bbfaq-cta__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.bbfaq-cta__buttons a {
    min-width: 210px;
    padding: 15px 22px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
}

.bbfaq-cta__reserve {
    background: #d70b3c;
}

.bbfaq-cta__top {
    border: 1px solid rgba(255,255,255,.45);
}
@media (max-width:650px) {
    .bbfaq-hero {
        padding: 54px 18px 52px;
    }

    .bbfaq-hero__lead {
        font-size: 13px;
    }

    .bbfaq-nav {
        margin: -18px auto 0;
        padding: 0 14px;
        gap: 5px;
    }

    .bbfaq-nav a {
        min-height: 62px;
        padding: 9px 5px;
        font-size: 11px;
    }

    .bbfaq-main {
        padding: 52px 15px 66px;
    }

    .bbfaq-intro {
        padding: 18px;
        display: block;
    }

    .bbfaq-intro strong {
        display: block;
        margin-bottom: 5px;
    }

    .bbfaq-group {
        margin-top: 36px;
    }

    .bbfaq-group__head {
        display: block;
    }

    .bbfaq-group__head span {
        display: block;
        margin-bottom: 4px;
    }

    .bbfaq-item summary {
        padding: 18px 46px 18px 51px;
        font-size: 14px;
    }

    .bbfaq-item summary:before {
        left: 15px;
        top: 17px;
        width: 25px;
        height: 25px;
    }

    .bbfaq-item summary:after {
        right: 15px;
        top: 16px;
    }

    .bbfaq-answer {
        padding: 0 18px 20px 51px;
        font-size: 13px;
    }

    .bbfaq-price {
        grid-template-columns: 1fr;
    }

    .bbfaq-table th,.bbfaq-table td {
        padding: 9px;
        font-size: 11px;
    }

    .bbfaq-cta {
        padding: 52px 18px 110px;
    }

    .bbfaq-cta__buttons {
        display: grid;
    }

    .bbfaq-cta__buttons a {
        min-width: 0;
    }
}

<!-- 清瀬ハウススタジオ HERO専用CSS（提示HTMLのクラス名に完全対応） -->
/* =========================================================
   3F HOUSE STUDIO HERO
========================================================= */
.kiyose-house-hero,
.kiyose-house-hero * {
  box-sizing: border-box;
}

.kiyose-house-hero {
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: 780px;
  margin: 0 calc(50% - 50vw) !important;
  display: flex;
  overflow: hidden;
  color: #fff;
  background-color: #171717;
  background-image: url("https://st-campus.net/wp-content/uploads/2026/07/P1115767-edit-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.kiyose-house-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(8, 8, 8, .92) 0%,
    rgba(8, 8, 8, .78) 29%,
    rgba(8, 8, 8, .46) 56%,
    rgba(8, 8, 8, .12) 100%
  );
  pointer-events: none;
}

.kiyose-house-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1400px, 100%);
  min-height: 780px;
  margin: 0 auto !important;
  padding: clamp(82px, 8vw, 125px) clamp(40px, 6vw, 90px) 0;
  display: flex;
  flex-direction: column;
}

.kiyose-house-hero__content {
  width: min(720px, 58%);
  margin: auto 0;
  padding: 25px 0 45px;
}

/* 英字見出し */
.kiyose-house-hero__en {
  margin: 0 !important;
  color: #d9a23d !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.4 !important;
  letter-spacing: .28em;
}

.kiyose-house-hero__line {
  width: 54px;
  height: 1px;
  margin: 17px 0 25px;
  display: block;
  background: #d9a23d;
}

.kiyose-house-hero__title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(46px, 5vw, 76px) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: .02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .16);
}

.kiyose-house-hero__catch {
  margin: 30px 0 0 !important;
  color: #fff !important;
  font-size: clamp(22px, 2.25vw, 34px) !important;
  font-weight: 800;
  line-height: 1.65 !important;
  letter-spacing: .04em;
}

.kiyose-house-hero__lead {
  max-width: 650px;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 2 !important;
  letter-spacing: .035em;
}

/* 撮影シーンタグ */
.kiyose-house-hero__scenes {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kiyose-house-hero__scenes span {
  min-height: 28px;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, .26);
  border: 1px solid rgba(255, 255, 255, .35);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

.kiyose-house-hero__buttons {
  width: 100%;
  margin-top: 31px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kiyose-house-hero__button {
  min-width: 190px;
  min-height: 52px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none !important;
  transition: opacity .2s, transform .2s, background .2s;
}

.kiyose-house-hero__button--main {
  background: #d9a23d;
  border: 1px solid #d9a23d;
}

.kiyose-house-hero__button--sub {
  background: rgba(0, 0, 0, .24);
  border: 1px solid rgba(255, 255, 255, .58);
}

.kiyose-house-hero__button:hover {
  color: #fff !important;
  opacity: .88;
  transform: translateY(-2px);
}

/* フロア情報 */
.kiyose-house-hero__info {
  width: 100%;
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.kiyose-house-hero__info-item {
  min-height: 78px;
  padding: 17px 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.kiyose-house-hero__info-item:last-child {
  border-right: 0;
}

.kiyose-house-hero__info-item span {
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
}

.kiyose-house-hero__info-item strong {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 900px) {
  .kiyose-house-hero {
    min-height: 720px;
    background-position: 62% center;
  }

  .kiyose-house-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(8, 8, 8, .9) 0%,
      rgba(8, 8, 8, .7) 54%,
      rgba(8, 8, 8, .22) 100%
    );
  }

  .kiyose-house-hero__inner {
    min-height: 720px;
    padding: 70px 38px 0;
  }

  .kiyose-house-hero__content {
    width: min(650px, 78%);
  }
}

/* =========================================================
   SMARTPHONE
========================================================= */
@media (max-width: 650px) {
  .kiyose-house-hero {
    min-height: 0;
    background-position: 66% center;
  }

  .kiyose-house-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 8, 8, .28) 0%,
      rgba(8, 8, 8, .52) 30%,
      rgba(8, 8, 8, .88) 72%,
      rgba(8, 8, 8, .96) 100%
    );
  }

  .kiyose-house-hero__inner {
    min-height: min(850px, calc(100svh - 66px));
    padding: 58px 20px 0;
  }

  .kiyose-house-hero__content {
    width: 100%;
    margin: auto 0 0;
    padding: 25px 0 32px;
  }

  .kiyose-house-hero__en {
    font-size: 10px !important;
  }

  .kiyose-house-hero__line {
    margin: 13px 0 20px;
  }

  .kiyose-house-hero__title {
    font-size: clamp(36px, 11.5vw, 50px) !important;
  }

  .kiyose-house-hero__catch {
    margin-top: 22px !important;
    font-size: clamp(20px, 6.3vw, 27px) !important;
    line-height: 1.55 !important;
  }

  .kiyose-house-hero__lead {
    margin-top: 17px !important;
    font-size: 12px !important;
    line-height: 1.85 !important;
  }

  .kiyose-house-pc {
    display: none;
  }

  .kiyose-house-hero__scenes {
    margin-top: 18px;
    gap: 6px;
  }

  .kiyose-house-hero__scenes span {
    min-height: 25px;
    padding: 5px 8px;
    font-size: 8px;
  }

  .kiyose-house-hero__buttons {
    margin-top: 23px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .kiyose-house-hero__button {
    min-width: 0;
    min-height: 48px;
    padding: 10px 7px;
    font-size: 11px;
  }

  .kiyose-house-hero__info {
    grid-template-columns: repeat(3, 1fr);
  }

  .kiyose-house-hero__info-item {
    min-height: 65px;
    padding: 11px 8px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
  }

  .kiyose-house-hero__info-item span {
    font-size: 7px;
  }

  .kiyose-house-hero__info-item strong {
    font-size: 10px;
  }
}

/* yStandardの本文最大幅を解除 */
.kc-cosplay {
    position: relative;
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* HERO見出しの不自然な折り返しを防止 */
.kc-cosplay__hero-copy {
    max-width: 760px;
}

.kc-cosplay__hero h1 {
    font-size: clamp(43px, 5vw, 64px);
    letter-spacing: 0.025em;
}

@media (max-width: 640px) {
    .kc-cosplay__hero h1 {
        font-size: 39px;
    }
}
/* =====================================
   2つのスタジオ紹介
===================================== */

.sc-studio-guide {
    --sc-guide-dark: #15212a;
    --sc-guide-text: #17232b;
    --sc-guide-gray: #667078;
    --sc-guide-light: #f3f5f6;
    --sc-guide-line: #d9dfe2;
    --sc-guide-gold: #dca433;
    --sc-guide-blue: #168bc1;
    --sc-guide-orange: #f28a00;

    position: relative;
    width: 100vw;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 130px 0;
    overflow: hidden;
    background: #ffffff;
    color: var(--sc-guide-text);
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.sc-studio-guide,
.sc-studio-guide * {
    box-sizing: border-box;
}

.sc-studio-guide a {
    text-decoration: none;
}

.sc-studio-guide img {
    width: 100%;
    height: auto;
    display: block;
}

.sc-studio-guide__inner {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
}


/* 見出し */

.sc-studio-guide__heading {
    max-width: 820px;
    margin: 0 auto 85px;
    text-align: center;
}

.sc-studio-guide__label {
    margin: 0 0 18px !important;
    color: var(--sc-guide-blue);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-studio-guide__heading h2 {
    margin: 0 0 25px !important;
    color: var(--sc-guide-text);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.sc-studio-guide__lead {
    margin: 0 !important;
    color: var(--sc-guide-gray);
    font-size: 14px;
    line-height: 2;
}


/* スタジオ共通 */

.sc-studio-guide__item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
    background: var(--sc-guide-light);
}

.sc-studio-guide__item + .sc-studio-guide__item {
    margin-top: 90px;
}

.sc-studio-guide__item--baba {
    grid-template-columns: minmax(420px, 0.8fr) minmax(0, 1.2fr);
}

.sc-studio-guide__item--baba
.sc-studio-guide__image {
    grid-column: 2;
    grid-row: 1;
}

.sc-studio-guide__item--baba
.sc-studio-guide__content {
    grid-column: 1;
    grid-row: 1;
}


/* 写真 */

.sc-studio-guide__image {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #dce0e2;
}

.sc-studio-guide__image::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(8, 14, 18, 0.02) 45%,
            rgba(8, 14, 18, 0.48) 100%
        );
    content: "";
    pointer-events: none;
}

.sc-studio-guide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-studio-guide__image:hover img {
    transform: scale(1.035);
}

.sc-studio-guide__image-label {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    padding: 10px 15px;
    background: var(--sc-guide-gold);
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.sc-studio-guide__item--baba
.sc-studio-guide__image-label {
    background: var(--sc-guide-blue);
}

.sc-studio-guide__image-floor {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 26px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
}


/* 説明 */

.sc-studio-guide__content {
    position: relative;
    padding: 65px 58px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sc-studio-guide__number {
    position: absolute;
    top: 28px;
    right: 34px;
    color: #dce1e3;
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
}

.sc-studio-guide__item--baba
.sc-studio-guide__number {
    right: auto;
    left: 34px;
}

.sc-studio-guide__en {
    margin: 0 0 10px !important;
    color: var(--sc-guide-gold);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.16em;
}

.sc-studio-guide__item--baba
.sc-studio-guide__en {
    color: var(--sc-guide-blue);
}

.sc-studio-guide__content h3 {
    margin: 0 0 20px !important;
    color: var(--sc-guide-text);
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.035em;
}

.sc-studio-guide__catch {
    margin: 0 0 21px !important;
    color: var(--sc-guide-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.7;
}

.sc-studio-guide__description {
    margin: 0 0 30px !important;
    color: var(--sc-guide-gray);
    font-size: 13px;
    line-height: 2;
}


/* 基本情報 */

.sc-studio-guide__specs {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--sc-guide-line);
    border-bottom: 1px solid var(--sc-guide-line);
}

.sc-studio-guide__specs > div {
    min-width: 0;
    padding: 17px 12px;
}

.sc-studio-guide__specs > div + div {
    border-left: 1px solid var(--sc-guide-line);
}

.sc-studio-guide__specs small {
    display: block;
    margin-bottom: 5px;
    color: var(--sc-guide-gray);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.sc-studio-guide__specs strong {
    display: block;
    color: var(--sc-guide-text);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.6;
}


/* タグ */

.sc-studio-guide__tags {
    margin-bottom: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sc-studio-guide__tags span {
    padding: 5px 9px;
    background: #ffffff;
    color: var(--sc-guide-gray);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.5;
}


/* ボタン */

.sc-studio-guide__buttons {
    display: flex;
    align-items: center;
    gap: 23px;
}

.sc-studio-guide__button {
    min-width: 220px;
    min-height: 54px;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.sc-studio-guide__button:hover {
    transform: translateY(-2px);
}

.sc-studio-guide__button--kiyose {
    background: var(--sc-guide-gold);
}

.sc-studio-guide__button--kiyose:hover {
    background: #c98f22;
}

.sc-studio-guide__button--baba {
    background: var(--sc-guide-blue);
}

.sc-studio-guide__button--baba:hover {
    background: #0e76a8;
}

.sc-studio-guide__text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--sc-guide-text) !important;
    font-size: 11px;
    font-weight: 900;
}

.sc-studio-guide__text-link span {
    font-size: 18px;
    transition: transform 0.25s ease;
}

.sc-studio-guide__text-link:hover span {
    transform: translateX(5px);
}


/* 表示アニメーション */

.sc-studio-guide__item {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.sc-studio-guide__item.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* タブレット */

@media (max-width: 1050px) {

    .sc-studio-guide__item,
    .sc-studio-guide__item--baba {
        grid-template-columns: 1fr;
    }

    .sc-studio-guide__item--baba
    .sc-studio-guide__image,
    .sc-studio-guide__item--baba
    .sc-studio-guide__content {
        grid-column: auto;
        grid-row: auto;
    }

    .sc-studio-guide__image {
        min-height: 520px;
    }

    .sc-studio-guide__content {
        padding: 55px 50px;
    }

}


/* スマートフォン */

@media (max-width: 650px) {

    .sc-studio-guide {
        padding: 85px 0;
    }

    .sc-studio-guide__inner {
        width: calc(100% - 32px);
    }

    .sc-studio-guide__heading {
        margin-bottom: 50px;
        text-align: left;
    }

    .sc-studio-guide__heading h2 {
        font-size: 31px;
    }

    .sc-studio-guide__lead {
        font-size: 12px;
    }

    .sc-studio-guide__pc {
        display: none;
    }

    .sc-studio-guide__item + .sc-studio-guide__item {
        margin-top: 55px;
    }

    .sc-studio-guide__image {
        min-height: 310px;
    }

    .sc-studio-guide__image-label {
        top: 17px;
        left: 17px;
    }

    .sc-studio-guide__image-floor {
        right: 17px;
        bottom: 16px;
        font-size: 8px;
    }

    .sc-studio-guide__content {
        padding: 42px 22px 35px;
    }

    .sc-studio-guide__number {
        top: 22px;
        right: 20px;
        font-size: 42px;
    }

    .sc-studio-guide__item--baba
    .sc-studio-guide__number {
        right: 20px;
        left: auto;
    }

    .sc-studio-guide__content h3 {
        padding-right: 38px;
        font-size: 27px;
    }

    .sc-studio-guide__catch {
        font-size: 19px;
    }

    .sc-studio-guide__description {
        font-size: 12px;
    }

    .sc-studio-guide__specs {
        grid-template-columns: 1fr;
    }

    .sc-studio-guide__specs > div {
        padding: 12px 4px;
    }

    .sc-studio-guide__specs > div + div {
        border-top: 1px solid var(--sc-guide-line);
        border-left: 0;
    }

    .sc-studio-guide__buttons {
        align-items: stretch;
        flex-direction: column;
        gap: 17px;
    }

    .sc-studio-guide__button {
        width: 100%;
    }

    .sc-studio-guide__text-link {
        justify-content: center;
    }

}


/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {

    .sc-studio-guide__item,
    .sc-studio-guide__image img {
        transition: none;
    }

}

/* =====================================
   目的からスタジオを探す
===================================== */

.sc-purpose {
    --sc-purpose-dark: #15212a;
    --sc-purpose-black: #101210;
    --sc-purpose-text: #17232b;
    --sc-purpose-gray: #657078;
    --sc-purpose-light: #f2f4f5;
    --sc-purpose-line: #d9dfe2;
    --sc-purpose-gold: #dca433;
    --sc-purpose-blue: #168bc1;
    --sc-purpose-orange: #f28a00;

    position: relative;
    width: 100vw;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 125px 0 135px;
    overflow: hidden;
    background: var(--sc-purpose-light);
    color: var(--sc-purpose-text);
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.sc-purpose,
.sc-purpose * {
    box-sizing: border-box;
}

.sc-purpose a {
    text-decoration: none;
}

.sc-purpose__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}


/* セクション見出し */

.sc-purpose__heading {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    align-items: end;
    gap: 80px;
}

.sc-purpose__label {
    margin: 0 0 17px !important;
    color: var(--sc-purpose-blue);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-purpose__heading h2 {
    margin: 0 !important;
    color: var(--sc-purpose-text);
    font-size: clamp(35px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.sc-purpose__lead {
    margin: 0 0 8px !important;
    color: var(--sc-purpose-gray);
    font-size: 14px;
    line-height: 2;
}


/* グループ */

.sc-purpose__group {
    display: grid;
    grid-template-columns: 235px 1fr;
    gap: 35px;
}

.sc-purpose__group + .sc-purpose__group {
    margin-top: 75px;
}

.sc-purpose__group-heading {
    padding-top: 25px;
    border-top: 3px solid var(--sc-purpose-gold);
}

.sc-purpose__group--dance
.sc-purpose__group-heading {
    border-top-color: var(--sc-purpose-blue);
}

.sc-purpose__group-heading p {
    margin: 0 0 10px !important;
    color: var(--sc-purpose-gold);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.17em;
}

.sc-purpose__group--dance
.sc-purpose__group-heading p {
    color: var(--sc-purpose-blue);
}

.sc-purpose__group-heading h3 {
    margin: 0 0 11px !important;
    color: var(--sc-purpose-text);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.5;
}

.sc-purpose__group-heading span {
    color: var(--sc-purpose-gray);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.11em;
}


/* カード配置 */

.sc-purpose__grid {
    display: grid;
    gap: 10px;
}

.sc-purpose__grid--photo {
    grid-template-columns: repeat(2, 1fr);
}

.sc-purpose__grid--dance {
    grid-template-columns: repeat(2, 1fr);
}


/* カード */

.sc-purpose__card {
    position: relative;
    min-height: 350px;
    padding: 37px 38px 31px;
    display: flex;
    flex-direction: column;
    border-top: 4px solid transparent;
    color: var(--sc-purpose-text) !important;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.sc-purpose__card:hover {
    z-index: 2;
    transform: translateY(-5px);
    box-shadow: 0 22px 45px rgba(14, 29, 38, 0.16);
}


/* カード配色 */

.sc-purpose__card--dark {
    border-top-color: var(--sc-purpose-gold);
    background: #ffffff;
}

.sc-purpose__card--gold {
    border-top-color: var(--sc-purpose-gold);
    background: #e1aa3e;
    color: #ffffff !important;
}

.sc-purpose__card--light {
    border-top-color: #aeb6ba;
    background: #ffffff;
}

.sc-purpose__card--black {
    border-top-color: var(--sc-purpose-gold);
    background: var(--sc-purpose-black);
    color: #ffffff !important;
}

.sc-purpose__card--blue {
    border-top-color: var(--sc-purpose-blue);
    background: var(--sc-purpose-blue);
    color: #ffffff !important;
}

.sc-purpose__card--orange {
    border-top-color: var(--sc-purpose-orange);
    background: var(--sc-purpose-orange);
    color: #ffffff !important;
}


/* カード内 */

.sc-purpose__number {
    position: absolute;
    top: 30px;
    right: 31px;
    color: #dce1e3;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.sc-purpose__card--gold
.sc-purpose__number,
.sc-purpose__card--black
.sc-purpose__number,
.sc-purpose__card--blue
.sc-purpose__number,
.sc-purpose__card--orange
.sc-purpose__number {
    color: rgba(255, 255, 255, 0.25);
}

.sc-purpose__card-label {
    margin: 0 0 20px;
    color: var(--sc-purpose-gold);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.15em;
}

.sc-purpose__card--blue
.sc-purpose__card-label,
.sc-purpose__card--orange
.sc-purpose__card-label {
    color: rgba(255, 255, 255, 0.78);
}

.sc-purpose__card--gold
.sc-purpose__card-label,
.sc-purpose__card--black
.sc-purpose__card-label {
    color: #ffffff;
}

.sc-purpose__card strong {
    padding-right: 35px;
    display: block;
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: 0.03em;
}

.sc-purpose__card p {
    max-width: 410px;
    margin: 19px 0 27px !important;
    color: var(--sc-purpose-gray);
    font-size: 12px;
    line-height: 1.9;
}

.sc-purpose__card--gold p,
.sc-purpose__card--black p,
.sc-purpose__card--blue p,
.sc-purpose__card--orange p {
    color: rgba(255, 255, 255, 0.83);
}

.sc-purpose__arrow {
    margin-top: auto;
    padding-top: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--sc-purpose-line);
    font-size: 11px;
    font-weight: 900;
}

.sc-purpose__card--gold
.sc-purpose__arrow,
.sc-purpose__card--black
.sc-purpose__arrow,
.sc-purpose__card--blue
.sc-purpose__arrow,
.sc-purpose__card--orange
.sc-purpose__arrow {
    border-top-color: rgba(255, 255, 255, 0.32);
}

.sc-purpose__arrow i {
    font-size: 20px;
    font-style: normal;
    transition: transform 0.25s ease;
}

.sc-purpose__card:hover
.sc-purpose__arrow i {
    transform: translateX(6px);
}


/* 表示アニメーション */

.sc-purpose__card {
    opacity: 0;
    transform: translateY(35px);
}

.sc-purpose__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sc-purpose__card.is-visible:hover {
    transform: translateY(-5px);
}


/* タブレット */

@media (max-width: 1000px) {

    .sc-purpose__heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sc-purpose__lead {
        max-width: 650px;
    }

    .sc-purpose__group {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sc-purpose__group-heading {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: end;
        column-gap: 20px;
    }

    .sc-purpose__group-heading p {
        grid-column: 1 / -1;
    }

    .sc-purpose__group-heading h3 {
        margin: 0 !important;
    }

    .sc-purpose__group-heading span {
        padding-bottom: 7px;
        text-align: right;
    }

}


/* スマートフォン */

@media (max-width: 650px) {

    .sc-purpose {
        padding: 85px 0 90px;
    }

    .sc-purpose__inner {
        width: calc(100% - 32px);
    }

    .sc-purpose__heading {
        margin-bottom: 52px;
    }

    .sc-purpose__heading h2 {
        font-size: 31px;
    }

    .sc-purpose__lead {
        font-size: 12px;
    }

    .sc-purpose__group-heading {
        display: block;
        padding-top: 18px;
    }

    .sc-purpose__group-heading h3 {
        margin-bottom: 5px !important;
        font-size: 23px;
    }

    .sc-purpose__group-heading span {
        display: block;
        padding: 0;
        text-align: left;
    }

    .sc-purpose__grid--photo,
    .sc-purpose__grid--dance {
        grid-template-columns: 1fr;
    }

    .sc-purpose__card {
        min-height: 315px;
        padding: 30px 25px 25px;
    }

    .sc-purpose__number {
        top: 26px;
        right: 24px;
        font-size: 31px;
    }

    .sc-purpose__card strong {
        font-size: 22px;
    }

    .sc-purpose__group + .sc-purpose__group {
        margin-top: 58px;
    }

}


/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {

    .sc-purpose__card {
        transition: none;
    }

}

/* =====================================
   最新のお知らせ
===================================== */

.sc-news {
    --sc-news-dark: #15212a;
    --sc-news-text: #17232b;
    --sc-news-gray: #657078;
    --sc-news-light: #f3f5f6;
    --sc-news-line: #d9dfe2;
    --sc-news-gold: #dca433;
    --sc-news-blue: #168bc1;
    --sc-news-orange: #f28a00;

    position: relative;
    width: 100vw;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 125px 0 135px;
    overflow: hidden;
    background: #ffffff;
    color: var(--sc-news-text);
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.sc-news,
.sc-news * {
    box-sizing: border-box;
}

.sc-news a {
    text-decoration: none;
}

.sc-news img {
    width: 100%;
    height: auto;
    display: block;
}

.sc-news__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}


/* 見出し */

.sc-news__heading {
    margin-bottom: 65px;
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    align-items: end;
    gap: 80px;
}

.sc-news__label {
    margin: 0 0 17px !important;
    color: var(--sc-news-blue);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-news__heading h2 {
    margin: 0 !important;
    color: var(--sc-news-text);
    font-size: clamp(35px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.sc-news__heading-side {
    padding-bottom: 7px;
}

.sc-news__heading-side p {
    margin: 0 0 20px !important;
    color: var(--sc-news-gray);
    font-size: 13px;
    line-height: 2;
}

.sc-news__archive-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: var(--sc-news-text) !important;
    font-size: 12px;
    font-weight: 900;
}

.sc-news__archive-link span {
    font-size: 20px;
    transition: transform 0.25s ease;
}

.sc-news__archive-link:hover span {
    transform: translateX(6px);
}


/* 投稿グリッド */

.sc-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* カード */

.sc-news__card {
    position: relative;
    min-width: 0;
    border-bottom: 3px solid var(--sc-news-dark);
    background: var(--sc-news-light);
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease,
        box-shadow 0.3s ease;
}

.sc-news__card--kiyose {
    border-bottom-color: var(--sc-news-gold);
}

.sc-news__card--baba {
    border-bottom-color: var(--sc-news-blue);
}

.sc-news__card--campus {
    border-bottom-color: var(--sc-news-orange);
}

.sc-news__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sc-news__card.is-visible:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 42px rgba(14, 29, 38, 0.12);
}


/* アイキャッチ */

.sc-news__image {
    position: relative;
    height: 245px;
    display: block;
    overflow: hidden;
    background: #e7eaec;
}

.sc-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.sc-news__card:hover
.sc-news__image img {
    transform: scale(1.035);
}


/* アイキャッチ未設定時 */

.sc-news__placeholder {
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    background:
        linear-gradient(
            135deg,
            #edf0f1 0%,
            #dce2e5 100%
        );
    color: var(--sc-news-text);
}

.sc-news__card--kiyose
.sc-news__placeholder {
    background:
        linear-gradient(
            135deg,
            #24241f 0%,
            #111210 100%
        );
    color: #ffffff;
}

.sc-news__card--baba
.sc-news__placeholder {
    background:
        linear-gradient(
            135deg,
            #f8fafb 0%,
            #d8edf6 100%
        );
}

.sc-news__placeholder small {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.sc-news__placeholder strong {
    margin-top: 5px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.08em;
}


/* 本文 */

.sc-news__content {
    padding: 27px 27px 30px;
}

.sc-news__meta {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.sc-news__meta time {
    color: var(--sc-news-gray);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.sc-news__category {
    padding: 4px 8px;
    background: var(--sc-news-dark);
    color: #ffffff;
    font-size: 8px;
    font-weight: 900;
    line-height: 1.5;
}

.sc-news__card--kiyose
.sc-news__category {
    background: var(--sc-news-gold);
}

.sc-news__card--baba
.sc-news__category {
    background: var(--sc-news-blue);
}

.sc-news__card--campus
.sc-news__category {
    background: var(--sc-news-orange);
}

.sc-news__content h3 {
    min-height: 3.3em;
    margin: 0 0 15px !important;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.65;
}

.sc-news__content h3 a {
    color: var(--sc-news-text) !important;
}

.sc-news__excerpt {
    min-height: 5.7em;
    margin: 0 0 22px !important;
    color: var(--sc-news-gray);
    font-size: 11px;
    line-height: 1.9;
}

.sc-news__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--sc-news-line);
    padding-top: 17px;
    color: var(--sc-news-text) !important;
    font-size: 10px;
    font-weight: 900;
}

.sc-news__more span {
    font-size: 18px;
    transition: transform 0.25s ease;
}

.sc-news__more:hover span {
    transform: translateX(5px);
}


/* 投稿なし */

.sc-news__empty {
    padding: 60px 30px;
    background: var(--sc-news-light);
    text-align: center;
}

.sc-news__empty p {
    margin: 0 !important;
    color: var(--sc-news-gray);
    font-size: 13px;
}


/* スマホ一覧ボタン */

.sc-news__mobile-more {
    margin-top: 30px;
    display: none;
}

.sc-news__mobile-more a {
    min-height: 55px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--sc-news-dark);
    color: var(--sc-news-dark) !important;
    font-size: 12px;
    font-weight: 900;
}


/* タブレット */

@media (max-width: 900px) {

    .sc-news__heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sc-news__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sc-news__card:last-child {
        display: none;
    }

}


/* スマートフォン */

@media (max-width: 650px) {

    .sc-news {
        padding: 85px 0 90px;
    }

    .sc-news__inner {
        width: calc(100% - 32px);
    }

    .sc-news__heading {
        margin-bottom: 43px;
    }

    .sc-news__heading h2 {
        font-size: 31px;
    }

    .sc-news__heading-side p {
        font-size: 12px;
    }

    .sc-news__archive-link {
        display: none;
    }

    .sc-news__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sc-news__card:last-child {
        display: block;
    }

    .sc-news__image {
        height: 220px;
    }

    .sc-news__content {
        padding: 23px 21px 25px;
    }

    .sc-news__content h3,
    .sc-news__excerpt {
        min-height: 0;
    }

    .sc-news__mobile-more {
        display: block;
    }

}


/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {

    .sc-news__card,
    .sc-news__image img {
        transition: none;
    }

}

/* =====================================
   サービス・新しい取り組み
===================================== */

.sc-services {
    --sc-service-dark: #111b22;
    --sc-service-text: #17232b;
    --sc-service-gray: #68747b;
    --sc-service-light: #f2f4f5;
    --sc-service-line: #d8dee1;
    --sc-service-orange: #f28a00;
    --sc-service-blue: #168bc1;
    --sc-service-red: #df0038;

    position: relative;
    width: 100vw;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 130px 0 135px;
    overflow: hidden;
    background: #ffffff;
    color: var(--sc-service-text);
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.sc-services,
.sc-services * {
    box-sizing: border-box;
}

.sc-services a {
    text-decoration: none;
}

.sc-services__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}


/* 見出し */

.sc-services__heading {
    margin-bottom: 75px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: end;
    gap: 100px;
}

.sc-services__label {
    margin: 0 0 17px !important;
    color: var(--sc-service-blue);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-services__heading h2 {
    margin: 0 !important;
    color: var(--sc-service-text);
    font-size: clamp(38px, 4.5vw, 60px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.sc-services__catch {
    margin: 0 0 19px !important;
    color: var(--sc-service-text);
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 800;
    line-height: 1.7;
}

.sc-services__lead {
    max-width: 610px;
    margin: 0 !important;
    color: var(--sc-service-gray);
    font-size: 13px;
    line-height: 2;
}


/* カード配置 */

.sc-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}


/* カード */

.sc-services__card {
    position: relative;
    min-height: 560px;
    padding: 30px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background: var(--sc-service-light);
    color: var(--sc-service-text) !important;
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease,
        color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.sc-services__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sc-services__card.is-visible:hover {
    z-index: 2;
    color: #ffffff !important;
    transform: translateY(-6px);
    box-shadow: 0 25px 48px rgba(14, 29, 38, 0.18);
}

.sc-services__card--video {
    border-top: 4px solid var(--sc-service-red);
}

.sc-services__card--video:hover {
    background: var(--sc-service-red);
}

.sc-services__card--casting {
    border-top: 4px solid var(--sc-service-blue);
}

.sc-services__card--casting:hover {
    background: var(--sc-service-blue);
}

.sc-services__card--workshop {
    border-top: 4px solid var(--sc-service-orange);
}

.sc-services__card--workshop:hover {
    background: var(--sc-service-orange);
}


/* カード番号 */

.sc-services__card-number {
    position: absolute;
    top: 26px;
    right: 27px;
    color: #d6dcdf;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.sc-services__card:hover
.sc-services__card-number {
    color: rgba(255, 255, 255, 0.25);
}


/* ステータス */

.sc-services__status {
    width: fit-content;
    padding: 5px 9px;
    background: var(--sc-service-dark);
    color: #ffffff;
    font-size: 8px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.12em;
}

.sc-services__status--coming {
    background: var(--sc-service-orange);
}

.sc-services__card:hover
.sc-services__status {
    background: #ffffff;
    color: var(--sc-service-text);
}


/* シンボル */

.sc-services__symbol {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 再生マーク */

.sc-services__play {
    position: relative;
    width: 94px;
    height: 94px;
    display: block;
    border: 2px solid var(--sc-service-red);
    border-radius: 50%;
}

.sc-services__play::after {
    position: absolute;
    top: 50%;
    left: 53%;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid var(--sc-service-red);
    content: "";
    transform: translate(-50%, -50%);
}


/* 人物マーク */

.sc-services__people {
    height: 100px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.sc-services__people i {
    position: relative;
    width: 52px;
    height: 62px;
    display: block;
    border: 2px solid var(--sc-service-blue);
    border-radius: 27px 27px 5px 5px;
}

.sc-services__people i::before {
    position: absolute;
    top: -39px;
    left: 50%;
    width: 29px;
    height: 29px;
    border: 2px solid var(--sc-service-blue);
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
}

.sc-services__people i:nth-child(1),
.sc-services__people i:nth-child(3) {
    width: 42px;
    height: 51px;
    opacity: 0.55;
}


/* コミュニティマーク */

.sc-services__circle {
    position: relative;
    width: 105px;
    height: 105px;
    display: block;
    border: 2px solid var(--sc-service-orange);
    border-radius: 50%;
}

.sc-services__circle::before,
.sc-services__circle::after,
.sc-services__circle i {
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--sc-service-orange);
    border-radius: 50%;
    content: "";
}

.sc-services__circle::before {
    top: -12px;
    left: 39px;
}

.sc-services__circle::after {
    right: -5px;
    bottom: 11px;
}

.sc-services__circle i:first-child {
    bottom: 11px;
    left: -5px;
}

.sc-services__circle i:last-child {
    top: 39px;
    left: 39px;
}


/* ホバー時のシンボル */

.sc-services__card:hover
.sc-services__play,
.sc-services__card:hover
.sc-services__people i,
.sc-services__card:hover
.sc-services__people i::before,
.sc-services__card:hover
.sc-services__circle {
    border-color: #ffffff;
}

.sc-services__card:hover
.sc-services__play::after {
    border-left-color: #ffffff;
}

.sc-services__card:hover
.sc-services__circle::before,
.sc-services__card:hover
.sc-services__circle::after,
.sc-services__card:hover
.sc-services__circle i {
    background: #ffffff;
}


/* カード本文 */

.sc-services__card-content {
    margin-top: auto;
}

.sc-services__card-en {
    margin: 0 0 13px !important;
    color: var(--sc-service-gray);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.16em;
}

.sc-services__card:hover
.sc-services__card-en {
    color: rgba(255, 255, 255, 0.75);
}

.sc-services__card-content h3 {
    margin: 0 0 17px !important;
    color: inherit;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: 0.03em;
}

.sc-services__card-content > p:not(.sc-services__card-en) {
    margin: 0 0 26px !important;
    color: var(--sc-service-gray);
    font-size: 11px;
    line-height: 1.9;
}

.sc-services__card:hover
.sc-services__card-content > p {
    color: rgba(255, 255, 255, 0.82);
}

.sc-services__card-link {
    padding-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--sc-service-line);
    font-size: 10px;
    font-weight: 900;
}

.sc-services__card:hover
.sc-services__card-link {
    border-top-color: rgba(255, 255, 255, 0.38);
}

.sc-services__card-link i {
    font-size: 19px;
    font-style: normal;
    transition: transform 0.25s ease;
}

.sc-services__card:hover
.sc-services__card-link i {
    transform: translateX(6px);
}


/* 今後の取り組み */

.sc-services__future {
    margin-top: 75px;
    padding: 42px 45px;
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 45px;
    background: var(--sc-service-dark);
    color: #ffffff;
}

.sc-services__future-title p {
    margin: 0 0 8px !important;
    color: #47b6e4;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.17em;
}

.sc-services__future-title h3 {
    margin: 0 !important;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

.sc-services__future-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 35px;
}

.sc-services__future-list > div {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 30px 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.sc-services__future-list span {
    color: var(--sc-service-orange);
    font-size: 9px;
    font-weight: 900;
}

.sc-services__future-list p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
}


/* お知らせリンク */

.sc-services__news-link {
    padding: 27px 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.sc-services__news-link p {
    margin: 0 !important;
    color: var(--sc-service-gray);
    font-size: 12px;
}

.sc-services__news-link a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--sc-service-text) !important;
    font-size: 11px;
    font-weight: 900;
}

.sc-services__news-link a span {
    font-size: 19px;
    transition: transform 0.25s ease;
}

.sc-services__news-link a:hover span {
    transform: translateX(5px);
}


/* タブレット */

@media (max-width: 950px) {

    .sc-services__heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sc-services__grid {
        grid-template-columns: 1fr 1fr;
    }

    .sc-services__card:last-child {
        grid-column: 1 / 3;
        min-height: 450px;
    }

    .sc-services__future {
        grid-template-columns: 1fr;
        gap: 25px;
    }

}


/* スマートフォン */

@media (max-width: 650px) {

    .sc-services {
        padding: 85px 0 90px;
    }

    .sc-services__inner {
        width: calc(100% - 32px);
    }

    .sc-services__heading {
        margin-bottom: 48px;
    }

    .sc-services__heading h2 {
        font-size: 33px;
    }

    .sc-services__catch {
        font-size: 19px;
    }

    .sc-services__lead {
        font-size: 12px;
    }

    .sc-services__grid {
        grid-template-columns: 1fr;
    }

    .sc-services__card,
    .sc-services__card:last-child {
        grid-column: auto;
        min-height: 490px;
        padding: 25px;
    }

    .sc-services__symbol {
        height: 155px;
    }

    .sc-services__future {
        margin-top: 55px;
        padding: 30px 23px;
    }

    .sc-services__future-list {
        grid-template-columns: 1fr;
    }

    .sc-services__news-link {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {

    .sc-services__card {
        transition: none;
    }

}

/* =====================================
   STUDIO CAMPUSについて
===================================== */

.sc-about {
    --sc-about-dark: #111b22;
    --sc-about-dark-sub: #192831;
    --sc-about-text: #ffffff;
    --sc-about-gray: #aab5bb;
    --sc-about-line: rgba(255, 255, 255, 0.16);
    --sc-about-orange: #f28a00;
    --sc-about-blue: #168bc1;
    --sc-about-gold: #dca433;

    position: relative;
    width: 100vw;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    overflow: hidden;
    background: var(--sc-about-dark);
    color: var(--sc-about-text);
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.sc-about,
.sc-about * {
    box-sizing: border-box;
}

.sc-about a {
    text-decoration: none;
}


/* 背景文字 */

.sc-about__background-text {
    position: absolute;
    top: 40px;
    left: 50%;
    color: rgba(255, 255, 255, 0.025);
    font-size: clamp(100px, 14vw, 250px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.03em;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
}


/* メイン */

.sc-about__inner {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 135px 0 125px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 110px;
}


/* ブランドメッセージ */

.sc-about__label {
    margin: 0 0 18px !important;
    color: #48b6e4;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-about__message h2 {
    margin: 0 0 28px !important;
    color: #ffffff !important;
    font-size: clamp(38px, 4.5vw, 60px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.sc-about__catch {
    margin: 0 0 24px !important;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0.035em;
}

.sc-about__description {
    margin: 0 0 18px !important;
    color: var(--sc-about-gray);
    font-size: 13px;
    line-height: 2.1;
}

.sc-about__button {
    width: fit-content;
    min-width: 245px;
    min-height: 57px;
    margin-top: 20px;
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 900;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.sc-about__button span {
    font-size: 19px;
    transition: transform 0.25s ease;
}

.sc-about__button:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--sc-about-dark) !important;
    transform: translateY(-2px);
}

.sc-about__button:hover span {
    transform: translateX(5px);
}


/* 価値・考え方 */

.sc-about__values {
    border-top: 1px solid var(--sc-about-line);
}

.sc-about__value {
    padding: 35px 0;
    display: grid;
    grid-template-columns: 54px 190px 1fr;
    align-items: start;
    gap: 24px;
    border-bottom: 1px solid var(--sc-about-line);
    opacity: 0;
    transform: translateX(35px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.sc-about__value.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.sc-about__value-number {
    color: rgba(255, 255, 255, 0.28);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.sc-about__value-heading p {
    margin: 0 0 7px !important;
    color: var(--sc-about-orange);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.16em;
}

.sc-about__value:nth-child(2)
.sc-about__value-heading p {
    color: #43b5e4;
}

.sc-about__value:nth-child(3)
.sc-about__value-heading p {
    color: var(--sc-about-gold);
}

.sc-about__value-heading h3 {
    margin: 0 !important;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.6;
}

.sc-about__value-text {
    margin: 0 !important;
    color: var(--sc-about-gray);
    font-size: 11px;
    line-height: 2;
}


/* 拠点情報 */

.sc-about__locations {
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--sc-about-line);
    background: #0d161c;
}

.sc-about__locations-inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.7fr 1fr 1fr;
}

.sc-about__locations-heading {
    padding: 38px 35px 38px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sc-about__locations-heading p {
    margin: 0 0 7px !important;
    color: var(--sc-about-orange);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.17em;
}

.sc-about__locations-heading h3 {
    margin: 0 !important;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
}

.sc-about__location {
    position: relative;
    min-height: 165px;
    padding: 33px 58px 30px 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid var(--sc-about-line);
    color: #ffffff !important;
    transition: background 0.3s ease;
}

.sc-about__location--kiyose:hover {
    background: var(--sc-about-gold);
}

.sc-about__location--baba:hover {
    background: var(--sc-about-blue);
}

.sc-about__location-type {
    margin-bottom: 7px;
    color: var(--sc-about-gold);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.sc-about__location--baba
.sc-about__location-type {
    color: #43b5e4;
}

.sc-about__location:hover
.sc-about__location-type {
    color: #ffffff;
}

.sc-about__location strong {
    font-size: 23px;
    font-weight: 900;
}

.sc-about__location p {
    margin: 5px 0 0 !important;
    color: var(--sc-about-gray);
    font-size: 10px;
}

.sc-about__location:hover p {
    color: rgba(255, 255, 255, 0.82);
}

.sc-about__location-arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    font-size: 21px;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.sc-about__location:hover
.sc-about__location-arrow {
    transform: translate(6px, -50%);
}


/* タブレット */

@media (max-width: 1000px) {

    .sc-about__inner {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .sc-about__message {
        max-width: 700px;
    }

    .sc-about__locations-inner {
        grid-template-columns: 1fr 1fr;
    }

    .sc-about__locations-heading {
        grid-column: 1 / 3;
        min-height: 120px;
        padding: 28px 0;
    }

    .sc-about__location--kiyose {
        border-left: 0;
    }

}


/* スマートフォン */

@media (max-width: 650px) {

    .sc-about__background-text {
        top: 30px;
        font-size: 75px;
    }

    .sc-about__inner {
        width: calc(100% - 32px);
        padding: 90px 0 80px;
        gap: 55px;
    }

    .sc-about__message h2 {
        font-size: 34px;
    }

    .sc-about__catch {
        font-size: 20px;
    }

    .sc-about__description {
        font-size: 12px;
    }

    .sc-about__button {
        width: 100%;
    }

    .sc-about__value {
        padding: 27px 0;
        grid-template-columns: 35px 1fr;
        gap: 15px;
    }

    .sc-about__value-heading {
        padding-right: 10px;
    }

    .sc-about__value-text {
        grid-column: 2;
        font-size: 11px;
    }

    .sc-about__locations-inner {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
    }

    .sc-about__locations-heading {
        grid-column: auto;
        min-height: 115px;
    }

    .sc-about__location {
        min-height: 145px;
        padding-left: 22px;
        border-top: 1px solid var(--sc-about-line);
        border-left: 0;
    }

}


/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {

    .sc-about__value {
        transition: none;
    }

}


/* =====================================
   総合トップ 最終CTA
===================================== */

.sc-final-cta {
    --sc-final-dark: #111c23;
    --sc-final-dark-light: #1a2932;
    --sc-final-red: #e5003d;
    --sc-final-orange: #f39800;
    --sc-final-blue: #0788c7;

    position: relative;
    overflow: hidden;
    background: var(--sc-final-dark);
    color: #fff;
    font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.sc-final-cta *,
.sc-final-cta *::before,
.sc-final-cta *::after {
    box-sizing: border-box;
}

.sc-final-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.16;
    background:
        linear-gradient(
            90deg,
            rgba(243, 152, 0, 0.15) 0%,
            transparent 42%,
            rgba(7, 136, 199, 0.15) 100%
        );
}

.sc-final-cta__bg::before,
.sc-final-cta__bg::after {
    position: absolute;
    content: "";
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transform: rotate(45deg);
}

.sc-final-cta__bg::before {
    top: -360px;
    left: -160px;
}

.sc-final-cta__bg::after {
    right: -190px;
    bottom: -390px;
}

.sc-final-cta__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 110px 0 100px;
}

.sc-final-cta__en {
    margin: 0 0 22px;
    color: var(--sc-final-orange);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.24em;
    text-align: center;
}

.sc-final-cta__title {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.1vw, 62px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-align: center;
}

.sc-final-cta__lead {
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
}


/* スタジオカード
------------------------------------- */

.sc-final-cta__studios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 65px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sc-final-cta__studio {
    position: relative;
    min-width: 0;
    padding: 48px;
    background: rgba(255, 255, 255, 0.035);
}

.sc-final-cta__studio + .sc-final-cta__studio {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.sc-final-cta__studio::before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 5px;
    content: "";
}

.sc-final-cta__studio--kiyose::before {
    background: var(--sc-final-orange);
}

.sc-final-cta__studio--baba::before {
    background: var(--sc-final-blue);
}

.sc-final-cta__studio-head {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.sc-final-cta__number {
    flex: 0 0 auto;
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.28);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.sc-final-cta__type {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.15em;
}

.sc-final-cta__studio--kiyose .sc-final-cta__type {
    color: var(--sc-final-orange);
}

.sc-final-cta__studio--baba .sc-final-cta__type {
    color: #28a9e7;
}

.sc-final-cta__studio-title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.sc-final-cta__studio-text {
    min-height: 6em;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 2;
}

.sc-final-cta__features {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    list-style: none;
}

.sc-final-cta__features li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.sc-final-cta__features li::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
}

.sc-final-cta__studio--kiyose .sc-final-cta__features li::before {
    background: var(--sc-final-orange);
}

.sc-final-cta__studio--baba .sc-final-cta__features li::before {
    background: var(--sc-final-blue);
}

.sc-final-cta__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
}

.sc-final-cta__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 18px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    text-decoration: none !important;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.sc-final-cta__button:hover {
    color: #fff !important;
    transform: translateY(-2px);
}

.sc-final-cta__button--outline {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
}

.sc-final-cta__button--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.09);
}

.sc-final-cta__button--main {
    border: 1px solid var(--sc-final-red);
    background: var(--sc-final-red);
}

.sc-final-cta__button--main:hover {
    border-color: #ff1452;
    background: #ff1452;
}


/* お問い合わせ
------------------------------------- */

.sc-final-cta__contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 45px;
    margin-top: 35px;
    padding: 38px 45px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.045);
}

.sc-final-cta__contact-en {
    margin: 0 0 8px;
    color: var(--sc-final-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.sc-final-cta__contact-title {
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.5;
}

.sc-final-cta__contact-text {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
    line-height: 1.8;
}

.sc-final-cta__contact-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
    min-width: 255px;
    min-height: 66px;
    padding: 18px 25px;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.sc-final-cta__contact-button span {
    font-size: 22px;
    line-height: 1;
}

.sc-final-cta__contact-button:hover {
    background: #fff;
    color: var(--sc-final-dark) !important;
    transform: translateY(-2px);
}


/* 表示アニメーション
------------------------------------- */

.sc-final-cta__studio,
.sc-final-cta__contact {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

.sc-final-cta.is-visible .sc-final-cta__studio,
.sc-final-cta.is-visible .sc-final-cta__contact {
    opacity: 1;
    transform: translateY(0);
}

.sc-final-cta.is-visible .sc-final-cta__studio:nth-child(2) {
    transition-delay: 0.12s;
}

.sc-final-cta.is-visible .sc-final-cta__contact {
    transition-delay: 0.22s;
}


/* タブレット
------------------------------------- */

@media (max-width: 900px) {
    .sc-final-cta__inner {
        padding: 90px 0 80px;
    }

    .sc-final-cta__studio {
        padding: 38px 30px;
    }

    .sc-final-cta__studio-text {
        min-height: 8em;
    }

    .sc-final-cta__buttons {
        grid-template-columns: 1fr;
    }

    .sc-final-cta__contact {
        grid-template-columns: 1fr;
    }

    .sc-final-cta__contact-button {
        width: 100%;
    }
}


/* スマートフォン
------------------------------------- */

@media (max-width: 650px) {
    .sc-final-cta__inner {
        width: min(100% - 36px, 1180px);
        padding: 75px 0 65px;
    }

    .sc-final-cta__en {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .sc-final-cta__title {
        font-size: clamp(32px, 10vw, 44px);
        line-height: 1.4;
    }

    .sc-final-cta__lead {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.9;
    }

    .sc-final-cta__pc {
        display: none;
    }

    .sc-final-cta__studios {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .sc-final-cta__studio {
        padding: 35px 24px 30px;
    }

    .sc-final-cta__studio + .sc-final-cta__studio {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 0;
    }

    .sc-final-cta__studio-head {
        gap: 15px;
    }

    .sc-final-cta__studio-title {
        font-size: 25px;
    }

    .sc-final-cta__studio-text {
        min-height: 0;
        margin-top: 24px;
        font-size: 13px;
    }

    .sc-final-cta__features {
        margin-top: 23px;
        padding-top: 21px;
    }

    .sc-final-cta__buttons {
        margin-top: 27px;
    }

    .sc-final-cta__button {
        min-height: 56px;
    }

    .sc-final-cta__contact {
        gap: 25px;
        margin-top: 20px;
        padding: 30px 24px;
    }

    .sc-final-cta__contact-title {
        font-size: 21px;
    }

    .sc-final-cta__contact-button {
        min-width: 0;
        min-height: 60px;
    }
}


/* 動きを減らす設定
------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    .sc-final-cta__studio,
    .sc-final-cta__contact {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .sc-final-cta__button,
    .sc-final-cta__contact-button {
        transition: none;
    }
}


/* =====================================
   おすすめコラム
===================================== */

.sc-columns {
    --sc-column-dark: #14212a;
    --sc-column-dark-sub: #1b2b35;
    --sc-column-text: #17232b;
    --sc-column-gray: #aeb8be;
    --sc-column-line: rgba(255, 255, 255, 0.16);
    --sc-column-orange: #f28a00;
    --sc-column-blue: #168bc1;

    position: relative;
    width: 100vw;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 125px 0 135px;
    overflow: hidden;
    background: var(--sc-column-dark);
    color: #ffffff;
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.sc-columns,
.sc-columns * {
    box-sizing: border-box;
}

.sc-columns a {
    text-decoration: none;
}

.sc-columns img {
    width: 100%;
    height: auto;
    display: block;
}

.sc-columns__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}


/* 見出し */

.sc-columns__heading {
    margin-bottom: 65px;
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    align-items: end;
    gap: 80px;
}

.sc-columns__label {
    margin: 0 0 17px !important;
    color: #49b3df;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-columns__heading h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(35px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.sc-columns__heading-side {
    padding-bottom: 7px;
}

.sc-columns__heading-side p {
    margin: 0 0 20px !important;
    color: var(--sc-column-gray);
    font-size: 13px;
    line-height: 2;
}

.sc-columns__heading-side a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
}

.sc-columns__heading-side a span {
    font-size: 19px;
    transition: transform 0.25s ease;
}

.sc-columns__heading-side a:hover span {
    transform: translateX(6px);
}


/* 記事配置 */

.sc-columns__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
}


/* カード */

.sc-columns__card {
    min-width: 0;
    display: grid;
    overflow: hidden;
    background: var(--sc-column-dark-sub);
    border: 1px solid var(--sc-column-line);
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease,
        border-color 0.3s ease;
}

.sc-columns__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sc-columns__card:hover {
    border-color: rgba(255, 255, 255, 0.45);
}


/* 大きな記事 */

.sc-columns__card--featured {
    grid-row: 1 / 3;
    grid-template-rows: 390px 1fr;
}


/* 小さな記事 */

.sc-columns__card--small {
    grid-template-columns: 220px 1fr;
}


/* アイキャッチ */

.sc-columns__image {
    position: relative;
    min-width: 0;
    min-height: 220px;
    display: block;
    overflow: hidden;
    background: #263842;
}

.sc-columns__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sc-columns__card:hover
.sc-columns__image img {
    transform: scale(1.04);
}


/* アイキャッチ未設定 */

.sc-columns__placeholder {
    width: 100%;
    height: 100%;
    padding: 27px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    background:
        linear-gradient(
            135deg,
            #20313b 0%,
            #101920 100%
        );
}

.sc-columns__placeholder small {
    color: #8fa1ab;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.sc-columns__placeholder strong {
    margin-top: 5px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.08em;
}


/* 記事本文 */

.sc-columns__content {
    padding: 29px;
    display: flex;
    flex-direction: column;
}

.sc-columns__card--featured
.sc-columns__content {
    padding: 34px 36px 36px;
}

.sc-columns__meta {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sc-columns__meta span {
    padding: 4px 8px;
    background: var(--sc-column-orange);
    color: #ffffff;
    font-size: 8px;
    font-weight: 900;
}

.sc-columns__meta time {
    color: var(--sc-column-gray);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.sc-columns__content h3 {
    margin: 0 0 13px !important;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.65;
}

.sc-columns__card--featured
.sc-columns__content h3 {
    font-size: 24px;
}

.sc-columns__content h3 a {
    color: #ffffff !important;
}

.sc-columns__excerpt {
    margin: 0 0 20px !important;
    color: var(--sc-column-gray);
    font-size: 10px;
    line-height: 1.9;
}

.sc-columns__more {
    margin-top: auto;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--sc-column-line);
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 900;
}

.sc-columns__more span {
    font-size: 18px;
    transition: transform 0.25s ease;
}

.sc-columns__more:hover span {
    transform: translateX(5px);
}


/* 記事なし */

.sc-columns__empty {
    padding: 60px 30px;
    background: var(--sc-column-dark-sub);
    text-align: center;
}

.sc-columns__empty p {
    margin: 0 !important;
    color: var(--sc-column-gray);
}


/* 下部リンク */

.sc-columns__bottom {
    margin-top: 38px;
    text-align: center;
}

.sc-columns__bottom a {
    min-width: 250px;
    min-height: 55px;
    padding: 13px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    transition:
        color 0.25s ease,
        background 0.25s ease;
}

.sc-columns__bottom a:hover {
    background: #ffffff;
    color: var(--sc-column-dark) !important;
}


/* タブレット */

@media (max-width: 1000px) {

    .sc-columns__heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sc-columns__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .sc-columns__card--featured {
        grid-column: 1 / 3;
        grid-row: auto;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .sc-columns__card--small {
        grid-template-columns: 1fr;
        grid-template-rows: 230px 1fr;
    }

}


/* スマートフォン */

@media (max-width: 650px) {

    .sc-columns {
        padding: 85px 0 90px;
    }

    .sc-columns__inner {
        width: calc(100% - 32px);
    }

    .sc-columns__heading {
        margin-bottom: 43px;
    }

    .sc-columns__heading h2 {
        font-size: 31px;
    }

    .sc-columns__heading-side p {
        font-size: 12px;
    }

    .sc-columns__heading-side a {
        display: none;
    }

    .sc-columns__grid {
        grid-template-columns: 1fr;
    }

    .sc-columns__card--featured,
    .sc-columns__card--small {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: 235px 1fr;
    }

    .sc-columns__card--featured
    .sc-columns__content,
    .sc-columns__content {
        padding: 24px 21px 26px;
    }

    .sc-columns__card--featured
    .sc-columns__content h3,
    .sc-columns__content h3 {
        font-size: 18px;
    }

    .sc-columns__excerpt {
        font-size: 11px;
    }

    .sc-columns__bottom a {
        width: 100%;
    }

}


/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {

    .sc-columns__card,
    .sc-columns__image img {
        transition: none;
    }

}


/* =====================================
   STUDIO CAMPUS 総合共通フッター
   footer.php設置用 完成版
===================================== */

.sc-global-footer {
    --sc-footer-dark: #101f29;
    --sc-footer-deep: #09151c;
    --sc-footer-orange: #f39800;
    --sc-footer-blue: #0788c7;
    --sc-footer-red: #e5003d;
    --sc-footer-line: rgba(255, 255, 255, 0.14);

    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    transform: none !important;
    background: var(--sc-footer-deep);
    color: #fff;
    font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.sc-global-footer *,
.sc-global-footer *::before,
.sc-global-footer *::after {
    box-sizing: border-box;
}

.sc-global-footer a {
    color: inherit;
    text-decoration: none !important;
}

.sc-global-footer p,
.sc-global-footer h2,
.sc-global-footer h3,
.sc-global-footer ul,
.sc-global-footer li {
    margin-top: 0;
}

.sc-global-footer img {
    display: block;
    max-width: 100%;
}


/* =====================================
   上部スタジオCTA
===================================== */

.sc-global-footer__cta {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(
            120deg,
            rgba(243, 152, 0, 0.08),
            transparent 42%
        ),
        linear-gradient(
            240deg,
            rgba(7, 136, 199, 0.12),
            transparent 43%
        ),
        var(--sc-footer-dark);
}

.sc-global-footer__cta::before,
.sc-global-footer__cta::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.sc-global-footer__cta::before {
    top: -380px;
    left: 50%;
    width: 670px;
    height: 670px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transform: translateX(-50%) rotate(45deg);
}

.sc-global-footer__cta::after {
    right: -170px;
    bottom: -430px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: rotate(45deg);
}

.sc-global-footer__cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(280px, 0.72fr)
        minmax(540px, 1.28fr);
    align-items: center;
    gap: 75px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 85px 0;
}

.sc-global-footer__cta-copy {
    display: block;
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.sc-global-footer__label {
    margin: 0 0 18px;
    color: var(--sc-footer-orange);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-global-footer__cta-title {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(31px, 3.1vw, 46px) !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.04em;
}

.sc-global-footer__cta-title::before,
.sc-global-footer__cta-title::after {
    display: none !important;
}

.sc-global-footer__cta-text {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 2;
}


/* =====================================
   スタジオ選択ボタン
===================================== */

.sc-global-footer__cta-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    border: 1px solid var(--sc-footer-line);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.sc-global-footer__studio-button {
    position: relative;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    min-width: 0;
    min-height: 205px;
    padding: 30px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none !important;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.sc-global-footer__studio-button
+ .sc-global-footer__studio-button {
    border-left: 1px solid var(--sc-footer-line);
}

.sc-global-footer__studio-button::before {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 4px;
    content: "";
}

.sc-global-footer__studio-button--kiyose::before {
    background: var(--sc-footer-orange);
}

.sc-global-footer__studio-button--baba::before {
    background: var(--sc-footer-blue);
}

.sc-global-footer__studio-button--kiyose:hover {
    color: #fff !important;
    background: rgba(243, 152, 0, 0.12);
    transform: translateY(-2px);
}

.sc-global-footer__studio-button--baba:hover {
    color: #fff !important;
    background: rgba(7, 136, 199, 0.14);
    transform: translateY(-2px);
}

.sc-global-footer__studio-number {
    align-self: flex-start;
    padding-top: 3px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
}

.sc-global-footer__studio-copy {
    display: block;
    min-width: 0;
}

.sc-global-footer__studio-copy small {
    display: block;
    margin: 0 0 12px;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.13em;
}

.sc-global-footer__studio-button--kiyose
.sc-global-footer__studio-copy small {
    color: var(--sc-footer-orange);
}

.sc-global-footer__studio-button--baba
.sc-global-footer__studio-copy small {
    color: #28a9e7;
}

.sc-global-footer__studio-copy strong {
    display: block;
    margin: 0;
    color: #fff;
    font-size: clamp(18px, 1.65vw, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.03em;
}

.sc-global-footer__studio-copy em {
    display: block;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.sc-global-footer__arrow {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.sc-global-footer__studio-button:hover
.sc-global-footer__arrow {
    transform: translateX(5px);
}


/* =====================================
   メインフッター
===================================== */

.sc-global-footer__main {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--sc-footer-deep);
}

.sc-global-footer__inner {
    display: grid;
    grid-template-columns:
        minmax(280px, 0.8fr)
        minmax(520px, 1.2fr);
    align-items: start;
    gap: 90px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 82px 0 72px;
}


/* =====================================
   ブランド情報
===================================== */

.sc-global-footer__brand {
    display: block;
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.sc-global-footer__logo {
    display: inline-flex !important;
    align-items: center;
    gap: 15px;
    color: #fff !important;
}

.sc-global-footer__logo:hover {
    color: #fff !important;
}

.sc-global-footer__logo-mark {
    display: flex;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
}

.sc-global-footer__logo-mark i {
    display: block;
    width: 50%;
    height: 100%;
}

.sc-global-footer__logo-mark i:first-child {
    border-radius: 5px 0 0 5px;
    background: var(--sc-footer-orange);
}

.sc-global-footer__logo-mark i:last-child {
    border-radius: 0 5px 5px 0;
    background: var(--sc-footer-blue);
}

.sc-global-footer__logo-text {
    display: block;
}

.sc-global-footer__logo-text strong {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.sc-global-footer__logo-text small {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 7px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.17em;
}

.sc-global-footer__brand-copy {
    margin: 34px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.sc-global-footer__brand-text {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    line-height: 2;
}


/* =====================================
   フッターナビゲーション
===================================== */

.sc-global-footer__navigation {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 1.15fr;
    gap: 40px;
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.sc-global-footer__nav-column {
    min-width: 0;
}

.sc-global-footer__nav-title {
    margin: 0 0 22px;
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid var(--sc-footer-line);
    color: rgba(255, 255, 255, 0.42);
    background: transparent;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.19em;
}

.sc-global-footer__nav-title::before,
.sc-global-footer__nav-title::after {
    display: none;
}

.sc-global-footer__nav-column ul {
    display: grid;
    gap: 14px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-global-footer__nav-column li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none !important;
}

.sc-global-footer__nav-column li::before,
.sc-global-footer__nav-column li::after {
    display: none !important;
}

.sc-global-footer__nav-column a {
    position: relative;
    display: inline-block;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.sc-global-footer__nav-column a:hover {
    color: #fff !important;
    transform: translateX(3px);
}


/* =====================================
   フッター最下部
===================================== */

.sc-global-footer__bottom {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--sc-footer-line);
    background: var(--sc-footer-deep);
}

.sc-global-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 27px 0;
}

.sc-global-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
}

.sc-global-footer__legal a {
    color: rgba(255, 255, 255, 0.46) !important;
    font-size: 10px;
    line-height: 1.6;
    transition: color 0.25s ease;
}

.sc-global-footer__legal a:hover {
    color: #fff !important;
}

.sc-global-footer__copyright {
    flex: 0 0 auto;
    margin: 0;
    color: rgba(255, 255, 255, 0.35);
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}


/* =====================================
   yStandard余白対策
===================================== */


.sc-global-footer + p,
.sc-global-footer + br {
    margin: 0 !important;
}


/* =====================================
   タブレット
===================================== */

@media (max-width: 1000px) {
    .sc-global-footer__cta-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 75px 0;
    }

    .sc-global-footer__cta-copy {
        text-align: center;
    }

    .sc-global-footer__inner {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 70px 0 60px;
    }

    .sc-global-footer__navigation {
        gap: 30px;
    }
}


/* =====================================
   スマートフォン
===================================== */

@media (max-width: 650px) {
    .sc-global-footer__cta-inner,
    .sc-global-footer__inner,
    .sc-global-footer__bottom-inner {
        width: min(100% - 36px, 1180px);
    }

    .sc-global-footer__cta-inner {
        gap: 38px;
        padding: 62px 0;
    }

    .sc-global-footer__label {
        margin-bottom: 15px;
        text-align: center;
    }

    .sc-global-footer__cta-title {
        font-size: clamp(29px, 9vw, 39px) !important;
        line-height: 1.45 !important;
        text-align: center;
    }

    .sc-global-footer__cta-text {
        font-size: 12px;
        text-align: center;
    }

    .sc-global-footer__cta-buttons {
        grid-template-columns: 1fr;
    }

    .sc-global-footer__studio-button {
        min-height: 160px;
        padding: 26px 22px !important;
    }

    .sc-global-footer__studio-button
    + .sc-global-footer__studio-button {
        border-top: 1px solid var(--sc-footer-line);
        border-left: 0;
    }

    .sc-global-footer__studio-copy strong {
        font-size: 20px;
    }

    .sc-global-footer__inner {
        gap: 48px;
        padding: 60px 0 50px;
    }

    .sc-global-footer__brand {
        text-align: center;
    }

    .sc-global-footer__logo {
        justify-content: center;
    }

    .sc-global-footer__brand-copy {
        margin-top: 27px;
    }

    .sc-global-footer__brand-text br {
        display: none;
    }

    .sc-global-footer__navigation {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sc-global-footer__nav-column {
        border-bottom: 1px solid var(--sc-footer-line);
    }

    .sc-global-footer__nav-title {
        position: relative;
        margin: 0;
        padding: 18px 38px 18px 0;
        border-bottom: 0;
        cursor: pointer;
        text-align: left;
    }

    .sc-global-footer__nav-title::after {
        position: absolute;
        top: 50%;
        right: 3px;
        display: block;
        content: "+";
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        transform: translateY(-50%);
    }

    .sc-global-footer__nav-column.is-open
    .sc-global-footer__nav-title::after {
        content: "?";
    }

    .sc-global-footer__nav-column ul {
        display: none;
        gap: 0;
        padding: 0 0 16px !important;
    }

    .sc-global-footer__nav-column.is-open ul {
        display: grid;
    }

    .sc-global-footer__nav-column a {
        display: block;
        padding: 8px 0;
    }

    .sc-global-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px 0 28px;
    }

    .sc-global-footer__legal {
        gap: 10px 18px;
    }

    .sc-global-footer__copyright {
        width: 100%;
        text-align: left;
    }
}


/* =====================================
   STUDIO CAMPUS KIYOSE
   清瀬共通フッター
===================================== */

.kiyose-footer {
    --kf-black: #111311;
    --kf-deep: #0a0c0b;
    --kf-light-black: #191c19;
    --kf-gold: #e2a82f;
    --kf-gold-light: #f0c05a;
    --kf-red: #d91438;
    --kf-white: #ffffff;
    --kf-line: rgba(255, 255, 255, 0.14);

    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    transform: none !important;
    background: var(--kf-deep);
    color: var(--kf-white);
    font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.kiyose-footer *,
.kiyose-footer *::before,
.kiyose-footer *::after {
    box-sizing: border-box;
}

.kiyose-footer a {
    color: inherit;
    text-decoration: none !important;
}

.kiyose-footer p,
.kiyose-footer h2,
.kiyose-footer dl,
.kiyose-footer dd,
.kiyose-footer ul,
.kiyose-footer li {
    margin-top: 0;
}

.kiyose-footer ul {
    list-style: none;
}


/* =====================================
   予約CTA
===================================== */

.kiyose-footer__cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        linear-gradient(
            115deg,
            rgba(226, 168, 47, 0.09),
            transparent 40%
        ),
        linear-gradient(
            240deg,
            rgba(255, 255, 255, 0.035),
            transparent 45%
        ),
        var(--kf-black);
}

.kiyose-footer__cta::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 4px;
    content: "";
    background: var(--kf-gold);
}

.kiyose-footer__cta-decoration {
    position: absolute;
    top: -350px;
    right: 8%;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(226, 168, 47, 0.11);
    transform: rotate(45deg);
    pointer-events: none;
}

.kiyose-footer__cta-decoration::before {
    position: absolute;
    inset: 80px;
    border: 1px solid rgba(255, 255, 255, 0.045);
    content: "";
}

.kiyose-footer__cta-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 90px 0 85px;
}

.kiyose-footer__cta-copy {
    max-width: 850px;
}

.kiyose-footer__en {
    margin: 0 0 18px;
    color: var(--kf-gold);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.23em;
}

.kiyose-footer__cta-title {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(38px, 4vw, 58px) !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.04em;
}

.kiyose-footer__cta-title::before,
.kiyose-footer__cta-title::after {
    display: none !important;
}

.kiyose-footer__cta-text {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 2;
}

.kiyose-footer__cta-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 27px;
}

.kiyose-footer__cta-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 700;
}


/* =====================================
   フロア選択
===================================== */

.kiyose-footer__floor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 50px;
    border: 1px solid var(--kf-line);
}

.kiyose-footer__floor {
    position: relative;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
    min-width: 0;
    min-height: 175px;
    padding: 34px 38px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.025);
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.kiyose-footer__floor + .kiyose-footer__floor {
    border-left: 1px solid var(--kf-line);
}

.kiyose-footer__floor::before {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 4px;
    content: "";
    background: var(--kf-gold);
}

.kiyose-footer__floor--3f::before {
    background: #c4912a;
}

.kiyose-footer__floor:hover {
    color: #fff !important;
    background: rgba(226, 168, 47, 0.09);
    transform: translateY(-2px);
}

.kiyose-footer__floor-number {
    align-self: flex-start;
    color: var(--kf-gold);
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.kiyose-footer__floor-copy {
    display: block;
    min-width: 0;
}

.kiyose-footer__floor-copy small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.kiyose-footer__floor-copy strong {
    display: block;
    color: #fff;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

.kiyose-footer__floor-copy em {
    display: block;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.kiyose-footer__floor-arrow {
    color: #fff;
    font-size: 26px;
    transition: transform 0.25s ease;
}

.kiyose-footer__floor:hover
.kiyose-footer__floor-arrow {
    transform: translateX(5px);
}


/* =====================================
   CTAボタン
===================================== */

.kiyose-footer__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.kiyose-footer__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    min-width: 260px;
    min-height: 62px;
    padding: 17px 24px !important;
    font-size: 13px;
    font-weight: 800;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.kiyose-footer__button:hover {
    transform: translateY(-2px);
}

.kiyose-footer__button--main {
    border: 1px solid var(--kf-red);
    color: #fff !important;
    background: var(--kf-red);
}

.kiyose-footer__button--main:hover {
    border-color: #ef1642;
    color: #fff !important;
    background: #ef1642;
}

.kiyose-footer__button--sub {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
    background: transparent;
}

.kiyose-footer__button--sub:hover {
    border-color: #fff;
    color: #111 !important;
    background: #fff;
}


/* =====================================
   メインフッター
===================================== */

.kiyose-footer__main {
    width: 100%;
    background: var(--kf-deep);
}

.kiyose-footer__inner {
    display: grid;
    grid-template-columns:
        minmax(260px, 0.72fr)
        minmax(650px, 1.28fr);
    gap: 85px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 78px 0 70px;
}


/* ブランド
------------------------------------- */

.kiyose-footer__brand {
    min-width: 0;
}

.kiyose-footer__logo {
    display: inline-flex !important;
    flex-direction: column;
    align-items: flex-start;
    color: #fff !important;
}

.kiyose-footer__logo-main {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.15em;
}

.kiyose-footer__logo-sub {
    margin-top: 8px;
    color: var(--kf-gold);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.32em;
}

.kiyose-footer__brand-catch {
    margin: 32px 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

.kiyose-footer__brand-text {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    line-height: 2;
}

.kiyose-footer__access {
    display: grid;
    gap: 11px;
    margin: 27px 0 0;
}

.kiyose-footer__access div {
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 13px;
    padding-top: 11px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kiyose-footer__access dt {
    color: var(--kf-gold);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.kiyose-footer__access dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    line-height: 1.7;
}


/* =====================================
   ナビゲーション
===================================== */

.kiyose-footer__navigation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    min-width: 0;
}

.kiyose-footer__nav-column {
    min-width: 0;
}

.kiyose-footer__nav-title {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid var(--kf-line);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.42);
    background: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-align: left;
    pointer-events: none;
}

.kiyose-footer__nav-column ul {
    display: grid;
    gap: 13px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.kiyose-footer__nav-column li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.kiyose-footer__nav-column li::before,
.kiyose-footer__nav-column li::after {
    display: none !important;
}

.kiyose-footer__nav-column a {
    display: inline-block;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.7;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.kiyose-footer__nav-column a:hover {
    color: var(--kf-gold-light) !important;
    transform: translateX(3px);
}


/* =====================================
   最下部
===================================== */

.kiyose-footer__bottom {
    width: 100%;
    border-top: 1px solid var(--kf-line);
    background: var(--kf-deep);
}

.kiyose-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 26px 0;
}

.kiyose-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.kiyose-footer__legal a {
    color: rgba(255, 255, 255, 0.42) !important;
    font-size: 9px;
    line-height: 1.6;
    transition: color 0.25s ease;
}

.kiyose-footer__legal a:hover {
    color: #fff !important;
}

.kiyose-footer__copyright {
    flex: 0 0 auto;
    margin: 0;
    color: rgba(255, 255, 255, 0.32);
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}


/* =====================================
   footer.php・yStandard対策
===================================== */


.kiyose-footer,
.kiyose-footer__cta,
.kiyose-footer__main,
.kiyose-footer__bottom {
    max-width: none !important;
}


/* =====================================
   タブレット
===================================== */

@media (max-width: 1050px) {
    .kiyose-footer__inner {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .kiyose-footer__navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}


/* =====================================
   スマートフォン
===================================== */

@media (max-width: 650px) {
    .kiyose-footer__cta-inner,
    .kiyose-footer__inner,
    .kiyose-footer__bottom-inner {
        width: min(100% - 36px, 1180px);
    }

    .kiyose-footer__cta-inner {
        padding: 65px 0 60px;
    }

    .kiyose-footer__en {
        margin-bottom: 15px;
        font-size: 9px;
    }

    .kiyose-footer__cta-title {
        font-size: clamp(31px, 9.5vw, 42px) !important;
        line-height: 1.45 !important;
    }

    .kiyose-footer__cta-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.9;
    }

    .kiyose-footer__pc {
        display: none;
    }

    .kiyose-footer__cta-badges {
        gap: 6px;
        margin-top: 22px;
    }

    .kiyose-footer__cta-badges span {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .kiyose-footer__floor-grid {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .kiyose-footer__floor {
        min-height: 145px;
        gap: 18px;
        padding: 27px 21px !important;
    }

    .kiyose-footer__floor + .kiyose-footer__floor {
        border-top: 1px solid var(--kf-line);
        border-left: 0;
    }

    .kiyose-footer__floor-number {
        font-size: 21px;
    }

    .kiyose-footer__floor-copy strong {
        font-size: 19px;
    }

    .kiyose-footer__cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 22px;
    }

    .kiyose-footer__button {
        width: 100%;
        min-width: 0;
        min-height: 57px;
    }

    .kiyose-footer__inner {
        gap: 45px;
        padding: 58px 0 48px;
    }

    .kiyose-footer__brand {
        text-align: center;
    }

    .kiyose-footer__logo {
        align-items: center;
    }

    .kiyose-footer__brand-catch {
        margin-top: 27px;
        font-size: 18px;
    }

    .kiyose-footer__access {
        text-align: left;
    }

    .kiyose-footer__navigation {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .kiyose-footer__nav-column {
        border-bottom: 1px solid var(--kf-line);
    }

    .kiyose-footer__nav-title {
        position: relative;
        margin: 0;
        padding: 18px 38px 18px 0;
        border-bottom: 0;
        cursor: pointer;
        pointer-events: auto;
    }

    .kiyose-footer__nav-title::after {
        position: absolute;
        top: 50%;
        right: 4px;
        display: block;
        content: "+";
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        transform: translateY(-50%);
    }

    .kiyose-footer__nav-column.is-open
    .kiyose-footer__nav-title::after {
        content: "?";
    }

    .kiyose-footer__nav-column ul {
        display: none;
        gap: 0;
        padding: 0 0 16px !important;
    }

    .kiyose-footer__nav-column.is-open ul {
        display: grid;
    }

    .kiyose-footer__nav-column a {
        display: block;
        padding: 8px 0;
    }

    .kiyose-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 19px;
        padding: 24px 0 27px;
    }

    .kiyose-footer__legal {
        gap: 9px 17px;
    }

    .kiyose-footer__copyright {
        width: 100%;
        text-align: left;
    }
}

/* =====================================
   STUDIO CAMPUS TAKADANOBABA
   高田馬場共通フッター
===================================== */

.baba-footer {
    --bf-deep: #101c24;
    --bf-deeper: #09151c;
    --bf-orange: #f4880b;
    --bf-blue: #1688c3;
    --bf-red: #e4003b;
    --bf-white: #ffffff;
    --bf-line: rgba(255, 255, 255, 0.14);

    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    transform: none !important;
    background: var(--bf-deeper);
    color: #fff;
    font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.baba-footer *,
.baba-footer *::before,
.baba-footer *::after {
    box-sizing: border-box;
}

.baba-footer a {
    color: inherit;
    text-decoration: none !important;
}

.baba-footer p,
.baba-footer h2,
.baba-footer dl,
.baba-footer dd,
.baba-footer ul,
.baba-footer li {
    margin-top: 0;
}

.baba-footer ul {
    list-style: none;
}


/* =====================================
   予約CTA
===================================== */

.baba-footer__cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        linear-gradient(
            115deg,
            rgba(244, 136, 11, 0.09),
            transparent 42%
        ),
        linear-gradient(
            245deg,
            rgba(22, 136, 195, 0.15),
            transparent 45%
        ),
        var(--bf-deep);
}

.baba-footer__cta::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 4px;
    content: "";
    background: var(--bf-orange);
}

.baba-footer__cta::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 4px;
    content: "";
    background: var(--bf-blue);
}

.baba-footer__decoration {
    position: absolute;
    top: -380px;
    left: 50%;
    width: 670px;
    height: 670px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transform: translateX(-50%) rotate(45deg);
    pointer-events: none;
}

.baba-footer__decoration::before {
    position: absolute;
    inset: 90px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    content: "";
}

.baba-footer__cta-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 90px 0 85px;
}

.baba-footer__cta-copy {
    max-width: 850px;
    opacity: 1 !important;
    visibility: visible !important;
}

.baba-footer__en {
    margin: 0 0 18px;
    color: var(--bf-blue);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.23em;
}

.baba-footer__cta-title {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(38px, 4vw, 58px) !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.04em;
}

.baba-footer__cta-title::before,
.baba-footer__cta-title::after {
    display: none !important;
}

.baba-footer__cta-text {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 2;
}

.baba-footer__cta-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 27px;
}

.baba-footer__cta-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 700;
}


/* =====================================
   スタジオ選択
===================================== */

.baba-footer__studio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 50px;
    border: 1px solid var(--bf-line);
}

.baba-footer__studio {
    position: relative;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
    min-width: 0;
    min-height: 185px;
    padding: 34px 38px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.025);
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.baba-footer__studio + .baba-footer__studio {
    border-left: 1px solid var(--bf-line);
}

.baba-footer__studio::before {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 4px;
    content: "";
}

.baba-footer__studio--a::before {
    background: var(--bf-orange);
}

.baba-footer__studio--b::before {
    background: var(--bf-blue);
}

.baba-footer__studio--a:hover {
    color: #fff !important;
    background: rgba(244, 136, 11, 0.11);
    transform: translateY(-2px);
}

.baba-footer__studio--b:hover {
    color: #fff !important;
    background: rgba(22, 136, 195, 0.14);
    transform: translateY(-2px);
}

.baba-footer__studio-number {
    align-self: flex-start;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
}

.baba-footer__studio--a .baba-footer__studio-number {
    color: var(--bf-orange);
}

.baba-footer__studio--b .baba-footer__studio-number {
    color: var(--bf-blue);
}

.baba-footer__studio-copy {
    display: block;
    min-width: 0;
}

.baba-footer__studio-copy small {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.13em;
}

.baba-footer__studio-copy strong {
    display: block;
    color: #fff;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 800;
    line-height: 1.4;
}

.baba-footer__studio-spec {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 600;
}

.baba-footer__studio-copy em {
    display: block;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.baba-footer__studio-arrow {
    color: #fff;
    font-size: 26px;
    transition: transform 0.25s ease;
}

.baba-footer__studio:hover
.baba-footer__studio-arrow {
    transform: translateX(5px);
}


/* =====================================
   CTAボタン
===================================== */

.baba-footer__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.baba-footer__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    min-width: 270px;
    min-height: 62px;
    padding: 17px 24px !important;
    font-size: 13px;
    font-weight: 800;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.baba-footer__button:hover {
    transform: translateY(-2px);
}

.baba-footer__button--main {
    border: 1px solid var(--bf-red);
    color: #fff !important;
    background: var(--bf-red);
}

.baba-footer__button--main:hover {
    border-color: #f4164d;
    color: #fff !important;
    background: #f4164d;
}

.baba-footer__button--sub {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
    background: transparent;
}

.baba-footer__button--sub:hover {
    border-color: #fff;
    color: var(--bf-deep) !important;
    background: #fff;
}


/* =====================================
   メインフッター
===================================== */

.baba-footer__main {
    width: 100%;
    background: var(--bf-deeper);
}

.baba-footer__inner {
    display: grid;
    grid-template-columns:
        minmax(260px, 0.72fr)
        minmax(650px, 1.28fr);
    gap: 85px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 78px 0 70px;
}


/* =====================================
   ブランド
===================================== */

.baba-footer__brand {
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.baba-footer__logo {
    display: inline-flex !important;
    align-items: center;
    gap: 14px;
    color: #fff !important;
}

.baba-footer__logo-mark {
    display: flex;
    width: 35px;
    height: 35px;
}

.baba-footer__logo-mark i {
    display: block;
    width: 50%;
    height: 100%;
}

.baba-footer__logo-mark i:first-child {
    border-radius: 5px 0 0 5px;
    background: var(--bf-orange);
}

.baba-footer__logo-mark i:last-child {
    border-radius: 0 5px 5px 0;
    background: var(--bf-blue);
}

.baba-footer__logo-text {
    display: block;
}

.baba-footer__logo-text strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.baba-footer__logo-text small {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.baba-footer__brand-catch {
    margin: 32px 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

.baba-footer__brand-text {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    line-height: 2;
}

.baba-footer__access {
    display: grid;
    gap: 11px;
    margin: 27px 0 0;
}

.baba-footer__access div {
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 13px;
    padding-top: 11px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.baba-footer__access dt {
    color: var(--bf-blue);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.baba-footer__access dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    line-height: 1.7;
}


/* =====================================
   ナビゲーション
===================================== */

.baba-footer__navigation {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.baba-footer__nav-column {
    min-width: 0;
}

.baba-footer__nav-title {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid var(--bf-line);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.42);
    background: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-align: left;
    pointer-events: none;
}

.baba-footer__nav-column ul {
    display: grid;
    gap: 13px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.baba-footer__nav-column li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.baba-footer__nav-column li::before,
.baba-footer__nav-column li::after {
    display: none !important;
}

.baba-footer__nav-column a {
    display: inline-block;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.7;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.baba-footer__nav-column a:hover {
    color: #47b5ed !important;
    transform: translateX(3px);
}


/* =====================================
   最下部
===================================== */

.baba-footer__bottom {
    width: 100%;
    border-top: 1px solid var(--bf-line);
    background: var(--bf-deeper);
}

.baba-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 26px 0;
}

.baba-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.baba-footer__legal a {
    color: rgba(255, 255, 255, 0.42) !important;
    font-size: 9px;
    line-height: 1.6;
    transition: color 0.25s ease;
}

.baba-footer__legal a:hover {
    color: #fff !important;
}

.baba-footer__copyright {
    flex: 0 0 auto;
    margin: 0;
    color: rgba(255, 255, 255, 0.32);
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}


/* =====================================
   footer.php・yStandard対策
===================================== */

#content.site-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.baba-footer,
.baba-footer__cta,
.baba-footer__main,
.baba-footer__bottom {
    max-width: none !important;
}

html,
body {
    overflow-x: hidden;
}


/* =====================================
   タブレット
===================================== */

@media (max-width: 1050px) {
    .baba-footer__inner {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .baba-footer__navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}


/* =====================================
   スマートフォン
===================================== */

@media (max-width: 650px) {
    .baba-footer__cta-inner,
    .baba-footer__inner,
    .baba-footer__bottom-inner {
        width: min(100% - 36px, 1180px);
    }

    .baba-footer__cta-inner {
        padding: 65px 0 60px;
    }

    .baba-footer__en {
        margin-bottom: 15px;
        font-size: 9px;
    }

    .baba-footer__cta-title {
        font-size: clamp(31px, 9.5vw, 42px) !important;
        line-height: 1.45 !important;
    }

    .baba-footer__cta-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.9;
    }

    .baba-footer__pc {
        display: none;
    }

    .baba-footer__cta-badges {
        gap: 6px;
        margin-top: 22px;
    }

    .baba-footer__cta-badges span {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .baba-footer__studio-grid {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .baba-footer__studio {
        min-height: 150px;
        gap: 18px;
        padding: 27px 21px !important;
    }

    .baba-footer__studio
    + .baba-footer__studio {
        border-top: 1px solid var(--bf-line);
        border-left: 0;
    }

    .baba-footer__studio-copy strong {
        font-size: 21px;
    }

    .baba-footer__cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 22px;
    }

    .baba-footer__button {
        width: 100%;
        min-width: 0;
        min-height: 57px;
    }

    .baba-footer__inner {
        gap: 45px;
        padding: 58px 0 48px;
    }

    .baba-footer__brand {
        text-align: center;
    }

    .baba-footer__logo {
        justify-content: center;
    }

    .baba-footer__access {
        text-align: left;
    }

    .baba-footer__navigation {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .baba-footer__nav-column {
        border-bottom: 1px solid var(--bf-line);
    }

    .baba-footer__nav-title {
        position: relative;
        margin: 0;
        padding: 18px 38px 18px 0;
        border-bottom: 0;
        cursor: pointer;
        pointer-events: auto;
    }

    .baba-footer__nav-title::after {
        position: absolute;
        top: 50%;
        right: 4px;
        display: block;
        content: "+";
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        transform: translateY(-50%);
    }

    .baba-footer__nav-column.is-open
    .baba-footer__nav-title::after {
        content: "?";
    }

    .baba-footer__nav-column ul {
        display: none;
        gap: 0;
        padding: 0 0 16px !important;
    }

    .baba-footer__nav-column.is-open ul {
        display: grid;
    }

    .baba-footer__nav-column a {
        display: block;
        padding: 8px 0;
    }

    .baba-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 19px;
        padding: 24px 0 27px;
    }

    .baba-footer__legal {
        gap: 9px 17px;
    }

    .baba-footer__copyright {
        width: 100%;
        text-align: left;
    }
}

/* =====================================
   STUDIO CAMPUS カテゴリーアーカイブ
===================================== */

.sc-archive {
    --sca-dark: #111d25;
    --sca-deep: #0a151c;
    --sca-blue: #0788c7;
    --sca-orange: #f39800;
    --sca-red: #e5003d;
    --sca-gray: #f1f4f6;
    --sca-line: #dbe2e6;
    --sca-text: #14212a;
    --sca-muted: #687781;

    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--sca-text);
    background: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.sc-archive *,
.sc-archive *::before,
.sc-archive *::after {
    box-sizing: border-box;
}

.sc-archive a {
    text-decoration: none !important;
}

.sc-archive p,
.sc-archive h1,
.sc-archive h2 {
    margin-top: 0;
}

/* HERO
------------------------------------- */

.sc-archive__hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(243, 152, 0, 0.09), transparent 38%),
        linear-gradient(245deg, rgba(7, 136, 199, 0.14), transparent 42%),
        var(--sca-dark);
}

.sc-archive__hero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 4px;
    content: "";
    background: var(--sca-orange);
}

.sc-archive__hero::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 4px;
    content: "";
    background: var(--sca-blue);
}

.sc-archive--column .sc-archive__hero::before,
.sc-archive--column .sc-archive__hero::after {
    width: 100%;
    background: var(--sca-blue);
}

.sc-archive--news .sc-archive__hero::before,
.sc-archive--news .sc-archive__hero::after {
    width: 100%;
    background: var(--sca-red);
}

.sc-archive--kiyose-news .sc-archive__hero::before,
.sc-archive--kiyose-news .sc-archive__hero::after {
    width: 100%;
    background: var(--sca-orange);
}

.sc-archive__hero-decoration {
    position: absolute;
    top: -440px;
    right: 12%;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transform: rotate(45deg);
}

.sc-archive__hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    width: min(1180px, calc(100% - 48px));
    min-height: 390px;
    margin: 0 auto;
    padding: 95px 0 75px;
}

.sc-archive__eyebrow {
    margin: 0 0 20px;
    color: var(--sca-blue);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-archive--news .sc-archive__eyebrow {
    color: #ff3566;
}

.sc-archive--kiyose-news .sc-archive__eyebrow {
    color: var(--sca-orange);
}

.sc-archive__title {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(48px, 6vw, 82px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.06em;
}

.sc-archive__title::before,
.sc-archive__title::after {
    display: none !important;
}

.sc-archive__lead {
    max-width: 680px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 2;
}

.sc-archive__hero-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 auto;
}

.sc-archive__hero-number {
    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 300;
    line-height: 1;
}

.sc-archive__hero-unit {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

/* カテゴリーナビ
------------------------------------- */

.sc-archive__category-nav {
    border-bottom: 1px solid var(--sca-line);
    background: #fff;
}

.sc-archive__category-nav-inner {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    overflow-x: auto;
    scrollbar-width: none;
}

.sc-archive__category-nav-inner::-webkit-scrollbar {
    display: none;
}

.sc-archive__category-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
    min-height: 68px;
    padding: 15px 27px;
    color: #485861 !important;
    font-size: 12px;
    font-weight: 700;
}

.sc-archive__category-link span {
    color: #a0abb1;
    font-size: 8px;
}

.sc-archive__category-link::after {
    position: absolute;
    right: 27px;
    bottom: -1px;
    left: 27px;
    height: 3px;
    content: "";
    background: transparent;
}

.sc-archive__category-link:hover,
.sc-archive__category-link.is-current {
    color: var(--sca-text) !important;
}

.sc-archive__category-link.is-current::after {
    background: var(--sca-blue);
}

/* 本文
------------------------------------- */

.sc-archive__body {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 85px 0 110px;
}

.sc-archive__description {
    margin-bottom: 45px;
    padding: 26px 30px;
    border-left: 4px solid var(--sca-blue);
    background: var(--sca-gray);
    color: var(--sca-muted);
    font-size: 13px;
    line-height: 2;
}

.sc-archive__description > *:last-child {
    margin-bottom: 0;
}

/* 注目記事
------------------------------------- */

.sc-featured-post {
    margin: 0 0 95px;
    border: 1px solid var(--sca-line);
    background: #fff;
}

.sc-featured-post__link {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    min-height: 520px;
    color: var(--sca-text) !important;
}

.sc-featured-post__image {
    min-width: 0;
    overflow: hidden;
    background: #dfe5e8;
}

.sc-featured-post__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.sc-featured-post__link:hover .sc-featured-post__image img {
    transform: scale(1.035);
}

.sc-featured-post__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 52px;
}

.sc-featured-post__label,
.sc-archive__section-en {
    margin: 0 0 18px;
    color: var(--sca-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.sc-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #7c8991;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.sc-post-meta span {
    padding: 6px 9px;
    color: #fff;
    background: var(--sca-blue);
}

.sc-featured-post__title {
    margin: 24px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--sca-text) !important;
    background: transparent !important;
    font-size: clamp(25px, 2.4vw, 36px) !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.03em;
}

.sc-featured-post__title::before,
.sc-featured-post__title::after,
.sc-article-card__title::before,
.sc-article-card__title::after,
.sc-archive__section-title::before,
.sc-archive__section-title::after {
    display: none !important;
}

.sc-featured-post__excerpt {
    margin: 22px 0 0;
    color: var(--sca-muted);
    font-size: 13px;
    line-height: 2;
}

.sc-featured-post__more,
.sc-article-card__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--sca-line);
    color: var(--sca-text);
    font-size: 11px;
    font-weight: 800;
}

.sc-featured-post__more b,
.sc-article-card__more b {
    font-size: 20px;
    transition: transform 0.25s ease;
}

.sc-featured-post__link:hover .sc-featured-post__more b,
.sc-article-card__link:hover .sc-article-card__more b {
    transform: translateX(5px);
}

/* プレースホルダー
------------------------------------- */

.sc-post-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 260px;
    color: rgba(20, 33, 42, 0.3);
    background:
        linear-gradient(135deg, rgba(243, 152, 0, 0.11), transparent 46%),
        linear-gradient(315deg, rgba(7, 136, 199, 0.14), transparent 46%),
        #e5eaed;
}

.sc-post-placeholder span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.17em;
}

/* 記事一覧
------------------------------------- */

.sc-archive__section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

.sc-archive__section-title {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--sca-text) !important;
    background: transparent !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.04em;
}

.sc-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.sc-article-card {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--sca-line);
    border-bottom: 3px solid var(--sca-blue);
    background: #fff;
}

.sc-article-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--sca-text) !important;
}

.sc-article-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e4e9ec;
}

.sc-article-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc-article-card__link:hover .sc-article-card__image img {
    transform: scale(1.04);
}

.sc-article-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 27px 26px 25px;
}

.sc-article-card__title {
    margin: 22px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--sca-text) !important;
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.65 !important;
    letter-spacing: 0.02em;
}

.sc-article-card__excerpt {
    margin: 17px 0 0;
    color: var(--sca-muted);
    font-size: 12px;
    line-height: 1.9;
}

.sc-article-card__more {
    margin-top: auto;
    padding-top: 25px;
}

/* ページ送り
------------------------------------- */

.sc-archive__pagination {
    margin-top: 75px;
}

.sc-archive__pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.sc-archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 9px 14px;
    border: 1px solid var(--sca-line);
    color: var(--sca-text) !important;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

.sc-archive__pagination .page-numbers.current,
.sc-archive__pagination a.page-numbers:hover {
    border-color: var(--sca-dark);
    color: #fff !important;
    background: var(--sca-dark);
}

.sc-archive__pagination .prev,
.sc-archive__pagination .next {
    padding-right: 20px;
    padding-left: 20px;
}

/* 記事なし
------------------------------------- */

.sc-archive__empty {
    padding: 90px 30px;
    text-align: center;
    background: var(--sca-gray);
}

.sc-archive__empty-en {
    margin: 0 0 15px;
    color: var(--sca-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.sc-archive__empty h2 {
    margin: 0 0 18px;
    font-size: 28px;
}

.sc-archive__empty p {
    color: var(--sca-muted);
    font-size: 13px;
}

.sc-archive__empty a {
    display: inline-block;
    margin-top: 25px;
    color: var(--sca-text) !important;
    font-size: 12px;
    font-weight: 800;
}

/* タブレット
------------------------------------- */

@media (max-width: 950px) {
    .sc-featured-post__link {
        grid-template-columns: 1fr;
    }

    .sc-featured-post__image {
        aspect-ratio: 16 / 9;
    }

    .sc-featured-post__content {
        padding: 42px;
    }

    .sc-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* スマートフォン
------------------------------------- */

@media (max-width: 650px) {
    .sc-archive__hero-inner,
    .sc-archive__category-nav-inner,
    .sc-archive__body {
        width: min(100% - 36px, 1180px);
    }

    .sc-archive__hero-inner {
        display: block;
        min-height: 340px;
        padding: 75px 0 55px;
    }

    .sc-archive__eyebrow {
        margin-bottom: 16px;
        font-size: 9px;
    }

    .sc-archive__title {
        font-size: clamp(42px, 14vw, 62px) !important;
    }

    .sc-archive__lead {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.9;
    }

    .sc-archive__hero-meta {
        align-items: flex-start;
        margin-top: 34px;
    }

    .sc-archive__hero-number {
        font-size: 35px;
    }

    .sc-archive__hero-unit {
        margin-top: 7px;
    }

    .sc-archive__category-nav-inner {
        width: 100%;
        padding: 0 18px;
    }

    .sc-archive__category-link {
        min-height: 60px;
        padding: 13px 18px;
        font-size: 11px;
    }

    .sc-archive__category-link::after {
        right: 18px;
        left: 18px;
    }

    .sc-archive__body {
        padding: 55px 0 75px;
    }

    .sc-archive__description {
        margin-bottom: 32px;
        padding: 21px;
        font-size: 12px;
    }

    .sc-featured-post {
        margin-bottom: 68px;
    }

    .sc-featured-post__link {
        min-height: 0;
    }

    .sc-featured-post__content {
        padding: 28px 24px 26px;
    }

    .sc-featured-post__title {
        margin-top: 20px !important;
        font-size: 23px !important;
        line-height: 1.55 !important;
    }

    .sc-featured-post__excerpt {
        font-size: 12px;
    }

    .sc-archive__section-head {
        margin-bottom: 30px;
    }

    .sc-archive__section-title {
        font-size: 27px !important;
    }

    .sc-archive__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sc-article-card__content {
        padding: 24px 22px 22px;
    }

    .sc-article-card__title {
        font-size: 17px !important;
    }

    .sc-archive__pagination {
        margin-top: 50px;
    }

    .sc-archive__pagination .page-numbers {
        min-width: 42px;
        min-height: 42px;
        padding: 7px 11px;
    }
}

/* =====================================
   STUDIO CAMPUS 個別投稿
===================================== */

.sc-single {
    --scs-dark: #111d25;
    --scs-deep: #0a151c;
    --scs-blue: #0788c7;
    --scs-orange: #f39800;
    --scs-red: #e5003d;
    --scs-text: #17232b;
    --scs-muted: #687780;
    --scs-gray: #f2f5f6;
    --scs-line: #dce3e6;

    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--scs-text);
    background: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.sc-single *,
.sc-single *::before,
.sc-single *::after {
    box-sizing: border-box;
}

.sc-single a {
    text-decoration: none;
}

/* HERO
------------------------------------- */

.sc-single__hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(243, 152, 0, 0.08), transparent 40%),
        linear-gradient(245deg, rgba(7, 136, 199, 0.13), transparent 45%),
        var(--scs-dark);
}

.sc-single__hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--scs-orange) 0 50%, var(--scs-blue) 50% 100%);
}

.sc-single__hero-decoration {
    position: absolute;
    top: -430px;
    right: 7%;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transform: rotate(45deg);
}

.sc-single__hero-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0 75px;
}

.sc-single__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 9px;
}

.sc-single__breadcrumb a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.sc-single__breadcrumb a:hover {
    color: #fff !important;
}

.sc-single__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.82fr);
    align-items: center;
    gap: 70px;
}

.sc-single__hero-copy {
    min-width: 0;
}

.sc-single__eyebrow {
    margin: 0 0 22px;
    color: var(--scs-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.sc-single__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.sc-single__category {
    display: inline-flex;
    padding: 7px 11px;
    color: #fff !important;
    background: var(--scs-blue);
    font-size: 9px;
    font-weight: 800;
}

.sc-single__meta time {
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.sc-single__title {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.035em;
}

.sc-single__title::before,
.sc-single__title::after {
    display: none !important;
}

.sc-single__summary {
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 2;
}

.sc-single__hero-image {
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #dfe5e8;
    box-shadow: 22px 22px 0 rgba(255, 255, 255, 0.05);
}

.sc-single__hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-single__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 220px;
    color: rgba(23, 35, 43, 0.28);
    background:
        linear-gradient(135deg, rgba(243, 152, 0, 0.12), transparent 46%),
        linear-gradient(315deg, rgba(7, 136, 199, 0.15), transparent 46%),
        #e5eaed;
}

.sc-single__placeholder span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.17em;
}

/* 本文外枠
------------------------------------- */

.sc-single__main {
    width: min(860px, calc(100% - 48px));
    margin: 0 auto;
    padding: 90px 0 100px;
}

.sc-single__content {
    color: #35444d;
    font-size: 16px;
    line-height: 2.05;
}

.sc-single__content > *:first-child {
    margin-top: 0 !important;
}

.sc-single__content > *:last-child {
    margin-bottom: 0 !important;
}

/* 旧テーマの本文装飾を新デザインへ統一
------------------------------------- */

.sc-single__content h2,
.sc-single__content h3,
.sc-single__content h4,
.sc-single__content h5 {
    position: relative !important;
    height: auto !important;
    max-width: none !important;
    color: var(--scs-text) !important;
    background: transparent !important;
    box-shadow: none !important;
    text-transform: none !important;
}

.sc-single__content h2 {
    margin: 82px 0 30px !important;
    padding: 0 0 20px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--scs-line) !important;
    font-size: clamp(27px, 3vw, 37px) !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
}

.sc-single__content h2::before {
    position: absolute !important;
    bottom: -1px !important;
    left: 0 !important;
    display: block !important;
    width: 72px !important;
    height: 3px !important;
    content: "" !important;
    background: var(--scs-blue) !important;
}

.sc-single__content h2::after {
    display: none !important;
}

.sc-single__content h3 {
    margin: 60px 0 24px !important;
    padding: 10px 0 10px 20px !important;
    border: 0 !important;
    border-left: 4px solid var(--scs-orange) !important;
    font-size: clamp(22px, 2.4vw, 29px) !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
}

.sc-single__content h3::before,
.sc-single__content h3::after {
    display: none !important;
}

.sc-single__content h4 {
    margin: 48px 0 20px !important;
    padding: 0 0 12px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--scs-line) !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
}

.sc-single__content h5 {
    margin: 38px 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
}

.sc-single__content h4::before,
.sc-single__content h4::after,
.sc-single__content h5::before,
.sc-single__content h5::after {
    display: none !important;
}

.sc-single__content p {
    margin: 0 0 27px;
}

.sc-single__content a {
    color: #087bb2;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.sc-single__content strong {
    color: var(--scs-text);
    font-weight: 800;
}

.sc-single__content img {
    display: block;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin-right: auto;
    margin-left: auto;
}

.sc-single__content figure {
    max-width: 100% !important;
    margin: 42px 0 !important;
}

.sc-single__content figcaption {
    margin-top: 11px;
    color: #7a878e;
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
}

.sc-single__content ul,
.sc-single__content ol {
    margin: 30px 0 !important;
    padding: 26px 30px 26px 52px !important;
    border: 1px solid var(--scs-line);
    background: var(--scs-gray);
}

.sc-single__content li {
    margin: 8px 0 !important;
    padding: 0 !important;
}

.sc-single__content blockquote {
    position: relative;
    margin: 42px 0 !important;
    padding: 30px 34px 30px 42px !important;
    border: 0 !important;
    border-left: 4px solid var(--scs-blue) !important;
    color: #4e5d65;
    background: var(--scs-gray) !important;
}

.sc-single__content blockquote::before,
.sc-single__content blockquote::after {
    display: none !important;
}

.sc-single__content table {
    width: 100% !important;
    min-width: 620px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    background: #fff;
}

.sc-single__content .wp-block-table,
.sc-single__content .table-scroll,
.sc-single__content div:has(> table) {
    max-width: 100%;
    margin: 42px 0;
    overflow-x: auto;
}

.sc-single__content th,
.sc-single__content td {
    padding: 16px 18px !important;
    border: 1px solid var(--scs-line) !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    text-align: left;
    vertical-align: top;
}

.sc-single__content th {
    color: #fff !important;
    background: var(--scs-dark) !important;
    font-weight: 800 !important;
}

.sc-single__content .wp-block-button {
    margin: 35px 0;
}

.sc-single__content .wp-block-button__link,
.sc-single__content a[class*="button"],
.sc-single__content a[class*="btn"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    background: var(--scs-dark) !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.sc-single__content hr {
    margin: 60px 0;
    border: 0;
    border-top: 1px solid var(--scs-line);
}

/* 記事情報
------------------------------------- */

.sc-single__article-footer {
    margin-top: 80px;
    padding: 30px;
    border-top: 3px solid var(--scs-blue);
    background: var(--scs-gray);
}

.sc-single__footer-meta p {
    margin: 0 0 8px;
    color: var(--scs-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.sc-single__footer-meta a {
    color: var(--scs-text) !important;
    font-size: 14px;
    font-weight: 800;
}

.sc-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--scs-line);
}

.sc-single__tags span,
.sc-single__tags a {
    padding: 6px 9px;
    color: #69777f !important;
    background: #fff;
    font-size: 9px;
    font-weight: 700;
}

/* 前後記事
------------------------------------- */

.sc-single__post-nav {
    border-top: 1px solid var(--scs-line);
    border-bottom: 1px solid var(--scs-line);
    background: #fff;
}

.sc-single__post-nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.sc-single__post-nav-item a,
.sc-single__post-nav-index {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 145px;
    padding: 30px;
    color: var(--scs-text) !important;
}

.sc-single__post-nav-item span {
    margin-bottom: 10px;
    color: var(--scs-blue);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.sc-single__post-nav-item strong {
    font-size: 12px;
    line-height: 1.7;
}

.sc-single__post-nav-item--next {
    text-align: right;
}

.sc-single__post-nav-index {
    align-items: center;
    min-width: 170px;
    border-right: 1px solid var(--scs-line);
    border-left: 1px solid var(--scs-line);
    font-size: 10px;
    font-weight: 800;
}

.sc-single__post-nav-index span {
    margin-bottom: 8px;
    color: var(--scs-blue);
    letter-spacing: 0.2em;
}

/* 関連記事
------------------------------------- */

.sc-single__related {
    padding: 95px 0 110px;
    background: var(--scs-gray);
}

.sc-single__related-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.sc-single__related-en {
    margin: 0 0 16px;
    color: var(--scs-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-align: center;
}

.sc-single__related-title {
    margin: 0 0 42px !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--scs-text) !important;
    background: transparent !important;
    font-size: clamp(27px, 3vw, 40px) !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-align: center;
}

.sc-single__related-title::before,
.sc-single__related-title::after {
    display: none !important;
}

.sc-single__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.sc-single__related-card {
    margin: 0;
    border-bottom: 3px solid var(--scs-blue);
    background: #fff;
}

.sc-single__related-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--scs-text) !important;
}

.sc-single__related-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.sc-single__related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.sc-single__related-card:hover img {
    transform: scale(1.04);
}

.sc-single__related-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.sc-single__related-content time {
    color: var(--scs-muted);
    font-size: 9px;
}

.sc-single__related-content h3 {
    margin: 17px 0 25px !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--scs-text) !important;
    background: transparent !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.65 !important;
}

.sc-single__related-content h3::before,
.sc-single__related-content h3::after {
    display: none !important;
}

.sc-single__related-content > span {
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid var(--scs-line);
    font-size: 10px;
    font-weight: 800;
}

/* タブレット
------------------------------------- */

@media (max-width: 950px) {
    .sc-single__hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .sc-single__hero-image {
        max-width: 720px;
        box-shadow: 14px 14px 0 rgba(255, 255, 255, 0.05);
    }
}

/* スマートフォン
------------------------------------- */

@media (max-width: 650px) {
    .sc-single__hero-inner,
    .sc-single__main,
    .sc-single__post-nav-inner,
    .sc-single__related-inner {
        width: min(100% - 36px, 1180px);
    }

    .sc-single__hero-inner {
        padding: 28px 0 55px;
    }

    .sc-single__breadcrumb {
        margin-bottom: 34px;
    }

    .sc-single__hero-grid {
        gap: 36px;
    }

    .sc-single__eyebrow {
        margin-bottom: 17px;
        font-size: 8px;
    }

    .sc-single__title {
        font-size: clamp(29px, 8.8vw, 40px) !important;
        line-height: 1.5 !important;
    }

    .sc-single__summary {
        margin-top: 21px;
        font-size: 12px;
    }

    .sc-single__hero-image {
        box-shadow: 9px 9px 0 rgba(255, 255, 255, 0.05);
    }

    .sc-single__main {
        padding: 58px 0 70px;
    }

    .sc-single__content {
        font-size: 15px;
        line-height: 1.95;
    }

    .sc-single__content h2 {
        margin-top: 62px !important;
        font-size: 25px !important;
    }

    .sc-single__content h3 {
        margin-top: 48px !important;
        padding-left: 16px !important;
        font-size: 21px !important;
    }

    .sc-single__content h4 {
        margin-top: 40px !important;
        font-size: 19px !important;
    }

    .sc-single__content ul,
    .sc-single__content ol {
        padding: 21px 20px 21px 42px !important;
    }

    .sc-single__content blockquote {
        padding: 24px 22px !important;
    }

    .sc-single__content th,
    .sc-single__content td {
        padding: 13px !important;
        font-size: 12px !important;
    }

    .sc-single__article-footer {
        margin-top: 60px;
        padding: 24px;
    }

    .sc-single__post-nav-inner {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .sc-single__post-nav-item a,
    .sc-single__post-nav-index {
        min-height: 105px;
        padding: 24px 18px;
    }

    .sc-single__post-nav-index {
        min-width: 0;
        border: 0;
        border-top: 1px solid var(--scs-line);
        border-bottom: 1px solid var(--scs-line);
    }

    .sc-single__post-nav-item--next {
        text-align: left;
    }

    .sc-single__related {
        padding: 70px 0 75px;
    }

    .sc-single__related-title {
        margin-bottom: 31px !important;
        font-size: 27px !important;
    }

    .sc-single__related-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* =====================================
   ダンススタジオの広さと人数の目安
   記事専用CSS
===================================== */

/* 冒頭画像 */
.sc-single__content > img:first-child {
    display: block;
    width: 100% !important;
    margin: 0 0 42px !important;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

/* 人数別早見カード */
.sc-single__content .dance-size-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 35px 0 20px;
}

.sc-single__content .dance-card {
    position: relative;
    min-width: 0;
    padding: 26px 18px 24px;
    overflow: hidden;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
    text-align: center;
}

.sc-single__content .dance-card:nth-child(3),
.sc-single__content .dance-card:nth-child(4) {
    border-top-color: #f39800;
}

.sc-single__content .dance-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    min-height: 28px;
    padding: 5px 10px;
    color: #fff;
    background: #17232b;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.sc-single__content .dance-card .size {
    margin: 20px 0 8px !important;
    color: #0788c7;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 900;
    line-height: 1.3;
    white-space: nowrap;
}

.sc-single__content .dance-card:nth-child(3) .size,
.sc-single__content .dance-card:nth-child(4) .size {
    color: #dd7d00;
}

.sc-single__content .dance-card .desc {
    margin: 0 !important;
    color: #687780;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.7;
}

.sc-single__content .dance-note {
    position: relative;
    margin: 18px 0 52px !important;
    padding: 15px 18px 15px 42px;
    color: #687780;
    background: #f2f5f6;
    font-size: 11px;
    line-height: 1.8;
}

.sc-single__content .dance-note::before {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #0788c7;
    content: "!";
    font-size: 13px;
    font-weight: 900;
}

/* 20㎡・30㎡比較 */
.sc-single__content .dance-example {
    margin: 75px 0;
    padding: 48px;
    background: #f2f5f6;
}

.sc-single__content .dance-example > h2:first-child {
    margin-top: 0 !important;
}

.sc-single__content .dance-example-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 35px;
}

.sc-single__content .dance-example-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    padding: 0 0 26px;
    border: 1px solid #dce3e6;
    background: #fff;
}

.sc-single__content .dance-example-card h5 {
    margin: 0 !important;
    padding: 17px 20px !important;
    border: 0 !important;
    color: #fff !important;
    background: #17232b !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
}

.sc-single__content .dance-example-card:first-child h5 {
    border-left: 5px solid #0788c7 !important;
}

.sc-single__content .dance-example-card:last-child h5 {
    border-left: 5px solid #f39800 !important;
}

.sc-single__content .dance-example-card img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 23px !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.sc-single__content .dance-example-card p {
    margin: 0 22px 16px !important;
    color: #52616a;
    font-size: 12px;
    line-height: 1.9;
}

.sc-single__content .dance-example-card p:first-of-type {
    padding-bottom: 17px;
    border-bottom: 1px solid #e1e6e9;
}

.sc-single__content .dance-example-card p:first-of-type strong {
    color: #17232b;
    font-size: 14px;
}

.sc-single__content .dance-example-link {
    margin: 28px 0 0 !important;
    text-align: center;
}

.sc-single__content .dance-example-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 25px;
    color: #fff !important;
    background: #17232b;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.sc-single__content .dance-example-link a:hover {
    background: #0788c7;
    transform: translateY(-2px);
}

/* CTA */
.sc-single__content .dance-studio-cta {
    position: relative;
    margin: 75px 0 0;
    padding: 48px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(243, 152, 0, 0.11), transparent 42%),
        linear-gradient(240deg, rgba(7, 136, 199, 0.14), transparent 45%),
        #111d25;
}

.sc-single__content .dance-studio-cta::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 4px;
    content: "";
    background: #f39800;
}

.sc-single__content .dance-studio-cta::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 4px;
    content: "";
    background: #0788c7;
}

.sc-single__content .dance-studio-cta h4 {
    margin: 0 0 23px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
}

.sc-single__content .dance-studio-cta h4::before,
.sc-single__content .dance-studio-cta h4::after {
    display: none !important;
}

.sc-single__content .dance-studio-cta > p {
    margin: 0 0 24px !important;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.95;
}

.sc-single__content .dance-studio-cta > p strong {
    color: #fff;
}

.sc-single__content .dance-studio-price {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.sc-single__content .dance-studio-price > div {
    min-width: 0;
    padding: 25px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.9;
}

.sc-single__content .dance-studio-price > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.sc-single__content .dance-studio-price > div:first-child {
    border-top: 4px solid #f39800;
}

.sc-single__content .dance-studio-price > div:last-child {
    border-top: 4px solid #0788c7;
}

.sc-single__content .dance-studio-price strong {
    color: #fff;
    font-size: 18px;
}

.sc-single__content .dance-studio-price span {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
}

.sc-single__content .dance-studio-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.sc-single__content .dance-studio-buttons a,
.sc-single__content .dance-studio-buttons a[class*="btn"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 15px 20px !important;
    border-radius: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sc-single__content .dance-studio-buttons a:hover {
    transform: translateY(-2px);
}

.sc-single__content .dance-studio-buttons .dance-btn-sub {
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    background: transparent !important;
}

.sc-single__content .dance-studio-buttons .dance-btn-sub:hover {
    border-color: #fff !important;
    color: #17232b !important;
    background: #fff !important;
}

.sc-single__content .dance-studio-buttons .dance-btn-main {
    border: 1px solid #e5003d !important;
    background: #e5003d !important;
}

.sc-single__content .dance-studio-buttons .dance-btn-main:hover {
    border-color: #f4164d !important;
    background: #f4164d !important;
}

/* タブレット */
@media (max-width: 850px) {
    .sc-single__content .dance-size-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* スマートフォン */
@media (max-width: 650px) {
    .sc-single__content > img:first-child {
        margin-bottom: 31px !important;
        aspect-ratio: 16 / 10;
    }

    .sc-single__content .dance-size-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 27px;
    }

    .sc-single__content .dance-card {
        padding: 21px 10px 19px;
    }

    .sc-single__content .dance-card .size {
        margin-top: 16px !important;
        font-size: 19px;
    }

    .sc-single__content .dance-card .desc {
        font-size: 9px;
    }

    .sc-single__content .dance-example {
        margin: 58px -18px;
        padding: 37px 18px;
    }

    .sc-single__content .dance-example-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 28px;
    }

    .sc-single__content .dance-example-link a {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .sc-single__content .dance-studio-cta {
        margin: 58px -18px 0;
        padding: 37px 18px;
    }

    .sc-single__content .dance-studio-price {
        grid-template-columns: 1fr;
    }

    .sc-single__content .dance-studio-price > div + div {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .sc-single__content .dance-studio-buttons {
        grid-template-columns: 1fr;
    }
}

/* =====================================
   高田馬場・ダンス練習場所の選び方
   記事本文専用CSS
   前提：single.php の本文ラッパーが .sc-single__content
===================================== */

/* 冒頭画像 */


.sc-single__content .baba-dance-guide {
    color: #35444d;
}

.sc-single__content .baba-dance-guide p {
    line-height: 2;
}

.sc-single__content .baba-dance-guide .guide-lead {
    margin: 0 0 24px !important;
    padding: 25px 28px;
    border-left: 4px solid #0788c7;
    background: #f2f5f6;
    color: #24333c;
    font-size: 16px;
    line-height: 2;
}

/* 本文内の画像 */
.sc-single__content .baba-dance-guide > img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 28px 0 30px !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* 6つのポイント */
.sc-single__content .guide-point-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 65px;
}

.sc-single__content .guide-point-card {
    position: relative;
    min-width: 0;
    padding: 28px 24px 25px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
}

.sc-single__content .guide-point-card:nth-child(4),
.sc-single__content .guide-point-card:nth-child(5),
.sc-single__content .guide-point-card:nth-child(6) {
    border-top-color: #f39800;
}

.sc-single__content .guide-point-num {
    margin-bottom: 17px;
    color: #cbd4d8;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.sc-single__content .guide-point-card h4 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #17232b !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
}

.sc-single__content .guide-point-card h4::before,
.sc-single__content .guide-point-card h4::after {
    display: none !important;
}

.sc-single__content .guide-point-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 12px;
    line-height: 1.85;
}

/* 人数別の広さ */
.sc-single__content .guide-size-list {
    margin: 32px 0 18px;
    border-top: 1px solid #dce3e6;
}

.sc-single__content .guide-size-row {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    align-items: stretch;
    border-right: 1px solid #dce3e6;
    border-bottom: 1px solid #dce3e6;
    border-left: 1px solid #dce3e6;
    background: #fff;
}

.sc-single__content .guide-size-person {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    background: #17232b;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.sc-single__content .guide-size-row:nth-child(even) .guide-size-person {
    background: #0788c7;
}

.sc-single__content .guide-size-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
}

.sc-single__content .guide-size-content strong {
    color: #17232b;
    font-size: 20px;
    font-weight: 900;
}

.sc-single__content .guide-size-content span {
    color: #687780;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.sc-single__content .guide-note {
    position: relative;
    margin: 18px 0 30px !important;
    padding: 15px 18px 15px 43px;
    background: #f2f5f6;
    color: #687780;
    font-size: 11px;
    line-height: 1.8 !important;
}

.sc-single__content .guide-note::before {
    position: absolute;
    top: 16px;
    left: 19px;
    color: #0788c7;
    content: "!";
    font-weight: 900;
}

/* 関連記事 */
.sc-single__content .guide-related {
    margin: 30px 0 65px;
    padding: 22px 25px;
    border: 1px solid #dce3e6;
    border-left: 4px solid #f39800;
    background: #fff;
    color: #52616a;
    font-size: 13px;
    line-height: 1.9;
}

.sc-single__content .guide-related strong {
    display: block;
    margin-bottom: 4px;
    color: #17232b;
}

.sc-single__content .guide-related a {
    color: #0788c7 !important;
    font-weight: 800;
    text-underline-offset: 4px;
}

/* チェック欄・アクセス欄 */
.sc-single__content .guide-check,
.sc-single__content .guide-access-box {
    margin: 30px 0 65px;
    padding: 27px 30px;
    border: 1px solid #dce3e6;
    background: #f5f7f8;
}

.sc-single__content .guide-check > strong {
    display: block;
    margin-bottom: 14px;
    color: #0788c7;
    font-size: 13px;
    letter-spacing: .05em;
}

.sc-single__content .guide-check ul,
.sc-single__content .guide-access-box ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-single__content .guide-check li,
.sc-single__content .guide-access-box li {
    position: relative;
    margin: 0 !important;
    padding: 8px 0 8px 24px !important;
    border-bottom: 1px solid #dce3e6;
    color: #35444d;
    font-size: 13px;
    line-height: 1.7;
}

.sc-single__content .guide-check li:last-child,
.sc-single__content .guide-access-box li:last-child {
    border-bottom: 0;
}

.sc-single__content .guide-check li::before,
.sc-single__content .guide-access-box li::before {
    position: absolute;
    top: 10px;
    left: 2px;
    color: #f39800;
    content: "?";
    font-weight: 900;
}

.sc-single__content .guide-access-box h4 {
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #17232b !important;
    font-size: 18px !important;
}

.sc-single__content .guide-access-box h4::before,
.sc-single__content .guide-access-box h4::after {
    display: none !important;
}

.sc-single__content .guide-access-box p {
    margin: 17px 0 0 !important;
    color: #687780;
    font-size: 12px;
}

/* 同一料金の訴求 */
.sc-single__content .guide-price-point {
    margin: 32px 0 65px;
    padding: 33px 35px;
    border-top: 4px solid #f39800;
    background: #17232b;
    color: #fff;
    text-align: center;
}

.sc-single__content .guide-price-point span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    font-weight: 700;
}

.sc-single__content .guide-price-point strong {
    display: block;
    color: #fff;
    font-size: clamp(21px, 3vw, 30px);
    font-weight: 900;
    line-height: 1.5;
}

.sc-single__content .guide-price-point p {
    margin: 9px 0 0 !important;
    color: rgba(255,255,255,.75);
    font-size: 12px;
}

/* A・B料金比較 */
.sc-single__content .guide-price-example {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 32px 0 65px;
}

.sc-single__content .guide-price-card {
    min-width: 0;
    padding: 28px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #f39800;
    background: #fff;
    text-align: center;
}

.sc-single__content .guide-price-card:last-child {
    border-top-color: #0788c7;
}

.sc-single__content .guide-price-card h4 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #17232b !important;
    font-size: 19px !important;
}

.sc-single__content .guide-price-card h4::before,
.sc-single__content .guide-price-card h4::after {
    display: none !important;
}

.sc-single__content .guide-price-card p {
    margin: 8px 0 0 !important;
    color: #687780;
    font-size: 13px;
}

.sc-single__content .guide-price-card .guide-price-main {
    color: #dd7d00;
    font-size: 24px;
    font-weight: 900;
}

.sc-single__content .guide-price-card:last-child .guide-price-main {
    color: #0788c7;
}

/* 最終CTA */
.sc-single__content .baba-guide-cta {
    position: relative;
    margin: 80px 0 0;
    padding: 50px;
    overflow: hidden;
    background:
        linear-gradient(125deg, rgba(243,152,0,.12), transparent 43%),
        linear-gradient(235deg, rgba(7,136,199,.15), transparent 45%),
        #111d25;
    color: #fff;
}

.sc-single__content .baba-guide-cta::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 4px;
    background: #f39800;
    content: "";
}

.sc-single__content .baba-guide-cta::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 4px;
    background: #0788c7;
    content: "";
}

.sc-single__content .baba-guide-cta-label {
    margin-bottom: 13px;
    color: #f3a21b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.sc-single__content .baba-guide-cta > h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: clamp(27px, 4vw, 40px) !important;
    line-height: 1.45 !important;
}

.sc-single__content .baba-guide-cta > h2::before,
.sc-single__content .baba-guide-cta > h2::after {
    display: none !important;
}

.sc-single__content .baba-guide-cta > p {
    margin: 0 0 28px !important;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.sc-single__content .baba-guide-studios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
    border: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .baba-guide-studios > div {
    padding: 27px;
}

.sc-single__content .baba-guide-studios > div + div {
    border-left: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .baba-guide-studios h4 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 19px !important;
}

.sc-single__content .baba-guide-studios h4::before,
.sc-single__content .baba-guide-studios h4::after {
    display: none !important;
}

.sc-single__content .baba-guide-studios p {
    margin: 0 0 12px !important;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.sc-single__content .baba-guide-studios strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
}

.sc-single__content .baba-guide-studios > div:first-child strong {
    color: #f3a21b;
}

.sc-single__content .baba-guide-studios > div:last-child strong {
    color: #28a8e5;
}

.sc-single__content .baba-guide-studios span {
    color: rgba(255,255,255,.55);
    font-size: 10px;
    font-weight: 700;
}

.sc-single__content .baba-guide-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0 0 30px !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-single__content .baba-guide-features li {
    position: relative;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    line-height: 1.7;
}

.sc-single__content .baba-guide-features li::before {
    position: absolute;
    left: 0;
    color: #f3a21b;
    content: "?";
    font-weight: 900;
}

.sc-single__content .baba-guide-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sc-single__content .baba-guide-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    transition: transform .25s ease, background-color .25s ease;
}

.sc-single__content .baba-guide-buttons a:hover {
    transform: translateY(-2px);
}

.sc-single__content .baba-guide-btn-sub {
    border: 1px solid rgba(255,255,255,.45);
    color: #fff !important;
    background: transparent;
}

.sc-single__content .baba-guide-btn-sub:hover {
    background: rgba(255,255,255,.08);
}

.sc-single__content .baba-guide-btn-main {
    border: 1px solid #e4003b;
    color: #fff !important;
    background: #e4003b;
}

.sc-single__content .baba-guide-btn-main:hover {
    background: #c90034;
}

@media (max-width: 900px) {
    .sc-single__content .guide-point-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-single__content .baba-guide-cta {
        padding: 40px 32px;
    }
}

@media (max-width: 650px) {


    .sc-single__content .baba-dance-guide .guide-lead {
        padding: 20px 19px;
        font-size: 14px;
    }

    .sc-single__content .baba-dance-guide > img {
        margin: 22px 0 25px !important;
        aspect-ratio: 4 / 3;
    }

    .sc-single__content .guide-point-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 48px;
    }

    .sc-single__content .guide-point-card {
        padding: 22px 20px;
    }

    .sc-single__content .guide-size-row {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .sc-single__content .guide-size-person {
        padding: 17px 9px;
        font-size: 12px;
    }

    .sc-single__content .guide-size-content {
        display: block;
        padding: 15px 17px;
    }

    .sc-single__content .guide-size-content strong,
    .sc-single__content .guide-size-content span {
        display: block;
        text-align: left;
    }

    .sc-single__content .guide-size-content strong {
        margin-bottom: 4px;
        font-size: 17px;
    }

    .sc-single__content .guide-check,
    .sc-single__content .guide-access-box {
        margin-bottom: 48px;
        padding: 22px 19px;
    }

    .sc-single__content .guide-price-point {
        margin-bottom: 48px;
        padding: 28px 18px;
    }

    .sc-single__content .guide-price-example,
    .sc-single__content .baba-guide-studios,
    .sc-single__content .baba-guide-features,
    .sc-single__content .baba-guide-buttons {
        grid-template-columns: 1fr;
    }

    .sc-single__content .guide-price-card {
        padding: 24px 18px;
    }

    .sc-single__content .baba-guide-cta {
        margin-top: 60px;
        padding: 38px 20px 22px;
    }

    .sc-single__content .baba-guide-studios > div {
        padding: 22px 19px;
    }

    .sc-single__content .baba-guide-studios > div + div {
        border-top: 1px solid rgba(255,255,255,.18);
        border-left: 0;
    }

    .sc-single__content .baba-guide-buttons a {
        min-height: 56px;
    }
}

/* =====================================
   大学ダンスサークルの練習場所ガイド
   記事本文専用CSS
   前提：single.php の本文ラッパーが .sc-single__content
===================================== */


.sc-single__content .circle-dance-guide {
    color: #35444d;
}
.sc-single__content .circle-dance-guide p {
    line-height: 2;
}

.sc-single__content .circle-lead {
    margin: 0 0 24px !important;
    padding: 25px 28px;
    border-left: 4px solid #0788c7;
    background: #f2f5f6;
    color: #24333c;
    font-size: 16px;
    line-height: 2 !important;
}

/* 7つのポイント */
.sc-single__content .circle-point-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 65px;
}

.sc-single__content .circle-point-card {
    min-width: 0;
    padding: 28px 24px 25px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
}

.sc-single__content .circle-point-card:nth-child(n+5) {
    border-top-color: #f39800;
}

.sc-single__content .circle-point-num {
    margin-bottom: 17px;
    color: #cbd4d8;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.sc-single__content .circle-point-card h4,
.sc-single__content .circle-access-box h4,
.sc-single__content .circle-price-card h4,
.sc-single__content .circle-guide-studios h4 {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.sc-single__content .circle-point-card h4::before,
.sc-single__content .circle-point-card h4::after,
.sc-single__content .circle-access-box h4::before,
.sc-single__content .circle-access-box h4::after,
.sc-single__content .circle-price-card h4::before,
.sc-single__content .circle-price-card h4::after,
.sc-single__content .circle-guide-studios h4::before,
.sc-single__content .circle-guide-studios h4::after {
    display: none !important;
}

.sc-single__content .circle-point-card h4 {
    margin: 0 0 12px !important;
    color: #17232b !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
}

.sc-single__content .circle-point-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 12px;
    line-height: 1.85;
}

/* 人数別の広さ */
.sc-single__content .circle-size-list {
    margin: 32px 0 18px;
    border-top: 1px solid #dce3e6;
}

.sc-single__content .circle-size-row {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    border-right: 1px solid #dce3e6;
    border-bottom: 1px solid #dce3e6;
    border-left: 1px solid #dce3e6;
    background: #fff;
}

.sc-single__content .circle-size-person {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    background: #17232b;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.sc-single__content .circle-size-row:nth-child(even) .circle-size-person {
    background: #0788c7;
}

.sc-single__content .circle-size-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
}

.sc-single__content .circle-size-content strong {
    color: #17232b;
    font-size: 20px;
    font-weight: 900;
}

.sc-single__content .circle-size-content span {
    color: #687780;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.sc-single__content .circle-note {
    position: relative;
    margin: 18px 0 30px !important;
    padding: 15px 18px 15px 43px;
    background: #f2f5f6;
    color: #687780;
    font-size: 11px;
    line-height: 1.8 !important;
}

.sc-single__content .circle-note::before {
    position: absolute;
    top: 16px;
    left: 19px;
    color: #0788c7;
    content: "!";
    font-weight: 900;
}

/* 関連記事 */
.sc-single__content .circle-related {
    margin: 30px 0 65px;
    padding: 22px 25px;
    border: 1px solid #dce3e6;
    border-left: 4px solid #f39800;
    background: #fff;
    color: #52616a;
    font-size: 13px;
    line-height: 1.9;
}

.sc-single__content .circle-related strong {
    display: block;
    margin-bottom: 4px;
    color: #17232b;
}

.sc-single__content .circle-related a {
    color: #0788c7 !important;
    font-weight: 800;
    text-underline-offset: 4px;
}

/* チェック・アクセス */
.sc-single__content .circle-check,
.sc-single__content .circle-access-box {
    margin: 30px 0 65px;
    padding: 27px 30px;
    border: 1px solid #dce3e6;
    background: #f5f7f8;
}

.sc-single__content .circle-check > strong {
    display: block;
    margin-bottom: 14px;
    color: #0788c7;
    font-size: 13px;
    letter-spacing: .05em;
}

.sc-single__content .circle-check ul,
.sc-single__content .circle-access-box ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-single__content .circle-check li,
.sc-single__content .circle-access-box li {
    position: relative;
    margin: 0 !important;
    padding: 8px 0 8px 24px !important;
    border-bottom: 1px solid #dce3e6;
    color: #35444d;
    font-size: 13px;
    line-height: 1.7;
}

.sc-single__content .circle-check li:last-child,
.sc-single__content .circle-access-box li:last-child {
    border-bottom: 0;
}

.sc-single__content .circle-check li::before,
.sc-single__content .circle-access-box li::before {
    position: absolute;
    top: 10px;
    left: 2px;
    color: #f39800;
    content: "?";
    font-weight: 900;
}

.sc-single__content .circle-access-box h4 {
    margin: 0 0 13px !important;
    color: #17232b !important;
    font-size: 18px !important;
}

.sc-single__content .circle-access-box > p {
    margin: 0 0 15px !important;
    color: #687780;
    font-size: 12px;
}

/* 同一料金 */
.sc-single__content .circle-price-point {
    margin: 32px 0 65px;
    padding: 33px 35px;
    border-top: 4px solid #f39800;
    background: #17232b;
    color: #fff;
    text-align: center;
}

.sc-single__content .circle-price-point span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    font-weight: 700;
}

.sc-single__content .circle-price-point strong {
    display: block;
    color: #fff;
    font-size: clamp(21px, 3vw, 30px);
    font-weight: 900;
    line-height: 1.5;
}

.sc-single__content .circle-price-point p {
    margin: 9px 0 0 !important;
    color: rgba(255,255,255,.75);
    font-size: 12px;
}

/* A・B比較 */
.sc-single__content .circle-price-example {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 32px 0 32px;
}

.sc-single__content .circle-price-card {
    padding: 28px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #f39800;
    background: #fff;
    text-align: center;
}

.sc-single__content .circle-price-card:last-child {
    border-top-color: #0788c7;
}

.sc-single__content .circle-price-card h4 {
    margin: 0 0 12px !important;
    color: #17232b !important;
    font-size: 19px !important;
}

.sc-single__content .circle-price-card p {
    margin: 8px 0 0 !important;
    color: #687780;
    font-size: 13px;
}

.sc-single__content .circle-price-main {
    color: #dd7d00 !important;
    font-size: 24px !important;
    font-weight: 900;
}

.sc-single__content .circle-price-card:last-child .circle-price-main {
    color: #0788c7 !important;
}

/* 最終CTA */
.sc-single__content .circle-guide-cta {
    position: relative;
    margin: 80px 0 0;
    padding: 50px;
    overflow: hidden;
    background:
        linear-gradient(125deg, rgba(243,152,0,.12), transparent 43%),
        linear-gradient(235deg, rgba(7,136,199,.15), transparent 45%),
        #111d25;
    color: #fff;
}

.sc-single__content .circle-guide-cta::before,
.sc-single__content .circle-guide-cta::after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 4px;
    content: "";
}

.sc-single__content .circle-guide-cta::before {
    left: 0;
    background: #f39800;
}
.sc-single__content .circle-guide-cta::after {
    right: 0;
    background: #0788c7;
}

.sc-single__content .circle-guide-cta-label {
    margin-bottom: 13px;
    color: #f3a21b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.sc-single__content .circle-guide-cta > h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: clamp(27px, 4vw, 40px) !important;
    line-height: 1.45 !important;
}

.sc-single__content .circle-guide-cta > h2::before,
.sc-single__content .circle-guide-cta > h2::after {
    display: none !important;
}

.sc-single__content .circle-guide-cta > p {
    margin: 0 0 28px !important;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.sc-single__content .circle-guide-studios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
    border: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .circle-guide-studios > div {
    padding: 27px;
}
.sc-single__content .circle-guide-studios > div + div {
    border-left: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .circle-guide-studios h4 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 19px !important;
}

.sc-single__content .circle-guide-studios p {
    margin: 0 0 12px !important;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.sc-single__content .circle-guide-studios strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
}

.sc-single__content .circle-guide-studios > div:first-child strong {
    color: #f3a21b;
}
.sc-single__content .circle-guide-studios > div:last-child strong {
    color: #28a8e5;
}

.sc-single__content .circle-guide-studios span {
    color: rgba(255,255,255,.55);
    font-size: 10px;
    font-weight: 700;
}

.sc-single__content .circle-guide-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0 0 28px !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-single__content .circle-guide-features li {
    position: relative;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    line-height: 1.7;
}

.sc-single__content .circle-guide-features li::before {
    position: absolute;
    left: 0;
    color: #f3a21b;
    content: "?";
    font-weight: 900;
}

.sc-single__content .circle-cost-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 30px;
    padding: 18px 22px;
    border: 1px solid rgba(243,152,0,.45);
    background: rgba(243,152,0,.08);
}

.sc-single__content .circle-cost-box strong {
    color: #fff;
    font-size: 12px;
}

.sc-single__content .circle-cost-box span {
    color: #f3a21b;
    font-size: 16px;
    font-weight: 900;
}

.sc-single__content .circle-guide-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sc-single__content .circle-guide-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    transition: transform .25s ease, background-color .25s ease;
}

.sc-single__content .circle-guide-buttons a:hover {
    transform: translateY(-2px);
}

.sc-single__content .circle-guide-btn-sub {
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff !important;
}

.sc-single__content .circle-guide-btn-sub:hover {
    background: rgba(255,255,255,.08);
}

.sc-single__content .circle-guide-btn-main {
    border: 1px solid #e4003b;
    background: #e4003b;
    color: #fff !important;
}

.sc-single__content .circle-guide-btn-main:hover {
    background: #c90034;
}

@media (max-width: 900px) {
        .sc-single__content .circle-point-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        .sc-single__content .circle-guide-cta {
        padding: 40px 32px;
    }
}

@media (max-width: 650px) {


    .sc-single__content .circle-lead {
        padding: 20px 19px;
        font-size: 14px;
    }

    .sc-single__content .circle-point-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 48px;
    }

        .sc-single__content .circle-point-card {
        padding: 22px 20px;
    }

        .sc-single__content .circle-size-row {
        grid-template-columns: 90px minmax(0, 1fr);
    }
        .sc-single__content .circle-size-person {
        padding: 17px 9px;
        font-size: 12px;
    }
        .sc-single__content .circle-size-content {
        display: block;
        padding: 15px 17px;
    }

    .sc-single__content .circle-size-content strong,
    .sc-single__content .circle-size-content span {
        display: block;
        text-align: left;
    }

        .sc-single__content .circle-size-content strong {
        margin-bottom: 4px;
        font-size: 17px;
    }

    .sc-single__content .circle-check,
    .sc-single__content .circle-access-box {
        margin-bottom: 48px;
        padding: 22px 19px;
    }

        .sc-single__content .circle-price-point {
        margin-bottom: 48px;
        padding: 28px 18px;
    }

    .sc-single__content .circle-price-example,
    .sc-single__content .circle-guide-studios,
    .sc-single__content .circle-guide-features,
    .sc-single__content .circle-guide-buttons {
        grid-template-columns: 1fr;
    }

        .sc-single__content .circle-price-card {
        padding: 24px 18px;
    }
        .sc-single__content .circle-guide-cta {
        margin-top: 60px;
        padding: 38px 20px 22px;
    }
        .sc-single__content .circle-guide-studios > div {
        padding: 22px 19px;
    }

    .sc-single__content .circle-guide-studios > div + div {
        border-top: 1px solid rgba(255,255,255,.18);
        border-left: 0;
    }

    .sc-single__content .circle-cost-box {
        display: block;
        text-align: center;
    }

        .sc-single__content .circle-cost-box strong,
    .sc-single__content .circle-cost-box span {
        display: block;
    }

        .sc-single__content .circle-cost-box strong {
        margin-bottom: 7px;
    }
        .sc-single__content .circle-guide-buttons a {
        min-height: 56px;
    }
}

/* =====================================
   ダンススタジオ料金ガイド
   記事本文専用CSS
   前提：single.php の本文ラッパーが .sc-single__content
===================================== */


.sc-single__content .dance-price-guide {
    color: #35444d;
}
.sc-single__content .dance-price-guide p {
    line-height: 2;
}

.sc-single__content .dprice-lead {
    margin: 0 0 24px !important;
    padding: 25px 28px;
    border-left: 4px solid #0788c7;
    background: #f2f5f6;
    color: #24333c;
    font-size: 16px;
    line-height: 2 !important;
}

/* 6ポイント */
.sc-single__content .dprice-point-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 65px;
}

.sc-single__content .dprice-point-card {
    min-width: 0;
    padding: 28px 24px 25px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
}

.sc-single__content .dprice-point-card:nth-child(n+4) {
    border-top-color: #f39800;
}

.sc-single__content .dprice-point-num {
    margin-bottom: 17px;
    color: #cbd4d8;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.sc-single__content .dprice-point-card h4,
.sc-single__content .dprice-example-box h4,
.sc-single__content .dprice-equipment-card h4,
.sc-single__content .dprice-warning h4,
.sc-single__content .dprice-use-card h4,
.sc-single__content .dprice-studios h4 {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.sc-single__content .dprice-point-card h4::before,
.sc-single__content .dprice-point-card h4::after,
.sc-single__content .dprice-example-box h4::before,
.sc-single__content .dprice-example-box h4::after,
.sc-single__content .dprice-equipment-card h4::before,
.sc-single__content .dprice-equipment-card h4::after,
.sc-single__content .dprice-warning h4::before,
.sc-single__content .dprice-warning h4::after,
.sc-single__content .dprice-use-card h4::before,
.sc-single__content .dprice-use-card h4::after,
.sc-single__content .dprice-studios h4::before,
.sc-single__content .dprice-studios h4::after {
    display: none !important;
}

.sc-single__content .dprice-point-card h4 {
    margin: 0 0 12px !important;
    color: #17232b !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
}

.sc-single__content .dprice-point-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 12px;
    line-height: 1.85;
}

/* 規模比較 */
.sc-single__content .dprice-compare-list {
    margin: 32px 0;
    border-top: 1px solid #dce3e6;
}

.sc-single__content .dprice-compare-row {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    border-right: 1px solid #dce3e6;
    border-bottom: 1px solid #dce3e6;
    border-left: 1px solid #dce3e6;
    background: #fff;
}

.sc-single__content .dprice-compare-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    background: #17232b;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.sc-single__content .dprice-compare-row:nth-child(even) .dprice-compare-label {
    background: #0788c7;
}

.sc-single__content .dprice-compare-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 24px;
}

.sc-single__content .dprice-compare-content strong {
    color: #17232b;
    font-size: 16px;
}

.sc-single__content .dprice-compare-content span {
    max-width: 58%;
    color: #687780;
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
}

/* 関連記事 */
.sc-single__content .dprice-related {
    margin: 30px 0 65px;
    padding: 22px 25px;
    border: 1px solid #dce3e6;
    border-left: 4px solid #f39800;
    background: #fff;
    color: #52616a;
    font-size: 13px;
    line-height: 1.9;
}

.sc-single__content .dprice-related strong {
    display: block;
    margin-bottom: 4px;
    color: #17232b;
}

.sc-single__content .dprice-related a {
    color: #0788c7 !important;
    font-weight: 800;
    text-underline-offset: 4px;
}

/* チェック欄 */
.sc-single__content .dprice-check,
.sc-single__content .dprice-warning {
    margin: 30px 0 40px;
    padding: 27px 30px;
    border: 1px solid #dce3e6;
    background: #f5f7f8;
}

.sc-single__content .dprice-check > strong {
    display: block;
    margin-bottom: 14px;
    color: #0788c7;
    font-size: 13px;
    letter-spacing: .05em;
}

.sc-single__content .dprice-check ul,
.sc-single__content .dprice-warning ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-single__content .dprice-check li,
.sc-single__content .dprice-warning li {
    position: relative;
    margin: 0 !important;
    padding: 8px 0 8px 24px !important;
    border-bottom: 1px solid #dce3e6;
    color: #35444d;
    font-size: 13px;
    line-height: 1.7;
}

.sc-single__content .dprice-check li:last-child,
.sc-single__content .dprice-warning li:last-child {
    border-bottom: 0;
}

.sc-single__content .dprice-check li::before {
    position: absolute;
    top: 10px;
    left: 2px;
    color: #f39800;
    content: "?";
    font-weight: 900;
}

/* 最低利用時間 */
.sc-single__content .dprice-example-box {
    margin: 30px 0 40px;
    padding: 30px;
    background: #17232b;
    color: #fff;
}

.sc-single__content .dprice-example-box h4 {
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: 18px !important;
}

.sc-single__content .dprice-example-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .dprice-example-grid > div {
    padding: 22px;
}

.sc-single__content .dprice-example-grid > div + div {
    border-left: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .dprice-example-grid strong,
.sc-single__content .dprice-example-grid span {
    display: block;
}

.sc-single__content .dprice-example-grid strong {
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
}

.sc-single__content .dprice-example-grid span {
    color: rgba(255,255,255,.62);
    font-size: 11px;
    line-height: 1.7;
}

/* 1人あたり料金の計算 */
.sc-single__content .dprice-person-example {
    display: grid;
    grid-template-columns: 1fr 42px 1fr 42px 1.15fr;
    align-items: stretch;
    margin: 32px 0 38px;
}

.sc-single__content .dprice-person-main,
.sc-single__content .dprice-person-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 23px 15px;
    border: 1px solid #dce3e6;
    background: #fff;
    text-align: center;
}

.sc-single__content .dprice-person-result {
    border-color: #f39800;
    background: #fff8ec;
}

.sc-single__content .dprice-person-main span,
.sc-single__content .dprice-person-result span {
    margin-bottom: 7px;
    color: #687780;
    font-size: 10px;
    font-weight: 700;
}

.sc-single__content .dprice-person-main strong,
.sc-single__content .dprice-person-result strong {
    color: #17232b;
    font-size: 18px;
    font-weight: 900;
}

.sc-single__content .dprice-person-result strong {
    color: #dd7d00;
}

.sc-single__content .dprice-person-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0788c7;
    font-size: 22px;
    font-weight: 900;
}

/* 設備カード */
.sc-single__content .dprice-equipment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 32px 0 40px;
}

.sc-single__content .dprice-equipment-card {
    padding: 25px 18px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
    text-align: center;
}

.sc-single__content .dprice-equipment-card:nth-child(n+3) {
    border-top-color: #f39800;
}

.sc-single__content .dprice-equipment-card > span {
    display: block;
    margin-bottom: 13px;
    font-size: 27px;
    line-height: 1;
}

.sc-single__content .dprice-equipment-card h4 {
    margin: 0 0 9px !important;
    color: #17232b !important;
    font-size: 15px !important;
}

.sc-single__content .dprice-equipment-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 11px;
    line-height: 1.75;
}

/* 注意欄 */
.sc-single__content .dprice-warning {
    border-color: #ead8bb;
    border-left: 4px solid #f39800;
    background: #fffaf1;
}

.sc-single__content .dprice-warning h4 {
    margin: 0 0 14px !important;
    color: #b86600 !important;
    font-size: 17px !important;
}

.sc-single__content .dprice-warning li {
    border-color: #ecdfca;
}

.sc-single__content .dprice-warning li::before {
    position: absolute;
    top: 10px;
    left: 3px;
    color: #e07b00;
    content: "!";
    font-weight: 900;
}

/* 個人・グループ比較 */
.sc-single__content .dprice-use-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 32px 0 65px;
}

.sc-single__content .dprice-use-card {
    padding: 30px 27px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
}

.sc-single__content .dprice-use-card:last-child {
    border-top-color: #f39800;
}

.sc-single__content .dprice-use-icon {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1;
}

.sc-single__content .dprice-use-card h4 {
    margin: 0 0 12px !important;
    color: #17232b !important;
    font-size: 19px !important;
}

.sc-single__content .dprice-use-card p {
    margin: 0 0 17px !important;
    color: #687780;
    font-size: 12px;
}

.sc-single__content .dprice-use-card > strong {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #dce3e6;
    color: #0788c7;
    font-size: 12px;
}

.sc-single__content .dprice-use-card:last-child > strong {
    color: #dd7d00;
}

/* 最終CTA */
.sc-single__content .dprice-cta {
    position: relative;
    margin: 80px 0 0;
    padding: 50px;
    overflow: hidden;
    background: linear-gradient(125deg, rgba(243,152,0,.12), transparent 43%), linear-gradient(235deg, rgba(7,136,199,.15), transparent 45%), #111d25;
    color: #fff;
}

.sc-single__content .dprice-cta::before,
.sc-single__content .dprice-cta::after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 4px;
    content: "";
}

.sc-single__content .dprice-cta::before {
    left: 0;
    background: #f39800;
}
.sc-single__content .dprice-cta::after {
    right: 0;
    background: #0788c7;
}

.sc-single__content .dprice-cta-label {
    margin-bottom: 13px;
    color: #f3a21b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.sc-single__content .dprice-cta > h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: clamp(27px, 4vw, 40px) !important;
    line-height: 1.45 !important;
}

.sc-single__content .dprice-cta > h2::before,
.sc-single__content .dprice-cta > h2::after {
    display: none !important;
}

.sc-single__content .dprice-cta > p {
    margin: 0 0 28px !important;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.sc-single__content .dprice-studios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0 20px;
    border: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .dprice-studios > div {
    padding: 27px;
}
.sc-single__content .dprice-studios > div + div {
    border-left: 1px solid rgba(255,255,255,.18);
}

.sc-single__content .dprice-studios h4 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 19px !important;
}

.sc-single__content .dprice-studios span,
.sc-single__content .dprice-studios strong,
.sc-single__content .dprice-studios small {
    display: block;
}

.sc-single__content .dprice-studios span {
    margin-bottom: 8px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
}

.sc-single__content .dprice-studios strong {
    color: #f3a21b;
    font-size: 22px;
}

.sc-single__content .dprice-studios > div:last-child strong {
    color: #28a8e5;
}

.sc-single__content .dprice-studios small {
    margin-top: 3px;
    color: rgba(255,255,255,.65);
    font-size: 11px;
}

.sc-single__content .dprice-studios p {
    margin: 12px 0 0 !important;
    color: rgba(255,255,255,.75);
    font-size: 11px;
}

.sc-single__content .dprice-flat-rate {
    margin: 0 0 25px;
    padding: 20px 22px;
    border: 1px solid rgba(243,152,0,.4);
    background: rgba(243,152,0,.08);
    text-align: center;
}

.sc-single__content .dprice-flat-rate span,
.sc-single__content .dprice-flat-rate strong {
    display: block;
}

.sc-single__content .dprice-flat-rate span {
    margin-bottom: 6px;
    color: rgba(255,255,255,.6);
    font-size: 10px;
}

.sc-single__content .dprice-flat-rate strong {
    color: #fff;
    font-size: 18px;
}

.sc-single__content .dprice-flat-rate p {
    margin: 5px 0 0 !important;
    color: #f3a21b;
    font-size: 11px;
}

.sc-single__content .dprice-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0 0 30px !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-single__content .dprice-features li {
    position: relative;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    line-height: 1.7;
}

.sc-single__content .dprice-features li::before {
    position: absolute;
    left: 0;
    color: #f3a21b;
    content: "?";
    font-weight: 900;
}

.sc-single__content .dprice-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sc-single__content .dprice-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    transition: transform .25s ease, background-color .25s ease;
}

.sc-single__content .dprice-buttons a:hover {
    transform: translateY(-2px);
}

.sc-single__content .dprice-btn-sub {
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff !important;
}

.sc-single__content .dprice-btn-sub:hover {
    background: rgba(255,255,255,.08);
}

.sc-single__content .dprice-btn-main {
    border: 1px solid #e4003b;
    background: #e4003b;
    color: #fff !important;
}

.sc-single__content .dprice-btn-main:hover {
    background: #c90034;
}

@media (max-width: 900px) {
        .sc-single__content .dprice-point-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        .sc-single__content .dprice-equipment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        .sc-single__content .dprice-cta {
        padding: 40px 32px;
    }
}

@media (max-width: 650px) {


        .sc-single__content .dprice-lead {
        padding: 20px 19px;
        font-size: 14px;
    }

    .sc-single__content .dprice-point-grid,
    .sc-single__content .dprice-equipment-grid,
    .sc-single__content .dprice-use-grid,
    .sc-single__content .dprice-example-grid,
    .sc-single__content .dprice-studios,
    .sc-single__content .dprice-features,
    .sc-single__content .dprice-buttons {
        grid-template-columns: 1fr;
    }

        .sc-single__content .dprice-point-grid {
        gap: 10px;
        margin-bottom: 48px;
    }
        .sc-single__content .dprice-point-card {
        padding: 22px 20px;
    }

        .sc-single__content .dprice-compare-row {
        grid-template-columns: 90px minmax(0, 1fr);
    }
        .sc-single__content .dprice-compare-label {
        padding: 17px 8px;
        font-size: 12px;
    }
        .sc-single__content .dprice-compare-content {
        display: block;
        padding: 15px 17px;
    }
        .sc-single__content .dprice-compare-content strong,
    .sc-single__content .dprice-compare-content span {
        display: block;
        max-width: none;
        text-align: left;
    }
        .sc-single__content .dprice-compare-content strong {
        margin-bottom: 5px;
    }

        .sc-single__content .dprice-check,
    .sc-single__content .dprice-warning,
    .sc-single__content .dprice-example-box {
        padding: 22px 19px;
    }

    .sc-single__content .dprice-example-grid > div + div {
        border-top: 1px solid rgba(255,255,255,.18);
        border-left: 0;
    }

    .sc-single__content .dprice-person-example {
        grid-template-columns: 1fr;
        gap: 8px;
    }

        .sc-single__content .dprice-person-arrow {
        min-height: 28px;
        transform: rotate(90deg);
    }
        .sc-single__content .dprice-equipment-card,
    .sc-single__content .dprice-use-card {
        padding: 24px 20px;
    }

        .sc-single__content .dprice-cta {
        margin-top: 60px;
        padding: 38px 20px 22px;
    }
        .sc-single__content .dprice-studios > div {
        padding: 22px 19px;
    }

    .sc-single__content .dprice-studios > div + div {
        border-top: 1px solid rgba(255,255,255,.18);
        border-left: 0;
    }

        .sc-single__content .dprice-buttons a {
        min-height: 56px;
    }
}

/* =====================================
   ダンス教室・レッスン会場ガイド
   記事本文専用CSS
   前提：single.php の本文ラッパーが .sc-single__content
===================================== */

.sc-single__content > img:first-child {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 46px !important;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.sc-single__content .dance-school-guide {
    color: #35444d;
}
.sc-single__content .dance-school-guide > p {
    line-height: 2;
}

/* 記事内の大見出し */
.sc-single__content .dance-school-guide > h4 {
    position: relative;
    margin: 72px 0 28px !important;
    padding: 0 0 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #dce3e6 !important;
    background: transparent !important;
    color: #17232b !important;
    font-size: clamp(23px, 3vw, 31px) !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
}

.sc-single__content .dance-school-guide > h4::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 76px;
    height: 3px;
    background: linear-gradient(90deg, #f39800 50%, #0788c7 50%);
    content: "";
}

.sc-single__content .dance-school-guide > h4::after {
    display: none !important;
}

/* 自社保有／レンタル比較 */
.sc-single__content .dsg-choice-grid,
.sc-single__content .dsg-lesson-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 34px 0 38px;
}

.sc-single__content .dsg-choice-card,
.sc-single__content .dsg-lesson-card {
    min-width: 0;
    padding: 30px 27px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #17232b;
    background: #fff;
}

.sc-single__content .dsg-choice-card-accent,
.sc-single__content .dsg-lesson-card-orange {
    border-top-color: #f39800;
}

.sc-single__content .dsg-choice-icon,
.sc-single__content .dsg-lesson-icon {
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 1;
}

.sc-single__content .dsg-choice-card h5,
.sc-single__content .dsg-benefit-card h5,
.sc-single__content .dsg-point-head h5,
.sc-single__content .dsg-lesson-card h5,
.sc-single__content .dsg-campus-card h5,
.sc-single__content .dsg-cta h5 {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.sc-single__content .dsg-choice-card h5::before,
.sc-single__content .dsg-choice-card h5::after,
.sc-single__content .dsg-benefit-card h5::before,
.sc-single__content .dsg-benefit-card h5::after,
.sc-single__content .dsg-point-head h5::before,
.sc-single__content .dsg-point-head h5::after,
.sc-single__content .dsg-lesson-card h5::before,
.sc-single__content .dsg-lesson-card h5::after,
.sc-single__content .dsg-campus-card h5::before,
.sc-single__content .dsg-campus-card h5::after,
.sc-single__content .dsg-cta h5::before,
.sc-single__content .dsg-cta h5::after {
    display: none !important;
}

.sc-single__content .dsg-choice-card h5,
.sc-single__content .dsg-lesson-card h5 {
    margin: 0 0 13px !important;
    color: #17232b !important;
    font-size: 19px !important;
    line-height: 1.55 !important;
}

.sc-single__content .dsg-choice-card p,
.sc-single__content .dsg-lesson-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 12px;
    line-height: 1.9;
}

/* メリット4項目 */
.sc-single__content .dsg-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 55px;
}

.sc-single__content .dsg-benefit-card {
    padding: 28px 25px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
}

.sc-single__content .dsg-benefit-card:nth-child(n+3) {
    border-top-color: #f39800;
}

.sc-single__content .dsg-number {
    display: block;
    margin-bottom: 15px;
    color: #cbd4d8;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.sc-single__content .dsg-benefit-card h5 {
    margin: 0 0 11px !important;
    color: #17232b !important;
    font-size: 17px !important;
}

.sc-single__content .dsg-benefit-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 12px;
    line-height: 1.85;
}

/* 7ポイント */
.sc-single__content .dsg-point {
    margin: 25px 0;
    padding: 31px 34px;
    border: 1px solid #dce3e6;
    background: #fff;
}

.sc-single__content .dsg-point-head {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 21px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dce3e6;
}

.sc-single__content .dsg-point-head > span {
    flex: 0 0 auto;
    padding: 7px 10px;
    background: #0788c7;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}

.sc-single__content .dsg-point:nth-of-type(even) .dsg-point-head > span {
    background: #f39800;
}

.sc-single__content .dsg-point-head h5 {
    margin: 0 !important;
    color: #17232b !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.sc-single__content .dsg-point > p {
    margin: 0 0 13px !important;
    color: #52616a;
    font-size: 13px;
    line-height: 1.9;
}

.sc-single__content .dsg-related {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid #f39800;
    background: #f2f5f6;
}

.sc-single__content .dsg-related strong,
.sc-single__content .dsg-related a {
    display: block;
}

.sc-single__content .dsg-related strong {
    margin-bottom: 4px;
    color: #17232b;
    font-size: 10px;
}

.sc-single__content .dsg-related a {
    color: #0788c7 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

/* 収支計算 */
.sc-single__content .dsg-calc {
    margin: 34px 0 40px;
    padding: 34px;
    background: #17232b;
    color: #fff;
}

.sc-single__content .dsg-calc-title {
    margin: 0 0 20px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.sc-single__content .dsg-calc-row,
.sc-single__content .dsg-calc-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.16);
}

.sc-single__content .dsg-calc-row span,
.sc-single__content .dsg-calc-result span {
    color: rgba(255,255,255,.64);
    font-size: 12px;
}

.sc-single__content .dsg-calc-row strong {
    color: #fff;
    font-size: 16px;
}

.sc-single__content .dsg-calc-result {
    border-top: 2px solid #f39800;
}

.sc-single__content .dsg-calc-result strong {
    color: #f3a21b;
    font-size: 24px;
}

.sc-single__content .dsg-calc-note {
    margin: 18px 0 0 !important;
    color: rgba(255,255,255,.5);
    font-size: 10px;
    line-height: 1.8 !important;
}

/* レッスン人数別 */
.sc-single__content .dsg-lesson-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    background: #0788c7;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.sc-single__content .dsg-lesson-card-orange .dsg-lesson-label {
    background: #f39800;
}

.sc-single__content .dsg-lesson-card ul,
.sc-single__content .dsg-campus-card ul {
    margin: 18px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sc-single__content .dsg-lesson-card li,
.sc-single__content .dsg-campus-card li {
    position: relative;
    margin: 0 !important;
    padding: 7px 0 7px 21px !important;
    border-top: 1px solid #e2e7e9;
    color: #52616a;
    font-size: 11px;
    line-height: 1.7;
}

.sc-single__content .dsg-lesson-card li::before,
.sc-single__content .dsg-campus-card li::before {
    position: absolute;
    left: 2px;
    color: #0788c7;
    content: "?";
    font-weight: 900;
}

.sc-single__content .dsg-lesson-card-orange li::before,
.sc-single__content .dsg-campus-a li::before {
    color: #f39800;
}

/* 高田馬場スタジオ案内 */
.sc-single__content .dsg-campus {
    margin: 34px 0 65px;
    padding: 45px;
    background: #f2f5f6;
}

.sc-single__content .dsg-campus > p {
    color: #52616a;
    font-size: 13px;
    line-height: 1.95;
}

.sc-single__content .dsg-campus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.sc-single__content .dsg-campus-card {
    padding: 28px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #f39800;
    background: #fff;
}

.sc-single__content .dsg-campus-b {
    border-top-color: #0788c7;
}

.sc-single__content .dsg-campus-label {
    margin-bottom: 12px;
    color: #dd7d00;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}

.sc-single__content .dsg-campus-b .dsg-campus-label {
    color: #0788c7;
}

.sc-single__content .dsg-campus-card h5 {
    margin: 0 0 7px !important;
    color: #17232b !important;
    font-size: 21px !important;
}

.sc-single__content .dsg-campus-size {
    margin: 0 0 12px !important;
    color: #687780;
    font-size: 13px;
}

.sc-single__content .dsg-campus-price {
    margin: 0 !important;
    color: #52616a;
    font-size: 12px;
}

.sc-single__content .dsg-campus-price strong {
    color: #dd7d00;
    font-size: 24px;
}

.sc-single__content .dsg-campus-b .dsg-campus-price strong {
    color: #0788c7;
}

.sc-single__content .dsg-campus-price span {
    color: #687780;
    font-size: 11px;
}

.sc-single__content .dsg-campus-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 30px 0;
    border: 1px solid #dce3e6;
    background: #fff;
}

.sc-single__content .dsg-campus-features > div {
    padding: 20px 10px;
    text-align: center;
}

.sc-single__content .dsg-campus-features > div + div {
    border-left: 1px solid #dce3e6;
}

.sc-single__content .dsg-campus-features span,
.sc-single__content .dsg-campus-features strong {
    display: block;
}

.sc-single__content .dsg-campus-features span {
    margin-bottom: 9px;
    font-size: 24px;
}
.sc-single__content .dsg-campus-features strong {
    color: #17232b;
    font-size: 11px;
}

.sc-single__content .dsg-night {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 30px 0 20px;
    padding: 20px 22px;
    background: #17232b;
    color: #fff;
}

.sc-single__content .dsg-night > span {
    flex: 0 0 auto;
    font-size: 27px;
}
.sc-single__content .dsg-night strong {
    color: #fff;
    font-size: 15px;
}
.sc-single__content .dsg-night p {
    margin: 3px 0 0 !important;
    color: rgba(255,255,255,.62);
    font-size: 11px;
}

/* 最終CTA */
.sc-single__content .dsg-cta {
    position: relative;
    margin: 75px 0 0;
    padding: 48px;
    overflow: hidden;
    background: linear-gradient(125deg, rgba(243,152,0,.12), transparent 43%), linear-gradient(235deg, rgba(7,136,199,.15), transparent 45%), #111d25;
    color: #fff;
}

.sc-single__content .dsg-cta::before,
.sc-single__content .dsg-cta::after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 4px;
    content: "";
}

.sc-single__content .dsg-cta::before {
    left: 0;
    background: #f39800;
}
.sc-single__content .dsg-cta::after {
    right: 0;
    background: #0788c7;
}

.sc-single__content .dsg-cta-small {
    margin: 0 0 12px !important;
    color: #f3a21b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}

.sc-single__content .dsg-cta h5 {
    margin: 0 0 17px !important;
    color: #fff !important;
    font-size: clamp(25px, 4vw, 37px) !important;
    line-height: 1.5 !important;
}

.sc-single__content .dsg-cta > p:not(.dsg-cta-small) {
    margin: 0 0 27px !important;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.sc-single__content .dsg-cta-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sc-single__content .dsg-cta-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    transition: transform .25s ease, background-color .25s ease;
}

.sc-single__content .dsg-cta-buttons a:hover {
    transform: translateY(-2px);
}

.sc-single__content .dsg-btn-sub {
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff !important;
}

.sc-single__content .dsg-btn-sub:hover {
    background: rgba(255,255,255,.08);
}

.sc-single__content .dsg-btn-main {
    border: 1px solid #e4003b;
    background: #e4003b;
    color: #fff !important;
}

.sc-single__content .dsg-btn-main:hover {
    background: #c90034;
}

@media (max-width: 900px) {
        .sc-single__content .dsg-campus {
        padding: 36px 28px;
    }
        .sc-single__content .dsg-campus-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        .sc-single__content .dsg-campus-features > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #dce3e6;
    }
        .sc-single__content .dsg-campus-features > div:nth-child(4) {
        border-top: 1px solid #dce3e6;
    }
}

@media (max-width: 650px) {
    .sc-single__content > img:first-child {
        margin-bottom: 30px !important;
        aspect-ratio: 4 / 3;
    }

    .sc-single__content .dance-school-guide > h4 {
        margin-top: 55px !important;
        font-size: 23px !important;
    }

        .sc-single__content .dsg-choice-grid,
    .sc-single__content .dsg-benefit-grid,
    .sc-single__content .dsg-lesson-grid,
    .sc-single__content .dsg-campus-grid,
    .sc-single__content .dsg-cta-buttons {
        grid-template-columns: 1fr;
    }

        .sc-single__content .dsg-choice-card,
    .sc-single__content .dsg-benefit-card,
    .sc-single__content .dsg-lesson-card {
        padding: 23px 20px;
    }

        .sc-single__content .dsg-point {
        padding: 24px 20px;
    }
        .sc-single__content .dsg-point-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
        .sc-single__content .dsg-point-head h5 {
        font-size: 18px !important;
    }

        .sc-single__content .dsg-calc {
        padding: 26px 20px;
    }
        .sc-single__content .dsg-calc-row,
    .sc-single__content .dsg-calc-result {
        display: block;
    }
        .sc-single__content .dsg-calc-row span,
    .sc-single__content .dsg-calc-result span {
        display: block;
        margin-bottom: 6px;
    }

        .sc-single__content .dsg-campus {
        padding: 29px 18px;
    }
        .sc-single__content .dsg-campus-card {
        padding: 23px 19px;
    }
        .sc-single__content .dsg-night {
        align-items: flex-start;
    }

        .sc-single__content .dsg-cta {
        margin-top: 60px;
        padding: 38px 20px 22px;
    }
        .sc-single__content .dsg-cta-buttons a {
        min-height: 56px;
    }
}

/* ダンスレッスン会場選び記事専用CSS */

.sc-single__content > img:first-child {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 46px !important;
    aspect-ratio: 16/8;
    object-fit: cover;
}
.sc-single__content .dance-lesson-place-guide {
    color: #35444d;
}
.sc-single__content .dance-lesson-place-guide>p {
    line-height: 2;
}

/* 大見出し */
.sc-single__content .dance-lesson-place-guide>h4 {
    position: relative;
    margin: 72px 0 28px !important;
    padding: 0 0 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #dce3e6 !important;
    background: transparent !important;
    color: #17232b !important;
    font-size: clamp(23px,3vw,31px) !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
}
.sc-single__content .dance-lesson-place-guide>h4:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 76px;
    height: 3px;
    background: linear-gradient(90deg,#f39800 50%,#0788c7 50%);
    content: "";
}
.sc-single__content .dance-lesson-place-guide>h4:after {
    display: none !important;
}

/* テーマ見出しの解除 */
.sc-single__content .dlp-overview-card h5,.sc-single__content .dlp-point-head h5,.sc-single__content .dlp-use-card h5,.sc-single__content .dlp-student-card h5,.sc-single__content .dlp-campus-card h5,.sc-single__content .dlp-cta h5 {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
.sc-single__content .dlp-overview-card h5:before,.sc-single__content .dlp-overview-card h5:after,.sc-single__content .dlp-point-head h5:before,.sc-single__content .dlp-point-head h5:after,.sc-single__content .dlp-use-card h5:before,.sc-single__content .dlp-use-card h5:after,.sc-single__content .dlp-student-card h5:before,.sc-single__content .dlp-student-card h5:after,.sc-single__content .dlp-campus-card h5:before,.sc-single__content .dlp-campus-card h5:after,.sc-single__content .dlp-cta h5:before,.sc-single__content .dlp-cta h5:after {
    display: none !important;
}

/* 概要4カード */
.sc-single__content .dlp-overview-grid,.sc-single__content .dlp-student-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin: 34px 0 40px;
}
.sc-single__content .dlp-overview-card,.sc-single__content .dlp-student-card {
    min-width: 0;
    padding: 25px 18px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
    text-align: center;
}
.sc-single__content .dlp-overview-card:nth-child(n+3),.sc-single__content .dlp-student-card:nth-child(n+3) {
    border-top-color: #f39800;
}
.sc-single__content .dlp-overview-icon,.sc-single__content .dlp-student-card>span {
    display: block;
    margin-bottom: 13px;
    font-size: 27px;
    line-height: 1;
}
.sc-single__content .dlp-overview-card h5,.sc-single__content .dlp-student-card h5 {
    margin: 0 0 9px !important;
    color: #17232b !important;
    font-size: 15px !important;
}
.sc-single__content .dlp-overview-card p,.sc-single__content .dlp-student-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 11px;
    line-height: 1.75;
}

/* 7ポイント */
.sc-single__content .dlp-point {
    margin: 25px 0;
    padding: 31px 34px;
    border: 1px solid #dce3e6;
    background: #fff;
}
.sc-single__content .dlp-point-head {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 21px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dce3e6;
}
.sc-single__content .dlp-point-head>span {
    flex: 0 0 auto;
    padding: 7px 10px;
    background: #0788c7;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}
.sc-single__content .dlp-point:nth-of-type(even) .dlp-point-head>span {
    background: #f39800;
}
.sc-single__content .dlp-point-head h5 {
    margin: 0 !important;
    color: #17232b !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
}
.sc-single__content .dlp-point>p {
    margin: 0 0 13px !important;
    color: #52616a;
    font-size: 13px;
    line-height: 1.9;
}
.sc-single__content .dlp-point>ul,.sc-single__content .dlp-use-card ul,.sc-single__content .dlp-campus-card ul {
    margin: 17px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.sc-single__content .dlp-point li,.sc-single__content .dlp-use-card li,.sc-single__content .dlp-campus-card li {
    position: relative;
    margin: 0 !important;
    padding: 7px 0 7px 21px !important;
    border-top: 1px solid #e2e7e9;
    color: #52616a;
    font-size: 11px;
    line-height: 1.7;
}
.sc-single__content .dlp-point li:before,.sc-single__content .dlp-use-card li:before,.sc-single__content .dlp-campus-card li:before {
    position: absolute;
    left: 2px;
    color: #0788c7;
    content: "?";
    font-weight: 900;
}
.sc-single__content .dlp-related {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid #f39800;
    background: #f2f5f6;
}
.sc-single__content .dlp-related strong,.sc-single__content .dlp-related a {
    display: block;
}
.sc-single__content .dlp-related strong {
    margin-bottom: 4px;
    color: #17232b;
    font-size: 10px;
}
.sc-single__content .dlp-related a {
    color: #0788c7 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

/* 少人数／グループ用途 */
.sc-single__content .dlp-use-card {
    margin: 30px 0 38px;
    padding: 30px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
}
.sc-single__content .dlp-use-card-orange {
    border-top-color: #f39800;
}
.sc-single__content .dlp-use-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    background: #0788c7;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}
.sc-single__content .dlp-use-card-orange .dlp-use-label {
    background: #f39800;
}
.sc-single__content .dlp-use-card h5 {
    margin: 0 0 12px !important;
    color: #17232b !important;
    font-size: 19px !important;
}
.sc-single__content .dlp-use-card-orange li:before {
    color: #f39800;
}

/* 月額計算 */
.sc-single__content .dlp-cost {
    margin: 34px 0 40px;
    padding: 34px;
    background: #17232b;
    color: #fff;
}
.sc-single__content .dlp-cost-title {
    margin: 0 0 20px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.sc-single__content .dlp-cost-row,.sc-single__content .dlp-cost-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.16);
}
.sc-single__content .dlp-cost-row span,.sc-single__content .dlp-cost-result span {
    color: rgba(255,255,255,.64);
    font-size: 12px;
}
.sc-single__content .dlp-cost-row strong {
    color: #fff;
    font-size: 16px;
}
.sc-single__content .dlp-cost-result {
    border-top: 2px solid #f39800;
}
.sc-single__content .dlp-cost-result strong {
    color: #f3a21b;
    font-size: 24px;
}

/* スタジオ案内 */
.sc-single__content .dlp-campus {
    margin: 34px 0 65px;
    padding: 45px;
    background: #f2f5f6;
}
.sc-single__content .dlp-campus>p {
    color: #52616a;
    font-size: 13px;
    line-height: 1.95;
}
.sc-single__content .dlp-campus-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 15px;
    margin: 30px 0;
}
.sc-single__content .dlp-campus-card {
    padding: 28px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #f39800;
    background: #fff;
}
.sc-single__content .dlp-campus-b {
    border-top-color: #0788c7;
}
.sc-single__content .dlp-campus-label {
    margin-bottom: 12px;
    color: #dd7d00;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}
.sc-single__content .dlp-campus-b .dlp-campus-label {
    color: #0788c7;
}
.sc-single__content .dlp-campus-card h5 {
    margin: 0 0 7px !important;
    color: #17232b !important;
    font-size: 21px !important;
}
.sc-single__content .dlp-campus-size {
    margin: 0 0 12px !important;
    color: #687780;
    font-size: 13px;
}
.sc-single__content .dlp-campus-price {
    margin: 0 !important;
    color: #52616a;
    font-size: 12px;
}
.sc-single__content .dlp-campus-price strong {
    color: #dd7d00;
    font-size: 24px;
}
.sc-single__content .dlp-campus-b .dlp-campus-price strong {
    color: #0788c7;
}
.sc-single__content .dlp-campus-price span {
    color: #687780;
    font-size: 11px;
}
.sc-single__content .dlp-campus-a li:before {
    color: #f39800;
}

.sc-single__content .dlp-campus-features {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin: 30px 0;
    border: 1px solid #dce3e6;
    background: #fff;
}
.sc-single__content .dlp-campus-features>div {
    padding: 20px 10px;
    text-align: center;
}
.sc-single__content .dlp-campus-features>div+div {
    border-left: 1px solid #dce3e6;
}
.sc-single__content .dlp-campus-features span,.sc-single__content .dlp-campus-features strong {
    display: block;
}
.sc-single__content .dlp-campus-features span {
    margin-bottom: 9px;
    font-size: 24px;
}
.sc-single__content .dlp-campus-features strong {
    color: #17232b;
    font-size: 11px;
}

.sc-single__content .dlp-flatprice {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 30px 0 20px;
    padding: 20px 22px;
    background: #17232b;
    color: #fff;
}
.sc-single__content .dlp-flatprice>span {
    flex: 0 0 auto;
    font-size: 27px;
}
.sc-single__content .dlp-flatprice strong {
    color: #fff;
    font-size: 15px;
}
.sc-single__content .dlp-flatprice p {
    margin: 3px 0 0 !important;
    color: rgba(255,255,255,.62);
    font-size: 11px;
}

/* 最終CTA */
.sc-single__content .dlp-cta {
    position: relative;
    margin: 75px 0 0;
    padding: 48px;
    overflow: hidden;
    background: linear-gradient(125deg,rgba(243,152,0,.12),transparent 43%),linear-gradient(235deg,rgba(7,136,199,.15),transparent 45%),#111d25;
    color: #fff;
}
.sc-single__content .dlp-cta:before,.sc-single__content .dlp-cta:after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 4px;
    content: "";
}
.sc-single__content .dlp-cta:before {
    left: 0;
    background: #f39800;
}

.sc-single__content .dlp-cta:after {
    right: 0;
    background: #0788c7;
}
.sc-single__content .dlp-cta-small {
    margin: 0 0 12px !important;
    color: #f3a21b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}
.sc-single__content .dlp-cta h5 {
    margin: 0 0 17px !important;
    color: #fff !important;
    font-size: clamp(25px,4vw,37px) !important;
    line-height: 1.5 !important;
}
.sc-single__content .dlp-cta>p:not(.dlp-cta-small) {
    margin: 0 0 27px !important;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}
.sc-single__content .dlp-cta-buttons {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}
.sc-single__content .dlp-cta-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    transition: .25s;
}
.sc-single__content .dlp-cta-buttons a:hover {
    transform: translateY(-2px);
}
.sc-single__content .dlp-btn-sub {
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff !important;
}
.sc-single__content .dlp-btn-sub:hover {
    background: rgba(255,255,255,.08);
}
.sc-single__content .dlp-btn-main {
    border: 1px solid #e4003b;
    background: #e4003b;
    color: #fff !important;
}
.sc-single__content .dlp-btn-main:hover {
    background: #c90034;
}

@media(max-width:900px){
  .sc-single__content .dlp-overview-grid,.sc-single__content .dlp-student-grid {
     grid-template-columns: repeat(2,minmax(0,1fr));
 }
  .sc-single__content .dlp-campus {
     padding: 36px 28px;
 }
  .sc-single__content .dlp-campus-features {
     grid-template-columns: repeat(2,minmax(0,1fr));
 }
  .sc-single__content .dlp-campus-features>div:nth-child(3) {
     border-top: 1px solid #dce3e6;
     border-left: 0;
 }
  .sc-single__content .dlp-campus-features>div:nth-child(4) {
     border-top: 1px solid #dce3e6;
 }
}

@media(max-width:650px){

  .sc-single__content .dance-lesson-place-guide>h4 {
     margin-top: 55px !important;
     font-size: 23px !important;
 }
  .sc-single__content .dlp-overview-grid,.sc-single__content .dlp-student-grid,.sc-single__content .dlp-campus-grid,.sc-single__content .dlp-cta-buttons {
     grid-template-columns: 1fr;
 }
  .sc-single__content .dlp-overview-card,.sc-single__content .dlp-student-card {
     padding: 23px 20px;
 }
  .sc-single__content .dlp-point {
     padding: 24px 20px;
 }
  .sc-single__content .dlp-point-head {
     align-items: flex-start;
     flex-direction: column;
     gap: 10px;
 }
  .sc-single__content .dlp-point-head h5 {
     font-size: 18px !important;
 }
  .sc-single__content .dlp-use-card {
     padding: 24px 20px;
 }
  .sc-single__content .dlp-cost {
     padding: 26px 20px;
 }
  .sc-single__content .dlp-cost-row,.sc-single__content .dlp-cost-result {
     display: block;
 }
  .sc-single__content .dlp-cost-row span,.sc-single__content .dlp-cost-result span {
     display: block;
     margin-bottom: 6px;
 }
  .sc-single__content .dlp-campus {
     padding: 29px 18px;
 }
  .sc-single__content .dlp-campus-card {
     padding: 23px 19px;
 }
  .sc-single__content .dlp-flatprice {
     align-items: flex-start;
 }
  .sc-single__content .dlp-cta {
     margin-top: 60px;
     padding: 38px 20px 22px;
 }
  .sc-single__content .dlp-cta-buttons a {
     min-height: 56px;
 }
}

/* アイドル・タレント向けダンスレッスン記事専用CSS */

.sc-single__content>img:first-child {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 46px !important;
    aspect-ratio: 16/8;
    object-fit: cover;
}
.sc-single__content .idol-dance-studio-guide {
    color: #35444d;
}
.sc-single__content .idol-dance-studio-guide>p {
    line-height: 2;
}

/* 大見出し */
.sc-single__content .idol-dance-studio-guide>h4 {
    position: relative;
    margin: 72px 0 28px !important;
    padding: 0 0 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #dce3e6 !important;
    background: transparent !important;
    color: #17232b !important;
    font-size: clamp(23px,3vw,31px) !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
}
.sc-single__content .idol-dance-studio-guide>h4:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 76px;
    height: 3px;
    background: linear-gradient(90deg,#f39800 50%,#0788c7 50%);
    content: "";
}
.sc-single__content .idol-dance-studio-guide>h4:after {
    display: none !important;
}

/* テーマのh5装飾解除 */
.sc-single__content .ids-scene-card h5,.sc-single__content .ids-point-head h5,.sc-single__content .ids-size-card h5,.sc-single__content .ids-instructor-box h5,.sc-single__content .ids-smalluse h5,.sc-single__content .ids-campus-card h5,.sc-single__content .ids-cta h5 {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
.sc-single__content .ids-scene-card h5:before,.sc-single__content .ids-scene-card h5:after,.sc-single__content .ids-point-head h5:before,.sc-single__content .ids-point-head h5:after,.sc-single__content .ids-size-card h5:before,.sc-single__content .ids-size-card h5:after,.sc-single__content .ids-instructor-box h5:before,.sc-single__content .ids-instructor-box h5:after,.sc-single__content .ids-smalluse h5:before,.sc-single__content .ids-smalluse h5:after,.sc-single__content .ids-campus-card h5:before,.sc-single__content .ids-campus-card h5:after,.sc-single__content .ids-cta h5:before,.sc-single__content .ids-cta h5:after {
    display: none !important;
}

/* 練習内容4カード */
.sc-single__content .ids-scene-grid,.sc-single__content .ids-smalluse {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin: 34px 0 40px;
}
.sc-single__content .ids-scene-card,.sc-single__content .ids-smalluse>div {
    min-width: 0;
    padding: 25px 18px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
    text-align: center;
}
.sc-single__content .ids-scene-card:nth-child(n+3),.sc-single__content .ids-smalluse>div:nth-child(n+3) {
    border-top-color: #f39800;
}
.sc-single__content .ids-scene-icon {
    margin-bottom: 13px;
    font-size: 27px;
    line-height: 1;
}
.sc-single__content .ids-scene-card h5,.sc-single__content .ids-smalluse h5 {
    margin: 0 0 9px !important;
    color: #17232b !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}
.sc-single__content .ids-scene-card p,.sc-single__content .ids-smalluse p {
    margin: 0 !important;
    color: #687780;
    font-size: 11px;
    line-height: 1.75;
}
.sc-single__content .ids-smalluse>div>span {
    display: block;
    margin-bottom: 13px;
    color: #cbd4d8;
    font-size: 25px;
    font-weight: 900;
}

/* 7ポイント */
.sc-single__content .ids-point {
    margin: 25px 0;
    padding: 31px 34px;
    border: 1px solid #dce3e6;
    background: #fff;
}
.sc-single__content .ids-point-head {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 21px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dce3e6;
}
.sc-single__content .ids-point-head>span {
    flex: 0 0 auto;
    padding: 7px 10px;
    background: #0788c7;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}
.sc-single__content .ids-point:nth-of-type(even) .ids-point-head>span {
    background: #f39800;
}
.sc-single__content .ids-point-head h5 {
    margin: 0 !important;
    color: #17232b !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
}
.sc-single__content .ids-point>p {
    margin: 0 0 13px !important;
    color: #52616a;
    font-size: 13px;
    line-height: 1.9;
}
.sc-single__content .ids-point>ul,.sc-single__content .ids-campus-card ul {
    margin: 17px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.sc-single__content .ids-point li,.sc-single__content .ids-campus-card li {
    position: relative;
    margin: 0 !important;
    padding: 7px 0 7px 21px !important;
    border-top: 1px solid #e2e7e9;
    color: #52616a;
    font-size: 11px;
    line-height: 1.7;
}
.sc-single__content .ids-point li:before,.sc-single__content .ids-campus-card li:before {
    position: absolute;
    left: 2px;
    color: #0788c7;
    content: "?";
    font-weight: 900;
}
.sc-single__content .ids-related {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid #f39800;
    background: #f2f5f6;
}
.sc-single__content .ids-related strong,.sc-single__content .ids-related a {
    display: block;
}
.sc-single__content .ids-related strong {
    margin-bottom: 4px;
    color: #17232b;
    font-size: 10px;
}
.sc-single__content .ids-related a {
    color: #0788c7 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

/* 人数別 */
.sc-single__content .ids-size-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    margin: 34px 0 40px;
}
.sc-single__content .ids-size-card {
    padding: 28px 24px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #0788c7;
    background: #fff;
}
.sc-single__content .ids-size-card-orange {
    border-top-color: #f39800;
}
.sc-single__content .ids-size-num {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 11px;
    background: #0788c7;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}
.sc-single__content .ids-size-card-orange .ids-size-num {
    background: #f39800;
}
.sc-single__content .ids-size-card h5 {
    margin: 0 0 11px !important;
    color: #17232b !important;
    font-size: 17px !important;
}
.sc-single__content .ids-size-card p {
    margin: 0 !important;
    color: #687780;
    font-size: 12px;
    line-height: 1.85;
}

/* 講師分スペース */
.sc-single__content .ids-instructor-box {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin: 32px 0 42px;
    padding: 29px 31px;
    border: 1px solid #dce3e6;
    border-left: 4px solid #0788c7;
    background: #f5f7f8;
}
.sc-single__content .ids-instructor-icon {
    flex: 0 0 auto;
    font-size: 30px;
}
.sc-single__content .ids-instructor-box h5 {
    margin: 0 0 12px !important;
    color: #17232b !important;
    font-size: 19px !important;
}
.sc-single__content .ids-instructor-box p {
    margin: 0 0 10px !important;
    color: #52616a;
    font-size: 12px;
    line-height: 1.85;
}

/* 長時間料金 */
.sc-single__content .ids-cost {
    margin: 34px 0 40px;
    padding: 34px;
    background: #17232b;
    color: #fff;
}
.sc-single__content .ids-cost-title {
    margin: 0 0 20px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.sc-single__content .ids-cost-row,.sc-single__content .ids-cost-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.16);
}
.sc-single__content .ids-cost-row span,.sc-single__content .ids-cost-result span {
    color: rgba(255,255,255,.64);
    font-size: 12px;
}
.sc-single__content .ids-cost-row strong {
    color: #fff;
    font-size: 16px;
}
.sc-single__content .ids-cost-result {
    border-top: 2px solid #f39800;
}
.sc-single__content .ids-cost-result strong {
    color: #f3a21b;
    font-size: 24px;
}

/* スタジオ案内 */
.sc-single__content .ids-campus {
    margin: 34px 0 65px;
    padding: 45px;
    background: #f2f5f6;
}
.sc-single__content .ids-campus>p {
    color: #52616a;
    font-size: 13px;
    line-height: 1.95;
}
.sc-single__content .ids-campus-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 15px;
    margin: 30px 0;
}
.sc-single__content .ids-campus-card {
    padding: 28px;
    border: 1px solid #dce3e6;
    border-top: 4px solid #f39800;
    background: #fff;
}
.sc-single__content .ids-campus-b {
    border-top-color: #0788c7;
}
.sc-single__content .ids-campus-label {
    margin-bottom: 12px;
    color: #dd7d00;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}
.sc-single__content .ids-campus-b .ids-campus-label {
    color: #0788c7;
}
.sc-single__content .ids-campus-card h5 {
    margin: 0 0 7px !important;
    color: #17232b !important;
    font-size: 21px !important;
}
.sc-single__content .ids-campus-size {
    margin: 0 0 12px !important;
    color: #687780;
    font-size: 13px;
}
.sc-single__content .ids-campus-price {
    margin: 0 !important;
    color: #52616a;
    font-size: 12px;
}
.sc-single__content .ids-campus-price strong {
    color: #dd7d00;
    font-size: 24px;
}
.sc-single__content .ids-campus-b .ids-campus-price strong {
    color: #0788c7;
}
.sc-single__content .ids-campus-price span {
    color: #687780;
    font-size: 11px;
}
.sc-single__content .ids-campus-a li:before {
    color: #f39800;
}

.sc-single__content .ids-campus-features {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin: 30px 0;
    border: 1px solid #dce3e6;
    background: #fff;
}
.sc-single__content .ids-campus-features>div {
    padding: 20px 10px;
    text-align: center;
}
.sc-single__content .ids-campus-features>div+div {
    border-left: 1px solid #dce3e6;
}
.sc-single__content .ids-campus-features span,.sc-single__content .ids-campus-features strong {
    display: block;
}
.sc-single__content .ids-campus-features span {
    margin-bottom: 9px;
    font-size: 24px;
}
.sc-single__content .ids-campus-features strong {
    color: #17232b;
    font-size: 11px;
}
.sc-single__content .ids-flatprice {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 30px 0 20px;
    padding: 20px 22px;
    background: #17232b;
    color: #fff;
}
.sc-single__content .ids-flatprice>span {
    flex: 0 0 auto;
    font-size: 27px;
}
.sc-single__content .ids-flatprice strong {
    color: #fff;
    font-size: 15px;
}
.sc-single__content .ids-flatprice p {
    margin: 3px 0 0 !important;
    color: rgba(255,255,255,.62);
    font-size: 11px;
}

/* CTA */
.sc-single__content .ids-cta {
    position: relative;
    margin: 75px 0 0;
    padding: 48px;
    overflow: hidden;
    background: linear-gradient(125deg,rgba(243,152,0,.12),transparent 43%),linear-gradient(235deg,rgba(7,136,199,.15),transparent 45%),#111d25;
    color: #fff;
}
.sc-single__content .ids-cta:before,.sc-single__content .ids-cta:after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 4px;
    content: "";
}
.sc-single__content .ids-cta:before {
    left: 0;
    background: #f39800;
}

.sc-single__content .ids-cta:after {
    right: 0;
    background: #0788c7;
}
.sc-single__content .ids-cta-small {
    margin: 0 0 12px !important;
    color: #f3a21b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
}
.sc-single__content .ids-cta h5 {
    margin: 0 0 17px !important;
    color: #fff !important;
    font-size: clamp(25px,4vw,37px) !important;
    line-height: 1.5 !important;
}
.sc-single__content .ids-cta>p:not(.ids-cta-small) {
    margin: 0 0 27px !important;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}
.sc-single__content .ids-cta-buttons {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}
.sc-single__content .ids-cta-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    transition: .25s;
}
.sc-single__content .ids-cta-buttons a:hover {
    transform: translateY(-2px);
}
.sc-single__content .ids-btn-sub {
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff !important;
}
.sc-single__content .ids-btn-sub:hover {
    background: rgba(255,255,255,.08);
}
.sc-single__content .ids-btn-main {
    border: 1px solid #e4003b;
    background: #e4003b;
    color: #fff !important;
}
.sc-single__content .ids-btn-main:hover {
    background: #c90034;
}

@media(max-width:900px){
  .sc-single__content .ids-scene-grid,.sc-single__content .ids-smalluse {
     grid-template-columns: repeat(2,minmax(0,1fr));
 }
  .sc-single__content .ids-campus {
     padding: 36px 28px;
 }
  .sc-single__content .ids-campus-features {
     grid-template-columns: repeat(2,minmax(0,1fr));
 }
  .sc-single__content .ids-campus-features>div:nth-child(3) {
     border-top: 1px solid #dce3e6;
     border-left: 0;
 }
  .sc-single__content .ids-campus-features>div:nth-child(4) {
     border-top: 1px solid #dce3e6;
 }
}

@media(max-width:650px){
  .sc-single__content>img:first-child {
     margin-bottom: 30px !important;
     aspect-ratio: 4/3;
 }
  .sc-single__content .idol-dance-studio-guide>h4 {
     margin-top: 55px !important;
     font-size: 23px !important;
 }
  .sc-single__content .ids-scene-grid,.sc-single__content .ids-size-grid,.sc-single__content .ids-smalluse,.sc-single__content .ids-campus-grid,.sc-single__content .ids-cta-buttons {
     grid-template-columns: 1fr;
 }
  .sc-single__content .ids-scene-card,.sc-single__content .ids-size-card,.sc-single__content .ids-smalluse>div {
     padding: 23px 20px;
 }
  .sc-single__content .ids-point {
     padding: 24px 20px;
 }
  .sc-single__content .ids-point-head {
     align-items: flex-start;
     flex-direction: column;
     gap: 10px;
 }
  .sc-single__content .ids-point-head h5 {
     font-size: 18px !important;
 }
  .sc-single__content .ids-instructor-box {
     padding: 23px 20px;
 }
  .sc-single__content .ids-cost {
     padding: 26px 20px;
 }
  .sc-single__content .ids-cost-row,.sc-single__content .ids-cost-result {
     display: block;
 }
  .sc-single__content .ids-cost-row span,.sc-single__content .ids-cost-result span {
     display: block;
     margin-bottom: 6px;
 }
  .sc-single__content .ids-campus {
     padding: 29px 18px;
 }
  .sc-single__content .ids-campus-card {
     padding: 23px 19px;
 }
  .sc-single__content .ids-flatprice {
     align-items: flex-start;
 }
  .sc-single__content .ids-cta {
     margin-top: 60px;
     padding: 38px 20px 22px;
 }
  .sc-single__content .ids-cta-buttons a {
     min-height: 56px;
 }
}


/* =====================================
   [studio_news] 現行HTML対応CSS
   .sc-news-grid / .sc-news-card 用
===================================== */

.sc-news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.sc-news-card {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 3px solid #f39800 !important;
    background: #f1f4f5 !important;
    box-shadow: none !important;
}

.sc-news-card__link {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    color: #17232b !important;
    text-decoration: none !important;
}

.sc-news-card__image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    background: #e3e7e9 !important;
}

.sc-news-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
    transition: transform .45s ease !important;
}

.sc-news-card__link:hover .sc-news-card__image img {
    transform: scale(1.045) !important;
}

.sc-news-card__noimage {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #a7b0b5 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
}

.sc-news-card__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 28px 27px 25px !important;
}

.sc-news-card__meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}

.sc-news-card__meta time {
    color: #667680 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
}

.sc-news-card__category {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    padding: 5px 9px !important;
    background: #f39800 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.sc-news-card__title {
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #17232b !important;
    font-size: clamp(17px, 1.5vw, 21px) !important;
    font-weight: 900 !important;
    line-height: 1.65 !important;
    letter-spacing: .01em !important;
}

.sc-news-card__title::before,
.sc-news-card__title::after {
    display: none !important;
}

.sc-news-card__excerpt {
    display: -webkit-box !important;
    margin: 0 0 23px !important;
    overflow: hidden !important;
    color: #687780 !important;
    font-size: 12px !important;
    line-height: 1.85 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

.sc-news-card__more {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    margin-top: auto !important;
    padding-top: 18px !important;
    border-top: 1px solid #d8dfe2 !important;
    color: #17232b !important;
    font-size: 10px !important;
    font-weight: 900 !important;
}

.sc-news-card__more > span {
    font-size: 20px !important;
    font-weight: 400 !important;
    transition: transform .25s ease !important;
}

.sc-news-card__link:hover .sc-news-card__more > span {
    transform: translateX(5px) !important;
}

@media (max-width: 900px) {
    .sc-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 650px) {
    .sc-news-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .sc-news-card__link {
        display: grid !important;
        grid-template-columns: 118px minmax(0, 1fr) !important;
        min-height: 155px !important;
    }

    .sc-news-card__image {
        height: 100% !important;
        min-height: 155px !important;
        aspect-ratio: auto !important;
    }

    .sc-news-card__body {
        padding: 18px 17px 15px !important;
    }

    .sc-news-card__meta {
        margin-bottom: 10px !important;
    }

    .sc-news-card__category {
        min-height: 20px !important;
        padding: 4px 7px !important;
        font-size: 8px !important;
    }

    .sc-news-card__title {
        display: -webkit-box !important;
        margin-bottom: 10px !important;
        overflow: hidden !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
    }

    .sc-news-card__excerpt {
        display: none !important;
    }

    .sc-news-card__more {
        padding-top: 10px !important;
        font-size: 9px !important;
    }
}

@media (max-width: 390px) {
    .sc-news-card__link {
        grid-template-columns: 100px minmax(0, 1fr) !important;
    }
}

/* =====================================
   最新情報セクション・見出し
===================================== */

.sc-news-section {
	position: relative;
	width: 100%;
	padding: 110px 30px 120px;
	background: #fff;
}

.sc-news-section__inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.sc-news-section__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
	align-items: end;
	gap: 80px;
	margin-bottom: 58px;
}

.sc-news-section__en {
	margin: 0 0 24px !important;
	color: #0788c7;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.18em;
	line-height: 1;
}

.sc-news-section__title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #17232b !important;
	font-size: clamp(42px, 5vw, 66px) !important;
	font-weight: 900 !important;
	letter-spacing: -0.03em;
	line-height: 1.25 !important;
}

.sc-news-section__title::before,
.sc-news-section__title::after {
	display: none !important;
}

.sc-news-section__intro {
	padding-bottom: 6px;
}

.sc-news-section__intro p {
	margin: 0 0 27px !important;
	color: #687780;
	font-size: 13px;
	line-height: 2;
}

.sc-news-section__archive {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	color: #17232b !important;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none !important;
}

.sc-news-section__archive span {
	font-size: 19px;
	transition: transform 0.25s ease;
}

.sc-news-section__archive:hover span {
	transform: translateX(5px);
}

@media (max-width: 900px) {
	.sc-news-section {
		padding: 85px 25px 95px;
	}

	.sc-news-section__header {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-bottom: 45px;
	}
}

@media (max-width: 650px) {
	.sc-news-section {
		padding: 65px 20px 75px;
	}

	.sc-news-section__header {
		margin-bottom: 35px;
	}

	.sc-news-section__en {
		margin-bottom: 16px !important;
	}

	.sc-news-section__title {
		font-size: 36px !important;
	}

	.sc-news-section__title br {
		display: none;
	}

	.sc-news-section__intro p {
		font-size: 12px;
	}
}

.sc-about {
    --navy: #0c1b24;
    --ink: #16232c;
    --blue: #0788c7;
    --orange: #f39800;
    --red: #e8003d;
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    color: var(--ink);
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    line-height: 1.9;
    overflow: hidden;
}

.sc-about * {
    box-sizing: border-box;
}

.sc-about a {
    text-decoration: none;
}

.sc-about-inner {
    width: min(1180px,calc(100% - 48px));
    margin: auto;
}

.sc-about-kicker,.sc-about-en {
    margin: 0 0 24px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
}

.sc-about h1,.sc-about h2,.sc-about h3 {
    margin-top: 0;
    line-height: 1.35;
    letter-spacing: .03em;
}

.sc-about h2 {
    font-size: clamp(32px,4vw,56px);
}
.sc-about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 620px;
    padding: 100px 0;
    background: linear-gradient(115deg,rgba(8,17,23,.96),rgba(12,35,48,.9)),linear-gradient(135deg,#17242b,#07141c);
    color: #fff;
}

.sc-about-hero:after {
    position: absolute;
    right: -8vw;
    bottom: -25vw;
    width: 65vw;
    height: 65vw;
    border: 1px solid rgba(255,255,255,.08);
    content: "";
    transform: rotate(45deg);
}

.sc-about-hero .sc-about-en {
    color: #fff;
}

.sc-about-hero h1 {
    max-width: 760px;
    margin-bottom: 28px;
    font-size: clamp(48px,7vw,92px);
}

.sc-about-hero-lead {
    max-width: 700px;
    margin: 0;
    font-size: clamp(16px,2vw,21px);
    font-weight: 600;
}

.sc-about-hero-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background: var(--orange);
}

.sc-about-hero-line:after {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background: var(--blue);
    content: "";
}
.sc-about-intro,.sc-about-business,.sc-about-studios,.sc-about-company {
    padding: 120px 0;
}

.sc-about-intro-grid,.sc-about-company-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.sc-about-intro h2 {
    margin-bottom: 0;
}

.sc-about-copy {
    font-size: 17px;
}

.sc-about-copy p:first-child {
    margin-top: 0;
}

.sc-about-copy p:last-child {
    margin-bottom: 0;
}

.sc-about-business {
    background: #f2f4f5;
}

.sc-about-section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 56px;
}

.sc-about-section-head h2,.sc-about-section-head p {
    margin-bottom: 0;
}

.sc-about-business-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.sc-about-business-card {
    position: relative;
    min-height: 330px;
    padding: 42px;
    background: #fff;
    border-right: 1px solid #dde2e5;
}

.sc-about-business-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
}

.sc-about-business-card--orange:before {
    background: var(--orange);
}

.sc-about-business-card--blue:before {
    background: var(--blue);
}

.sc-about-business-card--mix:before {
    background: linear-gradient(90deg,var(--orange),var(--blue));
}

.sc-about-business-card>span {
    display: block;
    color: #a0abb2;
    font-weight: 800;
}

.sc-about-business-card small {
    display: block;
    margin: 50px 0 12px;
    color: var(--blue);
    font-weight: 800;
    letter-spacing: .15em;
}

.sc-about-business-card h3 {
    font-size: 23px;
}

.sc-about-business-card p {
    margin-bottom: 0;
    font-size: 14px;
}
.sc-about-studio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sc-about-studio-card {
    position: relative;
    display: block;
    min-height: 410px;
    padding: 52px;
    color: #fff !important;
    background: var(--navy);
    border: 1px solid rgba(255,255,255,.16);
    transition: .25s;
}

.sc-about-studio-card:hover {
    transform: translateY(-5px);
}

.sc-about-studio-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
}

.sc-about-studio-card--kiyose:before {
    background: var(--orange);
}

.sc-about-studio-card--baba:before {
    background: var(--blue);
}

.sc-about-studio-no {
    color: #7e8b93;
    font-weight: 800;
}

.sc-about-studio-card small {
    display: block;
    margin: 62px 0 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.sc-about-studio-card--kiyose small {
    color: var(--orange);
}

.sc-about-studio-card--baba small {
    color: #24a8e7;
}

.sc-about-studio-card h3 {
    font-size: 30px;
}

.sc-about-studio-card p {
    max-width: 470px;
    color: #c1cbd1;
    font-size: 14px;
}

.sc-about-studio-card strong {
    position: absolute;
    right: 48px;
    bottom: 40px;
    font-size: 13px;
}

.sc-about-studio-card strong b {
    margin-left: 30px;
    font-size: 22px;
}
.sc-about-values {
    padding: 120px 0;
    background: var(--navy);
    color: #fff;
}

.sc-about-values h2 {
    max-width: 680px;
}

.sc-about-values-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    margin-top: 70px;
    background: rgba(255,255,255,.16);
}

.sc-about-values-grid article {
    padding: 42px;
    background: var(--navy);
}

.sc-about-values-grid span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
}

.sc-about-values-grid h3 {
    margin: 30px 0 16px;
    font-size: 22px;
}

.sc-about-values-grid p {
    margin: 0;
    color: #aebbc3;
    font-size: 14px;
}
.sc-about-company h2 {
    margin-bottom: 0;
}

.sc-about-company-list {
    margin: 0;
    border-top: 1px solid #ccd3d7;
}

.sc-about-company-list>div {
    display: grid;
    grid-template-columns: 160px 1fr;
    padding: 25px 0;
    border-bottom: 1px solid #ccd3d7;
}

.sc-about-company-list dt {
    font-size: 13px;
    font-weight: 800;
}

.sc-about-company-list dd {
    margin: 0;
}

.sc-about-cta {
    padding: 110px 0;
    background: linear-gradient(110deg,#151e23,var(--navy));
    color: #fff;
    text-align: center;
}

.sc-about-cta h2 {
    margin-bottom: 24px;
}

.sc-about-cta p:not(.sc-about-kicker) {
    margin-bottom: 38px;
}

.sc-about-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.sc-about-cta-buttons a {
    display: flex;
    justify-content: space-between;
    width: 270px;
    padding: 20px 24px;
    color: #fff !important;
    font-weight: 800;
    border: 1px solid rgba(255,255,255,.5);
}

.sc-about-cta-buttons a:last-child {
    background: var(--red);
    border-color: var(--red);
}
@media (max-width:800px) {
    .sc-about-inner {
        width: min(100% - 36px,1180px);
    }

    .sc-about-hero {
        min-height: 520px;
        padding: 80px 0;
    }

    .sc-about-hero h1 {
        font-size: 48px;
    }

    .sc-about-intro,.sc-about-business,.sc-about-studios,.sc-about-company,.sc-about-values {
        padding: 80px 0;
    }

    .sc-about-intro-grid,.sc-about-company-grid,.sc-about-section-head {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sc-about-business-grid,.sc-about-values-grid {
        grid-template-columns: 1fr;
    }

    .sc-about-business-card {
        min-height: 260px;
    }

    .sc-about-business-card small {
        margin-top: 30px;
    }

    .sc-about-studio-grid {
        grid-template-columns: 1fr;
    }

    .sc-about-studio-card {
        min-height: 350px;
        padding: 36px 28px;
    }

    .sc-about-studio-card small {
        margin-top: 42px;
    }

    .sc-about-studio-card h3 {
        font-size: 25px;
    }

    .sc-about-studio-card strong {
        right: 28px;
        bottom: 28px;
    }

    .sc-about-company-list>div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .sc-about-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .sc-about-cta-buttons a {
        width: min(100%,340px);
    }
}

.sc-contact {
    --navy: #0c1b24;
    --ink: #16232c;
    --blue: #0788c7;
    --orange: #f39800;
    --red: #e8003d;
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    color: var(--ink);
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    line-height: 1.85;
    overflow: hidden;
}

.sc-contact * {
    box-sizing: border-box;
}

.sc-contact a {
    text-decoration: none;
}

.sc-contact-inner {
    width: min(1180px,calc(100% - 48px));
    margin: auto;
}

.sc-contact-kicker,.sc-contact-en {
    margin: 0 0 22px !important;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
}

.sc-contact h1,.sc-contact h2,.sc-contact h3 {
    margin-top: 0;
    line-height: 1.35;
    letter-spacing: .03em;
}

.sc-contact h2 {
    font-size: clamp(32px,4vw,54px);
}
.sc-contact-hero {
    position: relative;
    padding: 105px 0 110px;
    background: linear-gradient(115deg,#101b21,#0b2636);
    color: #fff;
}

.sc-contact-hero:after {
    position: absolute;
    right: 8%;
    bottom: -240px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255,255,255,.08);
    content: "";
    transform: rotate(45deg);
}

.sc-contact-hero:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background: var(--orange);
    content: "";
}

.sc-contact-hero .sc-contact-en {
    color: #fff;
}

.sc-contact-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(46px,7vw,82px);
}

.sc-contact-hero p:last-child {
    max-width: 650px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}
.sc-contact-route {
    padding: 110px 0;
    background: #f3f5f6;
}

.sc-contact-route h2 {
    margin-bottom: 24px;
}

.sc-contact-route-lead {
    max-width: 760px;
    margin-bottom: 50px !important;
}

.sc-contact-route-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sc-contact-route-card {
    position: relative;
    display: block;
    min-height: 330px;
    padding: 40px;
    color: #fff !important;
    background: var(--navy);
    border: 1px solid rgba(255,255,255,.17);
    transition: transform .25s,background .25s;
}

.sc-contact-route-card:hover {
    z-index: 2;
    background: #102a38;
    transform: translateY(-5px);
}

.sc-contact-route-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
}

.sc-contact-route-card--reserve:before {
    background: var(--red);
}

.sc-contact-route-card--location:before {
    background: var(--orange);
}

.sc-contact-route-no {
    color: #7f8d95;
    font-weight: 800;
}

.sc-contact-route-card small {
    display: block;
    margin: 46px 0 8px;
    color: #26a9e8;
    font-weight: 800;
    letter-spacing: .14em;
}

.sc-contact-route-card--location small {
    color: var(--orange);
}

.sc-contact-route-card h3 {
    margin-bottom: 16px;
    font-size: 27px;
}

.sc-contact-route-card p {
    max-width: 450px;
    margin-bottom: 50px;
    color: #bcc7cd;
    font-size: 14px;
}

.sc-contact-route-card strong {
    position: absolute;
    right: 38px;
    bottom: 30px;
    font-size: 13px;
}

.sc-contact-route-card strong b {
    margin-left: 28px;
    font-size: 20px;
}
.sc-contact-form-section {
    padding: 120px 0;
    background: #fff;
}

.sc-contact-form-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.sc-contact-form-info>p:not(.sc-contact-kicker) {
    margin-bottom: 34px;
}

.sc-contact-notice {
    padding: 25px;
    background: #f3f5f6;
    border-left: 4px solid var(--blue);
}

.sc-contact-notice strong {
    display: block;
    margin-bottom: 10px;
}

.sc-contact-notice ul {
    margin: 0;
    padding-left: 1.3em;
    font-size: 13px;
}

.sc-contact-form-box {
    padding: 48px;
    background: #f5f7f8;
}

.sc-contact-form-box .wpcf7-form {
    margin: 0;
}

.sc-contact-field {
    margin: 0 0 27px;
}

.sc-contact-field-label {
    display: block;
    margin-bottom: 9px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
}

.sc-contact-required,.sc-contact-optional {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 7px;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    vertical-align: 2px;
}

.sc-contact-required {
    background: var(--red);
}

.sc-contact-optional {
    background: #7e8990;
}

.sc-contact-form-box input[type="text"],.sc-contact-form-box input[type="email"],.sc-contact-form-box input[type="tel"],.sc-contact-form-box select,.sc-contact-form-box textarea {
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px 15px !important;
    color: #17232b !important;
    background: #fff !important;
    border: 1px solid #cbd3d7 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 16px !important;
}

.sc-contact-form-box textarea {
    height: 210px;
    resize: vertical;
}

.sc-contact-form-box input:focus,.sc-contact-form-box select:focus,.sc-contact-form-box textarea:focus {
    border-color: var(--blue) !important;
    outline: 2px solid rgba(7,136,199,.12) !important;
}

.sc-contact-form-box .wpcf7-list-item {
    margin: 0;
}

.sc-contact-form-box .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
}

.sc-contact-form-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 5px;
}

.sc-contact-form-box a {
    color: var(--blue) !important;
    text-decoration: underline;
}

.sc-contact-submit-wrap {
    margin: 34px 0 0;
    text-align: center;
}

.sc-contact-form-box input[type="submit"] {
    width: 100%;
    padding: 20px !important;
    color: #fff !important;
    background: var(--red) !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    cursor: pointer;
    transition: opacity .2s;
}

.sc-contact-form-box input[type="submit"]:hover {
    opacity: .82;
}

.sc-contact-form-box .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

.sc-contact-form-box .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
}

.sc-contact-form-box .wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 14px !important;
    border-width: 1px !important;
    font-size: 13px;
}
@media (max-width:800px) {
    .sc-contact-inner {
        width: min(100% - 36px,1180px);
    }

    .sc-contact-hero {
        padding: 78px 0 82px;
    }

    .sc-contact-hero h1 {
        font-size: 46px;
    }

    .sc-contact-route,.sc-contact-form-section {
        padding: 75px 0;
    }

    .sc-contact-route-grid,.sc-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .sc-contact-form-grid {
        gap: 48px;
    }

    .sc-contact-route-card {
        min-height: 300px;
        padding: 32px 26px;
    }

    .sc-contact-route-card small {
        margin-top: 35px;
    }

    .sc-contact-route-card h3 {
        font-size: 23px;
    }

    .sc-contact-route-card strong {
        right: 26px;
    }

    .sc-contact-form-box {
        padding: 28px 20px;
    }
}

/* ABOUT：会社概要の文字色・背景修正 */
.sc-about .sc-about-company {
	background: #ffffff !important;
	color: #16232c !important;
}

.sc-about .sc-about-company h2 {
	color: #16232c !important;
}

.sc-about .sc-about-company-list,
.sc-about .sc-about-company-list dt,
.sc-about .sc-about-company-list dd {
	color: #16232c !important;
}

.sc-about .sc-about-company-list {
	border-top-color: #aeb9bf !important;
}

.sc-about .sc-about-company-list > div {
	border-bottom-color: #ccd3d7 !important;
}

.sc-about .sc-about-company-list dt {
	color: #53636d !important;
	font-weight: 800 !important;
}

.sc-about .sc-about-company-list dd {
	color: #16232c !important;
	font-weight: 600 !important;
}

/* ABOUT：明るいセクションの背景・文字色を強制 */
.sc-about .sc-about-intro,
.sc-about .sc-about-studios {
	background: #ffffff !important;
	color: #16232c !important;
}

/* WHO WE ARE */
.sc-about .sc-about-intro h2,
.sc-about .sc-about-intro p,
.sc-about .sc-about-copy,
.sc-about .sc-about-copy p {
	color: #16232c !important;
}

.sc-about .sc-about-intro .sc-about-kicker {
	color: #0788c7 !important;
}

/* OUR STUDIOS：セクション見出し部分 */
.sc-about .sc-about-studios .sc-about-section-head h2 {
	color: #16232c !important;
}

.sc-about .sc-about-studios .sc-about-section-head p {
	color: #53636d !important;
}

.sc-about .sc-about-studios .sc-about-kicker {
	color: #0788c7 !important;
}

/* スタジオカード内は濃紺背景＋白文字を維持 */
.sc-about .sc-about-studio-card {
	background: #0c1b24 !important;
	color: #ffffff !important;
}

.sc-about .sc-about-studio-card h3,
.sc-about .sc-about-studio-card strong,
.sc-about .sc-about-studio-card strong b {
	color: #ffffff !important;
}

.sc-about .sc-about-studio-card p {
	color: #c1cbd1 !important;
}

.sc-about .sc-about-studio-card--kiyose small {
	color: #f39800 !important;
}

.sc-about .sc-about-studio-card--baba small {
	color: #24a8e7 !important;
}

.sc-privacy {
    --navy: #0c1b24;
    --ink: #16232c;
    --blue: #0788c7;
    --orange: #f39800;
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    color: var(--ink) !important;
    background: #fff !important;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    line-height: 1.9;
    overflow: hidden;
}

.sc-privacy * {
    box-sizing: border-box;
}

.sc-privacy-inner {
    width: min(1180px,calc(100% - 48px));
    margin: auto;
}

.sc-privacy a {
    text-decoration: none;
}

.sc-privacy-en,.sc-privacy-kicker {
    margin: 0 0 20px !important;
    color: var(--blue) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .2em;
}

.sc-privacy-hero {
    position: relative;
    padding: 105px 0 110px;
    background: linear-gradient(115deg,#101b21,#0b2636) !important;
    color: #fff !important;
}

.sc-privacy-hero:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background: var(--orange);
    content: "";
}

.sc-privacy-hero:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 5px;
    background: var(--blue);
    content: "";
}

.sc-privacy-hero .sc-privacy-en,.sc-privacy-hero h1,.sc-privacy-hero p {
    color: #fff !important;
}

.sc-privacy-hero h1 {
    margin: 0 0 18px !important;
    font-size: clamp(42px,6vw,74px) !important;
    line-height: 1.3 !important;
}

.sc-privacy-hero p:last-child {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.sc-privacy-body {
    padding: 110px 0 130px;
    background: #fff !important;
}

.sc-privacy-layout {
    display: grid;
    grid-template-columns: 240px minmax(0,1fr);
    gap: 100px;
}

.sc-privacy-nav {
    position: sticky;
    top: 120px;
    align-self: start;
    padding: 26px 24px;
    background: #f2f4f5;
}

.sc-privacy-nav>p {
    margin: 0 0 16px !important;
    color: #7a8991 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .18em;
}

.sc-privacy-nav ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: privacy-nav;
}

.sc-privacy-nav li {
    counter-increment: privacy-nav;
    border-top: 1px solid #d9dfe2;
}

.sc-privacy-nav a {
    display: block;
    padding: 11px 0;
    color: #42525c !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.sc-privacy-nav a:before {
    margin-right: 9px;
    color: var(--blue);
    content: counter(privacy-nav,decimal-leading-zero);
}

.sc-privacy-content {
    min-width: 0;
    color: var(--ink) !important;
}

.sc-privacy-lead {
    margin: 0 0 65px !important;
    padding: 30px 34px;
    color: #263740 !important;
    background: #f3f5f6;
    border-left: 4px solid var(--blue);
    font-size: 16px !important;
    font-weight: 600 !important;
}

.sc-privacy-content>section:not(.sc-privacy-contact) {
    scroll-margin-top: 100px;
    margin: 0 0 70px !important;
    padding-top: 4px;
}

.sc-privacy-content section>span {
    display: block;
    margin-bottom: 8px;
    color: var(--orange) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .14em;
}

.sc-privacy-content h2 {
    margin: 0 0 25px !important;
    padding: 0 0 17px !important;
    color: var(--ink) !important;
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid #cbd3d7 !important;
    font-size: clamp(25px,3vw,34px) !important;
    line-height: 1.45 !important;
}

.sc-privacy-content p,.sc-privacy-content li,.sc-privacy-content dt,.sc-privacy-content dd {
    color: #35464f !important;
}

.sc-privacy-content p {
    margin: 0 0 20px !important;
    font-size: 15px !important;
}

.sc-privacy-content ul {
    margin: 22px 0 25px !important;
    padding: 22px 28px 22px 50px !important;
    background: #f5f7f8 !important;
    border: 0 !important;
}

.sc-privacy-content li {
    margin: 5px 0 !important;
    font-size: 14px !important;
}

.sc-privacy-linkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 25px 0;
}

.sc-privacy-linkbox a {
    display: flex;
    justify-content: space-between;
    padding: 17px 19px;
    color: var(--ink) !important;
    background: #fff;
    border: 1px solid #ccd4d8;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.sc-privacy-linkbox a+a {
    border-left: 0;
}

.sc-privacy-linkbox b {
    color: var(--blue);
}

.sc-privacy-contact {
    margin-top: 95px !important;
    padding: 45px !important;
    color: #fff !important;
    background: var(--navy) !important;
}

.sc-privacy-contact .sc-privacy-en {
    color: #27a8e7 !important;
}

.sc-privacy-contact h2 {
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,.22) !important;
}

.sc-privacy-contact dl {
    margin: 0;
}

.sc-privacy-contact dl>div {
    display: grid;
    grid-template-columns: 145px 1fr;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.sc-privacy-contact dt {
    color: #8d9ba3 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.sc-privacy-contact dd {
    margin: 0;
    color: #fff !important;
    font-size: 14px !important;
}

.sc-privacy-contact a {
    color: #fff !important;
    text-decoration: underline;
}

.sc-privacy-date {
    margin: 28px 0 0 !important;
    color: #8d9ba3 !important;
    font-size: 12px !important;
    text-align: right;
}
@media (max-width:800px) {
    .sc-privacy-inner {
        width: min(100% - 36px,1180px);
    }

    .sc-privacy-hero {
        padding: 76px 0 80px;
    }

    .sc-privacy-hero h1 {
        font-size: 40px !important;
    }

    .sc-privacy-body {
        padding: 70px 0 85px;
    }

    .sc-privacy-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .sc-privacy-nav {
        position: static;
    }

    .sc-privacy-lead {
        padding: 24px 20px;
        font-size: 14px !important;
    }

    .sc-privacy-content>section:not(.sc-privacy-contact) {
        margin-bottom: 55px !important;
    }

    .sc-privacy-content ul {
        padding: 20px 18px 20px 38px !important;
    }

    .sc-privacy-linkbox {
        grid-template-columns: 1fr;
    }

    .sc-privacy-linkbox a+a {
        border-top: 0;
        border-left: 1px solid #ccd4d8;
    }

    .sc-privacy-contact {
        padding: 30px 22px !important;
    }

    .sc-privacy-contact dl>div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .sc-privacy-date {
        text-align: left;
    }
}

/* =========================================================
 * Studio Campus SC ID
 * 会員登録・ログイン・パスワード再設定・マイページ共通
 * 子テーマ style.css の一番下へ追加
 * ======================================================= */

body.sc-member-ui-page {
	--member-navy: #0c1b24;
	--member-navy-light: #102a38;
	--member-ink: #16232c;
	--member-muted: #60717b;
	--member-blue: #0788c7;
	--member-orange: #f39800;
	--member-red: #e8003d;
	--member-line: #dce3e7;
	--member-soft: #f2f5f6;
	background: #f2f5f6 !important;
}

body.sc-member-ui-page .site-content,
body.sc-member-ui-page .content-area,
body.sc-member-ui-page .site-main,
body.sc-member-ui-page .main-content,
body.sc-member-ui-page article,
body.sc-member-ui-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	float: none !important;
}

body.sc-member-ui-page .sidebar,
body.sc-member-ui-page #secondary,
body.sc-member-ui-page .widget-area,
body.sc-member-ui-page aside.widget-area {
	display: none !important;
}

/* WordPress固定ページ側が出すタイトル・余白を消す */
body.sc-member-ui-page .entry-header,
body.sc-member-ui-page .page-header,
body.sc-member-ui-page .content__header,
body.sc-member-ui-page .breadcrumb,
body.sc-member-ui-page .breadcrumbs {
	display: none !important;
}

body.sc-member-ui-page .entry-content > p:empty {
	display: none !important;
}

/* ---------- 登録・ログイン・パスワード再設定 ---------- */
body.sc-member-ui-page .sc-member-page-shell {
	position: relative !important;
	left: 50% !important;
	width: 100vw !important;
	max-width: none !important;
	min-height: calc(100vh - 110px) !important;
	margin: 0 0 0 -50vw !important;
	padding: 0 24px 90px !important;
	background:
		linear-gradient(90deg, var(--member-orange) 0 50%, var(--member-blue) 50%) top 210px left / 100% 5px no-repeat,
		linear-gradient(118deg, #111b21 0%, var(--member-navy) 58%, #0c2838 100%) top / 100% 215px no-repeat,
		var(--member-soft) !important;
	overflow: hidden !important;
}

body.sc-member-ui-page .sc-member-page-shell::before {
	position: absolute;
	top: -320px;
	right: 8%;
	width: 590px;
	height: 590px;
	border: 1px solid rgba(255,255,255,.08);
	content: "";
	transform: rotate(45deg);
	pointer-events: none;
}

body.sc-member-ui-page .sc-member-brandbar {
	position: relative !important;
	z-index: 1 !important;
	width: min(1180px, 100%) !important;
	min-height: 150px !important;
	margin: 0 auto !important;
	padding: 42px 0 36px !important;
}

body.sc-member-ui-page .sc-member-brand {
	color: #fff !important;
	font-size: 20px !important;
	letter-spacing: .04em !important;
}

body.sc-member-ui-page .sc-member-brand-mark {
	width: 43px !important;
	height: 43px !important;
	border-radius: 4px !important;
	background: linear-gradient(90deg, var(--member-orange) 0 48%, var(--member-blue) 48%) !important;
	box-shadow: none !important;
	font-size: 13px !important;
}

body.sc-member-ui-page .sc-member-brand-sub {
	display: block !important;
	margin: 3px 0 0 !important;
	color: #8da0ac !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .18em !important;
}

body.sc-member-ui-page .sc-member-wrap {
	position: relative !important;
	z-index: 2 !important;
	width: min(560px, 100%) !important;
	max-width: 560px !important;
	margin: -12px auto 0 !important;
}

body.sc-member-ui-page .sc-member-card {
	padding: 48px !important;
	color: var(--member-ink) !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 22px 60px rgba(10,28,38,.14) !important;
}

body.sc-member-ui-page .sc-member-card::before {
	width: 64px !important;
	height: 4px !important;
	margin: 0 0 30px !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, var(--member-orange) 0 50%, var(--member-blue) 50%) !important;
}

body.sc-member-ui-page .sc-member-title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: var(--member-ink) !important;
	background: none !important;
	border: 0 !important;
	font-size: 29px !important;
	line-height: 1.4 !important;
}

body.sc-member-ui-page .sc-member-lead {
	margin-bottom: 25px !important;
	color: var(--member-muted) !important;
	font-size: 14px !important;
}

body.sc-member-ui-page .sc-member-helper {
	margin-bottom: 24px !important;
	padding: 16px 18px !important;
	color: #425660 !important;
	background: #eef5f8 !important;
	border-left: 3px solid var(--member-blue) !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-google-button {
	min-height: 48px !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-google-divider {
	color: #85939b !important;
}

body.sc-member-ui-page .sc-member-field {
	margin-bottom: 21px !important;
}

body.sc-member-ui-page .sc-member-field label {
	margin-bottom: 8px !important;
	color: var(--member-ink) !important;
	font-size: 13px !important;
	letter-spacing: .03em !important;
}

body.sc-member-ui-page .sc-member-field input,
body.sc-member-ui-page .sc-member-field select,
body.sc-member-ui-page .sc-member-field textarea {
	width: 100% !important;
	min-height: 51px !important;
	padding: 11px 14px !important;
	color: var(--member-ink) !important;
	background: #fff !important;
	border: 1px solid #bdc9cf !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.sc-member-ui-page .sc-member-field input:focus,
body.sc-member-ui-page .sc-member-field select:focus,
body.sc-member-ui-page .sc-member-field textarea:focus {
	border-color: var(--member-blue) !important;
	box-shadow: 0 0 0 3px rgba(7,136,199,.11) !important;
	outline: 0 !important;
}

body.sc-member-ui-page .sc-member-button {
	min-height: 54px !important;
	color: #fff !important;
	background: var(--member-red) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 14px !important;
	letter-spacing: .04em !important;
}

body.sc-member-ui-page .sc-member-button:hover {
	background: #c90035 !important;
}

body.sc-member-ui-page .sc-member-links a,
body.sc-member-ui-page .sc-member-verification-resend summary {
	color: var(--member-blue) !important;
}

body.sc-member-ui-page .sc-member-outline-full-button {
	color: var(--member-blue) !important;
	background: #fff !important;
	border: 1px solid var(--member-blue) !important;
	border-radius: 0 !important;
}

/* ---------- マイページ ---------- */
body.sc-member-ui-page .sc-mypage-wrap {
	position: relative !important;
	left: 50% !important;
	width: 100vw !important;
	max-width: none !important;
	margin: 0 0 0 -50vw !important;
	padding: 70px max(24px, calc((100vw - 1120px) / 2)) 100px !important;
	color: var(--member-ink) !important;
	background: var(--member-soft) !important;
}

body.sc-member-ui-page .sc-mypage-header {
	position: relative !important;
	min-height: 170px !important;
	margin-bottom: 28px !important;
	padding: 42px 44px !important;
	color: #fff !important;
	background: linear-gradient(118deg, #111b21, var(--member-navy-light)) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body.sc-member-ui-page .sc-mypage-header::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 4px;
	background: var(--member-orange);
	content: "";
}

body.sc-member-ui-page .sc-mypage-header::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 4px;
	background: var(--member-blue);
	content: "";
}

body.sc-member-ui-page .sc-mypage-user-name {
	color: #fff !important;
	font-size: 30px !important;
}

body.sc-member-ui-page .sc-mypage-user-email {
	color: #9fb0ba !important;
}

body.sc-member-ui-page .sc-mypage-header a {
	min-height: 46px !important;
	padding: 0 18px !important;
	color: #fff !important;
	background: transparent !important;
	border: 1px solid rgba(255,255,255,.45) !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-mypage-header .sc-mypage-new-booking {
	color: #fff !important;
	background: var(--member-red) !important;
	border-color: var(--member-red) !important;
	box-shadow: none !important;
}

body.sc-member-ui-page .sc-mypage-tabs {
	gap: 0 !important;
	margin-bottom: 28px !important;
	padding: 0 !important;
	background: #fff !important;
	border: 1px solid var(--member-line) !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-mypage-tabs a {
	min-height: 52px !important;
	padding: 0 22px !important;
	color: #51616a !important;
	background: #fff !important;
	border-right: 1px solid var(--member-line) !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-mypage-tabs a.active,
body.sc-member-ui-page .sc-mypage-tabs a:hover {
	color: #fff !important;
	background: var(--member-blue) !important;
}

body.sc-member-ui-page .sc-mypage-section,
body.sc-member-ui-page .sc-mypage-detail-card {
	margin-bottom: 22px !important;
	padding: 32px !important;
	background: #fff !important;
	border: 1px solid var(--member-line) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.sc-member-ui-page .sc-mypage-section h3,
body.sc-member-ui-page .sc-mypage-detail-card h3 {
	margin: 0 0 24px !important;
	padding: 0 0 15px !important;
	color: var(--member-ink) !important;
	background: none !important;
	border: 0 !important;
	border-bottom: 1px solid var(--member-line) !important;
	font-size: 22px !important;
}

body.sc-member-ui-page .sc-mypage-card,
body.sc-member-ui-page .sc-mypage-booking {
	position: relative !important;
	margin-bottom: 14px !important;
	padding: 22px !important;
	background: #f8fafb !important;
	border: 1px solid var(--member-line) !important;
	border-left: 4px solid var(--member-blue) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.sc-member-ui-page .sc-mypage-card:hover,
body.sc-member-ui-page .sc-mypage-booking:hover {
	border-color: #9dc9dd !important;
	border-left-color: var(--member-blue) !important;
	box-shadow: 0 10px 25px rgba(12,39,52,.06) !important;
	transform: translateY(-2px) !important;
}

body.sc-member-ui-page .sc-mypage-card-title,
body.sc-member-ui-page .sc-mypage-booking-title {
	color: var(--member-ink) !important;
	font-size: 17px !important;
	font-weight: 800 !important;
}

body.sc-member-ui-page .sc-mypage-card-meta,
body.sc-member-ui-page .sc-mypage-booking-meta,
body.sc-member-ui-page .sc-mypage-card-date {
	color: var(--member-muted) !important;
}

body.sc-member-ui-page .sc-mypage-card-action a,
body.sc-member-ui-page .sc-member-outline-button {
	min-height: 43px !important;
	padding: 0 17px !important;
	color: var(--member-blue) !important;
	background: #fff !important;
	border: 1px solid var(--member-blue) !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-mypage-card-action a:hover,
body.sc-member-ui-page .sc-member-outline-button:hover {
	color: #fff !important;
	background: var(--member-blue) !important;
}

body.sc-member-ui-page .sc-mypage-empty,
body.sc-member-ui-page .sc-mypage-next-note,
body.sc-member-ui-page .sc-mypage-cancelled-note {
	color: #53636c !important;
	background: var(--member-soft) !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-point-balance-card {
	background: #eef7fb !important;
	border-color: #c7dfeb !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-point-balance-value,
body.sc-member-ui-page .sc-point-history-points.is-plus {
	color: var(--member-blue) !important;
}

body.sc-member-ui-page .sc-mypage-account-grid,
body.sc-member-ui-page .sc-mypage-detail-grid,
body.sc-member-ui-page .sc-point-history {
	border-color: var(--member-line) !important;
	border-radius: 0 !important;
}

body.sc-member-ui-page .sc-mypage-account-grid div:nth-child(odd),
body.sc-member-ui-page .sc-mypage-detail-grid div:nth-child(odd) {
	background: var(--member-soft) !important;
}

/* 通知 */
body.sc-member-ui-page .sc-member-notice {
	border-radius: 0 !important;
}

/* スマホ */
@media (max-width: 700px) {
	body.sc-member-ui-page .sc-member-page-shell {
		padding: 0 18px 65px !important;
		background:
			linear-gradient(90deg, var(--member-orange) 0 50%, var(--member-blue) 50%) top 175px left / 100% 4px no-repeat,
			linear-gradient(118deg, #111b21, #0c2838) top / 100% 179px no-repeat,
			var(--member-soft) !important;
	}

	body.sc-member-ui-page .sc-member-brandbar {
		min-height: 125px !important;
		padding: 32px 0 25px !important;
	}

	body.sc-member-ui-page .sc-member-card {
		padding: 31px 22px !important;
	}

	body.sc-member-ui-page .sc-member-title {
		font-size: 24px !important;
	}

	body.sc-member-ui-page .sc-mypage-wrap {
		padding: 35px 18px 70px !important;
	}

	body.sc-member-ui-page .sc-mypage-header {
		display: block !important;
		min-height: 0 !important;
		padding: 30px 23px !important;
	}

	body.sc-member-ui-page .sc-mypage-user-name {
		font-size: 24px !important;
	}

	body.sc-member-ui-page .sc-mypage-header > div:last-child {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 8px !important;
		margin-top: 22px !important;
	}

	body.sc-member-ui-page .sc-mypage-header a {
		padding: 0 10px !important;
	}

	body.sc-member-ui-page .sc-mypage-tabs {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
	}

	body.sc-member-ui-page .sc-mypage-tabs a {
		padding: 0 8px !important;
		border-right: 0 !important;
		border-bottom: 1px solid var(--member-line) !important;
		font-size: 12px !important;
	}

	body.sc-member-ui-page .sc-mypage-section,
	body.sc-member-ui-page .sc-mypage-detail-card {
		padding: 23px 19px !important;
	}

	body.sc-member-ui-page .sc-mypage-card-head,
	body.sc-member-ui-page .sc-mypage-booking-top {
		display: block !important;
	}
}

.kfaq-page,.kfaq-page * {
    box-sizing: border-box;
}
.kfaq-page {
    --kfaq-black: #151513;
    --kfaq-gold: #d8a444;
    --kfaq-red: #c8102e;
    --kfaq-ink: #181816;
    --kfaq-muted: #6c6963;
    --kfaq-line: #dedcd5;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--kfaq-ink);
    background: #f5f4f0;
}
.kfaq-hero {
    padding: 92px 28px 82px;
    color: #fff;
    background: linear-gradient(125deg,rgba(11,11,10,.98),rgba(27,25,21,.94)),radial-gradient(circle at 80% 30%,rgba(216,164,68,.22),transparent 35%);
}
.kfaq-hero__inner,.kfaq-main {
    width: min(1050px,100%);
    margin: 0 auto;
}
.kfaq-breadcrumb {
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
}
.kfaq-breadcrumb a {
    color: rgba(255,255,255,.72) !important;
    text-decoration: none !important;
}

.kfaq-breadcrumb a:hover {
    color: var(--kfaq-gold) !important;
}
.kfaq-hero__label {
    margin: 0 0 14px;
    color: var(--kfaq-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
}
.kfaq-hero h1 {
    max-width: 800px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px,5.2vw,64px);
    line-height: 1.3;
    letter-spacing: .02em;
}
.kfaq-hero__lead {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.95;
}
.kfaq-category {
    position: relative;
    z-index: 2;
    width: min(1050px,calc(100% - 40px));
    margin: -28px auto 0;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.11);
}
.kfaq-category a {
    min-height: 58px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    background: #f1f0ec;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    transition: .2s ease;
}
.kfaq-category a:hover {
    color: #111 !important;
    background: #e8e5dc;
}

.kfaq-category a.is-current {
    color: #fff !important;
    background: var(--kfaq-gold);
}
.kfaq-main {
    padding: 78px 28px 100px;
}
.kfaq-intro {
    margin-bottom: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.kfaq-intro__label {
    margin: 0 0 9px;
    color: var(--kfaq-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
}
.kfaq-intro h2 {
    margin: 0;
    font-size: clamp(27px,3.5vw,40px);
    line-height: 1.4;
}

.kfaq-intro>p {
    max-width: 390px;
    margin: 0;
    color: var(--kfaq-muted);
    font-size: 13px;
    line-height: 1.8;
}
.kfaq-index {
    margin-bottom: 42px;
    padding: 25px 28px;
    background: #ebe9e3;
    border-left: 3px solid var(--kfaq-gold);
}
.kfaq-index>p {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.kfaq-index ol {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px 30px;
    counter-reset: kfaq-index;
    list-style: none;
}
.kfaq-index li {
    counter-increment: kfaq-index;
}

.kfaq-index a {
    display: flex;
    gap: 10px;
    color: #45433f !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.6;
}

.kfaq-index a:before {
    content: counter(kfaq-index,decimal-leading-zero);
    color: var(--kfaq-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
}
.kfaq-list {
    display: grid;
    gap: 12px;
}

.kfaq-item {
    margin: 0;
    background: #fff;
    border: 1px solid var(--kfaq-line);
    transition: border-color .2s ease,box-shadow .2s ease;
}

.kfaq-item[open] {
    border-color: #c9b27e;
    box-shadow: 0 12px 30px rgba(31,27,19,.07);
}
.kfaq-item summary {
    min-height: 78px;
    padding: 20px 66px 20px 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    cursor: pointer;
    list-style: none;
}

.kfaq-item summary::-webkit-details-marker {
    display: none;
}
.kfaq-q {
    flex: 0 0 auto;
    color: var(--kfaq-gold);
    font-size: 17px;
    font-weight: 900;
}

.kfaq-question {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
}

.kfaq-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

.kfaq-icon:before,.kfaq-icon:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    width: 16px;
    height: 2px;
    background: #777;
    transition: transform .2s ease;
}

.kfaq-icon:after {
    transform: rotate(90deg);
}

.kfaq-item[open] .kfaq-icon:after {
    transform: rotate(0);
}
.kfaq-answer {
    padding: 0 28px 26px 66px;
    color: #56534e;
    font-size: 14px;
    line-height: 1.95;
}

.kfaq-answer p {
    margin: 0 0 12px;
}

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

.kfaq-answer a {
    color: #087bb4 !important;
    font-weight: 700;
}

.kfaq-note {
    padding: 15px 17px;
    background: #f3f2ee;
    border-left: 3px solid var(--kfaq-gold);
}
.kfaq-cancel {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
    background: #fff;
}

.kfaq-cancel th,.kfaq-cancel td {
    padding: 13px 15px;
    border: 1px solid #d9d7d0;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}

.kfaq-cancel th {
    width: 42%;
    color: #fff;
    background: #2a2926;
}

.kfaq-cancel td strong {
    color: var(--kfaq-red);
}
.kfaq-cta {
    margin-top: 62px;
    padding: 38px 42px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 35px;
    color: #fff;
    background: var(--kfaq-black);
    border-top: 3px solid var(--kfaq-gold);
}
.kfaq-cta__label {
    margin: 0 0 9px;
    color: var(--kfaq-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em;
}

.kfaq-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 25px;
}

.kfaq-cta__text {
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.8;
}

.kfaq-cta__buttons {
    display: flex;
    gap: 10px;
}

.kfaq-cta__buttons a {
    min-height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.38);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
}

.kfaq-cta__buttons a:first-child {
    background: var(--kfaq-red);
    border-color: var(--kfaq-red);
}
@media (max-width:700px) {
    .kfaq-hero {
        padding: 62px 20px 70px;
    }

    .kfaq-breadcrumb {
        margin-bottom: 30px;
    }

    .kfaq-hero h1 {
        font-size: 34px;
    }

    .kfaq-hero__lead {
        font-size: 14px;
    }

    .kfaq-category {
        width: calc(100% - 24px);
        margin-top: -23px;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .kfaq-category a {
        min-height: 47px;
    }

    .kfaq-main {
        padding: 58px 15px 75px;
    }

    .kfaq-intro {
        display: block;
    }

    .kfaq-intro>p {
        margin-top: 14px;
    }

    .kfaq-index {
        padding: 22px 20px;
    }

    .kfaq-index ol {
        grid-template-columns: 1fr;
    }

    .kfaq-item summary {
        min-height: 70px;
        padding: 18px 52px 18px 17px;
        gap: 11px;
    }

    .kfaq-q {
        font-size: 15px;
    }

    .kfaq-question {
        font-size: 14px;
    }

    .kfaq-icon {
        right: 16px;
    }

    .kfaq-answer {
        padding: 0 18px 22px 43px;
        font-size: 13px;
    }

    .kfaq-cancel th,.kfaq-cancel td {
        padding: 10px 9px;
        font-size: 11px;
    }

    .kfaq-cancel th {
        width: 43%;
    }

    .kfaq-cta {
        margin-top: 45px;
        padding: 30px 22px;
        display: block;
    }

    .kfaq-cta__buttons {
        margin-top: 23px;
        display: grid;
    }

    .kfaq-cta__buttons a {
        width: 100%;
    }
}

/* =====================================
   STUDIO CAMPUS 総合共通ヘッダー
===================================== */

.scg-header {
    --scg-navy: #14212a;
    --scg-dark: #0f171d;
    --scg-text: #1a252d;
    --scg-gray: #68747c;
    --scg-line: #dce2e5;
    --scg-light: #f5f7f8;
    --scg-orange: #f28a00;
    --scg-blue: #168bc1;
    --scg-red: #df0038;
    --scg-gold: #dca433;

    position: relative;
    z-index: 9990;
    width: 100%;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--scg-line);
    color: var(--scg-text);
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.scg-header,
.scg-header * {
    box-sizing: border-box;
}

.scg-header a {
    text-decoration: none;
}

.scg-header button {
    font-family: inherit;
}

.scg-header__inner {
    width: min(1400px, calc(100% - 48px));
    min-height: 94px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}


/* ロゴ */

.scg-header__logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    color: var(--scg-text) !important;
}

.scg-header__logo-mark {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
}

.scg-header__logo-mark i {
    position: absolute;
    top: 0;
    width: 20px;
    height: 31px;
    border-radius: 4px;
}

.scg-header__logo-mark i:first-child {
    left: 0;
    z-index: 2;
    background: var(--scg-orange);
}

.scg-header__logo-mark i:last-child {
    right: 0;
    background: var(--scg-blue);
}

.scg-header__logo-text {
    display: flex;
    flex-direction: column;
}

.scg-header__logo-text strong {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.scg-header__logo-text small {
    margin-top: 5px;
    color: var(--scg-gray);
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.18em;
}


/* PCナビゲーション */

.scg-header__nav {
    min-width: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 27px;
}

.scg-header__nav > a,
.scg-header__dropdown-button {
    position: relative;
    display: inline-flex;
    min-height: 94px;
    padding: 0;
    align-items: center;
    border: 0;
    background: transparent;
    color: var(--scg-text) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    white-space: nowrap;
    cursor: pointer;
}

.scg-header__nav > a::after,
.scg-header__dropdown-button::after {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background: var(--scg-blue);
    content: "";
    transition: width 0.25s ease;
}

.scg-header__nav > a:hover::after,
.scg-header__dropdown:hover
.scg-header__dropdown-button::after {
    width: 100%;
}

.scg-header__dropdown-button > span {
    width: 7px;
    height: 7px;
    margin: -4px 0 0 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.scg-header__dropdown.is-open
.scg-header__dropdown-button > span {
    margin-top: 3px;
    transform: rotate(225deg);
}


/* PCドロップダウン */

.scg-header__dropdown {
    position: relative;
}

.scg-header__dropdown-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 540px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background: #ffffff;
    border: 1px solid var(--scg-line);
    box-shadow: 0 22px 50px rgba(14, 29, 38, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0.22s ease;
}

.scg-header__dropdown:hover
.scg-header__dropdown-menu,
.scg-header__dropdown:focus-within
.scg-header__dropdown-menu,
.scg-header__dropdown.is-open
.scg-header__dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.scg-header__dropdown-menu a {
    min-height: 145px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-top: 3px solid var(--scg-navy);
    background: var(--scg-light);
    color: var(--scg-text) !important;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.scg-header__dropdown-menu a:hover {
    color: #ffffff !important;
    background: var(--scg-navy);
    transform: translateY(-2px);
}

.scg-header__dropdown-menu a small {
    margin-bottom: 10px;
    color: var(--scg-gray);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.scg-header__dropdown-menu a strong {
    font-size: 16px;
    font-weight: 900;
}

.scg-header__dropdown-menu a span {
    margin-top: 9px;
    color: var(--scg-gray);
    font-size: 11px;
    line-height: 1.7;
}

.scg-header__dropdown-menu a:hover small,
.scg-header__dropdown-menu a:hover span {
    color: rgba(255, 255, 255, 0.75);
}

.scg-header__studio-link--kiyose {
    border-top-color: var(--scg-gold) !important;
}

.scg-header__studio-link--baba {
    border-top-color: var(--scg-blue) !important;
}

.scg-header__dropdown-menu--service {
    left: auto;
    right: -100px;
    width: 680px;
    grid-template-columns: repeat(3, 1fr);
    transform: translateY(12px);
}

.scg-header__dropdown:hover
.scg-header__dropdown-menu--service,
.scg-header__dropdown:focus-within
.scg-header__dropdown-menu--service,
.scg-header__dropdown.is-open
.scg-header__dropdown-menu--service {
    transform: translateY(0);
}


/* 右側ボタン */

.scg-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.scg-header__contact,
.scg-header__studio-button {
    min-height: 46px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.scg-header__contact {
    border: 1px solid var(--scg-line);
    color: var(--scg-text) !important;
}

.scg-header__contact:hover {
    border-color: var(--scg-navy);
    background: var(--scg-navy);
    color: #ffffff !important;
}

.scg-header__studio-button {
    border: 1px solid var(--scg-red);
    background: var(--scg-red);
    color: #ffffff !important;
}

.scg-header__studio-button:hover {
    border-color: #b8002e;
    background: #b8002e;
}


/* スマホボタン */

.scg-header__menu-button {
    width: 58px;
    height: 58px;
    margin-left: auto;
    padding: 7px 10px 3px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 0;
    background: transparent;
    color: var(--scg-text);
    cursor: pointer;
}

.scg-header__menu-button span {
    width: 30px;
    height: 2px;
    margin: 3px 0;
    display: block;
    background: currentColor;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.scg-header__menu-button small {
    margin-top: 5px;
    font-size: 8px;
    letter-spacing: 0.16em;
}

.scg-header__menu-button.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.scg-header__menu-button.is-open span:nth-child(2) {
    opacity: 0;
}

.scg-header__menu-button.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


/* スマホメニュー */

.scg-mobile {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: #ffffff;
    border-top: 1px solid var(--scg-line);
    box-shadow: 0 25px 45px rgba(14, 29, 38, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

.scg-mobile.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.scg-mobile__inner {
    width: min(100% - 36px, 700px);
    margin: auto;
    padding: 18px 0 34px;
}

.scg-mobile__inner > a,
.scg-mobile__accordion {
    width: 100%;
    min-height: 58px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--scg-line);
    background: transparent;
    color: var(--scg-text) !important;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.scg-mobile__accordion {
    justify-content: space-between;
    cursor: pointer;
}

.scg-mobile__accordion i {
    position: relative;
    width: 18px;
    height: 18px;
}

.scg-mobile__accordion i::before,
.scg-mobile__accordion i::after {
    position: absolute;
    top: 8px;
    left: 2px;
    width: 14px;
    height: 1px;
    background: var(--scg-text);
    content: "";
}

.scg-mobile__accordion i::after {
    transform: rotate(90deg);
    transition: transform 0.25s ease;
}

.scg-mobile__accordion[aria-expanded="true"]
i::after {
    transform: rotate(0);
}

.scg-mobile__accordion-content {
    max-height: 0;
    overflow: hidden;
    background: var(--scg-light);
    transition: max-height 0.35s ease;
}

.scg-mobile__accordion-content.is-open {
    max-height: 700px;
}

.scg-mobile__accordion-content > a {
    min-height: 52px;
    padding: 14px 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid var(--scg-line);
    color: var(--scg-text) !important;
    font-size: 13px;
    font-weight: 800;
}

.scg-mobile__studio {
    border-left: 4px solid var(--scg-navy);
}

.scg-mobile__studio--kiyose {
    border-left-color: var(--scg-gold);
}

.scg-mobile__studio--baba {
    border-left-color: var(--scg-blue);
}

.scg-mobile__studio small {
    color: var(--scg-gray);
    font-size: 8px;
    letter-spacing: 0.13em;
}

.scg-mobile__studio strong {
    margin-top: 4px;
    font-size: 15px;
}

.scg-mobile__studio span {
    margin-top: 4px;
    color: var(--scg-gray);
    font-size: 10px;
    font-weight: 500;
}

.scg-mobile__buttons {
    padding-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.scg-mobile__buttons a {
    min-height: 52px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.scg-mobile__contact {
    border: 1px solid var(--scg-navy);
    color: var(--scg-navy) !important;
}

.scg-mobile__search {
    border: 1px solid var(--scg-red);
    background: var(--scg-red);
    color: #ffffff !important;
}


/* レスポンシブ */

@media (max-width: 1250px) {

    .scg-header__inner {
        gap: 18px;
    }

    .scg-header__nav {
        gap: 17px;
    }

    .scg-header__nav > a,
    .scg-header__dropdown-button {
        font-size: 11px;
    }

    .scg-header__contact {
        display: none;
    }

}


@media (max-width: 1020px) {

    .scg-header__inner {
        min-height: 80px;
    }

    .scg-header__nav,
    .scg-header__actions {
        display: none;
    }

    .scg-header__menu-button {
        display: flex;
    }

}


@media (max-width: 600px) {

    .scg-header__inner {
        width: calc(100% - 30px);
        min-height: 80px;
    }

    .scg-header__logo {
        gap: 9px;
    }

    .scg-header__logo-mark {
        width: 28px;
        height: 28px;
    }

    .scg-header__logo-mark i {
        width: 18px;
        height: 28px;
    }

    .scg-header__logo-text strong {
        font-size: 13px;
    }

    .scg-header__logo-text small {
        font-size: 7px;
    }

}

/* Studio Campus /reservation/ */
.scr-page {
    --scr-navy: #0c1d27;
    --scr-blue: #079bd3;
    --scr-orange: #f59b00;
    --scr-red: #ec003b;
    --scr-text: #10202b;
    --scr-muted: #62717b;
    --scr-line: #dce3e7;
    --scr-bg: #f3f6f7;
    color: var(--scr-text);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;
}
.scr-page * {
    box-sizing: border-box;
}
.scr-page h1,.scr-page h2,.scr-page h3,.scr-page p {
    margin-top: 0;
}
.scr-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 82px 24px 76px;
    background: var(--scr-navy);
    color: #fff;
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(90deg,var(--scr-orange) 0 50%,var(--scr-blue) 50% 100%) 1;
}
.scr-hero-inner {
    width: min(1120px,100%);
    margin: auto;
}
.scr-kicker {
    margin-bottom: 16px;
    color: var(--scr-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
}
.scr-hero h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(38px,6vw,72px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: .02em;
}
.scr-hero-lead {
    max-width: 720px;
    margin-bottom: 38px;
    color: #d6e0e5;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
.scr-steps {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    max-width: 880px;
    border: 1px solid rgba(255,255,255,.2);
}
.scr-step {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 74px;
    padding: 16px 20px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.scr-step:last-child {
    border-right: 0;
}
.scr-step span {
    color: var(--scr-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}
.scr-step strong {
    font-size: 14px;
    line-height: 1.5;
}
.scr-calendar-section {
    width: min(1212px,calc(100% - 32px));
    margin: 0 auto;
    padding: 72px 0 54px;
}
.scr-section-heading {
    width: min(1120px,100%);
    margin: 0 auto 30px;
}
.scr-section-heading .scr-kicker {
    margin-bottom: 12px;
}
.scr-section-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(28px,4vw,44px);
    font-weight: 900;
    line-height: 1.3;
}
.scr-section-heading>p:last-child {
    margin-bottom: 0;
    color: var(--scr-muted);
    font-size: 15px;
    line-height: 1.9;
}
.scr-calendar-section .sc-availability-widget {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.scr-calendar-section .sc-availability-head {
    display: none !important;
}
.scr-guide-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 74px 24px 88px;
    background: var(--scr-bg);
}
.scr-guide-section>.scr-section-heading,.scr-studio-grid,.scr-member-note {
    width: min(1120px,100%);
    margin-left: auto;
    margin-right: auto;
}
.scr-studio-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0;
    margin-top: 34px;
}
.scr-studio-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding: 46px 50px 42px;
    background: #fff;
    border: 1px solid var(--scr-line);
    border-top: 5px solid var(--scr-blue);
}
.scr-studio-card-kiyose {
    border-top-color: var(--scr-orange);
}
.scr-studio-card+.scr-studio-card {
    border-left: 0;
}
.scr-card-number {
    margin-bottom: 48px;
    color: #9aa8b1;
    font-size: 16px;
    font-weight: 900;
}
.scr-card-type {
    margin-bottom: 12px !important;
    color: var(--scr-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}
.scr-studio-card-kiyose .scr-card-type {
    color: var(--scr-orange);
}
.scr-studio-card h3 {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.35;
}
.scr-card-access {
    margin-bottom: 23px !important;
    color: var(--scr-muted);
    font-size: 13px;
    font-weight: 700;
}
.scr-card-copy {
    margin-bottom: 22px !important;
    color: #465661;
    font-size: 14px;
    line-height: 1.9;
}
.scr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.scr-tags li {
    margin: 0;
    padding: 6px 9px;
    background: #f1f5f7;
    color: #4d5e69;
    font-size: 11px;
    font-weight: 800;
}
.scr-detail-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    margin-top: auto;
    padding: 12px 18px;
    border: 1px solid var(--scr-navy);
    background: var(--scr-navy);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
    transition: .2s ease;
}
.scr-detail-button span {
    font-size: 19px;
}
.scr-detail-button:hover {
    transform: translateY(-2px);
    background: #18313f;
    box-shadow: 0 8px 18px rgba(12,29,39,.14);
}
.scr-member-note {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    padding: 27px 30px;
    background: var(--scr-navy);
    color: #fff;
}
.scr-member-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--scr-blue);
    font-size: 14px;
    font-weight: 900;
}
.scr-member-note h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.scr-member-note p {
    margin-bottom: 0;
    color: #c9d5db;
    font-size: 13px;
    line-height: 1.7;
}
.scr-member-note>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 17px;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}
.scr-member-note>a:hover {
    background: #fff;
    color: var(--scr-navy) !important;
}
.scr-sp-only {
    display: none;
}
@media(max-width:800px){
.scr-hero {
    padding: 58px 20px 50px;
}
.scr-steps {
    grid-template-columns: 1fr;
}
.scr-step {
    min-height: 60px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.scr-step:last-child {
    border-bottom: 0;
}
.scr-calendar-section {
    padding: 52px 0 38px;
}
.scr-guide-section {
    padding: 54px 16px 64px;
}
.scr-studio-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}
.scr-studio-card {
    min-height: 0;
    padding: 31px 25px 27px;
}
.scr-studio-card+.scr-studio-card {
    border-left: 1px solid var(--scr-line);
}
.scr-card-number {
    margin-bottom: 28px;
}
.scr-studio-card h3 {
    font-size: 25px;
}
.scr-detail-button {
    margin-top: 10px;
}
.scr-member-note {
    grid-template-columns: auto 1fr;
    padding: 22px 20px;
}
.scr-member-note>a {
    grid-column: 1/-1;
    width: 100%;
}
}
@media(max-width:480px){
.scr-sp-only {
    display: block;
}
.scr-hero h1 {
    font-size: 38px;
}
.scr-hero-lead {
    font-size: 14px;
}
.scr-calendar-section {
    width: calc(100% - 16px);
}
}

.kb-page,.kb-page * {
    box-sizing: border-box;
}

.kb-page {
    --black: #11110f;
    --ink: #171717;
    --blue: #5fa4ad;
    --blue-dark: #173d43;
    --gold: #d8a444;
    --red: #c8102e;
    --gray: #f2f6f6;
    --line: #d9e1e1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.85;
}

.kb-page a {
    text-decoration: none;
}

.kb-wrap {
    width: min(1120px,calc(100% - 48px));
    margin: auto;
}

.kb-wrap--narrow {
    width: min(900px,calc(100% - 48px));
}

.kb-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 82% 30%,rgba(111,190,201,.3),transparent 30%),linear-gradient(130deg,#0c1719,#173b41 60%,#0b2024);
}

.kb-hero:after {
    content: "";
    position: absolute;
    right: -130px;
    top: -180px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02);
}

.kb-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 620px;
    padding: 48px 0 88px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.kb-breadcrumb {
    position: absolute;
    top: 24px;
    left: 0;
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.kb-breadcrumb a {
    color: inherit !important;
}

.kb-eyebrow,.kb-heading>p {
    margin: 0 0 16px;
    color: #85ccd5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
}

.kb-hero h1,.kb-heading h2,.kb-related h2 {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .02em;
}

.kb-hero h1 {
    font-size: clamp(40px,6vw,72px);
}

.kb-hero__lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}

.kb-hero__tags {
    margin: 26px 0 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.kb-hero__tags span {
    padding: 7px 13px;
    border: 1px solid rgba(255,255,255,.28);
    font-size: 12px;
    font-weight: 700;
}

.kb-button {
    min-height: 54px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 800;
}

.kb-button--red {
    background: var(--red);
}

.kb-section {
    padding: 100px 0;
}

.kb-section--gray {
    background: var(--gray);
}

.kb-section--dark {
    color: #fff;
    background: linear-gradient(120deg,#101716,#172624);
}

.kb-section--rules {
    background: #fafafa;
}

.kb-heading {
    margin-bottom: 38px;
}

.kb-heading h2 {
    font-size: clamp(30px,4.5vw,48px);
}

.kb-heading--light h2 {
    color: #fff;
}

.kb-intro {
    max-width: 850px;
    margin: 0 0 42px;
    color: #566063;
    font-size: 16px;
}

.kb-cards {
    display: grid;
    gap: 18px;
}

.kb-cards--3 {
    grid-template-columns: repeat(3,1fr);
}

.kb-card {
    padding: 30px;
    border: 1px solid var(--line);
    background: #fff;
}

.kb-card>b,.kb-flow b {
    color: var(--blue);
    font-size: 13px;
}

.kb-card h3,.kb-plans h3,.kb-flow h3 {
    margin: 12px 0 8px;
    font-size: 20px;
    line-height: 1.45;
}

.kb-card p,.kb-plans p,.kb-flow p {
    margin: 0;
    color: #657174;
    font-size: 14px;
}

.kb-plans {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

.kb-plans article {
    padding: 30px;
    background: #fff;
    border-top: 4px solid var(--blue);
}

.kb-plans article.is-contact {
    border-top-color: var(--gold);
}

.kb-plans span {
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.kb-plans .is-contact span {
    color: #b68120;
}

.kb-free {
    margin-top: 26px;
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: center;
    gap: 28px;
    color: #fff;
    background: var(--blue-dark);
}

.kb-free div {
    display: flex;
    flex-direction: column;
}

.kb-free div span {
    color: #8cd2da;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.kb-free div strong {
    font-size: 25px;
}

.kb-free p {
    margin: 0;
    color: rgba(255,255,255,.8);
}

.kb-time {
    margin-top: 16px;
    padding: 22px 26px;
    background: #fff;
    border: 1px solid var(--line);
}

.kb-time p {
    margin: 4px 0 0;
    color: #5d686a;
}

.kb-usecases {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: rgba(255,255,255,.13);
}

.kb-usecases article {
    padding: 30px;
    background: #15201f;
}

.kb-usecases b {
    color: #80c8d1;
}

.kb-usecases h3 {
    margin: 14px 0 8px;
    font-size: 19px;
}

.kb-usecases p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 14px;
}

.kb-rule-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: rules;
}

.kb-rule-list li {
    position: relative;
    padding: 20px 20px 20px 60px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--line);
    counter-increment: rules;
}

.kb-rule-list li:before {
    content: counter(rules,decimal-leading-zero);
    position: absolute;
    left: 12px;
    top: 20px;
    color: var(--blue);
    font-weight: 800;
}

.kb-rule-list strong {
    font-size: 17px;
}

.kb-rule-list span {
    margin-top: 3px;
    color: #667174;
    font-size: 14px;
}

.kb-alert {
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid #e7adb7;
    background: #fff5f7;
}

.kb-alert strong {
    color: var(--red);
    font-size: 17px;
}

.kb-alert p {
    margin: 6px 0 0;
    color: #70575b;
}

.kb-flow {
    border-top: 1px solid var(--line);
}

.kb-flow article {
    padding: 22px 10px;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 15px;
    border-bottom: 1px solid var(--line);
}

.kb-flow h3 {
    margin: 0 0 3px;
}

.kb-no-form {
    margin-bottom: 25px;
    padding: 24px 28px;
    border-left: 5px solid var(--blue);
    background: #fff;
}

.kb-no-form strong {
    font-size: 20px;
}

.kb-no-form p {
    margin: 5px 0 0;
    color: #526164;
}

.kb-form {
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}

.kb-form iframe {
    display: block;
    min-height: 1500px;
}

.kb-after {
    margin: 18px 0 0;
    color: #657174;
    font-size: 14px;
}

.kb-related {
    padding: 82px 0;
    color: #fff;
    background: #11110f;
}

.kb-related>div>div {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.kb-related a {
    min-height: 70px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.25);
    font-weight: 700;
}

.kb-related a span {
    color: #85ccd5;
}

.kb-sp {
    display: none;
}
@media (max-width:900px) {
    .kb-section {
        padding: 72px 0;
    }

    .kb-usecases {
        grid-template-columns: 1fr 1fr;
    }

    .kb-hero__inner {
        min-height: 560px;
    }

    .kb-free {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
@media (max-width:650px) {
    .kb-wrap,.kb-wrap--narrow {
        width: min(100% - 32px,1120px);
    }

    .kb-hero__inner {
        min-height: 520px;
        padding-bottom: 62px;
    }

    .kb-hero__lead br {
        display: none;
    }

    .kb-section {
        padding: 58px 0;
    }

    .kb-cards--3,.kb-plans,.kb-usecases,.kb-related>div>div {
        grid-template-columns: 1fr;
    }

    .kb-card,.kb-plans article {
        padding: 23px;
    }

    .kb-free {
        padding: 24px;
    }

    .kb-flow article {
        grid-template-columns: 46px 1fr;
    }

    .kb-form {
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .kb-form iframe {
        height: 1750px;
    }

    .kb-sp {
        display: block;
    }
}


.ko-page,.ko-page * {
    box-sizing: border-box;
}

.ko-page {
    --black: #11110f;
    --ink: #171717;
    --gold: #d8a444;
    --red: #c8102e;
    --gray: #f4f4f2;
    --line: #deded9;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.85;
}

.ko-page a {
    text-decoration: none;
}

.ko-wrap {
    width: min(1120px,calc(100% - 48px));
    margin: auto;
}

.ko-wrap--narrow {
    width: min(900px,calc(100% - 48px));
}

.ko-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 82% 32%,rgba(216,164,68,.2),transparent 27%),linear-gradient(130deg,#090908 0%,#1b1b18 62%,#111 100%);
}

.ko-hero:after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(216,164,68,.25);
    transform: rotate(25deg);
}

.ko-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 620px;
    padding: 42px 0 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ko-breadcrumb {
    position: absolute;
    top: 24px;
    left: 0;
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.ko-breadcrumb a {
    color: inherit !important;
}

.ko-eyebrow,.ko-heading>p,.ko-choice span {
    margin: 0 0 16px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
}

.ko-hero h1,.ko-heading h2,.ko-cta h2 {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .02em;
}

.ko-hero h1 {
    font-size: clamp(42px,6vw,76px);
}

.ko-hero__lead {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}

.ko-hero__time {
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ko-hero__time span {
    padding: 10px 18px;
    border: 1px solid rgba(255,255,255,.28);
    font-size: 20px;
    font-weight: 800;
}

.ko-hero__time i {
    color: var(--gold);
    font-style: normal;
}

.ko-button {
    min-height: 54px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 800;
    letter-spacing: .04em;
}

.ko-button--red {
    background: var(--red);
}

.ko-button--outline {
    border: 1px solid rgba(255,255,255,.55);
}

.ko-section {
    padding: 100px 0;
}

.ko-section--gray {
    background: var(--gray);
}

.ko-section--dark {
    color: #fff;
    background: var(--black);
}

.ko-section--rules {
    background: #faf8f3;
}

.ko-heading {
    margin-bottom: 38px;
}

.ko-heading h2 {
    font-size: clamp(30px,4.5vw,48px);
}

.ko-heading small {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,.65);
}

.ko-heading--light h2 {
    color: #fff;
}

.ko-intro {
    max-width: 820px;
    margin: 0 0 42px;
    color: #555;
    font-size: 16px;
}

.ko-cards {
    display: grid;
    gap: 18px;
}

.ko-cards--3 {
    grid-template-columns: repeat(3,1fr);
}

.ko-cards--4 {
    grid-template-columns: repeat(4,1fr);
}

.ko-card {
    padding: 30px;
    border: 1px solid var(--line);
    background: #fff;
}

.ko-card>b,.ko-before b {
    color: var(--gold);
    font-size: 13px;
}

.ko-card h3,.ko-requirements h3,.ko-choice h3,.ko-before h3 {
    margin: 12px 0 8px;
    font-size: 20px;
    line-height: 1.45;
}

.ko-card p,.ko-requirements p,.ko-choice p,.ko-before p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.ko-requirements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ko-requirements article {
    padding: 28px;
    background: #fff;
    border-left: 4px solid var(--gold);
}

.ko-requirements span {
    color: var(--gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.ko-alert {
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid #e3c98f;
    background: #fffaf0;
}

.ko-alert strong {
    font-size: 17px;
}

.ko-alert p {
    margin: 6px 0 0;
    color: #655d4b;
}

.ko-alert--red {
    border-color: #e6aab5;
    background: #fff6f7;
}

.ko-alert--red strong {
    color: var(--red);
}

.ko-timeline {
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr;
    align-items: stretch;
}

.ko-timeline article {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.2);
}

.ko-timeline article.is-highlight {
    border-color: var(--gold);
    background: rgba(216,164,68,.12);
}

.ko-timeline>b {
}

.ko-timeline article>b {
    color: var(--gold);
}

.ko-timeline time {
    margin: 14px 0 4px;
    display: block;
    font-size: 22px;
    font-weight: 800;
}

.ko-timeline article span {
    color: var(--gold);
    font-size: 10px;
    letter-spacing: .12em;
}

.ko-timeline article p {
    margin: 5px 0 0;
    color: rgba(255,255,255,.7);
}

.ko-timeline>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-style: normal;
}

.ko-point {
    margin: 26px 0 0;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.18);
    text-align: center;
}

.ko-point strong {
    margin-right: 10px;
    color: var(--gold);
}

.ko-prices {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.ko-prices article {
    position: relative;
    padding: 34px 26px;
    border: 1px solid var(--line);
    text-align: center;
}

.ko-prices article>span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.ko-prices h3 {
    margin: 8px 0;
}

.ko-prices p {
    margin: 14px 0 3px;
}

.ko-prices strong {
    font-size: 38px;
    line-height: 1;
}

.ko-prices small {
    color: #777;
}

.ko-prices .is-recommended {
    border: 2px solid var(--gold);
    background: #fffaf0;
}

.ko-notes {
    margin: 24px 0 0;
    padding-left: 1.3em;
    color: #666;
    font-size: 13px;
}

.ko-table-wrap {
    overflow-x: auto;
}

.ko-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.ko-table th,.ko-table td {
    padding: 16px;
    border: 1px solid var(--line);
    text-align: center;
}

.ko-table thead th {
    color: #fff;
    background: var(--black);
}

.ko-table tbody th {
    text-align: left;
}

.ko-choice {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ko-choice article {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
}

.ko-rule-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: rule;
}

.ko-rule-list li {
    position: relative;
    padding: 18px 18px 18px 56px;
    border-bottom: 1px solid var(--line);
    counter-increment: rule;
}

.ko-rule-list li:before {
    content: counter(rule,decimal-leading-zero);
    position: absolute;
    left: 10px;
    color: var(--gold);
    font-weight: 800;
}

.ko-before {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.ko-before article {
    padding: 22px;
    border: 1px solid var(--line);
}

.ko-form {
    overflow: hidden;
    border: 1px solid var(--line);
    background: #f7f7f7;
}

.ko-form iframe {
    display: block;
    min-height: 1500px;
}

.ko-cta {
    padding: 86px 0;
    color: #fff;
    background: linear-gradient(120deg,#171714,#29251e);
    text-align: center;
}

.ko-cta>div>p {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
}

.ko-cta h2 {
    font-size: clamp(30px,4.5vw,48px);
}

.ko-cta>div>div {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.ko-sp {
    display: none;
}
@media (max-width:900px) {
    .ko-section {
        padding: 72px 0;
    }

    .ko-cards--4 {
        grid-template-columns: 1fr 1fr;
    }

    .ko-hero__inner {
        min-height: 560px;
    }

    .ko-timeline {
        grid-template-columns: 1fr;
    }

    .ko-timeline>i {
        height: 30px;
        transform: rotate(90deg);
    }
}
@media (max-width:650px) {
    .ko-wrap,.ko-wrap--narrow {
        width: min(100% - 32px,1120px);
    }

    .ko-hero__inner {
        min-height: 520px;
        padding-bottom: 62px;
    }

    .ko-hero__lead br {
        display: none;
    }

    .ko-section {
        padding: 58px 0;
    }

    .ko-cards--3,.ko-cards--4,.ko-requirements,.ko-prices,.ko-choice,.ko-before {
        grid-template-columns: 1fr;
    }

    .ko-card,.ko-requirements article {
        padding: 23px;
    }

    .ko-prices strong {
        font-size: 34px;
    }

    .ko-table {
        min-width: 560px;
    }

    .ko-cta>div>div {
        flex-direction: column;
    }

    .ko-cta .ko-button {
        width: 100%;
    }

    .ko-sp {
        display: block;
    }

    .ko-form {
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .ko-form iframe {
        height: 1750px;
    }
}


.ke-page,.ke-page * {
    box-sizing: border-box;
}

.ke-page {
    --black: #11110f;
    --ink: #181818;
    --gold: #d8a444;
    --red: #c8102e;
    --gray: #f4f4f1;
    --line: #dddcd5;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.85;
}

.ke-page a {
    text-decoration: none;
}

.ke-wrap {
    width: min(1120px,calc(100% - 48px));
    margin: auto;
}

.ke-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 84% 25%,rgba(216,164,68,.2),transparent 28%),linear-gradient(128deg,#0e0e0d,#292720 62%,#121210);
}

.ke-hero:after {
    content: "";
    position: absolute;
    right: 7%;
    bottom: 13%;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(216,164,68,.25);
    transform: rotate(45deg);
    box-shadow: 50px 50px 0 rgba(255,255,255,.025);
}

.ke-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 600px;
    padding: 46px 0 82px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ke-breadcrumb {
    position: absolute;
    top: 24px;
    left: 0;
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.ke-breadcrumb a {
    color: inherit !important;
}

.ke-eyebrow,.ke-heading>p,.ke-cta>div>p:first-child {
    margin: 0 0 16px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
}

.ke-hero h1,.ke-heading h2,.ke-cta h2 {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .02em;
}

.ke-hero h1 {
    font-size: clamp(40px,6vw,72px);
}

.ke-hero__lead {
    max-width: 760px;
    margin: 23px 0 0;
    color: rgba(255,255,255,.8);
    font-size: 17px;
}

.ke-hero__facts {
    margin: 27px 0 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ke-hero__facts span {
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.25);
    font-size: 12px;
}

.ke-hero__facts b {
    color: var(--gold);
    font-size: 16px;
}

.ke-button {
    min-height: 54px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 800;
}

.ke-button--red {
    background: var(--red);
}

.ke-button--outline {
    border: 1px solid rgba(255,255,255,.5);
}

.ke-section {
    padding: 96px 0;
}

.ke-section--gray {
    background: var(--gray);
}

.ke-section--dark {
    color: #fff;
    background: var(--black);
}

.ke-heading {
    margin-bottom: 38px;
}

.ke-heading h2 {
    font-size: clamp(30px,4.5vw,48px);
}

.ke-heading--light h2 {
    color: #fff;
}

.ke-intro {
    max-width: 850px;
    margin: 0 0 42px;
    color: #5e5e58;
    font-size: 16px;
}

.ke-points {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.ke-points article {
    padding: 30px;
    border: 1px solid var(--line);
}

.ke-points b,.ke-rules b {
    color: var(--gold);
    font-size: 13px;
}

.ke-points h3,.ke-rules h3 {
    margin: 12px 0 7px;
    font-size: 20px;
}

.ke-points p,.ke-rules p {
    margin: 0;
    color: #696963;
    font-size: 14px;
}

.ke-filters {
    margin: -5px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ke-filters button {
    min-height: 43px;
    padding: 0 18px;
    color: #333;
    background: #fff;
    border: 1px solid var(--line);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.ke-filters button.is-active {
    color: #fff;
    background: var(--black);
    border-color: var(--black);
}

.ke-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.ke-item {
    min-height: 260px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    transition: opacity .18s ease,transform .18s ease;
}

.ke-item[hidden] {
    display: none;
}

.ke-item__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ke-item__meta span {
    color: #a67925;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.ke-item__meta strong {
    padding: 3px 9px;
    color: #287346;
    background: #edf8f0;
    font-size: 11px;
}

.ke-item__meta strong.is-paid {
    color: #9d4d13;
    background: #fff1e5;
}

.ke-item h3 {
    margin: 20px 0 8px;
    font-size: 21px;
}

.ke-item p {
    margin: 0;
    color: #686862;
    font-size: 14px;
}

.ke-item>small {
    margin-top: auto;
    padding-top: 18px;
    color: #9b742c;
    font-weight: 700;
}

.ke-rules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,.16);
}

.ke-rules article {
    padding: 26px 20px;
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.ke-rules article:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.16);
}

.ke-rules h3 {
    margin: 0 0 5px;
    color: #fff;
}

.ke-rules p {
    color: rgba(255,255,255,.65);
}

.ke-floor-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ke-floor-links article {
    padding: 34px;
    border: 1px solid var(--line);
}

.ke-floor-links>article>span {
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .15em;
}

.ke-floor-links h3 {
    margin: 9px 0 4px;
    font-size: 26px;
}

.ke-floor-links p {
    margin: 0 0 20px;
    color: #666;
}

.ke-floor-links article div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ke-floor-links a {
    padding: 7px 12px;
    color: #333 !important;
    background: var(--gray);
    font-size: 12px;
    font-weight: 700;
}

.ke-cta {
    padding: 88px 0;
    color: #fff;
    background: linear-gradient(120deg,#181714,#302b20);
    text-align: center;
}

.ke-cta h2 {
    font-size: clamp(30px,4.5vw,48px);
}

.ke-cta__lead {
    margin: 17px 0 0;
    color: rgba(255,255,255,.68);
}

.ke-cta>div>div {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.ke-sp {
    display: none;
}
@media (max-width:900px) {
    .ke-section {
        padding: 72px 0;
    }

    .ke-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ke-hero__inner {
        min-height: 550px;
    }

    .ke-rules {
        grid-template-columns: 1fr;
    }

    .ke-rules article:nth-child(odd) {
        border-right: 0;
    }
}
@media (max-width:650px) {
    .ke-wrap {
        width: min(100% - 32px,1120px);
    }

    .ke-hero__inner {
        min-height: 510px;
        padding-bottom: 60px;
    }

    .ke-hero__lead br {
        display: none;
    }

    .ke-section {
        padding: 58px 0;
    }

    .ke-points,.ke-grid,.ke-floor-links {
        grid-template-columns: 1fr;
    }

    .ke-points article,.ke-item {
        padding: 23px;
    }

    .ke-item {
        min-height: 230px;
    }

    .ke-filters {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ke-filters button {
        padding: 0 8px;
    }

    .ke-rules article {
        grid-template-columns: 38px 1fr;
        padding: 22px 8px;
    }

    .ke-cta>div>div {
        flex-direction: column;
    }

    .ke-cta .ke-button {
        width: 100%;
    }

    .ke-sp {
        display: block;
    }
}


.ki-event,.ki-event * {
    box-sizing: border-box;
}

.ki-event {
    --black: #11110f;
    --ink: #181818;
    --gold: #d8a444;
    --red: #c8102e;
    --gray: #f4f3ef;
    --line: #dddcd5;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.85;
}

.ki-event a {
    text-decoration: none;
}

.ki-wrap {
    width: min(1120px,calc(100% - 48px));
    margin: auto;
}

.ki-wrap--narrow {
    width: min(900px,calc(100% - 48px));
}

.ki-event__hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 82% 35%,rgba(200,16,46,.25),transparent 31%),linear-gradient(128deg,#0c0c0b,#25211a 60%,#16100f);
}

.ki-event__hero:after {
    content: "EVENT";
    position: absolute;
    right: -20px;
    bottom: -70px;
    color: rgba(255,255,255,.035);
    font-size: 210px;
    font-weight: 900;
    line-height: 1;
}

.ki-event__hero-inner {
    position: relative;
    z-index: 1;
    min-height: 650px;
    padding: 48px 0 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ki-breadcrumb {
    position: absolute;
    top: 24px;
    left: 0;
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.ki-breadcrumb a {
    color: inherit !important;
}

.ki-eyebrow,.ki-heading>p,.ki-access>div>div>p:first-child,.ki-contact>div>p:first-child {
    margin: 0 0 16px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
}

.ki-event__hero h1,.ki-heading h2,.ki-access h2,.ki-contact h2 {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .02em;
}

.ki-event__hero h1 {
    font-size: clamp(38px,5.5vw,68px);
}

.ki-event__lead {
    max-width: 820px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.8);
    font-size: 17px;
}

.ki-event__actions,.ki-center-actions,.ki-contact>div>div {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

.ki-button {
    min-height: 55px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 800;
}

.ki-button--red {
    background: var(--red);
}

.ki-button--outline {
    border: 1px solid rgba(255,255,255,.5);
}

.ki-button--dark {
    background: var(--black);
}

.ki-section {
    padding: 98px 0;
}

.ki-section--dark {
    color: #fff;
    background: var(--black);
}

.ki-section--gray {
    background: var(--gray);
}

.ki-section--rules {
    background: #faf8f3;
}

.ki-section--price {
    background: #fff;
}

.ki-heading {
    margin-bottom: 38px;
}

.ki-heading h2,.ki-access h2,.ki-contact h2 {
    font-size: clamp(30px,4.5vw,48px);
}

.ki-heading--light h2 {
    color: #fff;
}

.ki-intro {
    max-width: 860px;
    margin: 0 0 42px;
    color: #62615c;
    font-size: 16px;
}

.ki-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.ki-feature-grid article {
    padding: 30px;
    border: 1px solid var(--line);
}

.ki-feature-grid b,.ki-use-grid b,.ki-facility b,.ki-rules b {
    color: var(--gold);
    font-size: 13px;
}

.ki-feature-grid h3,.ki-use-grid h3,.ki-operation h3,.ki-facility h3,.ki-rules h3 {
    margin: 12px 0 8px;
    font-size: 20px;
    line-height: 1.45;
}

.ki-feature-grid p,.ki-use-grid p,.ki-operation p,.ki-facility p,.ki-rules p {
    margin: 0;
    color: #696862;
    font-size: 14px;
}

.ki-floors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ki-floor {
    padding: 36px;
    border: 1px solid rgba(255,255,255,.18);
    background: #171715;
}

.ki-floor>span {
    display: block;
    color: var(--gold);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.ki-floor>small {
    color: rgba(255,255,255,.5);
    font-size: 9px;
    letter-spacing: .15em;
}

.ki-floor h3 {
    margin: 24px 0 4px;
    font-size: 27px;
}

.ki-floor p {
    margin: 0;
    color: rgba(255,255,255,.65);
}

.ki-floor ul {
    margin: 24px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
}

.ki-floor li {
    padding: 6px 11px;
    border: 1px solid rgba(255,255,255,.2);
    font-size: 12px;
}

.ki-floor .ki-floor__note {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.13);
}

.ki-recommend {
    margin-top: 18px;
    padding: 25px 28px;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    gap: 25px;
    color: #111;
    background: var(--gold);
}

.ki-recommend>span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ki-recommend h3 {
    margin: 0;
    font-size: 21px;
}

.ki-recommend p {
    margin: 4px 0 0;
}

.ki-recommend>strong {
    padding: 9px 13px;
    border: 1px solid rgba(0,0,0,.3);
    white-space: nowrap;
}

.ki-use-grid,.ki-facility {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.ki-use-grid article,.ki-facility article {
    padding: 27px;
    border: 1px solid var(--line);
}

.ki-operation {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: #d9d8d2;
}

.ki-operation article {
    padding: 29px;
    background: #fff;
}

.ki-operation span {
    color: #a77820;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.ki-rules {
    border-top: 1px solid var(--line);
}

.ki-rules article {
    padding: 22px 10px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 15px;
    border-bottom: 1px solid var(--line);
}

.ki-rules h3 {
    margin: 0 0 3px;
}

.ki-alert {
    margin-top: 28px;
    padding: 25px 28px;
    border-left: 5px solid var(--red);
    background: #fff;
}

.ki-alert strong {
    color: var(--red);
    font-size: 18px;
}

.ki-alert p {
    margin: 5px 0 0;
    color: #68585a;
}

.ki-prices {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.ki-prices article {
    padding: 32px 25px;
    border: 1px solid var(--line);
    text-align: center;
}

.ki-prices article>span {
    color: #a47726;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
}

.ki-prices h3 {
    margin: 9px 0 2px;
    font-size: 23px;
}

.ki-prices small {
    color: #777;
}

.ki-prices p {
    margin: 17px 0 0;
}

.ki-prices strong {
    font-size: 25px;
}

.ki-prices .is-recommended {
    border: 2px solid var(--gold);
    background: #fffaf0;
}

.ki-pack {
    margin: 24px 0 0;
    text-align: center;
    font-weight: 700;
}

.ki-center-actions {
    justify-content: center;
}

.ki-access {
    padding: 88px 0;
    background: var(--gray);
}

.ki-access>.ki-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.ki-access dl {
    margin: 0;
}

.ki-access dl>div {
    padding: 14px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    border-bottom: 1px solid var(--line);
}

.ki-access dt {
    font-weight: 800;
}

.ki-access dd {
    margin: 0;
}

.ki-access>.ki-wrap>a {
    grid-column: 2;
    color: #8c641b !important;
    font-weight: 800;
}

.ki-contact {
    padding: 92px 0;
    color: #fff;
    background: linear-gradient(120deg,#181613,#30251d);
    text-align: center;
}

.ki-contact__lead {
    margin: 18px auto 0;
    max-width: 760px;
    color: rgba(255,255,255,.67);
}

.ki-contact>div>div {
    justify-content: center;
}
@media (max-width:900px) {
    .ki-section {
        padding: 72px 0;
    }

    .ki-operation {
        grid-template-columns: 1fr 1fr;
    }

    .ki-event__hero-inner {
        min-height: 590px;
    }

    .ki-recommend {
        grid-template-columns: 1fr;
    }

    .ki-recommend>strong {
        justify-self: start;
    }

    .ki-access>.ki-wrap {
        gap: 30px;
    }
}
@media (max-width:650px) {
    .ki-wrap,.ki-wrap--narrow {
        width: min(100% - 32px,1120px);
    }

    .ki-event__hero-inner {
        min-height: 560px;
        padding-bottom: 65px;
    }

    .ki-event__hero h1 br {
        display: none;
    }

    .ki-event__lead br {
        display: none;
    }

    .ki-event__actions,.ki-center-actions,.ki-contact>div>div {
        width: 100%;
        flex-direction: column;
    }

    .ki-event__actions .ki-button,.ki-center-actions .ki-button,.ki-contact .ki-button {
        width: 100%;
    }

    .ki-section {
        padding: 58px 0;
    }

    .ki-feature-grid,.ki-floors,.ki-use-grid,.ki-operation,.ki-facility,.ki-prices,.ki-access>.ki-wrap {
        grid-template-columns: 1fr;
    }

    .ki-feature-grid article,.ki-use-grid article,.ki-facility article {
        padding: 23px;
    }

    .ki-floor {
        padding: 28px 23px;
    }

    .ki-recommend {
        padding: 23px;
    }

    .ki-rules article {
        grid-template-columns: 42px 1fr;
        padding: 20px 4px;
    }

    .ki-access>.ki-wrap>a {
        grid-column: 1;
    }

    .ki-contact {
        padding: 68px 0;
    }
}


/* =====================================
   STUDIO CAMPUS 総合トップ HERO
===================================== */

.sc-home-hero {
    /*
     * 高田馬場の画像URLは、
     * 下の --sc-baba-image のURLだけ変更してください。
     */
    --sc-kiyose-image:
        url("https://st-campus.net/wp-content/uploads/2026/09/P1104608-edit_2-edit-1920x1080.jpg");

    --sc-baba-image:
        url("https://st-campus.net/wp-content/uploads/2025/03/P1080606-edit_1.jpg");

    --sc-dark: #111b22;
    --sc-navy: #15242d;
    --sc-orange: #f28a00;
    --sc-blue: #168bc1;
    --sc-gold: #dca433;
    --sc-red: #df0038;

    position: relative;
    width: 100vw;
    max-width: none !important;
    min-height: calc(100vh - 94px);
    min-height: calc(100svh - 94px);
    margin: 0 calc(50% - 50vw) !important;
    overflow: hidden;
    background: var(--sc-dark);
    color: #ffffff;
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
}

.sc-home-hero,
.sc-home-hero * {
    box-sizing: border-box;
}

.sc-home-hero a {
    text-decoration: none;
}


/* =====================================
   背景画像
===================================== */

.sc-home-hero__visuals {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sc-home-hero__visual {
    position: relative;
    min-width: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.035);
    transition:
        transform 1.4s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
}

.sc-home-hero.is-loaded
.sc-home-hero__visual {
    transform: scale(1);
}

.sc-home-hero__visual--kiyose {
    background-image: var(--sc-kiyose-image);
    background-position: center;
}

.sc-home-hero__visual--baba {
    background-image: var(--sc-baba-image);
    background-position: center;
}


/* 背景全体の暗さ */

.sc-home-hero__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5, 10, 13, 0.84) 0%,
            rgba(5, 10, 13, 0.62) 34%,
            rgba(5, 10, 13, 0.40) 50%,
            rgba(5, 10, 13, 0.22) 70%,
            rgba(5, 10, 13, 0.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(5, 10, 13, 0.16) 0%,
            rgba(5, 10, 13, 0.05) 52%,
            rgba(5, 10, 13, 0.80) 100%
        );
}


/* 左右の境界線 */

.sc-home-hero::before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
    content: "";
}


/* =====================================
   HERO内部
===================================== */

.sc-home-hero__inner {
    position: relative;
    z-index: 3;
    width: min(1400px, calc(100% - 80px));
    min-height: calc(100vh - 94px);
    min-height: calc(100svh - 94px);
    margin: 0 auto;
    padding: 9vh 0 42px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sc-home-hero__copy {
    max-width: 750px;
}

.sc-home-hero__eyebrow {
    margin: 0 0 18px !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.22em;
}

.sc-home-hero__line {
    width: 64px;
    height: 3px;
    margin-bottom: 30px;
    display: block;
    background:
        linear-gradient(
            90deg,
            var(--sc-orange) 0 50%,
            var(--sc-blue) 50% 100%
        );
}

.sc-home-hero__title {
    margin: 0 0 24px !important;
    color: #ffffff !important;
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0.035em;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.28);
}

.sc-home-hero__catch {
    margin: 0 0 18px !important;
    color: #ffffff;
    font-size: clamp(22px, 2.5vw, 31px);
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: 0.04em;
}

.sc-home-hero__lead {
    max-width: 720px;
    margin: 0 0 27px !important;
    color: rgba(255, 255, 255, 0.90);
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.sc-home-hero__mobile-br {
    display: none;
}


/* =====================================
   ボタン
===================================== */

.sc-home-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sc-home-hero__button {
    min-width: 205px;
    min-height: 56px;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.04em;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.sc-home-hero__button:hover {
    transform: translateY(-2px);
}

.sc-home-hero__button--main {
    border: 1px solid var(--sc-red);
    background: var(--sc-red);
}

.sc-home-hero__button--main:hover {
    border-color: #bd002f;
    background: #bd002f;
}

.sc-home-hero__button--sub {
    border: 1px solid rgba(255, 255, 255, 0.70);
    background: rgba(8, 17, 22, 0.22);
    backdrop-filter: blur(5px);
}

.sc-home-hero__button--sub:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--sc-dark) !important;
}


/* =====================================
   スタジオ入口
===================================== */

.sc-home-hero__studios {
    width: min(100%, 1040px);
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-self: flex-end;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(10, 18, 23, 0.38);
    backdrop-filter: blur(12px);
}

.sc-home-hero__studio {
    position: relative;
    min-height: 126px;
    padding: 25px 62px 24px 25px;
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 16px;
    color: #ffffff !important;
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.sc-home-hero__studio + .sc-home-hero__studio {
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.sc-home-hero__studio--kiyose:hover {
    background: rgba(220, 164, 51, 0.93);
}

.sc-home-hero__studio--baba:hover {
    background: rgba(22, 139, 193, 0.93);
}

.sc-home-hero__studio-number {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.sc-home-hero__studio-content {
    display: flex;
    flex-direction: column;
}

.sc-home-hero__studio-content small {
    margin-bottom: 5px;
    color: var(--sc-gold);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.15em;
}

.sc-home-hero__studio--baba
.sc-home-hero__studio-content small {
    color: #45b7e8;
}

.sc-home-hero__studio:hover
.sc-home-hero__studio-content small {
    color: #ffffff;
}

.sc-home-hero__studio-content strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
}

.sc-home-hero__studio-content span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.6;
}

.sc-home-hero__studio-arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 22px;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.sc-home-hero__studio:hover
.sc-home-hero__studio-arrow {
    transform: translate(5px, -50%);
}


/* =====================================
   SCROLL
===================================== */

.sc-home-hero__scroll {
    position: absolute;
    z-index: 4;
    right: 24px;
    bottom: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #ffffff !important;
}

.sc-home-hero__scroll span {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.18em;
    writing-mode: vertical-rl;
}

.sc-home-hero__scroll i {
    position: relative;
    width: 1px;
    height: 42px;
    margin-top: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
}

.sc-home-hero__scroll i::after {
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
    content: "";
    animation: sc-home-scroll 2s infinite;
}

@keyframes sc-home-scroll {

    0% {
        top: -100%;
    }

    60%,
    100% {
        top: 100%;
    }

}


/* =====================================
   タブレット
===================================== */

@media (max-width: 1000px) {

    .sc-home-hero__inner {
        width: min(100% - 48px, 900px);
        padding-top: 75px;
    }

    .sc-home-hero__title {
        font-size: clamp(48px, 7vw, 68px);
    }

    .sc-home-hero__studios {
        align-self: stretch;
    }

}


/* =====================================
   スマートフォン
===================================== */

@media (max-width: 650px) {

    .sc-home-hero {
        min-height: auto;
    }

    .sc-home-hero__visuals {
        grid-template-columns: 1fr;
        grid-template-rows: 42vh 42vh;
    }

    .sc-home-hero__visual--kiyose {
        background-position: center;
    }

    .sc-home-hero__visual--baba {
        background-position: center;
    }

    .sc-home-hero::before {
        top: 42vh;
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 1px;
    }

    .sc-home-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(5, 10, 13, 0.22) 0%,
                rgba(5, 10, 13, 0.35) 24%,
                rgba(5, 10, 13, 0.72) 46%,
                rgba(5, 10, 13, 0.90) 68%,
                rgba(5, 10, 13, 0.98) 100%
            );
    }

    .sc-home-hero__inner {
        width: calc(100% - 36px);
        min-height: auto;
        padding: 190px 0 30px;
    }

    .sc-home-hero__copy {
        max-width: none;
    }

    .sc-home-hero__eyebrow {
        margin-bottom: 13px !important;
        font-size: 10px;
    }

    .sc-home-hero__line {
        width: 50px;
        margin-bottom: 21px;
    }

    .sc-home-hero__title {
        margin-bottom: 21px !important;
        font-size: clamp(41px, 12.5vw, 57px);
        line-height: 1.22;
    }

    .sc-home-hero__catch {
        font-size: 21px;
    }

    .sc-home-hero__lead {
        margin-bottom: 23px !important;
        font-size: 12px;
        line-height: 1.9;
    }

    .sc-home-hero__pc-br {
        display: none;
    }

    .sc-home-hero__mobile-br {
        display: block;
    }

    .sc-home-hero__buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .sc-home-hero__button {
        min-width: 0;
        min-height: 52px;
        padding: 12px 8px;
        font-size: 11px;
    }

    .sc-home-hero__studios {
        margin-top: 32px;
        grid-template-columns: 1fr;
    }

    .sc-home-hero__studio {
        min-height: 112px;
        padding: 20px 48px 20px 18px;
        grid-template-columns: 30px 1fr;
        gap: 11px;
    }

    .sc-home-hero__studio +
    .sc-home-hero__studio {
        border-top: 1px solid rgba(255, 255, 255, 0.26);
        border-left: 0;
    }

    .sc-home-hero__studio-content strong {
        font-size: 17px;
    }

    .sc-home-hero__studio-content span {
        font-size: 10px;
    }

    .sc-home-hero__studio-arrow {
        right: 17px;
    }

    .sc-home-hero__scroll {
        display: none;
    }

}
/* 総合トップHERO：PC見出しの折り返し調整 */
.sc-home-hero__copy {
    max-width: 700px;
}

.sc-home-hero__title {
    font-size: clamp(52px, 4.2vw, 66px);
    letter-spacing: 0.025em;
    white-space: nowrap;
}

/* HTML内のbrでは改行させる */
.sc-home-hero__title br {
    display: block;
}

@media (max-width: 1000px) {

    .sc-home-hero__title {
        font-size: clamp(45px, 6vw, 60px);
        white-space: normal;
    }

}

@media (max-width: 650px) {

    .sc-home-hero__title {
        font-size: clamp(41px, 12vw, 55px);
        white-space: normal;
    }

}


.kc-cosplay {
    --kc-black: #111210;
    --kc-ink: #171b1f;
    --kc-gold: #dda433;
    --kc-gray: #f3f3f1;
    --kc-line: #d9d9d4;
    color: var(--kc-ink);
    font-family: "Noto Sans JP","Yu Gothic",Meiryo,sans-serif;
    line-height: 1.9;
    overflow: hidden;
}

.kc-cosplay * {
    box-sizing: border-box;
}

.kc-cosplay img {
    display: block;
    width: 100%;
    height: auto;
}

.kc-cosplay a {
    text-decoration: none;
}

.kc-cosplay__container {
    width: min(1120px,calc(100% - 48px));
    margin-inline: auto;
}

.kc-cosplay__section {
    padding: 110px 0;
}

.kc-cosplay__section--gray {
    background: var(--kc-gray);
}

.kc-cosplay__eyebrow {
    margin: 0 0 16px !important;
    color: var(--kc-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 1.5;
}

.kc-cosplay__section-head {
    max-width: 680px;
    margin-bottom: 54px;
}

.kc-cosplay__section-head--center {
    margin-inline: auto;
    text-align: center;
}

.kc-cosplay__section-head h2,.kc-cosplay__commercial h2,.kc-cosplay__related h2,.kc-cosplay__cta h2 {
    margin: 0 0 22px !important;
    font-size: clamp(30px,4vw,48px);
    line-height: 1.35;
    letter-spacing: .04em;
}

.kc-cosplay__section-head p:last-child {
    margin: 0 !important;
    color: #596168;
}

.kc-cosplay__hero {
    position: relative;
    min-height: 780px;
    background: #222;
    color: #fff;
}

.kc-cosplay__hero-bg {
    position: absolute;
    inset: 0;
    background: url("https://cz-group.xsrv.jp/new_studiocampus/wp-content/uploads/2026/09/P1104608-edit_2-edit-1920x1080.jpg") center/cover no-repeat;
}

.kc-cosplay__hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.78) 38%,rgba(5,5,5,.22) 72%,rgba(5,5,5,.08) 100%);
}

.kc-cosplay__hero-inner {
    position: relative;
    z-index: 1;
    min-height: 780px;
    padding: 120px 0 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kc-cosplay__hero-copy {
    max-width: 670px;
}

.kc-cosplay__gold-line {
    display: block;
    width: 58px;
    height: 2px;
    margin: 20px 0 34px;
    background: var(--kc-gold);
}

.kc-cosplay__hero h1 {
    margin: 0 0 25px !important;
    color: #fff;
    font-size: clamp(43px,6vw,72px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: .04em;
}

.kc-cosplay__hero-catch {
    margin: 0 0 22px !important;
    font-size: clamp(23px,3vw,34px);
    font-weight: 700;
    line-height: 1.6;
}

.kc-cosplay__hero-lead {
    max-width: 620px;
    margin: 0 0 26px !important;
    color: #f1f1ef;
    font-size: 15px;
}

.kc-cosplay__chips,.kc-cosplay__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kc-cosplay__chips {
    margin-bottom: 28px;
}

.kc-cosplay__chips span {
    border: 1px solid rgba(255,255,255,.48);
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 700;
}

.kc-cosplay__button {
    display: inline-flex;
    min-width: 210px;
    min-height: 58px;
    padding: 15px 24px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    transition: .25s;
}

.kc-cosplay__button:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.kc-cosplay__button--gold {
    border: 1px solid var(--kc-gold);
    background: var(--kc-gold);
}

.kc-cosplay__button--outline {
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(0,0,0,.2);
}

.kc-cosplay__hero-floor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 58px;
    border-top: 1px solid rgba(255,255,255,.3);
}

.kc-cosplay__hero-floor>div {
    padding: 25px 28px;
    border-right: 1px solid rgba(255,255,255,.25);
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 2px 16px;
}

.kc-cosplay__hero-floor small {
    grid-row: 1/3;
    color: var(--kc-gold);
    font-size: 18px;
    font-weight: 800;
}

.kc-cosplay__hero-floor strong {
    font-size: 13px;
    letter-spacing: .12em;
}

.kc-cosplay__hero-floor span {
    color: #ddd;
    font-size: 12px;
}

.kc-cosplay__feature-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: var(--kc-line);
    border-top: 3px solid var(--kc-gold);
}

.kc-cosplay__feature-grid article {
    padding: 34px 26px;
    background: #fff;
}

.kc-cosplay__feature-grid span,.kc-cosplay__rules span {
    color: #d8dcde;
    font-size: 30px;
    font-weight: 800;
}

.kc-cosplay__feature-grid h3,.kc-cosplay__rules h3 {
    margin: 12px 0 10px !important;
    font-size: 17px;
}

.kc-cosplay__feature-grid p,.kc-cosplay__rules p {
    margin: 0 !important;
    color: #626970;
    font-size: 13px;
}

.kc-cosplay__floor-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 70px 0 24px;
}

.kc-cosplay__floor-title>span {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    background: var(--kc-black);
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.kc-cosplay__floor-title small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    color: #777;
}

.kc-cosplay__floor-title h3 {
    margin: 3px 0 0 !important;
    font-size: 25px;
}

.kc-cosplay__floor-title--light>span {
    background: var(--kc-gold);
}

.kc-cosplay__scene-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.kc-cosplay__scene {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: #111;
    color: #fff !important;
}

.kc-cosplay__scene:after {
    content: "";
    position: absolute;
    inset: 30% 0 0;
    background: linear-gradient(transparent,rgba(0,0,0,.9));
}

.kc-cosplay__scene img {
    height: 390px;
    object-fit: cover;
    transition: .45s;
}

.kc-cosplay__scene:hover img {
    transform: scale(1.04);
}

.kc-cosplay__scene>span {
    position: absolute;
    z-index: 2;
    inset: auto 22px 21px;
    display: grid;
}

.kc-cosplay__scene small {
    color: var(--kc-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.kc-cosplay__scene strong {
    font-size: 23px;
}

.kc-cosplay__scene em {
    margin-top: 7px;
    font-size: 11px;
    font-style: normal;
}

.kc-cosplay__split {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 80px;
}

.kc-cosplay__use-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid var(--kc-line);
    border-left: 1px solid var(--kc-line);
}

.kc-cosplay__use-grid>div {
    min-height: 180px;
    padding: 28px;
    border-right: 1px solid var(--kc-line);
    border-bottom: 1px solid var(--kc-line);
}

.kc-cosplay__use-grid b {
    color: var(--kc-gold);
    font-size: 12px;
}

.kc-cosplay__use-grid h3 {
    margin: 9px 0 8px !important;
    font-size: 16px;
}

.kc-cosplay__use-grid p {
    margin: 0 !important;
    color: #626970;
    font-size: 13px;
}

.kc-cosplay__commercial {
    background: var(--kc-black);
    color: #fff;
}

.kc-cosplay__commercial-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.kc-cosplay__commercial h2 {
    color: #fff;
}

.kc-cosplay__commercial p {
    color: #ddd;
}

.kc-cosplay__commercial ul {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.kc-cosplay__commercial li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #3d3d3a;
    position: relative;
}

.kc-cosplay__commercial li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 6px;
    height: 6px;
    background: var(--kc-gold);
}

.kc-cosplay__note {
    font-size: 11px;
}

.kc-cosplay__price-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.kc-cosplay__price-grid article {
    padding: 34px;
    background: #fff;
    border-top: 4px solid var(--kc-black);
}

.kc-cosplay__price-grid small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.kc-cosplay__price-grid h3 {
    margin: 10px 0 15px !important;
    font-size: 23px;
}

.kc-cosplay__price {
    margin: 0 0 13px !important;
    color: var(--kc-gold);
}

.kc-cosplay__price strong {
    font-size: 43px;
    line-height: 1;
}

.kc-cosplay__price span {
    font-size: 12px;
    font-weight: 700;
}

.kc-cosplay__price-grid article>p:last-of-type {
    min-height: 52px;
    color: #61676b;
    font-size: 12px;
}

.kc-cosplay__price-grid article>a {
    display: block;
    margin-top: 22px;
    padding: 14px;
    background: var(--kc-black);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}

.kc-cosplay__price-card--gold {
    border-top-color: var(--kc-gold) !important;
}

.kc-cosplay__price-card--gold>a {
    background: var(--kc-gold) !important;
}

.kc-cosplay__price-foot {
    margin: 20px 0 0 !important;
    color: #71777a;
    font-size: 11px;
    text-align: center;
}

.kc-cosplay__rules {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: var(--kc-line);
    border-top: 3px solid var(--kc-gold);
}

.kc-cosplay__rules article {
    padding: 32px;
    background: #fff;
}

.kc-cosplay__terms-link {
    margin-top: 24px;
    padding: 24px 30px;
    background: var(--kc-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.kc-cosplay__terms-link p {
    margin: 0 !important;
    font-size: 13px;
}

.kc-cosplay__terms-link a {
    color: var(--kc-ink);
    font-size: 13px;
    font-weight: 800;
}

.kc-cosplay__faq-wrap {
    display: grid;
    grid-template-columns: .75fr 1.4fr;
    gap: 80px;
}

.kc-cosplay__faq details {
    border-top: 1px solid #cfd2d2;
}

.kc-cosplay__faq details:last-child {
    border-bottom: 1px solid #cfd2d2;
}

.kc-cosplay__faq summary {
    position: relative;
    padding: 23px 45px 23px 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    list-style: none;
}

.kc-cosplay__faq summary::-webkit-details-marker {
    display: none;
}

.kc-cosplay__faq summary:before {
    content: "Q";
    position: absolute;
    left: 0;
    color: var(--kc-gold);
}

.kc-cosplay__faq summary:after {
    content: "＋";
    position: absolute;
    right: 8px;
    font-size: 18px;
    font-weight: 400;
}

.kc-cosplay__faq details[open] summary:after {
    content: "?";
}

.kc-cosplay__faq details p {
    margin: 0 !important;
    padding: 0 30px 24px;
    color: #61676b;
    font-size: 13px;
}

.kc-cosplay__related {
    padding: 85px 0;
}

.kc-cosplay__related h2 {
    font-size: 32px;
}

.kc-cosplay__related-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: var(--kc-line);
}

.kc-cosplay__related-grid a {
    position: relative;
    padding: 25px;
    background: #fff;
    color: var(--kc-ink);
}

.kc-cosplay__related-grid small {
    display: block;
    color: var(--kc-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
}

.kc-cosplay__related-grid strong {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.kc-cosplay__related-grid span {
    position: absolute;
    right: 18px;
    bottom: 23px;
}

.kc-cosplay__cta {
    padding: 100px 0;
    background: var(--kc-black);
    color: #fff;
    text-align: center;
}

.kc-cosplay__cta h2 {
    color: #fff;
}

.kc-cosplay__cta>div>p:not(.kc-cosplay__eyebrow) {
    color: #ddd;
}

.kc-cosplay__actions--center {
    justify-content: center;
    margin-top: 30px;
}
@media (max-width:900px) {
    .kc-cosplay__feature-grid,.kc-cosplay__scene-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .kc-cosplay__split,.kc-cosplay__commercial-inner,.kc-cosplay__faq-wrap {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .kc-cosplay__rules {
        grid-template-columns: repeat(2,1fr);
    }

    .kc-cosplay__related-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:640px) {
    .kc-cosplay__container {
        width: min(100% - 36px,1120px);
    }

    .kc-cosplay__section {
        padding: 72px 0;
    }

    .kc-cosplay__section-head {
        margin-bottom: 36px;
    }

    .kc-cosplay__section-head h2,.kc-cosplay__commercial h2,.kc-cosplay__cta h2 {
        font-size: 30px;
    }

    .kc-cosplay__hero {
        min-height: auto;
    }

    .kc-cosplay__hero-bg {
        background-position: 61% center;
    }

    .kc-cosplay__hero-shade {
        background: linear-gradient(180deg,rgba(5,5,5,.25) 0%,rgba(5,5,5,.58) 27%,rgba(5,5,5,.94) 65%,rgba(5,5,5,.98) 100%);
    }

    .kc-cosplay__hero-inner {
        min-height: 740px;
        padding: 210px 0 30px;
        justify-content: flex-end;
    }

    .kc-cosplay__hero-catch {
        font-size: 22px;
    }

    .kc-cosplay__hero-lead {
        font-size: 13px;
    }

    .kc-cosplay__button {
        width: 100%;
        min-width: 0;
    }

    .kc-cosplay__hero-floor {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .kc-cosplay__hero-floor>div {
        padding: 17px 0;
        border-right: 0;
    }

    .kc-cosplay__hero-floor>div+div {
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .kc-cosplay__feature-grid,.kc-cosplay__scene-grid,.kc-cosplay__price-grid,.kc-cosplay__rules,.kc-cosplay__related-grid {
        grid-template-columns: 1fr;
    }

    .kc-cosplay__scene {
        min-height: 310px;
    }

    .kc-cosplay__scene img {
        height: 310px;
    }

    .kc-cosplay__floor-title {
        margin-top: 50px;
    }

    .kc-cosplay__use-grid {
        grid-template-columns: 1fr;
    }

    .kc-cosplay__price-grid article>p:last-of-type {
        min-height: 0;
    }

    .kc-cosplay__terms-link {
        align-items: flex-start;
        flex-direction: column;
    }

    .kc-cosplay__cta {
        padding: 75px 0;
    }
}

/* yStandardの本文最大幅を解除し、ページ全体を画面幅まで広げる */
.kc-cosplay{
  position:relative;
  width:100vw;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
.kc-cosplay__hero-copy {
    max-width: 760px;
}
.kc-cosplay__hero h1{
  font-size:clamp(43px,5vw,64px);
  letter-spacing:.025em;
}
@media(max-width:640px){
    .kc-cosplay__hero h1 {
      font-size: 39px;
  }
}


.bt-terms,.bt-terms * {
    box-sizing: border-box;
}

.bt-terms {
    --orange: #f28a0a;
    --blue: #1689c5;
    --red: #df0038;
    --ink: #14212a;
    --muted: #62717a;
    --line: #dce4e8;
    --soft: #f4f7f8;
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw) !important;
    color: var(--ink);
    font-family: inherit;
    line-height: 1.9;
    background: #fff;
}

.bt-terms a {
    text-decoration: none;
}

.bt-wrap {
    width: min(1080px,calc(100% - 48px));
    margin: auto;
}

.bt-label {
    margin: 0 0 10px;
    color: var(--orange);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2em;
}

.bt-hero {
    padding: 78px 24px 72px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg,#111d25,#1e333f);
}

.bt-hero:after {
    content: "";
    display: block;
    width: 76px;
    height: 3px;
    margin: 28px auto 0;
    background: linear-gradient(90deg,var(--orange) 50%,var(--blue) 50%);
}

.bt-hero h1 {
    margin: 0;
    font-size: clamp(32px,4.5vw,52px);
    line-height: 1.4;
}

.bt-hero p:not(.bt-label) {
    margin: 17px 0 8px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.bt-hero span {
    color: rgba(255,255,255,.48);
    font-size: 10px;
}

.bt-anchor {
    position: relative;
    z-index: 2;
    width: min(920px,calc(100% - 40px));
    margin: -27px auto 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-shadow: 0 12px 28px rgba(20,33,42,.12);
}

.bt-anchor a {
    min-height: 55px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink) !important;
    background: #fff;
    border-right: 1px solid var(--line);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.bt-anchor a:nth-child(-n+2) {
    border-top: 3px solid var(--orange);
}

.bt-anchor a:nth-child(n+3) {
    border-top: 3px solid var(--blue);
}

.bt-important {
    padding: 82px 0 68px;
    background: var(--soft);
}

.bt-heading {
    text-align: center;
}

.bt-heading>p {
    margin: 0 0 6px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bt-heading h2 {
    margin: 0;
    font-size: clamp(27px,3.5vw,38px);
}

.bt-important__grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.bt-important article {
    padding: 26px 22px;
    background: #fff;
    border-top: 4px solid var(--orange);
}

.bt-important article:nth-child(n+3) {
    border-color: var(--blue);
}

.bt-important article>b {
    color: #d9e0e4;
    font-size: 28px;
}

.bt-important h3 {
    margin: 8px 0 6px;
    font-size: 15px;
}

.bt-important article p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
}

.bt-body {
    padding: 75px 0 95px;
}

.bt-consent {
    margin-bottom: 60px;
    padding: 24px 28px;
    background: #fff8eb;
    border-left: 5px solid var(--orange);
}

.bt-consent strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.bt-consent p {
    margin: 0;
    color: #5e686e;
    font-size: 12px;
}

.bt-rule {
    padding: 55px 0;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    border-top: 1px solid var(--line);
    scroll-margin-top: 90px;
}

.bt-rule__title>span {
    color: #e2e8eb;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}

.bt-rule__title>p {
    margin: 8px 0 3px;
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bt-rule__title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
}

.bt-rule__content {
    color: #4f5f68;
    font-size: 13px;
}

.bt-rule__content>p {
    margin-top: 0;
}

.bt-rule__content ol,.bt-rule__content>ul {
    margin: 0;
    padding-left: 22px;
}

.bt-rule__content li {
    margin-bottom: 9px;
    padding-left: 5px;
}

.bt-rule__content h3 {
    margin: 27px 0 12px;
    color: var(--ink);
    font-size: 17px;
}

.bt-rule table {
    width: 100%;
    border-collapse: collapse;
}

.bt-rule th,.bt-rule td {
    padding: 11px 14px;
    border: 1px solid var(--line);
    text-align: left;
}

.bt-rule th {
    width: 45%;
    color: var(--ink);
    background: var(--soft);
}

.bt-note {
    margin-top: 15px !important;
    padding: 14px 17px;
    background: #fff8eb;
    border-left: 4px solid var(--orange);
    font-size: 11px;
}

.bt-studios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.bt-studio {
    padding: 24px;
    border: 1px solid var(--line);
}

.bt-studio>p {
    margin: 0;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}

.bt-studio h3 {
    margin: 2px 0 12px;
}

.bt-studio ul {
    margin: 0;
    padding-left: 20px;
}

.bt-studio--a {
    border-top: 5px solid var(--orange);
}

.bt-studio--a>p {
    color: var(--orange);
}

.bt-studio--b {
    border-top: 5px solid var(--blue);
}

.bt-studio--b>p {
    color: var(--blue);
}

.bt-prohibited {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
}

.bt-prohibited li::marker {
    color: var(--red);
}

.bt-check {
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 7px 15px;
    list-style: none;
}

.bt-check li {
    position: relative;
    margin: 0;
    padding: 8px 10px 8px 33px;
    background: var(--soft);
}

.bt-check li:before {
    content: "?";
    position: absolute;
    left: 12px;
    color: #13845e;
    font-weight: 900;
}

.bt-cta {
    padding: 75px 24px 105px;
    color: #fff;
    text-align: center;
    background: var(--ink);
}

.bt-cta h2 {
    margin: 0;
    font-size: clamp(29px,4vw,44px);
    line-height: 1.5;
}

.bt-cta>div>p:not(.bt-label) {
    color: rgba(255,255,255,.65);
    font-size: 13px;
}

.bt-cta>div>div {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.bt-btn {
    min-width: 220px;
    min-height: 55px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
}

.bt-btn--red {
    background: var(--red);
}

.bt-btn--line {
    border: 1px solid rgba(255,255,255,.42);
}
@media (max-width:850px) {
    .bt-important__grid {
        grid-template-columns: 1fr 1fr;
    }

    .bt-rule {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
@media (max-width:650px) {
    .bt-wrap {
        width: calc(100% - 30px);
    }

    .bt-hero {
        padding: 55px 16px 52px;
    }

    .bt-anchor {
        width: calc(100% - 20px);
        margin-top: -22px;
        grid-template-columns: 1fr 1fr;
    }

    .bt-anchor a {
        min-height: 47px;
        border-bottom: 1px solid var(--line);
        font-size: 10px;
    }

    .bt-anchor a:last-child {
        grid-column: 1/3;
    }

    .bt-important {
        padding: 60px 0 50px;
    }

    .bt-important__grid,.bt-studios {
        grid-template-columns: 1fr;
    }

    .bt-body {
        padding: 55px 0 72px;
    }

    .bt-consent {
        margin-bottom: 40px;
        padding: 20px;
    }

    .bt-rule {
        padding: 42px 0;
    }

    .bt-rule__title>span {
        font-size: 34px;
    }

    .bt-rule__title h2 {
        font-size: 21px;
    }

    .bt-rule__content {
        font-size: 12px;
    }

    .bt-rule th,.bt-rule td {
        padding: 9px;
        font-size: 11px;
    }

    .bt-prohibited,.bt-check {
        grid-template-columns: 1fr;
    }

    .bt-cta {
        padding: 62px 18px 110px;
    }

    .bt-cta>div>div {
        display: grid;
    }

    .bt-btn {
        min-width: 0;
        width: 100%;
    }
}


.kt-terms,.kt-terms * {
    box-sizing: border-box;
}
.kt-terms {
    --gold: #dba13c;
    --red: #d20d32;
    --ink: #171716;
    --muted: #687078;
    --line: #dde2e5;
    --soft: #f5f5f3;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    font-family: inherit;
    line-height: 1.9;
    background: #fff;
}
.kt-terms a {
    text-decoration: none;
}
.kt-wrap {
    width: min(1080px,calc(100% - 48px));
    margin: auto;
}
.kt-label {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2em;
}
.kt-hero {
    padding: 78px 24px 72px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg,#111 0%,#272723 100%);
}
.kt-hero h1 {
    margin: 0;
    font-size: clamp(32px,4.5vw,52px);
    line-height: 1.4;
}
.kt-hero p:not(.kt-label) {
    margin: 17px 0 8px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}
.kt-hero span {
    color: rgba(255,255,255,.45);
    font-size: 10px;
}
.kt-anchor {
    position: relative;
    z-index: 2;
    width: min(920px,calc(100% - 40px));
    margin: -27px auto 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    box-shadow: 0 12px 28px rgba(0,0,0,.1);
}
.kt-anchor a {
    min-height: 55px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink) !important;
    background: #fff;
    border-right: 1px solid var(--line);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}
.kt-anchor a:last-child {
    border: 0;
}
.kt-important {
    padding: 82px 0 68px;
    background: var(--soft);
}
.kt-heading {
    text-align: center;
}
.kt-heading>p {
    margin: 0 0 6px;
    color: var(--gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}
.kt-heading h2 {
    margin: 0;
    font-size: clamp(27px,3.5vw,38px);
}
.kt-important__grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.kt-important article {
    padding: 26px 22px;
    background: #fff;
    border-top: 4px solid var(--gold);
}
.kt-important article>b {
    color: #d9dde0;
    font-size: 28px;
}
.kt-important h3 {
    margin: 8px 0 6px;
    font-size: 15px;
}
.kt-important article p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
}
.kt-body {
    padding: 75px 0 95px;
}
.kt-consent {
    margin-bottom: 60px;
    padding: 24px 28px;
    background: #fff8e9;
    border-left: 5px solid var(--gold);
}
.kt-consent strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.kt-consent p {
    margin: 0;
    color: #5e6265;
    font-size: 12px;
}
.kt-rule {
    padding: 55px 0;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    border-top: 1px solid var(--line);
    scroll-margin-top: 90px;
}
.kt-rule__title>span {
    color: #e3e6e8;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}
.kt-rule__title>p {
    margin: 8px 0 3px;
    color: var(--gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
}
.kt-rule__title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
}
.kt-rule__content {
    color: #505b61;
    font-size: 13px;
}
.kt-rule__content>p {
    margin-top: 0;
}
.kt-rule__content ol,.kt-rule__content>ul {
    margin: 0;
    padding-left: 22px;
}
.kt-rule__content li {
    margin-bottom: 9px;
    padding-left: 5px;
}
.kt-rule__content h3 {
    margin: 27px 0 12px;
    color: var(--ink);
    font-size: 17px;
}
.kt-rule table {
    width: 100%;
    border-collapse: collapse;
}
.kt-rule th,.kt-rule td {
    padding: 11px 14px;
    border: 1px solid var(--line);
    text-align: left;
}
.kt-rule th {
    width: 45%;
    color: var(--ink);
    background: var(--soft);
}
.kt-note {
    margin-top: 15px !important;
    padding: 14px 17px;
    background: #fff8e9;
    border-left: 4px solid var(--gold);
    font-size: 11px;
}
.kt-floor {
    padding: 25px;
    margin-bottom: 13px;
    border: 1px solid var(--line);
}
.kt-floor>p {
    margin: 0;
    color: var(--gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}
.kt-floor h3 {
    margin: 2px 0 12px;
}
.kt-floor ul {
    margin: 0;
    padding-left: 20px;
}
.kt-floor--2 {
    border-top: 5px solid #5b5b58;
}
.kt-floor--3 {
    border-top: 5px solid var(--gold);
}
.kt-prohibited {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
}
.kt-prohibited li::marker {
    color: var(--red);
}
.kt-check {
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 7px 15px;
    list-style: none;
}
.kt-check li {
    position: relative;
    margin: 0;
    padding: 8px 10px 8px 33px;
    background: var(--soft);
}
.kt-check li:before {
    content: "?";
    position: absolute;
    left: 12px;
    color: #15805d;
    font-weight: 900;
}
.kt-cta {
    padding: 75px 24px 105px;
    color: #fff;
    text-align: center;
    background: var(--ink);
}
.kt-cta h2 {
    margin: 0;
    font-size: clamp(29px,4vw,44px);
    line-height: 1.5;
}
.kt-cta>div>p:not(.kt-label) {
    color: rgba(255,255,255,.65);
    font-size: 13px;
}
.kt-cta>div>div {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}
.kt-btn {
    min-width: 220px;
    min-height: 55px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
}
.kt-btn--red {
    background: var(--red);
}
.kt-btn--line {
    border: 1px solid rgba(255,255,255,.4);
}

@media (max-width:850px) {
    .kt-important__grid {
        grid-template-columns: 1fr 1fr;
    }

    .kt-rule {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width:650px) {
    .kt-wrap {
        width: calc(100% - 30px);
    }

    .kt-hero {
        padding: 55px 16px 52px;
    }

    .kt-anchor {
        width: calc(100% - 20px);
        margin-top: -22px;
        grid-template-columns: 1fr 1fr;
    }

    .kt-anchor a {
        min-height: 47px;
        border-bottom: 1px solid var(--line);
        font-size: 10px;
    }

    .kt-anchor a:last-child {
        grid-column: 1/3;
    }

    .kt-important {
        padding: 60px 0 50px;
    }

    .kt-important__grid {
        grid-template-columns: 1fr;
    }

    .kt-body {
        padding: 55px 0 72px;
    }

    .kt-consent {
        margin-bottom: 40px;
        padding: 20px;
    }

    .kt-rule {
        padding: 42px 0;
    }

    .kt-rule__title>span {
        font-size: 34px;
    }

    .kt-rule__title h2 {
        font-size: 21px;
    }

    .kt-rule__content {
        font-size: 12px;
    }

    .kt-rule th,.kt-rule td {
        padding: 9px;
        font-size: 11px;
    }

    .kt-floor {
        padding: 20px 17px;
    }

    .kt-prohibited,.kt-check {
        grid-template-columns: 1fr;
    }

    .kt-cta {
        padding: 62px 18px 110px;
    }

    .kt-cta>div>div {
        display: grid;
    }

    .kt-btn {
        min-width: 0;
        width: 100%;
    }
}


.ba-access,.ba-access * {
    box-sizing: border-box;
}

.ba-access {
    --orange: #f18b18;
    --blue: #1684c7;
    --ink: #17242d;
    --muted: #607079;
    --line: #dce4e8;
    --soft: #f5f7f8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    font-family: inherit;
    line-height: 1.85;
    background: #fff;
}

.ba-access a {
    text-decoration: none;
}

.ba-wrap {
    width: min(1180px,calc(100% - 48px));
    margin: auto;
}

.ba-label {
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .19em;
}

.ba-hero {
    padding: 80px 0;
    background: linear-gradient(120deg,#fff 0%,#fff 48%,#eaf6fb 48%,#fff3e2 100%);
}

.ba-hero__inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.ba-hero h1 {
    margin: 0;
    font-size: clamp(38px,5vw,64px);
    line-height: 1.3;
}

.ba-hero__lead {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 16px;
}

.ba-hero__buttons {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ba-btn {
    min-height: 55px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
}

.ba-btn--dark {
    background: var(--ink);
}

.ba-btn--red {
    background: #d70b3c;
}

.ba-btn--outline {
    border: 1px solid rgba(255,255,255,.45);
}

.ba-hero__routes {
    display: grid;
    gap: 9px;
}

.ba-hero__routes article {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--line);
    box-shadow: 0 9px 25px rgba(23,36,45,.06);
}

.ba-hero__routes span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.ba-hero__routes strong {
    text-align: right;
    font-size: 14px;
    line-height: 1.5;
}

.ba-hero__routes em {
    color: var(--blue);
    font-size: 21px;
    font-style: normal;
}

.ba-anchor {
    position: relative;
    z-index: 2;
    width: min(900px,calc(100% - 48px));
    margin: -29px auto 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    box-shadow: 0 12px 30px rgba(23,36,45,.09);
}

.ba-anchor a {
    min-height: 58px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink) !important;
    background: #fff;
    border-right: 1px solid var(--line);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.ba-anchor a:last-child {
    border: 0;
}

.ba-section {
    padding: 88px 0;
    scroll-margin-top: 90px;
}

.ba-section--soft {
    background: var(--soft);
}

.ba-heading>p {
    margin-bottom: 7px;
}

.ba-heading h2,.ba-student-grid h2,.ba-parking h2 {
    margin: 0;
    font-size: clamp(28px,4vw,42px);
    line-height: 1.4;
}

.ba-heading>span {
    margin-top: 11px;
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.ba-map-grid {
    margin-top: 38px;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    border: 1px solid var(--line);
}

.ba-map {
    min-height: 500px;
}

.ba-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    border: 0;
}

.ba-address {
    padding: 40px;
    background: #fff;
}

.ba-address h3 {
    margin: 0;
    font-size: 25px;
    line-height: 1.45;
}

.ba-address address {
    margin-top: 22px;
    font-style: normal;
    color: var(--muted);
}

.ba-address address strong {
    color: var(--ink);
    font-size: 20px;
}

.ba-address ul {
    margin: 22px 0;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    list-style: none;
}

.ba-address li {
    padding: 4px 0;
    font-size: 12px;
}

.ba-address a {
    color: #087dbf !important;
    font-size: 13px;
    font-weight: 900;
}

.ba-route-cards {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 13px;
}

.ba-route-cards article {
    position: relative;
    padding: 33px 29px;
    background: #fff;
    border: 1px solid var(--line);
}

.ba-route-cards article>b {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #e6ecef;
    font-size: 43px;
    line-height: 1;
}

.ba-route-cards h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.55;
}

.ba-route-cards article>p:not(.ba-label) {
    color: var(--muted);
    font-size: 13px;
}

.ba-tag {
    padding: 5px 9px;
    display: inline-block;
    color: #087dbf;
    background: #eaf6fc;
    font-size: 10px;
    font-weight: 900;
}

.ba-student-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 65px;
    align-items: start;
}

.ba-student-grid>div:first-child>p:last-child {
    color: var(--muted);
    font-size: 14px;
}

.ba-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.ba-benefits article {
    padding: 25px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.ba-benefits span {
    color: var(--orange);
    font-size: 10px;
    font-weight: 900;
}

.ba-benefits h3 {
    margin: 5px 0;
    font-size: 16px;
}

.ba-benefits p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.ba-section--parking {
    padding: 58px 0;
    background: var(--ink);
    color: #fff;
}

.ba-parking {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 32px;
    align-items: center;
}

.ba-parking__icon {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--orange);
    border-radius: 50%;
    color: var(--orange);
    font-size: 34px;
    font-weight: 900;
}

.ba-parking p:not(.ba-label) {
    margin: 12px 0;
    color: rgba(255,255,255,.76);
    font-size: 13px;
}

.ba-parking small {
    color: rgba(255,255,255,.55);
    font-size: 10px;
}

.ba-studios {
    margin-top: 37px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ba-studios article {
    padding: 34px;
    border: 1px solid var(--line);
    background: #fff;
}

.ba-studios .is-a {
    border-top: 6px solid var(--orange);
}

.ba-studios .is-b {
    border-top: 6px solid var(--blue);
}

.ba-studios h3 {
    margin: 0;
    font-size: 24px;
}

.ba-studios strong {
    margin-top: 15px;
    display: block;
    font-size: 34px;
}

.ba-studios span {
    display: block;
    color: var(--muted);
    font-size: 11px;
}

.ba-studios b {
    margin-top: 17px;
    display: block;
    font-size: 20px;
}

.ba-studios .is-a b {
    color: #db7204;
}

.ba-studios .is-b b {
    color: #087dbf;
}

.ba-studios article>p:not(.ba-label) {
    color: var(--muted);
    font-size: 12px;
}

.ba-studios a {
    padding: 11px 16px;
    display: inline-block;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
}

.ba-studios .is-a a {
    background: var(--orange);
}

.ba-studios .is-b a {
    background: var(--blue);
}

.ba-cta {
    padding: 78px 24px 105px;
    color: #fff;
    text-align: center;
    background: var(--ink);
}

.ba-cta h2 {
    margin: 0;
    font-size: clamp(31px,4vw,47px);
    line-height: 1.4;
}

.ba-cta>div>p:not(.ba-label) {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.ba-cta>div>div {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}
@media (max-width:850px) {
    .ba-hero__inner,.ba-map-grid,.ba-student-grid {
        grid-template-columns: 1fr;
    }

    .ba-hero__inner {
        gap: 38px;
    }

    .ba-route-cards {
        grid-template-columns: 1fr;
    }

    .ba-map {
        min-height: 390px;
    }

    .ba-map iframe {
        min-height: 390px;
    }

    .ba-student-grid {
        gap: 35px;
    }
}
@media (max-width:650px) {
    .ba-wrap {
        width: calc(100% - 30px);
    }

    .ba-hero {
        padding: 55px 0 63px;
    }

    .ba-hero h1 {
        font-size: 34px;
    }

    .ba-hero__buttons {
        display: grid;
    }

    .ba-btn {
        width: 100%;
    }

    .ba-hero__routes article {
        padding: 14px 16px;
    }

    .ba-hero__routes em {
        font-size: 17px;
    }

    .ba-anchor {
        width: calc(100% - 20px);
        margin-top: -25px;
        grid-template-columns: 1fr 1fr;
    }

    .ba-anchor a {
        min-height: 50px;
        border-bottom: 1px solid var(--line);
        font-size: 10px;
    }

    .ba-section {
        padding: 62px 0;
    }

    .ba-map-grid {
        margin-top: 28px;
    }

    .ba-map,.ba-map iframe {
        min-height: 330px;
    }

    .ba-address {
        padding: 27px 22px;
    }

    .ba-route-cards {
        margin-top: 28px;
    }

    .ba-route-cards article {
        padding: 27px 22px;
    }

    .ba-benefits {
        grid-template-columns: 1fr;
    }

    .ba-parking {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ba-parking__icon {
        width: 62px;
        height: 62px;
    }

    .ba-studios {
        grid-template-columns: 1fr;
    }

    .ba-cta {
        padding: 62px 15px 110px;
    }

    .ba-cta>div>div {
        display: grid;
    }
}
.ba-introduction {
    padding: 50px 0 8px;
}

.ba-introduction p {
    max-width: 920px;
    margin: 0 auto;
    color: #52616a;
    font-size: 14px;
    text-align: center;
}

.ba-introduction strong {
    color: var(--ink);
}
@media (max-width:650px) {
    .ba-introduction {
        padding: 38px 0 0;
    }

    .ba-introduction p {
        text-align: left;
        font-size: 13px;
    }
}

.bf-floor,.bf-floor * {
    box-sizing: border-box;
}

.bf-floor {
    --a: #f18b18;
    --b: #1684c7;
    --ink: #18242d;
    --gray: #f5f7f8;
    --line: #dce4e8;
    margin-top: 70px;
    padding: 55px 42px;
    background: var(--gray);
    color: var(--ink);
    font-family: inherit;
    line-height: 1.7;
    scroll-margin-top: 82px;
}

.bf-floor a {
    text-decoration: none;
}

.bf-heading {
    text-align: center;
}

.bf-heading>p {
    margin: 0 0 11px;
    color: var(--b);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2em;
}

.bf-heading h2 {
    margin: 0;
    font-size: clamp(29px,3.5vw,42px);
    line-height: 1.35;
}

.bf-heading>span {
    margin-top: 13px;
    display: block;
    color: #67757d;
    font-size: 13px;
}

.bf-map-scroll {
    margin-top: 38px;
    overflow-x: auto;
    outline: 0;
}

.bf-map {
    min-width: 850px;
    height: 490px;
    padding: 13px;
    display: grid;
    grid-template-columns: 170px 270px 1fr 100px 115px;
    grid-template-rows: 94px 1fr;
    gap: 7px;
    background: var(--ink);
    border: 7px solid var(--ink);
}

.bf-corridor {
    grid-column: 1/6;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.bf-corridor span {
    color: #78858d;
    font-size: 12px;
    font-weight: 800;
}

.bf-corridor b {
    font-size: 17px;
}

.bf-corridor b i {
    margin-left: 12px;
    color: var(--a);
    font-size: 25px;
    font-style: normal;
}

.bf-utility {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 5px;
}

.bf-utility span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bb3b68;
    background: #f9dce5;
    font-size: 12px;
    font-weight: 900;
}

.bf-room {
    position: relative;
    padding: 42px 20px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bf-room--a {
    color: #a84324 !important;
    background: #fff0d9;
}

.bf-room--b {
    color: #0872b4 !important;
    background: #e3f4fd;
}

.bf-room>small {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bf-room>strong {
    font-size: 27px;
}

.bf-room>em {
    margin-top: 4px;
    font-size: 29px;
    font-style: normal;
    font-weight: 900;
}

.bf-room>em i {
    font-size: 14px;
    font-style: normal;
}

.bf-room>p {
    margin: 2px 0 10px;
    font-size: 13px;
    font-weight: 800;
}

.bf-room>b {
    padding: 6px 17px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.bf-room--a>b {
    background: #bd4725;
}

.bf-room--b>b {
    background: #087dbf;
}

.bf-room>b small {
    margin-left: 6px;
    display: block;
    font-size: 9px;
}

.bf-room>u {
    margin-top: 15px;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}

.bf-mirror {
    position: absolute;
    color: #168fd3;
    font-size: 10px;
    font-weight: 900;
}

.bf-mirror:before {
    content: "";
    display: inline-block;
    background: #a9e4ff;
    border: 1px solid #168fd3;
    border-radius: 4px;
}

.bf-mirror--top {
    left: 18px;
    right: 18px;
    top: 9px;
}

.bf-mirror--top:before {
    width: 100%;
    height: 5px;
    margin-bottom: 1px;
    display: block;
}

.bf-mirror--right {
    right: 8px;
    top: 17px;
    bottom: 17px;
    writing-mode: vertical-rl;
}

.bf-mirror--right:before {
    width: 5px;
    height: 100%;
    margin-left: 2px;
}

.bf-staff,.bf-stairs {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 900;
}

.bf-staff {
    color: #fff;
    background: #73777a;
    writing-mode: vertical-rl;
    letter-spacing: .12em;
}

.bf-stairs {
    position: relative;
    flex-direction: column;
    gap: 13px;
    background: repeating-linear-gradient(0deg,#fff 0,#fff 27px,#cfd6da 28px,#cfd6da 31px);
}

.bf-stairs span {
    padding: 3px 7px;
    background: #fff;
    font-size: 12px;
}

.bf-stairs i {
    color: #6e7880;
    font-size: 18px;
    font-style: normal;
}

.bf-guide {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.bf-guide article {
    padding: 25px 27px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    background: #fff;
    border: 1px solid var(--line);
}

.bf-guide .is-a {
    border-top: 5px solid var(--a);
}

.bf-guide .is-b {
    border-top: 5px solid var(--b);
}

.bf-guide span {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}

.bf-guide .is-a span {
    color: #d66d00;
}

.bf-guide .is-b span {
    color: #0872b4;
}

.bf-guide h3 {
    margin: 5px 0 5px;
    font-size: 19px;
}

.bf-guide p {
    margin: 0;
    color: #6c7880;
    font-size: 11px;
}

.bf-guide a {
    flex: 0 0 auto;
    color: #fff !important;
    padding: 10px 13px;
    font-size: 10px;
    font-weight: 900;
}

.bf-guide .is-a a {
    background: var(--a);
}

.bf-guide .is-b a {
    background: var(--b);
}

.bf-common {
    margin-top: 12px;
    padding: 19px 24px;
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff;
    background: var(--ink);
}

.bf-common strong {
    font-size: 13px;
    white-space: nowrap;
}

.bf-common ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 25px;
    list-style: none;
}

.bf-common li {
    position: relative;
    padding-left: 13px;
    color: rgba(255,255,255,.78);
    font-size: 11px;
}

.bf-common li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 5px;
    height: 5px;
    background: linear-gradient(90deg,var(--a) 50%,var(--b) 50%);
}
.bf-map-image {
    max-width: 1100px;
    margin: 38px auto 0;
    text-align: center;
}

.bf-map-image a {
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 14px 35px rgba(24,36,45,.08);
    transition: transform .2s,box-shadow .2s;
}

.bf-map-image a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(24,36,45,.13);
}

.bf-map-image img {
    width: 100%;
    height: auto;
    display: block;
}

.bf-map-image figcaption {
    margin-top: 9px;
    color: #74818a;
    font-size: 10px;
}
@media (max-width:800px) {
    .bf-floor {
        padding: 45px 20px;
    }

    .bf-map-scroll:after {
        content: "横にスライドして見取り図を確認できます →";
        padding-top: 8px;
        display: block;
        color: #75828a;
        font-size: 10px;
        text-align: right;
    }

    .bf-guide {
        grid-template-columns: 1fr;
    }

    .bf-common {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
@media (max-width:650px) {
    .bf-floor {
        margin-top: 48px;
        padding: 40px 15px;
    }

    .bf-heading>span {
        font-size: 12px;
    }

    .bf-map-scroll {
        margin-top: 28px;
    }

    .bf-map {
        min-width: 760px;
        height: 430px;
        grid-template-columns: 140px 230px 1fr 85px 100px;
    }

    .bf-guide article {
        padding: 21px;
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .bf-guide a {
        width: 100%;
        text-align: center;
    }

    .bf-common {
        padding: 19px;
    }

    .bf-common ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px 15px;
    }
}

.bb-page,.bb-page * {
    box-sizing: border-box;
}

.bb-page {
    --orange: #f18b18;
    --blue: #1684c7;
    --ink: #18242d;
    --gray: #f5f7f8;
    --line: #dce4e8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.8;
}

.bb-page a {
    text-decoration: none;
}

.bb-page section {
    scroll-margin-top: 82px;
}

.bb-wrap {
    width: min(1200px,calc(100% - 48px));
    margin: auto;
}

.bb-label {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.bb-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    color: #fff;
    background: #18242d;
}

.bb-hero__image,.bb-hero__shade {
    position: absolute;
    inset: 0;
}

.bb-hero__image {
    background: url('https://st-campus.net/wp-content/uploads/2025/03/P1080608-edit_1.jpg') center/cover no-repeat;
    transform: scale(1.01);
}

.bb-hero__shade {
    background: linear-gradient(90deg,rgba(9,17,22,.91) 0%,rgba(9,17,22,.74) 44%,rgba(9,17,22,.13) 82%);
}

.bb-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1400px,calc(100% - 64px));
    min-height: 760px;
    margin: auto;
    padding: 28px 0 75px;
    display: flex;
    flex-direction: column;
}

.bb-breadcrumb {
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.65);
    font-size: 11px;
}

.bb-breadcrumb a {
    color: #fff !important;
}

.bb-hero__content {
    max-width: 760px;
    margin-top: auto;
    padding-left: 3vw;
}

.bb-hero h1 {
    margin: 0;
    font-size: clamp(42px,5.2vw,72px);
    line-height: 1.24;
}

.bb-hero h1 em {
    color: #fff;
    font-style: normal;
}

.bb-hero__lead {
    margin: 22px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 16px;
}

.bb-hero__facts {
    margin: 27px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bb-hero__facts span {
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.46);
    font-size: 12px;
    font-weight: 800;
}

.bb-actions {
    display: flex;
    gap: 10px;
}

.bb-actions a {
    min-width: 220px;
    min-height: 58px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit !important;
    border: 1px solid currentColor;
    font-size: 13px;
    font-weight: 900;
}

.bb-actions .is-primary {
    color: #fff !important;
    background: var(--blue);
    border-color: var(--blue);
}

.bb-intro {
    padding: 110px 0;
}

.bb-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.bb-intro h2,.bb-heading h2,.bb-spec h2,.bb-faq h2,.bb-cta h2 {
    margin: 0;
    font-size: clamp(34px,4.2vw,52px);
    line-height: 1.35;
}

.bb-intro__copy p {
    margin: 0 0 17px;
    color: #5f6d75;
    font-size: 15px;
}

.bb-uses {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid var(--line);
}

.bb-uses article {
    position: relative;
    min-height: 225px;
    padding: 32px 25px;
    border-right: 1px solid var(--line);
}

.bb-uses article:last-child {
    border-right: 0;
}

.bb-uses b {
    color: #dce4e8;
    font-size: 31px;
}

.bb-uses h3 {
    margin: 27px 0 9px;
    font-size: 18px;
}

.bb-uses p {
    margin: 0;
    color: #6a777f;
    font-size: 12px;
}

.bb-gallery {
    padding: 105px 0;
    background: var(--gray);
}

.bb-heading {
    text-align: center;
}

.bb-heading>span {
    margin-top: 17px;
    display: block;
    color: #66747c;
    font-size: 14px;
}

.bb-gallery__grid {
    height: 680px;
    margin-top: 46px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.bb-gallery figure {
    margin: 0;
    overflow: hidden;
    background: #e6ebee;
}

.bb-gallery figure.is-large {
    grid-row: 1/3;
}

.bb-gallery figure:nth-child(4) {
    grid-column: 2/4;
}

.bb-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s;
}

.bb-gallery figure:hover img {
    transform: scale(1.025);
}

.bb-spec {
    padding: 105px 0;
}

.bb-spec__grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 90px;
}

.bb-spec__lead {
    color: #68757d;
    font-size: 14px;
}

.bb-spec__table {
    margin: 0;
    border-top: 1px solid var(--line);
}

.bb-spec__table>div {
    min-height: 62px;
    padding: 13px 5px;
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.bb-spec dt {
    color: #74818a;
    font-size: 12px;
    font-weight: 800;
}

.bb-spec dd {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
}

.bb-spec dd small {
    margin-left: 10px;
    color: #79858c;
    font-size: 10px;
    font-weight: 500;
}

.bb-equipment {
    margin-top: 50px;
    padding: 34px 38px;
    color: #fff;
    background: var(--ink);
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 35px;
}

.bb-equipment h3 {
    margin: 0;
    font-size: 21px;
}

.bb-equipment ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px 28px;
    list-style: none;
}

.bb-equipment li {
    position: relative;
    padding-left: 17px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
}

.bb-equipment li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 6px;
    height: 6px;
    background: var(--blue);
}

.bb-booking {
    padding: 105px 0;
    background: var(--gray);
}

.bb-price {
    max-width: 820px;
    margin: 45px auto 22px;
    display: grid;
    grid-template-columns: 1fr 260px;
    border: 1px solid var(--line);
    background: #fff;
}

.bb-price>div:first-child {
    padding: 31px 36px;
    border-left: 6px solid var(--blue);
}

.bb-price>div:first-child span {
    color: #0872b4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bb-price h3 {
    margin: 5px 0 0;
    font-size: 27px;
}

.bb-price p {
    margin: 2px 0 0;
    color: #68757d;
    font-size: 12px;
}

.bb-price>div:last-child {
    padding: 23px 30px;
    color: #fff;
    background: var(--blue);
}

.bb-price>div:last-child small {
    font-size: 12px;
}

.bb-price strong {
    display: block;
    font-size: 40px;
    line-height: 1.15;
}

.bb-price strong em {
    margin-left: 4px;
    font-size: 16px;
    font-style: normal;
}

.bb-price>div:last-child p {
    color: #fff;
}

.bb-booking__note {
    max-width: 820px;
    margin: 0 auto 35px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
}

.bb-booking__note strong {
    font-size: 12px;
}

.bb-booking__note p {
    margin: 0;
    color: #68757d;
    font-size: 11px;
}

.bb-calendar {
    scroll-margin-top: 82px;
}

.bb-faq {
    padding: 105px 0;
}

.bb-faq__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 80px;
}

.bb-faq header>p:not(.bb-label) {
    color: #68757d;
    font-size: 14px;
}

.bb-faq__items {
    border-top: 1px solid var(--line);
}

.bb-faq details {
    border-bottom: 1px solid var(--line);
}

.bb-faq summary {
    min-height: 82px;
    padding: 20px 8px;
    display: grid;
    grid-template-columns: 38px 1fr 24px;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    list-style: none;
}

.bb-faq summary::-webkit-details-marker {
    display: none;
}

.bb-faq summary span {
    color: var(--blue);
    font-size: 20px;
    font-weight: 900;
}

.bb-faq summary b {
    font-size: 15px;
}

.bb-faq summary i {
    position: relative;
    width: 20px;
    height: 20px;
}

.bb-faq summary i:before,.bb-faq summary i:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 14px;
    height: 2px;
    background: #74818a;
    transition: transform .2s;
}

.bb-faq summary i:after {
    transform: rotate(90deg);
}

.bb-faq details[open] summary i:after {
    transform: rotate(0);
}

.bb-faq details>div {
    padding: 0 44px 24px 58px;
}

.bb-faq details p {
    margin: 0;
    color: #65727a;
    font-size: 13px;
}

.bb-faq details a {
    margin-top: 8px;
    display: inline-block;
    color: var(--blue) !important;
    font-size: 12px;
    font-weight: 900;
}

.bb-cta {
    padding: 100px 0;
    color: #fff;
    background: var(--ink);
    text-align: center;
}

.bb-cta .bb-label {
    color: #74bee9;
}

.bb-cta>div>span {
    margin-top: 18px;
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.bb-cta .bb-actions {
    margin-top: 32px;
    justify-content: center;
}
@media (max-width:900px) {
    .bb-intro__grid,.bb-spec__grid,.bb-faq__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .bb-uses {
        grid-template-columns: 1fr 1fr;
    }

    .bb-uses article:nth-child(2) {
        border-right: 0;
    }

    .bb-uses article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .bb-gallery__grid {
        height: 620px;
        grid-template-columns: 1fr 1fr;
    }

    .bb-gallery figure.is-large {
        grid-column: 1/3;
        grid-row: auto;
    }

    .bb-gallery figure:nth-child(4) {
        grid-column: auto;
    }

    .bb-equipment {
        grid-template-columns: 1fr;
    }
}
@media (max-width:650px) {
    .bb-wrap {
        width: calc(100% - 32px);
    }

    .bb-hero,.bb-hero__inner {
        min-height: 690px;
    }

    .bb-hero__inner {
        width: calc(100% - 32px);
        padding: 20px 0 52px;
    }

    .bb-hero__content {
        padding: 0;
    }

    .bb-hero__shade {
        background: rgba(9,17,22,.67);
    }

    .bb-hero h1 {
        font-size: clamp(35px,10.7vw,48px);
    }

    .bb-hero__lead {
        font-size: 14px;
    }

    .bb-actions {
        flex-direction: column;
    }

    .bb-actions a {
        width: 100%;
    }

    .bb-intro,.bb-gallery,.bb-spec,.bb-booking,.bb-faq,.bb-cta {
        padding: 65px 0;
    }

    .bb-uses {
        margin-top: 38px;
        grid-template-columns: 1fr;
    }

    .bb-uses article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .bb-uses article:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }

    .bb-uses article:last-child {
        border-bottom: 0;
    }

    .bb-uses h3 {
        margin-top: 13px;
    }

    .bb-gallery__grid {
        height: auto;
        grid-template-columns: 1fr;
    }

    .bb-gallery figure,.bb-gallery figure.is-large,.bb-gallery figure:nth-child(4) {
        grid-column: auto;
        height: 230px;
    }

    .bb-gallery figure.is-large {
        height: 300px;
    }

    .bb-spec__table>div {
        grid-template-columns: 95px 1fr;
    }

    .bb-spec dd small {
        margin: 2px 0 0;
        display: block;
    }

    .bb-equipment {
        padding: 27px 22px;
    }

    .bb-equipment ul {
        grid-template-columns: 1fr;
    }

    .bb-price {
        grid-template-columns: 1fr 145px;
    }

    .bb-price>div:first-child {
        padding: 25px 18px;
    }

    .bb-price>div:last-child {
        padding: 20px 15px;
    }

    .bb-price strong {
        font-size: 31px;
    }

    .bb-booking__note {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .bb-faq summary {
        grid-template-columns: 30px 1fr 21px;
        gap: 8px;
    }

    .bb-faq summary b {
        font-size: 14px;
    }

    .bb-faq details>div {
        padding: 0 30px 22px 38px;
    }
}

.ba-page,.ba-page * {
    box-sizing: border-box;
}

.ba-page {
    --orange: #f18b18;
    --blue: #1684c7;
    --ink: #18242d;
    --gray: #f5f7f8;
    --line: #dce4e8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.8;
}

.ba-page a {
    text-decoration: none;
}

.ba-page section {
    scroll-margin-top: 82px;
}

.ba-wrap {
    width: min(1200px,calc(100% - 48px));
    margin: auto;
}

.ba-label {
    margin: 0 0 14px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.ba-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    color: #fff;
    background: #18242d;
}

.ba-hero__image,.ba-hero__shade {
    position: absolute;
    inset: 0;
}

.ba-hero__image {
    background: url('https://st-campus.net/wp-content/uploads/2025/03/P1080606-edit_1.jpg') center/cover no-repeat;
    transform: scale(1.01);
}

.ba-hero__shade {
    background: linear-gradient(90deg,rgba(9,17,22,.91) 0%,rgba(9,17,22,.74) 44%,rgba(9,17,22,.13) 82%);
}

.ba-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1400px,calc(100% - 64px));
    min-height: 760px;
    margin: auto;
    padding: 28px 0 75px;
    display: flex;
    flex-direction: column;
}

.ba-breadcrumb {
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.65);
    font-size: 11px;
}

.ba-breadcrumb a {
    color: #fff !important;
}

.ba-hero__content {
    max-width: 760px;
    margin-top: auto;
    padding-left: 3vw;
}

.ba-hero h1 {
    margin: 0;
    font-size: clamp(42px,5.2vw,72px);
    line-height: 1.24;
}

.ba-hero h1 em {
    color: #fff;
    font-style: normal;
}

.ba-hero__lead {
    margin: 22px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 16px;
}

.ba-hero__facts {
    margin: 27px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ba-hero__facts span {
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.46);
    font-size: 12px;
    font-weight: 800;
}

.ba-actions {
    display: flex;
    gap: 10px;
}

.ba-actions a {
    min-width: 220px;
    min-height: 58px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit !important;
    border: 1px solid currentColor;
    font-size: 13px;
    font-weight: 900;
}

.ba-actions .is-primary {
    color: #fff !important;
    background: var(--orange);
    border-color: var(--orange);
}

.ba-intro {
    padding: 110px 0;
}

.ba-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.ba-intro h2,.ba-heading h2,.ba-spec h2,.ba-faq h2,.ba-cta h2 {
    margin: 0;
    font-size: clamp(34px,4.2vw,52px);
    line-height: 1.35;
}

.ba-intro__copy p {
    margin: 0 0 17px;
    color: #5f6d75;
    font-size: 15px;
}

.ba-uses {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid var(--line);
}

.ba-uses article {
    position: relative;
    min-height: 225px;
    padding: 32px 25px;
    border-right: 1px solid var(--line);
}

.ba-uses article:last-child {
    border-right: 0;
}

.ba-uses b {
    color: #dce4e8;
    font-size: 31px;
}

.ba-uses h3 {
    margin: 27px 0 9px;
    font-size: 18px;
}

.ba-uses p {
    margin: 0;
    color: #6a777f;
    font-size: 12px;
}

.ba-gallery {
    padding: 105px 0;
    background: var(--gray);
}

.ba-heading {
    text-align: center;
}

.ba-heading>span {
    margin-top: 17px;
    display: block;
    color: #66747c;
    font-size: 14px;
}

.ba-gallery__grid {
    height: 680px;
    margin-top: 46px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.ba-gallery figure {
    margin: 0;
    overflow: hidden;
    background: #e6ebee;
}

.ba-gallery figure.is-large {
    grid-row: 1/3;
}

.ba-gallery figure:nth-child(4) {
    grid-column: 2/4;
}

.ba-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s;
}

.ba-gallery figure:hover img {
    transform: scale(1.025);
}

.ba-spec {
    padding: 105px 0;
}

.ba-spec__grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 90px;
}

.ba-spec__lead {
    color: #68757d;
    font-size: 14px;
}

.ba-spec__table {
    margin: 0;
    border-top: 1px solid var(--line);
}

.ba-spec__table>div {
    min-height: 62px;
    padding: 13px 5px;
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.ba-spec dt {
    color: #74818a;
    font-size: 12px;
    font-weight: 800;
}

.ba-spec dd {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
}

.ba-spec dd small {
    margin-left: 10px;
    color: #79858c;
    font-size: 10px;
    font-weight: 500;
}

.ba-equipment {
    margin-top: 50px;
    padding: 34px 38px;
    color: #fff;
    background: var(--ink);
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 35px;
}

.ba-equipment h3 {
    margin: 0;
    font-size: 21px;
}

.ba-equipment ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px 28px;
    list-style: none;
}

.ba-equipment li {
    position: relative;
    padding-left: 17px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
}

.ba-equipment li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 6px;
    height: 6px;
    background: var(--orange);
}

.ba-booking {
    padding: 105px 0;
    background: var(--gray);
}

.ba-price {
    max-width: 820px;
    margin: 45px auto 22px;
    display: grid;
    grid-template-columns: 1fr 260px;
    border: 1px solid var(--line);
    background: #fff;
}

.ba-price>div:first-child {
    padding: 31px 36px;
    border-left: 6px solid var(--orange);
}

.ba-price>div:first-child span {
    color: #d66d00;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.ba-price h3 {
    margin: 5px 0 0;
    font-size: 27px;
}

.ba-price p {
    margin: 2px 0 0;
    color: #68757d;
    font-size: 12px;
}

.ba-price>div:last-child {
    padding: 23px 30px;
    color: #fff;
    background: var(--orange);
}

.ba-price>div:last-child small {
    font-size: 12px;
}

.ba-price strong {
    display: block;
    font-size: 40px;
    line-height: 1.15;
}

.ba-price strong em {
    margin-left: 4px;
    font-size: 16px;
    font-style: normal;
}

.ba-price>div:last-child p {
    color: #fff;
}

.ba-booking__note {
    max-width: 820px;
    margin: 0 auto 35px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
}

.ba-booking__note strong {
    font-size: 12px;
}

.ba-booking__note p {
    margin: 0;
    color: #68757d;
    font-size: 11px;
}

.ba-calendar {
    scroll-margin-top: 82px;
}

.ba-faq {
    padding: 105px 0;
}

.ba-faq__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 80px;
}

.ba-faq header>p:not(.ba-label) {
    color: #68757d;
    font-size: 14px;
}

.ba-faq__items {
    border-top: 1px solid var(--line);
}

.ba-faq details {
    border-bottom: 1px solid var(--line);
}

.ba-faq summary {
    min-height: 82px;
    padding: 20px 8px;
    display: grid;
    grid-template-columns: 38px 1fr 24px;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    list-style: none;
}

.ba-faq summary::-webkit-details-marker {
    display: none;
}

.ba-faq summary span {
    color: var(--orange);
    font-size: 20px;
    font-weight: 900;
}

.ba-faq summary b {
    font-size: 15px;
}

.ba-faq summary i {
    position: relative;
    width: 20px;
    height: 20px;
}

.ba-faq summary i:before,.ba-faq summary i:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 14px;
    height: 2px;
    background: #74818a;
    transition: transform .2s;
}

.ba-faq summary i:after {
    transform: rotate(90deg);
}

.ba-faq details[open] summary i:after {
    transform: rotate(0);
}

.ba-faq details>div {
    padding: 0 44px 24px 58px;
}

.ba-faq details p {
    margin: 0;
    color: #65727a;
    font-size: 13px;
}

.ba-faq details a {
    margin-top: 8px;
    display: inline-block;
    color: var(--blue) !important;
    font-size: 12px;
    font-weight: 900;
}

.ba-cta {
    padding: 100px 0;
    color: #fff;
    background: var(--ink);
    text-align: center;
}

.ba-cta .ba-label {
    color: #f5a84f;
}

.ba-cta>div>span {
    margin-top: 18px;
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.ba-cta .ba-actions {
    margin-top: 32px;
    justify-content: center;
}
@media (max-width:900px) {
    .ba-intro__grid,.ba-spec__grid,.ba-faq__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ba-uses {
        grid-template-columns: 1fr 1fr;
    }

    .ba-uses article:nth-child(2) {
        border-right: 0;
    }

    .ba-uses article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .ba-gallery__grid {
        height: 620px;
        grid-template-columns: 1fr 1fr;
    }

    .ba-gallery figure.is-large {
        grid-column: 1/3;
        grid-row: auto;
    }

    .ba-gallery figure:nth-child(4) {
        grid-column: auto;
    }

    .ba-equipment {
        grid-template-columns: 1fr;
    }
}
@media (max-width:650px) {
    .ba-wrap {
        width: calc(100% - 32px);
    }

    .ba-hero,.ba-hero__inner {
        min-height: 690px;
    }

    .ba-hero__inner {
        width: calc(100% - 32px);
        padding: 20px 0 52px;
    }

    .ba-hero__content {
        padding: 0;
    }

    .ba-hero__shade {
        background: rgba(9,17,22,.67);
    }

    .ba-hero h1 {
        font-size: clamp(35px,10.7vw,48px);
    }

    .ba-hero__lead {
        font-size: 14px;
    }

    .ba-actions {
        flex-direction: column;
    }

    .ba-actions a {
        width: 100%;
    }

    .ba-intro,.ba-gallery,.ba-spec,.ba-booking,.ba-faq,.ba-cta {
        padding: 65px 0;
    }

    .ba-uses {
        margin-top: 38px;
        grid-template-columns: 1fr;
    }

    .ba-uses article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .ba-uses article:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }

    .ba-uses article:last-child {
        border-bottom: 0;
    }

    .ba-uses h3 {
        margin-top: 13px;
    }

    .ba-gallery__grid {
        height: auto;
        grid-template-columns: 1fr;
    }

    .ba-gallery figure,.ba-gallery figure.is-large,.ba-gallery figure:nth-child(4) {
        grid-column: auto;
        height: 230px;
    }

    .ba-gallery figure.is-large {
        height: 300px;
    }

    .ba-spec__table>div {
        grid-template-columns: 95px 1fr;
    }

    .ba-spec dd small {
        margin: 2px 0 0;
        display: block;
    }

    .ba-equipment {
        padding: 27px 22px;
    }

    .ba-equipment ul {
        grid-template-columns: 1fr;
    }

    .ba-price {
        grid-template-columns: 1fr 145px;
    }

    .ba-price>div:first-child {
        padding: 25px 18px;
    }

    .ba-price>div:last-child {
        padding: 20px 15px;
    }

    .ba-price strong {
        font-size: 31px;
    }

    .ba-booking__note {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .ba-faq summary {
        grid-template-columns: 30px 1fr 21px;
        gap: 8px;
    }

    .ba-faq summary b {
        font-size: 14px;
    }

    .ba-faq details>div {
        padding: 0 30px 22px 38px;
    }
}

.bl-page,.bl-page * {
    box-sizing: border-box;
}

.bl-page {
    --bl-orange: #f18b18;
    --bl-blue: #1684c7;
    --bl-ink: #18242d;
    --bl-gray: #f5f7f8;
    --bl-line: #dce4e8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--bl-ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.8;
}

.bl-page a {
    text-decoration: none;
}

.bl-page section {
    scroll-margin-top: 82px;
}

.bl-wrap {
    width: min(1200px,calc(100% - 48px));
    margin: auto;
}

.bl-heading {
    text-align: center;
}

.bl-heading>p,.bl-label,.bl-cta__inner>p {
    margin: 0 0 13px;
    color: var(--bl-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.bl-heading h2,.bl-faq__intro h2 {
    margin: 0;
    font-size: clamp(34px,4.4vw,54px);
    font-weight: 900;
    line-height: 1.3;
}

.bl-heading>span {
    margin-top: 18px;
    display: block;
    color: #65737c;
    font-size: 15px;
}

.bl-flow {
    padding: 105px 0;
    background: #fff;
}

.bl-flow__list {
    margin: 52px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid var(--bl-line);
    list-style: none;
}

.bl-flow__list li {
    position: relative;
    min-height: 295px;
    padding: 29px 26px 26px;
    border-right: 1px solid var(--bl-line);
}

.bl-flow__list li:last-child {
    border-right: 0;
}

.bl-flow__list>li>b {
    position: absolute;
    right: 19px;
    top: 14px;
    color: #dfe6e9;
    font-size: 35px;
    line-height: 1;
}

.bl-flow__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--bl-ink);
    font-size: 20px;
    font-weight: 900;
}

.bl-flow__list li:nth-child(odd) .bl-flow__icon {
    box-shadow: 5px 5px 0 var(--bl-orange);
}

.bl-flow__list li:nth-child(even) .bl-flow__icon {
    box-shadow: 5px 5px 0 var(--bl-blue);
}

.bl-flow__list h3 {
    margin: 0;
    font-size: 20px;
}

.bl-flow__list p {
    margin: 12px 0 0;
    color: #68757d;
    font-size: 13px;
}

.bl-flow__list a {
    margin-top: 13px;
    display: inline-block;
    color: var(--bl-blue) !important;
    font-size: 12px;
    font-weight: 900;
}

.bl-flow__notice {
    margin-top: 22px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 30px;
    background: var(--bl-gray);
    border-left: 5px solid var(--bl-orange);
}

.bl-flow__notice strong {
    white-space: nowrap;
    font-size: 14px;
}

.bl-flow__notice p {
    margin: 0;
    color: #65727a;
    font-size: 12px;
}

.bl-access {
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 690px;
    background: var(--bl-gray);
}

.bl-access__map {
    min-height: 690px;
}

.bl-access__map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    filter: saturate(.8);
}

.bl-access__body {
    padding: 80px clamp(40px,6vw,105px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bl-access__body h2 {
    margin: 0;
    font-size: clamp(34px,4vw,52px);
    font-weight: 900;
    line-height: 1.35;
}

.bl-access__lead {
    max-width: 560px;
    margin: 19px 0 27px;
    color: #64727a;
    font-size: 14px;
}

.bl-access dl {
    margin: 0;
    border-top: 1px solid var(--bl-line);
}

.bl-access dl>div {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 94px 1fr;
    border-bottom: 1px solid var(--bl-line);
}

.bl-access dt {
    color: #738089;
    font-size: 11px;
    font-weight: 900;
}

.bl-access dd {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.bl-access__button {
    align-self: flex-start;
    margin-top: 27px;
    padding: 14px 22px;
    color: #fff !important;
    background: var(--bl-ink);
    font-size: 12px;
    font-weight: 900;
}

.bl-faq {
    padding: 105px 0;
    background: #fff;
}

.bl-faq__grid {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 80px;
}

.bl-faq__intro {
    position: sticky;
    top: 105px;
    align-self: start;
}

.bl-faq__intro h2 {
    font-size: 42px;
}

.bl-faq__intro>p:not(.bl-label) {
    margin: 20px 0;
    color: #68757d;
    font-size: 14px;
}

.bl-faq__intro>a {
    color: var(--bl-blue) !important;
    font-size: 12px;
    font-weight: 900;
}

.bl-faq__items {
    border-top: 1px solid var(--bl-line);
}

.bl-faq details {
    border-bottom: 1px solid var(--bl-line);
}

.bl-faq summary {
    min-height: 85px;
    padding: 21px 8px;
    display: grid;
    grid-template-columns: 38px 1fr 24px;
    gap: 14px;
    align-items: center;
    cursor: pointer;
    list-style: none;
}

.bl-faq summary::-webkit-details-marker {
    display: none;
}

.bl-faq summary>span {
    color: var(--bl-blue);
    font-size: 20px;
    font-weight: 900;
}

.bl-faq summary>b {
    font-size: 15px;
}

.bl-faq summary>i {
    position: relative;
    width: 20px;
    height: 20px;
}

.bl-faq summary>i:before,.bl-faq summary>i:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 14px;
    height: 2px;
    background: #68757d;
    transition: transform .2s;
}

.bl-faq summary>i:after {
    transform: rotate(90deg);
}

.bl-faq details[open] summary>i:after {
    transform: rotate(0);
}

.bl-faq details>div {
    padding: 0 46px 25px 60px;
}

.bl-faq details>div p {
    margin: 0;
    color: #65727a;
    font-size: 13px;
}

.bl-cta {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #fff;
    background: var(--bl-ink);
}

.bl-cta__shapes i {
    position: absolute;
    display: block;
    transform: rotate(18deg);
}

.bl-cta__shapes i:first-child {
    width: 290px;
    height: 500px;
    right: 13%;
    top: -190px;
    background: var(--bl-orange);
    opacity: .14;
}

.bl-cta__shapes i:last-child {
    width: 220px;
    height: 410px;
    right: 1%;
    bottom: -210px;
    background: var(--bl-blue);
    opacity: .2;
}

.bl-cta__inner {
    position: relative;
    text-align: center;
}

.bl-cta__inner>p {
    color: #73bce7;
}

.bl-cta h2 {
    margin: 0;
    font-size: clamp(37px,5vw,62px);
    line-height: 1.3;
}

.bl-cta__inner>span {
    margin-top: 18px;
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.bl-cta__buttons {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.bl-cta__buttons a {
    min-width: 220px;
    min-height: 58px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.55);
    font-size: 13px;
    font-weight: 900;
}

.bl-cta__buttons .is-reserve {
    border-color: #d70b3c;
    background: #d70b3c;
}

.bl-cta ul {
    margin: 28px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 28px;
    list-style: none;
    color: rgba(255,255,255,.68);
    font-size: 11px;
}

.bl-cta li {
    position: relative;
}

.bl-cta li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -15px;
    top: .7em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--bl-orange);
}

.bl-sp {
    display: none;
}
@media (max-width:900px) {
    .bl-flow__list {
        grid-template-columns: 1fr 1fr;
    }

    .bl-flow__list li:nth-child(2) {
        border-right: 0;
    }

    .bl-flow__list li:nth-child(-n+2) {
        border-bottom: 1px solid var(--bl-line);
    }

    .bl-access {
        grid-template-columns: 1fr;
    }

    .bl-access__map {
        min-height: 430px;
    }

    .bl-access__body {
        padding: 65px max(32px,calc((100% - 720px)/2));
    }

    .bl-faq__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bl-faq__intro {
        position: static;
    }

    .bl-faq__intro h2 {
        font-size: 40px;
    }
}
@media (max-width:650px) {
    .bl-wrap {
        width: calc(100% - 32px);
    }

    .bl-flow,.bl-faq {
        padding: 65px 0;
    }

    .bl-heading>span {
        font-size: 13px;
    }

    .bl-flow__list {
        margin-top: 36px;
        grid-template-columns: 1fr;
    }

    .bl-flow__list li {
        min-height: auto;
        padding: 25px;
    }

    .bl-flow__list li,.bl-flow__list li:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--bl-line);
    }

    .bl-flow__list li:last-child {
        border-bottom: 0;
    }

    .bl-flow__notice {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 20px;
    }

    .bl-access__map {
        min-height: 350px;
    }

    .bl-access__body {
        padding: 55px 22px;
    }

    .bl-access dl>div {
        grid-template-columns: 74px 1fr;
    }

    .bl-faq__intro h2 {
        font-size: 36px;
    }

    .bl-faq summary {
        min-height: 75px;
        grid-template-columns: 30px 1fr 22px;
        gap: 9px;
    }

    .bl-faq summary>b {
        font-size: 14px;
    }

    .bl-faq details>div {
        padding: 0 31px 22px 39px;
    }

    .bl-cta {
        padding: 72px 0;
    }

    .bl-cta__inner>span {
        font-size: 13px;
    }

    .bl-cta__buttons {
        flex-direction: column;
    }

    .bl-cta__buttons a {
        width: 100%;
    }

    .bl-cta ul {
        align-items: center;
        flex-direction: column;
        gap: 5px;
    }

    .bl-cta li:not(:last-child):after {
        display: none;
    }

    .bl-sp {
        display: block;
    }
}
.bl-access__buttons {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bl-access__buttons .bl-access__button {
    margin-top: 0;
}

.bl-access__button.is-detail {
    background: var(--bl-blue);
}
.bl-faq__links {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}

.bl-faq__links a {
    min-height: 145px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    color: var(--bl-ink) !important;
    background: var(--bl-gray);
    border-top: 4px solid var(--bl-blue);
}

.bl-faq__links a:nth-child(2) {
    border-color: var(--bl-orange);
}

.bl-faq__links small {
    color: var(--bl-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}

.bl-faq__links a:nth-child(2) small {
    color: var(--bl-orange);
}

.bl-faq__links b {
    margin-top: 7px;
    font-size: 17px;
}

.bl-faq__links span {
    margin-top: auto;
    color: #68757d;
    font-size: 11px;
}
.bl-cta__links {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.bl-cta__links a {
    color: rgba(255,255,255,.72) !important;
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
@media (max-width:900px) {
    .bl-faq__links {
        grid-template-columns: 1fr;
    }
}
@media (max-width:650px) {
    .bl-access__buttons {
        display: grid;
    }

    .bl-access__button {
        text-align: center;
    }

    .bl-faq__links {
        margin-top: 40px;
    }

    .bl-faq__links a {
        min-height: 125px;
        padding: 20px;
    }

    .bl-cta__links {
        gap: 8px 14px;
    }
}

.bp-section,.bp-section * {
    box-sizing: border-box;
}

.bp-section {
    --bp-orange: #f18b18;
    --bp-blue: #1684c7;
    --bp-ink: #18242d;
    --bp-gray: #f5f7f8;
    --bp-line: #dce4e8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 105px 0 0;
    color: var(--bp-ink);
    background: #fff;
    font-family: inherit;
    line-height: 1.75;
    scroll-margin-top: 82px;
}

.bp-section a {
    text-decoration: none;
}

.bp-wrap {
    width: min(1200px,calc(100% - 48px));
    margin: auto;
}

.bp-heading,.bp-booking__heading {
    text-align: center;
}

.bp-heading__en,.bp-booking__heading>p:first-child {
    margin: 0 0 13px;
    color: var(--bp-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.bp-heading h2,.bp-booking__heading h2 {
    margin: 0;
    font-size: clamp(34px,4.4vw,54px);
    font-weight: 900;
    line-height: 1.3;
}

.bp-heading__lead,.bp-booking__lead {
    margin: 20px 0 0;
    color: #65737c;
    font-size: 16px;
}

.bp-points {
    margin: 48px 0 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid var(--bp-line);
    background: #fff;
}

.bp-points>div {
    min-height: 102px;
    padding: 22px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--bp-line);
}

.bp-points>div:last-child {
    border-right: 0;
}

.bp-points strong {
    font-size: 16px;
}

.bp-points span {
    margin-top: 3px;
    color: #71808a;
    font-size: 12px;
}

.bp-prices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.bp-price-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 210px;
    border: 1px solid var(--bp-line);
    background: #fff;
}

.bp-price-card:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
}

.bp-price-card--a:before {
    background: var(--bp-orange);
}

.bp-price-card--b:before {
    background: var(--bp-blue);
}

.bp-price-card__name {
    padding: 30px 20px 27px 34px;
}

.bp-price-card__name>span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bp-price-card--a .bp-price-card__name>span {
    color: #d66d00;
}

.bp-price-card--b .bp-price-card__name>span {
    color: #0872b4;
}

.bp-price-card__name h3 {
    margin: 6px 0 2px;
    font-size: 27px;
    line-height: 1.3;
}

.bp-price-card__name p {
    margin: 0;
    color: #6b7880;
    font-size: 12px;
}

.bp-price-card__amount {
    padding: 24px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.bp-price-card--a .bp-price-card__amount,.bp-price-card--a>a {
    background: var(--bp-orange);
}

.bp-price-card--b .bp-price-card__amount,.bp-price-card--b>a {
    background: var(--bp-blue);
}

.bp-price-card__amount>span {
    font-size: 12px;
    font-weight: 800;
}

.bp-price-card__amount strong {
    font-size: 38px;
    line-height: 1.15;
}

.bp-price-card__amount strong small {
    margin-left: 3px;
    font-size: 17px;
}

.bp-price-card__amount p {
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 700;
}

.bp-price-card>a {
    grid-column: 1/-1;
    min-height: 54px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
}

.bp-price-card>a span {
    margin-left: 10px;
}

.bp-notice {
    margin-top: 24px;
    padding: 23px 28px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 25px;
    border: 1px solid var(--bp-line);
    background: var(--bp-gray);
}

.bp-notice p,.bp-notice ul {
    margin: 0;
}

.bp-notice p {
    font-size: 14px;
}

.bp-notice ul {
    padding-left: 20px;
    color: #637078;
    font-size: 12px;
}

.bp-booking {
    margin-top: 80px;
    padding: 92px 0 105px;
    background: var(--bp-gray);
    scroll-margin-top: 82px;
}

.bp-steps {
    max-width: 850px;
    margin: 35px auto 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    list-style: none;
}

.bp-steps li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #52616a;
    font-size: 13px;
}

.bp-steps li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -10px;
    width: 20px;
    height: 1px;
    background: #b9c5cb;
}

.bp-steps span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--bp-ink);
    font-size: 12px;
}

.bp-calendar {
    margin-top: 25px;
}

.bp-calendar>.studio-campus-availability,.bp-calendar>.sc-availability {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bp-sp {
    display: none;
}
@media (max-width:800px) {
    .bp-section {
        padding-top: 78px;
    }

    .bp-points {
        grid-template-columns: 1fr;
    }

    .bp-points>div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--bp-line);
    }

    .bp-points>div:last-child {
        border-bottom: 0;
    }

    .bp-prices {
        grid-template-columns: 1fr;
    }

    .bp-booking {
        margin-top: 65px;
        padding: 72px 0 80px;
    }
}
@media (max-width:650px) {
    .bp-section {
        padding-top: 60px;
    }

    .bp-wrap {
        width: calc(100% - 32px);
    }

    .bp-heading__lead,.bp-booking__lead {
        font-size: 14px;
    }

    .bp-heading__lead br,.bp-booking__lead br {
        display: none;
    }

    .bp-points {
        margin-top: 34px;
    }

    .bp-price-card {
        grid-template-columns: 1fr 145px;
    }

    .bp-price-card__name {
        padding: 24px 14px 22px 25px;
    }

    .bp-price-card__name h3 {
        font-size: 23px;
    }

    .bp-price-card__amount {
        padding: 20px 15px;
    }

    .bp-price-card__amount strong {
        font-size: 30px;
    }

    .bp-notice {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 21px;
    }

    .bp-booking {
        margin-top: 50px;
        padding: 60px 0 70px;
    }

    .bp-steps {
        margin-top: 28px;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .bp-steps li {
        justify-content: flex-start;
        padding: 9px 17px;
        background: #fff;
        border: 1px solid var(--bp-line);
    }

    .bp-steps li:not(:last-child):after {
        display: none;
    }

    .bp-sp {
        display: block;
    }
}

.bs-compare,.bs-compare * {
    box-sizing: border-box;
}

.bs-compare {
    --orange: #f18b18;
    --blue: #1684c7;
    --ink: #18242d;
    --gray: #f5f7f8;
    --line: #dce4e8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 105px 0;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    line-height: 1.8;
    scroll-margin-top: 80px;
}

.bs-compare a {
    text-decoration: none;
}

.bs-wrap {
    width: min(1200px,calc(100% - 48px));
    margin: auto;
}

.bs-heading {
    text-align: center;
}

.bs-heading>p,.bs-table-section__head>p,.bs-common>div>p {
    margin: 0 0 13px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.bs-heading h2 {
    margin: 0;
    font-size: clamp(34px,4.4vw,54px);
    font-weight: 900;
    line-height: 1.3;
}

.bs-heading__lead {
    margin: 20px 0 0;
    color: #65737c;
    font-size: 16px;
}

.bs-studios {
    margin-top: 54px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.bs-studio {
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
    scroll-margin-top: 90px;
}

.bs-studio__photo {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #edf1f3;
}

.bs-studio__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s;
}

.bs-studio:hover .bs-studio__photo img {
    transform: scale(1.025);
}

.bs-studio__photo>span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 11px 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.bs-studio--a .bs-studio__photo>span {
    background: var(--orange);
}

.bs-studio--b .bs-studio__photo>span {
    background: var(--blue);
}

.bs-studio__body {
    padding: 31px;
}

.bs-studio__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.bs-studio__title>div>small {
    color: #74818a;
    font-size: 11px;
    font-weight: 700;
}

.bs-studio__title h3 {
    margin: 3px 0 0;
    font-size: 30px;
    line-height: 1.2;
}

.bs-studio__title>strong {
    font-size: 28px;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.bs-studio--a .bs-studio__title>strong {
    color: #d66d00;
}

.bs-studio--b .bs-studio__title>strong {
    color: #0872b4;
}

.bs-studio__title>strong small {
    margin-top: 6px;
    display: block;
    color: #7a858c;
    font-size: 10px;
}

.bs-studio__copy {
    min-height: 78px;
    margin: 24px 0;
    color: #5e6b73;
    font-size: 14px;
}

.bs-specs {
    margin: 0;
    border-top: 1px solid var(--line);
}

.bs-specs>div {
    min-height: 55px;
    padding: 10px 2px;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.bs-specs dt {
    color: #71808a;
    font-size: 12px;
    font-weight: 800;
}

.bs-specs dd {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.bs-specs dd small {
    margin-left: 10px;
    color: #78858d;
    font-size: 10px;
    font-weight: 500;
}

.bs-specs dd>strong {
    font-size: 17px;
}

.bs-tags {
    margin: 20px 0 24px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
}

.bs-tags li {
    padding: 5px 9px;
    background: var(--gray);
    font-size: 10px;
    font-weight: 700;
}

.bs-button {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
}

.bs-button--a {
    background: var(--orange);
}

.bs-button--b {
    background: var(--blue);
}

.bs-table-section {
    margin-top: 70px;
    padding: 40px;
    background: var(--gray);
}

.bs-table-section__head {
    text-align: center;
}

.bs-table-section__head h3 {
    margin: 0 0 28px;
    font-size: 29px;
}

.bs-table-wrap {
    overflow-x: auto;
}

.bs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.bs-table th,.bs-table td {
    padding: 16px;
    border: 1px solid var(--line);
    text-align: center;
    font-size: 14px;
}

.bs-table thead th {
    color: #fff;
    background: var(--ink);
}

.bs-table thead .is-a {
    background: var(--orange);
}

.bs-table thead .is-b {
    background: var(--blue);
}

.bs-table tbody th {
    width: 150px;
    color: #52616a;
    background: #fafbfb;
    text-align: left;
}

.bs-table td strong {
    font-size: 20px;
}

.bs-table td:nth-child(2) strong {
    color: #d66d00;
}

.bs-table td:nth-child(3) strong {
    color: #0872b4;
}

.bs-table td small {
    color: #78858c;
}

.bs-table-note {
    margin: 15px 0 0;
    color: #6d7980;
    font-size: 11px;
}

.bs-common {
    margin-top: 24px;
    padding: 34px 38px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: center;
    color: #fff;
    background: var(--ink);
}

.bs-common>div>p {
    color: #74bee9;
}

.bs-common h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.5;
}

.bs-common ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 9px 24px;
    list-style: none;
}

.bs-common li {
    position: relative;
    padding-left: 20px;
    color: rgba(255,255,255,.8);
    font-size: 13px;
}

.bs-common li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .78em;
    width: 8px;
    height: 8px;
    background: linear-gradient(90deg,var(--orange) 50%,var(--blue) 50%);
}

.bs-sp {
    display: none;
}
@media (max-width:850px) {
    .bs-compare {
        padding: 78px 0;
    }

    .bs-studios {
        grid-template-columns: 1fr;
    }

    .bs-studio__copy {
        min-height: auto;
    }

    .bs-common {
        grid-template-columns: 1fr;
        gap: 23px;
    }
}
@media (max-width:650px) {
    .bs-compare {
        padding: 60px 0;
    }

    .bs-wrap {
        width: calc(100% - 32px);
    }

    .bs-heading__lead br {
        display: none;
    }

    .bs-studios {
        margin-top: 38px;
    }

    .bs-studio__photo {
        height: 220px;
    }

    .bs-studio__body {
        padding: 24px 20px;
    }

    .bs-studio__title h3 {
        font-size: 26px;
    }

    .bs-studio__title>strong {
        font-size: 23px;
    }

    .bs-specs>div {
        grid-template-columns: 82px 1fr;
    }

    .bs-specs dd small {
        margin: 3px 0 0;
        display: block;
    }

    .bs-table-section {
        margin-top: 48px;
        padding: 29px 15px;
    }

    .bs-table {
        min-width: 620px;
    }

    .bs-common {
        padding: 28px 23px;
    }

    .bs-common ul {
        grid-template-columns: 1fr;
    }

    .bs-sp {
        display: block;
    }
}

:root {
    --bc-height: 76px;
    --bc-orange: #f18b18;
    --bc-blue: #1684c7;
    --bc-ink: #18212a;
    --bc-red: #d70b3c;
}

.bc-header,.bc-header * {
    box-sizing: border-box;
}

.bc-header {
    position: relative;
    z-index: 9990;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--bc-ink);
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #e8edf0;
    box-shadow: 0 5px 22px rgba(20,43,58,.06);
    font-family: inherit;
}

.bc-header__inner {
    width: min(1440px,100%);
    height: var(--bc-height);
    margin: auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.bc-brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bc-ink) !important;
    text-decoration: none !important;
    line-height: 1;
}

.bc-brand__mark {
    width: 30px;
    height: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 4px;
}

.bc-brand__mark i:first-child {
    background: var(--bc-orange);
}

.bc-brand__mark i:last-child {
    background: var(--bc-blue);
}

.bc-brand>span:last-child {
    display: flex;
    flex-direction: column;
}

.bc-brand strong {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
}

.bc-brand small {
    margin-top: 6px;
    color: #687681;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .22em;
}

.bc-nav {
    min-width: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.bc-nav a {
    min-height: 44px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #34414a !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    transition: color .2s,background .2s;
}

.bc-nav a:hover {
    color: var(--bc-blue) !important;
    background: #f3f8fb;
}

.bc-account {
    flex: 0 0 auto;
    display: flex;
    gap: 5px;
}

.bc-account a {
    min-height: 39px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #34414a !important;
    border: 1px solid #d3dce1;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.bc-account .bc-account__signup {
    color: var(--bc-orange) !important;
    border-color: #f0b66e;
}

.bc-account a:hover {
    color: #fff !important;
    background: var(--bc-blue);
    border-color: var(--bc-blue);
}

.bc-reserve {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--bc-red);
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    transition: filter .2s,transform .2s;
}

.bc-reserve:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.bc-menu-button,.bc-overlay,.bc-mobile {
    display: none;
}

body.bc-menu-open {
    overflow: hidden;
}
@media (max-width:1240px) {
    :root {
        --bc-height: 66px;
    }

    .bc-header__inner {
        padding: 0 14px 0 18px;
    }

    .bc-nav,.bc-account,.bc-reserve {
        display: none;
    }

    .bc-menu-button {
        width: 49px;
        height: 54px;
        margin-left: auto;
        padding: 8px 7px 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: var(--bc-ink);
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .bc-menu-button>span {
        width: 25px;
        height: 2px;
        display: block;
        background: currentColor;
        transition: transform .22s,opacity .22s;
    }

    .bc-menu-button small {
        margin-top: 1px;
        font-size: 8px;
        letter-spacing: .12em;
    }

    .bc-menu-button.is-open>span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .bc-menu-button.is-open>span:nth-child(2) {
        opacity: 0;
    }

    .bc-menu-button.is-open>span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .bc-overlay {
        position: fixed;
        inset: 0;
        z-index: 9997;
        display: block;
        visibility: hidden;
        opacity: 0;
        background: rgba(18,29,36,.55);
        transition: opacity .25s,visibility .25s;
    }

    .bc-overlay.is-open {
        visibility: visible;
        opacity: 1;
    }

    .bc-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        width: min(390px,91vw);
        display: flex;
        flex-direction: column;
        color: var(--bc-ink);
        background: #fff;
        box-shadow: -20px 0 55px rgba(20,40,53,.2);
        visibility: hidden;
        transform: translateX(102%);
        transition: transform .28s,visibility .28s;
    }

    .bc-mobile.is-open {
        visibility: visible;
        transform: translateX(0);
    }

    .bc-mobile__head {
        min-height: 78px;
        padding: 14px 17px 14px 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e4ebef;
    }

    .bc-brand--mobile {
        pointer-events: none;
    }

    .bc-mobile__close {
        width: 42px;
        height: 42px;
        color: #283741;
        background: #f5f7f8;
        border: 1px solid #dde4e8;
        font-size: 27px;
        line-height: 1;
        cursor: pointer;
    }

    .bc-mobile__body {
        padding: 8px 23px 18px;
        overflow-y: auto;
    }

    .bc-mobile__body a {
        min-height: 56px;
        display: flex;
        align-items: center;
        gap: 14px;
        color: #26343d !important;
        border-bottom: 1px solid #e8edef;
        text-decoration: none !important;
        font-size: 15px;
        font-weight: 800;
    }

    .bc-mobile__body small {
        width: 25px;
        color: var(--bc-orange);
        font-size: 10px;
        letter-spacing: .08em;
    }

    .bc-mobile__footer {
        margin-top: auto;
        padding: 16px 23px 23px;
        border-top: 1px solid #e4eaed;
    }

    .bc-mobile__footer>div {
        margin-bottom: 9px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
    }

    .bc-mobile__footer>div a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #34414a !important;
        border: 1px solid #cfd9de;
        text-decoration: none !important;
        font-size: 13px;
        font-weight: 800;
    }

    .bc-mobile__footer>div .is-signup {
        color: var(--bc-orange) !important;
        border-color: #efb66e;
    }

    .bc-mobile__reserve {
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        background: var(--bc-red);
        text-decoration: none !important;
        font-weight: 900;
    }
}
@media (max-width:480px) {
    .bc-brand strong {
        font-size: 12px;
    }

    .bc-brand small {
        font-size: 7px;
    }

    .bc-brand__mark {
        width: 27px;
        height: 27px;
    }
}

.khunt-page,.khunt-page * {
    box-sizing: border-box;
}

.khunt-page {
    --kh-black: #151513;
    --kh-gold: #d8a444;
    --kh-red: #c8102e;
    --kh-line: #dedcd5;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: #191917;
    background: #f5f4f0;
}

.khunt-container {
    width: min(1120px,100%);
    margin: 0 auto;
}

.khunt-label {
    margin: 0 0 13px;
    color: var(--kh-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
}

.khunt-heading {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.khunt-heading h2 {
    margin: 0;
    font-size: clamp(29px,4vw,46px);
    line-height: 1.4;
}

.khunt-heading>p:last-child {
    margin: 18px 0 0;
    color: #696660;
    font-size: 14px;
    line-height: 1.9;
}

.khunt-hero {
    padding: 85px 28px 100px;
    color: #fff;
    background: linear-gradient(115deg,#111 0%,#1d1b17 68%,#3b2d17 100%);
}

.khunt-breadcrumb {
    margin-bottom: 55px;
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,.48);
    font-size: 12px;
}

.khunt-breadcrumb a {
    color: rgba(255,255,255,.72) !important;
    text-decoration: none !important;
}

.khunt-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px,6.8vw,78px);
    line-height: 1.22;
}

.khunt-hero__lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 2;
}

.khunt-hero__buttons {
    margin-top: 34px;
    display: flex;
    gap: 11px;
}

.khunt-button {
    min-height: 56px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.45);
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
}

.khunt-button--gold {
    background: var(--kh-gold);
    border-color: var(--kh-gold);
}
.khunt-overview,.khunt-check,.khunt-flow,.khunt-form,.khunt-access {
    padding: 90px 28px;
}

.khunt-summary {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fff;
    border: 1px solid var(--kh-line);
}

.khunt-summary article {
    padding: 28px 23px;
    border-right: 1px solid var(--kh-line);
}

.khunt-summary article:last-child {
    border: 0;
}

.khunt-summary span {
    color: #a77a28;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.khunt-summary strong {
    margin-top: 9px;
    display: block;
    font-size: 21px;
}

.khunt-summary p {
    margin: 7px 0 0;
    color: #77736c;
    font-size: 11px;
    line-height: 1.6;
}

.khunt-check {
    background: #fff;
}

.khunt-check__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.khunt-check__grid article {
    padding: 34px;
    background: #f1f0eb;
    border-top: 3px solid var(--kh-gold);
}

.khunt-check__grid span {
    color: var(--kh-gold);
    font-size: 11px;
    font-weight: 800;
}

.khunt-check__grid h3 {
    margin: 10px 0 12px;
    font-size: 21px;
}

.khunt-check__grid p {
    margin: 0;
    color: #696660;
    font-size: 13px;
    line-height: 1.85;
}

.khunt-rules {
    padding: 90px 28px;
    color: #fff;
    background: var(--kh-black);
}

.khunt-heading--light h2 {
    color: #fff;
}

.khunt-rules__list {
    max-width: 950px;
    margin: auto;
}

.khunt-rules__list article {
    padding: 25px 0;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.khunt-rules__list>article>span {
    color: var(--kh-gold);
    font-size: 12px;
    font-weight: 800;
}

.khunt-rules h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
}

.khunt-rules p {
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.85;
}

.khunt-flow__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.khunt-flow__grid article {
    padding: 31px 27px;
    background: #fff;
    border: 1px solid var(--kh-line);
}

.khunt-flow__grid span {
    color: var(--kh-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.khunt-flow__grid h3 {
    margin: 11px 0;
    font-size: 19px;
}

.khunt-flow__grid p {
    margin: 0;
    color: #696660;
    font-size: 13px;
    line-height: 1.8;
}

.khunt-flow__grid a,.khunt-text-link {
    margin-top: 18px;
    display: inline-block;
    color: #a16e13 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.khunt-form {
    background: #ebe9e3;
}

.khunt-form__notice {
    max-width: 900px;
    margin: 0 auto 22px;
    padding: 19px 23px;
    background: #fff8e8;
    border-left: 4px solid var(--kh-gold);
}

.khunt-form__notice strong {
    color: #8a5c0b;
}

.khunt-form__notice p {
    margin: 5px 0 0;
    color: #665b48;
    font-size: 13px;
}

.khunt-form__embed {
    max-width: 900px;
    margin: auto;
    padding: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    overflow: hidden;
}

.khunt-form__embed iframe {
    width: 100%;
    display: block;
    border: 0;
}

.khunt-access {
    background: #fff;
}

.khunt-access__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 60px;
}

.khunt-access h2 {
    margin: 0;
    font-size: 35px;
}

.khunt-access ul {
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
}

.khunt-access li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e3dd;
    color: #58554f;
    font-size: 14px;
}

.khunt-map {
    overflow: hidden;
}

.khunt-map iframe {
    display: block;
}

.khunt-bottom {
    padding: 95px 28px;
    text-align: center;
    color: #fff;
    background: var(--kh-black);
}

.khunt-bottom h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(31px,4.5vw,51px);
}

.khunt-bottom>div>p:not(.khunt-label) {
    margin: 18px 0 28px;
    color: rgba(255,255,255,.65);
}
@media (max-width:700px) {
    .khunt-hero {
        padding: 58px 20px 72px;
    }

    .khunt-breadcrumb {
        margin-bottom: 38px;
    }

    .khunt-hero h1 {
        font-size: 42px;
    }

    .khunt-hero__lead {
        font-size: 14px;
    }

    .khunt-hero__buttons {
        display: grid;
    }

    .khunt-button {
        width: 100%;
    }

    .khunt-overview,.khunt-check,.khunt-flow,.khunt-form,.khunt-access,.khunt-rules {
        padding: 65px 15px;
    }

    .khunt-heading {
        text-align: left;
        margin-bottom: 30px;
    }

    .khunt-summary {
        grid-template-columns: 1fr 1fr;
    }

    .khunt-summary article:nth-child(2) {
        border-right: 0;
    }

    .khunt-summary article:nth-child(-n+2) {
        border-bottom: 1px solid var(--kh-line);
    }

    .khunt-check__grid,.khunt-flow__grid,.khunt-access__grid {
        grid-template-columns: 1fr;
    }

    .khunt-check__grid article {
        padding: 27px 22px;
    }

    .khunt-rules__list article {
        grid-template-columns: 38px 1fr;
    }

    .khunt-form__embed {
        padding: 0;
        box-shadow: none;
    }

    .khunt-form__embed iframe {
        height: 2300px;
    }

    .khunt-access__grid {
        gap: 32px;
    }

    .khunt-access h2 {
        font-size: 29px;
    }

    .khunt-bottom {
        padding: 70px 18px;
    }
}

:root {
  --kc-header-height: 76px;
  --kc-black: #11110f;
  --kc-white: #fff;
  --kc-gold: #d8a444;
  --kc-red: #c8102e;
}

.kc-header,
.kc-header * {
    box-sizing: border-box;
}

.kc-header {
  position: relative;
  z-index: 9990;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--kc-white);
  background: rgba(17, 17, 15, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-family: inherit;
}

.kc-header__inner {
  width: min(1400px, 100%);
  height: var(--kc-header-height);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.kc-brand {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1;
  letter-spacing: .18em;
}

.kc-brand__main {
    font-size: 15px;
    font-weight: 800;
}
.kc-brand__sub {
    margin-top: 7px;
    color: var(--kc-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .4em;
}

.kc-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.kc-nav > a,
.kc-nav__dropdown-button {
  min-height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: rgba(255,255,255,.86) !important;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none !important;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.kc-nav > a:hover,
.kc-nav__dropdown-button:hover,
.kc-nav__dropdown:focus-within .kc-nav__dropdown-button {
  color: var(--kc-gold) !important;
  background: rgba(255,255,255,.05);
}

.kc-nav__dropdown {
    position: relative;
}

.kc-nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 180px;
  padding: 8px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -6px);
  background: #1d1d1a;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.kc-nav__dropdown-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 11px;
}

.kc-nav__dropdown:hover .kc-nav__dropdown-menu,
.kc-nav__dropdown:focus-within .kc-nav__dropdown-menu,
.kc-nav__dropdown.is-open .kc-nav__dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.kc-nav__dropdown-menu a {
  display: block;
  padding: 12px 14px;
  color: rgba(255,255,255,.88) !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
}

.kc-nav__dropdown-menu a:last-child {
    border-bottom: 0;
}
.kc-nav__dropdown-menu a:hover {
    color: var(--kc-gold) !important;
    background: rgba(255,255,255,.05);
}
.kc-nav__dropdown-menu--wide {
    width: 210px;
}

.kc-header__reserve {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--kc-red);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: filter .2s ease, transform .2s ease;
}

.kc-header__reserve:hover {
    filter: brightness(1.12);
    transform: translateY(-1px);
}

.kc-header__account {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.kc-header__login,
.kc-header__signup {
  min-height: 40px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.3);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.kc-header__signup {
  color: var(--kc-gold) !important;
  border-color: rgba(216,164,68,.7);
}

.kc-header__login:hover,
.kc-header__signup:hover {
  color: #111 !important;
  border-color: var(--kc-gold);
  background: var(--kc-gold);
}

.kc-menu-button,
.kc-mobile-menu,
.kc-menu-overlay {
    display: none;
}

body.kc-menu-open {
    overflow: hidden;
}

@media (max-width: 1220px) {
    :root {
      --kc-header-height: 66px;
  }

    .kc-header__inner {
      padding: 0 18px;
  }
    .kc-nav, .kc-header__account, .kc-header__reserve {
      display: none;
  }

  .kc-menu-button {
    width: 48px;
    height: 52px;
    margin-left: auto;
    padding: 8px 7px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

    .kc-menu-button > span {
      width: 25px;
      height: 2px;
      display: block;
      background: currentColor;
      transition: transform .22s ease, opacity .22s ease;
  }
    .kc-menu-button small {
      margin-top: 1px;
      font-size: 8px;
      letter-spacing: .14em;
  }

    .kc-menu-button.is-open > span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
  }
    .kc-menu-button.is-open > span:nth-child(2) {
      opacity: 0;
  }
    .kc-menu-button.is-open > span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
  }

  .kc-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 9997;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,.62);
    transition: opacity .25s ease, visibility .25s;
  }

    .kc-menu-overlay.is-open {
      visibility: visible;
      opacity: 1;
  }

  .kc-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    width: min(390px, 90vw);
    display: flex;
    flex-direction: column;
    color: #fff;
    background: #141411;
    box-shadow: -18px 0 50px rgba(0,0,0,.35);
    visibility: hidden;
    transform: translateX(102%);
    transition: transform .28s ease, visibility .28s;
  }

    .kc-mobile-menu.is-open {
      visibility: visible;
      transform: translateX(0);
  }

  .kc-mobile-menu__head {
    min-height: 78px;
    padding: 15px 18px 15px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.11);
  }

    .kc-mobile-menu__brand {
      display: flex;
      flex-direction: column;
      line-height: 1;
      letter-spacing: .17em;
  }
    .kc-mobile-menu__brand span {
      font-size: 12px;
      font-weight: 800;
  }
    .kc-mobile-menu__brand strong {
      margin-top: 7px;
      color: var(--kc-gold);
      font-size: 9px;
      letter-spacing: .36em;
  }

    .kc-mobile-menu__close {
      width: 42px;
      height: 42px;
      color: #fff;
      background: transparent;
      border: 1px solid rgba(255,255,255,.18);
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
  }

    .kc-mobile-menu__body {
      padding: 10px 24px 20px;
      overflow-y: auto;
  }
  .kc-mobile-menu__body > a,
  .kc-mobile-menu__body summary {
    min-height: 57px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

    .kc-mobile-menu__body summary::-webkit-details-marker {
      display: none;
  }
    .kc-mobile-menu__body summary::after {
      content: "+";
      margin-left: auto;
      color: var(--kc-gold);
      font-size: 20px;
      font-weight: 400;
  }
    .kc-mobile-menu__body details[open] summary::after {
      content: "?";
  }
    .kc-mobile-menu__body small {
      width: 25px;
      color: var(--kc-gold);
      font-size: 10px;
      letter-spacing: .08em;
  }

    .kc-mobile-menu__children {
      padding: 8px 0 8px 40px;
      background: rgba(255,255,255,.035);
  }
    .kc-mobile-menu__children a {
      display: block;
      padding: 10px 6px;
      color: rgba(255,255,255,.76) !important;
      text-decoration: none !important;
      font-size: 14px;
  }

    .kc-mobile-menu__footer {
      margin-top: auto;
      padding: 16px 24px 24px;
      border-top: 1px solid rgba(255,255,255,.1);
  }
    .kc-mobile-menu__account {
      margin-bottom: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
  }
    .kc-mobile-menu__account a {
      min-height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff !important;
      border: 1px solid rgba(255,255,255,.3);
      text-decoration: none !important;
      font-size: 13px;
      font-weight: 800;
  }
    .kc-mobile-menu__account .kc-mobile-menu__signup {
      color: var(--kc-gold) !important;
      border-color: rgba(216,164,68,.7);
  }
    .kc-mobile-menu__footer .kc-mobile-menu__reserve {
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff !important;
      background: var(--kc-red);
      text-decoration: none !important;
      font-size: 15px;
      font-weight: 800;
  }
}

@media (max-width: 480px) {
    .kc-header__inner {
      padding: 0 12px 0 16px;
  }
    .kc-brand__main {
      font-size: 13px;
  }
    .kc-brand__sub {
      font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
    .kc-header *, .kc-header *::before, .kc-header *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
  }
}


/* =========================================
   SHOWER GUIDE
========================================= */

.kiyose-shower-guide{
    max-width:1100px;
    margin:0 auto;
    padding:20px 20px 80px;
    color:#222;
    line-height:1.9;
}

.kiyose-shower-guide *{
    box-sizing:border-box;
}

.kiyose-shower-guide a{
    text-decoration:none;
}


/* HERO */
.kiyose-shower-hero{
    position:relative;
    overflow:hidden;
    margin-bottom:60px;
    padding:70px 55px;
    background:
        linear-gradient(
            120deg,
            #111 0%,
            #1c1c1c 60%,
            #292929 100%
        );
    color:#fff;
}

.kiyose-shower-hero::after{
    position:absolute;
    top:-100px;
    right:-100px;
    width:320px;
    height:320px;
    border:1px solid rgba(201,155,75,.25);
    border-radius:50%;
    content:"";
}

.kiyose-shower-hero__en{
    margin:0 0 12px;
    color:#c99b4b;
    font-size:11px;
    font-weight:700;
    letter-spacing:.28em;
}

.kiyose-shower-hero__line{
    display:block;
    width:55px;
    height:1px;
    margin-bottom:30px;
    background:#c99b4b;
}

.kiyose-shower-hero h1{
    margin:0 0 22px;
    color:#fff;
    font-size:clamp(32px,5vw,52px);
    line-height:1.4;
}

.kiyose-shower-hero__lead{
    max-width:700px;
    margin:0;
    color:#eee;
    font-size:16px;
    line-height:2;
}


/* 共通見出し */
.kiyose-shower-section{
    margin-top:70px;
}

.kiyose-shower-section__en{
    margin:0 0 7px;
    color:#b98b43;
    font-size:10px;
    font-weight:700;
    letter-spacing:.25em;
}

.kiyose-shower-section h2{
    margin:0 0 28px;
    padding:0 0 17px;
    border-bottom:1px solid #d8d0c3;
    font-size:30px;
    line-height:1.5;
}

.kiyose-shower-section__lead{
    margin:0 0 30px;
    font-size:16px;
    font-weight:600;
    line-height:2;
}


/* POINT */
.kiyose-shower-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin-top:35px;
}

.kiyose-shower-point{
    position:relative;
    padding:29px 25px;
    border-top:3px solid #c99b4b;
    background:#f7f5f1;
}

.kiyose-shower-point__number{
    display:block;
    margin-bottom:12px;
    color:#b98b43;
    font-size:11px;
    font-weight:700;
    letter-spacing:.15em;
}

.kiyose-shower-point h3{
    margin:0 0 12px;
    font-size:19px;
    line-height:1.6;
}

.kiyose-shower-point p{
    margin:0;
    color:#666;
    font-size:13px;
}


/* 利用区分 */
.kiyose-shower-plan{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.kiyose-shower-plan__card{
    padding:30px;
    border:1px solid #ddd;
    background:#fff;
}

.kiyose-shower-plan__card--main{
    border:2px solid #c99b4b;
    background:#fbf8f2;
}

.kiyose-shower-plan__label{
    display:inline-block;
    margin-bottom:15px;
    padding:5px 10px;
    background:#222;
    color:#fff;
    font-size:10px;
    font-weight:700;
    letter-spacing:.12em;
}

.kiyose-shower-plan__card--main
.kiyose-shower-plan__label{
    background:#b98b43;
}

.kiyose-shower-plan h3{
    margin:0 0 14px;
    font-size:22px;
}

.kiyose-shower-plan p{
    margin:0;
    color:#555;
    font-size:14px;
}


/* 利用シーン */
.kiyose-shower-use-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    background:#ddd;
    border:1px solid #ddd;
}

.kiyose-shower-use{
    padding:25px;
    background:#fff;
}

.kiyose-shower-use strong{
    display:block;
    margin-bottom:8px;
    font-size:17px;
}

.kiyose-shower-use p{
    margin:0;
    color:#666;
    font-size:13px;
}


/* ルール */
.kiyose-shower-rules{
    margin:0;
    padding:0;
    list-style:none;
    border-top:1px solid #ddd;
}

.kiyose-shower-rules li{
    position:relative;
    padding:18px 15px 18px 42px;
    border-bottom:1px solid #ddd;
    font-size:14px;
}

.kiyose-shower-rules li::before{
    position:absolute;
    top:18px;
    left:13px;
    color:#b98b43;
    content:"?";
    font-weight:700;
}


/* 注意 */
.kiyose-shower-notice{
    margin-top:30px;
    padding:25px 28px;
    border-left:4px solid #a32b2b;
    background:#f8f3f3;
}

.kiyose-shower-notice__en{
    margin:0 0 8px;
    color:#a32b2b;
    font-size:9px;
    font-weight:700;
    letter-spacing:.2em;
}

.kiyose-shower-notice p{
    margin:0;
    font-size:13px;
}


/* 申込 */
.kiyose-shower-apply{
    margin-top:75px;
    padding:50px;
    background:#171717;
    color:#fff;
}

.kiyose-shower-apply__en{
    margin:0 0 9px;
    color:#c99b4b;
    font-size:10px;
    font-weight:700;
    letter-spacing:.25em;
}

.kiyose-shower-apply h2{
    margin:0 0 18px;
    color:#fff;
    font-size:30px;
}

.kiyose-shower-apply > p{
    margin:0 0 28px;
    color:#ddd;
}

.kiyose-shower-apply__items{
    margin:0 0 30px;
    padding:20px 25px;
    background:#222;
}

.kiyose-shower-apply__items p{
    margin:5px 0;
    color:#eee;
    font-size:13px;
}

.kiyose-shower-buttons{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.kiyose-shower-button{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px 20px;
    font-size:14px;
    font-weight:700;
}

.kiyose-shower-button--main{
    background:#c99b4b;
    color:#fff !important;
}

.kiyose-shower-button--sub{
    border:1px solid #777;
    color:#fff !important;
}


/* 関連リンク */
.kiyose-shower-related{
    margin-top:60px;
}

.kiyose-shower-related__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.kiyose-shower-related a{
    padding:20px;
    border:1px solid #ddd;
    color:#222;
    font-size:13px;
    font-weight:700;
    text-align:center;
    transition:.25s;
}

.kiyose-shower-related a:hover{
    background:#222;
    color:#fff;
}


/* SP */
@media screen and (max-width:768px){

    .kiyose-shower-guide{
        padding:10px 15px 60px;
    }

    .kiyose-shower-hero{
        margin-left:-15px;
        margin-right:-15px;
        padding:50px 25px;
    }

    .kiyose-shower-points,
    .kiyose-shower-plan,
    .kiyose-shower-use-grid,
    .kiyose-shower-related__grid{
        grid-template-columns:1fr;
    }

    .kiyose-shower-section{
        margin-top:50px;
    }

    .kiyose-shower-section h2{
        font-size:25px;
    }

    .kiyose-shower-apply{
        margin-left:-15px;
        margin-right:-15px;
        padding:40px 22px;
    }

    .kiyose-shower-buttons{
        grid-template-columns:1fr;
    }

}

/* =========================================
   オプション申込セクション
========================================= */

.kiyose-shower-apply{
    margin-top:75px;
    padding:55px 50px;

    background:#171717;
    color:#fff;
}


/* 見出し */
.kiyose-shower-apply__en{
    margin:0 0 10px;

    color:#c99b4b;

    font-size:10px;
    font-weight:700;
    letter-spacing:.25em;
}


.kiyose-shower-apply h2{
    margin:0 0 20px;

    color:#fff;

    font-size:32px;
    line-height:1.5;
}


.kiyose-shower-apply__lead{
    margin:0 0 10px;

    color:#fff;

    font-size:16px;
    font-weight:600;
    line-height:1.9;
}


.kiyose-shower-apply__text{
    margin:0;

    color:#bbb;

    font-size:13px;
    line-height:1.9;
}


/* =========================================
   申込前チェック
========================================= */

.kiyose-shower-apply__check{
    margin-top:38px;
    padding:30px;

    background:#222;
}


.kiyose-shower-apply__check-en{
    margin:0 0 7px;

    color:#c99b4b;

    font-size:9px;
    font-weight:700;
    letter-spacing:.22em;
}


.kiyose-shower-apply__check h3{
    margin:0 0 24px;

    color:#fff;

    font-size:21px;
}


.kiyose-shower-apply__check-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:1px;

    background:#444;
}


.kiyose-shower-apply__check-grid > div{
    padding:22px 20px;

    background:#282828;
}


.kiyose-shower-apply__check-grid span{
    display:block;

    margin-bottom:9px;

    color:#c99b4b;

    font-size:10px;
    font-weight:700;
    letter-spacing:.15em;
}


.kiyose-shower-apply__check-grid strong{
    display:block;

    margin-bottom:8px;

    color:#fff;

    font-size:14px;
    line-height:1.7;
}


.kiyose-shower-apply__check-grid p{
    margin:0;

    color:#aaa;

    font-size:11px;
    line-height:1.8;
}


/* =========================================
   Googleフォーム
========================================= */

.kiyose-option-form{
    margin-top:35px;

    padding:34px 30px 30px;

    background:#f4f2ee;
    color:#222;
}


.kiyose-option-form__heading{
    margin-bottom:25px;

    text-align:center;
}


.kiyose-option-form__heading p{
    margin:0 0 8px;

    color:#b98b43;

    font-size:9px;
    font-weight:700;
    letter-spacing:.22em;
}


.kiyose-option-form__heading h3{
    margin:0 0 8px;

    color:#222;

    font-size:24px;
}


.kiyose-option-form__heading span{
    color:#666;

    font-size:12px;
}


/* iframe */
.kiyose-option-form__embed{
    width:100%;

    overflow:hidden;

    background:#fff;
}


.kiyose-option-form__embed iframe{
    display:block;

    width:100% !important;
    max-width:100%;

    min-height:1323px;

    margin:0 auto;

    border:0;
}


/* =========================================
   送信後案内
========================================= */

.kiyose-shower-apply__after{
    margin-top:25px;
    padding:25px 28px;

    border-left:3px solid #c99b4b;

    background:#222;
}


.kiyose-shower-apply__after-en{
    margin:0 0 7px;

    color:#c99b4b;

    font-size:9px;
    font-weight:700;
    letter-spacing:.22em;
}


.kiyose-shower-apply__after h3{
    margin:0 0 12px;

    color:#fff;

    font-size:18px;
}


.kiyose-shower-apply__after p{
    margin:8px 0 0;

    color:#bbb;

    font-size:12px;
    line-height:1.9;
}


/* =========================================
   SP
========================================= */

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

    .kiyose-shower-apply{
        margin-left:-15px;
        margin-right:-15px;

        padding:40px 16px;
    }

    .kiyose-shower-apply__check{
        padding:22px 15px;
    }

    .kiyose-shower-apply__check-grid{
        grid-template-columns:1fr;
    }

    .kiyose-option-form{
        padding:25px 8px 15px;
    }

    .kiyose-option-form__heading{
        padding:0 12px;
    }

    .kiyose-option-form__embed iframe{
        width:100% !important;
        min-height:1450px;
    }

}


.k3p-section,
.k3p-section * {
    box-sizing: border-box;
}

.k3p-section {
  --k3p-black: #151513;
  --k3p-gold: #d8a444;
  --k3p-red: #c8102e;
  --k3p-border: #dddcd7;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 100px 28px;
  color: #181816;
  background: #f5f4f0;
}

.k3p-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}
.k3p-heading {
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}
.k3p-eyebrow,
.k3p-small-label {
    margin: 0 0 12px;
    color: var(--k3p-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}
.k3p-heading h2 {
    margin: 0;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.35;
}
.k3p-lead {
    margin: 20px 0 0;
    color: #66645f;
    font-size: 15px;
    line-height: 2;
}

.k3p-basic {
  padding: 40px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  color: #fff;
  background: var(--k3p-black);
  border-top: 4px solid var(--k3p-gold);
}

.k3p-basic__copy h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 28px;
}
.k3p-basic__copy > p:last-child {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
    line-height: 1.9;
}
.k3p-basic__price {
    min-width: 280px;
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,.16);
}
.k3p-basic__price > span {
    display: block;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}
.k3p-basic__price p {
    margin: 4px 0 0;
    line-height: 1;
}
.k3p-basic__price strong {
    color: #fff;
    font-size: 46px;
}
.k3p-basic__price small {
    margin-left: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.k3p-basic__price b {
    margin-top: 10px;
    display: inline-block;
    color: var(--k3p-gold);
    font-size: 15px;
}
.k3p-basic__price em {
    margin-left: 8px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
    font-style: normal;
}

.k3p-points {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    background: #fff;
    border: 1px solid var(--k3p-border);
    border-top: 0;
}
.k3p-points li {
    padding: 22px 25px;
    border-right: 1px solid var(--k3p-border);
}
.k3p-points li:last-child {
    border-right: 0;
}
.k3p-points strong, .k3p-points span {
    display: block;
}
.k3p-points strong {
    margin-bottom: 5px;
    font-size: 15px;
}
.k3p-points span {
    color: #73716c;
    font-size: 12px;
}

.k3p-pack {
    margin-top: 70px;
}
.k3p-subheading {
    margin-bottom: 25px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.k3p-subheading h3 {
    margin: 0;
    font-size: 30px;
}
.k3p-subheading > p {
    margin: 0;
    color: #696762;
    font-size: 13px;
}
.k3p-pack__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.k3p-pack__card {
    position: relative;
    padding: 27px 18px 24px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--k3p-border);
}
.k3p-pack__card > span {
    color: #99968f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}
.k3p-pack__card h4 {
    margin: 8px 0 15px;
    font-size: 17px;
}
.k3p-pack__card p {
    margin: 0;
    white-space: nowrap;
}
.k3p-pack__card p strong {
    font-size: clamp(24px, 2.6vw, 34px);
}
.k3p-pack__card p small {
    margin-left: 3px;
    font-size: 12px;
}
.k3p-pack__card b {
    margin-top: 13px;
    display: block;
    color: #b17a18;
    font-size: 11px;
}
.k3p-pack__card--recommend {
    border: 2px solid var(--k3p-gold);
}
.k3p-pack__card--recommend i {
    position: absolute;
    top: -13px;
    left: 50%;
    padding: 5px 13px;
    color: #fff;
    background: var(--k3p-gold);
    font-size: 9px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .13em;
    transform: translateX(-50%);
}

.k3p-calendar {
    margin-top: 95px;
    scroll-margin-top: 20px;
}
.k3p-calendar__heading {
    max-width: 800px;
    margin: 0 auto 28px;
    text-align: center;
}
.k3p-calendar__heading h3 {
    margin: 0;
    font-size: clamp(28px, 3.5vw, 43px);
    line-height: 1.4;
}
.k3p-calendar__heading > p:last-child {
    margin: 18px 0 0;
    color: #67655f;
    font-size: 14px;
    line-height: 1.9;
}
.k3p-flow {
    max-width: 780px;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.k3p-flow div {
    min-height: 70px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ecebe6;
    border-top: 2px solid var(--k3p-gold);
}
.k3p-flow span {
    color: #b17a18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}
.k3p-flow strong {
    margin-top: 5px;
    font-size: 13px;
}
.k3p-switch {
    width: 100%;
}
.k3p-switch__tabs {
    margin: 0 auto 26px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.k3p-switch__tabs button {
    min-height: 48px;
    padding: 0 25px;
    color: #222;
    background: #fff;
    border: 1px solid #cccac4;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}
.k3p-switch__tabs button.is-active {
    color: #fff;
    background: #0785c1;
    border-color: #0785c1;
}
.k3p-switch__panel {
    width: 100%;
}

.k3p-twofloors {
    margin-top: 28px;
    padding: 30px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    color: #fff;
    background: var(--k3p-black);
}
.k3p-twofloors h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 21px;
}
.k3p-twofloors div > p:last-child {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.8;
}
.k3p-twofloors a {
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--k3p-red);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
}

.k3p-notes {
    margin-top: 28px;
    padding: 26px 30px;
    background: #ecebe6;
    border-left: 3px solid #aaa79f;
}
.k3p-notes h3 {
    margin: 0 0 12px;
    font-size: 16px;
}
.k3p-notes ul {
    margin: 0;
    padding-left: 1.4em;
}
.k3p-notes li {
    margin: 5px 0;
    color: #65635e;
    font-size: 12px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .k3p-pack__grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 650px) {
    .k3p-section {
      padding: 68px 15px;
  }
    .k3p-heading {
      margin-bottom: 35px;
      text-align: left;
  }
    .k3p-heading h2 {
      font-size: 29px;
  }
    .k3p-lead {
      font-size: 14px;
  }
    .k3p-pc-only {
      display: none;
  }

    .k3p-basic {
      padding: 29px 23px;
      display: block;
  }
    .k3p-basic__copy h3 {
      font-size: 24px;
  }
    .k3p-basic__price {
      min-width: 0;
      margin-top: 25px;
      padding: 22px 0 0;
      border-top: 1px solid rgba(255,255,255,.16);
      border-left: 0;
  }
    .k3p-basic__price strong {
      font-size: 40px;
  }

    .k3p-points {
      grid-template-columns: 1fr;
  }
    .k3p-points li {
      padding: 17px 21px;
      border-right: 0;
      border-bottom: 1px solid var(--k3p-border);
  }
    .k3p-points li:last-child {
      border-bottom: 0;
  }

    .k3p-pack {
      margin-top: 55px;
  }
    .k3p-subheading {
      display: block;
  }
    .k3p-subheading h3 {
      font-size: 25px;
  }
    .k3p-subheading > p {
      margin-top: 10px;
  }
    .k3p-pack__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 9px;
  }
    .k3p-pack__card {
      padding: 24px 10px 20px;
  }
    .k3p-pack__card p strong {
      font-size: 25px;
  }

    .k3p-calendar {
      margin-top: 68px;
  }
    .k3p-calendar__heading {
      text-align: left;
  }
    .k3p-calendar__heading h3 {
      font-size: 27px;
  }
    .k3p-flow {
      grid-template-columns: 1fr;
  }
    .k3p-flow div {
      min-height: 54px;
      padding: 11px 15px;
      flex-direction: row;
      justify-content: flex-start;
      gap: 16px;
  }
    .k3p-flow strong {
      margin-top: 0;
  }
    .k3p-switch__tabs {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
  }
    .k3p-switch__tabs button {
      width: 100%;
  }

    .k3p-twofloors {
      padding: 25px 21px;
      display: block;
  }
    .k3p-twofloors a {
      width: 100%;
      margin-top: 20px;
  }
    .k3p-notes {
      padding: 22px 20px;
  }
}

.k2p-section,
.k2p-section * {
    box-sizing: border-box;
}

.k2p-section {
  --k2p-black: #151513;
  --k2p-gold: #d8a444;
  --k2p-red: #c8102e;
  --k2p-border: #dddcd7;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 100px 28px;
  color: #181816;
  background: #f5f4f0;
}

.k2p-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}
.k2p-heading {
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}
.k2p-eyebrow,
.k2p-small-label {
    margin: 0 0 12px;
    color: var(--k2p-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}
.k2p-heading h2 {
    margin: 0;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.35;
}
.k2p-lead {
    margin: 20px 0 0;
    color: #66645f;
    font-size: 15px;
    line-height: 2;
}

.k2p-basic {
  padding: 40px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  color: #fff;
  background: var(--k2p-black);
  border-top: 4px solid var(--k2p-gold);
}

.k2p-basic__copy h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 28px;
}
.k2p-basic__copy > p:last-child {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
    line-height: 1.9;
}
.k2p-basic__price {
    min-width: 280px;
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,.16);
}
.k2p-basic__price > span {
    display: block;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}
.k2p-basic__price p {
    margin: 4px 0 0;
    line-height: 1;
}
.k2p-basic__price strong {
    color: #fff;
    font-size: 46px;
}
.k2p-basic__price small {
    margin-left: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.k2p-basic__price b {
    margin-top: 10px;
    display: inline-block;
    color: var(--k2p-gold);
    font-size: 15px;
}
.k2p-basic__price em {
    margin-left: 8px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
    font-style: normal;
}

.k2p-points {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    background: #fff;
    border: 1px solid var(--k2p-border);
    border-top: 0;
}
.k2p-points li {
    padding: 22px 25px;
    border-right: 1px solid var(--k2p-border);
}
.k2p-points li:last-child {
    border-right: 0;
}
.k2p-points strong, .k2p-points span {
    display: block;
}
.k2p-points strong {
    margin-bottom: 5px;
    font-size: 15px;
}
.k2p-points span {
    color: #73716c;
    font-size: 12px;
}

.k2p-pack {
    margin-top: 70px;
}
.k2p-subheading {
    margin-bottom: 25px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.k2p-subheading h3 {
    margin: 0;
    font-size: 30px;
}
.k2p-subheading > p {
    margin: 0;
    color: #696762;
    font-size: 13px;
}
.k2p-pack__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.k2p-pack__card {
    position: relative;
    padding: 27px 18px 24px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--k2p-border);
}
.k2p-pack__card > span {
    color: #99968f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}
.k2p-pack__card h4 {
    margin: 8px 0 15px;
    font-size: 17px;
}
.k2p-pack__card p {
    margin: 0;
    white-space: nowrap;
}
.k2p-pack__card p strong {
    font-size: clamp(24px, 2.6vw, 34px);
}
.k2p-pack__card p small {
    margin-left: 3px;
    font-size: 12px;
}
.k2p-pack__card b {
    margin-top: 13px;
    display: block;
    color: #b17a18;
    font-size: 11px;
}
.k2p-pack__card--recommend {
    border: 2px solid var(--k2p-gold);
}
.k2p-pack__card--recommend i {
    position: absolute;
    top: -13px;
    left: 50%;
    padding: 5px 13px;
    color: #fff;
    background: var(--k2p-gold);
    font-size: 9px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .13em;
    transform: translateX(-50%);
}

.k2p-calendar {
    margin-top: 95px;
    scroll-margin-top: 20px;
}
.k2p-calendar__heading {
    max-width: 800px;
    margin: 0 auto 28px;
    text-align: center;
}
.k2p-calendar__heading h3 {
    margin: 0;
    font-size: clamp(28px, 3.5vw, 43px);
    line-height: 1.4;
}
.k2p-calendar__heading > p:last-child {
    margin: 18px 0 0;
    color: #67655f;
    font-size: 14px;
    line-height: 1.9;
}
.k2p-flow {
    max-width: 780px;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.k2p-flow div {
    min-height: 70px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ecebe6;
    border-top: 2px solid var(--k2p-gold);
}
.k2p-flow span {
    color: #b17a18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}
.k2p-flow strong {
    margin-top: 5px;
    font-size: 13px;
}
.k2p-switch {
    width: 100%;
}
.k2p-switch__tabs {
    margin: 0 auto 26px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.k2p-switch__tabs button {
    min-height: 48px;
    padding: 0 25px;
    color: #222;
    background: #fff;
    border: 1px solid #cccac4;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}
.k2p-switch__tabs button.is-active {
    color: #fff;
    background: #0785c1;
    border-color: #0785c1;
}
.k2p-switch__panel {
    width: 100%;
}

.k2p-twofloors {
    margin-top: 28px;
    padding: 30px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    color: #fff;
    background: var(--k2p-black);
}
.k2p-twofloors h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 21px;
}
.k2p-twofloors div > p:last-child {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.8;
}
.k2p-twofloors a {
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--k2p-red);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
}

.k2p-notes {
    margin-top: 28px;
    padding: 26px 30px;
    background: #ecebe6;
    border-left: 3px solid #aaa79f;
}
.k2p-notes h3 {
    margin: 0 0 12px;
    font-size: 16px;
}
.k2p-notes ul {
    margin: 0;
    padding-left: 1.4em;
}
.k2p-notes li {
    margin: 5px 0;
    color: #65635e;
    font-size: 12px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .k2p-pack__grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 650px) {
    .k2p-section {
      padding: 68px 15px;
  }
    .k2p-heading {
      margin-bottom: 35px;
      text-align: left;
  }
    .k2p-heading h2 {
      font-size: 29px;
  }
    .k2p-lead {
      font-size: 14px;
  }
    .k2p-pc-only {
      display: none;
  }

    .k2p-basic {
      padding: 29px 23px;
      display: block;
  }
    .k2p-basic__copy h3 {
      font-size: 24px;
  }
    .k2p-basic__price {
      min-width: 0;
      margin-top: 25px;
      padding: 22px 0 0;
      border-top: 1px solid rgba(255,255,255,.16);
      border-left: 0;
  }
    .k2p-basic__price strong {
      font-size: 40px;
  }

    .k2p-points {
      grid-template-columns: 1fr;
  }
    .k2p-points li {
      padding: 17px 21px;
      border-right: 0;
      border-bottom: 1px solid var(--k2p-border);
  }
    .k2p-points li:last-child {
      border-bottom: 0;
  }

    .k2p-pack {
      margin-top: 55px;
  }
    .k2p-subheading {
      display: block;
  }
    .k2p-subheading h3 {
      font-size: 25px;
  }
    .k2p-subheading > p {
      margin-top: 10px;
  }
    .k2p-pack__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 9px;
  }
    .k2p-pack__card {
      padding: 24px 10px 20px;
  }
    .k2p-pack__card p strong {
      font-size: 25px;
  }

    .k2p-calendar {
      margin-top: 68px;
  }
    .k2p-calendar__heading {
      text-align: left;
  }
    .k2p-calendar__heading h3 {
      font-size: 27px;
  }
    .k2p-flow {
      grid-template-columns: 1fr;
  }
    .k2p-flow div {
      min-height: 54px;
      padding: 11px 15px;
      flex-direction: row;
      justify-content: flex-start;
      gap: 16px;
  }
    .k2p-flow strong {
      margin-top: 0;
  }
    .k2p-switch__tabs {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
  }
    .k2p-switch__tabs button {
      width: 100%;
  }

    .k2p-twofloors {
      padding: 25px 21px;
      display: block;
  }
    .k2p-twofloors a {
      width: 100%;
      margin-top: 20px;
  }
    .k2p-notes {
      padding: 22px 20px;
  }
}

/* =====================================
   高田馬場ヘッダー ロゴ画像
===================================== */

.bc-brand__logo {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.bc-brand--mobile .bc-brand__logo {
    width: 180px;
}

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

    .bc-brand__logo {
        width: 165px;
    }

    .bc-brand--mobile .bc-brand__logo {
        width: 175px;
    }

}

/* =====================================
   清瀬ヘッダー ロゴ画像
===================================== */

.kc-brand__logo {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.kc-brand__logo--mobile {
    width: 180px;
}

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

    .kc-brand__logo {
        width: 165px;
    }

    .kc-brand__logo--mobile {
        width: 170px;
    }

}

/* =====================================
   MEMBER BENEFIT
===================================== */

.bp-member-benefit {
  margin: 48px 0 32px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) auto;
  gap: 35px;
  align-items: center;
  border: 1px solid #dce4e8;
  border-top: 4px solid #0788c7;
  background: #f5f8fa;
}

.bp-member-benefit__label {
  margin: 0 0 8px;
  color: #0788c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.bp-member-benefit__main h3 {
  margin: 0;
  color: #17242d;
  font-size: clamp(22px, 2.6vw, 31px);
  line-height: 1.45;
}

.bp-member-benefit__main h3 span {
  margin-left: 5px;
  color: #e5003d;
}

.bp-member-benefit__main > p:last-child {
  margin: 12px 0 0;
  color: #64737c;
  font-size: 12px;
  line-height: 1.9;
}

.bp-member-benefit__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #dce4e8;
}

.bp-member-benefit__features > div {
  padding: 5px 16px;
}

.bp-member-benefit__features span {
  display: block;
  margin-bottom: 7px;
  color: #aab8c0;
  font-size: 9px;
  font-weight: 900;
}

.bp-member-benefit__features strong {
  display: block;
  color: #17242d;
  font-size: 13px;
}

.bp-member-benefit__features p {
  margin: 5px 0 0;
  color: #73818a;
  font-size: 10px;
  line-height: 1.5;
}

.bp-member-benefit__button {
  min-height: 50px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff !important;
  background: #0788c7;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}


/* =====================================
   PRICE CARD｜会員価格
===================================== */

.bp-price-card__member-label {
  width: max-content;
  margin: 0 0 8px;
  padding: 5px 9px;
  color: #fff;
  background: #17242d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
}

.bp-price-card__hour {
  margin: 7px 0 0;
}

.bp-price-card__general {
  margin: 14px 0 0 !important;
  color: #8a969d !important;
  font-size: 11px !important;
}

.bp-price-card__general del {
  margin-left: 5px;
  color: #8a969d;
}

.bp-price-card__saving {
  margin: 5px 0 0 !important;
  color: #e5003d !important;
  font-size: 11px !important;
  font-weight: 900;
}


/* A・Bでラベル色を変更 */

.bp-price-card--a .bp-price-card__member-label {
  background: #f39800;
}

.bp-price-card--b .bp-price-card__member-label {
  background: #0788c7;
}


/* =====================================
   MEMBER NOTE
===================================== */

.bp-price-note {
  margin-top: 22px;
  padding: 26px 30px;
  border: 1px solid #dce4e8;
  background: #fff;
}

.bp-price-note > strong {
  display: block;
  color: #17242d;
  font-size: 17px;
}

.bp-price-note > p {
  margin: 9px 0 0;
  color: #66757e;
  font-size: 12px;
  line-height: 1.9;
}

.bp-price-note__links {
  margin-top: 18px;
  display: flex;
  gap: 8px;
}

.bp-price-note__links a {
  min-height: 43px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 900;
}

.bp-price-note__register {
  color: #fff !important;
  background: #e5003d;
}

.bp-price-note__login {
  color: #17242d !important;
  border: 1px solid #ccd6dc;
  background: #fff;
}


/* =====================================
   SP
===================================== */

@media (max-width: 850px) {

  .bp-member-benefit {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .bp-member-benefit__features {
    border-top: 1px solid #dce4e8;
    border-left: 0;
    padding-top: 20px;
  }

  .bp-member-benefit__button {
    width: 100%;
  }

}


@media (max-width: 650px) {

  .bp-member-benefit {
    margin-top: 35px;
    padding: 26px 20px;
  }

  .bp-member-benefit__features {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bp-member-benefit__features > div {
    padding: 0;
  }

  .bp-price-note {
    padding: 23px 20px;
  }

  .bp-price-note__links {
    display: grid;
  }

  .bp-price-note__links a {
    width: 100%;
  }

}

/* =====================================
   A・B比較｜SC ID 会員料金表示
===================================== */

.bs-member-note {
  margin: 42px 0 28px;
  padding: 27px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  background: #f5f8fa;
}

.bs-member-note > div {
  min-width: 0;
}

.bs-member-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

.bs-member-note strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.bs-member-note p {
  margin: 7px 0 0;
  color: #687780;
  font-size: 11px;
  line-height: 1.8;
}

.bs-member-note > a {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--blue);
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}


/* 料金欄 */

.bs-specs__price dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 9px;
}

.bs-member-price-label {
  width: 100%;
  margin-bottom: 2px;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .06em;
}

.bs-studio--a .bs-member-price-label {
  color: #d66d00;
}

.bs-studio--b .bs-member-price-label {
  color: #0872b4;
}

.bs-specs__price dd > strong {
  font-size: 18px;
}

.bs-general-price {
  width: 100%;
  margin-top: 5px;
  color: #89959c;
  font-size: 10px;
}

.bs-discount {
  width: 100%;
  color: #e5003d;
  font-size: 10px;
  font-weight: 900;
}


/* 比較表 */

.bs-table-member-price th {
  background: #f7f9fa;
}

.bs-table-member-price td {
  background: #fff;
}

.bs-table-member-price td strong {
  font-size: 20px;
}

.bs-table-general-price td {
  color: #8a969d;
  font-size: 12px;
}

.bs-table-discount td strong {
  color: #e5003d;
  font-size: 14px;
}


/* 比較表下 会員CTA */

.bs-table-member-cta {
  margin-top: 22px;
  padding: 23px 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 25px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
}

.bs-table-member-cta strong {
  color: var(--ink);
  font-size: 16px;
}

.bs-table-member-cta span {
  color: #6d7980;
  font-size: 11px;
}

.bs-table-member-cta a {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #e5003d;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}


@media (max-width: 700px) {

  .bs-member-note {
    margin-top: 32px;
    padding: 23px 20px;
    display: block;
  }

  .bs-member-note > a {
    width: 100%;
    margin-top: 17px;
  }

  .bs-table-member-cta {
    grid-template-columns: 1fr;
  }

  .bs-table-member-cta a {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    margin-top: 10px;
  }

}

/* =====================================
   HERO｜会員訴求
===================================== */

.bh-hero__member {
    margin: 26px 0 0;
    padding: 14px 17px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 4px solid #e5003d;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(4px);
}

.bh-hero__member > span {
    margin-bottom: 3px;
    color: #0788c7;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
}

.bh-hero__member > strong {
    color: #17242d;
    font-size: 16px;
    line-height: 1.5;
}

.bh-hero__member > small {
    margin-top: 4px;
    color: #61717b;
    font-size: 10px;
}


/* =====================================
   HERO｜スタジオカード料金
===================================== */

.bh-studio-card__price {
    margin: 10px 0 12px;
}

.bh-studio-card__price > small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,.75);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

.bh-studio-card__price > b {
    display: block;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    line-height: 1.35;
}

.bh-studio-card__price > em {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,.82);
    font-size: 10px;
    font-style: normal;
}

.bh-studio-card__price > span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.58);
    font-size: 9px;
    line-height: 1.45;
}


/* =====================================
   SP
===================================== */

@media (max-width: 650px) {

    .bh-hero__member {
        width: 100%;
        margin-top: 20px;
        padding: 13px 14px;
    }

    .bh-hero__member > strong {
        font-size: 14px;
    }

}




/* =========================================================
   Small Smartphone
========================================================= */

@media (max-width: 480px) {

    .bh-hero__member-benefits {
        grid-template-columns: 1fr;
    }


    .bh-hero__studio-cards {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   スマホ：予約カレンダーボタンを画面下へ固定
========================================================= */

@media (max-width: 650px) {

    .bh-button--reserve {
        position: fixed;

        right: 16px;
        bottom: calc(
            14px + env(safe-area-inset-bottom)
        );
        left: 16px;

        z-index: 9999;

        width: auto !important;

        min-height: 58px;

        padding: 0 24px;

        display: flex;

        align-items: center;
        justify-content: center;

        color: #fff !important;

        background: var(--bh-red);

        border: 2px solid #fff;

        box-shadow:
            0 8px 25px rgba(23,34,43,.28),
            0 2px 8px rgba(229,0,61,.30);

        font-size: 15px;
        font-weight: 900;

        line-height: 1.4;

        text-align: center;

        text-decoration: none !important;
    }


    .bh-button--reserve:hover,
    .bh-button--reserve:focus {
        color: #fff !important;

        background: #c90036;

        opacity: 1;

        transform: none;
    }


    /* 固定ボタンで最下部が隠れないようにする */

    body {
        padding-bottom:
            calc(
                86px + env(safe-area-inset-bottom)
            );
    }

}

/* =====================================
   A STUDIO｜SC ID 会員表示
===================================== */

.ba-hero__member {
  margin: 16px 0 0;
}

.ba-hero__member strong,
.ba-hero__member span {
  display: block;
}

.ba-hero__member strong {
  color: #e5003d;
  font-size: 14px;
  font-weight: 900;
}

.ba-hero__member span {
  margin-top: 3px;
  color: #0788c7;
  font-size: 11px;
  font-weight: 800;
}


/* =====================================
   会員特典
===================================== */

.ba-member-benefit {
  margin: 36px 0 20px;
  padding: 27px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid #dce4e8;
  border-left: 4px solid #0788c7;
  background: #f5f8fa;
}

.ba-member-benefit > div:first-child > span {
  display: block;
  margin-bottom: 5px;
  color: #0788c7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .17em;
}

.ba-member-benefit > div:first-child > strong {
  display: block;
  color: #17242d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.ba-member-benefit > div:first-child > p {
  margin: 7px 0 0;
  color: #65747d;
  font-size: 11px;
  line-height: 1.8;
}

.ba-member-benefit__point {
  padding-left: 28px;
  border-left: 1px solid #d6e0e5;
}

.ba-member-benefit__point strong {
  display: block;
  color: #0788c7;
  font-size: 16px;
  font-weight: 900;
}

.ba-member-benefit__point span {
  display: block;
  margin-top: 6px;
  color: #687780;
  font-size: 11px;
  line-height: 1.8;
}


/* =====================================
   料金
===================================== */

.ba-price__amount {
  position: relative;
}

.ba-price__member-label {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px 8px;
  color: #fff;
  background: #0788c7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
}

.ba-price__main > small {
  display: block;
}

.ba-price__main > strong {
  display: block;
}

.ba-price__main > p {
  margin: 4px 0 0;
}

.ba-price__general {
  margin-top: 13px;
  color: #8a969d;
}

.ba-price__general > span {
  display: block;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 800;
}

.ba-price__general > strong {
  font-size: 12px;
  font-weight: 700;
}

.ba-price__general > small {
  margin-left: 3px;
  font-size: 10px;
}

.ba-price__discount {
  margin: 7px 0 0 !important;
  color: #e5003d !important;
  font-size: 11px !important;
  font-weight: 900;
}


/* =====================================
   会員登録CTA
===================================== */

.ba-member-cta {
  margin-top: 18px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border: 1px solid #dce4e8;
  background: #fff;
}

.ba-member-cta strong {
  display: block;
  color: #17242d;
  font-size: 15px;
  font-weight: 900;
}

.ba-member-cta p {
  margin: 5px 0 0;
  color: #697780;
  font-size: 11px;
  line-height: 1.7;
}

.ba-member-cta > a {
  flex: 0 0 auto;
  min-height: 45px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #e5003d;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}


/* =====================================
   SP
===================================== */

@media (max-width: 650px) {

  .ba-hero__member strong {
    font-size: 13px;
  }

  .ba-hero__member span {
    font-size: 10px;
  }

  .ba-member-benefit {
    padding: 22px 19px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ba-member-benefit__point {
    padding: 17px 0 0;
    border-top: 1px solid #d6e0e5;
    border-left: 0;
  }

  .ba-member-cta {
    display: block;
    padding: 21px 19px;
  }

  .ba-member-cta > a {
    width: 100%;
    margin-top: 15px;
  }

}

/* =====================================
   B STUDIO｜SC ID 会員表示
===================================== */

.bb-hero__member {
  margin: 16px 0 0;
}

.bb-hero__member strong,
.bb-hero__member span {
  display: block;
}

.bb-hero__member strong {
  color: #e5003d;
  font-size: 14px;
  font-weight: 900;
}

.bb-hero__member span {
  margin-top: 3px;
  color: #0788c7;
  font-size: 11px;
  font-weight: 800;
}


/* =====================================
   会員特典
===================================== */

.bb-member-benefit {
  margin: 36px 0 20px;
  padding: 27px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid #dce4e8;
  border-left: 4px solid #0788c7;
  background: #f5f8fa;
}

.bb-member-benefit > div:first-child > span {
  display: block;
  margin-bottom: 5px;
  color: #0788c7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .17em;
}

.bb-member-benefit > div:first-child > strong {
  display: block;
  color: #17242d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.bb-member-benefit > div:first-child > p {
  margin: 7px 0 0;
  color: #65747d;
  font-size: 11px;
  line-height: 1.8;
}

.bb-member-benefit__point {
  padding-left: 28px;
  border-left: 1px solid #d6e0e5;
}

.bb-member-benefit__point strong {
  display: block;
  color: #0788c7;
  font-size: 16px;
  font-weight: 900;
}

.bb-member-benefit__point span {
  display: block;
  margin-top: 6px;
  color: #687780;
  font-size: 11px;
  line-height: 1.8;
}


/* =====================================
   料金
===================================== */

.bb-price__amount {
  position: relative;
}

.bb-price__member-label {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px 8px;
  color: #fff;
  background: #0788c7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
}

.bb-price__main > small,
.bb-price__main > strong {
  display: block;
}

.bb-price__main > p {
  margin: 4px 0 0;
}

.bb-price__general {
  margin-top: 13px;
  color: #8a969d;
}

.bb-price__general > span {
  display: block;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 800;
}

.bb-price__general > strong {
  font-size: 12px;
  font-weight: 700;
}

.bb-price__general > small {
  margin-left: 3px;
  font-size: 10px;
}

.bb-price__discount {
  margin: 7px 0 0 !important;
  color: #e5003d !important;
  font-size: 11px !important;
  font-weight: 900;
}


/* =====================================
   会員登録CTA
===================================== */

.bb-member-cta {
  margin-top: 18px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border: 1px solid #dce4e8;
  background: #fff;
}

.bb-member-cta strong {
  display: block;
  color: #17242d;
  font-size: 15px;
  font-weight: 900;
}

.bb-member-cta p {
  margin: 5px 0 0;
  color: #697780;
  font-size: 11px;
  line-height: 1.7;
}

.bb-member-cta > a {
  flex: 0 0 auto;
  min-height: 45px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #e5003d;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}


/* =====================================
   SP
===================================== */

@media (max-width: 650px) {

  .bb-hero__member strong {
    font-size: 13px;
  }

  .bb-hero__member span {
    font-size: 10px;
  }

  .bb-member-benefit {
    padding: 22px 19px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bb-member-benefit__point {
    padding: 17px 0 0;
    border-top: 1px solid #d6e0e5;
    border-left: 0;
  }

  .bb-member-cta {
    display: block;
    padding: 21px 19px;
  }

  .bb-member-cta > a {
    width: 100%;
    margin-top: 15px;
  }

}

/* =====================================
   FAQ｜会員価格表示
===================================== */

.bbfaq-price__label {
  display: block;
  margin: 8px 0 4px;
  color: #0788c7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
}

.bbfaq-price > div > p {
  margin: 3px 0 0;
  font-size: 11px;
}

.bbfaq-price__general {
  margin-top: 10px;
  color: #8a969d;
  font-size: 10px;
  line-height: 1.6;
}

.bbfaq-price__discount {
  display: block;
  margin-top: 7px;
  color: #e5003d;
  font-size: 11px;
  font-weight: 900;
}


/* =====================================
   FAQ｜SC ID案内
===================================== */

.bbfaq-member-note {
  margin: 20px 0;
  padding: 20px 22px;
  border: 1px solid #dce4e8;
  border-left: 4px solid #0788c7;
  background: #f5f8fa;
}

.bbfaq-member-note > strong {
  display: block;
  color: #17242d;
  font-size: 15px;
  font-weight: 900;
}

.bbfaq-member-note > p {
  margin: 7px 0 0;
  color: #65747d;
  font-size: 11px;
  line-height: 1.8;
}

.bbfaq-member-note > a {
  display: inline-flex;
  margin-top: 12px;
  color: #0788c7;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}


/* =====================================
   SP
===================================== */

@media (max-width: 650px) {

  .bbfaq-member-note {
    padding: 18px 16px;
  }

}

/* =====================================
   KIYOSE PRICE｜SC ID 会員CTA
===================================== */

.kiyose-price-member-cta {
    margin: 38px 0 46px;

    padding: 28px 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    border: 1px solid rgba(255,255,255,.14);
    border-left: 4px solid #d7193f;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );

    color: #fff;
}


.kiyose-price-member-cta > div {
    min-width: 0;
}


/* 英字ラベル */

.kiyose-price-member-cta > div > span {
    display: block;

    margin-bottom: 7px;

    color: #e83657;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 900;

    line-height: 1.4;
    letter-spacing: .22em;
}


/* メインタイトル */

.kiyose-price-member-cta > div > strong {
    display: block;

    color: #fff;

    font-size: 20px;
    font-weight: 900;

    line-height: 1.5;
}


/* 説明文 */

.kiyose-price-member-cta > div > p {
    max-width: 760px;

    margin: 9px 0 0;

    color: rgba(255,255,255,.68);

    font-size: 12px;

    line-height: 1.9;
}


/* 会員登録ボタン */

.kiyose-price-member-cta > a {
    flex: 0 0 auto;

    min-width: 180px;
    min-height: 52px;

    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff !important;

    background: #d7193f;

    border: 1px solid #d7193f;

    font-size: 12px;
    font-weight: 900;

    line-height: 1.4;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.kiyose-price-member-cta > a:hover {
    color: #fff !important;

    background: #b90f31;
    border-color: #b90f31;

    transform: translateY(-2px);
}


/* =====================================
   SP
===================================== */

@media (max-width: 650px) {

    .kiyose-price-member-cta {
        margin: 28px 0 35px;

        padding: 23px 20px;

        display: block;
    }


    .kiyose-price-member-cta > div > strong {
        font-size: 18px;
    }


    .kiyose-price-member-cta > div > p {
        font-size: 11px;
    }


    .kiyose-price-member-cta > a {
        width: 100%;

        margin-top: 18px;

        min-height: 50px;
    }

}

/* =====================================
   KIYOSE PRICE｜SC ID 会員メリット
===================================== */

.kiyose-price-member-benefit {
    width: min(920px, 100%);
    margin: 34px auto 0;
    padding: 30px;

    border: 1px solid rgba(255,255,255,.14);
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.05),
            rgba(255,255,255,.015)
        );

    text-align: left;
}


/* 上部タイトル */

.kiyose-price-member-benefit__main {
    text-align: center;
}

.kiyose-price-member-benefit__main > span {
    display: block;
    margin-bottom: 8px;

    color: #df2347;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .22em;
}

.kiyose-price-member-benefit__main > strong {
    display: block;

    color: #fff;

    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 900;
    line-height: 1.45;
}


/* メリット3項目 */

.kiyose-price-member-benefit__items {
    margin-top: 24px;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 10px;
}

.kiyose-price-member-benefit__items > div {
    min-height: 105px;
    padding: 17px 15px;

    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.025);

    text-align: center;
}

.kiyose-price-member-benefit__items b {
    display: block;

    margin-bottom: 7px;

    color: #df2347;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.kiyose-price-member-benefit__items strong {
    display: block;

    color: #fff;

    font-size: 15px;
    font-weight: 900;
}

.kiyose-price-member-benefit__items span {
    display: block;

    margin-top: 5px;

    color: rgba(255,255,255,.6);

    font-size: 10px;
    line-height: 1.6;
}


/* 会員登録CTA */

.kiyose-price-member-benefit__link {
    width: fit-content;
    min-width: 220px;
    min-height: 50px;

    margin: 22px auto 0;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff !important;
    background: #d7193f;

    font-size: 12px;
    font-weight: 900;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

.kiyose-price-member-benefit__link:hover {
    color: #fff !important;
    background: #b90f31;
    transform: translateY(-2px);
}


/* =====================================
   SP
===================================== */

@media (max-width: 650px) {

    .kiyose-price-member-benefit {
        margin-top: 26px;
        padding: 22px 18px;
    }

    .kiyose-price-member-benefit__main > strong {
        font-size: 20px;
    }

    .kiyose-price-member-benefit__items {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .kiyose-price-member-benefit__items > div {
        min-height: auto;
        padding: 14px;
    }

    .kiyose-price-member-benefit__link {
        width: 100%;
        min-width: 0;
    }

}

/* =========================================================
   KIYOSE 3F COMMON PRICE
   SC ID会員表示・一般料金・会員限定パック追加CSS
========================================================= */


/* =====================================
   BASIC｜会員案内
===================================== */

.k3p-member-copy {
    margin-top: 26px;
    padding: 18px 20px;

    border: 1px solid rgba(0,0,0,.08);
    border-left: 4px solid #c81935;

    background: #f8f8f6;
}

.k3p-member-copy > span {
    display: block;

    margin-bottom: 6px;

    color: #c81935;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 900;

    letter-spacing: .18em;
}

.k3p-member-copy > strong {
    display: block;

    color: #202020;

    font-size: 18px;
    font-weight: 900;

    line-height: 1.5;
}

.k3p-member-copy > p {
    margin: 7px 0 0;

    color: #666;

    font-size: 11px;
    line-height: 1.8;
}


/* =====================================
   BASIC PRICE｜一般料金を控えめに
===================================== */

.k3p-basic__general {
    margin-top: 16px;
    padding-top: 13px;

    border-top: 1px solid rgba(255,255,255,.12);
}


/* ラベル */
.k3p-basic__general > span {
    display: block;

    margin-bottom: 4px;

    color: rgba(255,255,255,.45);

    font-size: 9px;
    font-weight: 700;
}


/* 一般料金 */
.k3p-basic__general > strong {
    display: block;

    color: rgba(255,255,255,.78);

    font-size: 16px;
    font-weight: 800;

    line-height: 1.5;
}


/* 1時間料金 */
.k3p-basic__general > small {
    display: block;

    margin-top: 2px;

    color: rgba(255,255,255,.48);

    font-size: 10px;
}


/* =====================================
   MEMBER BENEFIT
===================================== */

.k3p-member-benefit {
    margin: 28px 0 48px;

    padding: 22px;

    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr))
        auto;

    gap: 10px;

    align-items: stretch;

    border: 1px solid #dedede;

    background: #f8f8f6;
}

.k3p-member-benefit > div {
    min-width: 0;

    padding: 17px 15px;

    border: 1px solid #e2e2e2;

    background: #fff;

    text-align: center;
}

.k3p-member-benefit > div > span {
    display: block;

    margin-bottom: 7px;

    color: #c81935;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 900;

    letter-spacing: .12em;
}

.k3p-member-benefit > div > strong {
    display: block;

    color: #222;

    font-size: 14px;
    font-weight: 900;

    line-height: 1.5;
}

.k3p-member-benefit > div > p {
    margin: 5px 0 0;

    color: #777;

    font-size: 10px;

    line-height: 1.65;
}


/* 会員登録ボタン */

.k3p-member-benefit > a {
    min-width: 195px;

    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff !important;

    background: #c81935;

    font-size: 11px;
    font-weight: 900;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

.k3p-member-benefit > a:hover {
    color: #fff !important;

    background: #a9112a;

    transform: translateY(-2px);
}


/* =====================================
   PACK MEMBER NOTE
===================================== */

.k3p-pack-member-note {
    margin: 25px 0 22px;

    padding: 17px 20px;

    display: flex;
    align-items: center;

    gap: 12px 18px;

    border: 1px solid #dedede;
    border-left: 4px solid #c81935;

    background: #fafafa;
}

.k3p-pack-member-note > strong {
    flex: 0 0 auto;

    color: #222;

    font-size: 12px;
    font-weight: 900;
}

.k3p-pack-member-note > span {
    flex: 1 1 auto;

    color: #777;

    font-size: 10px;
    line-height: 1.7;
}

.k3p-pack-member-note > a {
    flex: 0 0 auto;

    color: #c81935 !important;

    font-size: 10px;
    font-weight: 900;

    text-decoration: none !important;
}

.k3p-pack-member-note > a:hover {
    text-decoration: underline !important;
}


/* =====================================
   PACK｜お得額表示
===================================== */

.k3p-pack__card > b {
    display: block;

    margin-top: 13px;

    color: #777;

    font-size: 9px;
    font-weight: 700;

    line-height: 1.65;
}

.k3p-pack__card > b > em {
    display: block;

    margin-top: 3px;

    color: #c81935;

    font-size: 13px;
    font-style: normal;
    font-weight: 900;

    line-height: 1.4;
}


/* おすすめカードはお得額も少し強く */

.k3p-pack__card--recommend > b > em {
    font-size: 14px;
}


/* =====================================
   PACK見出し｜会員限定ラベル
===================================== */

.k3p-pack .k3p-small-label {
    color: #c81935;
}


/* =====================================
   料金カード内「会員価格」を少し強調
===================================== */

.k3p-basic__price > span {
    color: #c81935;

    font-weight: 900;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 900px) {

    .k3p-member-benefit {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .k3p-member-benefit > a {
        grid-column: 1 / -1;

        min-height: 50px;
    }

}


/* =====================================
   SMARTPHONE
===================================== */

@media (max-width: 650px) {

    .k3p-member-copy {
        margin-top: 22px;

        padding: 16px;
    }

    .k3p-member-copy > strong {
        font-size: 16px;
    }


    .k3p-basic__general {
        margin-top: 13px;
        padding-top: 12px;
    }


    .k3p-member-benefit {
        margin: 22px 0 38px;

        padding: 16px;

        grid-template-columns: 1fr;

        gap: 8px;
    }

    .k3p-member-benefit > div {
        padding: 14px;
    }

    .k3p-member-benefit > a {
        grid-column: auto;

        width: 100%;
        min-width: 0;
        min-height: 50px;

        margin-top: 3px;
    }


    .k3p-pack-member-note {
        display: block;

        padding: 16px;
    }

    .k3p-pack-member-note > strong,
    .k3p-pack-member-note > span,
    .k3p-pack-member-note > a {
        display: block;
    }

    .k3p-pack-member-note > span {
        margin-top: 5px;
    }

    .k3p-pack-member-note > a {
        margin-top: 10px;
    }


    .k3p-pack__card > b {
        font-size: 9px;
    }

    .k3p-pack__card > b > em {
        font-size: 12px;
    }

}

/* =========================================================
   KIYOSE 2F COMMON PRICE
   SC ID会員表示・一般料金・会員限定パック追加CSS
========================================================= */


/* =====================================
   BASIC｜会員案内
===================================== */

.k2p-member-copy {
    margin-top: 26px;
    padding: 18px 20px;

    border: 1px solid rgba(0,0,0,.08);
    border-left: 4px solid #c81935;

    background: #f8f8f6;
}

.k2p-member-copy > span {
    display: block;

    margin-bottom: 6px;

    color: #c81935;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 900;

    letter-spacing: .18em;
}

.k2p-member-copy > strong {
    display: block;

    color: #202020;

    font-size: 18px;
    font-weight: 900;

    line-height: 1.5;
}

.k2p-member-copy > p {
    margin: 7px 0 0;

    color: #666;

    font-size: 11px;
    line-height: 1.8;
}


/* =====================================
   BASIC PRICE｜一般料金
===================================== */

.k2p-basic__general {
    margin-top: 16px;
    padding-top: 13px;

    border-top: 1px solid rgba(255,255,255,.12);
}

.k2p-basic__general > span {
    display: block;

    margin-bottom: 4px;

    color: rgba(255,255,255,.45);

    font-size: 9px;
    font-weight: 700;
}

.k2p-basic__general > strong {
    display: block;

    color: rgba(255,255,255,.78);

    font-size: 16px !important;
    font-weight: 800;

    line-height: 1.5 !important;
}

.k2p-basic__general > small {
    display: block;

    margin-top: 2px;

    color: rgba(255,255,255,.48);

    font-size: 10px;
}


/* =====================================
   MEMBER BENEFIT
===================================== */

.k2p-member-benefit {
    margin: 28px 0 48px;

    padding: 22px;

    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr))
        auto;

    gap: 10px;

    align-items: stretch;

    border: 1px solid #dedede;

    background: #f8f8f6;
}

.k2p-member-benefit > div {
    min-width: 0;

    padding: 17px 15px;

    border: 1px solid #e2e2e2;

    background: #fff;

    text-align: center;
}

.k2p-member-benefit > div > span {
    display: block;

    margin-bottom: 7px;

    color: #c81935;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 900;

    letter-spacing: .12em;
}

.k2p-member-benefit > div > strong {
    display: block;

    color: #222;

    font-size: 14px;
    font-weight: 900;

    line-height: 1.5;
}

.k2p-member-benefit > div > p {
    margin: 5px 0 0;

    color: #777;

    font-size: 10px;

    line-height: 1.65;
}


/* 会員登録ボタン */

.k2p-member-benefit > a {
    min-width: 195px;

    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff !important;

    background: #c81935;

    font-size: 11px;
    font-weight: 900;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

.k2p-member-benefit > a:hover {
    color: #fff !important;

    background: #a9112a;

    transform: translateY(-2px);
}


/* =====================================
   PACK MEMBER NOTE
===================================== */

.k2p-pack-member-note {
    margin: 25px 0 22px;

    padding: 17px 20px;

    display: flex;
    align-items: center;

    gap: 12px 18px;

    border: 1px solid #dedede;
    border-left: 4px solid #c81935;

    background: #fafafa;
}

.k2p-pack-member-note > strong {
    flex: 0 0 auto;

    color: #222;

    font-size: 12px;
    font-weight: 900;
}

.k2p-pack-member-note > span {
    flex: 1 1 auto;

    color: #777;

    font-size: 10px;
    line-height: 1.7;
}

.k2p-pack-member-note > a {
    flex: 0 0 auto;

    color: #c81935 !important;

    font-size: 10px;
    font-weight: 900;

    text-decoration: none !important;
}

.k2p-pack-member-note > a:hover {
    text-decoration: underline !important;
}


/* =====================================
   PACK｜お得額表示
===================================== */

.k2p-pack__card > b {
    display: block;

    margin-top: 13px;

    color: #777;

    font-size: 9px;
    font-weight: 700;

    line-height: 1.65;
}

.k2p-pack__card > b > em {
    display: block;

    margin-top: 3px;

    color: #c81935;

    font-size: 13px;
    font-style: normal;
    font-weight: 900;

    line-height: 1.4;
}


/* おすすめカードはお得額も少し強く */

.k2p-pack__card--recommend > b > em {
    font-size: 14px;
}


/* =====================================
   PACK見出し｜会員限定ラベル
===================================== */

.k2p-pack .k2p-small-label {
    color: #c81935;
}


/* =====================================
   料金カード内「会員価格」を強調
===================================== */

.k2p-basic__price > span {
    color: #c81935;

    font-weight: 900;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 900px) {

    .k2p-member-benefit {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .k2p-member-benefit > a {
        grid-column: 1 / -1;

        min-height: 50px;
    }

}


/* =====================================
   SMARTPHONE
===================================== */

@media (max-width: 650px) {

    .k2p-member-copy {
        margin-top: 22px;

        padding: 16px;
    }

    .k2p-member-copy > strong {
        font-size: 16px;
    }


    .k2p-basic__general {
        margin-top: 13px;
        padding-top: 12px;
    }


    .k2p-member-benefit {
        margin: 22px 0 38px;

        padding: 16px;

        grid-template-columns: 1fr;

        gap: 8px;
    }

    .k2p-member-benefit > div {
        padding: 14px;
    }

    .k2p-member-benefit > a {
        grid-column: auto;

        width: 100%;
        min-width: 0;
        min-height: 50px;

        margin-top: 3px;
    }


    .k2p-pack-member-note {
        display: block;

        padding: 16px;
    }

    .k2p-pack-member-note > strong,
    .k2p-pack-member-note > span,
    .k2p-pack-member-note > a {
        display: block;
    }

    .k2p-pack-member-note > span {
        margin-top: 5px;
    }

    .k2p-pack-member-note > a {
        margin-top: 10px;
    }


    .k2p-pack__card > b {
        font-size: 9px;
    }

    .k2p-pack__card > b > em {
        font-size: 12px;
    }

}

/* =========================================================
   SC ID メリットセクション
========================================================= */

.scid-benefits {
  --scid-navy: #102733;
  --scid-navy-light: #173844;
  --scid-blue: #1187c5;
  --scid-blue-dark: #0d6fa7;
  --scid-orange: #f5a000;
  --scid-red: #ec0041;
  --scid-white: #ffffff;
  --scid-text: #15212c;
  --scid-muted: #61707e;
  --scid-border: #dfe7ed;

  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 96px 24px;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(17, 135, 197, 0.19),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--scid-navy) 0%,
      #0c202b 100%
    );
}

.scid-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 4px;
  background: var(--scid-orange);
}

.scid-benefits::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 4px;
  background: var(--scid-blue);
}

.scid-benefits,
.scid-benefits * {
  box-sizing: border-box;
}

.scid-benefits__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.6fr);
  gap: 64px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.scid-benefits__intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.scid-benefits__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 20px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #8dd8ff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
}

.scid-benefits__title {
  margin: 0;
  color: var(--scid-white);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.scid-benefits__title::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 25px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--scid-orange),
    var(--scid-blue)
  );
}

.scid-benefits__lead {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 2;
}

.scid-benefits__price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--scid-white);
}

.scid-benefits__price-label {
  font-size: 12px;
  font-weight: 700;
}

.scid-benefits__price strong {
  color: #ffbf31;
  font-size: 22px;
  font-weight: 900;
}

.scid-benefits__content {
  min-width: 0;
}

.scid-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.scid-benefits__card {
  min-width: 0;
  margin: 0;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.965);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.scid-benefits__card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 135, 197, 0.45);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.19);
}

.scid-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 19px;
  border-radius: 13px;
  background: #edf8fe;
  color: var(--scid-blue);
}

.scid-benefits__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scid-benefits__card-title {
  margin: 0 0 10px;
  color: var(--scid-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.scid-benefits__card p {
  margin: 0;
  color: var(--scid-muted);
  font-size: 13px;
  line-height: 1.85;
}

.scid-benefits__actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 28px;
}

.scid-benefits__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.scid-benefits__button:hover {
  transform: translateY(-2px);
}

.scid-benefits__button--primary {
  flex: 1.15;
  border: 1px solid var(--scid-red);
  background: var(--scid-red);
  color: var(--scid-white) !important;
  box-shadow: 0 12px 28px rgba(236, 0, 65, 0.2);
}

.scid-benefits__button--primary:hover {
  border-color: #d7003b;
  background: #d7003b;
}

.scid-benefits__button--secondary {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--scid-white) !important;
}

.scid-benefits__button--secondary:hover {
  border-color: var(--scid-white);
  background: rgba(255, 255, 255, 0.08);
}

.scid-benefits__note {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

/* =========================================================
   タブレット
========================================================= */

@media (max-width: 960px) {
  .scid-benefits {
    padding: 76px 24px;
  }

  .scid-benefits__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .scid-benefits__intro {
    position: static;
    max-width: 720px;
  }

  .scid-benefits__lead {
    max-width: 700px;
  }
}

/* =========================================================
   スマートフォン
========================================================= */

@media (max-width: 640px) {
  .scid-benefits {
    padding: 60px 18px;
  }

  .scid-benefits__inner {
    gap: 30px;
  }

  .scid-benefits__title {
    font-size: 29px;
  }

  .scid-benefits__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .scid-benefits__grid {
    grid-template-columns: 1fr;
  }

  .scid-benefits__card {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 15px;
    padding: 20px;
  }

  .scid-benefits__icon {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 11px;
  }

  .scid-benefits__icon svg {
    width: 26px;
    height: 26px;
  }

  .scid-benefits__card-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .scid-benefits__card p {
    font-size: 12px;
    line-height: 1.75;
  }

  .scid-benefits__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .scid-benefits__button {
    width: 100%;
    min-height: 52px;
  }

  .scid-benefits__note {
    text-align: left;
  }
}

/* =====================================
   PACK MEMBER NOTE
===================================== */

.kiyose-pack-member-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0 18px;
  padding: 14px 18px;
  background: #fff8dc;
  border: 1px solid #f1d36b;
  border-radius: 10px;
  color: #222;
}

.kiyose-pack-member-note strong {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  color: #111;
}

.kiyose-pack-member-note span {
  flex: 1;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}

.kiyose-pack-member-note a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  background: #e3183f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity .2s ease;
}

.kiyose-pack-member-note a:hover {
  color: #fff;
  opacity: .85;
}

/* SP */
@media (max-width: 767px) {
  .kiyose-pack-member-note {
    display: block;
    padding: 16px;
  }

  .kiyose-pack-member-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .kiyose-pack-member-note span {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .kiyose-pack-member-note a {
    width: 100%;
    box-sizing: border-box;
  }
}

/* =========================================
   KIYOSE CANCEL PAGE
========================================= */

.kiyose-cancel-page{
  background:#f4f1ec;
  color:#171717;
  font-family:inherit;
}

.kiyose-cancel-page *{
  box-sizing:border-box;
}

.kc-inner{
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
}

.kc-narrow{
  width:min(900px,calc(100% - 40px));
}

.kc-hero{
  padding:100px 0 90px;
  background:#111;
  color:#fff;
  text-align:center;
}

.kc-en,
.kc-section-label{
  margin:0 0 12px;
  color:#d7193f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.22em;
}

.kc-hero h1{
  margin:0;
  color:#fff;
  font-size:44px;
  line-height:1.35;
  font-weight:800;
}

.kc-lead{
  margin:20px 0 0;
  color:#ccc;
  font-size:15px;
  line-height:1.9;
}

.kc-section{
  padding:70px 0 100px;
}

.kc-intro{
  margin-bottom:36px;
  text-align:center;
  font-size:15px;
  line-height:2;
}

.kc-intro p{
  margin:0 0 5px;
}

.kc-policy-card,
.kc-block,
.kc-contact{
  margin:0 0 32px;
  padding:42px;
  background:#fff;
  border-radius:16px;
}

.kc-title{
  margin-bottom:26px;
  font-size:28px;
  line-height:1.45;
  font-weight:800;
}

.kc-block>p,
.kc-contact>p{
  font-size:14px;
  line-height:2;
}

.kc-fee-table{
  overflow:hidden;
  border:1px solid #ddd;
  border-radius:10px;
}

.kc-fee-row{
  display:grid;
  grid-template-columns:1fr 190px;
  align-items:center;
  min-height:72px;
  border-bottom:1px solid #ddd;
}

.kc-fee-row:last-child{
  border-bottom:none;
}

.kc-fee-date{
  padding:20px 24px;
  font-size:15px;
  font-weight:700;
}

.kc-fee-price{
  align-self:stretch;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:15px;
  background:#f7f7f7;
  font-size:18px;
}

.kc-fee-row.free .kc-fee-price{
  background:#eef8f0;
  color:#208040;
}

.kc-fee-price strong{
  font-size:24px;
}

.kc-note{
  margin-top:16px!important;
  color:#777;
  font-size:12px!important;
  line-height:1.8!important;
}

.kc-flow{
  margin:28px 0;
}

.kc-flow-item{
  display:flex;
  gap:22px;
  padding:22px 0;
  border-top:1px solid #e0e0e0;
}

.kc-flow-item:last-child{
  border-bottom:1px solid #e0e0e0;
}

.kc-flow-item>span{
  flex:0 0 42px;
  color:#d7193f;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
}

.kc-flow-item strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
}

.kc-flow-item p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.8;
}

.kc-button-wrap{
  margin:28px 0 10px;
  text-align:center;
}

.kc-button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:50px;
  padding:0 28px;
  background:#d7193f;
  color:#fff!important;
  border-radius:4px;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
}

.kc-button:hover{
  opacity:.86;
}

.kc-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:28px 0;
}

.kc-info-card{
  padding:24px;
  background:#f7f7f7;
  border-radius:10px;
}

.kc-info-card strong{
  display:block;
  margin-bottom:10px;
  font-size:15px;
}

.kc-info-card p{
  margin:0;
  color:#555;
  font-size:13px;
  line-height:1.9;
}

.kc-example{
  margin:26px 0;
  padding:26px;
  background:#fff9df;
  border:1px solid #e9d277;
  border-radius:10px;
}

.kc-example-title{
  margin-bottom:15px;
  font-size:14px;
  font-weight:800;
}

.kc-example-row{
  display:flex;
  justify-content:space-between;
  padding:8px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:13px;
}

.kc-example p{
  margin:18px 0 0;
  font-size:13px;
  line-height:1.9;
}

.kc-alert{
  margin:26px 0;
  padding:22px 24px;
  border-left:4px solid #d7193f;
  background:#fff3f5;
}

.kc-alert strong{
  display:block;
  margin-bottom:7px;
  font-size:14px;
}

.kc-alert p{
  margin:0;
  font-size:13px;
  line-height:1.9;
}

.kc-list{
  margin:0;
  padding:0;
  list-style:none;
}

.kc-list li{
  position:relative;
  padding:15px 0 15px 24px;
  border-bottom:1px solid #e5e5e5;
  font-size:13px;
  line-height:1.9;
}

.kc-list li:before{
  content:"";
  position:absolute;
  top:24px;
  left:2px;
  width:6px;
  height:6px;
  background:#d7193f;
  border-radius:50%;
}

.kc-contact{
  text-align:center;
}

.kc-contact .kc-title{
  margin-bottom:15px;
}

.kc-contact p:not(.kc-en){
  max-width:650px;
  margin:0 auto 25px;
}

.kc-button.dark{
  background:#111;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

  .kc-inner,
  .kc-narrow{
    width:calc(100% - 28px);
  }

  .kc-hero{
    padding:68px 0 60px;
  }

  .kc-hero h1{
    font-size:30px;
  }

  .kc-lead{
    font-size:13px;
  }

  .kc-section{
    padding:38px 0 70px;
  }

  .kc-intro{
    text-align:left;
    font-size:13px;
  }

  .kc-policy-card,
  .kc-block,
  .kc-contact{
    padding:26px 20px;
    border-radius:12px;
  }

  .kc-title{
    margin-bottom:20px;
    font-size:22px;
  }

  .kc-fee-row{
    grid-template-columns:1fr 105px;
    min-height:62px;
  }

  .kc-fee-date{
    padding:16px;
    font-size:13px;
  }

  .kc-fee-price{
    padding:10px;
  }

  .kc-fee-price strong{
    font-size:19px;
  }

  .kc-info-grid{
    grid-template-columns:1fr;
  }

  .kc-flow-item{
    gap:12px;
  }

  .kc-flow-item>span{
    flex-basis:32px;
  }

  .kc-button{
    width:100%;
  }

}