html, body {
	font-family: "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,dl {
	padding:0;
	margin:0;
}
header {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.base-logo {
	max-width:300px;
	width:100%;
}
.base-header-border {
	height:1px;
	line-height:1px;
	background-color:#0CB8DC;
	font-size:1px;
	width:100%;
}
.base-bne-logo {
	text-align:center;
	padding:20px;
}
.base-bne-logo img{
	width:100%;
	max-width:100px;
}
#nv-lang {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 120px;
	min-height: 3.6em;
	font-size: 12px;
	line-height: 1;
	border-radius: 12px;
	overflow: hidden;
	z-index:1000;
}
#nv-lang dt {
	padding: 5px 8px 5px 10px;
	width: 120px;
	background: #252525 url(../img/base/icon_language.png) 6px center no-repeat;
	background-size: 1em;
	border-radius: 12px;
	z-index: 100;
	cursor: pointer;
}
#nv-lang dt a {
	padding: 0 20px 0 20px;
	background: url(../img/base/icon_down.png) right center no-repeat;
	background-size: 0.75em;
	color: #a4a4a4;
	text-decoration: none;
}
#nv-lang.open dt a {
	background-image: url(../img/base/icon_up.png);
}
#nv-lang dd {
	padding: 30px 0 12px;
	width: 120px;
	background-color: #2a2a2a;
	background-color: rgba(42,42,42,0.9);
	border-radius: 0 0 12px 12px;
	z-index: 90;
	display: none;
}
#nv-lang dd ul li {
	padding: 8px;
	display: block;
	color: #a4a4a4;
	text-align: center;
}
#nv-lang dd ul li a {
	color: #00aed6;
	text-decoration: underline;
}
@media screen and (min-width: 751px) {
	#nv-lang dt {
		position: absolute;
		box-sizing: border-box;
	}
	#nv-lang dt:hover {
		background-color: #403f3f;
	}
	#nv-lang dd ul li a:hover {
		color: #8fe3f7;
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	#nv-lang {
		top: 0px;
		right: 0px;
		width: 58px;
		min-height: 60px;
		font-size: 13px;
		line-height: 1;
		border-radius: 0 0 12px 12px;
		letter-spacing: 1px;
	}
	#nv-lang.open {
		width: 130px;
	}
	#nv-lang dt {
		position: absolute;
		top:5px;
		right: 13px;
		border-radius: 0 0 12px 12px;
		padding: 10px;
		width: 30px;
		height: 38px;
		background: #000 url(../img/base/icon_language-sp.png) center 8px no-repeat;
		background-size: 28px;
	}
	#nv-lang.open dt {
		background-color: #262626;
	}
	#nv-lang dt a {
		display: block;
		margin: 26px auto 0;
		padding: 0;
		width: 0.75em;
		height: 1em;
		background: url(../img/base/icon_down-sp.png) center bottom no-repeat;
		background-size: 0.75em;
		color: #e4e4e4;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
	}
	#nv-lang.open dt a {
		background-image: url(../img/base/icon_up-sp.png);
	}
	#nv-lang dd {
		padding-top: 60px;
		width: 130px;
	}
	#nv-lang dd {
		font-size: 1.5em;
		font-weight: bold;
	}
	#nv-lang dd ul li {
		padding: 14px 8px;
	}
}




