@charset 'utf-8';
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-size: 1;
  line-height: 1.6;
  color: #000000;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

.body_image_image {
  background: url(../img/body_image_image.jpg) center center no-repeat;
  background-size: cover;
	background-color:#f2f2f2;
}

.copy{
text-shadow: #2762a4 1px 0 5px;
}
a:link,
a:visited {
  text-decoration: none;
  color: #686f5f;
}
a:hover {
  text-decoration: none;
  color: #7e7e5a;
}
.show_obj {
  -webkit-animation: animname 0.5s forwards;
  animation: animname 0.5s forwards;
}
@keyframes alpha_show_obj_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_obj_anime {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes show_undere_to_top_obj_anime {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes show_left_to_right_obj_anime {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
header {
  position: fixed;
  z-index: 1;
  top: 10px;
  left: 20px;
  width: 150px;
}
header h1 {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 70px;
  height: 0 !important;
  line-height: 250%;
  width: 200px;
  background: url(../img/logo.png) center center no-repeat;
  background-size: 100%;
}
footer {
  position: fixed;
  z-index: 1;
  top: 10px;
  right: 20px;
}
footer p {
  font-size: 80%;
  color: #ffffff;
}
.panzoom_box {
  position: fixed;
  z-index: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-animation: floating_animname linear 3s infinite;
  animation: floating_animname linear 3s infinite;
}
.panzoom {
	box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
@keyframes floating_animname {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(0px, -5px);
  }
  70% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.panzoom img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.address {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  padding: 10px;
  background-color: #ffffff;
  font-family: YuMincho, "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 80%;
  white-space: nowrap;
  border: 1px solid #3627fc;
	transform-origin: left top;
}
.adcm {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
	padding: 10px;
  background-color: #ffffff;
  font-family: YuMincho, "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 80%;
  white-space: nowrap;
  border: 1px solid #fc2786;
	transform-origin: right bottom;
}

.vigor {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
	z-index: 200;
  padding: 10px;
  background-color: #ffffff;
  font-family: YuMincho, "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 80%;
  white-space: nowrap;
  border: 1px solid #a0ce25;
	transform-origin: 0px 0px;
}

.address p,
.adcm p {
  margin: 0 0 10px;
  padding: 0;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
}

/*座標はjs側で設定する。初期値はすべてセンター*/

.targetgrid_vigor {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2bac28;
	border:1px solid #ffffff;
}

.targetgrid_address {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3627fc;
	border:1px solid #ffffff;
}

.targetgrid_adcm {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fc2786;
	border:1px solid #ffffff;
}



.targetgrid_address2 {
  z-index: 100;
  position: absolute;
  top: 230px;
  left: 50%;
  z-index: 10;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 0 0 -10px;
  padding: 0;
  background-color: #3627fc;
	border:1px solid #ffffff;
}



.targetgrid_adcm2 {
  z-index: 100;
  position: absolute;
  top: 235px;
  left: 50%;
  z-index: 10;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 0 0 -28px;
  padding: 0;
  background-color: #fc2786;
	border:1px solid #ffffff;
}
.info_data {
  z-index: 100;
  position: fixed;
  top: 140px;
  left: 0;
  border: 1px solid #858a8e;
}
.slogan_text {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 5px;
  z-index: 9;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 11%;
  height: 0 !important;
  line-height: 250%;
  width: 100%;
  background: url(../img/text.svg?3) bottom left 5px no-repeat;
  background-size: 20%;
  mix-blend-mode: multiply;
  -webkit-animation: start_depiction 0.5s forwards 1s;
  animation: start_depiction 0.5s forwards 1s;
}
@keyframes start_depiction {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

PC向け

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (min-width: 1000px) {
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

タブレット向け

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (min-width: 640px) and (max-width: 1000px) {
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

スマホ向け

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (max-width: 640px) {
  header {
    left: 10px;
  }
  header h1 {
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 50px;
    height: 0 !important;
    line-height: 250%;
    width: 150px;
    background: url(../img/logo.png) center center no-repeat;
    background-size: 100%;
  }
  .targetgrid2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -220px 0 0;
    padding: 0;
    background-color: #ff3300;
  }
  .slogan_text {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 5px;
    left: 0;
    z-index: 9;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 75%;
    height: 0 !important;
    line-height: 250%;
    width: 28%;
    background: url(../img/text_sp.svg?3) bottom left 5px no-repeat;
    background-size: 40%;
    mix-blend-mode: multiply;
    -webkit-animation: start_depiction 0.5s forwards 1s;
    animation: start_depiction 0.5s forwards 1s;
  }

	footer {
  position: fixed;
  z-index: 1;
  top: 10px;
  right: 10px;
}
footer p {
  font-size: 60%;
  color: #ffffff;
}
}
