.shiny-btn3 {
    display: block;
    position: relative;
        color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn3:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}
.shiny-btn3::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn3 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn3 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

*  Resetting
/*-------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
}
body {
  margin: 0;
  padding: 0;
}
img {
  border: no;
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}
a img {
  border: none;
}
.w100 {
  width: 100%;
}
.animate72, .a-option72, .a-btnsub72 {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
a.a-btn {
  width: 100%;
  margin: auto;
  position: relative;
  display: inline-block;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a.a-btn img {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
img.a-main {
  width: 100%;
  position: relative;
  z-index: 54;
}
a.shover:hover * {
  animation-name: none !important;
}
@-moz-keyframes animate72 {
  0% {
    -moz-transform: rotate(0deg);
  }
  40% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(2deg);
  }
  60% {
    -moz-transform: rotate(-1deg);
  }
  70% {
    -moz-transform: rotate(3deg);
  }
  80% {
    -moz-transform: rotate(-2deg);
  }
  90% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes animate72 {
  0% {
    -o-transform: rotate(0deg);
  }
  40% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(2deg);
  }
  60% {
    -o-transform: rotate(-1deg);
  }
  70% {
    -o-transform: rotate(3deg);
  }
  80% {
    -o-transform: rotate(-2deg);
  }
  90% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes animate72 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
  }
  60% {
    -webkit-transform: rotate(-1deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes animate72 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-1deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animate72 {
  -webkit-animation-name: animate72;
  -moz-animation-name: animate72;
  -o-animation-name: animate72;
  animation-name: animate72;
}
.a-btn72 {
  padding-left: 0% !important;
}
.a-option72 {
  top: 0% !important;
}
.a-option72 {
  width: 20% !important;
}
.a-btn72 {
  max-width: 100% !important;
}
.animate72, .a-btnsub72, .a-option72 {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s !important;
}
button {
  width: 100%;
  margin: auto;
  background-color: #f1f1f1 !important;
  border-color: #fff;
  padding: 0 !important;
  border-style: none;
}
.dnone_sp.btn-fix {
  position: fixed;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
}
.dnone_sp {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .dnone_sp {
    display: block;
  }
  #footer {
    margin-bottom: 120px;
  }
}