@charset "UTF-8";

#sp + section .content_wrapper{
padding: 0; 
}





#sp + section .wrapper_item {
    position: relative;
}

#sp + section .wrapper_item .mv_textimg {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#sp + section .wrapper_item .mv_textimg img {
    max-width: 90%;
    height: auto;
}

#sp + section .wrapper_item .inner_item_img video {
    display: block;
    width: 100%;
}




@media screen and (max-width: 768px) {
   #mv_outer {
        display: none;
    }

}



@media screen and (min-width: 769px) {
 



   #sp + section .wrapper_item {
        display: none;
    }
}





.-w-js-add{
position: relative;
}



























#sp + section .content_wrapper .inner_item_img video {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    display: block;
}










































#sp + section .wrapper_item .mv_textimg a{     display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11%;
    aspect-ratio: 1;
    pointer-events: auto;
    position: absolute;
    left: 83px;
    bottom: 0px;
    width: 40%;
    aspect-ratio: 1;
    /* display: block; */
    z-index: 10;
    height: 61px;
 }

/*-----------SPMV_260731追加-----------*/
@media screen and (max-width: 768px) {
a#sp+section {
    /*padding-top: 80px;*/
}
#sp + section .content_wrapper .inner_item_img video {
    aspect-ratio: 2 / 3;
    height: auto;
}
}