@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

.bg_dot {
  position: fixed;
  bottom: 0;
  left: 0;
}

div.main_inner {
  position: relative;
  padding-top: 10%;
  margin: auto;
  z-index: 1;
}

div.main_inner div.silhouette {
  position: absolute;
  top: 3%;
  right: 0;
  width: 28.5%;
}

div.main_inner div.logo {
  position: relative;
  width: 92%;
  margin: 0 auto 20px;
}

div.main_inner div.follow {
  position: relative;
  width: 65.3%;
  margin: 0 auto;
}

div.footer {
  position: relative;
  width: 100%;
  margin-top: 10%;
  padding-bottom: 30px;
}

div.footer div.share {
  text-align: center;
  margin-bottom: 5%;
}

div.footer div.share div.tw {
  display: inline-block;
  width: 13.3%;
}

div.footer div.share div.fb {
  display: inline-block;
  width: 13.3%;
  margin-left: 6%;
  margin-right: 6%;
}

div.footer div.share div.line {
  display: inline-block;
  width: 13.3%;
}

div.footer div.copy {
  text-align: center;
  width: 88%;
  margin: 0 auto;
}

div.footer div.copy p {
  color: #823638;
  font-size: 12px;
  line-height: 1.4em;
}

.star_g_s {
  position: absolute;
  top: -40%;
  left: 5%;
  width: 6%;
  -webkit-animation: spin3 5s linear infinite;
  animation: spin3 5s linear infinite;
}

.star_g_m {
  position: absolute;
  top: 0;
  right: 30%;
  width: 9%;
  -webkit-animation: spin2 4.5s linear infinite;
  animation: spin2 4.5s linear infinite;
}

.star_g_line {
  position: absolute;
  top: -25%;
  right: 35%;
  width: 4%;
}

.star_p_m {
  position: absolute;
  top: 30%;
  left: 2%;
  width: 9%;
  -webkit-animation: spin1 5s linear infinite;
  animation: spin1 5s linear infinite;
}

.star_p_line {
  position: absolute;
  top: 7%;
  left: 30%;
  width: 4%;
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.circle_1 {
  position: absolute;
  top: 0;
  left: 10%;
}

.circle_2 {
  position: absolute;
  bottom: 20%;
  right: 10%;
}

.signal1 {
  z-index: 9999;
  border: 2px solid #eddfba;
  border-radius: 150px;
  width: 150px;
  height: 150px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -50px;
  left: -50px;
  -webkit-animation: pulsate 6s ease-out;
          animation: pulsate 6s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation: pulsate 6s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform: translate(-50%, -50%);
}

.signal2 {
  z-index: 9999;
  border: 2px solid #eddfba;
  border-radius: 125px;
  width: 125px;
  height: 125px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -37px;
  left: -37px;
  -webkit-animation: pulsate 6.5s ease-out;
          animation: pulsate 6.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation: pulsate 6.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform: translate(-50%, -50%);
}

.signal3 {
  z-index: 9999;
  border: 2px solid #eddfba;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -24px;
  left: -24px;
  -webkit-animation: pulsate 6.8s ease-out;
          animation: pulsate 6.8s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation: pulsate 6.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform: translate(-50%, -50%);
}

.signal4 {
  z-index: 9999;
  border: 2px solid #eddfba;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -50px;
  left: -50px;
  -webkit-animation: pulsate 6.5s ease-out;
          animation: pulsate 6.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation: pulsate 6.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform: translate(-50%, -50%);
}

.signal5 {
  z-index: 9999;
  border: 2px solid #eddfba;
  border-radius: 175px;
  width: 175px;
  height: 175px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -36px;
  left: -36px;
  -webkit-animation: pulsate 6.8s ease-out;
          animation: pulsate 6.8s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation: pulsate 6.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform: translate(-50%, -50%);
}

.signal6 {
  z-index: 9999;
  border: 2px solid #eddfba;
  border-radius: 150px;
  width: 150px;
  height: 150px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -23px;
  left: -23px;
  -webkit-animation: pulsate 7.1s ease-out;
          animation: pulsate 7.1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation: pulsate 7.1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform: translate(-50%, -50%);
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0.0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
