@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 47rem;
	padding: 6.1rem 5.3rem;
	z-index: 100;
}
#gHeader h1 {
	margin-bottom: 5.9rem;
	width: 13.5rem;
}
.menuList {
	margin-left: 0.5rem;
	width: 15.6rem;
}
.menuList li:not(:last-child) {
	margin-bottom: 0.6rem;
}
.menuList a {
	padding: 0 1rem;
	min-height: 3rem;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #919191;
}
.menuList a:before {
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #fff;
	border-radius: 50%;
	content: "";
}
.menuList a:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 1.4rem;
	height: 1px;
	transition: .3s;
	background-color: #fff;
	content: "";
}
.menuList a span {
	display: inline-block;
	transition: .3s;
}
@media all and (min-width: 897px) {
	.menuList a:hover:after {
		width: 100%;
	}
	.menuList a:hover span {
		opacity: 0.6;
		transform: scale(1.15);
	}
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		width: 100%;
		padding: 3rem 1.5rem 3rem 3rem;
		display: flex;
		justify-content: space-between;
		z-index: 100;
	}
	#gHeader h1 {
		margin-bottom: 0;
		width: 10rem;
	}
	#gHeader .menu {
		width: 2.8rem;
		cursor: pointer;
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 4.6rem;
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.99);
		z-index: 101;
	}
	#gHeader .menuBox .logo {
		margin: 3.1rem 0 0;
		width: 10rem;
	}
	#gHeader .menuBox .close {
		width: 2.7rem;
		margin: -0.5rem -1.7rem 3.5rem auto;
	}
	.menuList {
		margin: 0 0 4rem;
		width: auto;
	}
	.menuList a {
		padding: 0 3rem;
		min-height: 5.2rem;
		font-size: 2rem;
	}
	.menuList a:before {
		display: none;
	}
	.menuList a:after {
		width: 3.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5rem 0 1.5rem;
	position: relative;
	background-color: rgba(0,0,0,0.63);
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 126.6rem;
}
#gFooter .fInner .pageTop {
	margin: 0 4.5rem 13rem 0;
	text-align: right;
}
#gFooter .fInner .pageTop a {
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 500;
}
#gFooter .fInner .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .menuList {
	margin: 0 0 -2.3rem auto;
}
#gFooter .fLogo {
	margin: 0 auto 3.2rem;
	width: 14.3rem;
}
#gFooter address {
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.7rem 0 3.5rem;
		min-height: 44rem;
		display: flex;
		align-items: flex-end;
	}
	#gFooter .fInner .pageTop {
		position: absolute;
		right: 3.5rem;
		top: -4.5rem;
		margin: 0;
		text-align: right;
	}
	#gFooter .fInner .pageTop a {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#gFooter .fLogo {
		margin-bottom: 14.8rem;
		width: 11.8rem;
	}
}