/* 全体 */

* {
    margin: 0;
    padding: 0;
}

body {
	width: 100vw;
	height: 100vh;
	margin: 0px 0px;
	font-size: 18px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color:#ccc;
}

#wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	margin: 0px 0px;
	background-color: #000;
  overflow: hidden;
}

#wrapW{
	display: block;
	position: relative;
	width: 1280px;
	height: 720px;
	margin: 0px auto;
	/*overflow: hidden;*/
}


section {
	display: block;
	width: 1280px;
	height: 720px;
	position: absolute;
  /*background-image: url(../img/bg_open@2x.png);
  background-repeat: no-repeat;
  background-size: 1280px 720px;
  background-position: center center;*/
}


