body {
	width:100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
	background: url("../../img/top/dot-bg.gif") repeat left top / 8px auto;
	background-attachment: fixed;
	scroll-behavior: smooth;
}
.color1 {
	color: #c50018;
}
.color2 {
	color: #0062ad;
}
.color3 {
	color: #63ac6b;
}
.color4 {
	color: #541f82;
}
.color5 {
	color: #f1d01e;
}
.color6 {
	color: #cb5394;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	margin:0 auto;
	font-size:20px;
	line-height:2em;
	color:#333333;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
}
#contents-wrapper {
	width:100%;
	min-height: 100%;
	position:relative;
	padding-bottom:240px;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding:0;
	height: 200px;
	margin: 0 auto;
	background: #c40018;
	box-sizing: border-box;
	padding-bottom: 80px;
}
#header-area h1 {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background: url("../../img/top/main-logo2.png") no-repeat center center / 420px auto;
	text-indent: -99999px;
}
#header-area h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	position:fixed;
	width:5vw;
	height:5vw;
	right:1.5vw;
	top:1.5vw;
	z-index:800;
  	background-color: #c40018;
	-webkit-border-radius: 2.5vw;
	-moz-border-radius: 2.5vw;
	border-radius: 2.5vw;
	transition: all .4s;
}
#menu-icon.active {
  	background-color: #FFFFFF;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 3vw;
  height: 2vw;
  top:1.5vw;
  left:1vw;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3vw;
  background-color: #FFFFFF;
}
.menu-icon span:nth-of-type(1) {
  top: 0;
}
.menu-icon span:nth-of-type(2) {
  top: 0.8333vw;
}
.menu-icon span:nth-of-type(3) {
  bottom: 0;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.8333vw) rotate(-45deg);
  transform: translateY(0.8333vw) rotate(-45deg);
  background-color: #c40018;
}
.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;
  background-color: #c40018;
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.8333vw) rotate(45deg);
  transform: translateY(-0.8333vw) rotate(45deg);
  background-color: #c40018;
}
#menu-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
 }
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
#menu-back {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.1);
	z-index:700;
	display: none;
}
.menu-area {
	position:fixed;
	width:500px;
	height:100%;
	top:0px;
	right:0px;
	z-index:800;
	overflow-y:auto;
	background:rgba(196,0,24,0.9);
	box-sizing: border-box;
	padding-bottom: 60px;
}
.menu-area {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	right:-500px;
}
.menu-area.act {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	right:0px;
}
.menu-area ul.menu {
	padding: 0;
	margin-top: 50px;
}
.menu-area ul.menu li {
	width:400px;
	height:auto;
	margin: 20px auto 0;
	position:relative;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	zoom:1;
	width:100%;
	padding-top: 0px;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	width:100%;
	left:0px;
	bottom: 0px;
	height: auto;
	background: #c50018;
	overflow: hidden;
	z-index: 9;
}
.footer-content {
	width: 100%;
	margin: 0 auto;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 16px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: 500;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
#wrapper {
	min-width:740px;
	max-width:1000px;
	font-size:3.2vw;
	line-height:1.8em;
}
#contents-wrapper {
	padding-bottom:30vw;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	width:10vw;
	height:10vw;
	right:3vw;
	top:3vw;
	-webkit-border-radius: 5vw;
	-moz-border-radius: 5vw;
	border-radius: 5vw;
	transition: all .4s;
}
.menu-icon,
.menu-icon span {
  transition: all .4s;
}
.menu-icon {
  width: 6vw;
  height: 4vw;
  top:3vw;
  left:2vw;
}
.menu-icon span {
  height: 0.6vw;
}
.menu-icon span:nth-of-type(2) {
  top: 1.666vw;
}
.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(1.666vw) rotate(-45deg);
  transform: translateY(1.666vw) 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.666vw) rotate(45deg);
  transform: translateY(-1.666vw) rotate(45deg);
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
#menu-back {
}
.menu-area {
	width:54vw;
}
.menu-area {
	right:-54vw;
}
.menu-area.act {
	right:0px;
}
.menu-area ul.menu {
	margin-top:0vw;
	margin-top: 10vw;
}
.menu-area ul.menu li {
	width:44vw;
	height:auto;
	margin: 3vw auto 0;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	padding-top: 16vw;
	height: 30vw;
	padding-bottom: 0px;
}
#header-area h1 {
	height:30vw!important;
	background: url("../../img/top/main-logo2.png") no-repeat center center / 70vw auto;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area #copyright {
	font-size: 2.2vw;
}
}