@charset "utf-8";
/*
 * =======================================================
 * 
 * [home]
 * 
 * =======================================================
 */
#wrapper::before {
	top: 660px;
}
#wrapper::after {
	top: 740px;
}
#siteHeader {
	width: 100%;
	height: 688px;
	padding-top: 250px;
	margin-bottom: 80px;
	position: relative;
	background: scroll url(../../images/content/home/PC_header_bg.png) no-repeat center 24px;
}
#siteHeader::after {
	/*display: none;*/
	top: 650px;
	margin-left: 140px;
}
	#siteHeader .hInner {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	#siteHeader .logo {
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
	
#gNav {
	float: none;
}
	#gNav ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		flex-wrap: wrap;
		width: 620px;
		margin: 0 auto;
	}
	#gNav li {
		float: none;
		display: inline-block;
	}
	#gNav li:not(:first-child) {
		margin-left: 0;
	}
	#gNav a {
		width: 172px;
		height: 172px;
	}
	#gNav .concept {
		background-image: url(../../images/content/home/PC_nav01.png);
	}
	#gNav .concept:hover {
		background-image: url(../../images/content/home/PC_nav01_on.png);
	}
	#gNav .shops {
		background-image: url(../../images/content/home/PC_nav02.png);
	}
	#gNav .shops:hover {
		background-image: url(../../images/content/home/PC_nav02_on.png);
	}
	#gNav .access {
		background-image: url(../../images/content/home/PC_nav03.png);
	}
	#gNav .access:hover {
		background-image: url(../../images/content/home/PC_nav03_on.png);
	}
	.homeHeader {
		position: relative;
		margin-bottom: 0px;
	}
	.homeHeader::before {
		content: '';
		background: scroll url(../../images/content/home/PC_obj14.png) no-repeat left top;
		position: absolute;
		width: 94px;
		height: 64px;
		left: 160px;
		top: -10px;
		z-index: 10;
	}
	.homeHeader p {
		text-align: center;
		margin-bottom: 50px;
		position: relative;
		font-size: 20px;
	}
	.homeHeader .intro {
		text-align: center;
	}
		.homeHeader .intro figure {
			margin-bottom: 45px;
		}
			.homeHeader .intro figure img {
				border-radius: 15px;
			}
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 769px) {
	
}
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media screen and (max-width: 768px) and (orientation:portrait) {
	
}
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	#wrapper::before {
		top: 428px;
	}
	#wrapper::after {
		top: 500px;
	}
	#siteHeader {
height: 400px;
padding-top: 170px;
margin-bottom: 40px;
position: relative;
background-repeat: no-repeat;
background-position: center -100px;
background-image: url(../../images/content/home/SP_header_bg.png);
background-attachment: scroll;
background-size: auto 500px;
	}
	#siteHeader::after {
		top: 380px;
		margin-left: 80px;
	}
	#siteHeader .hInner {
		width: 100%;
	}
	#siteHeader .logo {
		width: 100%;
		max-width: 356px;
		margin-bottom: 30px;
	}
	#siteHeader .grand:hover {
		top: 15px;
	}
	#gNav {}
		#gNav ul {
			width: 300px;
		}
		#gNav li {}
		#gNav a {
			width: 92px;
			height: 92px;
			background-size: 100%;
		}
		#gNav .concept,
		#gNav .concept:hover {
			background-image: url(../../images/content/home/SP_nav01.png);
		}
		#gNav .shops,
		#gNav .shops:hover {
			background-image: url(../../images/content/home/SP_nav02.png);
		}
		#gNav .access,
		#gNav .access:hover {
			background-image: url(../../images/content/home/SP_nav03.png);
		}
	#content {
		width: 100%;
	}
	.homeHeader {
margin-top: 0px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
width: 300px;
	}
	.homeHeader::before {
		background: none;
	}
	.homeHeader p {
text-align: center;
margin-bottom: 20px;
position: relative;
font-size: 16px;
margin-top: 0px;
	}
	.homeHeader .intro {
		text-align: center;
	}
	.homeHeader .intro figure {
		margin-bottom: 20px;
	}
}	/* @media END */
