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

/*=======================================
	page10
=======================================*/
#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.cloud01 {
	width:22.1333cqw;
	left: 7.4666cqw;
	top: 77.3333cqw;
}
#main .fsvs-body .content .item.cloud02 {
	width: 17.0666cqw;
	right: 26.1333cqw;
	top: 72.8cqw;
}
#main .fsvs-body .content .item.pig {
	width: 24.8cqw;
	top: 72cqw;
	right: 3.2cqw;
}
#main .fsvs-body .content .item.river {
	width: 86.1333cqw;
	bottom: 19.2cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.nasu01 {
	width: 17.6cqw;
	bottom: 64.8cqw;
	right: 17.8666cqw;
}
#main .fsvs-body .content .item.nasu02 {
	width: 19.7333cqw;
	bottom: 38.666cqw;
	right: 18.1333cqw;
}
#main .fsvs-body .content .item.nasu03 {
	width: 24cqw;
	bottom: 20.2666cqw;
	left: 8cqw;
}
#main .fsvs-body .content .item.man {
	width: 50.666cqw;
	bottom: 25.6cqw;
	left: 20.533cqw;
}
#main .fsvs-body .content .item.pop01 {
	width: 38.666cqw;
	top: 44.8cqw;
	left: 11.7333cqw;
}
#main .fsvs-body .content .item.pop02 {
	width: 38.666cqw;
	top: 49.8666cqw;
	right: 10.2cqw;
}



