@charset "UTF-8";
/* CSS Document */
html, body, div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  vertical-align: bottom;
}
.wrapper {
  overflow: hidden;
}
section {
  width: 750px;
  margin: 0 auto;
}
section img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.btn_box {
  position: relative;
  margin: 0 auto;
}

.reflection01 {
  width: 80%;
  right: 10%;
  margin-top: -30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  animation-duration: 0.8s;
  animation-name: move_btn;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
.reflection01::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  section {
    width: 100%;
  }
}
* {
margin:0;
padding:0;
}
footer {
  padding: 2.5rem 1rem 11rem;
  background: #ffdce2;
  text-align: right;
  font-size: 16px;
  color:#333;
}

footer p {
  text-align: left;
  margin-bottom: -25px;
}

#modal-bg {
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 5, 8, 0.2);
  position: fixed;
}
#modal-main {
  padding: 10px 0 10px 0;
  text-align: center;
  z-index: 2;
}
img.adjust-size {
  width: 100%;
  max-width: 600px;
  height: auto;
}
