@charset "UTF-8";

#seo_c + .contents_box01 .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
#seo_c + .contents_box01 .contents_btn01 .content_wrapper>a {
    margin-left: 0;
    margin-right: 0;
}

/*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, #mv .mv_mp4 {
        width: 100%;
        margin-left: 0%;
    }
}
#conv {
    display: none;
}