@charset "utf-8";


#intro .text {
	padding-top: 30px;
	padding-bottom: 10px;
}
#intro p {
}
#intro .catch {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	font-weight: 600;
	letter-spacing: -.05em;
	font-size: 180%;
	color: var(--contents-color);
	text-align: center;
}
#intro .catch span {
	display: inline-block;
}
#intro .catch2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	font-weight: 600;
	letter-spacing: -.05em;
	font-size: 140%;
	color: var(--contents-color);
	text-align: center;
	margin-bottom: 0;
}
#intro .img {
	text-align: center;
	margin: 30px auto;
}

#intro p:not(.catch):not(.catch2) {
	text-indent: 1em;
	line-height: 2;
	text-shadow: none;
	font-size: 120%;
	margin-bottom: 1em;
	color: #1a1a1a;
}
