@charset "UTF-8";

/* フォント調整(2025/12/12) */
#c3+.composite_box01 .heading.block_header_4 .h {
    font-family: "Playfair Display", 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.9rem !important;
}
@media screen and (max-width: 768px) {
    #c3+.composite_box01 .heading.block_header_4 .h {
        font-size: 1.8rem !important;
    }
}

/* 画像表示(2025/12/12) */
@media screen and (min-width: 601px){
  #hurb_sp + section {
    display: none;
  }
}
@media screen and (max-width: 600px){
  #hurb_pc + section {
    display: none;
  }
}
hurb_pc


/*MV調整_251222*/
#mv {
    max-height: initial !important;
    height: 100vh;
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
.mv_textimg > div {
    width: 35%;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
    width: 100%;
}
#mv .mv_textimg a {
    max-width: initial;
}
@media screen and (max-width: 768px) {
    .mv_textimg > div {
        width: 43%;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}