body {
	width:100%;
	height:100%;
	background: #161616;
	scroll-behavior: smooth;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	margin:0 auto;
	font-size:18px;
	line-height:2em;
	color:#CCCCCC;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#contents-wrapper {
	width:100%;
	min-height: 100%;
	position:relative;
	padding-bottom:100px;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding:0;
	height: 200px;
	margin: 0 auto;
	background: #000000;
	box-sizing: border-box;
	z-index: 1;
}
#header-area h1 {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background: url("../../img/common/header-logo.jpg") no-repeat center top 25px / 800px auto;
	text-indent: -99999px;
}
#header-area h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	font-family: "Bebas Neue", sans-serif;
	font-weight:normal; 
	letter-spacing: 0.03em;
	font-size:50px;
	text-align:center;
	line-height:0.8em;
	margin: 20px auto 0px;
	padding-bottom: 40px;
	display: block;
	color: #f0cb68;
	position: relative;
}
h2 span {
	display: block;
	font-size:15px;
	line-height:1em;
	margin-top: 6px;
	font-weight:500;
	color: #FFFFFF;
	letter-spacing: 0em;
	font-family: 'Noto Sans JP', sans-serif!important;
}
h2 em {
	font-style: normal;
	font-size: 85%;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu {
	width: 100%;
	position: relative;
	margin: 0 auto 0;
	padding: 20px 0;
	box-sizing: border-box;
    display:inline-flex;
	justify-content:center;
	background: #000000;
}
.menu li {
	text-align: center;
	width: auto;
	box-sizing: border-box;
	border-right: 1px dotted #b4984e;
	position: relative;
}
.menu li:first-child {
	border-left: 1px dotted #b4984e;
}
.menu li div {
	color: #f0cb68;
	text-align: center;
	padding: 10px 30px;
	font-size: 36px;
	font-family: "Bebas Neue", sans-serif;
	font-weight:normal; 
	letter-spacing: 0.03em;
	line-height: 0.8em;
	position: relative;
	box-sizing: border-box;
}
.menu li div span {
	display: block;
	font-size: 13px;
	line-height: 1em;
	margin-top: 0.3em;
	font-weight:600;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
.menu li div em {
	font-style: normal;
	font-size: 85%;
}
.menu li div a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-999999px;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	overflow:hidden;
	zoom:1;
	width:100%;
	padding-top: 0px;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	width:100%;
	left:0px;
	bottom: 0px;
	height: auto;
	background: #000000;
	overflow: hidden;
	z-index: 9;
}
.footer-content {
	width: 100%;
	margin: 0 auto;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 12px;
	line-height: 1em;
	color: #cccccc;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
#wrapper {
	min-width:740px;
	max-width:1000px;
	font-size:3vw;
	line-height:1.8em;
}
#contents-wrapper {
	padding-bottom:17.333vw;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	height: 30vw;
}
#header-area h1 {
	background: url("../../img/common/header-logo.jpg") no-repeat center center / 90vw auto;
}
#header-area h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	position: relative;
}
.menu {
	padding: 0 0;
    display:inline-block;
	overflow: hidden;
	position: relative;
	border-top: 2px dotted #b4984e;
}
.menu li {
	text-align: center;
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-right: 2px dotted #b4984e;
	border-bottom: 2px dotted #b4984e;
	position: relative;
}
.menu li:first-child {
	border-left: none;
}
.menu li:last-child,.menu li:nth-child(2n) {
	border-right: none;
}
.menu li div {
	font-weight:400;
	padding: 3vw 0;
	font-size: 5vw;
}
.menu li div span {
	font-size: 2vw;
}
.menu li div em {
	font-size: 5vw;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	height: auto;
	font-size: 7vw;
}
h2 span {
	font-size: 2vw;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area #copyright {
	font-size: 2vw;
}
}

@media print{
}