@charset "UTF-8";

/*お悩み別整体*/
@media screen and (min-width: 501px) and (max-width: 700px) {
   a[id^="feature_link"]+div  a {
        min-width: 120px;
        width: 28%!important;
    }
}
@media screen and (max-width: 500px) {
    a[id^="feature_link"]+div .content_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*お悩み別整体リンクボタン修正*/
a[id^="feature_link"]+.contents_btn01 .content_wrapper>a {
    border-radius: 15px;
}

a[id^="feature_link"]+.contents_btn01 .content_wrapper>a span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
}
a[id^="feature_link"]+.contents_btn01 .content_wrapper>a:hover span::after {
    border-color: #fff;
}
a[id^="feature_link_sp"]+.contents_btn01 {
    display: none;
}
@media screen and (max-width: 500px) {
#feature_link1+.contents_btn01,
#feature_link2+.contents_btn01,
#feature_link3+.contents_btn01 {
    display: none;
}
a[id^="feature_link_sp"]+.contents_btn01 {
    display: block;
}
a[id^="feature_link_sp"]+.contents_btn01 .content_wrapper {
    flex-direction: row;
    justify-content: center;
}
a[id^="feature_link_sp"]+.contents_btn01 a {
    min-width: 45%;
}
}
/* 修正 */
#mv {
    width: 100%;
}
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        aspect-ratio: 16 / 9;
        height: unset !important;
    }
}
@media screen and (max-width: 600px) {
    #mv_outer #mv .mv_text.none, #mv_outer #mv .mv_text div p.none {
        display: flex !important;
        justify-content: center;
    }
    #mv .mv_text {
        bottom: 0 !important;
    }
    #mv .mv_scroll {
        bottom: 0;
    }
}