:root {

    --main: #F58220;

    --bg01: #FDFAF6;

    --bg02: #FCFCFC;

    --white: #FFFFFF;

    --text: #333333;

    --text-light: #666666;

    --border: #E8E8E8;

}

/* ==========================================
   専用袋バナー ＋ オイル・ご相談エリア
   ========================================== */


#rvm .bag-banner-box {
    max-width: 800px;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
}

#rvm .oil-main-banner {
    background: #ffffff;
    border: 2px solid #e68a00;
    /* ブランドカラーのオレンジ枠 */
    border-radius: 8px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

#rvm .oil-text-area {
    width: 72%;
    box-sizing: border-box;
}

#rvm .oil-tag {
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

#rvm .oil-main-copy {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

#rvm .oil-main-copy .highlight {
    font-size: 24px;
    /* 特大表示 */
    color: #e68a00;
    display: block;
    margin-top: 4px;
}

#rvm .oil-desc {
    font-size: 13px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 18px 0;
}

#rvm .oil-btn {
    display: inline-block;
    background-color: #e68a00;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

#rvm .oil-btn:hover {
    background-color: #cc7a00;
}

/* 右側アイコンエリア */
#rvm .oil-icon-area {
    width: 24%;
    text-align: center;
    box-sizing: border-box;
}

#rvm .oil-badge-box {
    background: #fdfbf9;
    border: 1px solid #ebdcd0;
    border-radius: 8px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rvm .oil-icon {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 8px;
}

#rvm .oil-label {
    font-size: 12px;
    font-weight: bold;
    color: #e68a00;
}

/* スマホ表示対応（768px以下） */
@media screen and (max-width: 768px) {
    #rvm .oil-main-banner {
        flex-direction: column-reverse;
        padding: 20px 15px;
    }

    #rvm .oil-text-area,
    #rvm .oil-icon-area {
        width: 100%;
    }

    #rvm .oil-icon-area {
        margin-bottom: 15px;
    }

    #rvm .oil-badge-box {
        padding: 12px;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    #rvm .oil-icon {
        font-size: 24px;
        margin-bottom: 0;
    }

    #rvm .oil-main-copy {
        font-size: 16px;
    }

    #rvm .oil-main-copy .highlight {
        font-size: 20px;
    }

    #rvm .oil-desc {
        font-size: 12px;
    }

    #rvm .oil-btn {
        display: block;
        text-align: center;
        font-size: 15px;
    }
}


/* ==========================================
   【将来用・保管CSS】専用袋（NN TYPE）用
   ※将来袋の販売が始まったら使う
   ========================================== */

#rvm .bag-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 2px solid #e68a00;
    border-radius: 8px;
    padding: 30px 25px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

#rvm .bag-text-area {
    width: 60%;
    box-sizing: border-box;
}

#rvm .bag-tag {
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

#rvm .bag-main-copy {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

#rvm .bag-main-copy .highlight {
    font-size: 26px;
    color: #e68a00;
    display: block;
    margin-top: 4px;
}

#rvm .bag-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

#rvm .bag-badges .badge {
    background-color: #fdfbf9;
    border: 1px solid #e68a00;
    color: #e68a00;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
}

#rvm .bag-btn {
    display: inline-block;
    background-color: #e68a00;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 6px;
}

#rvm .bag-img-area {
    width: 36%;
    box-sizing: border-box;
}

#rvm .bag-img-area img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}


/* ==========================================
   レマコム真空包装機 メリットセクション
   ========================================== */

/* 全体エリア */
#rvm.vacuum-merit,
#rvm .vacuum-merit {
    color: #4A4A4A;
    line-height: 1.6;
    box-sizing: border-box;
}

#rvm .inner {
    margin: 0 auto;
    box-sizing: border-box;
}



#rvm .sec-title::before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #dddddd;
    margin: 0 auto 20px auto;
}

#rvm .sec-title::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #dddddd;
    margin: 20px auto;
    ;
}



#rvm .merit-image {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#rvm .merit-image img {
    width: 60%;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

/* テキスト部分（白カード：幅52%＋重ね幅調整） */
#rvm .merit-text {
    width: 52%;
    background-color: #ffffff;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    position: relative;
    z-index: 2;
    margin-left: -2%;
    /* 重なりを控えめに修正 */
    box-sizing: border-box;
}

