body {
	width:100%;
	height:100%;
	background:#efede2;
	-webkit-font-smoothing: antialiased;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	margin:0 auto;
	min-width:1200px;
	font-size:20px;
	line-height:2em;
	color:#52413b;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}
#contents-wrapper {
	width:100%;
	height: auto;
	position:relative;
	padding-top: 0px;
	padding-bottom:120px;
}
#contents {
	width:100%;
	height: auto;
	position:relative;
	padding-top: 0px;
	padding-bottom:0;
}
.contents-box {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 80px;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	mix-blend-mode: difference;
	position:fixed;
	width:30px;
	height:30px;
	left:2%;
	top:2%;
	z-index:900;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  top:0px;
  left:0px;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
}
.menu-icon span:nth-of-type(1) {
  top: 4px;
}
.menu-icon span:nth-of-type(2) {
  top: 13px;
}
.menu-icon span:nth-of-type(3) {
  bottom: 5px;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) 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(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#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:url("../../img/common/menu-bg.jpg") no-repeat center top / cover;
	z-index:700;
	display: none;
}
#menu-area {
	position:fixed;
	width:1000px;
	height:auto;
	background-position:center top;
	overflow:auto;
	z-index:900;
	left:50%;
	top:50%;
	margin-left: -500px;
	margin-top: -300px;
	margin-top: -295px;
	display: none;
}
#menu-area ul {
	margin-left:0px;
	margin-top:20px;
	padding: 0;
}
#menu-area ul li {
	width:1000px;
	height:30px;
	line-height: 30px;
	margin: 30px 0;
	color: #efede2;
	position:relative;
	text-align: center;
	font-family: 'Vollkorn SC', serif;
	font-weight: 500;
	font-size: 38px;
}
#menu-area ul li.about {
	font-size: 26px;
}
#menu-area ul li#about {
	height: auto;
}
#menu-area ul li#about ul {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	margin-top: -20px;
	background: url("../../img/common/arrow3.png") no-repeat center top / 20px auto;
}
#menu-area ul li#about ul li {
	width: auto;
	display: inline;
	font-family: 'Noto Serif JP', serif;
	margin: 10px 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.1em;
}
#menu-area ul li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-indent:-999999px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
section.content h2 {
	font-family: 'Vollkorn SC', serif;
	font-weight: 500;
	font-size: 48px;
	position: relative;
	line-height: 1em;
	text-align: center;
}
section.content h2 span {
	display: block;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	margin-top: 6px;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	width:100%;
	min-width:740px;
	position:relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 50px;
}
#header-area h1 {
	width:100%;
	height:140px;
	position:relative;
	background:url("../../img/common/logo-teaser2.png") no-repeat center top / contain;
}
#header-area h1 a {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-999999px;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	overflow:hidden;
	zoom:1;
	width:100%;
	padding-top: 0px;
}
.floatBox {
	width: 100%;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	bottom:0px;
	width:100%;
	height: 60px;
	padding-top: 0px;
	box-sizing: border-box;
	background: #52413b;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 14px;
	line-height: 60px;
	color: #efede2;
	font-weight: 700;
}
/*------------------------------------------------------------------------------
								ANIMATION
------------------------------------------------------------------------------*/
.fromBottomOut {
	transform: translate(0,40px);
	opacity: 0.0;
}
.fromBottomIn {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.fromDownOut {
	transform: translate(0,40px);
	opacity: 0.0;
}
.fromDownIn {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.fromDownOut2 {
	transform: translate(0,40px);
	opacity: 0.0;
}
.fromDownIn2 {
	-webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.slideLeftOut {
	transform: translate(-400%,0px);
	opacity: 1.0;
}
.slideLeftIn {
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translate(3%,0);
	opacity: 1.0;
}
.slideRightOut {
	transform: translate(400%,0px);
	opacity: 1.0;
}
.slideRightIn {
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translate(-3%,0);
	opacity: 1.0;
}
.slideLeftOut2 {
	transform: translate(3%,0px);
	opacity: 1.0;
}
.slideLeftIn2 {
	-webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition:         all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.slideRightOut2 {
	transform: translate(-3%,0px);
	opacity: 1.0;
}
.slideRightIn2 {
	-webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition:         all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.scaleDownOut {
	transform: translate(0px, 0px) rotate(0deg) scale(1.5);
	opacity: 1.0;
}
.scaleDownIn {
	-webkit-transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}
.scaleDownOut2 {
	transform: translate(0px, 0px) rotate(0deg) scale(1.5);
	opacity: 0;
}
.scaleDownIn2 {
	-webkit-transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}
.scaleDownOut3 {
	transform: scale(2,2);
	opacity: 1;
}
.scaleDownIn3 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.scaleUpOut {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(0.8);
	opacity: 0.0;
}
.scaleUpIn {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}
.scaleUpOut2 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.7,0.7);
	opacity: 0.0;
}
.scaleUpIn2 {
	-webkit-transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.scaleUpOut3 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.9,0.9);
	opacity: 0.0;
}
.scaleUpIn3 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.alphaOut {
	opacity: 0.0;
}
.alphaIn {
	-webkit-transition: all 4s cubic-bezier(0.85, 0, 0.15, 1);
	transition: all 4s cubic-bezier(0.85, 0, 0.15, 1);
	opacity: 1.0;
}
.alphaOut2 {
	opacity: 0.0;
}
.alphaIn2 {
	-webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 1.0;
}
.fix {
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	-webkit-transition: all 0.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1.0;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
#wrapper {
	min-width:740px;
	max-width:1000px;
	font-size:23px;
	line-height:1.8em;
}
#contents-wrapper {
	padding-bottom:24vw;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
.contents-box {
	padding: 0 40px;
}


/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	mix-blend-mode:normal;
	position:fixed;
	width:100%;
	height:80px;
	left:0px;
	top:0px;
	background: #1a1a1a;
	z-index:900;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 40px;
  height: 40px;
  top:50%;
  left:50%;
		margin-left: -20px;
		margin-top: -20px;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fbfadb;
}
.menu-icon span:nth-of-type(1) {
  top: 5px;
}
.menu-icon span:nth-of-type(2) {
  top: 18px;
}
.menu-icon span:nth-of-type(3) {
  bottom: 5px;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) 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(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
#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:url("../../img/common/menu-bg.jpg") no-repeat center bottom / cover;
	z-index:700;
}
#menu-area {
	position:fixed;
	width:740px;
	height:auto;
	background-position:center top;
	overflow:auto;
	z-index:900;
	left:50%;
	top:50%;
	margin-left: -370px;
	margin-top: -380px;
}
#menu-area ul {
	margin-left:0px;
	margin-top:20px;
	padding: 0;
}
#menu-area ul li {
	width:740px;
	height:50px;
	line-height: 50px;
	margin: 25px 0;
	color: #FFFFFF;
	position:relative;
	text-align: center;
	font-family: 'Vollkorn SC', serif;
	font-size: 50px;
	font-weight: 500;
}
#menu-area ul li.about {
	font-size: 42px;
	margin: 40px 0 0;
}
#menu-area ul li#about {
	height: auto;
}
#menu-area ul li#about ul {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 40px;
	margin-top: -10px;
	margin-bottom: 40px;
	background: url("../../img/common/arrow3.png") no-repeat center top / 30px auto;
}
#menu-area ul li#about ul li {
	width: auto;
	display: inline;
	margin: 10px 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0.05em;
}
#menu-area ul li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-indent:-999999px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
section.content h2 {
	font-size: 54px;
}
section.content h2 span {
	font-size: 20px;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	padding-top: 150px;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	overflow:hidden;
	zoom:1;
	width:100%;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	height: 12vw;
	padding-top: 0vw;
}
#footer-area #copyright {
	font-size: 2vw;
	line-height: 12vw;
}
}