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

/*=======================================
	page03
=======================================*/
#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: 10;
}
#main .fsvs-body .content .item.ttl {
	width: 67.7333cqw;
	top: 33.3333cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.kaki01 {
	width: 37.8666cqw;
	top: 45.3333cqw;
	left: 11.2cqw;
	z-index: 20;
}
#main .fsvs-body .content .item.kaki02 {
	width: 37.8666cqw;
	top: 50.6666cqw;
	right: 10.666cqw;
	z-index: 20;
}

/* フェードアップ後のアニメーション */
#main .fsvs-body .content .item.kaki01.appear,
#main .fsvs-body .content .item.kaki02.appear {
	animation:rumble 0.5s linear forwards;
	animation-iteration-count: 6;
}
#main .fsvs-body .content .item.kaki02.appear {
	animation-delay: .3s;
}
@keyframes rumble {
	0%   { transform:translate(0, 0); }
	25%  { transform:translate(0, 10px); }
	50%  { transform:translate(0, 0); }
	75%  { transform:translate(0, -10px); }
	100% { transform:translate(0, 0); }
}

#main .fsvs-body .content .item.main {
	width: 87.4666cqw;
	bottom: 16.5333cqw;
	left: 50%;
	transform: translateX(-50%);
}
#main .fsvs-body .content .item.fly01 {
	width: 2cqw;
	top: 110cqw;
	left: 17cqw;
	z-index: 10;
}
#main .fsvs-body .content .item.fly01::before {
	content: '';
	position: absolute;
	top: calc(-2.0cqw - 24cqw);
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 24cqw;
	background-color: #231815;
}
#main .fsvs-body .content .item.fly02 {
	width: 2cqw;
	top: 102.6666cqw;
	right: 16.26cqw;
	z-index: 10;
}
#main .fsvs-body .content .item.fly02::before {
	content: '';
	position: absolute;
	top: calc(-2.5cqw - 20cqw);
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20cqw;
	background-color: #231815;
}
