/* MAP */
/*------------------------------------------------*/
@media only screen and (max-width: 600px) {
  main {
    height: auto;
  }
}

#staff {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #staff {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #staff > .inner {
    padding-top: 6%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #staff .selectvideo {
    margin: 0 auto 6% auto;
    text-align: center;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (max-width: 600px) {
  #staff h1 {
    line-height: 1.4;
    font-size: 8.4vw;
  }
  #staff h1 > span {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #staff h2 {
    margin-top: 3%;
    font-size: 4.4vw;
  }
}

#map {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  #map {
    height: auto;
    top: 10%;
    left: 0;
  }
}
#map #mapBox {
  width: 115%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (max-width: 600px) {
  #map #mapBox {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}
#map #mapBox.sweden {
  top: 27%;
  left: 17%;
}
#map #mapBox.america {
  top: 15%;
  left: 55%;
}
#map #mapBox.japan {
  top: 12%;
  left: -23%;
}
#map #mapBox > img {
  width: 100%;
  max-width: none;
	opacity: 0.5;
}
@media only screen and (max-width: 600px) {
  #map #mapBox > img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #map .markerList {
    display: none !important;
  }
}
#map .markerList .markerBox {
  width: 30px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#map .markerList .markerBox.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#map .markerList .markerBox.sweden {
  top: 16%;
  left: 50.5%;
}
#map .markerList .markerBox.america {
  top: 36%;
  left: 21%;
}
#map .markerList .markerBox.japan {
  top: 37%;
  left: 84%;
}
#map .area {
  line-height: 1;
  padding: 2px 12px;
  margin-top: 8px;
  margin-left: 15px;
  background-color: #ca3b39;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.movie {
  height: auto;
  background: none;
  background-color: #fff;
  font-size: 0px;
}
@media only screen and (max-width: 600px) {
  .movie {
    width: 94%;
    height: auto;
    margin-top: 6%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.movie .video-wrap {
  width: 100%;
  height: 370px;
  background-color: #09529d;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .movie .video-wrap {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    position: relative;
    top: auto;
    left: auto;
		background-color: #09529d;
		background-image: url("../../../common/img/footer_logo.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50%;
  }
}
.movie .video-wrap.mLoading:after {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.movie video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .movie video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.movie #movieText {
  width: 100%;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  .movie #movieText {
    padding: 3% 0;
    font-size: 4.4vw;
  }
}

@media only screen and (max-width: 600px) {
  .messageListBtnArea {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #f2f6f9;
				text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  a.btn_message {
    margin-top: 0;
    position: static;
  }
}