#rvm .merit-number {
    display: none;
}



/* スマホ表示（768px以下） */
@media screen and (max-width: 768px) {

    #rvm.vacuum-merit,
    #rvm .vacuum-merit {
        padding: 40px 15px;
    }



    #rvm .merit-box {
        flex-direction: column !important;
        margin-bottom: 40px;
    }


    #rvm .merit-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 4px;
        object-fit: cover;
    }

}


#rvm .inner {
    max-width: 800px;
}

.merit-video-box {
    max-width: 600px;
    width: 100%;
    margin: 60px auto;
}

.merit-video-box video {
    width: 100%;
    height: auto;
    display: block;
}


/*==========================================
  真空包装機 メリットセクション
==========================================*/

/* ---------- 共通 ---------- */

#rvm.vacuum-merit,
#rvm .vacuum-merit {
    color: #4A4A4A;
    line-height: 1.6;
    box-sizing: border-box;
}

#rvm .inner {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ---------- セクションタイトル ---------- */

#rvm .sec-title::before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    margin: 0 auto 20px;
    background: #ddd;
}

/* ---------- 動画 ---------- */

/* 動画を少しコンパクトに */
#rvm .merit-video-box {
    max-width: 520px;
    width: 100%;
    margin: 30px auto 40px;
}

/* 動画 */
#rvm .merit-video-box video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

/* スマホ */
@media (max-width: 768px) {
    #rvm .merit-video-box {
        max-width: 100%;
        margin: 25px auto 35px;
    }
}

/* ---------- 画像 ---------- */

#rvm .merit-image {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#rvm .merit-image img {
    display: block;
    width: 60%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;

    /* 装飾 */
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    transition: .3s;
}

#rvm .merit-image img:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

/* ---------- テキストカード ---------- */

#rvm .merit-text {
    width: 52%;
    margin-left: -2%;
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    border-top: 4px solid #f39800;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

#rvm .merit-text h3 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 12px;
    color: #333;
}

#rvm .merit-text h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #f39800;
    border-radius: 2px;
}

#rvm .merit-text p {
    line-height: 2;
    color: #555;
}

/* 番号非表示 */

#rvm .merit-number {
    display: none;
}

/*==========================================
  SP
==========================================*/

@media (max-width:768px) {

    #rvm .merit-box {
        flex-direction: column !important;
        margin-bottom: 40px;
    }

    #rvm .merit-image,
    #rvm .merit-text {
        width: 100% !important;
        margin: 0 !important;
    }

    #rvm .merit-image img {
        width: 100%;
    }

    #rvm .merit-text {
        margin-top: -20px !important;
        padding: 20px 18px;
    }

    #rvm .merit-text h3 {
        margin-bottom: 15px;
    }

    #rvm .merit-text h3::after {
        width: 45px;
    }
}

/* =========================================
導入実績多数！
========================================= */



#rvm .industry-card {
    flex: 1;
    background: #fff;
    border: 1px solid #ececec;
    border-top: 4px solid #f39800;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: .3s;
}

#rvm .industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

#rvm .industry-card img {
    width: 100%;
    display: block;
    transition: .3s;
}

#rvm .industry-card:hover img {
    transform: scale(1.03);
}

#rvm .industry-card h3 {
    position: relative;
    margin: 0;
    padding: 18px 18px 12px;
}

#rvm .industry-card p {
    margin: 0;
    padding: 0 18px 20px;
    line-height: 1.8;
    color: #555;
}


/* ===========================
   SP
=========================== */

@media screen and (max-width:768px) {


    #rvm .industry-card {
        flex: none;
        border-radius: 10px;
        margin-top: 10px;
    }

    #rvm .industry-card h3 {
        padding: 12px 12px 8px;
    }

    #rvm .industry-card h3::before {
        width: 28px;
        height: 3px;
        margin-bottom: 8px;
    }

    #rvm .industry-card p {
        padding: 0 12px 14px;
        line-height: 1.6;
    }

}

/*=========================================
選ばれる6つの理由
=========================================*/

#rvm .feature-card {
    flex: 1;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 22px 18px 20px;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
    transition: .3s;
}

#rvm .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

/* アイコン */

