
@charset "UTF-8";
a:focus { outline: none; }

body {
	position: relative;
	width: 100%;
	min-width: 1240px;
	font-family: "Noto Sans Japanese", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg_patern.png), url(../img/stage/bg02.jpg);
	background-attachment: fixed;
	background-position: 0 0, center top;
	background-repeat: repeat, no-repeat;
	background-size: auto auto, cover;
}

/*
 INTRODUCTION
-----------------------------------------------------*/
h1 {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding: 120px 0 68px;
}
	.h1logo {
		position:absolute;
		width:225px;
		height:132px;
		top: 119px;
		right: 40px;
	}

	/* STAGE BLOCK 02 --*/
	.stage_block {
		width: 1240px;
		margin: 0 auto;
	}
		.stage_block h2 {
			margin: 0 0 80px;
			text-align: center;
		}
		/* STAGE */
		.stage_01 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_02 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_03 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_04 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_05 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_06 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_07 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_08 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_09 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_10 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_11 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_12 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_13 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_14 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_15 {
			position: relative;
			width: 1240px;
			margin: 0 0 80px;
			padding: 720px 0 80px;
		}
		.stage_16 {
			position: relative;
			width: 1240px;
			margin: 0 0 260px;
			padding: 720px 0 80px;
		}
			.stage_img {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.stage_box {
				position: relative;
				width: 1160px;
				margin: 0 auto;
				padding: 29px 0;
				background-color: rgba(0, 0, 0, .8);
				background-image: url(../img/frame_top.png), url(../img/frame_middle.png), url(../img/frame_bottom.png);
				background-position: left top, 0 50%, left bottom;
				background-repeat: no-repeat;
				z-index: 2;
			}
				.stage_no {
					position: absolute;
					width: 140px;
					height: 125px;
					top: -90px;
					left: 50%;
					-webkit-transform: translate(-50%);
					   -moz-transform: translate(-50%);
					    -ms-transform: translate(-50%);
					     -o-transform: translate(-50%);
					        transform: translate(-50%);
				}
				.stage_det {
					padding: 30px 0;
					color: #fff;
					font-size: 16px;
					line-height: 2;
					text-align: center;
				}
					.stage_det h3 {
						margin: 0 0 28px;
					}
					.stage_det p {
						padding: 0 60px;
					}
					.stage_attrn {
						margin: 36px 0 20px;
						font-size: 12px;
					}


/* TOP BACKGROUND --------------------------------*/
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}