@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.loading {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: #000;
	z-index: 2000;
}

.loading .imgBox {
	left: 50%;
	position: fixed;
	top: 50%;
	margin: -88px 0 0 -67px;
	display: none;
}

#gHeader {
	position: absolute !important;
}

#gHeader .pcBox .menu {
	position: absolute;
	right: 12px;
	top: 14px;
	display: block;
	cursor: pointer;
}

#gHeader .pcBox .hInner {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#gHeader .pcBox .hInner .close {
	position: absolute;
	right: 12px;
	top: 8px;
	cursor: pointer;
}

#gHeader .pcBox .hInner .subBox {
	margin: 0 auto;
	padding-top: 189px;
	width: 200px;
}

#gHeader .pcBox .hInner .subBox .imgBox {
	margin-bottom: 43px;
	text-align: center;
}

#gHeader .pcBox .hInner .subBox .linkList {
	margin-bottom: 30px;
	padding: 11px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

#gHeader .pcBox .hInner .subBox .linkList li {
	padding: 12px 0;
	font-size: 20px;
	text-align: center;
}

#gHeader .pcBox .hInner .subBox .buy {
	margin-bottom: 25px;
	text-align: center;
}

#gHeader .pcBox .hInner .subBox .facebook {
	text-align: center;
}

#main .homeBox01 {
	background: url(/img/index/home_bg01.jpg) no-repeat center center;
	background-size: cover;
	z-index: 600;
}

#main .homeBox02 {
	background: url(/img/index/home_bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .homeBox03 {
	background: url(/img/index/home_bg03.jpg) no-repeat center center;
	background-size: cover;
}

#main .comBox01 h1 {
	margin-bottom: 70px;
	text-align: center;
}

#main .comBox01 h2 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

#main .comBox01 h2 span {
	font-size: 18px;
}

#main .comBox .hideBox p {
	line-height: 1.8;
}

#main .comBox .hideBox .name {
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
}

.logo {
	position: fixed;
	left: 25px;
	top: 28px;
	z-index: 500;
}

#main .service {
	margin: 0 auto;
	max-width: 1280px;
	padding-top: 112px;
}

#main .service li {
	width: 25%;
	float: left;
}

#main .service li img {
	width: 100%;
}

#main .service h3 {
	margin-bottom: 25px;
	text-align: center;
}

#main .service p {
	margin-bottom: 63px;
	color: #4D4D4D;
	font-size: 16px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.logo {
		display: none;
	}
	
	#gHeader {
		position: relative;
	}
	
	#gHeader .pcBox {
		display: none;
	}
	
	.loading .imgBox {
		margin: -67px 0 0 -51px;
	}
	
	.loading .imgBox img {
		width: 102px;
	}
	
	#main .comBox01 .info {
		padding-top: 167px;
	}
	
	#main .comBox01 h1 {
		margin-bottom: 42px;
	}
	
	#main .comBox01 h1 img {
		width: 119px;
	}
	
	#main .comBox01 h2 {
		font-size: 14px;
	}
	
	#main .comBox01 h2 span {
		font-size: 12px;
	}

	#main .homeBox02 .logo {
		display: none;
	}
	
	#main .spTxtBox .name {
		text-align: right;
	}
	
	#main .service {
		padding-top: 47px;
		width: auto;
	}
	
	#main .service h3 {
		margin-bottom: 10px;
	}
	
	#main .service p {
		margin-bottom: 18px;
		font-size: 11px;
	}
	
	#main .serviceLink li img {
		width: 100%;
	}
	
	#main .homeBox02 {
		background: url(/img/index/sp_home_bg02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .homeBox03 {
		background: url(/img/index/sp_home_bg03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .service li {
		width: 100%;
	}
	
}