/*reset*/
html, body {
  height: 100%;
  margin: 0;
}

picture {
  display: block;
}

p {
  margin: 0;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

/*Base*/
.llw {
  max-width: 750px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
.llw input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  /* border: 1px solid transparent; */
  transition: border 0.2s ease-out;
}
.llw input::-webkit-search-decoration {
  display: none;
}
.llw input:focus {
  outline-offset: -2px;
}
.llw input[type=image] {
  -webkit-appearance: none;
}
.llw img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.tel_button{
  width: 67%;
  top: 0;
  right: 0;
  margin-top: -155.3%!important;
  z-index:99;
}

.video01__item--01 {
    width: 86%;
    top: 34.3%;
    left: 0px;
    right: 0;
    margin: auto;
}

.video01__item--02 {
  width: 85.3%;
  top: 34.6%;
  left: 0;
  right: 0;
  margin: auto;
}


.video01__item--03 {
  width: 85.5%;
  top: 43.1%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.lp_img_01{
  top: 83%;
  width: 97%;
  animation: Shake 2s ease-in-out infinite;
}

@keyframes Shake {
  0% {
    transform: scale(0.9, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}

.reflection {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0%;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}

.reflection_1{
  top: 41.5%;
  width: 86%;
  height: 44%;
}

.reflection_1::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: reflection 2.5s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.4;
  }
  71% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.lp_img_02{
  top: 40%;
}

.lp_img_03{
  top: 42.9%;
}

.under {
    position: relative;
    z-index: 20;
}

#fv_notch {
    position: absolute;
    width: 100%;
    margin-top: -89.1%!important;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

#notch_1 {
    position: absolute;
    width: 70%;
    margin-top: -163.1%!important;
    left: 0;
    z-index: 1;
}

#notch_2 {
    position: absolute;
    width: 66%;
    margin-top: -86.4%!important;
    right: 0;
    margin: auto;
    z-index: 1;
}

.notch_3 {
  position: absolute;
  width: 79%;
  margin-top: -160%!important;
  left: 0;
  z-index: 1;
}

.notch_over {
   position: relative;
   z-index: 2;
}

.notch_4 {
  position: absolute;
  width: 78.1%;
  margin-top: -79%!important;
  right: 0;
  margin: auto;
  z-index: 1;
}

.floatingContainer {
  position: fixed;
  max-width: 750px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s all;
  z-index: 100;
  pointer-events: none;
}
.floatingContainer.js-floating {
  opacity: 1;
  pointer-events: auto;
}

.floating__item--01 {
  display: block;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cta01__btn--01 {
  width: 95%;
  top: 2.9%;
  left: 4%;
  animation: Shake 2s ease-in-out infinite;
}

.cta01__btn--02 {
  width: 95%;
  top: 30%;
  left: 4%;
  animation: Shake 2s ease-in-out infinite;
}


.overlayArea {
  height: auto;
  margin: auto;
  position: relative;
}
.overlayItem {
  position: absolute;
}

.video_01 {
	margin-bottom: -6px;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 400px; /* 動画の最大幅 */
}