footer {
	background-color:#000;
	padding:10px;
	text-align:center;
}
.base-copyright {
	font-size:11px;
	color:#fff;
}
.top-main-pre {
	background:url(../img/index/vrzon_conf.jpg) center center;
	background-size:cover;
	padding-top:60px;
}
.top-main-pre-cover {
	z-index:2;
	width:100%;
	background:url(../img/base/pattern-video.gif);
}
.top-main-pre-text {
	padding: 60px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 48px;
}
#top-main-pre-countdown {
	font-size: 80px;
	color: #8fda00;
	background: rgba(61, 61, 61, 0.6);
	border-radius: 17px;
}
@media (max-width: 768px) {
	.top-main-pre-text {
		font-size: 38px;
	}
	#top-main-pre-countdown {
		font-size: 50px;
	}
}
#top-main-pre-link {
	display: block;
	margin: 15px auto 5px;
	padding: 10px;
	background: #E62117;
	border-radius: 20px;
	width: 95%;
	max-width: 500px;
	color: #fff;
	text-decoration:none;
	cursor: pointer;
}
#top-main-pre-link:hover{
	background:#f83329;
}
.top-main {
	background-color:#000;
}
.top-main-visual-pc, .top-main-visual-sp  {
	text-align:center;
    margin: 0 -15px;
}
.top-main-visual-pc  {
	position:relative;
}
.top-main-visual-pc > img {
	width:100%;
	max-width:1200px;
}
.top-main-visual-pc .top-main-btn {
	position:absolute;
	bottom:7%;
	right:22%;
	width:28%;
}
.top-main-visual-pc .top-main-btn img{
	width:100%;
	max-width:324px;
	cursor:pointer;
}
.top-main-visual-sp > img {
	width:100%;
	max-width:640px;
}
.top-main-visual-sp .top-main-btn {
	padding:10px 0 30px;
}
.top-main-visual-sp .top-main-btn img{
	width:90%;
	max-width:280px;
	cursor:pointer;
}
.top-projectican-title {
	background:url(../img/base/dot_gray.png) repeat #333;
}
.top-projectican-title h2{
	text-align:center;
	font-weight:700;
	font-size:34px;
	letter-spacing:3px;
	margin: 0;
	padding: 25px 0;
	color:#fff;
}
.top-projectican-text{
	background:url(../img/base/dot_gray.png) repeat #000;
	color:#fff;
	text-align:center;
	padding:20px 0px;
	font-size:20px;
	letter-spacing:1px;
}
.top-vrzone-title {
	background:url(../img/base/dot_gray.png) repeat #00e1ff;
}
.top-vrzone-title h2{
	text-align:center;
	font-weight:700;
	font-size:34px;
	letter-spacing:3px;
	margin: 0;
	padding: 25px 0;
	color:#fff;
}
.top-vrzone-text {
	background:url(../img/base/dot_gray.png) repeat #000;
	color:#fff;
	text-align:center;
	padding:20px 0px;
	font-size:20px;
	letter-spacing:1px;
}
.top-vrzone-text-in {
    padding: 15px 0 20px;
	font-size:22px;
	line-height:30px;
}
.top-vrzone-text-in span{
	font-size:40px;
	line-height:50px;
}
.top-vrzone-text-in span.pc{
	display:block;
}
.top-vrzone-text-in span.sp{
	display:none;
}
@media screen and (max-width: 640px) {
	.top-vrzone-text-in {
	    padding: 15px 0 20px;
		font-size:12px;
		line-height:20px;
	}
	.top-vrzone-text-in span{
		font-size: 34px;
		line-height: 40px;
	}
	.top-vrzone-text-in span.pc{
		display:none;
	}
	.top-vrzone-text-in span.sp{
		display:block;
	}
}


.top-activity-title {
	background:url(../img/base/dot_gray.png) repeat #333;
}
.top-activity-title h2{
	text-align:center;
	font-weight:700;
	font-size:34px;
	letter-spacing:3px;
	margin: 0;
	padding: 25px 0;
	color:#fff;
}
.top-activity-text{
	background:url(../img/base/dot_gray.png) repeat #000;
	color:#fff;
	text-align:center;
	padding:20px 0px;
	font-size:20px;
	letter-spacing:1px;
}
.top-vrzone-shinjuku-banner {
	max-width:600px;
	width:100%;
	margin-bottom:10px;
}
.top-information-title {
	background:url(../img/base/dot_gray.png) repeat #b0b0b0;
}
.top-information-title h2{
	text-align:center;
	font-weight:700;
	font-size:34px;
	letter-spacing:3px;
	margin: 0;
	padding: 25px 0;
	color:#fff;
}
.top-information-text{
	background:url(../img/base/dot_gray.png) repeat #ededed;
	color:#fff;
	text-align:center;
	padding:20px 0px;
	font-size:20px;
	letter-spacing:1px;
}
.top-archives-title {
	background:url(../img/base/dot_gray.png) repeat #504c52;
}
.top-archives-title h2{
	text-align:center;
	font-weight:700;
	font-size:34px;
	letter-spacing:3px;
	margin: 0;
	padding: 25px 0;
	color:#00e1ff;
}
.top-archives-text{
	background:url(../img/base/dot_gray.png) repeat #ededed;
	color:#fff;
	text-align:center;
	padding:20px 0px;
	font-size:20px;
	letter-spacing:1px;
}
.top-contact-text h2{
	text-align:center;
	font-weight:700;
	font-size:34px;
	letter-spacing:3px;
	margin: 0;
	padding: 25px 0;
	color:#fff;
}
.top-contact-text{
	background:url(../img/base/dot_gray.png) repeat #d8d7d7;
	color:#fff;
	text-align:center;
	padding:20px 0px;
	font-size:20px;
	letter-spacing:1px;
}





.top-vrzone {
	background-color:#000;
	padding:30px 0;
}
.top-vrzone-conference {
	color:#0CB8DC;
	text-align:center;
	padding:15px;
}
.top-vrzone-text1, .top-vrzone-text2 {
	width:100%;
	max-width:400px;
	margin:0 auto;
}
.top-vrzone-text1 {
	margin-bottom:30px;
}
.top-vrzone-text2:after {
	content: "";
	clear: both;
	display: block;
}
.top-vrzone-conference2 {
	text-align:center;
	position:relative;
	max-width:400px;
	width:100%;
	margin:0 auto;
}
.top-vrzone-conference2 .countdown{
	position:absolute;
	text-align:center;
	bottom:11%;
	width:100%;
	left:0px;
	padding-left:16%;
}
.top-vrzone-conference2 .countdown img{
	width:27%;
}
.top-sns {
	text-align:center;
	width:80%;
	max-width:400px;
	margin: 0 auto;
	padding:10px 0;
}
.top-sns img{
	width:15%;
	margin:5px;
}
.sns-line {
	display:none;
}
@media (max-width: 767px) {
	.sns-line {
		display:inline;
	}
}

