@charset "utf-8";

@font-face {
	font-family:'ipa';
	src:url(../font/ipaexm.ttf);
}
/*---------------------------
	reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}





/*---------------------------
	基本設定
----------------------------*/
body {
	*font-size: small;
	*font: x-small;
	font: normal normal normal 12px/1.6 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'HG丸ゴシックM-PRO', sans-serif;
	font-family: 'メイリオ', 'Meiryo','ＭＳ Ｐゴシック', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','HG丸ゴシックM-PRO', sans-serif;
	position: relative;
	background-color: #ffffff;
	color: #383838;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	font-family: 'メイリオ', 'Meiryo','ＭＳ Ｐゴシック', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','HG丸ゴシックM-PRO', sans-serif !important;
}

h2 {
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

/* html5 */
header,footer,aside,main,nav,section,article {
	display: block;
	position: relative;
}




section p {
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","ipa",serif;
	margin-top: 12px;
}

#stage1 {
	height: 200px;
	position: relative;
}
#stage1 h1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 200px;
	height: 34px;
}

#stage2 {
	background: url(../img/bg_page2.jpg) no-repeat 70% center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 10% 5%;
}

#stage3 {
	background: url(../img/bg_page3_2.jpg) no-repeat 35% center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 10% 5%;
}

#stage4 {
	background: url(../img/bg_page4_2.jpg) no-repeat 40% center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 10% 5%;
}


#stage5 {
	padding: 10% 5%;
	text-align: center;
}
#stage5 h3 {
	margin-bottom: 25px;
}
#stage5 ul li {
	margin-bottom: 15px;
}

#stageMovie {
	margin: 10% auto 5%;
	position: relative;
	width: 90%;
	padding-top: 56.25%;

}
#stageMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
