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

/*=======================================
	page05
=======================================*/
#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.73cqw;
	top: 33cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.beach {
	width: 85cqw;
	bottom: 18.7333cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.sun {
	width: 17.333cqw;
	bottom: 88.2666cqw;
	left: 5.8666cqw;
}
#main .fsvs-body .content .item.pop01.appear,
#main .fsvs-body .content .item.pop02.appear {
	overflow: hidden;
}
#main .fsvs-body .content .item.pop01.appear::before,
#main .fsvs-body .content .item.pop02.appear::before {
	content: '';
	position: absolute;
	width: 30%;
	height: 100%;
	background-color: #FFF;
  opacity: 0;
  transform: rotate(-125deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(-125deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
	top: -120%;
	left: 0;
}
@keyframes reflect {
  0% { transform: scale(0) rotate(-125deg); opacity: 0; }
  80% { transform: scale(0) rotate(-125deg); opacity: 0.25; }
  81% { transform: scale(4) rotate(-125deg); opacity: 0.5; }
  100% { transform: scale(50) rotate(-125deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(-125deg); opacity: 0; }
  80% { transform: scale(0) rotate(-125deg); opacity: 0.25; }
  81% { transform: scale(4) rotate(-125deg); opacity: 0.5; }
  100% { transform: scale(50) rotate(-125deg); opacity: 0; }
}

#main .fsvs-body .content .item.ball {
	width: 28.2666cqw;
	bottom: 64.5333cqw;
	right: 8cqw;
}
#main .fsvs-body .content .item.man {
	width: 67.2cqw;
	bottom: 22.9cqw;
	left: 18.666cqw;
}
#main .fsvs-body .content .item.man.appear {
	animation: yurayura 2s linear infinite;
	animation-delay: 0.5s;
}
@keyframes yurayura {
  0% {
      transform: rotate(0deg);
  }
	25% {
		transform: rotate(10deg);
	}
  75%{
      transform: rotate(-10deg);
  }
	95% {
		transform: rotate(5deg);
	}
}
#main .fsvs-body .content .item.pop01 {
	width: 38.4cqw;
	top: 46.133cqw;
	left: 11.2cqw;
}
#main .fsvs-body .content .item.pop02 {
	width: 38.4cqw;
	top: 51.2cqw;
	right: 11.1333cqw;
}




