@charset "UTF-8";
html, body, main {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
}
	img {
	width: 95%;
	height: 95%;
	margin-top: 80px;
	margin-bottom: 20px;
}
.entrance {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
	p {
	color: #FB4454;
	line-height: 200%;
	margin-top: 30px;
	word-spacing: 6pt;
	font-family: YakuHanJP, -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	text-align: left;
}


.entrance_t a {
	display: block;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 50px;
	background-color: #FB4454;
	font-family: aaux-next, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.entrance_t a:hover {
	background-color: #FC7581;
}

.entrance br {
	display: none;
}

.icon {
	color: #FB4454;
	margin-top: 80px;
	margin-bottom: 50px;
}


@media screen and (min-width:768px) {
	.entrance {
	width: 100%;
}
	.entrance br {
	display: inherit;
}
	p {
	text-align: center;
}
	img {
	width: 70%;
	height: 70%;
}
}

@media screen and (min-width:920px){
	img {
	width: 480px;
	height: 360px;
}
	p {
	font-size: 90%;
	}
}
