@charset "utf-8";
/* CSS Document */

.VR_area_wrapper {
	font-family:'游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	margin:0;
	padding:0;
	background-color:#00183c;
	background-image:url(../IMAGES/vr_bg.jpg);
	background-repeat:repeat-y;
	background-size: contain;
	color:#fff;
	font-size:18px;
	overflow:hidden;
}
.VR_area_wrapper_in {
	background:url(../IMAGES/txt_kasou_tate.png) no-repeat right 1300px;
}
.VR_area {
	margin:0 auto;
	padding-bottom:80px;
	width:100%;
	min-width:1200px;
	background:url(../IMAGES/txt_kasou_yoko.png) no-repeat;
	background-position:center -30px;
}
.VR_area figure {
	margin:0;
}
.VR_area p {
	margin:0;
}

a.link_VR {
	display:block;
	margin:100px auto 0;
	width:500px;
	padding-top:20px;
	height:50px;
	text-align:center;
	background:#00183c;
	border:1px solid #fff;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}
a.link_VR i {
	color: #C00;
}
a.link_VR:hover {
	background:#103a79;
}
a.link_VR_r {
	display:block;
	text-align:center;
	background:#001c47;
	border: 1px solid #98a6b7;
	border-radius:80px;
	margin-top:20px;
	padding:20px 10px;
	width:450px;
	text-decoration:none;
	font-weight:bold;
}
a.link_VR_r:hover {
	background:#103a79;
	color:#fff;
}
a.link_VR_r img {
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
}
a.link_VR_r i {
	margin-left:15px;
}
a.link_kasouka {
	margin-top:10px;
	padding:10px;
	background:#fff;
	color:#000;
}
.VR_area h2 {
	margin:0;
	padding:50px 0 40px;
	line-height:1;
	text-align:center;
	font-size:310px;
}
.VR_area h2 span:nth-child(2) {
	margin-right:0.2em;
}
.VR_area h2 span:nth-child(3) {
	margin-left:0.2em;
}

/*anime*/
.VR_area h2 span {
	color: transparent;
	animation: blur 7s forwards;
}
.VR_area h2 span:nth-child(1) {
	animation-delay: 1.5s;
}
.VR_area h2 span:nth-child(2) {
	animation-delay: 1.5s;
}
.VR_area h2 span:nth-child(3) {
	animation-delay: 2.5s;
}
.VR_area h2 span:nth-child(4) {
	animation-delay: 2.5s;
}
@keyframes blur {
  0%    {text-shadow:  0 0 100px rgba(255,255,255,1);color:transparent;}
  5%    {text-shadow:  0 0 90px #fff;color:transparent;}
  20%    {color: rgba(255,255,255,1);}
  30%    {text-shadow:  0 0 0 #fff;}
  100%    {text-shadow:  0 0 0 #fff;}
}

/* inview */
.inviewfadeIn {
	opacity: 0.5;
} 
.fadeIn {
	opacity: 1.0;
}
.inviewfadeInUp {
    opacity:0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: 1.5s;
}
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
@media print {
.inviewfadeInUp {
	opacity: 1;
}
}

section {
	width:100%;
	clear:both;
	float:none;
}
.VR_area h3 {
	display:block;
	line-height:1.2;
	font-size:2.27em;
	font-weight:bold;
	color:#001a42;
	background-color:#fff;
	padding:10px 30px;
	letter-spacing:-0.05em;
}
.VR_area .headline_r h3 {
	margin:0 0 0 50%;
	text-align:left;
}
.VR_area .headline_l h3 {
	margin:0 50% 0 0;
	text-align:right;
}
.VR_contents {
	width:1200px;
	margin:30px auto 100px;
}
#section_lead  {
	min-height:1012px;
	margin:0;
	background-image:url(../IMAGES/img_crane_l.png);
	background-repeat:no-repeat;
	background-position:40% top;
}
#section_lead .txt_area {
	margin:30px 0 0 50%;
	text-align:left;
}

/* scrolldown */
#section_lead .txt_area .scroll {
	margin-top:50px;
	width:100%;
	text-align:center;
	font-size:18px;
	font-family: 'Teko', sans-serif;
}
#section_lead .txt_area .scroll a {
  padding-top: 70px;
  position:relative;
  text-decoration:none;
}
#section_lead .txt_area .scroll a:hover {
	color: #FC0;}
#section_lead .txt_area .scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

