@charset "UTF-8";

/*お客様に選ばれる4つの理由PC、SP切り替え_251107*/
a[id^="img_parts_sp"] + section{
    display:none;
}
@media screen and (max-width: 900px){
    a[id^="img_parts_pc"] + section{
        display:none;
    }
    a[id^="img_parts_sp"] + section{
        display:block;
    }
}

/*TOP_メニューパーツ_251107*/
#top_menu + div::before{
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 75%;
    top: 0;
    right: 0;
    background: var(--i_sub2_color);
    pointer-events: none;
    z-index: -1;
}
#top_menu + div::after {
    content: "Menu";
    display: block;
    position: absolute;
    bottom: 10%;
    left: 2%;
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-size: 11rem;
    line-height: 1;
    pointer-events: none;
    opacity: 0.1;
    z-index: 1;
}
#top_menu + div .heading.block_header_2 .h {
    margin-bottom: 5px;
    font-size: 4rem !important;
    letter-spacing: 0.2rem !important;
    font-weight: 500 !important;
    line-height: 1.4;
}
#top_menu + div .heading.block_header_2 p {
    font-size: 1.75rem;
    letter-spacing: 0.2rem;
}
#top_menu + div .items > .inner_item > .heading{
    display: none;
}
@media screen and (max-width: 900px) {
    #top_menu + div .heading.block_header_2{
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    #top_menu + div .heading.block_header_2 .h {
        font-size: 2.8rem !important;
    }
}

/*MV調整_251110*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}