body {
	width:100%;
	height:100%;
	background: #120f0b;
}
body .bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
/*	background-image: url("../../img/common/dotte.gif"),url("../../img/common/bg.jpg");
	background-repeat: repeat, no-repeat;
	background-position: right top,left top;
	background-size: 2px 2px,cover;*/
	background-image: url("../../img/common/bg.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-size: cover;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	margin:0 auto;
	min-width:1280px;
	font-size:20px;
	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:240px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	height: auto;
	margin: 0 auto 0;
	padding: 0px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-size: 60px;
	line-height: 1em;
	color: #bc9e5d;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding:0;
	height: 250px;
	margin: 0 auto;
	background: url("../../img/common/bg.jpg") no-repeat center top / cover;
	box-sizing: border-box;
}
#header-area h1 {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background: url("../../img/top/bottom-txt1.png") no-repeat center center / 1000px auto;
	text-indent: -99999px;
}
#header-area h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	overflow:hidden;
	zoom:1;
	width:100%;
	padding-top: 0px;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	position:fixed;
	width:60px;
	height:60px;
	right:40px;
	top:27px;
	z-index:900;
	mix-blend-mode: difference;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 60px;
  height: 60px;
  top:0px;
  left:0px;
}
.menu-icon span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.menu-icon span:nth-of-type(1) {
  top: 13px;
  width: 125%;
}
.menu-icon span:nth-of-type(2) {
  top: 29px;
  width: 100%;
}
.menu-icon span:nth-of-type(3) {
  bottom: 13px;
  width: 75%;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
  width: 100%;
}
.menu-icon.active span:nth-of-type(2) {
  right: -150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  width: 100%;
}
#menu-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
#menu-back {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(12,38,46,0.1);
	z-index:700;
	display: none;
}
.menu-area {
	position:fixed;
	width:320px;
	height:100%;
	top:0px;
	right:0px;
	z-index:800;
	overflow-y:auto;
	background:rgba(55,40,20,0.95);
	box-sizing: border-box;
	padding-bottom: 60px;
}
.menu-area {
	-webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	right:-680px;
}
.menu-area.act {
	-webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	right:0px;
}
.menu-area ul.menu {
	padding: 0;
	margin-top: 30px;
	margin-left: 50px;
	overflow: hidden;
}
.menu-area ul.menu li {
	width:280px;
	height:auto;
	margin: 30px 0 0 0;
	position:relative;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #bc9e5d;
	line-height: 0.9em;
}
.menu-area ul.menu li::before {
	content: "- ";
	font-weight: 100;
	font-family: "Noto Sans JP", sans-serif;
}
.menu-area ul li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-indent:-999999px;
}
.hapyfan-bnr {
	margin: 40px 50px 0;
	position: relative;
}
.hapyfan-bnr a {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-indent:-999999px;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	width:100%;
	left:0px;
	bottom: 0px;
	height: auto;
	overflow: hidden;
	z-index: 9;
	background: #000000;
}
.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:2.8vw;
	line-height:1.8em;
}
#contents-wrapper {
	padding-bottom:30vw;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	height: auto;
	font-size: 7.2vw;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	height: 36vw;
}
#header-area h1 {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background: url("../../img/top/bottom-txt1.png") no-repeat center center / 135vw auto;
	text-indent: -99999px;
}
#header-area h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	width:6vw;
	height:6vw;
	right:4vw;
	top:3.4vw;
}
.menu-icon {
  width: 6vw;
  height: 6vw;
}
.menu-icon span {
  height: 0.4vw;
}
.menu-icon span:nth-of-type(1) {
  top: 0.6vw;
}
.menu-icon span:nth-of-type(2) {
  top: 2.7vw;
}
.menu-icon span:nth-of-type(3) {
  bottom: 0.6vw;
}
.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.5vw) rotate(-45deg);
  transform: translateY(2.5vw) rotate(-45deg);
}
.menu-icon.active span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-1.7vw) rotate(45deg);
  transform: translateY(-1.7vw) rotate(45deg);
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
#menu-back {
}
.menu-area {
	width:36vw;
}
.menu-area {
	right:-36vw;
}
.menu-area.act {
	right:0px;
}
.menu-area ul.menu {
	margin-top: 3vw;
	margin-left: 6vw
}
.menu-area ul.menu li {
	width:100%;
	height:auto;
	margin: 4vw 0vw 0 0;
	font-size: 5.6vw;
	float: none;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area #copyright {
	font-size: 2.2vw;
}
}