
@charset "UTF-8";

/*MV調整*/
#mv {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: calc(125vh)) {
#mv.mv_mp4_cover {
    height: 80vh!important;
}
}

/*Instagram*/
#instagram + .contents_box01 .inner_item_img{
  width: 64px;
  height: 64px;
  margin: 32px auto;
}

/*Store画像調整*/
#store + .contents_box01 .inner_item_img{
  max-width:300px !important;
}