@charset "utf-8";

.sections__mouse {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: calc( 100vh - 130px );
    margin-left: -10px;
    width: 21px;
    height: 31px;
    pointer-events: none;
    border: 1px solid #fff;
    border-radius: 10px;
        color: #fff;
    font-size: 12px;
    text-align: center;
}
.sections__mouse .txt{
    position: absolute;
    z-index: 999;
        bottom: -32px;
    width: 110px;
        -webkit-transform: translateX(-41%);
    -ms-transform: translateX(-41%);
    transform: translateX(-41%);
    text-align: center;
}


.sections__mouse:after {
  position: absolute;
  top: 6px;
  left: 9px;
  width: 1px;
  height: 8px;
  content: '';
  animation: section-mouse-scroll 2.5s ease infinite;
  background-color: #fff;
}


@keyframes section-mouse-scroll {
  0%, to {
    transform: translateY(0)
  }
  50% {
    transform: translateY(9px)
  }
}













#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #222
}
.main_slide  .main_txt {
  opacity: 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 6.5%;
  z-index: 9999999;
  color: #fff;
    position: absolute;
top: 50%;
/*transform: translate(0%, -50%);*/
    

	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-transition: all .3s .4s;
	transition: all .3s .4s;
    
    
}


.main_slide  .on .main_txt {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

/*	background:url(../images/babg.jpg) repeat center center;*/
}






#mainVisual a {
  width: 150px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all .2s;
        margin-top: 60px;
}
#mainVisual a:hover {
  border: 1px solid rgba(255, 255, 255, .3);
  background: #ECAB24
}



#mainVisual .main_txt p {
    white-space: pre-line;
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
}

#mainVisual .main_txt .entit{
    white-space: pre-line;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 800;
}



#mainVisual .main_txt .txt {
  margin-top: 28%;
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
  /*white-space: pre-line;*/
  line-height: 1.4;
}








#mainVisual .controls {
    
  display: flex;
  align-items: center;
  margin-top: 50px;
      
      
      position: absolute;
    z-index: 9999999;
    right: 100px;
    bottom: 100px;
}
#mainVisual .controls a {
  width: 150px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all .2s;
}

#mainVisual .controls a:hover {
  border: 1px solid rgba(255, 255, 255, .3);
  background: #ECAB24
}





#mainVisual .controls .prev,.next {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all .2s;
        display: flex;
    justify-content: center;
}



#mainVisual .controls svg {
  color: #fff;
}










#mainVisual .controls span {
  display: flex;
  align-items: center
}
#mainVisual .controls span svg {
  cursor: pointer
}
#mainVisual .controls span + span:before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 15px;
  background: rgba(255, 255, 255, .2);
        position: absolute;
    left: 58px;
}
#mainVisual ul:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .05)
}
#mainVisual ul li {
  height: 100vh;
  min-height: 850px;
  overflow: hidden
}
#mainVisual ul li video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
    opacity: 0.5;
}







#mainVisual ul li .bg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  transition: all 1.2s cubic-bezier(0.165, 0.840, 0.440, 1)
}


/*

#mainVisual ul li .bg::after{
    content: "";
    width: 100vw;
    height: 100vh;
  background: rgba(15,37,64,0.5);
    position:absolute;
    top: 0;
    z-index: 999999;
      
}



#mainVisual ul li .bg01::after {
    content: "";
    width: 100vw;
    height: 100vh;
  background: rgba(15,37,64,0.5);
    position: absolute;
    top: 0;
    z-index: 99999999;
}*/



#mainVisual ul li .bg01 {
    /*background: rgba(15,37,64,0.5);*/
  background-image: url(../../../images/banner1.jpg)
}

#mainVisual ul li .bg02 {
  background-image: url(../../../images/banner2.jpg)
}
#mainVisual ul li .bg03 {
  background-image: url(../../../images/banner3.jpg)
}
#mainVisual ul li.on .bg {
  width: 101%;
  height: 101%;
  opacity: 1
      
}








@media (max-width:1200px) {
    #mainVisual ul li {
  height: 69vh;
  min-height: 1470px;
}
}















