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

html,body {
	height: 100%;
}

body {
	font-family: "neue-haas-unica", "a-otf-gothic-bbb-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 1rem;
	line-height: 1.5;
}

a, a:visited {
	color: #888;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover, a:active {
	color: yellow;
}

.midashi  {
	font-family: "a-otf-midashi-go-mb31-pr6n";
	font-weight: 600;
	font-style: normal;
}

.bold {
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 500;	
}

#wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
	z-index: 3;
}

body > #wrapper > #content > #main {
    height: auto;
    padding: 0 0 100px 0;
}

#content {
	min-height: 100%;
	height: 100%;
	width: 100%;
	z-index: 2;
}

#main {
	text-align: center;
	z-index: 1;
	font-size: 0.85em;
}

#main .logo {
	width: 40%;
	height: auto;
	margin: 0 auto;
}

#main p {
	margin: 10px 0;
}

#main .title {
	font-size: 150%;
}

.st0 {
	fill: none;
	stroke: #fff;
	stroke-width: 9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media screen and (max-width: 480px) { 
	body {
		font-size: 1.2rem;
	}
	#main .logo {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}










