@charset "utf-8";
html { margin-top: 0 !important; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
main { display: block; }
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
  zoom:1;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
  zoom:1;
}
.clearfix {
  display: block;
  zoom:1;
}
/**/
@keyframes fadein-all {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
body {
	color: #2F2D2C;
	background-color: #fff;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0;
	height: 100%;
	-webkit-text-size-adjust: 100%; 
	animation-name: fadein-all;
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-iteration-count: 1;
	animation-timing-function: ease; 
	-moz-osx-font-smoothing: grayscale;
}
* html body  {  }
* { margin: 0; }
#wrapper {
	width:100%;
	overflow:hidden;
}
a  {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
a:visited  { text-decoration: none }
a:hover  {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
ul, li { list-style: none; padding: 0; margin: 0; }
img { border: 0; vertical-align: top; width: 100%; height: auto; margin: auto; text-align: center; background: transparent; }
h1,h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 700 }
table { border-collapse: collapse; border-spacing: 0 ;font-size:100% }
blockquote, ol, ul { margin: 0; }
.container { 
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.container-inner {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
}
.en {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
 }