/* bx-slide modify css */
.bx-wrapper {position: relative; margin: 0 auto; padding: 0; box-shadow: none; border: 0px solid #fff; background: #000;}
.bx-wrapper .bx-viewport {-moz-box-shadow: none; -webkit-box-shadow: none; left: 0px; background: none; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0);}

#body-wrap {}

#mainVisualBox {
  width: 100%;
}

#mainVisualBox .mainVList {

}

#mainVisualBox .mainImg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@keyframes bgScale {
	0% { transform: scale(1.4); opacity: .6;}
	100% { transform: scale(1); opacity: 1;}
}

#mainVisualBox .mainImg1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.5s;
  animation: bgScale 8000ms 1 ease-out;
  background-image: url(../img/Earth1950_gong.jpg);
}
#body-wrap .KOGL{
  color: #aaa;
  font-size: 10px;
  text-align: left;
  position: absolute;
  bottom:180px;
  right:10px;
}


#mainVisualBox .mainImg2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition-duration: 0.5s;
  animation: bgScale 8000ms 1 ease-out;
  background-image: url(../img/Earth1950_gong.jpg);
}


#mainVisualBox .mainImg:nth-child(1) .slideText {
  position: absolute;
  width: 100%;
  top: 300px;
  left: 0px;
  text-align: center;
}

#mainVisualBox .mainImg:nth-child(2) .slideText {
  position: absolute;
  width: 100%;
  top: 300px;
  left: 0px;
  text-align: center;
}

#mainVisualBox .mainImg .slideText .explainText {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

/*
#mainVisualBox .mainImg .slideText .title {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
}
*/

#mainVisualBox .mainImg .slideText .explainText2 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

#mainVisualBox .mainImg .slideText .linker {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: background-color .4s, border .4s;
}

#mainVisualBox .mainImg .slideText .linker:hover {
  background-color: #2871fc;
  border: 1px solid #112b5d;
}

#overlayBox {}
#overlayBox>.safeBox {margin-top: -490px;}
#overlayBox ul {font-size: 0;}
#overlayBox ul li {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 300px;
  vertical-align: top;
  background-color: rgba(0,0,0,.5);
}

#overlayBox ul li a {
  display: block;
  width: 400px;
  height: 257px;
  padding-top: 43px;
  transition: background-color .3s
}

#overlayBox ul li:nth-child(2) a {
  width: 400px;
  height: 300px;
  box-sizing: border-box;
  border-left: 1px solid rgba(255,255,255,.3);
  border-right: 1px solid rgba(255,255,255,.3);
}

#overlayBox ul li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

#overlayBox ul li .olbTitle {
  margin-top: 25px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

#overlayBox ul li .olbExplain {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

#overlayBox ul li .olbLinker {
  width: 178px;
  height: 28px;
  border: 1px solid #fff;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 25px auto 0px auto;
  transition: background-color .3s, color .3s;
}

#overlayBox ul li:hover .olbLinker {
  background-color: #fff;
  color: #000;
}

#overlayBox ul li:nth-child(1):hover a {
  /* background-color: rgba(0,89,129,.4); */
  background-color: rgba(41, 72, 116, .4);
}
#overlayBox ul li:nth-child(2):hover a {
  /* background-color: rgba(0,129,91,.4); */
  background-color: rgba(41, 97, 116, .4);
}
#overlayBox ul li:nth-child(3):hover a {
  /* background-color: rgba(127,129,0,.4); */
  background-color: rgba(116, 87, 41, .4);
}
