@charset "UTF-8";

/*-------------ギャラリータイトル調整-------------*/
#center_ttl + div.widget_gallery01 .content_wrapper .inner_item .heading.block_header_2 {
    text-align: center;
}


/*----------------------インナー幅の調整--------------------------*/
.mw1200 .content_wrapper,
.width_fixed>.content_wrapper{
max-width: 1440px !important;
}

/*----------------------sp時MV調整------------------------------*/
@media screen and (max-width: 480px) {
  #mv_outer {
    padding: 0;
  }

  #mv {
    height: 132vw;
  }
}
/*------------------Gナビ調整----------------------*/
header nav ul.nav_1st {
    margin: 23px auto 0;
}
#mv_outer {
    border-top: 127px solid transparent!important;
}
@media screen and (max-width: 900px) {
#mv_outer {
    border-top: 90px solid transparent!important;
}
}

