@charset "utf-8";
/* reset and common
========================================== */

/* entry button
========================================== */

#kitarouLP .entry_btn a{
	display: block;
	width: 368px !important;
	height: 75px !important;
	background: url(/static/img/pages/lp/hokutonoken/btn_entry.png?v=1) no-repeat 0 0;
	margin: 0 auto;
	text-indent: -9999px;
	z-index: 100;
}
#kitarouLP .entry_btn a:hover{
	background-position: 0 -75px;
}

/* main title
========================================== */
#kitarouLP .main_title{
	height: 141px;
	width: 950px;
	padding-top: 325px;
	background: url(/static/img/pages/lp/kitarou/main_title.png?v=1) no-repeat 0 0;
}

/* section1
========================================== */
#kitarouLP .section1{
	background: url(/static/img/pages/lp/kitarou/img_sec1.png?v=1) no-repeat 0 0;
	width: 950px;
	height: 420px;
}

/* section2
========================================== */
#kitarouLP .section2{
	background: url(/static/img/pages/lp/kitarou/img_sec2.png?v=1) no-repeat 0 0;
	width: 950px;
	height: 420px;
}

/* footer
========================================== */
#kitarouLP .footer{
	background: url(/static/img/pages/lp/kitarou/bg_footer.png?v=1) no-repeat 0 0;
	width: 950px;
	height: 124px;
	padding-top: 30px;
}
#kitarouLP .footer p{
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
#kitarouLP .footer .txt_big{
	font-size: 140%;
	vertical-align: middle;

}

/* text hidden
============================================== */
#kitarouLP .main_title h1,
#kitarouLP .section1 h2,
#kitarouLP .section2 h2,
#kitarouLP .text_hidden,
.entry{
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9000px\9;
}