@charset "UTF-8";

#voice + .widget_gallery01 .h {
    text-align: center;
    width: 100%;
    padding-left: 0 !important;
}

@media (max-width: 768px) {
#voice + .widget_gallery01.add_design3 .wrapper_item {
  flex-direction: column;
}

#voice + .widget_gallery01 .inner_item {
 width: 100% !important;
}

#voice + .widget_gallery01.add_design3 .wrapper_item .inner_item>a img {
  height: 200px;
}
}
.widget_gallery01.add_design3 .inner_item .heading p {
    -webkit-line-clamp: 3;
}


/*MV調整_260430*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv_outer::before,
#mv_outer::after {
    content: none;
}
#mv .mv_textimg {
    top: 0;
    width: 96%;
    height: 98%;
}
#mv .mv_textimg > div{
    width: 45%;
    max-width: 700px;
}
#mv .mv_textimg img {
    width: 100%;
}
@media screen and (max-width: 768px){
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
        object-fit: cover;
    }
    #mv .mv_textimg {
        top: 0;
        left: 2%;
    }
    #mv .mv_textimg > div{
        width: 50%;
    }
}
