@charset "utf-8";

.catch1 {
	font-size: 32px;
	line-height: 1.3em;
	margin: 40px 0;
}

.catch2 {
	font-size: 19px;
	margin-top: 15px;
	margin-bottom: 55px;
}

.top-img {
	width: 100%;
	min-width: 1080px;
	height: 350px;
	display: inline-block;
	position: absolute;
	left: 0;
	background: url(../images/vr_girls.jpg) no-repeat 0% 15%;	
	background-size: cover;
}

.box1 {
	float: left;
	width: 469px;
	height: 270px;
	margin-bottom: 2px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.box1.box-o2o,
.box1.box-app2,
.box1.box-drone {
	width: 312px;
}
.box1:nth-child(1),
.box1:nth-child(3) {
	margin-right: 2px;
}

.box1:hover {
	opacity: 0.8;
}
/*.box1.box-vr:hover {
	opacity: 1;
}*/

.box1 a {
	width: 100%;
	height: 270px;
	display: block;
}

.box1 span {
	width: 469px;
	height: 258px;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;

	font-size: 29px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
.box1.box-o2o span,
.box1.box-app2 span,
.box1.box-drone span {
	width: 312px;
}

.box1.box-beacon {
	background: url(../images/img_top_1.png) no-repeat;	
}
.box1.box-app {
	background: url(../images/img_top_2.png) no-repeat;	
}
.box1.box-vr {
	background: url(../images/img_top_3-2.png) no-repeat;	
}
.box1.box-ui {
	background: url(../images/img_top_4.png) no-repeat;	
}
.box1.box-o2o {
	background: url(../images/img_top_5.png) no-repeat;	
}
.box1.box-app2 {
	background: url(../images/img_top_6.png) no-repeat;	
}
.box1.box-drone {
	background: url(../images/img_top_7.png) no-repeat;	
}

.box1 video {
	position: absolute;
	top: 0;
	left: 0;
}
.box1.box-ui video {
	left: -55px;
}

.box1 video + a {
	position: absolute;
}

.margin-b-0 {
	margin-bottom: -40px;
}


/* プレスリリース */
#pressArea {
	margin-bottom: 70px;
	padding: 15px 0;
	overflow: hidden;
}

#pressArea h2 {
	width: 100px;
	float: left;
	font-size: 13px;
}

#pressArea ul {
	width: 960px;
}

#pressArea ul li {
	border-top: 1px solid #ededed;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;	
}

#pressArea ul li:nth-child(1) {
	border-top: none;
	margin: 0;
	padding-top: 0;
}

#pressArea ul li > span {
	padding: 10px 0;
	display: block;
	cursor: pointer;
}

#pressArea ul li > span:hover {
	background: #f7f7f7;
	color: #3c3c3c;
}

#pressArea .text {
	width: 770px;
	display: inline-block;
}
#pressArea .date {
	width: 100px;
	margin: 0 30px;
	display: inline-block;
	float: left;
}

#pressArea .link-news {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
}

.pagination {
	display: none;
}