@charset "utf-8";
header.fix { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; }
#mv { position: relative; }
#mv .swiper-vision { position: relative; }
#mv .swiper-slide-img { width: 100%; height: 100vh; }

#mv .grad {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; z-index: 1;
    background: linear-gradient(90deg, #29ffea 0%, #fff943 33%, #80d4ff 66%, #ffffff 100%);
    background-size: 200% 200%;
    animation: gradationAnim 10s ease infinite;
}
@keyframes gradationAnim {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}
#mv .ovry {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; z-index: 1;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .9) 50%);
	background-size: 4px 4px;
}

#mv .swiper-slide-mv { width: 100%; height: 100vh; }
#mv .swiper-slide-mv .video { min-width: 100%; min-height: 100vh; position: absolute;}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  #mv .swiper-slide-mv .video { width: 100%; top: 50%; transform: translateY(-50%); }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
 #mv .swiper-slide-mv .video { height: 100%; left: 50%; transform: translateX(-50%); }
}

@media screen and (max-width: 899px) {
	.swiper-slide-img01 { background-image:url("../img/common/slide-mv01.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img02 { background-image:url("../img/common/slide-mv02.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img03 { background-image:url("../img/common/slide-mv03.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img04 { background-image:url("../img/common/slide-mv04.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img05 { background-image:url("../img/common/slide-mv05.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img06 { background-image:url("../img/common/slide-mv06.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img07 { background-image:url("../img/common/slide-mv07.jpg"); background-size: cover; background-position: center; }
}
@media screen and (min-width: 900px) {
	.swiper-slide-img01 { background-image:url("../img/common/slide-mv01.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img02 { background-image:url("../img/common/slide-mv02.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img03 { background-image:url("../img/common/slide-mv03.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img04 { background-image:url("../img/common/slide-mv04.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img05 { background-image:url("../img/common/slide-mv05.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img06 { background-image:url("../img/common/slide-mv06.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img07 { background-image:url("../img/common/slide-mv07.jpg"); background-size: cover; background-position: center; }
}

#mv .mainCopy { position: absolute; top: 40%; left: 6%; transform: translateY(-50%); z-index: 10; }
#mv .mainCopy h2 { 
	color: #fff; word-break: keep-all; font-family:'Roboto Condensed', sans-serif; font-weight:bold; line-height: 1.1;
	animation: AnimationTitle 5s ease infinite;
	background: linear-gradient(to right, #1aafa8, #ffffff, #fffc92);
	background-size: 200% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
#mv .mainCopy h3 { 
	color: #fff; margin-bottom: 10px; font-weight: bold;
	animation: AnimationTitle 5s ease infinite;
	background: linear-gradient(to right, #1aafa8, #ffffff, #fffc92);
	background-size: 200% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
#mv .mainCopy .border-solid { border-bottom: 1px solid #fff; margin-bottom: 10px; }
#mv .mainCopy p { color: #fff; margin-bottom: 0px; font-size: 0.9rem; }

@keyframes AnimationTitle {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@media screen and (max-width: 599px) {
	#mv .mainCopy { position: absolute; top: 40%; padding: 4% 6%; width: 82%; }
	#mv .mainCopy h2 { font-size: 2.7rem; margin: 0 auto; line-height: 1.1; }
	#mv .mainCopy h3 { font-size: 0.9rem; margin-bottom: 10px; }
	#mv .mainCopy p { font-size: 0.5em; }
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#mv .mainCopy h2 { font-size: 4.0rem; }
	#mv .mainCopy h3 { font-size: 1.5rem; }
	#mv .mainCopy p { font-size: 0.7rem; }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
	#mv .mainCopy h2 { font-size: 4.2rem; }
	#mv .mainCopy h3 { font-size: 1.6rem; }
	#mv .mainCopy p { font-size: 0.8rem; }
}
@media screen and (min-width: 1080px) and (max-width: 1199px) {
	#mv .mainCopy h2 { font-size: 4.4rem; }
	#mv .mainCopy h3 { font-size: 1.6rem; }
	#mv .mainCopy p { font-size: 0.9rem; }
}
@media screen and (min-width: 1200px) and (max-width: 1479px) {
	#mv .mainCopy h2 { font-size: 4.6rem; }
	#mv .mainCopy h3 { font-size: 1.7rem; }
	#mv .mainCopy p { font-size: 0.9rem; }
}
@media screen and (min-width: 1480px) {
	#mv .mainCopy h2 { font-size: 4.8rem; }
	#mv .mainCopy h3 { font-size: 1.8rem; }
}

#mv .swiper-vision .swiper-slide-active .swiper-slide-img,
#mv .swiper-vision .swiper-slide-duplicate-active .swiper-slide-img,
#mv .swiper-vision .swiper-slide-prev .swiper-slide-img{
  animation: zoomUp 5s linear 0s 1 normal both;  
}
#mv .swiper-vision .swiper-slide img{
  display: block;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

/* swiper nav */
#mv .swiper-vision .swiper-button-next { position: absolute; top: 96%; right: 1%; }
#mv .swiper-vision .swiper-button-prev { position: absolute; top: 96%; left: 94%; }
#mv .swiper-vision .swiper-button-next:after,#mv .swiper-vision .swiper-button-prev:after { color: rgba(255,255,255,0.7); font-size: 1.5rem; }

@media screen and (max-width: 599px) {
	#mv .swiper-vision .swiper-button-next { position: absolute; top: 96%; right: 1%; }
	#mv .swiper-vision .swiper-button-prev { position: absolute; top: 96%; left: 86%; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#mv .swiper-vision .swiper-button-next { position: absolute; top: 96%; right: 1%; }
	#mv .swiper-vision .swiper-button-prev { position: absolute; top: 96%; left: 90%; }
}


#mv .swiper-parentDiv { position: absolute; left: 2%; bottom: 40%; transform: translateY(-50%); border-radius: 0px; width: 1px; z-index: 10; }
#mv .swiper-pagination-bullet { border-radius: 0px; width: 30px; height: 2px; background: #fff; transform: rotate(90deg); margin: 10px 0; }


/*-- Scroll Down -------------------------------------------------------------*/
.scrolldown { position:absolute; left:4%; bottom:10px; height:200px; z-index: 100; }
.scrolldown span { position: absolute; left:-12px; top: -35px; color: rgba(255,255,255,0.7); font-size: 0.9rem; letter-spacing: 0.05em; font-family:'Roboto Condensed', sans-serif; font-weight:bold; writing-mode: vertical-rl; }
.scrolldown::after{ content: ""; position: absolute; top: 0; width: 1px; height: 200px; background: rgba(255,255,255,0.7); animation: barlongsize 1.4s ease-in-out infinite; opacity:0.7; }
@media screen and (max-width: 767px) {
	.scrolldown { position:absolute; left:10%; bottom:110px; height:50px; }
	.scrolldown span{ position: absolute; left:0%; top: 0px; font-size: 0.7rem; letter-spacing: 0.05em; }
	.scrolldown ::after{ position: absolute; top: 0; left: 7px; width: 1px; height: 50px; }
}
@keyframes barlongsize {
  0%{
    height:0; top:0; opacity: 0;
  }
  30%{
    height:100px; opacity: 1;
  }
  100%{
    height:0; top:200px; opacity: 0;
  }
}

/*-- Scroll Down -------------------------------------------------------------*/
.scroll-down {
  position:absolute; right:4%; bottom:10px; z-index: 100;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.scroll-down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
  }

.scroll-down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 11px;
  font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll-down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll-down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #999;
}

.scroll-down a:hover {
  opacity: .5;
}

@media screen and (max-width: 600px) {
	.scroll-down { position:absolute; right:8%; }
	.scroll-down a { font-size: 10px; }
}

#mvScrl a:after {
  animation: mvScrl01 2.0s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes mvScrl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
