@charset "utf-8";

.home-visual {
  position: relative;
  height: 600px;
  background: #000 url(../images/home-visual/bg1.jpg) no-repeat center center;
  background-size: cover;
}

.home-visual .visual-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/home-visual/bg2.jpg) no-repeat center center;
  background-size: cover;
}
.home-visual:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/home-visual/over.png) repeat center center;
}
.home-visual .box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 409px;
  height: 409px;
}
.home-visual .box-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  border-radius: 3px;
}
.home-visual .box .text1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-visual .box .text1 img {
  max-width: none;
}
.home-visual .box .text1 span {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #000;
}
.home-visual .box .text1 span.mask1 {
  top: 0;
  height: 50px;
}
.home-visual .box .text1 span.mask2 {
  top: 60px;
  height: 60px;
}
.home-visual .box .text1 span.mask3 {
  top: 140px;
  height: 40px;
}
.home-visual .box .text1 span.mask4 {
  top: 180px;
  height: 40px;
}

.home-visual .box .lines {
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 1;
}
.home-visual .box .lines .bgs {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
}
.home-visual .box .lines .bg1 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  bottom: 0;
  z-index: 1;
  background: url(../images/home-visual/line-bg1.png) no-repeat left top;
  background-size: contain;
}
.home-visual .box .lines .bg2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: url(../images/home-visual/line-bg2.png) no-repeat left top;
  background-size: contain;
}
.home-visual .box .lines .bg3 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/home-visual/line-bg3.png) no-repeat left top;
  background-size: contain;
}
.home-visual .box .line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-visual .box .line path {
  fill: transparent;
}
.home-visual .box .line.is-set path{
  stroke: #fff;
}

.home-visual .box .shine {
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
.home-visual .box .shine-over {
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  background-color: #000;
}

.home-visual .box .last {
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-visual {
    height: 0;
    width: 200%;
    margin-left: -50%;
    margin-bottom: 30px;
    padding-top: 300px;
  }
  .home-visual:after {
    background-size: 300px 300px;
  }
  .home-visual .box {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
}
