*{
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
}
.lp-content{
  width: 100%;
  max-width: 750px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0 auto;
  text-align: center;
}
.lp-img{
  width: 100%;
  margin: 0;
  padding: 0;
}
.cta-box {
  position: relative;
}
.cta-box .cta-btn img{
  position: absolute;
  top: 0px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4.5% 0;
}
.cta-box .cta-btn .btn-bounce{
  animation: move-y 2s infinite ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}
@keyframes move-y {
  0% {
      transform: translateY(0);
  }
  10%{
      transform: translateY(0);
  }
  20%{
      transform: translateY(0);
  }
  30% {
      transform: translateY(-10%);
  }
  40% {
      transform: translateY(10%);
  }
  50% {
      transform: translateY(-10%);
  }
  60% {
      transform: translateY(10%);
  }
  70% {
      transform: translateY(0);
  }
  80% {
      transform: translateY(0);
  }
  90% {
      transform: translateY(0);
  }
  100%{
      transform: translateY(0);
  }
}

.gif-box {
  position: relative;
}
.gif-box .gif-btn img{
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4.5% 0;
}

.gif-box2 {
  position: relative;
}
.gif-box2 .gif-btn2 img{
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width:86%;
  padding: 0 4.5% 0;
}


.gif-box3 {
  position: relative;
}
.gif-box3 .gif-btn3{
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.gif-box3 .gif-btn3 img{
  box-sizing: border -box;
  width: 70%;
  padding: 0 3.5% 0;
}

.gif-box4 {
  position: relative;
}
.gif-box4 .gif-btn4 img{
  position: absolute;
  top: -5px;
  left: 0px;
  right: 0;
  margin: auto;
  box-sizing: border -box;
  width:70%;
  padding: 0 4.5% 0;
}

.gif-box5 {
  position: relative;
}
.gif-box5 .gif-btn5 img{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width:69%;
  padding: 0 4.5% 0;
}

.floating-btn{
  position: fixed;
  bottom: 5px;
  animation: beat .65s infinite alternate;

  opacity: 0;
  visibility: hidden;
}
@keyframes beat{
	to { transform: scale(0.97); }
}

.active{
  opacity: 1;
  visibility: visible;
}

.tradelaw{
  margin: 20px 0 100px;font-size: 12px;
}
.tradelaw a{
  color: #aaa;
  text-decoration: none;
}


.countdown{
  font-weight: bold;
  background: #fff729;
  padding: 10px 0;
}
.countdown .timer{
  font-size: 14px;
  color: #8C5917;
  margin: 0;
  padding: 0;
}
.countdown #hour,
.countdown #min,
.countdown #sec{
  color: #EC0809;
  font-size: 34px;
  margin: 0 2px;
  padding: 0;
  line-height: 100%;
}

.zasshi_slick_bg{
  background: url(https://lp.yunth.jp/essence/_content/01/img/zasshi_slick/zasshi_bg.jpg) no-repeat !important;
  background-size: 100% !important;
  overflow: hidden !important;
  line-height: 0 !important;
}
.zasshi_slick_01{
  margin-top: calc(100% / 2.5) !important;
  height: calc(100% / 3.1) !important;
  pointer-events: none;
}
.zasshi_slick_02{
  height: calc(100% / 3.1) !important;
  pointer-events: none;
}
.slick-img img{
  max-width: 100% !important;
}

.gif-box6 {
  position: relative;
}
.gif-box6 .gif-btn6 video{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  margin: auto;
  box-sizing: border -box;
  width:70%;
  padding: 0 4.5% 0;
}

.gif-box7 {
  position: relative;
}
.gif-box7 .gif-btn7 video{
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0;
  margin: auto;
  box-sizing: border -box;
  width:70%;
  padding: 0 4.5% 0;
}


