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

/*=======================================
	page09
=======================================*/
#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.table {
	width: 86.4cqw;
	bottom: 17.333cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.dot01 {
	width: 3.4666cqw;
	bottom: 37.333cqw;
	left: 46.1333cqw;
}
#main .fsvs-body .content .item.dot02 {
	width: 5.3333cqw;
	bottom: 40.5333cqw;
	left: 41.0666cqw;
}
#main .fsvs-body .content .item.dot03 {
	width: 6.933cqw;
	bottom: 46.8666cqw;
	left: 37.333cqw;
	z-index: 15;
}
#main .fsvs-body .content .item.dream {
	width: 86.4cqw;
	bottom: 47.2cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.dream.appear {
	animation: rotate2 2s ease-in-out infinite;
}
@keyframes rotate2 {
	0% { transform: translateX(-50%)translateY(5px) }
	50% { transform: translateX(-50%)translateY(-5px) }
	100% { transform: translateX(-50%)translateY(5px) }
}

#main .fsvs-body .content .item.pop01 {
	width: 38.1333cqw;
	top: 46.93333cqw;
	left: 11.2cqw;
}
#main .fsvs-body .content .item.pop02 {
	width: 38.1333cqw;
	top: 46.73333cqw;
	right: 10.9333cqw;
}
@media screen and (orientation:portrait) and (max-width: 768px) {
	#main .fsvs-body .content .item.pop01,
	#main .fsvs-body .content .item.pop02 {
		width: 38.1333cqw;
	}
	#main .fsvs-body .content .item.pop01 {
		top: 44.93333cqw;
	}
	#main .fsvs-body .content .item.pop02 {
		top: 51.73333cqw;
	}
}

