@charset "UTF-8";

/** .content-title */
.page8 .content-title {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 76px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-height: 768px) {
	.page8 .content-title {
		height: 9.8958vh;
		margin-top: 1.302vh;
		margin-bottom: 1.302vh;
	}
}

.page8 .content-title::before {
	position: absolute;
	top: 50%;
	left: -20%;
	width: 200%;
	height: 100%;
	border-radius: 0 40px 40px 0;
	background-color: #53b98d;
	transform: translate(-50%, -50%);
	content: '';
}

@media screen and (max-height: 768px) {
	.page8 .content-title::before {
		border-radius: 0 5.2083vh 5.2083vh 0;
	}
}

.page8 .content-title .content-title-inner {
	position: relative;
	margin-left: 20px;
	color: #fff;
}

@media screen and (max-height: 768px) {
	.page8 .content-title .content-title-inner {
		margin-left: 2.6041vh;
	}
}

/** .content-main */
.page8 .content-main .top-img-wrap {
	display: flex;
	justify-content: center;
}
.page8 .content-main .top-img-wrap .bubble-img-wrap.left {
	position: absolute;
	bottom: calc(50% - 190px);
	left: calc(50% - 240px);
	width: 213px;
	height: 260px;
	transform: translate(-50%, -50%);
	animation: fadeInEx .3s ease .4s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page8 .content-main .top-img-wrap .bubble-img-wrap.left {
		bottom: calc(50% - 24.7395vh);
		left: calc(50% - 31.25vh);
		width: 27.7343vh;
		height: 33.8541vh;
	}
}

.page8 .content-main .top-img-wrap .bubble-img-wrap.center {
	width: 250px;
	height: 324px;
	animation: fadeIn .3s ease .2s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page8 .content-main .top-img-wrap .bubble-img-wrap.center {
		width: 32.552vh;
		height: 42.1875vh;
	}
}

.page8 .content-main .top-img-wrap .bubble-img-wrap.right {
	position: absolute;
	right: calc(50% - 410px);
	bottom: calc(50% - 140px);
	width: 182px;
	height: 234px;
	transform: translate(-50%, -50%);
	animation: fadeInEx .3s ease .6s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page8 .content-main .top-img-wrap .bubble-img-wrap.right {
		right: calc(50% - 53.3854vh);
		bottom: calc(50% - 18.2291vh);
		width: 23.6979vh;
		height: 30.4687vh;
	}
}

.page8 .content-main .bottom-img-wrap {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: -20px;
}

@media screen and (max-height: 768px) {
	.page8 .content-main .bottom-img-wrap {
		margin-top: -2.6041vh;
	}
}

.page8 .content-main .bottom-img-wrap .children-msg-img-wrap {
	position: absolute;
	bottom: calc(50% - 100px);
	left: calc(50% - 280px);
	width: 192px;
	height: 117px;
	transform: translate(-50%, -50%) rotate(0) scale(0);
	animation: fadeInMsg .3s ease 1s forwards, yurayura 2s ease 1.3s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page8 .content-main .bottom-img-wrap .children-msg-img-wrap {
		bottom: calc(50% - 13.0208vh);
		left: calc(50% - 36.4583vh);
		width: 25vh;
		height: 15.2343vh;
	}
}

.page8 .content-main .bottom-img-wrap .children-img-wrap {
	width: 346px;
	height: 163px;
}

@media screen and (max-height: 768px) {
	.page8 .content-main .bottom-img-wrap .children-img-wrap {
		width: 45.052vh;
		height: 21.2239vh;
	}
}

.page8 .bird-msg-img-wrap {
	position: absolute;
	right: calc(50% - 550px);
	bottom: calc(50% - 120px);
	width: 217px;
	height: 98px;
	transform: translate(-50%, -50%) rotate(0) scale(0);
	animation: fadeInMsg .3s ease 1.2s forwards, fuwafuwa 2s ease 1.5s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page8 .bird-msg-img-wrap {
		right: calc(50% - 71.6145vh);
		bottom: calc(50% - 15.625vh);
		width: 28.2552vh;
		height: 12.7604vh;
	}
}

.page8 .bird-img-wrap {
	position: absolute;
	right: calc(50% - 610px);
	bottom: calc(50% - 390px);
	width: 222px;
	height: 204px;
	transform: translate(-50%, 100px) scale(0);
	animation: fadeInBird .3s ease .8s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page8 .bird-img-wrap {
		right: calc(50% - 79.427vh);
		bottom: calc(50% - 50.7812vh);
		width: 28.9062vh;
		height: 26.5625vh;
	}
}
