*{
  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;
}

.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: 93%;
  padding: 0 3.5% 0;
}

.gif-box4 {
  position: relative;
}
.gif-box4 .gif-btn4 img{
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0;
  margin: auto;
  box-sizing: border -box;
  width:80%;
  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;
}

.gif-box6 {
  position: relative;
}
.gif-box6 .gif-btn6 video{
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0;
  margin: auto;
  box-sizing: border -box;
  width:75%;
  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;
}



.form-wrap{
  margin:10px 10px 150px;
  padding: 20px;
  background-color:rgba(255,255,255,0.8);
}
.btn-wrap{
  margin-left: -10px;
  margin-right: -10px;
}
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.submit_btn{
  border: 0;
  width: 100%;
  height: calc(100vw / 3.6);
  background: url("https://d2w53g1q050m78.cloudfront.net/yunthjp/uploads/_lp/crm/11/01/img/btn.png") no-repeat scroll 0 0;
  background-size: cover;
  color: transparent;
}

@media screen and (min-width: 640px){
  .submit_btn{
    width: 640px;
    height: 200px;
  }
}

.form-check-input{
  width: 30px;
  height: 20px;
  margin-left: -1.75rem;
  margin-top: 0;
}
.form-check{
  font-size: 12px;
}
.readonly-input{
  height: 140px;
  overflow: auto;
  margin: 0 auto;
  padding: 10px 20px;
  border: 1px solid #ccc;
  line-height: 24px;
  font-size: 12px;
}
.regal-checkbox{
  margin: 15px 0 15px 20px;
}
.regal-checkbox label{
  margin: 3px 0 0 10px;
}
@media screen and (min-width: 640px){
  .readonly-input{
    height: 100px;
    padding: 10px 15px;
    font-size: 12px;
  }
}
