@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;
	}
}
/*=======================================
	page14
=======================================*/
#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.woman {
	width: 123.466cqw;
	bottom: -5.6cqw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
#main .fsvs-body .content .item.bg {
	width: 76.2666cqw;
	bottom: 72cqw;
	right: 9cqw;
}
#main .fsvs-body .content .item.dish01 {
	width: 48cqw;
	left: -28.2666cqw;
	bottom: 14.9333cqw;
	z-index: 10;
}
#main .fsvs-body .content .item.dish02 {
	width: 47.4666cqw;
	right: -23.8666cqw;
	bottom: 14.4cqw;
	z-index: 10;
}
#main .fsvs-body .content .item.pop01 {
	width: 35.1333cqw;
	top: 40.6cqw;
	left: 12.53333cqw;
	z-index: 15;
}
#main .fsvs-body .content .item.pop02 {
	width: 35.1333cqw;
	top: 43.4666cqw;
	right: 14.4666cqw;
	z-index: 15;
}

#main .fsvs-body .content .item.Pop.appear {
	animation: purun 1.0s linear 0s infinite;
	animation-delay: .4s;
}
#main .fsvs-body .content .item.pop02.appear {
	animation-delay: 0.7s;
}
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.15, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.15) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@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: 41.6cqw;
	}
	#main .fsvs-body .content .item.pop02 {
		top: 47.4666cqw;
	}
}
