@charset "utf-8";
* {
	font-family: 'Zen Maru Gothic', sans-serif;
	box-sizing: border-box;
}
html {
	margin: 0;
}
body {
	margin: 0;
	letter-spacing: 0.05em;
}
.wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.white{
	color:#fff;
}

		
h1 {
	font-size: 1rem;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.5rem;
	margin-bottom: 16px;
	letter-spacing: 0.3em;
}
h3 {
	font-size: 1.1rem;
	margin-top: 50px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
p {
	font-size: 0.96em;
}
.info {
	padding: 30px 0;
	text-align: center;
	font-size: 0.9em;
}
.mini{
	font-size:0.75em;
}
.minimini{
	font-size:0.5em;
}
a {
	color: #fff;
}
.aC{
	text-align:center !important;
}
.aL{
	text-align:left !important;
}
.aR{
	text-align:right !important;
}


@media screen and (min-width:1000px) {
	.pc {}
	.sp {
		display: none !important;
	}
	.br-pc {
		display: block !important;
	}
	.br-sp {
		display: none !important;
	}
	.aC-pc {
		text-align: center !important;
	}
	.aC-sp {
		text-align: left !important;
	}
}
@media screen and (max-width:999px) {
	.pc {
		display: none !important;
	}
	.sp {}
	.br-pc {
		display: none !important;
	}
	.br-sp {
		display: block !important;
	}
	.aC-pc {
		text-align: left !important;
	}
	.aC-sp {
		text-align: center !important;
	}
}






@media screen and (min-width:1000px) {
	p.com_logo{
		text-align:center;
		margin-top:20px;
	}
	p.com_logo img{
		width:100px;
		filter: brightness(0) invert(1);
	}
}
@media screen and (max-width:999px) {
	p.com_logo{
		text-align:center;
		margin-top:20px;
	}
	p.com_logo img{
		width:70px;
		filter: brightness(0) invert(1);
	}
}
		
		
		
