@charset "UTF-8";
/*----------------------------------------------------
	ティザー
----------------------------------------------------*/
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Yu Gothic", YuGothic, sans-serif;
	-webkit-font-smoothing: antialiased; 
	line-height: 1.5;
	letter-spacing: .1em;
	-webkit-text-size-adjust: 100%;
	background: url(../images/teaser/bg.jpg) center center/cover;
}

img {
	max-width: 100%;
}

main {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	height: 100%;
	padding: 10px; 

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
main .desc {
	margin-bottom: 1.5em;
	color: #fff; 
	font-size: 1.125em;
}
main .enter a {
	display: block;
	height: 45px;
	color: #fff;
	font-family: "Hind", sans-serif;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#149dbc), color-stop(50%, #60bbcf), to(#149dbc));
	background: -o-linear-gradient(top, #149dbc 0%, #60bbcf 50%, #149dbc 100%);
	background:    linear-gradient(to bottom, #149dbc 0%, #60bbcf 50%, #149dbc 100%);
	background-position: 0 0;
	background-size: 100% 200%;
	border-radius: 2px;
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
main .enter a:hover {
	background-position: 0 100%;
}
@media (min-width: 768px) {
	main .text {
		margin-right: 40px;
	}
	main .lead {
		margin-bottom: 2.5em;
	}
	main .title {
		margin-bottom: 1.5em;
	}
	main .enter {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between; 
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
	}
	main .enter a {
		width: 48%;
	}
}
@media (max-width: 767px) {
	main {
		-webkit-align-items: center;
		        align-items: center; 
		-ms-flex-align: center;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;

		-webkit-box-align: center;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
	}
	main .logo {
		text-align: center;
	}
	main .logo img {
		width: 140px;
	}
	main .text {
		text-align: center;
	}
	main .lead {
		padding: 0 10px 1.5em;
	}
	main .title {
		padding: 0 10px 1.5em;
	}
	main .desc {
		font-size: .75em;
	}
	main .enter a {
		width: 80%;
		height: 36px;
		margin: 0 auto 12px;
		font-size: 1em;
	}
	main .demo {
		padding: 1.5em 0;
		text-align: center;
	}
	main .demo span {
		display: inline-block;
		padding: .125em .75em;
		color: #f00;
		font-family: "Hind", sans-serif;
		font-size: .9735em;
		border: 1px solid #f00;
	}
}