@charset "UTF-8";

/*--キャッチ画像位置調整_250412--*/
#mv.slide03 .mv_img:has(> :nth-child(1):last-child) li.show img {
    animation-name: none !important;
    animation-timing-function:  initial !important;
}
#mv .mv_textimg .mv_textimg_pc {
    width:54%;
}
@media screen and (max-width: 700px) {
    #mv .mv_textimg .mv_textimg_sp {
        width: auto;
    }
}

/*--物件別不動産売却パーツ画像ポップアップ調整_250412--*/
#top_parts + div .inner_item > a{
    pointer-events: none;
}

/*--MVイラスト下にテキスト追加_250521--*/
#mv .mv_textimg a:before {
    content: "多数の電話は一切なし。一社完結の安心査定";
    position: absolute;
    color: #002e6e;
    font-weight: bold;
    font-size: 2.8rem;
    top: 115%;
    min-width: 565px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    pointer-events: none;
}

@media screen and (max-width: 1300px) {
    #mv .mv_textimg a:before {
    font-size: 2.2rem;
    min-width: 465px;
}
}

@media screen and (max-width: 1050px) {
    #mv .mv_textimg a:before {
        white-space: pre;
        content: "多数の電話は一切なし。\A一社完結の安心査定";
        min-width: auto;
        font-size: 2.8rem;
        line-height: 1.4;
        text-align: center;
}
}

@media screen and (max-width: 768px) {
    #mv .mv_textimg .mv_textimg_sp {
        top: -100px;
    }

    #mv .mv_textimg a:before {
        font-size: 3.2rem;
}
}

@media screen and (max-width: 480px) {
    #mv .mv_textimg .mv_textimg_sp {
        top: -50px;
        width: 77%;
    }

    #mv .mv_textimg a:before {
        font-size: 2.2rem;
    }
}


@media screen and (max-height: 680px) and (max-width: 1370px) and (min-width: 901px) {
    #mv .mv_textimg .mv_textimg_pc {
    width: 40%;
}

    #mv .mv_textimg a:before {
        font-size: 2.0rem;
        min-width: 410px;
}
}