
@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/gamemode/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;
	}

	/* GAME MODE BLOCK 01 --*/
	.gm_block01 {
		width: 1240px;
		margin: 0 auto 160px;
	}
		.gm_block01 h2 {
			margin: 0 0 80px;
			text-align: center;
		}
		.gm_block01 .gmtxt {
			margin: 0 0 64px;
			color:#fff;
			font-size: 20px;
			line-height: 1.8;
			text-align: center;
		}

		/* IMAG SLIDER */
		.gm01_img,
		.gm03_img,
		.gm04_img,
		.gm05_img {
			position: relative;
			width: 1240px;
			height: 734px;
		}
			.gm01_img01, .gm01_img02, .gm01_img03,
			.gm03_img01, .gm03_img02, .gm03_img03, .gm03_img04,
			.gm04_img01, .gm04_img02, .gm04_img03, .gm04_img04,
			.gm05_img01, .gm05_img02, .gm05_img03, .gm05_img04 {
				position: absolute;
				width: 1240px;
				height: 698px;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.gm01_img02, .gm01_img03,
			.gm03_img02, .gm03_img03, .gm03_img04,
			.gm04_img02, .gm04_img03, .gm04_img04,
			.gm05_img02, .gm05_img03, .gm05_img04 {
				display: none;
			}
		.gm01_pager,
		.gm03_pager,
		.gm04_pager,
		.gm05_pager {
			position: absolute;
			width: 1240px;
			height: 71px;
			bottom: 0;
			left: 0;
			margin: -20px 0 0;
			z-index: 2;
		}
			.pager_left,
			.pager_right {
				position: absolute;
				width: 60px;
				height: 71px;
				top: 0;
				cursor: pointer;
			}
			.pager_left {
				left: 40px;
			}
			.pager_right {
				right: 40px;
			}
				.pager_left img,
				.pager_right img {
					position: absolute;
					width: 60px;
					height: 71px;
					top: 0;
					left: 0;
				}
				.pager_left:hover img {
					left: -5px;
					animation: pl 0.3s ease-out 0s;
				}
				.pager_right:hover img {
					left: 5px;
					animation: pr 0.3s ease-out 0s;
				}
				@keyframes pl{
					0% { left: 0; }
					100% { left: -5px; }
				}
				@keyframes pr{
					0% { left: 0; }
					100% { left: 5px; }
				}
			.pager_base {
				width: 200px;
				height: 47px;
				margin: 0 auto;
				padding: 24px 0 0;
				letter-spacing: -.4em;
				text-align: center;
				background: url(../img/gamemode/pager_bg.png) no-repeat 0 0;
			}
				.pager_base li {
					display: inline-block;
					width: 24px;
					height: 24px;
					margin: 0 8px;
					letter-spacing: normal;
					cursor: pointer;
				}
		

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