@charset "UTF-8";
html {
	font-size: 62.5%;
	overflow: auto;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

html,
body {
	height: 100%;
}

body {
	font-size: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.4;
	word-wrap: break-word;
}

/* ------------------------------------------------------------------ */

/* 共通 */

/* ------------------------------------------------------------------ */
#container{
	width: 100%;
	height: auto;
	padding: 90px 0 0 0;
}
.inner{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
	height: auto;
}
.main_container{
	margin: 90px 0 0 0;
}

/* ------------------------------------------------------------------ */

/* header */

/* ------------------------------------------------------------------ */

header {
width:100%;
margin: 0 auto;
height: 90px;
padding: 0 30px;
display: block;
z-index: 1000;
background-color: #fafafa;
border-bottom: 2px #8A8A8A double;
position: fixed;
}

header img {
	width: 100%;
	height: auto;
}
.top_nav{
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
	
}
.gnav__wrap{
	width: 530px;
}
.gnav__menu{
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}

/* ------------------------------------------------------------------ */

/* footer */

/* ------------------------------------------------------------------ */
