body {
	width:100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
	background: #FFFFFF;
	scroll-behavior: smooth;
}
#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:#000000;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
}
#contents-wrapper {
	width:100%;
	min-height: 100%;
	position:relative;
	padding-bottom:220px;
	background: #FFFFFF;
}
/*------------------------------------------------------------------------------
								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: 600;
	font-size: 42px;
	line-height: 1em;
	color: #000000;
	letter-spacing: 0.1em;
}
/*------------------------------------------------------------------------------
								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;
}
.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;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff3366;
}
.menu-icon span:nth-of-type(1) {
  top: 13px;
}
.menu-icon span:nth-of-type(2) {
  top: 28px;
}
.menu-icon span:nth-of-type(3) {
  bottom: 13px;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(15px) 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;
}
@-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(-20px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
#menu-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
#menu-wrap {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:800;
	display: none;
}
#menu-back {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: url("../../img/menu-bg.jpg") no-repeat center center / cover;
	z-index:700;
}
.menu-area {
	position:absolute;
	width:auto;
	height:auto;
	top:50%;
	left:50%;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:800;
}
.menu-area li {
	width:auto;
	height:auto;
	margin: 1em 0 0;
	position:relative;
	font-family: "Poppins", sans-serif!important;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	line-height: 1em;
}
.menu-area li.insta {
	font-size: 24px;
	line-height: 30px;
	margin: 50px 0 0;
	padding-left: 1.8em;
	padding-right: 1.8em;
	background: url("../../img/insta-icon.png") no-repeat left center / 24px;
}
.menu-area li.insta::after {
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url("../../img/menu-icon.png") no-repeat center center / 20px;
}
.menu-area li 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: #f2f2f2;
}
.footer-content {
	width: 100%;
	margin: 0 auto;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 12px;
	line-height: 1em;
	color: #333333;
	font-weight: 400;
}
/*------------------------------------------------------------------------------
								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: 8vw;
}
h2 span {
	font-size: 2.4vw;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	height: 30vw;
}
#header-area h1 {
	height:30vw!important;
	background: #2d0600 url("../../img/common/contents-header2.jpg") no-repeat center center / auto 30vw;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	width:9vw;
	height:9vw;
	right:4vw;
	top:3.4vw;
}
.menu-icon {
  width: 9vw;
  height: 9vw;
}
.menu-icon span {
  height: 0.9vw;
}
.menu-icon span:nth-of-type(1) {
  top: 0.9vw;
}
.menu-icon span:nth-of-type(2) {
  top: 4.05vw;
}
.menu-icon span:nth-of-type(3) {
  bottom: 0.9vw;
}
.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(3.75vw) rotate(-45deg);
  transform: translateY(3.75vw) 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(-2.55vw) rotate(45deg);
  transform: translateY(-2.55vw) rotate(45deg);
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area li {
	font-size: 5vw;
}
.menu-area li.insta {
	font-size: 4vw;
	line-height: 5vw;
	margin: 8vw 0 0;
	padding-left: 1.8em;
	padding-right: 1.8em;
	background: url("../../img/insta-icon.png") no-repeat left center / 4vw;
}
.menu-area li.insta::after {
	content: "";
	height: 5vw;
	width: 5vw;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url("../../img/menu-icon.png") no-repeat center center / 4vw;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area #copyright {
	font-size: 3vw;
}
}