@charset "UTF-8";

/*---------アクセスパーツ---------*/
.widget_shop01 .wrapper_item {
    display: flex;
    flex-direction: row-reverse;
}
.widget_shop01 .inner_item_txt {
    padding-left: 0;
    padding-right: 2vw;
}
@media screen and (max-width: 800px) {
    .widget_shop01 .wrapper_item {
        margin: 0 auto;
        flex-direction: column-reverse;
    }
    .widget_shop01 .wrapper_item {
        flex-direction: column-reverse;
    }
    .widget_shop01 .inner_item_txt {
        padding-right: 0;
    }
      .widget_shop01 .inner_item_img {
        margin-bottom: 0;
        margin-top: 50px;
    }
}

/*MV調整*/
#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;
   }
}
#mv .mv_text {
    display: none;
}