@charset "UTF-8";

/*--MV調整--*/
#mv:before {
    content: none;
}
#mv .mv_textimg {
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        top: 0;
    }
    #mv .mv_textimg img {
        max-height: 30vh !important;
    }
}

/*-----------フォントサイズ変更----------*/
/* サブタイトル */
.heading.block_header_1 .h, .heading.block_header_6 p,
a[id*="horizon"] + section .inner_item_txt .heading.block_header_2 p,
a[id*="h"]+div .heading.block_header_3 p,
.heading.block_header_4 .h {
    font-size: 2.2rem !important;
}

.heading+.add_text, .inner_item a+.inner_item_txt {
    font-size: 2.0rem !important;
}

body {
    font-size: 2.0rem !important;
}

@media screen and (max-width: 1100px) {
    #blog_type09 + div .new_wrapper .heading.block_header_1 h2 {
        font-size: 2.2rem !important;
    }

    #blog_type09 + div .new_wrapper .heading + .add_text {
        font-size: 2.0rem !important;
    }
}