#rvm .feature-no {
    position: absolute;
    top: -16px;
    left: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    /*background: #f39800;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    /*box-shadow: 0 4px 10px rgba(243, 152, 0, .35);*/
}

/* 画像 */

#rvm .feature-img {
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
}

#rvm .feature-img img {
    display: block;
    width: 100%;
    transition: .3s;
}

#rvm .feature-card:hover .feature-img img {
    transform: scale(1.04);
}

/* 本文 */

#rvm .feature-card p {
    margin: 0;
    color: #555;
    line-height: 1.8;
}

/* 注意書き */

#rvm .feature-note {
    margin-top: 25px;
    padding: 18px;
    background: #fff8ef;
    border-left: 5px solid #f39800;
    border-radius: 8px;
}

#rvm .feature-img {
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    aspect-ratio: 4 / 3;
    /* 他の画像と同じ比率 */
}

#rvm .feature-img img,
#rvm .feature-img video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#rvm .feature-img video {
    cursor: pointer;
}

/*=========================================
SP
=========================================*/

@media screen and (max-width:768px) {


    #rvm .feature-card {
        flex: none;
        padding: 18px 12px 14px;
        border-radius: 12px;
        margin-top: 15px;
    }

    #rvm .feature-no {
        width: 30px;
        height: 30px;
        font-size: 50px;
        top: -12px;
        left: 12px;
    }

    #rvm .feature-img {
        margin: 12px 0;
    }

    #rvm .feature-card p {
        line-height: 1.6;
    }

    #rvm .feature-note {
        margin-top: 20px;
        padding: 14px;
    }

}

/*==========================
  比較表
==========================*/

#rvm .compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}

#rvm .compare-table th,
#rvm .compare-table td {
    padding: 16px 14px;
    border-bottom: 1px solid #ececec;
    text-align: center;
    vertical-align: middle;
}

#rvm .compare-table thead th {
    background: #f6f6f6;
    border-bottom: 2px solid #f39800;
}

#rvm .compare-table tbody th {
    background: #fffaf3;
    border-right: 1px solid #ececec;
    white-space: nowrap;
}

#rvm .compare-table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

#rvm .compare-table tbody tr:hover {
    background: #fff7ea;
}

#rvm .compare-table td:last-child {
    text-align: center;
    padding-left: 20px;
}

#rvm .compare-note {
    margin-top: 15px;
    padding: 15px 18px;
    background: #fafafa;
    border-left: 4px solid #f39800;
    border-radius: 6px;
}

#rvm .compare-note p {
    margin: 4px 0;
}

/* ○△×を少し強調 */
#rvm .compare-table td:nth-child(3),
#rvm .compare-table td:nth-child(4) {
    font-weight: bold;
}

/*==========================
  SP
==========================*/

@media(max-width:768px) {

    #rvm .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #rvm .compare-table {
        min-width: 560px;
    }

    #rvm .compare-table th,
    #rvm .compare-table td {
        padding: 12px 10px;
        white-space: nowrap;
    }

    #rvm .compare-note {
        padding: 12px 15px;
    }

}

/*==========================*
* Before After
*==========================*/

#rvm .ba-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
}

#rvm .ba-item:last-child {
    border-bottom: none;
}

#rvm .ba-image {
    width: calc(100% - 275px);
    flex: 0 0 calc(100% - 275px);
    float: none !important;
}

#rvm .ba-image img {
    /*display: block;*/
    width: 100%;
    height: auto;
    float: none !important;
}

#rvm .ba-text {
    width: 250px;
    background: #fafafa;
    border-left: 4px solid #f39800;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    flex: 0 0 250px;
    float: none !important;
}

#rvm .ba-text h3 {
    margin: 0 0 12px;
}

#rvm .ba-text ul {
    margin: 0;
    padding-left: 18px;
}

#rvm .ba-text li {
    margin: 8px 0;
}


/*==========================
SP
==========================*/

@media (max-width:768px) {

    #rvm .ba-item {
        display: block;
        padding: 30px 0;
    }

    #rvm .ba-image {
        width: 100%;
        margin-bottom: 15px;
        flex: none;
    }

    #rvm .ba-image img {
        /*display: block;*/
        width: 100%;
        height: auto;
        float: none !important;
    }

    #rvm .ba-text {
        width: 100%;
    }


}

