.is-fixed {
    position: fixed;
    top: 0!important;
    left: 0;
    z-index: 5;
    width: 100%;
}
header {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 95px;
}
#main-vis {
	width: 100%;
    height: calc(100vh - 95px);
    background-size: cover;
    position: relative;
    overflow: hidden;/*background-image: url(img/main-vis.jpg);*/
}

#main-vis.top-mv div:first-child{
	width: 100%;
  position: fixed!important;
}

div.mv,ul.top-slider{
  height: calc(100vh - 95px);
}

div.sp-mv{
  display: none;
	
}

#main-vis a.scroll{
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 50px;
  margin: auto;
  display: none;
  width: 50px;
  margin: 0 auto;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -ms-transition: all 5s ease-out;
  transition: all 5s ease-out;/*transition:all の場合　印刷時にバグることがある*/
}

ul.top-slider.sp{
    display: none;
}

div.mv ul li{
  width: 100%;
  height: calc(100vh - 95px);
  background-position: center center;
  background-size: cover;
}

h2.widgettitle{
    display: none;
}
.bg-slider {
    width: 100%;
    height: calc(100vh - 95px);
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-slider__title {
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
#main-vis .main-slider .slick-prev, #main-vis .main-slider .slick-next {
    z-index: 3;
    height: auto;
    width: auto;
}
#main-vis .main-slider .slick-prev {
    left: 5px;
}
#main-vis .main-slider .slick-next {
    right: 5px;
}
#main-vis .main-slider .slick-prev::before, #main-vis .main-slider .slick-next::before {
    color: rgba(0,0,0,.5);
    font-size: 30px;
}
#main-vis small {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 1.3rem;
    right: 2rem;
    text-shadow: 0px 1px 1px #757575, 0px 0px 1px #757575, 1px 0px 1px #757575, 0px -1px 1px #757575, -1px -1px 1px #757575, -1px 0px 1px #757575;
    filter: dropshadow(color=#757575, offx=0, offy=1, positive=1), dropshadow(color=#757575, offx=0, offy=0, positive=1), dropshadow(color=#757575, offx=0, offy=-1, positive=1), dropshadow(color=#757575, offx=-1, offy=-1, positive=1), dropshadow(color=#757575, offx=-1, offy=0, positive=1);
}

@media (max-width: 769px) {
div.mv{
    margin-top: 50px;
}
header {
	position: fixed;
    height: 50px;
    top: 0;
}
#main-vis.top-mv .bg-slider {
  height:500px!important;
}
#main-vis {
    height: auto;
    margin-top: 50px;
}
#main-vis small {
    display: none;
}
#main-vis div:first-child{
  top:50px!important;
  height:500px!important;
}
#main-vis a.scroll{
	bottom: 1rem;
}

}

@media (min-width: 992px) {
#main-vis {
    background-position: center bottom;
}
}

@media (min-width: 1340px) {
#main-vis small {
    right: calc(50% - 660px);
    ;
}
}

/*
@media (max-width: 1500px) {
    header{
        position:fixed;
        top:0;
        bottom:0;
    }
    div.mv,ul.top-slider{
      height: auto;
    }
    div.mv ul li{
        height:auto;
    }
}
*/

@media (max-width: 768px) {
#main-vis.top-mv{
  
}

ul.top-slider.pc{
  display: none;
}

ul.top-slider.sp{
  display: block;
}

}

@media (max-width: 415px) {
#main-vis{
  display: none;
}

div.sp-mv{
  display: block;
  margin-top: 50px;
  position: relative;
}

div.sp-mv a.scroll{
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  width: 50px;
  margin: 0 auto;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -ms-transition: all 5s ease-out;
  transition: all 5s ease-out;/*transition:all の場合　印刷時にバグることがある*/
}

div.sp-mv.top-mv a.scroll{
  bottom:.5rem;
}

#main-vis div:first-child{
  width: 100%!important;
  height: 100%!important;
  background-size: 160%!important;
  background-repeat: no-repeat!important;
  background-position: top center!important;
  top:50px!important;
}

}