#section_lead #VR_example {
	text-align:left;
	margin-top:350px;
	margin-left:100px;
	line-height:1.5;
	
	margin:200px 0 0 50px;
	padding:2px 10px 2px 7px;
	font-size:2.2em;
	font-weight:bold;
	color:#fff;
	letter-spacing:-0.07em;
	
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
#VR_example .draw {
  position: relative;
  color: transparent;
  padding:2px 12px 2px 12px;
}
#VR_example .draw:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0%;
  right: 100%;
  background-color: #fff;
  color:#001a42;
  content: '';
}
#VR_example .draw.-do {
  animation: show 2.5s forwards;
}
#VR_example .draw.-do:before {
  animation: intro 2.5s ease-in-out;
}
#VR_example .draw.-wave:nth-child(1),
#VR_example .draw.-wave:nth-child(1)::before {
  animation-delay: 0.75s;
}
#VR_example .draw.-wave:nth-child(2),
#VR_example .draw.-wave:nth-child(2)::before {
  animation-delay: 1s;
}
#VR_example .draw.-wave:nth-child(3),
#VR_example .draw.-wave:nth-child(3)::before {
  animation-delay: 1.25s;
}
#VR_example .draw.-wave:nth-child(4),
#VR_example .draw.-wave:nth-child(4)::before {
  animation-delay: 1.5s;
}
#VR_example .draw.-wave:nth-child(5),
#VR_example .draw.-wave:nth-child(5)::before {
  animation-delay: 1.75s;
}
#VR_example .draw.-wave:nth-child(6),
#VR_example .draw.-wave:nth-child(6)::before {
  animation-delay: 2s;
}
#VR_example .draw[delay="0.1"],
#VR_example .draw[delay="0.1"]::before {
  animation-delay: 0.6s;
}
#VR_example .draw[delay="0.2"],
#VR_example .draw[delay="0.2"]::before {
  animation-delay: 0.7s;
}
#VR_example .draw[delay="0.3"],
#VR_example .draw[delay="0.3"]::before {
  animation-delay: 0.8s;
}
#VR_example .draw[delay="0.4"],
#VR_example .draw[delay="0.4"]::before {
  animation-delay: 0.9s;
}
#VR_example .draw[delay="0.5"],
#VR_example .draw[delay="0.5"]::before {
  animation-delay: 1s;
}
#VR_example .draw[delay="0.6"],
#VR_example .draw[delay="0.6"]::before {
  animation-delay: 1.1s;
}
#VR_example .draw[delay="0.7"],
#VR_example .draw[delay="0.7"]::before {
  animation-delay: 1.2s;
}
#VR_example .draw[delay="0.8"],
#VR_example .draw[delay="0.8"]::before {
  animation-delay: 1.3s;
}
#VR_example .draw[delay="0.9"],
#VR_example .draw[delay="0.9"]::before {
  animation-delay: 1.4s;
}
#VR_example .draw[delay="1"],
#VR_example .draw[delay="1"]::before {
  animation-delay: 1.5s;
}
#VR_example .draw[delay="1.1"],
#VR_example .draw[delay="1.1"]::before {
  animation-delay: 1.6s;
}
#VR_example .draw[delay="1.2"],
#VR_example .draw[delay="1.2"]::before {
  animation-delay: 1.7s;
}
#VR_example .draw[delay="1.3"],
#VR_example .draw[delay="1.3"]::before {
  animation-delay: 1.8s;
}
#VR_example .draw[delay="1.4"],
#VR_example .draw[delay="1.4"]::before {
  animation-delay: 1.9s;
}
#VR_example .draw[delay="1.5"],
#VR_example .draw[delay="1.5"]::before {
  animation-delay: 2s;
}
#VR_example .draw[delay="1.6"],
#VR_example .draw[delay="1.6"]::before {
  animation-delay: 2.1s;
}
#VR_example .draw[delay="1.7"],
#VR_example .draw[delay="1.7"]::before {
  animation-delay: 2.2s;
}
#VR_example .draw[delay="1.8"],
#VR_example .draw[delay="1.8"]::before {
  animation-delay: 2.3s;
}
#VR_example .draw[delay="1.9"],
#VR_example .draw[delay="1.9"]::before {
  animation-delay: 2.4s;
}
#VR_example .draw[delay="2"],
#VR_example .draw[delay="2"]::before {
  animation-delay: 2.5s;
}
#VR_example .draw[delay="2.1"],
#VR_example .draw[delay="2.1"]::before {
  animation-delay: 2.6s;
}
#VR_example .draw[delay="2.2"],
#VR_example .draw[delay="2.2"]::before {
  animation-delay: 2.7s;
}
#VR_example .draw[delay="2.3"],
#VR_example .draw[delay="2.3"]::before {
  animation-delay: 2.8s;
}
#VR_example .draw[delay="2.4"],
#VR_example .draw[delay="2.4"]::before {
  animation-delay: 2.9s;
}
#VR_example .draw[delay="2.5"],
#VR_example .draw[delay="2.5"]::before {
  animation-delay: 3s;
}
#VR_example .draw[delay="2.6"],
#VR_example .draw[delay="2.6"]::before {
  animation-delay: 3.1s;
}
#VR_example .draw[delay="2.7"],
#VR_example .draw[delay="2.7"]::before {
  animation-delay: 3.2s;
}
#VR_example .draw[delay="2.8"],
#VR_example .draw[delay="2.8"]::before {
  animation-delay: 3.3s;
}
#VR_example .draw[delay="2.9"],
#VR_example .draw[delay="2.9"]::before {
  animation-delay: 3.4s;
}
#VR_example .draw[delay="3"],
#VR_example .draw[delay="3"]::before {
  animation-delay: 3.5s;
}
@keyframes intro {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes show {
  0%,
  50% {
    color: transparent;
  }
  50.00001%,
  100% {
    color: #fff;
  }
}

#section_cooperation {
	margin-top:100px;
}
#section_cooperation #coope_equipment {
	margin:0 auto 50px; 
	max-width:1000px;
	display:flex;
	justify-content: space-around;
	align-items: flex-end;
}
#section_spec {
	width:100%;
	max-width:1200px;
	margin:100px auto;
}
#section_spec .spec_list {
	overflow:hidden;
	margin-bottom:100px;
}
#section_spec #scorpio_spec .spec_txt {
	float: right;
}
#section_spec #scorpio_spec .spec_image {
	float: left;
}
#section_spec #vizrt_spec .spec_txt {
	float: left;
}
#section_spec #vizrt_spec .spec_image {
	float: right;
}
#section_spec .spec_image {
	width: 587px;
}
#section_spec .spec_image img {
	border: 1px solid #576985;
	box-sizing: border-box;
}
#section_spec .spec_txt {
	line-height:1.6;
	width: 100%;
	margin-right: -627px;
	padding-right: 627px;
	box-sizing: border-box;
	font-size:0.88em;
}
#section_spec .spec_txt h4 {
	font-family: 'Heebo', sans-serif;
    font-weight: 900;
	font-size:2.5em;
	letter-spacing:-0.02em;
	margin:0 0 20px;
}
#section_spec .spec_txt h4 img {
	display:inline-block;
	margin-right:15px;
}
#section_spec .spec_txt h4 img:last-child {
	margin-right:0;
}
#section_spec .spec_txt p {
	margin:0;
	padding:10px 0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#section_spec .spec_txt ul {
	margin:0;
	padding:0;
}
#section_spec .spec_txt ul li {
	list-style:none;
	padding:8px 0;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
