

/* =========================================================
   oo-mmfarm エリア
========================================================= */
.oo-mmfarm {
    max-width: 339px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}


/* =========================================================================
   カルーセル（Swiper）部隊の装飾
   ========================================================================= */
   /* =========================================================================
   cri-reve 統合意匠：縦300px・比率維持・最強防御
   ========================================================================= */

/* 1. スライド枠：物理シールドの基準点 */
.cri-reve-item {
    position: relative !important; /* シールドの起点 */
    height: 300px !important;      /* 縦300px絶対固定 */
    width: auto !important;        /* 横幅は画像比率に準ずる */
    margin: 0 !important;
    overflow: hidden;
}

/* 2. 最強シールド：画像の上に透明な壁を生成 */
.zukan-detail-shield-popup {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;        /* 画像(1)より上 */
    background: transparent !important;
    cursor: zoom-in !important;    /* 拡大鏡ポインターの復刻 */
    -webkit-touch-callout: none !important;
}

/* 3. 画像本体：盾の下で比率を維持 */
.cri-reve-img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    display: block !important;
    z-index: 1 !important;
    pointer-events: none !important; /* 画像そのものへの直接干渉を拒絶 */
}

/* 4. 拡大オーバーレイ（最前面） */
.cri-reve-zoom-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex; justify-content: center; align-items: center;
    z-index: 1000000;
    cursor: zoom-out;
}
.cri-reve-zoom-overlay img {
    max-width: 95%; max-height: 95%;
    object-fit: contain;
    -webkit-touch-callout: none;
}
/* =========================================================================
   cri-reve カルーセル意匠部隊：縦300px・比率維持・防御解除
   ========================================================================= */
