@charset "utf-8";

html {}
body { font-family: "EB Garamond","Hannari","A1明朝","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
@keyframes         FadeIn { 0% {opacity: 0} 100% {opacity: 1}}
@-webkit-keyframes FadeIn { 0% {opacity: 0} 100% {opacity: 1}}
@keyframes         FadeIn2 { 0% {opacity: 0} 50% {opacity: 0.5}}
@-webkit-keyframes FadeIn2 { 0% {opacity: 0} 50% {opacity: 0.5}}
.brSp { display: none;}
.brPc { display: inline;}
.fontBold { font-weight: 800; }

/*ハンバーガーメニュー*/
.hunberger{
	width: 66px;
	height: 66px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	background: #000;
}
.hunberger .txt {
	position: absolute;
	left: 0;
	top: 6px;
	width: 66px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	font-family: 'EB Garamond', serif;
	font-style: italic;
}
.hunbergerLine{
	margin: 14px 15px;
	background: #fff;
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 36px;
}
.hunbergerLineTop{
	top: 10px;
}
.hunbergerLineCenter{
	top: 23px;
}
.hunbergerLineBottom{
	bottom: 0;
}
.hunbergerLine.active{
	width: 40px;
}
.hunberger .txt.active{
	display: none;
}
.hunbergerLineTop.active{
	top: 21px;
	transform: rotate(45deg);
}
.hunbergerLineCenter.active{
	transform:scaleX(0);
}
.hunbergerLineBottom.active{
	bottom: 16px;
	transform: rotate(135deg);
}
.gnav{
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
}
.gnavWrap{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
.gnavMenuItem{
	margin: 30px 0;
	text-align: center;
}
.gnavMenuItem a{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin: 20px 0;
	text-decoration: none;
	transition: .5s;
	letter-spacing: 0.2em;
}
.gnavMenuItem .sns a {
	font-size: 26px;
	margin: 20px 5px;
}
.gnavMenuItem a:hover{
	color: #666;
}
#language {
	width: 60px;
	padding: 5px 0;
	position: fixed;
	right: 3px;
	top: 72px;
	z-index: 99;
	font-size: 10px;
	color: #000;
	text-align: center;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-style: italic;
	background-color :#fff; 
	border-radius: 10px;
}
#language.active {
	display: none;
}
#language .bold{
	font-weight: 800;
}
#language i{
	font-size: 10px;
}
#language a{
	text-decoration: none;
	color: #000;
}
#language a:hover{
	color: #BE272D;
	transition: .5s;
}

/*フッター*/
footer {
	width: 100%;
	background-color:#000;
	margin-top: 80px; 
}
footer .inner {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0 40px; 
	color: #fff;
}
footer .inner .logo {
	width: 960px;
	padding-bottom: 30px;
	text-align: center;
}
footer .inner .logo img {
	width: 200px;
}
footer .inner .adress {
	width: 960px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
}
footer .inner .sns {
	font-size: 20px;
	text-align: center;
}
footer .inner .sns a{
	color: #fff;
}
footer .inner .menu {
	width: 960px;
	padding-bottom: 80px;
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 0.1em;
	text-align: center;
}
footer .inner .menu a{
	color: #fff;
	text-decoration: none;
}
footer .inner #copyright {
	width: 960px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (max-width: 1023px) {
body {
}
.brSp { display: inline;}
.brPc { display: none;}

/*フッター*/
footer {
	width: 100%;
	background-color:#000;
	margin-top: 80px; 
}
footer .inner {
	width: 94%;/*SP*/
	margin: 0 auto;
	padding: 60px 0 20px;/*SP*/
	color: #fff;
}
footer .inner .logo {
	width: 100%;/*SP*/
	padding-bottom: 30px;
	text-align: center;
}
footer .inner .logo img {
	width: 150px;/*SP*/
}
footer .inner .adress {
	width: 100%;/*SP*/
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
}
footer .inner .sns {
	font-size: 20px;
	text-align: center;
}
footer .inner .sns a{
	color: #fff;
}
footer .inner .menu {
	width: 100%;/*SP*/
	padding-bottom: 40px;
}
footer .inner #copyright {
	width: 100%;/*SP*/
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}
