@charset "UTF-8";

/*------余白調整-------*/
@media screen and (max-width: 900px) {
    #seo_w + section,
    #concept+div,
    #top_left + section,
    #c3 + div,
    #blog+div {
        padding-bottom: 0;
    }
    #blog+div {
        margin-top: -50px;
    }
}

/*--- 追従フッター調整(2025-05-13) ---*/

@media screen and (min-width: 901px) {
footer #fixbtn .inner {
    visibility: hidden;
}
#fixbtn .fixbtnwrap {
    background: none;
}
footer #fixsns {
    bottom: 0;
}
body.scrolled footer #fixbtn .inner {
    visibility: visible;
}
body.scrolled #fixbtn .fixbtnwrap {
    background: var(--i_sub2_color);
}
body.scrolled footer #fixsns {
    bottom: calc(100% + 0px);
}
body:not(.scrolled) footer #fixsns {
    opacity: 0;
}

#mv {
    max-height: 100vh !important;
    height: calc(100vh - 186px);
}
#mv .mv_textimg {
    height: 90%;
}
}


