/*--------------------------------------
**
** AR, VR App
**
--------------------------------------*/
#wrap {
	background: url(../img/bg-gear.png) center 100px no-repeat;
}

/*----------------------------------
** header
----------------------------------*/
#arvr header {
	width: 100%;
	height: 390px;
	color: rgba(0,0,0,1.0);
	/*background: rgba(0,0,0,1.0) url(../img/bg-header.png) center center no-repeat;
	background-size: cover;*/
	position: relative;
}
#arvr header a {
	color: rgba(0,0,0,1.0);
}
#arvr header a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
#arvr header a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,1.0);
	opacity: 0;
	transition: .3s;
}
#arvr header a:hover::after {
	bottom: 0;
	opacity: 1;
}
#arvr header h2 {
	margin-bottom: 0;
	margin-top: 60px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 70px;
	line-height: 1.2;
}

#arvr nav {
	width: 100%;
	height: 70px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	position: relative;
	color: rgba(0,0,0,1.0);
}
#arvr .main-nav {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	padding-left: 0;
	position: relative;
	top: 35%;
}
#arvr .main-nav li:first-child {
	margin-right: auto;
}
#arvr .main-nav li:nth-child(2),
#arvr .main-nav li:nth-child(3) {
	margin-right: 30px;
}
#arvr .main-nav li {
	vertical-align: center;
}
#arvr .main-nav li i {
	vertical-align:middle;
}

#arvr header .__line-white {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background: url(../img/line-y-white.png) center bottom no-repeat;;
	z-index: 1;
}

/*
** .__contents
--------------------------------------*/
.__contents {
	padding-top: 250px;
	/*background: url(../img/line-y-black.png) center top no-repeat;*/
	margin-bottom: 100px;
}
.__contents h3 {
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin-bottom: 55px;
}
.__contents h3 span {
	background: url(../img/ic-megaphone.svg) left center no-repeat;
	background-size: contain;
	padding-left: 55px;
}
.__contents .__lead {
	font-size: 15px;
	margin-bottom: 100px;
	text-align: center;
}
.__contents h4 {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: url(../img/bg-h4-dotted.png) left center repeat-x;
}
.__contents h4 span {
	background: rgba(255,255,255,1.0);
	padding-right: 10px;
}
.__contents ul {
	font-size: 14px;
	padding-left: 1em;
}



/*
** .__whats
**------------------------*/
.__ar {
	/*padding-right: 15px;*/
	max-width: 100%;
}
.__vr {
	/*padding-left: 15px;*/
	max-width: 100%;
}
img.__ar,
img.__vr {
	transition: 0.2s all;
}
img.__ar:hover,
img.__vr:hover {
	transition: 0.2s all;
	-webkit-box-shadow: 0 3px 4px 4px rgba(150,150,150,0.6);
	box-shadow: 0 3px 4px 4px rgba(150,150,150,0.6);
}


/*
** .__infinite
**------------------------*/
.__infinite {
	text-align: left;
	padding-top: 40px;
	margin-bottom: 140px;
}
.__infinite h3 {
	font-size: 40px;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 30px;
}
.__infinite p {
	margin-bottom: 30px;
	font-size: 14px;
}
.__infinite p:last-child {
	margin-bottom: 0;
}
.__infinite p a {
	font-weight: 700;
	color: rgba(17,143,158,1.0);
	text-decoration: none;
	transition: 0.2s;
}
.__infinite p a:hover {
	color: rgba(17,143,158,1.0);
	padding-left: 5px;
}

/*
** .__services
**------------------------*/
.__services {
	text-align: left;
	margin-bottom: 15px;
	background-size: cover;
	height: 400px;
	position: relative;
}
.__real {
	background: url(../img/bg-dev-rs.png) center center no-repeat;
}
.__popl {
	background: url(../img/bg-dev-popl.png) center center no-repeat;
}
.__origin {
	background: url(../img/bg-dev-origin.png) center center no-repeat;
}
.__beacon {
	background: url(../img/bg-dev-ibea.png) center center no-repeat;
	color: rgba(255,255,255,1.0);
	margin-bottom: 150px;
}

a .__real,
a .__popl,
a:hover .__real,
a:hover .__popl {
	color: rgba(0,0,0,1.0) !important;
}

