html {
  height: 100%;
}

header {
  padding-top: 10px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
  max-width: 1080px;
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
/*	background-color: #f5f5f5;*/
/*  background-color: #dcdcdc;*/
/*  background-color: #2f2a20;*/
	background-color: #444444;
  color: #9FA19F;
  line-height: 2.2;
  font-size: 14px;
  height: 100%;
  font-family: "メイリオ",sans-serif;
}

.main-visual {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.main-image {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.section-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

/* Information */
.info {
/*  display: table;*/
	width: 320px;
/*  margin: auto*/
	margin-left: auto;
	margin-right: auto;
}

.info-container {
	display: table-cell;
/*	font-size: 28px;*/

	vertical-align: middle;
/*	background-color: #000;*/
/*	line-height: 15px;*/
	text-align: left;

  font-family: "メイリオ",sans-serif;
}

#wrapper {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  height: 100%;
}


.logo {
	width: 200px;
}

.logo2 {
	width: 500px;
	height: 100px;
}

.main-image .down {
  width: 48px;
  position: absolute;
  bottom: 0;
  left: calc(100% / 2 - 24px);
  opacity: 0.5;
}


h2 {
	text-align: center;
}


div.maill {
/*	color: #FFF;*/
	text-align: center;
}

small {
	font-size: 12px;
}