@charset "UTF-8";

@media screen and (max-width: 700px) {
  #blog + div ul li:nth-of-type(3),
  #blog + div ul li:nth-of-type(4) {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  #top_column + div ul li:nth-of-type(3),
  #top_column + div ul li:nth-of-type(4) {
    display: none;
  }
}

#top_3col + div .inner_item_txt .contents_btn01 {
  display: none;
}

@media screen and (max-width: 700px) {
  #top_3col + div .inner_item_txt .contents_btn01 {
    display: block;
  }
  #top_3col + div .inner_item_txt .contents_btn01 a {
    text-decoration: none;
  }
}

/*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;
    }
}
@media screen and (min-width: 901px) {
    #mv {
        padding: 0;
        aspect-ratio: initial;
        max-width: initial;
    }
    #mv::before {
        content: none;
    }
}