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

/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}
*/

/*
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
-webkit-font-smoothing: antialiased;
*/

/*
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
*/




/************/
/*common*/
/************/
html {
	width:100%;
	height: 100%;
	font-size:10px;
}

body {
	width:100%;
	height: 100vh;
	min-height: 800px;
	color:#000;
	background-color:#cbd41c;
	font-family: "Gotham A", "Gotham B", "ゴシックMB101 R", "Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	font-style:normal;
	font-weight:normal;
	line-height:1.2rem;
	letter-spacing:0.12rem;
}

body>h1 {
	width:20vh;
	height:20vh;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/logo.svg") no-repeat;
	background-size:100%;
	position: absolute;
	top: 45%;
	left:50%;
	margin-left: -10vh;
	margin-top: -5vh
	
}


body>a {
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 55%;
	font-size: 1.2rem;
	width: 100%;
	text-decoration: none;
	margin-left: -10px;
}

body>a:hover {
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 55%;
	font-size: 1.2rem;
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
	margin-left: -10px;
}

body>a>h2 {
	font-size: 1.2rem;
}

	