		* {
			margin: 0;
			padding: 0;
		}
		body {
	font-family: 'Lato', sans-serif;
	text-align: left;
		}
		/*article {
			height: 1000px;
			margin: 100px auto;
			text-align: center;
			line-height: 1.9;
		}
		article p {
			margin-bottom: 1em;
		}*/
		a {
			color: #0b8793;
		}
		#main-visual {
		height: 100vh;
		background-size: cover;
		background-size: cover;
		background-image: url(http://round-web.net/images/top/top_main_pc.jpg);
		background-position: center;
		margin: 0px;
		padding: 0px;
		}


		.inner {
			width: 100%;
			margin: 0 auto;
		}
		.inner:after {
			content: "";
			clear: both;
			display: block;
		}

		/* header */
		#top-head {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	line-height: 1;
	z-index: 999;
		}
		#top-head:after {
	content: "";
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}

		#top-head a,
		#top-head {
			color: #000;
			text-decoration: none;
		}

		#top-head .inner {
	position: relative;
	text-align: center;			
		}
		#top-head .logo {
	float: left;
	margin-left: 35px;
	padding-top: 10px;
		}
		#global-nav ul {
	font-family: 'Questrial', sans-serif;
	list-style: none;
	bottom: 0;
	font-size: 12px;
	top: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
		}
		#global-nav ul li {
			float: left;
			position: relative;

		}
#global-nav ul li img {
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

		#global-nav ul li a {
	padding: 10px;
		}
		
		.hamburger {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	padding: 40px;
		}
		
		.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
		}
		
		.fat-nav {
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(255,255,255,10);
		}

		/* Btn Hover */
		#global-nav ul li:after {
			position: absolute;
			content: "";
			display: block;
			width: 100%;
		}
		#global-nav ul li:hover:after {
			background: #fff;
		}

		/* Fixed */

		.fat-nav.fixed:after {
	top: 10;
	left: 10;
	z-index: 9999;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(255,255,255,10);
		}

		#top-head.fixed:after {
			width: 100%;
			margin-top: 0px;
		}
		#top-head.fixed #global-nav ul li a {
	color: #333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
		}

		/* Fixed Btn Hover */
		#top-head.fixed #global-nav ul li:after {
			bottom: 0px;
		}
		#top-head.fixed #global-nav ul li:hover:after {
			background: #0b8793;
			bottom: 0px;
		}

		/* transition */
		#top-head,
		#top-head:after,
		#top-head .logo,
		#global-nav ul li,
		#global-nav ul li a,
		.hamburger {
			transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}
		
		/* Fixed */
#top-head.fixed {
    padding-top: 20px;
    background: rgba(255,255,255,10);
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
 
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}


@media screen and (max-width: 840px){
#global-nav {
	visibility: hidden;
}

#top-head {
			position: fixed;
			width: 100%;
			margin: 0 auto;
			padding: 10px 0 0;
			line-height: 1;
			z-index: 999;
}
		
#top-head .logo img {
	width:100px;
}
#top-head.fixed {
			padding-top: 10px;
			padding-bottom: 0px;
			background: #fff;
}
#top-head.fixed .logo {
			margin-left: 20px;
}
.hamburger {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 10;
	right: 10;
	z-index: 10000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
		}

#main-visual {
		height: 100vh;
		background-size: cover;
		background-size: cover;
		background-image: url(http://round-web.net/images/top/top_main_sp.jpg);
		background-position: center;
		margin: 0px;
		padding: 0px;
}

}
