@charset "UTF-8";
.gFooter {
	background: #000000;
	color: #fff;
	padding: 68px 0 116px;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.gFooter_col {}
.gFooter_col-no1 {}
.gFooter_title {
	margin-bottom: 1px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title > a > svg {
	display: block;
	width: 289px;
	height: 58px;
	fill: #fff;
}
.gFooter_dList {
	list-style: none;
	font-weight: 500;
}
.gFooter_dList > dt {
	margin-bottom: 0px;
}
.gFooter_dList > dt > b {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .05em;
	margin-right: 10px;
}
.gFooter_dList > dt > small {
	font-size: 14px;
}
.gFooter_dList > dd {
	margin-top: 7px;
}
.gFooter_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.gFooter_col-no2 {
	width: 55%;
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.gFooter_list > li {
	width: 48%;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	height: 52px;
	border: 1px solid #898989;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	font-size: 16px;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_copyright {
	margin-top: 23px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 10px;
	opacity: .73;
}
.gHeaderWrap {
	position: relative;
	z-index: 2;
}
.gHeader {
	padding: 58px 0 48px;
}
.gHeader_inner {}
.gHeader_title {
	display: flex;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title > a > b {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
}
.gHeader_title_img {
	display: block;
	width: 289px;
	height: 58px;
}
.gNav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	color: #fff;
	box-sizing: border-box;
	padding-top: 110px;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}
.gNav.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}
.gNav_title {
	width: 289px;
	margin: 0 auto 50px;
}
.gNav_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_title > a::before {
	content: "";
}
.gNav_title > a::after {
	content: "";
}
.gNav_title > a > svg {
	display: block;
	width: 289px;
	height: 58px;
	fill: #fff;
	transition-duration: .3s;
	transition-property: fill;
}
.gNav_title > a:hover > svg {
	fill: #ccc;
}
.gNav_list {
	list-style: none;
	max-width: 800px;
	margin: 0 auto;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	height: 70px;
	letter-spacing: 0.15em;
	transition-duration: .3s;
	transition-property: padding-left;
}
.gNav_list > li > a > [data-char="init"] {
	position: relative;
	z-index: 1;
	top: 10px;
	transition-duration: 0.5s;
	transition-property: transform, top, opacity;
	opacity: 0;
}
.isShow .gNav_list > li > a > [data-char="init"] {
	top: 0;
	opacity: 1;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gMenuBtn {
	display: block;
	width: 80px;
	height: 77px;
	background: #000000;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {
	display: block;
	width: 32px;
	height: 3px;
	background: #fff;
	margin: 6px auto;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: top, -webkit-transform;
	transition-property: transform, top;
	transition-property: transform, top, -webkit-transform;
}
.isShow .gMenuBtn_bar-no1 {
	top: 9px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.isShow .gMenuBtn_bar-no2 {
	top: 0px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.isShow .gMenuBtn_bar-no3 {
	top: -9px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.gBody {
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 155px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
}
.wp-pagenavi {
	border-top: 1px solid rgba(2, 2, 2, 0.7);
	border-bottom: 1px solid rgba(2, 2, 2, 0.7);
	padding: 6px 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 42px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #1C1C1C;
	transition-duration: .3s;
	transition-property: background-color, color;
	text-decoration: none;
}
.wp-pagenavi > .previouspostslink {}
.wp-pagenavi > .current {
	color: rgba(28, 28, 28, 0.24);
}
.wp-pagenavi > .extend {}
.wp-pagenavi > .nextpostslink {}
@media screen and (min-width:1000px) {
	.gFooter_title > a:hover {}
	.gFooter_dList > dd > a:hover {}
	.gFooter_list > li > a:hover {
		background-color: #fff;
		color: #000;
		border-color: #000;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gNav_title > a:hover {}
	.gNav_list > li > a:hover {
		padding-left: 1em;
	}
	.gMenuBtn:hover {
		background-color: #222;
	}
	.wp-pagenavi > a:hover {
		color: rgba(28, 28, 28, 0.24);
	}
}
@media screen and (max-width:999px) {
	.gFooter {
		padding: 35px 0 60px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
		text-align: center;
	}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_title {
		display: flex;
		justify-content: center;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > svg {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > b {}
	.gFooter_dList > dt > small {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_col-no2 {
		width: auto;
	}
	.gFooter_list {
		max-width: 500px;
		margin: 20px auto 0;
	}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {
		text-align: center;
	}
	.gFooter_copyright > small {}
	.gHeaderWrap {}
	.gHeader {
		padding-top: 0;
		padding-bottom: 0;
	}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 77px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title > a > b {
		font-size: 12px;
		margin-left: 15px;
	}
	.gHeader_title_img {
		width: 240px;
		height: 50px;
	}
	.gNav {}
	.gNav.isShow {}
	.gNav_title {}
	.gNav_title > a {}
	.gNav_title > a::before {}
	.gNav_title > a::after {}
	.gNav_title > a > svg {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.gBody {
		padding-bottom: 100px;
		padding-top: 35px;
	}
	.wp-pagenavi {}
	.wp-pagenavi > a,
	.wp-pagenavi > span {}
	.wp-pagenavi > .previouspostslink {}
	.wp-pagenavi > .current {}
	.wp-pagenavi > .extend {}
	.wp-pagenavi > .nextpostslink {}
}
@media screen and (max-width:767px) {
	.gFooter {
		padding: 35px 0 25px;
	}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_title {
		max-width: 200px;
		margin: 0 auto 3px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > svg {
		width: 200px;
		height: 42px;
	}
	.gFooter_dList {}
	.gFooter_dList > dt {
		margin-bottom: 10px;
	}
	.gFooter_dList > dt > b {
		display: block;
		margin: 0;
		font-size: 16px;
	}
	.gFooter_dList > dt > small {
		display: block;
		font-size: 12px;
	}
	.gFooter_dList > dd {
		margin-top: 2px;
	}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_col-no2 {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		height: 50px;
		box-sizing: border-box;
	}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {
		margin-top: 35px;
	}
	.gFooter_copyright > small {}
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: 70px;
	}
	.gHeader_title > a::before {
		display: none;
	}
	.gHeader_title > a::after {
		display: none;
	}
	.gHeader_title > a > b {
		margin: 5px 0 0;
		font-size: 10px;
		line-height: 1;
	}
	.gHeader_title_img {
		width: 150px;
		height: 31px;
	}
	.gNav {
		padding-top: 80px;
	}
	.gNav.isShow {}
	.gNav_title {
		max-width: 190px;
		width: auto;
		margin-bottom: 20px;
	}
	.gNav_title > a {}
	.gNav_title > a::before {}
	.gNav_title > a::after {}
	.gNav_title > a > svg {
		width: 190px;
		height: 40px;
	}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		font-size: 16px;
		height: 50px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gMenuBtn {
		width: 70px;
		height: 70px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		width: 28px;
		height: 2px;
	}
	.isShow .gMenuBtn_bar-no1 {
		top: 8px;
	}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {
		top: -8px;
	}
	.gBody {
		padding-bottom: 60px;
		padding-top: 25px;
	}
	.wp-pagenavi {
		padding: 0;
		margin-top: 25px;
	}
	.wp-pagenavi > a,
	.wp-pagenavi > span {}
	.wp-pagenavi > .previouspostslink {}
	.wp-pagenavi > .current {}
	.wp-pagenavi > .extend {}
	.wp-pagenavi > .nextpostslink {}
}