.top-twitter {
	width:100%;
	max-width:400px;
	margin:0 auto;
	padding:10px 0 15px;
}
.top-shinjuku-bar {
	text-align:center;
	background:url(../img/index/shinjuku_bar.png) repeat-x center;
	height:75px;
}
.top-tab {
	background:url(../img/index/bluebar.png) repeat-x top #0CB8DC;
	text-align:center;
	padding:18px 18px;
}
.top-white {
	background-color:#fff;
	padding-top:35px;
	padding-bottom:35px;
	text-align:center;
}
.top-blue {
	background-color:#0CB8DC;
	color:#fff;
}
.top-contact-btn {
	width:100%;
	max-width:474px;
	margin:0 auto;
	padding:18px 0 28px;
}
.top-contact-btn img{
	width:100%;
}
.top-recruit {
	text-align:center;
	padding:5px 0 35px;
}
.top-recruit img{
	width:100%;
	max-width:400px;
}

.top-vrzone-daiba-pc img{
	width:100%;
	max-width:798px;
}
.top-vrzone-daiba-sp img{
	width:100%;
	max-width:600px;
}
.top-vrzone-nagatake img{
	width:100%;
	max-width:400px;
}


.modal-main-img img{
	width:100%;
	max-width:480px;
	margin-bottom:10px;
}
.modal-title {
	text-align: left;
	font-weight: bold;
	color: #0BB6DA;
	font-size: 26px;
	border-bottom: 3px solid;
}
.modal-doc {
	padding: 10px 0;
}
.modal-copy {
	padding:10px 0;
	font-size:12px;
	text-align:left;
}
.modal-doc-black {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.modal-doc-blue {
	text-align:left;
    text-indent: -1em;
    padding-left: 1em;
    padding-top:5px;
    padding-bottom:5px;
}
.modal-doc-img {
	text-align:center;
	padding:5px 0;
}
.modal-doc-img-cont {
	position:relative;
	width:220px;
	margin:0 auto;
}
.modal-doc-img-cap {
	position:absolute;
	bottom:12px;
	left:3px;
	font-size:10px;
	height:12px;
	color:#fff;
	text-shadow: 2px 2px 1px #000;
}



div#mainimg-container{ background-color:#000;}
	div#mainimg-ttl{ width:100%; height:auto; opacity:0; position:absolute; z-index:5; overflow:hidden; }
	div#mainimg, div#mainimg-tate{ width:100%; height:auto; opacity:0; position:absolute; z-index:4; overflow:hidden; }
	div#mainimg-tate{ display:none; }
	div#mainimg-ttl img, div#mainimg img, div#mainimg-tate img{ width:100%; height:auto; }

div#layer-on-video{ width:100%; position:absolute; z-index:3; visibility:hidden; }
	img#nowexp{ position:absolute; width:134px; height:auto; top:20px; left:20px; }
	img#catchcopy-white{ width:51.3%; position:absolute; top:50%; left:50%; margin-left:-25.65%; margin-top:-6%;}

	img#btn-taiken-blue{
	width:24.3%; height:auto; position:absolute; top:50%; left:50%; margin-left:-12.15%; margin-top:15%;}
	img#btn-taiken-blue:hover{ background-color:#01b7dc; cursor:pointer; opacity:0.9; -webkit-box-shadow: 0 0 5px 0 #01b7dc; -moz-box-shadow: 0 0 5px 0 #01b7dc; box-shadow: 0 0 5px 0 #01b7dc; }
div#overlaypattern{ position:absolute; z-index:2; width:100%; background:url(../img/base/pattern-video.gif);}
div#player-wrapper{ width:100%; height:100%; z-index:1;}
div#videoimg{ width:100%; position:absolute; z-index:1; overflow:hidden; display:none; }
div#videoimg img{ width:auto; height:auto; }
@media screen and (max-width: 640px) {
	div#mainimg{ display:none; }
	div#mainimg-tate{ display:block; }
	img#nowexp{ width:67px; height: auto; }
	img#catchcopy-white{ width:80%; margin-left:-40%; }
	img#btn-taiken-blue{ width:48.6%; margin-left:-24.3%; }
	img#catchcopy-0704{ width:80%; margin-left:-40%; }
	div#cntdown-box{ font-size:40px;margin-top:0; }
}



.swiper-activity-container {
	width: 100%;
	/*max-width: 1000px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: #fff;*/
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	position:relative;
}
.swiper-activity-pagination {
	text-align:center;
}
.swiper-activity-container .swiper-slide {
	background-position: center;
	background-size: cover;
	max-width: 200px;
	height: auto;
	/*background-color:#fff;*/
	margin:0px 5px;
	padding:2px;
}
.swiper-activity-container .swiper-slide:hover{
	background-color:#00e1ff;
}
.swiper-activity-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}
.swiper-activity-container .swiper-pagination-bullet-active {
	background-color:#20b8dd;
}
@media screen and (max-width: 480px) {
	.swiper-activity-container {
		width: 100%;
	}

	.swiper-activity-container .swiper-slide {
		max-width: 150px;
	}
}


