@charset "utf-8";
/* CSS Document */
body.on .fv_wrap .fv .movie_wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("https://16-edit.co.jp/system_panel/uploads/images/moviemask.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	mask-image: url("https://16-edit.co.jp/system_panel/uploads/images/moviemask.svg");
	-webkit-mask-image: url("https://16-edit.co.jp/system_panel/uploads/images/moviemask.svg");
	-webkit-mask-mode: luminance;
	mask-mode: luminance;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
	pointer-events: none;
}
body.on .fv_wrap .fv::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://16-edit.co.jp/system_panel/uploads/images/moviemask2.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 9;
	pointer-events: none;
}
body.on .fv_wrap .fv .moviebox{
	position: absolute;
	pointer-events: none;
}
body.on .fv_wrap .fv .moviebox video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.2);
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
body:not(.on) .fv_wrap .fv .moviebox{
	width: 20%;
}
body:not(.on) .fv_wrap .fv .moviebox video{
	display: block;
	opacity: 1;
	width: 100%;
}
body:not(.on) .fv_wrap .fv .movie_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
	flex-direction: row;
}

.fv_wrap .fv .moviebox.movie1{
}
body.on .fv_wrap .fv .moviebox.movie1 video{
	top: 0;
	left: 0;
	transform: rotate(-19deg);
}
.fv_wrap .fv .imgbox{
	position: relative;
	width: 100%;
}
.fv_wrap .fv .imgbox #movie1,.fv_wrap .fv .imgbox #movie2,.fv_wrap .fv .imgbox #movie3,.fv_wrap .fv .imgbox #movie4,.fv_wrap .fv .imgbox #movie5{
	pointer-events: none;
	opacity: 0;
}
.fv_wrap .fv .imgbox #people > g{
	opacity: 0;
	-ms-filter: blur(4px);
	filter: blur(4px);
	animation-duration: 8.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
.fv_wrap .fv .imgbox #people > #people1,.fv_wrap .fv .imgbox #people > #people2,.fv_wrap .fv .imgbox #people > #people3{
	animation-name: fv_people1;
	transform: translateX(10px);
}
.fv_wrap .fv .imgbox #people > #people4,.fv_wrap .fv .imgbox #people > #people5,.fv_wrap .fv .imgbox #people > #people6,.fv_wrap .fv .imgbox #people > #people7{
	animation-name: fv_people2;
	transform: translateX(-10px);
}
.fv_wrap .fv .imgbox #people > #people1{
	animation-delay: 2.0s;
}
.fv_wrap .fv .imgbox #people > #people2{
	animation-delay: 6.5s;
}
.fv_wrap .fv .imgbox #people > #people3{
	animation-delay: 9.5s;
}
.fv_wrap .fv .imgbox #people > #people4{
	animation-delay: 4.5s;
}
.fv_wrap .fv .imgbox #people > #people5{
	animation-delay: 6.5s;
}
.fv_wrap .fv .imgbox #people > #people6{
	animation-delay: 3.0s;
}
.fv_wrap .fv .imgbox #people > #people7{
	animation-delay: 8.0s;
}
@keyframes fv_people1 {
	0% {
		opacity: 0;
		transform: translateX(10px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
	30% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	70% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(-10px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
}
@keyframes fv_people2 {
	0% {
		opacity: 0;
		transform: translateX(-10px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
	30% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	70% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(10px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
}

.fv_wrap .fv .imgbox #car > g{
	opacity: 0;
	-ms-filter: blur(4px);
	filter: blur(4px);
	animation-duration: 8.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
.fv_wrap .fv .imgbox #car > #car1,.fv_wrap .fv .imgbox #car > #car2,.fv_wrap .fv .imgbox #car > #car3{
	transform: translateX(-20px);
	animation-name: fv_car1;
}
.fv_wrap .fv .imgbox #car > #car4,.fv_wrap .fv .imgbox #car > #car5{
	transform: translateX(20px);
	animation-name: fv_car2;
}
.fv_wrap .fv .imgbox #car > #car1{
	animation-delay: 1.8s;
}
.fv_wrap .fv .imgbox #car > #car2{
	animation-delay: 4.8s;
}
.fv_wrap .fv .imgbox #car > #car3{
	animation-delay: 6.8s;
}
.fv_wrap .fv .imgbox #car > #car4{
	animation-delay: 3.8s;
}
.fv_wrap .fv .imgbox #car > #car5{
	animation-delay: 8.8s;
}
@keyframes fv_car1 {
	0% {
		opacity: 0;
		transform: translateX(-20px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
	30% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	70% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(20px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
}
@keyframes fv_car2 {
	0% {
		opacity: 0;
		transform: translateX(20px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
	30% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	70% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(-20px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}
}


.fv .imgbox a{
	position: relative;
}
.fv .imgbox a:hover{
	opacity: 1;
}
.fv .imgbox a .fv_link{
	opacity: 0;
	transform: translateY(20px);
	transition: ease 0.3s;
}
.fv .imgbox a:hover .fv_link{
	opacity: 1;
	transform: translateY(0px);
}
.fv .imgbox a:hover #link1.fv_link{
	opacity: 1;
	transform: translateY(10px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

