header.fix { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; }
#mv { position: relative; width: 100%; height: 80vh; background: #fcfff7; overflow: hidden; }
#mv .swiper-slide-standard { opacity: 0.25; }
#mv .swiper-slide-active.swiper-slide-standard { opacity: 1; }
#mv .swiper-slide-standard img { border-radius: 8px; }
@media screen and (max-width: 599px) {
	#mv { position: relative; width: 100%; height: 70vh; }
	#mv .line { position: absolute; bottom: 0; right: 0%; left: 0; margin: 0 auto; z-index: 2; max-width: 40vw; }
	.swiper-standard { position: absolute; top: 10vh;}
}
@media screen and (min-width: 600px) {
	#mv .keni { max-width: 600px; }
	.swiper-standard { position: absolute; top: 10vh;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#mv .line { position: absolute; bottom: 0; left: 10%; z-index: 3; max-width: 180px; }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
	#mv .line { position: absolute; bottom: 0; left: 10%; z-index: 3; max-width: 190px; }
}
@media screen and (min-width: 1080px) and (max-width: 1179px) {
	#mv .line { position: absolute; bottom: 0; right: 2%; z-index: 3; max-width: 200px; }
}
@media screen and (min-width: 1180px) and (max-width: 1279px) {
	#mv .line { position: absolute; bottom: 0; right: 4%; z-index: 3; max-width: 210px; }
}
@media screen and (min-width: 1280px) and (max-width: 1379px) {
	#mv .line { position: absolute; bottom: 0; right: 4%; z-index: 3; max-width: 220px; }
}
@media screen and (min-width: 1380px) and (max-width: 1479px) {
	#mv .line { position: absolute; bottom: 0; right: 4%; z-index: 3; max-width: 230px; }
}
@media screen and (min-width: 1480px) {
	#mv .line { position: absolute; bottom: 0; right: 4%; z-index: 3; max-width: 240px; }
}

#mv .swiper-parentDiv {  }
#mv .swiper-pagination-bullet { border-radius: 0px; width: 30px; height: 2px; background: #fff; margin: 10px 1px; }


/*-- Scroll Down -------------------------------------------------------------*/
.scroll-down {
	position:absolute; left:2%; 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: #333;
	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: 599px) {
	.scroll-down { position:absolute; right:2%; bottom: -10px; }
	.scroll-down a { font-size: 10px; margin: 0; }
}

#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%;
  }
}