/*==========================
 真空袋・オイル相談
==========================*/

#rvm .showroom {
    padding: 60px 0;
    background: #fffaf3;
}

#rvm .showroom-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 45px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    text-align: center;
}

#rvm .showroom-lead {
    color: #666;
    line-height: 1.9;
    margin: 20px 0 35px;
}

#rvm .showroom-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 35px;
    display: inline-block;
    text-align: left;
}

#rvm .showroom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    line-height: 1.8;
}

#rvm .showroom-list li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #f39800;
    font-weight: bold;
}

#rvm .showroom-banner {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 30px;
}

#rvm .showroom-note {
    background: #fff8ef;
    border-left: 4px solid #f39800;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 0 auto 35px;
    line-height: 1.8;
    color: #555;
}

#rvm .showroom-btn {
    display: inline-block;
    padding: 16px 42px;
    background: #f39800;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-weight: bold;
    transition: .3s;
}

#rvm .showroom-btn:hover {
    background: #de8700;
}

/*==========================
 SP
==========================*/

@media (max-width:768px) {

    #rvm .showroom {
        padding: 40px 15px;
    }

    #rvm .showroom-card {
        padding: 30px 20px;
    }

    #rvm .showroom-banner {
        max-width: 100%;
    }

    #rvm .showroom-list {
        width: 100%;
    }

    #rvm .showroom-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

}

/*==========================
  ラインナップ
==========================*/

#rvm .lineup {
    background: #FCFCFC;
}

#rvm .lineup-copy {
    text-align: center;
    margin-bottom: 35px;
}


/* カード */

#rvm .lineup-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 22px 18px;
    box-sizing: border-box;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

#rvm .lineup-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

#rvm .lineup-card img {
    display: block;
    width: 90%;
    margin: 18px auto;
}

/* ラベル */

#rvm .recommend {
    display: inline-block;
    background: #f3f3f3;
    color: #555;
    border-radius: 999px;
    padding: 6px 14px;
    margin: 0 auto 12px;
}

#rvm .popular {
    border: 2px solid #f39800;
    position: relative;
}

#rvm .popular-label {
    background: #f39800;
    color: #fff;
}

/* スペック */

#rvm .spec-list {
    margin: 15px 0;
    padding: 15px 0;
    list-style: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#rvm .spec-list li {
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

#rvm .spec-list li:last-child {
    border-bottom: none;
}

/* おすすめ文 */

#rvm .recommend-text {
    color: #666;
    margin: 18px 0;
    flex: 1;
}

/* ボタン */

#rvm .btn-detail {
    display: block;
    text-align: center;
    background: #f39800;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 12px 0;
    transition: .3s;
}

#rvm .btn-detail:hover {
    background: #dd8800;
}

/* SP */

@media(max-width:768px) {

    #rvm .lineup {
        padding: 50px 0;
    }

    #rvm .lineup-card {
        margin-bottom: 20px;
    }

    #rvm .lineup-card img {
        width: 80%;
    }

}

/*==========================*
* モデル比較表
*==========================*/

#rvm .model-comparison .sec-title span {
    display: block;
    margin-top: 10px;
    color: #666;
    font-weight: normal;
}

#rvm .table-scroll {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
}

#rvm .model-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

#rvm .model-table th,
#rvm .model-table td {
    padding: 16px 14px;
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7;
}

#rvm .model-table thead th {
    background: #4b4b4b;
    color: #fff;
    font-weight: bold;
}

#rvm .model-table tbody th {
    background: #fafafa;
    font-weight: bold;
    white-space: nowrap;
}

#rvm .model-table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

#rvm .model-table tbody tr:hover {
    background: #fffdf7;
}

/*==========================
 人気No.1（RVM-250S）
==========================*/

#rvm .model-table thead th:nth-child(2) {
    background: #f39800;
    color: #fff;
}

#rvm .model-table thead th:nth-child(2) small {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-weight: normal;
}

#rvm .model-table td:nth-child(2),
#rvm .model-table th:nth-child(2) {
    background: #fff7ea;
    border-left: 4px solid #f39800;
    border-right: 4px solid #f39800;
}

#rvm .model-table thead th:nth-child(2) {
    border-top: 4px solid #f39800;
}

