@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}

/*-----------------------------------------------
 root
-----------------------------------------------*/

html{
	overflow-y: scroll;
}

body{
	overflow:hidden;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/

html{
	overflow-x: hidden;
	font-size: medium;
}

body{
	background-color: #000;
	min-width: 1200px;
	font-size: 62.5%; /* 16px -> 10px */
}

div{
	line-height: 0;
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,address{
	line-height: 0;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

p{
	line-height: 1.8;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}

input,button,select,option,textarea{
	font-size: 14px;
}

figure{
	margin: 0;
}

a,
a:link,
a:visited{
	color: #c4a02c;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

section{
	position: relative;
}

@media screen and (max-width:767px) and (min-width: 1px){
	body{
		min-width: 0;
	}	
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/

.clearfix:after {
	content: " "; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/

.hover :hover{
	opacity: 0.9;
	animation: btn 0.8s;
	-webkit-animation: btn 0.8s;
	-moz-animation: btn 0.8s;
}

@keyframes btn {
	0% { 
		opacity: 1;
	}
	10% { 
		opacity: 0.7;
	}
	100% {
		opacity: 0.9;
	}
}

@-webkit-keyframes btn {
	0% { 
		opacity: 1;
	}
	10% { 
		opacity: 0.7;
	}
	100% {
		opacity: 0.9;
	}
}
@-moz-keyframes btn {
	0% { 
		opacity: 1;
	}
	10% { 
		opacity: 0.7;
	}
	100% {
		opacity: 0.9;
	}
}
/*-----------------------------------------------
 menu
-----------------------------------------------*/
#menu{
	position: fixed;
	z-index: 101;
	top: 75px;
	right: -140px;
}
#menuClose{
	position: fixed;
	z-index: 101;
	top: 75px;
	right: -140px;
}
@media screen and (max-width:767px) and (min-width: 1px){
	#menu{
		right: 0;
	}
}
/*-----------------------------------------------
 spNav
-----------------------------------------------*/
#spNav{
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	background-color: rgba(196,164,54,0.9);
}
#spNav nav{
	display: table;
	width: 100vw;
	height: 100vh;
}
#spNav ul{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
	padding: 0 40px;
}
#spNav li:first-child{
	border-top: 1px solid #000;
}
#spNav li{
	padding: 20px 0;
	border-bottom: 1px solid #000;
	font-size: 42px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-shadow:1px 1px 1px rgba(255,255,255,0.4);
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", “メイリオ”, Meiryo, serif;
}
#spNav li a{
	display: block;
	color: #000;
	text-decoration: none;
}
/*-----------------------------------------------
 header
-----------------------------------------------*/
#header{
	position: relative;
}
#header .english{
	position: absolute;
	z-index: 16;
	top: 10px;
	right: 5px;
}
.headSP{
	display: none;
}
#gNav{
	height: 56px;
	background-image: url(../img/global/gnav-bg.png);
	background-position: center top;
	background-size: cover;
}
#gNav nav{
}
#gNav .inner{
	top: -92px;
	min-width: 1200px;
	transition: all 0.5s ease;
}
#header .place{
	display: none;
	height: 36px;
	background-color: #e6e2d5;
	text-align: center;
}
#gNav.fixed .place{
	display: block;
}
#gNav.fixed .inner{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 92px;
	top: 0;
	background-image: url(../img/global/gnav-bg.png);
	background-position: center bottom;
	background-size: cover;
}
#gNav ul{
	text-align: center;
}
#gNav li{
	display: inline-block;
	height: 56px;
	margin-right: 60px;
	line-height: 56px;
}
#gNav li:last-child{
	margin-right: 0;
}
#gNav li img{
	vertical-align: middle;
}
@media screen and (max-width:767px) and (min-width: 1px){
	#header .english{
		top: 30px;
	}
	#header .headSP{
		display: block;
		position: fixed;
		z-index: 20;
		top: -100px;
		width: 100%;
		background-image: url(../img/global/header/head-bg-sp.png);
		background-position: center top;
		text-align: center;
		transition: all 0.5s ease;
	}
	#header .headSP.fixed{
		top: 0;
	}
	#header .headSP img{
		max-width: 100%;
	}
	#header .place{
		display: none;
	}
	#gNav{
		display: none;
	}
}
/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer{
	position: relative;
	padding: 50px 0 0;
	background-color: #c2ab4e;
	text-align: center;
}
#footer .logo{
	margin-bottom: 30px;
}
#footer p{
	margin-bottom: 10px;
}
#footer p br{
	display: none;
}
#footer p img{
	margin-left: 10px;
	vertical-align: middle;
}
#footer small{
	display: block;
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 1.2;
}
#footer .sns{
	padding: 50px 0;
	background-color: #000;
	text-align: center;
}
#footer .sns li{
	display: inline-block;
	margin: 0 20px;
}
#footer .contact{
	position: fixed;
	z-index: 20;
	right: 0;
	bottom: 0;
	font-size: 0;
}
#footer .contact li{
	margin-bottom: 5px;
}
@media screen and (max-width:767px) and (min-width: 1px){
	#footer p{
		font-size:24px;
	}
	#footer small{
		font-size:24px;
	}
	#footer p br{
		display: block;
	}
	#footer .sns{
		padding: 50px 0 150px;
	}
	#footer .sns li{
	margin: 0 10px;
	}
	#footer .contact{
		position: fixed;
		z-index: 20;
		right: 0;
		bottom: 0;
		font-size: 0;
	}
	#footer .contact li{
		display: inline-block;
		width: 50%;
		margin: 0;
	}
	#footer .contact li img{
		width: 100%;
	}
}