@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: .2rem 0 0 0;
}
body {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #3D3D3D;
	font-size: 1.6rem important;
	font-weight: 400;
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6 !important;
	background: #88CCC4;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
p {
	margin: 0;
	padding: 0;
	font-size: 7rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .3rem;
	color: rgb(29, 116, 105);
}
p.desc {
	padding: 1rem;
	font-size: .9rem;
	font-weight: 400;
	letter-spacing: .2rem;
	line-height: 1.8;
	color: #FFF;
	text-align: center;
	opacity: 0;
	transition: 2s 1.5s;
}
a {
	margin: 2rem 0 0;
	text-decoration: none;
	transition: .8s;
	color: #FFF;
}
a:hover {
	color: #3D3D3D;
}
.ex1 {
	margin-bottom: 2rem;
	opacity: 0;
	perspective: 640px;
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: 0;
	color: #FFF;
	font-family: 'Lora', serif !important;
}
.ex1 span {
	transform: rotateY(-90deg);
	opacity: 0;
}
.ex2 {
	margin: 0 0 5rem;
	opacity: 0;
	perspective: 640px;
	font-weight: 400;
	font-size: .9rem;
	line-height: 1.7;
	letter-spacing: 1px;
}
.ex2 span {
	transform: rotateY(-90deg) rotateX(45deg);
	transform-origin: -50% 75%;
	opacity: 0;
}
.img-responsive {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {
	body {
		padding: 25vh 0 0 !important;
		display: block;
		text-align: center;
	}
	p {
		font-size: 2.4rem !important;
		text-align: center;
	}
	.ex2 {
		font-size: .8rem !important;
	}
	p.desc {
		font-size: .5rem;
	}
}