@charset "UTF-8";

h1 {
  position: relative;
}
.fv-info {
  position: absolute;
  top: 110px;
  left: 10px;
}

/* ボタンエリア */
.btn-box-fv {
  background: #151515;
  padding: 20px 30px 60px;
}
.btn-box-1 {
  padding: 40px 30px 60px;
}

/* 30分レッスン */
.lesson-30min-1 {
  /* background: #fff; */
  margin-top: -20px;
  /* margin-bottom: 20px; */
  padding: 0 0 30px;
}
.lesson-30min-2 {
  /* background: #fff; */
  margin-top: -40px;
  /* margin-bottom: 20px; */
  padding: 0 0 40px;
}
.lesson-30min_btn {
  padding: 20px 30px;
}

.fixed-bottom {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}
.fixed-bottom.show {
  display: block;
  opacity: 1;
  z-index: 99;
}
@media (max-width: 768px) {
  .fixed-bottom {
    display: block;
    opacity: 1;
    transition: none;
  }
}
.fixed-bottom {
  position: fixed;
  bottom: -1%;
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 2000px;
}
.fixed-bottom .fixed-bottom-inner {
  padding: 25px 0;
  width: 750px;
  margin: auto;
  text-align: center;
}
.fixed-bottom .fixed-bottom-inner img {
  width: 690px;
}