@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background:#ffc3dc url(../images/index/bg_sp.jpg) center top no-repeat;
	color: #333;
	padding: 0;
	margin: 0;
}

.container {
    position: relative;
	width: 640px;
    height: 1316px;
	text-align: center;
}
h1 {
	display: inline-block;
    background: #fff;
    background: rgba(255,255,255,.85);
    border-radius: 20px;
    padding: 10px 20px;
    margin: 20px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3em;
    color: #e11d82;
}

.btn {
    position: absolute;
    top: 682px;
    left: 130px;
}
a.enter, a.leave {
    display: inline-block;
    background: url(../images/index/btn.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
	transition:.7s ease-in-out;
}
a.enter {
	background-position: 0 0;
    width: 225px;
    height: 210px;
}
a.leave {
	background-position: -225px 0;
    width: 185px;
    height: 210px;
}
a.enter:hover, a.leave:hover {
    filter: brightness(1.3);
	transition:.3s ease-in-out;
}

footer {
    background: #fff;
	padding: 22px 0;
    width: 640px;
	font-size: 14px;
    font-size: 1.4rem;
	text-align: center;
}
footer span {
    display: block;
}
footer .ftnav {
    display: none;
}
.cr {
    padding: 24px 0;
    font-size: 10px;
    font-size: 1.0rem;
    color: #e11d82;
    text-align: center;
}

.bnr {
	display: inline-block;
	margin: 3px 0;
}


/*  */
.clear {
	clear: both;
}
br.pcnone {
    display: block;
}
