@charset "UTF-8";

#mv .mv_text {
    position: absolute;
    display: flex;
    z-index: 10;
     width: auto;
    pointer-events: none;
    right: 5%;
    bottom: 10%;
left: unset;
}

#mv #conv .w {
    background: rgba(255, 140, 0, 0.85);
    color: #fff;
    border-top: none;
    border-bottom: none;
}

/*--- MV調整 260730 ---*/
#mv #conv .w {
    padding: 10px 2vw;
}
#mv #conv .p {
    font-size: min(5vw, 7rem);
    margin-bottom: 0px;
}
#mv .mv_text {
    right: 2%;
    bottom: 15%;
}
@media screen and (max-width: 900px) {
    /*#mv {
        aspect-ratio: 2 / 1;
        height: auto !important;
    }*/
    #mv .mv_textimg {
        left: 2%;
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    #mv #conv {
        display: block;
    }
    #mv #conv .p {
        font-size: 5.7vw;
    }
}

/* ---FUNNYSが選ばれる理由 260730--- */
#funnys + .composite_box01 .inner_item>a{
  pointer-events: none;
}

/* 充実したアフター保証(2026/08/12) */
a[id^="top0"] + .contents_box01 .heading.block_header_2 .h {
    padding-left: 0;
    font-family: "Kavoon", "Mochiy Pop One", sans-serif;
    font-size: 4rem;
    color: var(--i_main_color);
}
a[id^="top0"] + .contents_box01 .heading.block_header_2 .h:before {
    content: none;
}
@media screen and (max-width: 1350px) {
    a[id^="top0"] + .contents_box01 .heading.block_header_2 .h {
        font-size: 4rem !important;
    }
}
@media screen and (max-width: 800px) {
    a[id^="top0"] + .contents_box01 .heading.block_header_2 .h {
        font-size: 3.2rem !important;
    }
}

/* MVスライド調整(2026/08/20) */
@media screen and (min-width: 901px){
    #mv.slide04 {
        height: auto !important;
        aspect-ratio: 1920 / 724;
    }
}

@media only screen and (max-width: 900px) {
/*
    #mv.slide04 {
        aspect-ratio: 700 / 900;
        height: auto !important;
    }
    #mv .mv_img li:nth-of-type(1) img {
        content: url(/common/upload_data/funnys0112com/image/20260820150726.png);
    }
    #mv .mv_img li:nth-of-type(2) img {
        content: url(/common/upload_data/funnys0112com/image/20260820150727.png);
    }
    #mv .mv_img li:nth-of-type(3) img {
        content: url(/common/upload_data/funnys0112com/image/20260820150727_1.png);
    }
*/
}

/* SP時MVスライド画像変更(2026/08/25) */
@media only screen and (max-width: 900px) {
    #mv.slide04 {
        aspect-ratio: 800 / 537;
        height: auto !important;
    }
    #mv .mv_img li:nth-of-type(1) img {
        content: url(/common/upload_data/funnys0112com/image/1-2_1.png);
    }
    #mv .mv_img li:nth-of-type(2) img {
        content: url(/common/upload_data/funnys0112com/image/1-2_2.png);
    }
    #mv .mv_img li:nth-of-type(3) img {
        content: url(/common/upload_data/funnys0112com/image/1-2_3.png);
    }
}