@charset "UTF-8";

/* main_v
--------------------------------------------------------- */
.main_v {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  position: relative;
  /* margin-bottom: 130px; */
}


/* top.scss
--------------------------------------------------------------------------------------- */
#home {
  background: #F9F9F9;
}



.wrap-video{
  position:relative;
}

.wrap-video video{
  width: 100%;
  height:100%
}

.wrap-video .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
}

.wrap-video .text p{
  font-size:16px;
  font-weight:bold;
  color:white;
}

.wrap-video .text .headline{
  font-size:20px;
}





.main_v {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  /* background: rgba(0, 0, 0, 0.4); */
}

/* text */

/* .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
h1 {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
 */


.main_v {
  background: url(../img/home/main_v.jpg) no-repeat center center;
  height: 100vh;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
}

.main_v .bg_mask {
  /* background-color: rgba(0, 0, 0, 0.2); */
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-position: center center; */
}

.main_v .copy_area {
  position: absolute;
  top: 26%;
  right: auto;
  bottom: auto;
  left: 50px;
}

.main_v .copy_area .en_copy {
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 45px;
  position: relative;
  text-transform: uppercase;
}

.main_v .copy_area .en_copy span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transform-origin: 0% 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-30px);
  transition-property: opacity, transform !important;
}

.main_v .copy_area .en_copy:nth-of-type(1) span {
  transition: opacity 0.5s 1.3s cubic-bezier(0.65, 0.84, 0.44, 1);
}

.main_v .copy_area .en_copy:nth-of-type(2) span {
  transition: opacity 0.5s 1.5s cubic-bezier(0.65, 0.84, 0.44, 1);
}

.main_v .copy_area .en_copy:nth-of-type(3) span {
  transition: opacity 0.5s 1.7s cubic-bezier(0.65, 0.84, 0.44, 1);
}

.main_v .copy_area .en_copy span.changed {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0px);
}

.main_v .copy_area .jp_copy {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.main_v .scroll {
  display: block;
  background: #eab22b;
  background: #000;
  width: 90px;
  height: 90px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0%;
  margin-right: auto;
  margin-left: auto;
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main_v .scroll:hover {
  background: #eab22b;
}

.main_v .scroll:hover span {
  color: #fff;
}

.main_v .scroll:hover .inner .arrow::before {
  background: #eab22b;
}

.main_v .scroll:hover .inner .arrow::after {
  border-top: 4px solid #eab22b;
  border-right: 4px solid #eab22b;
}

.main_v .scroll .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_v .scroll .inner .arrow {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.main_v .scroll .inner .arrow::before,
.main_v .scroll .inner .arrow::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main_v .scroll .inner .arrow::before {
  width: 4px;
  height: 28px;
  top: 20px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.main_v .scroll .inner .arrow::after {
  width: 16px;
  height: 16px;
  top: 26px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
}

.main_v .scroll .inner .arrow span {
  display: block;
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #fff;
}


@media screen and (max-width: 1024px) {
 
  .main_v {
    /* margin-bottom: 60px; */
  }
  .main_v .copy_area {
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 26%;
    right: auto;
    bottom: auto;
    left: auto;
    box-sizing: border-box;
  }
  .main_v .copy_area .en_copy {
    font-size: 78px;
  }
  .main_v .scroll {
    width: 68px;
    height: 68px;
  }
  .main_v .scroll .inner .arrow::before {
    top: 12px;
    height: 26px;
  }
  .main_v .scroll .inner .arrow::after {
    top: 19px;
  }
  .main_v .scroll .inner .arrow span {
    font-size: 12px;
    bottom: 7px;
  }
}

@media screen and (max-width: 768px) {

  .main_v {
    background: url(../img/home/main_v_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .main_v .copy_area .en_copy {
    font-size: 58px;
  }
  .main_v .copy_area .jp_copy {
    font-size: 20px;
  }



}


@media screen and (max-width: 640px) and (orientation: portrait) {

  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}
