@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
figure,
picture {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/*=======================================
	page04
=======================================*/
#main .fsvs-body .content {
	container-type: inline-size;
  container-name: main-container; 
	background-color: #fff;
	filter:blur(0);
	width: 100%;
	height: 100%;
	position: relative;
	background-clip: content-box;
	overflow: hidden;
}
#main .fsvs-body .content .item {
	content: '';
	position: absolute;
}

#main .fsvs-body .content .item.set_bg {
	width: 100%;
	height: 100%;
	display: flex;
	top: 0;
	left: 0;
	z-index: 20;
}
#main .fsvs-body .content .item.ttl {
	width: 67.7333cqw;
	top: 33.3333cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.goro01 {
	width: 37.8666cqw;
	top: 45.333cqw;
	left: 11.2cqw;
	z-index: 20;
}
#main .fsvs-body .content .item.goro02 {
	width: 37.8666cqw;
	top: 50.1333cqw;
	right: 11.2cqw;
	z-index: 20;
}
#main .fsvs-body .content .item.tv {
	width: 39.2cqw;
	top: 68.2666cqw;
	left: 24cqw;
}
#main .fsvs-body .content .item.bin {
	width: 24.533cqw;
	bottom: 25.3333cqw;
	right: 8cqw;
	z-index: 10;
}
#main .fsvs-body .content .item.man {
	width: 88cqw;
	bottom: 29.333cqw;
	left: 50%;
	transform: translate(-50%, 0);
}
#main .fsvs-body .content .item.man.appear {
	animation:rumble linear;
	animation-delay: 0.5s;
	animation-iteration-count: 3;
	animation-duration: 2.5s;
}
@keyframes rumble {
	0%   { transform:translate(-50%, 0); }
	1%  { transform:translate(-50%, 3px); }
	2%  { transform:translate(-50%, 0); }
	3%  { transform:translate(-50%, 3px); }
	4% { transform:translate(-50%, 0); }
	5%  { transform:translate(-50%, 3px); }
	6% { transform:translate(-50%, 0); }
	7%  { transform:translate(-50%, 3px); }
	8% { transform:translate(-50%, 0); }
	9% { transform:translate(-50%, 0); }
	100% { transform:translate(-50%, 0); }
}
