/*------------------------------
contents common
------------------------------*/
body {
  display: inline-block;
  background-color: #CCC;
  text-align: center;
  position: relative;
  height: 100vh;
}
body .wrap_svg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25%;
  padding-right: 25%;
  padding-top: calc(50vh - ((80.8107646% - 30%) / 2));
  width: 100vw;
}
body .wrap_svg svg {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  body .wrap_svg {
    padding-top: calc(50vh - (310px / 2));
  }
  body .wrap_svg svg {
    width: 384px;
    height: auto;
  }
}

footer {
  display: inline-block;
}
footer address {
  color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

body {
  background: linear-gradient(-135deg, #d75959, #5972d7, #c9d759, #cc82d4);
  background-size: 800% 800%;
  -webkit-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*---svg---*/
.cls-1 {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 0;
}

.cls-2 {
  fill: none;
}

.fill {
  fill-opacity: 0;
  fill: #FFFFFF;
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
}

.draw .fill {
  fill-opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */