@charset "utf-8";
/*---------------------------------
	Reset
---------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:none; }
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display:block; }
body { line-height:1.5; }
ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
img,a img{ border:none; vertical-align:top; }
input, select { vertical-align:middle; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
iframe { border: 0; }
/*---------------------------------
	common
---------------------------------*/
body {
	position: relative;
	width: 100%;
	background: url(../img/bg_wrapper.jpg) repeat center top #a0a0a0;
	background-size: auto,auto,auto,auto,auto 100%;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-size:0.9rem;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
#wrapper {
	position: relative;
	overflow-x: hidden;
}
/*---------------------------------
	header
---------------------------------*/
header {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
  border-bottom: 10px solid #700511;
	background: #7B0413;
	text-align: center;
}
h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
/*---------------------------------
	section
---------------------------------*/
section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 220px);
  padding: 50px 0;
}
section img {
  width: 80%;
  max-width: 620px;
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
/*---------------------------------
	footer
---------------------------------*/
footer {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	border-top: 10px solid #700511;
	background: #7B0413;
	text-align: center;
}
footer p {
	display: none;
	position: absolute;
	bottom: 17px;
	left: 50%;
	width: 100%;
	color: #fff;
	font-size: 10px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