#section_spec .spec_txt ul li span {
	float:left;
}
#section_spec .spec_txt ul li span:nth-child(2) {
	width:20px;
	text-align:center;
}
#section_spec .spec_txt ul li .item {
	width:15rem;
}
#section_spec #vizrt_spec .spec_txt p {
	padding:20px 0;
    overflow: auto;
    zoom: 1;
}
#section_spec #vizrt_spec .spec_txt p img{
	float:right;
	margin:0 0 20px 20px;
}
#section_spec #vizrt_spec .spec_image img {
	border: none;
	margin:0.25%;
	width:49.5%;
	float:left;
}

/* swiper */
#section_example .swiper-container {
	margin:80px auto;
}
#section_example .swiper-container .swiper-slide img {
	width:100%;
	height:auto;
}

/* movie */
#section_movie {
	margin:50px auto 100px;
	width:95%;
	overflow:hidden;
}
#section_movie video{
	margin:0.25%;
	width:49.5%;
	height:auto;
	float:left;
}

#section_onestop ul {
	margin:50px auto 100px;
	padding:0;
	width:1200px;
	overflow:hidden;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#section_onestop ul li {
	list-style:none;
}
#section_end {
	position:relative;
	padding:100px 0 10px;
	margin:0;
	box-sizing:border-box;
}
#section_end img {
	position:absolute;
	top:-50px;
	right:100px;
}
#section_end h3 {
	margin:0 auto 100px;
	padding:50px;
	width:80%;
	text-align:center;
	font-size:3em;
}
#section_contact {
	margin:100px 0;
	text-align:center;
}
#section_contact .txt_contact {
	font-size:1.6em;
	font-weight:bold;
}
#section_contact .contact_area {
	width:100%;
	padding:0 0 30px;
	margin:20px 0 50px;
	border-top:1px solid #98a6b7;
	border-bottom:1px solid #98a6b7;
}
#section_contact .contact_area img {
	margin:30px auto 10px;
}
#section_contact .contact_area .txt_address {
	font-size:0.8em;
}


/* デバイスの横幅が1450以下の場合　Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1450px) {
.VR_area .headline h3 br {
	display:none;
}
.VR_area .headline h3 {
	font-size:2.1em;
}
#section_end img {
	right:20px;
	top:-50px;
}
}
/* デバイスの横幅が1249以下の場合　Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1249px) {

}

/* デバイスの横幅が768以下の場合　iPad mini2以降、iPad3以降を縦にした時
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) {
}