@charset "UTF-8";

/** .content-title */
.page7 .content-title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 45px;
	text-align: center;
}

@media screen and (max-height: 768px) {
	.page7 .content-title {
		margin-top: 2.6041vh;
		margin-bottom: 2.6041vh;
		font-size: 5.8593vh;
	}
}

/** .content-main */
.page7 .content-main {
	margin-bottom: 150px;
}

@media screen and (max-height: 768px) {
	.page7 .content-main {
		margin-bottom: 19.5312vh;
	}
}

.page7 .content-main .logo-info-wrap {
	display: flex;
	justify-content: center;
}
.page7 .content-main .logo-info-wrap .logo-img-wrap {
	position: relative;
	width: 278px;
	height: 208px;
}

@media screen and (max-height: 768px) {
	.page7 .content-main .logo-info-wrap .logo-img-wrap {
		width: 36.1979vh;
		height: 27.0833vh;
	}
}

.page7 .content-main .logo-info-wrap .logo-img {
	position: absolute;
	z-index: 0;
}
.page7 .content-main .logo-info-wrap .logo-img.before {
	animation: fadeIn .3s ease .2s forwards, switchOut 2s ease 1.5s forwards;
	opacity: 0;
}
.page7 .content-main .logo-info-wrap .logo-img.after {
	animation: switchIn 2s ease 1.5s forwards;
	opacity: 0;
}
.page7 .content-main .logo-info-wrap .logo-text {
	width: 300px;
	margin-left: 40px;
	animation: fadeIn .3s ease .2s forwards;
	opacity: 0;
	color: #231815;
	font-size: 15px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 300;
	line-height: 2;
}

@media screen and (max-height: 768px) {
	.page7 .content-main .logo-info-wrap .logo-text {
		width: 39.0625vh;
		margin-left: 5.2083vh;
		font-size: 1.9531vh;
	}
}

/** .boy-img-wrap */
.page7 .boy-img-wrap {
	position: absolute;
	left: calc(50% - 370px);
	width: 150px;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page7 .boy-img-wrap {
		left: calc(50% - 48.177vh);
		width: 19.5312vh;
	}
}

.page7 .boy-img-wrap.before {
	bottom: calc(50% - 310px);
	height: 164px;
	transform: translate(-200px, -50%);
	animation: slideRightEx .3s ease .2s forwards, switchOut 2s ease 1.5s forwards;
}

@media screen and (max-height: 768px) {
	.page7 .boy-img-wrap.before {
		bottom: calc(50% - 40.3645vh);
		height: 21.3541vh;
	}
}

.page7 .boy-img-wrap.after {
	bottom: calc(50% - 330px);
	height: 202px;
	transform: translate(-50%, -50%);
	animation: switchIn 2s ease 1.5s forwards;
}

@media screen and (max-height: 768px) {
	.page7 .boy-img-wrap.after {
		bottom: calc(50% - 42.9687vh);
		height: 26.302vh;
	}
}

.page7 .boy-msg-img-wrap {
	position: absolute;
	bottom: calc(50% - 190px);
	left: calc(50% - 170px);
	width: 218px;
	height: 76px;
	transform: translate(-50%, -50%) rotate(0) scale(0);
	animation: switchIn 2s ease 1.5s forwards, yurayura 2s ease 2.5s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page7 .boy-msg-img-wrap {
		bottom: calc(50% - 24.7395vh);
		left: calc(50% - 22.1354vh);
		width: 28.3854vh;
		height: 9.8958vh;
	}
}

.page7 .bird-msg-img-wrap {
	position: absolute;
	right: calc(50% - 390px);
	bottom: calc(50% - 210px);
	width: 234px;
	height: 85px;
	transform: translate(-50%, -50%);
	animation: switchIn 2s ease 2.5s forwards, fuwafuwa 2s ease 2.5s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page7 .bird-msg-img-wrap {
		right: calc(50% - 50.7812vh);
		bottom: calc(50% - 27.3437vh);
		width: 30.4687vh;
		height: 11.0677vh;
	}
}

.page7 .bird-img-wrap {
	position: absolute;
	right: calc(50% - 620px);
	bottom: calc(50% - 400px);
	width: 222px;
	height: 204px;
	transform: translate(-50%, 100px) scale(0);
	opacity: 0;
}

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

.page7 .bird-img-wrap.before {
	transform: translate(-50%, -50%);
	animation: fadeInBird .3s ease .2s forwards, switchOut 2s ease 1.5s forwards;
}
.page7 .bird-img-wrap.after {
	transform: translate(-50%, -50%);
	animation: switchIn 2s ease 1.5s forwards;
}
