@charset "UTF-8";

/*-----------MV下テキストパーツ-----------*/
.mv_bottom_ttl {
    font-weight: 600;
    font-size: 4.5rem !important;
    line-height: 1.4;
    letter-spacing: 0 !important;
    margin-bottom: 0!important;
}
.mv_bottom_ttl span {
    color: var(--i_sub_color);
}
.mv_bottom_text {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 20px!important;
}
@media screen and (max-width: 800px) {
.mv_bottom_ttl {
    font-size: 3.4rem !important;
}
.mv_bottom_text {
    font-size: 1.5rem;
}
}

/*-----------パーツ余白-----------*/
@media screen and (max-width: 900px) {
#top_content + section {
    padding-bottom: 0;
}

#top_blog + div {
    padding-bottom: 0;
}
}