@charset "utf-8";

#fullVisual .fvisual li { min-height: 100vh; overflow: hidden }
#fullVisual .fvisual li {
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#fullVisual .fvisual li.v1 { background: url(../../../img/visual1.jpg) no-repeat center center; }
#fullVisual .fvisual li.v2 { background: url(../../../img/visual2.jpg) no-repeat center center; }
#fullVisual .fvisual li.v3 { background: url(../../../img/visual3.jpg) no-repeat center center; }
#fvisualNext, #fvisualPrev { position: absolute; top: 50%  }
#fvisualNext { right:150px; }
#fvisualPrev { left:50px; }

#fullVisual .v1 .anim { position:absolute; width:772px; height:180px; top:24%; left:30%; transform: translateX(-50%); border:0px solid red; }
#fullVisual .v1 .anim .txt { position:absolute; display: block; }
#fullVisual .v1 .anim .txt img { }
#fullVisual .v1 .anim .t1 { top:52px; left:0px; }
#fullVisual .v1 .anim .t2 { top:0px; right:0px; }


#fullVisual .v2 .anim { position:absolute; width:772px; height:180px; top:32%; left:66%; transform: translateX(-50%); border:0px solid red; }
#fullVisual .v2 .anim .txt { position:absolute; display:inline-block; }
#fullVisual .v2 .anim .t1 { top:52px; left:0px; }
#fullVisual .v2 .anim .t2 { top:0px; right:0px; }

#fullVisual .v3 .anim { position:absolute; width:772px; height:180px; top:30%; left:27%; transform: translateX(-50%); border:0px solid red; }
#fullVisual .v3 .anim .txt { position:absolute; display:inline-block; }
#fullVisual .v3 .anim .t1 { top:52px; left:0px; }
#fullVisual .v3 .anim .t2 { top:0px; right:0px; }


#section1 .etc { position:absolute; z-index: 9; left:50px; bottom:20px; color:#fff; text-shadow: 2px 2px 4px #000;}

#fullVisual .img {
    position:absolute;
    top: 0; left: 0; width:100%; height:100%;
    background-size: cover;
    background-position:center center;
}
#fullVisual .v1 .img { background-image: url(../../../img/visual1.jpg); }
#fullVisual .v2 .img { background-image: url(../../../img/visual2.jpg); }
#fullVisual .v3 .img { background-image: url(../../../img/visual3.jpg); }