@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;
	}
}

/*=======================================
	page08
=======================================*/
#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.466cqw;
	top: 33cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.man {
	width: 49cqw;
	bottom: 18.9333cqw;
	left: 12.8cqw;
	z-index: 10;
}
#main .fsvs-body .content .item.sweat {
	width: 2cqw;
	bottom: 70.8666cqw;
	left: 31cqw;
	z-index: 15;
}
#main .fsvs-body .content .item.sweat.appear {
	animation: tarari 1.5s infinite;
	animation-delay: 1.0s;
}
@keyframes tarari {
  0% {  transform: translate(0, 0);}
	80% { transform: translate(0, 15px);}
	100% { 
		transform: translate(0, 15px);
		opacity: 0;
	}
}

#main .fsvs-body .content .item.ball {
	width: 33.3333cqw;
	bottom: 69.3333cqw;
	right: 9.86666cqw;
	z-index: 15;
}
#main .fsvs-body .content .item.sun_out {
	width: 84.2666cqw;
	bottom: 21cqw;
	right: 8.8cqw;
}
#main .fsvs-body .content .item.pop01 {
	width: 37.8666cqw;
	top: 46.4cqw;
	left: 11.4666cqw;
	z-index: 20;
}


#main .fsvs-body .content .item.pop02 {
	width: 37.8666cqw;
	top: 45.9333cqw;
	right: 10.9333cqw;
	z-index: 20;
}
@media screen and (orientation:portrait) and (max-width: 768px) {
	#main .fsvs-body .content .item.pop01,
	#main .fsvs-body .content .item.pop02 {
		width: 37.8666cqw;
	}
	#main .fsvs-body .content .item.pop02 {
		top: 50.9333cqw;
	}
}