.__services h3 {
	display: inline;
	position: absolute;
	top: 25px;
	left: 25px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.__services.__real h3 img {
	max-width: 450px;
}
.__services.__popl h3 img {
	max-width: 450px;
}
.__services.__origin h3 img {
	max-width: 450px;
}
.__services .__tx {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-weight: 700;
	margin-bottom: 0;
}
.__services .__tx-2 {
	position: absolute;
	bottom: 150px;
	left: 25px;
	font-weight: 700;
	margin-bottom: 0;
}
.__services.__beacon .__ic {
	position: relative;
	top: 50%;
	left: 80%;
	transform: translate(-50%,-50%);
	width: 180px;
}
.__services p a {
	font-weight: 700;
	color: rgba(0,113,229,1.0);
	/*background-image: url(../img/ic-send.svg) left center no-repeat;*/
	background-image: url(../img/ic-send.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 45px;
	text-decoration: none;
	transition: 0.2s;
}
.__services p a:hover {
	color: rgba(0,113,229,1.0);
	padding-left: 50px;
}
.__services.__beacon a {
	color: rgba(255,255,255,1.0);
	padding: 10px;
	background-image: none;
	border: 1px solid rgba(255,255,255,1.0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	transition: 0.2s;
}
.__services.__beacon a:hover {
	color: rgba(255,255,255,1.0);
	padding: 10px;
	background: rgba(255,255,255,0.3);
}

/*
** .__platform
**------------------------*/
.__platform {
	text-align: left;
	margin-bottom: 100px;
	position: relative;
}
.__platform h3 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}
.__platform p {
	font-size: 14px;
}
.__platform p a {
	font-weight: 700;
	color: rgba(0,113,229,1.0);
	transition: 0.2s;
}
.__platform p a:hover {
	color: rgba(0,113,229,1.0);
	padding-left: 10px;
}
.__platform.__poplar {
	background: url(../img/img-poplar.png) right center no-repeat;
	background-size: contain;
	height: 450px;
}
.__platform.__poplar h3 {
	font-size: 40px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}


/*
** .__works
**------------------------*/
.__works {
	text-align: left;
	margin-bottom: 100px;
	position: relative;
}
.__works h3 {
	font-size: 40px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}
.oriApp dt {
	display: block;
	width: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid rgba(183,183,183,1.0);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.oriApp dt img {
	vertical-align: bottom;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-right: 15px;
}
.oriApp dt._active {
	border-bottom: 1px solid rgba(183,183,183,0.0);
}

.oriApp dt:after{
	position:absolute;
	top: 40%;
	right:10px;
	width: 17px;
	height: 17px;
	content: "";
	background: url(../img/bg-dt.png) 90% center no-repeat;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.oriApp dt._active:after{
	/*top: 12px;
	right: 15px;*/
	width: 17px;
	height: 17px;
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
}
.oriApp dd {
	background: rgba(255,255,255,1.0);
	width: 100%;
	text-align: left;
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(183,183,183,1.0);
}
.__tags span {
	padding: 3px 10px 3px;
	border: 1px solid rgba(0,0,0,1.0);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	margin-right: 10px;
}
ul.__tags {
	list-style: none;
	padding-left: 0;
	margin-bottom: 25px;
}
ul.__tags li {
	display: inline-block;
	padding: 3px 10px 3px;
	border: 1px solid rgba(0,0,0,1.0);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 700;
	margin-right: 7px;
}
.__appImg {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.__appImg img {
	max-width: 100%;
}
.oriApp dd table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 0 7px;
	border: none;
}
.oriApp dd table th,
.oriApp dd table td {
	padding: 10px;
	margin-bottom: 10px;
}
.oriApp dd table th {
	font-size: 14px;
	vertical-align: top;
	text-align: left !important;
	width: 25%;
	overflow: visible;
	position: relative;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted rgba(183,183,183,1.0);
}
.oriApp dd table td {
	width: 75%;
	padding-left: 20px;
	color: rgba(0,0,0,1.0);
	background: rgba(248,248,248,0.25);
	font-size: 14px;
	/*font-weight: 700;*/
	border-bottom: 1px dotted rgba(183,183,183,1.0);
	vertical-align: top;
}
.oriApp dd table tr:last-child th,
.oriApp dd table tr:last-child td {
	border-bottom: none;
}

.oriApp a,
.oriApp a:active,
.oriApp a:visited,
.oriApp a:hover {
	color: rgba(0,0,0,1.0) !important;
}

.__pagetop {
	cursor: pointer;
}


/*--------------------------------------
**
** スマホ
**
--------------------------------------*/
@media (max-width: 767px) {
	#wrap {
		background: url(../img/bg-gear.png) center 100px no-repeat;
		background-size: contain;
	}
	
	
	#arvr header h2 {
		margin-bottom: 0;
		margin-top: 50px;
		padding-bottom: 0;
		padding-top: 0;
		text-align: center;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		font-size: 40px;
		line-height: 1.2;
	}
	#arvr header h2 span {
		display: block;
		margin-bottom: 130px;
	}
	#arvr header h2 br {
		display: none;
	}
	
	
	/*
	** .__contents
	--------------------------------------*/
	.__contents {
		padding-top: 100px;
		/*background: url(../img/line-y-black.png) center top no-repeat;*/
		margin-bottom: 0px;
	}
	.__contents h3 {
		font-family: 'Poppins','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 700;
		font-size: 20px;
		text-align: center;
		margin-bottom: 55px;
	}
	.__contents h3 span {
		background: url(../img/ic-megaphone.svg) left center no-repeat;
		background-size: contain;
		padding-left: 55px;
	}
	.__contents .__lead {
		font-size: 14px;
		margin-bottom: 100px;
		text-align: left;
	}
	.__contents h4 {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 0;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 16px;
		background: url(../img/bg-h4-dotted.png) left center repeat-x;
	}
	.__contents h4 span {
		background: rgba(255,255,255,1.0);
		padding-right: 10px;
	}
	.__contents ul {
		font-size: 14px;
		padding-left: 1em;
	}

	.__ar {
		/*padding-right: 15px;*/
		max-width: 100%;
	}
	.__vr {
		/*padding-left: 15px;*/
		max-width: 100%;
	}

	/*
	** .__infinite
	**------------------------*/
	.__infinite {
		text-align: left;
		padding-top: 40px;
		margin-bottom: 140px;
	}
	.__infinite h3 {
		font-size: 24px;
		font-weight: normal;
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.__infinite p {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.__infinite p:last-child {
		margin-bottom: 0;
	}
	.__infinite p a {
		font-weight: 700;
		color: rgba(17,143,158,1.0);
		text-decoration: none;
		transition: 0.2s;
	}
	.__infinite p a:hover {
		color: rgba(17,143,158,1.0);
		padding-left: 5px;
	}

	/*
	** .__services
	**------------------------*/
	.__services {
		text-align: left;
		margin-bottom: 15px;
		background-size: cover;
		min-height: 100vh;
		height: auto !important;
		height: 100vh;
		position: relative;
	}
	.__real {
		background: rgba(163,176,185,1.0) url(../img/bg-dev-rs_sp.png) center bottom no-repeat;
		/*background-size: contain;*/
	}
	.__popl {
		background: rgba(241,244,251,1.0) url(../img/bg-dev-popl_sp.png) center bottom no-repeat;
		/*background-size: cover;*/
	}
	.__origin {
		background: url(../img/bg-dev-origin_sp.png) center center no-repeat;
		background-size: cover;
	}
	.__beacon {
		background: url(../img/bg-dev-ibea.png) center center no-repeat;
		background-size: cover;
		color: rgba(255,255,255,1.0);
		margin-bottom: 100px;
		padding-bottom: 15px;
	}

	.__services h3 {
		display: block;
		position: static;
		top: 0;
		left: 0;
		margin-top: 15px;
		margin-bottom: 30px;
		text-align: left;
	}
	.__services.__real h3 img {
		max-width: 200px;
	}
	.__services.__popl h3 img {
		max-width: 200px;
	}
	.__services.__origin h3 img {
		max-width: 200px;
	}
	.__services .__tx {
		font-size: 14px;
		position: static;
		bottom: 0;
		left: 0;
		font-weight: 700;
		margin-bottom: 0;
	}
	.__services .__tx-2 {
		font-size: 14px;
		position: static;
		bottom: 0;
		left: 0;
		font-weight: 700;
		margin-bottom: 200px;
	}
	
	.__services.__beacon h3 {
		display: block;
		position: static;
		top: 0;
		left: 0;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: left;
		font-size: 20px;
		letter-spacing: -0.02em;
	}
	.__services.__beacon h3 br {
		display: none;
	}
	.__services.__beacon .__ic {
		position: static;
		top: 0;
		left: 0;
		transform: translate(0,0);
		width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.__services p a {
		font-weight: 700;
		color: rgba(0,113,229,1.0);
		/*background-image: url(../img/ic-send.svg) left center no-repeat;*/
		background-image: url(../img/ic-send.svg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		padding-left: 45px;
		text-decoration: none;
		transition: 0.2s;
	}
	.__services p a:hover {
		color: rgba(0,113,229,1.0);
		padding-left: 50px;
	}
	.__services.__beacon a {
		color: rgba(255,255,255,1.0);
		padding: 5px;
		background-image: none;
		border: 1px solid rgba(255,255,255,1.0);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
		transition: 0.2s;
		letter-spacing: -0.02em;
	}
	.__services.__beacon a:hover {
		color: rgba(255,255,255,1.0);
		padding: 5px;
		background: rgba(255,255,255,0.3);
	}
	.__services.__beacon .__tx-2 {
		margin-bottom: 15px;
	}

	/*
	** .__platform
	**------------------------*/
	.__platform {
		text-align: left;
		margin-bottom: 50px;
		position: relative;
	}
	.__platform h3 {
		margin-top: 0;
		margin-bottom: 20px;
		text-align: left;
	}
	.__platform h3 img {
		max-width: 100%;
	}
	.__platform p {
		font-size: 14px;
	}
	.__platform p a {
		font-weight: 700;
		color: rgba(0,113,229,1.0);
		transition: 0.2s;
	}
	.__platform p a:hover {
		color: rgba(0,113,229,1.0);
		padding-left: 10px;
	}
	.__platform.__poplar {
		background: url(../img/img-poplar.png) right bottom no-repeat;
		background-size: contain;
		height: 350px;
	}
	.__platform.__poplar h3 {
		font-size: 20px;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 20px;
		text-align: left;
	}


	/*
	** .__works
	**------------------------*/
	.__works {
		text-align: left;
		margin-bottom: 100px;
		position: relative;
	}
	.__works h3 {
		font-size: 20px;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 20px;
		text-align: left;
	}
	.oriApp dt {
		display: block;
		width: 100%;
		font-weight: normal;
		text-align: left;
		vertical-align: bottom;
		cursor: pointer;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
		border-bottom: 1px solid rgba(183,183,183,1.0);
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.oriApp dt img {
		vertical-align: bottom;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		margin-right: 15px;
		width: 40px;
	}
	.oriApp dt._active {
		border-bottom: 1px solid rgba(183,183,183,0.0);
	}

	.oriApp dt:after{
		position:absolute;
		top: 40%;
		right:10px;
		width: 17px;
		height: 17px;
		content: "";
		background: url(../img/bg-dt.png) 90% center no-repeat;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.oriApp dt._active:after{
		/*top: 12px;
		right: 15px;*/
		width: 17px;
		height: 17px;
		-moz-transform: rotate(405deg);
		-webkit-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	.oriApp dd {
		background: rgba(255,255,255,1.0);
		width: 100%;
		text-align: left;
		display: none;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(183,183,183,1.0);
	}
	.__tags span {
		padding: 3px 10px 3px;
		border: 1px solid rgba(0,0,0,1.0);
		-webkit-border-radius: 15px;
		border-radius: 15px;
		font-size: 12px;
		margin-right: 10px;
	}
	ul.__tags {
		list-style: none;
		padding-left: 0;
		margin-bottom: 25px;
	}
	ul.__tags li {
		display: inline-block;
		padding: 3px 10px 3px;
		border: 1px solid rgba(0,0,0,1.0);
		-webkit-border-radius: 15px;
		border-radius: 15px;
		font-size: 12px;
		font-weight: 700;
		margin-right: 7px;
		margin-bottom: 10px;
	}
	.__appImg {
		width: 100%;
	}
	.__appImg img {
		max-width: 100%;
	}
	.oriApp dd table {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		border-collapse: separate;
		border-spacing: 0 7px;
		border: none;
	}
	.oriApp dd table th,
	.oriApp dd table td {
		padding: 5px 0;
		margin-bottom: 10px 0;
		display: block;
	}
	.oriApp dd table th {
		font-size: 12px;
		vertical-align: top;
		text-align: left !important;
		width: 100%;
		overflow: visible;
		position: relative;
		font-weight: bold;
		text-align: center;
		border-bottom: none;
	}
	.oriApp dd table td {
		width: 100%;
		padding-left: 0px;
		color: rgba(0,0,0,1.0);
		background: rgba(248,248,248,0.25);
		font-size: 12px;
		/*font-weight: 700;*/
		border-bottom: 1px dotted rgba(183,183,183,1.0);
		vertical-align: top;
	}
	.oriApp dd table tr:last-child th,
	.oriApp dd table tr:last-child td {
		border-bottom: none;
	}

	.__pagetop {
		cursor: pointer;
	}
}
