@charset "UTF-8";

/*MV調整_251203*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    width: 98%;
    bottom: 2%;
    right: 2%;
    height: 100%;
    min-width: initial;
}
.mv_textimg > div {
    width: 45%;
}
#mv .mv_textimg img {
    min-width: initial;
    max-height: initial !important;
    max-width: initial;
    width: 100%;
}
#mv .mv_textimg a {
    max-width: initial;
}
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
    .mv_textimg > div {
        width: 50%;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}

/* アクセスアイコン表示(2025/12/05) */
#access + .widget_shop01:before {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 15vw;
    height: 15vw;
    max-width: 300px;
    max-height: 300px;
    background-image: url(/common/upload_data/vadicaljp/image/20251205141632.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media only screen and (max-width: 700px) {
    #access + .widget_shop01:before {
        width: 20vw;
        height: 20vw;
    }
}