#rvm .model-table tbody tr:last-child td:nth-child(2) {
    border-bottom: 4px solid #f39800;
}

/*==========================
 注釈
==========================*/

#rvm .table-note {
    margin-top: 20px;
    padding: 14px 18px;
    background: #fff7ef;
    border-left: 4px solid #f39800;
    color: #666;
}

/*==========================
 SP
==========================*/

@media(max-width:768px) {

    #rvm .table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #rvm .model-table {
        min-width: 760px;
    }

}

#rvm .video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/*==========================
 動画
==========================*/
#rvm .feature-img.video-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

#rvm .feature-img.video-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#rvm .video-card {
    position: relative;
    width: 100%;
    /*aspect-ratio: 16 / 9;*/
    overflow: hidden;
    border-radius: 10px;
    background: #000;
    cursor: pointer;
}

#rvm .video-card video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 縦動画を全部表示 */
    background: #000;
    display: block;
}

/* 再生ボタン */

#rvm .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .45);
    border: 4px solid #fff;
    color: #fff;
    font-size: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    pointer-events: none;
}

#rvm .video-card:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.12);
    background: #f39800;
}

/* 再生後 */

#rvm .video-card.playing .play-btn {
    display: none;
}

/*==========================
お悩み
==========================*/

#rvm .trouble-box {
    background: #fff;
    border: 1px solid #ececec;
    border-top: 5px solid #f39800;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
    padding: 40px;
    max-width: 720px;
    margin: 0 auto;
}

#rvm .trouble-title {
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

#rvm .trouble-title::before {
    content: "💭";
    display: block;
    margin-bottom: 10px;
}

#rvm .trouble-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 520px;
}

#rvm .trouble-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px dashed #ececec;
}

#rvm .trouble-list li:last-child {
    border-bottom: none;
}

#rvm .trouble-list li::before {
    content: "\203A";
    color: #f39800;
    flex-shrink: 0;
}

#rvm .trouble-message {
    margin-top: 30px;
    background: #fff7ef;
    border-left: 5px solid #f39800;
    padding: 20px 24px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.9;
}

#rvm .trouble-message strong {
    display: block;
    color: #f39800;
    margin-bottom: 10px;
}

/*==========================
SP
==========================*/

@media(max-width:768px) {

    #rvm .trouble-box {
        padding: 25px 20px;
    }

    #rvm .trouble-list li {
        padding-left: 34px;
    }

}

/*==========================*
 * ショールームCTA
 *==========================*/

#rvm .showroom2 {
    margin: 60px auto;
}

#rvm .showroom2-box {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

#rvm .showroom2-banner {
    text-align: center;
    background: #fff8ef;
    padding: 20px;
}

#rvm .showroom2-banner img {
    width: 75%;
    max-width: 520px;
    display: block;
    margin: 0 auto;
}

#rvm .showroom2-content {
    padding: 35px 45px 40px;
    text-align: center;
}

#rvm .showroom2-content h3 {
    margin-bottom: 12px;
    color: #333;
}

#rvm .showroom2-lead {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.8;
}

#rvm .showroom2-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 25px;
    display: inline-block;
    text-align: left;
}

#rvm .showroom2-list li {
    position: relative;
    padding-left: 28px;
    margin: 14px 0;
    line-height: 1.8;
}

#rvm .showroom2-list li:before {
    content: "\2713";
    color: #f39800;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

#rvm .showroom2-note {
    background: #fff7ed;
    border-left: 4px solid #f39800;
    padding: 15px 18px;
    margin: 25px auto 30px;
    text-align: left;
    color: #666;
    border-radius: 6px;
}

#rvm .showroom2-btn {
    display: inline-block;
    background: #f39800;
    color: #fff;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 999px;
    font-weight: bold;
    transition: .3s;
}

#rvm .showroom2-btn:hover {
    background: #df8500;
}

/*==========================
SP
==========================*/

@media (max-width:768px) {

    #rvm .showroom2-box {
        border-radius: 12px;
    }

    #rvm .showroom2-banner {
        padding: 15px;
    }

    #rvm .showroom2-banner img {
        width: 100%;
    }

    #rvm .showroom2-content {
        padding: 25px 18px 30px;
    }

    #rvm .showroom2-list {
        display: block;
    }

    #rvm .showroom2-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

}