@charset "utf-8";
/* =============================================================
   SHOWTIME 代表ごあいさつページ リデザイン
   トップと同じトンマナ：白 × 赤 ／ 親しみ・柔らかい・洗練
   ※ .stg-greeting 配下のみに適用
============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.stg-greeting {
    --c-red: #e8443b;
    --c-red-2: #ff6b5e;
    --c-red-deep: #c9302a;
    --c-pink: #fff1ef;
    --c-cream: #fffaf8;
    --c-ink: #38322f;
    --c-sub: #7c736e;
    --c-line: #f2e3df;
    --c-round: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", sans-serif;
    --c-font: "Zen Kaku Gothic New", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    --c-radius: 26px;
    --c-shadow: 0 18px 44px -20px rgba(200, 60, 50, .26);
    --c-shadow-soft: 0 10px 30px -14px rgba(90, 70, 65, .20);

    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 8px 4px;
    color: var(--c-ink);
    font-family: var(--c-font);
    line-height: 1.95;
    overflow: hidden;
}
.stg-greeting * { box-sizing: border-box; }

/* 背景の淡いブロブ */
/*.stg-greeting::before,
.stg-greeting::after {
    content: ""; position: absolute; border-radius: 50%; z-index: 0;
    filter: blur(6px); opacity: .5; pointer-events: none;
}
.stg-greeting::before {
    width: 260px; height: 260px; top: -70px; right: -90px;
    background: linear-gradient(135deg, #ffd9d2, #ffeae6);
}
.stg-greeting::after {
    width: 200px; height: 200px; bottom: 60px; left: -80px;
    background: linear-gradient(135deg, #ffe2dc, #fff3f0);
}*/
.stg-inner { position: relative; z-index: 1; padding-inline: 20px;}

/* 見出し */
.stg-head { text-align: center; margin: 0 0 40px; }
.stg-en {
    display: inline-block; font-family: var(--c-round);
    font-size: 12px; font-weight: 700; letter-spacing: .34em;
    color: var(--c-red); margin: 0 0 12px; padding-left: .34em;
}
.stg-en::before, .stg-en::after {
    content: ""; display: inline-block; width: 26px; height: 2px; border-radius: 2px;
    background: var(--c-red); vertical-align: middle; margin: 0 12px 3px;
}
.stg-title {
    font-family: var(--c-round); font-weight: 700;
    font-size: clamp(25px, 5vw, 32px); line-height: 1.35; margin: 0; color: var(--c-ink);
}

/* プロフィールカード */
.stg-profile {
    display: grid; grid-template-columns: 300px 1fr; align-items: center;
    gap: 40px;
    background:
        radial-gradient(120% 130% at 0% 0%, var(--c-pink) 0%, rgba(255, 241, 239, 0) 55%),
        #fff;
    border: 1px solid var(--c-line); border-radius: var(--c-radius);
    box-shadow: var(--c-shadow-soft);
    padding: 36px 40px; margin: 0 0 40px;
}
.stg-profile-img { margin: 0; }
.stg-profile-img img {
    display: block; width: 100%; height: auto; border-radius: 20px;
    box-shadow: var(--c-shadow);
    margin: 0;
    aspect-ratio: 300/260;
    object-fit: cover;
}
.stg-role {
    display: inline-block; font-family: var(--c-round); font-weight: 700;
    font-size: 12px; letter-spacing: .1em; color: #fff;
    background: linear-gradient(120deg, var(--c-red), var(--c-red-2));
    border-radius: 999px; padding: 4px 16px; margin: 0 0 12px;
}
.stg-name {
    font-family: var(--c-round); font-weight: 700; font-size: 27px;
    line-height: 1.3; margin: 0 0 20px; color: var(--c-ink);
}
.stg-name .stg-ruby {
    display: block; font-size: 13px; font-weight: 500; letter-spacing: .12em;
    color: var(--c-sub); margin-top: 6px;
}

/* プロフィール表 */
.stg-table { width: 100%; border-collapse: collapse; }
.stg-table th,
.stg-table td {
    text-align: left; vertical-align: top;
    padding: 12px 0; border-bottom: 1px solid var(--c-line);
    font-size: 14.5px; line-height: 1.7;
}
.stg-table tr:last-child th,
.stg-table tr:last-child td { border-bottom: none; }
.stg-table th {
    width: 116px; font-family: var(--c-round); font-weight: 700;
    color: var(--c-red); white-space: nowrap; padding-right: 16px;
}
.stg-table td { color: var(--c-ink); }

/* 本文 */
.stg-text { font-size: 15.5px; }
.stg-text > p { margin: 0 0 24px; }

/* 4つの約束 */
.stg-promise-head {
    text-align: center; font-family: var(--c-round); font-weight: 700;
    font-size: clamp(19px, 4vw, 23px); color: var(--c-ink);
    margin: 44px 0 28px;
}
.stg-promise-head strong { color: var(--c-red); }
.stg-promise-head::after {
    content: ""; display: block; width: 46px; height: 3px; border-radius: 3px;
    background: linear-gradient(90deg, var(--c-red), var(--c-red-2));
    margin: 14px auto 0;
}
.post-content ul.stg-promise { list-style: none; margin: 0 0 32px; padding: 0; }
.stg-promise > li {
    display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start;
    background: #fff; border: 1px solid var(--c-line);
    border-radius: 20px; box-shadow: var(--c-shadow-soft);
    padding: 24px 28px; margin: 0 0 16px;
}
.stg-promise-num {
    font-family: var(--c-round); font-weight: 700; font-size: 30px;
    line-height: 1; color: var(--c-red-2);
    -webkit-text-stroke: 1px var(--c-red); text-stroke: 1px var(--c-red);
}
.stg-promise-body { min-width: 0; }
.stg-promise-title {
    font-family: var(--c-round); font-weight: 700; font-size: 17px;
    color: var(--c-red-deep); margin: 2px 0 8px;
}
.stg-promise-body p:last-child { margin: 0; font-size: 14.5px; line-height: 1.85; }

/* 締めの文 */
.stg-closing {
    background: var(--c-cream); border: 1px solid var(--c-line);
     border-radius: 16px;
    padding: 22px 26px; margin: 0 !important; font-size: 15px;
}

/* レスポンシブ */
@media screen and (max-width: 720px) {
    .stg-profile {
        grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; text-align: center;
    }
    .stg-profile-img { max-width: 260px; margin: 0 auto; }
    .stg-name { margin-bottom: 18px; }
    .stg-table th, .stg-table td { font-size: 14px; }
    .stg-table { text-align: left; }
}
@media screen and (max-width: 560px) {
    .stg-promise > li { grid-template-columns: 1fr; gap: 8px; padding: 22px 20px; }
    .stg-promise-num { font-size: 26px; }
    .stg-closing { padding: 20px; border-left: 1px solid var(--c-line);}
}
