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

/*=======================================
	page15
=======================================*/
#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%);
	z-index: 10;
}
#main .fsvs-body .content .item.mat {
	width: 84.2666cqw;
	bottom: 33.3333cqw;
	left: 6.9333cqw;
}
#main .fsvs-body .content .item.man {
	width: 46.1333cqw;
	bottom: 38.1333cqw;
	left: 27.2cqw;
	z-index: 10;
}
#main .fsvs-body .content .item.man.appear {
	animation: hurueru .1s;
	animation-iteration-count: 8;
	animation-delay: 0.6s;
}
@keyframes hurueru {
	0% {transform: translate(0px, 0px) rotateZ(0deg)}
	25% {transform: translate(2px, 2px) rotateZ(1deg)}
	50% {transform: translate(0px, 2px) rotateZ(0deg)}
	75% {transform: translate(2px, 0px) rotateZ(-1deg)}
	100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


#main .fsvs-body .content .item.shadow {
	width: 34.1333cqw;
	bottom: 39.2cqw;
	left: 33.8666cqw;
}
#main .fsvs-body .content .item.shine {
	width: 137cqw;
	bottom: -5.0666cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.pop01 {
	width: 38.2cqw;
	top: 43.333cqw;
	left: 11.7333cqw;
}
#main .fsvs-body .content .item.pop02 {
	width: 38.2cqw;
	top: 48.4cqw;
	right: 12.53333cqw;
}
@media screen and (orientation:portrait) and (max-width: 768px) {
	#main .fsvs-body .content .item.pop01,
	#main .fsvs-body .content .item.pop02 {
		width: 39.2cqw;
	}
	#main .fsvs-body .content .item.pop01 {
		top: 45.333cqw;
	}
	#main .fsvs-body .content .item.pop02 {
		top: 50.4cqw;
	}
}


