@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-family: 'IBM Plex Sans', sans-serif;;
}
.ibm {
	font-family: 'IBM Plex Sans', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .hBox {
	padding: 28px 0 25px 28px;
}
#gHeader .hBox h1 {
	width: 199px;
}
#gHeader .hBox h1 .black {
	display: none;
}
#gHeader.scroll {
	background-color: rgba(255, 255, 255, 0.5);
}
#gHeader.scroll h1 .white {
	display: none;
}
#gHeader.scroll h1 .black {
	display: block;
}
#gHeader.scroll .menu span {
	background-color: #000;
} 
#gHeader .menu {
	position: absolute;
	top: 23px;
	right: 22px;
	height: 28px;
	width: 41px;
	cursor: pointer;
	z-index: 300;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#gHeader .menu span {
	background: #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 span:nth-of-type(2) {
	top: 14px;
}
#gHeader .menu span:nth-of-type(3) {
	top: 28px;
}
#gHeader .menu.on {
	width: 50px;
	right: 17px;
}
#gHeader .menu.on span {
	background-color: #000;
}
#gHeader .menu.on .top {
	-webkit-transform: translateY(14px) translateX(0) rotate(33deg);
	-ms-transform: translateY(14px) translateX(0) rotate(33deg);
	transform: translateY(14px) translateX(0) rotate(33deg);
}
#gHeader .menu.on .middle {
	opacity: 0;
}
#gHeader .menu.on .bottom {
	-webkit-transform: translateY(-14px) translateX(0) rotate(-33deg);
	-ms-transform: translateY(-14px) translateX(0) rotate(-33deg);
	transform: translateY(-14px) translateX(0) rotate(-33deg);
}
#gHeader .menuBox {
	
	position: fixed;
	top: 0;
	right: 0;
	width: 600px;
	height: 100%;
	overflow: auto;
	z-index: 200;
	transform: translateX(101%);
	transition: .3s;
	
	box-sizing: border-box;
}
#gHeader .menuBox.open {
	transform: translateX(0);
}
#gHeader .menuBox .subBox {
	padding: 69px 60px 0;
	min-height: 700px;
	background-color: #FFF;
	box-sizing: border-box;
}
#gHeader .menuBox .linkUl {
	margin-bottom: 62px;
}
#gHeader .menuBox .linkUl li:not(:last-child) {
	margin-bottom: 5px;
}
#gHeader .menuBox .linkUl li a {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-family: 'IBM Plex Sans', sans-serif;
}
#gHeader .menuBox .linkUl li a:hover {
	opacity: 0.7;
}
#gHeader .menuBox .snsList {
	justify-content: end;
}
#gHeader .menuBox .snsList li {
	margin-right: 23px;
	width: 37px;
}
#gHeader .menuBox .snsList li a {
	display: block;
}
#gHeader .menuBox .snsList li a:hover {
	opacity: 0.7;
}
#gHeader .menuBox .snsList li:last-child {
	margin-right: 0;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 17px 0 18px 20px;
	}
	#gHeader .hBox h1 {
		width: 132px;
	}
	#gHeader .menu {
		top: 13px;
		right: 20px;
		height: 19px;
		width: 28px;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 9px;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 18px;
	}
	#gHeader .menu.on {
		width: 32px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(9px) translateX(0) rotate(33deg);
		-ms-transform: translateY(9px) translateX(0) rotate(33deg);
		transform: translateY(9px) translateX(0) rotate(33deg);
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-9px) translateX(0) rotate(-33deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-33deg);
		transform: translateY(-9px) translateX(0) rotate(-33deg);
	}
	#gHeader .menuBox {
		width: 100%;
	}
	#gHeader .menuBox .subBox {
		padding: 32px 42px 20px;
		min-height: 420px;
	}
	#gHeader .menuBox .linkUl {
		margin-bottom: 40px;
	}
	#gHeader .menuBox .linkUl li:not(:last-child) {
		margin-bottom: 3px;
	}
	#gHeader .menuBox .linkUl li a {
		font-size: 3rem;
	}
	#gHeader .menuBox .snsList li {
		margin-right: 15px;
		width: 22px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter .pageTop {
	position: absolute;
	top: -24px;
	right: 29px;
	width: 49px;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	padding: 45px 0 45px;
	background-color: #E5E5E5;
}
#gFooter .fBox .inner {
	margin: 0 auto;
	width: 814px;
	align-items: center;
}
#gFooter .fBox .inner .lBox {
	width: 110px;
}
#gFooter .fBox .inner .lBox a {
	display: block;
}
#gFooter .fBox .inner .lBox a:hover {
	opacity: 0.7;
}
#gFooter .fBox .inner .rBox {
	padding-top: 3px;
	width: calc(100% - 154px);
	box-sizing: border-box;
}
#gFooter .fBox .inner .rBox p {
	font-size: 1.3rem;
	line-height: 2.02;
	letter-spacing: 0.07em;
}
#gFooter .btmBox {
	padding: 20px 0 22px;
	background-color: #000;
}
#gFooter .btmBox address {
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	font-style: normal;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	letter-spacing: 0.14em;
}
@media all and (min-width: 897px) {
	#gFooter .fBox .inner .rBox p a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gFooter .pageTop {
		position: absolute;
		top: -18px;
		right: 5px;
		width: 29px;
	}
	#gFooter .fBox {
		padding: 22px 0 20px;
	}
	#gFooter .fBox .inner {
		margin: 0 20px;
		width: auto;
	}
	#gFooter .fBox .inner .lBox {
		width: 55px;
	}
	#gFooter .fBox .inner .rBox {
		width: calc(100% - 65px);
	}
	#gFooter .fBox .inner .rBox p {
		font-size: 0.9rem;
		line-height: 1.67;
		letter-spacing: 0;
	}
	#gFooter .btmBox {
		padding: 9px;
	}
	#gFooter .btmBox address {
		font-size: 0.8rem;
	}
}