@import url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/css/style4.css);

/* =========================================================
   Page common hidden parts (existing)
   ========================================================= */
.min_content {
    display: none;
}

.contact_bt {
    display: none;
}

/* =========================================================
   MOVIE / FEATURES 共通（見出し・動画）
   ========================================================= */
.videolibrary_floating {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.youtube_ct {
    max-width: 1000px;
    margin: 60px auto;
}

/* 見出し */
.youtube_ct_ttl {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

/* 小ラベル */
.youtube_ct_label {
    font-size: 12px;
    letter-spacing: .18em;
    font-weight: 700;
    color: #5ea7ff;
}

/* メインタイトル */
.youtube_ct_main {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .02em;
    color: #0b2f66;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    position: relative;
}

/* 左アクセントライン */
.youtube_ct_main::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 28px;
    border-radius: 4px;
    background: linear-gradient(#0b2f66, #5ea7ff);
    box-shadow: 0 0 10px rgba(94, 167, 255, .35);
}

/* 動画フレーム */
.youtube_ct_frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
    background: #000;
}

.youtube_ct_frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* =========================================================
   FEATURES 画像（レスポンシブ 1000px）
   ========================================================= */
.features_image {
    max-width: 1000px;
    margin: 10px auto 80px;
}

.features_image img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================================================
   Page polish（余白/整列/記事一覧カード）
   ========================================================= */
.page_product .common_inner {
    padding-left: 20px;
    padding-right: 20px;
}

.page_product .product_top {
    padding: 12px 0 10px;
}

.page_product .product_top_row {
    padding: 26px 0 0;
    margin-top: 18px;
}

.page_product .product_top_ttl {
    margin-bottom: 10px;
    line-height: 1.35;
}

.page_product .product_top_text {
    line-height: 1.9;
    margin-top: 8px;
}

/* FEATURES セクションの上余白 */
.page_product .common_inner > .youtube_ct_ttl {
    margin-top: 70px;
}

/* FEATURESの本文の下に“ゆるい区切り” */
.page_product .common_inner .product_top_row::after {
    content: "";
    display: block;
    height: 1px;
    background: rgba(11, 47, 102, .12);
    margin: 28px 0 0;
}

/* LINEUP（記事一覧） */
.product_lineup {
    padding-top: 10px;
}

.product_lineup_en {
    margin-bottom: 8px;
    opacity: .85;
}

.product_lineup_ttl {
    margin: 10px 0 18px;
}

.useful_common_list {
    gap: 18px;
}

.useful_common_item a {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
    transform: translateY(0);
    transition: .18s ease;
}

.useful_common_item a:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .12);
}

.useful_common_img img {
    display: block;
    width: 100%;
    height: auto;
}

.useful_common_textarea {
    padding: 14px 16px 16px;
}

.useful_common_ttl {
    line-height: 1.6;
}

/* =========================================================
   共通：黒四角つき見出し（「その他の工程を見る」用）
   ========================================================= */
.section_blk_ttl {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .02em;
    color: #0b2f66;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
}

.section_blk_ttl::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #111;
    display: inline-block;
}

/* =========================================================
   開発者の想い（カード最終版）
   ※HTMLは .dev_thoughts / .dev_thoughts_row を使用（:contentReference[oaicite:1]{index=1}）
   ========================================================= */
.dev_thoughts {
    margin-top: 80px;
    padding: 40px 0 10px;
    border-top: 1px solid rgba(11, 47, 102, .18);
}

.dev_thoughts_row {
    display: flex;
    align-items: center;
    gap: 34px;

    max-width: 980px;
    margin: 0 auto;

    background: #f7f9fc;
    border-radius: 16px;
    padding: 34px 36px;
    box-shadow: 0 14px 42px rgba(0, 0, 0, .08);
}

.dev_thoughts_left {
    flex: 1;
    min-width: 0;
}

.dev_thoughts_head {
    font-size: 22px;
    font-weight: 800;
    color: #0b2f66;
    margin: 0 0 12px;
}

.dev_thoughts_text {
    font-size: 14px;
    line-height: 2;
    color: #0b2f66;
    margin: 0;
}

.dev_thoughts_right {
    flex: 0 0 240px;
}

.dev_thoughts_person {
    text-align: center;
}

.dev_thoughts_photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
}

.dev_thoughts_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dev_thoughts_role {
    font-size: 12px;
    line-height: 1.6;
    color: #0b2f66;
    margin: 0 0 6px;
    opacity: .9;
}

.dev_thoughts_name {
    font-size: 14px;
    font-weight: 800;
    color: #0b2f66;
    margin: 0;
}

/* =========================================================
   その他の工程を見る（ボタン最終版）
   ========================================================= */
.other_process {
    margin-top: 80px;
    padding: 26px 0 76px;
    border-top: 1px solid rgba(11, 47, 102, .18);
}

.other_process_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
}

.other_process_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    width: 100%;
    min-height: 56px;

    border: 1px solid rgba(11, 47, 102, .22);
    background: #fff;
    color: #0b2f66;
    font-weight: 800;
    text-decoration: none;

    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    transition: .18s ease;
}

.other_process_btn:hover {
    transform: translateY(-2px);
    border-color: rgba(11, 47, 102, .55);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .10);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 860px) {
    .youtube_ct {
        margin: 52px auto;
    }

    .youtube_ct_main {
        font-size: 26px;
    }

    .youtube_ct_main::before {
        left: -14px;
        height: 22px;
    }

    .dev_thoughts_row {
        flex-direction: column;
        text-align: center;
        padding: 26px;
        gap: 18px;
    }

    .dev_thoughts_right {
        flex: 1 1 auto;
    }

    .other_process_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 12px;
    }
}

@media (max-width: 480px) {
    .section_blk_ttl {
        font-size: 20px;
    }

    .dev_thoughts_head {
        font-size: 20px;
    }

    .other_process_btn {
        min-height: 52px;
        border-radius: 9px;
    }
}

/* =========================
   product_top 画像
   ========================= */

.product_top_img {
    text-align: center;
    margin: 40px auto 0;
    widows: 100%;
}

.product_top_img img {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.page_product_printer .product_top_img img {
    transform: none;
}



/* Nexim TOPボタン */

.other_process_top {
    background: #0b2f66;
    color: #fff;
    border-color: #0b2f66;
}

.other_process_top:hover {
    background: #1f4aa2;
    color: #fff;
}

.other_process_list li:last-child {
    grid-column: span 4;
}
