@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: YakuHanMP, "Shippori Mincho", 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 {
	color: #000;
	font-size: 1.8rem;
	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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .menu {
	position: absolute;
	left: 4.9rem;
	top: 4.6rem;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	z-index: 100;
}
#gHeader .menu .btn {
	margin-right: 0.8rem;
	height: 1rem;
	width: 3rem;
	position: relative;
}
#gHeader .menu .btn span {
	background-color: #fff;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
#gHeader .menu .btn span:nth-of-type(2) {
	top: 0.5rem;
}
#gHeader .menu .btn span:nth-of-type(3) {
	top: 1rem;
}
#gHeader .menu.on .btn .top {
	-webkit-transform: translateY(0.5rem) translateX(0) rotate(20deg);
	-ms-transform: translateY(0.5rem) translateX(0) rotate(20deg);
	transform: translateY(0.5rem) translateX(0) rotate(20deg);
}
#gHeader .menu.on .btn .middle {
	opacity: 0;
}
#gHeader .menu.on .btn .bottom {
	-webkit-transform: translateY(-0.5rem) translateX(0) rotate(-20deg);
	-ms-transform: translateY(-0.5rem) translateX(0) rotate(-20deg);
	transform: translateY(-0.5rem) translateX(0) rotate(-20deg);
}
#gHeader .menu.on .btn {
	margin-right: 0.5rem;
}
#gHeader .menu p {
	color: #fff;
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
}
#gHeader .menu .close {
	display: none;
}
#gHeader .menu.on .close {
	display: block;
}
#gHeader .menu.on .open {
	display: none;
}
#gHeader .menuBox {
	display: none;
	padding: 0 2rem 0 5rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 29.3rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.86);
	overflow-y: auto;
	z-index: 99;
}
#gHeader .menuList {
	margin: 12.3rem 0;
}
#gHeader .menuList li:not(:last-child) {
	margin-bottom: 2.4rem;
}
#gHeader .menuList a {
	display: block;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
#gHeader .menuList a .en {
	display: block;
	margin-bottom: 0.1rem;
	font-size: 2rem;
	letter-spacing: 0.18em;
	line-height: 1.3;
}
#gHeader .menuBox .sns {
	position: fixed;
	bottom: 5rem;
	left: 5rem;
	align-items: center;
}
#gHeader .menuBox .sns .btn {
	width: 4.5rem;
	margin-right: 1.2rem;
}
#gHeader .menuBox .sns p {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.18em;
}
#gHeader .cover {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
}
#gHeader .rLink {
	position: absolute;
	right: 5rem;
	top: 5rem;
	align-items: flex-start;
	z-index: 90;
}
#gHeader .rLink p {
	margin: -0.2rem 1rem 0 0;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.12em;
}
#gHeader .rLink .btn {
	padding-left: 1.3rem;
	border-left: 1px solid #fff;
}
#gHeader .rLink .btn a {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
}
@media all and (min-width: 1025px) {
	#gHeader .menu:hover,#gHeader .rLink .btn a:hover,#gHeader .menuList a:hover,#gHeader .menuBox .sns .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .menu {
		left: 1.9rem;
		top: 1.9rem;
	}
	#gHeader .menu .btn {
		margin-right: 0 !important;
		width: 3.5rem;
		height: 1.2rem;
	}
	#gHeader .menu .btn span:nth-of-type(2) {
		top: 0.6rem;
	}
	#gHeader .menu .btn span:nth-of-type(3) {
		top: 1.2rem;
	}
	#gHeader .menu.on .btn .top {
		-webkit-transform: translateY(0.6rem) translateX(0) rotate(20deg);
		-ms-transform: translateY(0.6rem) translateX(0) rotate(20deg);
		transform: translateY(0.6rem) translateX(0) rotate(20deg);
	}
	#gHeader .menu.on .btn .middle {
		opacity: 0;
	}
	#gHeader .menu.on .btn .bottom {
		-webkit-transform: translateY(-0.6rem) translateX(0) rotate(-20deg);
		-ms-transform: translateY(-0.6rem) translateX(0) rotate(-20deg);
		transform: translateY(-0.6rem) translateX(0) rotate(-20deg);
	}
	#gHeader .menuBox {
		padding: 0 2.2rem;
		width: 23rem;
	}
	#gHeader .menuList {
		margin: 8rem 0 12rem;
	}
	#gHeader .menuList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#gHeader .menuList a .en {
		margin-bottom: 0;
		font-size: 1.9rem;
		letter-spacing: 0.13em;
		line-height: 1.25;
	}
	#gHeader .menuBox .sns {
		left: 2.2rem;
		bottom: 2rem;
	}
	#gHeader .menuBox .sns .btn {
		margin-right: 0.9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.7rem 0 1.3rem;
	color: #fff;
	text-align: center;
	background-color: #000;
}
#gFooter .contact {
	margin-bottom: 5.9rem;
}
#gFooter .contact .title {
	margin-bottom: 1.3rem;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.18em;
}
#gFooter .contact .title .en {
	margin-bottom: 0.8rem;
	font-size: 3.2rem;
	line-height: 1;
	display: block;
	letter-spacing: 0.18em;
}
#gFooter .contact .link a {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-decoration: underline;
}
#gFooter address {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
@media all and (min-width: 1025px) {
	#gFooter .contact .link a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 1.5rem;
	}
	#gFooter .contact {
		margin-bottom: 6.8rem;
	}
	#gFooter .contact .title {
		margin-bottom: 1.4rem;
		font-size: 1.1rem;
	}
	#gFooter .contact .title .en {
		margin-bottom: 0.2rem;
		font-size: 2rem;
	}
	#gFooter .contact .link a {
		font-size: 2.2rem;
		letter-spacing: 0.06em;
	}
}