@charset "UTF-8";

/* ----- 修正_250809 ----- */
.btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
  margin-top: 20px;
}
.btn-list .contents_btn01 {
  padding-top: 0 !important;
}
.btn-list a {
  min-width: 200px;
}

/*MV調整_260206*/
header .burger {
    transform: none;
    top: initial;
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
    width: 100%;
}
@media screen and (min-width: 769px) {
    #mv.mv_mp4_cover, #mv {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .mv_textimg > div {
        width: 40%;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
