@charset "UTF-8";

/*MV調整_251128*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: 100vh !important;
/*    max-height: initial !important;*/
}
#mv .mv_textimg {
    left: 1%;
    height: 98%;
}
#mv .mv_textimg .mv_textimg_pc {
    width: 45%;
    max-width: initial;
    min-width: 500px;
    min-width: initial;
}
#mv .mv_textimg .mv_textimg_sp {
    width: 43%;
    max-width: initial;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
    width: 100%;
}
#mv .mv_textimg a {
    max-width: initial;
}
@media screen and (max-width: 768px) {
    #mv {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}

/*防犯カメラに特化するわけ 調整 251129*/
#top_reason01 + .contents_box01 .inner_item_img {
    width: 170px;
}
#top_reason01 + .contents_box01 .inner_item_img img {
    position: relative;
    bottom: -10px;
    width: 150px !important;
}
#top_reason02 + section {
    margin-top: -50px;
}
@media screen and (max-width: 900px) {
    #top_reason01 + .contents_box01 {
        padding-bottom: 60px;
    }
    #top_reason01 + .contents_box01 .inner_item_img {
        width: initial;
    }
    #top_reason01 + .contents_box01 .inner_item_img img {
        position: absolute;
        right: 10px;
        bottom: -10px;
        max-width: 100px !important;
        width: 20% !important;
        margin-bottom: 0;
    }
    #top_reason01 + .contents_box01.block_image_text_4 .inner_item_txt  p{
        margin-right: min(20% ,100px);
    }
}

/* お客様の声調整(2025/12/01) */
#top_voice2 + .widget_gallery01.add_design1 .inner_item>a img {
    background: var(--i_bg_color);
}