.lp_wrap {
  max-width: 500px;
  margin: auto;
}
.lp_wrap section {
  position: relative;
}
.lp_wrap section:not(.hiddenContainer) {
  overflow: hidden;
}
template {
  display: none;
}
.lp_wrap img, .lp_wrap video {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}


.tab-group_inr {
  max-width: 500px;
  margin: auto;
}



.lp_wrap .doctor .slider_wrap {
  position: absolute;
  top: 70%;
  left: 0%;
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lp_wrap .doctor .slider_wrap img {
  width: 98%;
  margin: auto;
}

.lp_wrap .good .slider_wrap {
  position: absolute;
  top: 53.9%;
  left: 0%;
  width: 100%;
}
.lp_wrap .good .cycle {
  position: absolute;
  top: 52.3%;
  left: 11.1%;
  width: 76.875%;
  animation: 20s cycle2 linear infinite;
}
@keyframes cycle2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
.lp_wrap .good .slider_wrap img {
  width: 92%;
  margin: auto;
}


.lp_wrap .reason2 .movie1 {
  position: absolute;
  top: 77%;
  left: 9%;
  width: 37.083%;
}

.lp_wrap .reason2 .movie2 {
  position: absolute;
  top: 77%;
  left: 54%;
  width: 37.083%;
}





.lp_wrap .reason3 .folate li {
  position: absolute;
}
.lp_wrap .reason3 .folate li:nth-child(1) {
  top: 62.9%;
  left: 4%;
  width: 17.5%;
  animation: 1s reason3_folate ease-in-out alternate infinite;
}
.lp_wrap .reason3 .folate li:nth-child(2) {
  top: 61%;
  left: 22.6%;
  width: 17.5%;
  animation: 1s reason3_folate -0.5s ease-in-out alternate infinite;
}
.lp_wrap .reason3 .folate li:nth-child(3) {
  top: 67.3%;
  left: 25.2%;
  width: 17.5%;
  animation: 1s reason3_folate -0.3s ease-in-out alternate infinite;
}
.lp_wrap .reason3 .folate li:nth-child(4) {
  top: 62.2%;
  left: 49.5%;
  width: 23.333%;
  animation: 1s reason3_folate -0.7s ease-in-out alternate infinite;
}
.lp_wrap .reason3 .folate li:nth-child(5) {
  top: 66.4%;
  left: 54.5%;
  width: 22.5%;
  animation: 1s reason3_folate ease-in-out alternate infinite;
}
.lp_wrap .reason3 .folate li:nth-child(6) {
  top: 59.9%;
  left: 69.7%;
  width: 22.813%;
  animation: 1s reason3_folate -0.5s ease-in-out alternate infinite;
}
.lp_wrap .reason3 .folate li:nth-child(7) {
  top: 66.9%;
  left: 73.2%;
  width: 21.979166%;
  animation: 1s reason3_folate -0.3s ease-in-out alternate infinite;
}
@keyframes reason3_folate {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.lp_wrap .reason3 .isomer li {
  position: absolute;
}
.lp_wrap .reason3 .isomer li:nth-child(1) {
  top: 60.65%;
  left: 14.9%;
  width: 10.417%;
  animation: 0.8s reason3_isomer ease-in-out alternate infinite;
}
.lp_wrap .reason3 .isomer li:nth-child(2) {
  top: 65.1%;
  left: 37.2%;
  width: 10.417%;
  animation: 0.8s reason3_isomer -0.4s ease-in-out alternate infinite;
}
.lp_wrap .reason3 .isomer li:nth-child(3) {
  top: 67.6%;
  left: 16.8%;
  width: 10.521%;
  animation: 0.8s reason3_isomer -0.6s ease-in-out alternate infinite;
}
@keyframes reason3_isomer {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*　スライダー　*/
.faq-slider .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 32px !important;
}
.faq-slider .prev-arrow {
    left: 0px;
    z-index: 2;
}
.faq-slider .next-arrow {
    right: 0px;
    z-index: 2;
}
/*　スライダー　*/


/*--- CTA ---*/
.cta_area{
  position: relative;
  display: flex;
}
.cta_area_button{
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

/*--- アニメーション ---*/
.keyframe {
  animation-name: anim_sc;
  transform: scale(1, 1);
}
@keyframes anim_sc {
  100% {
    transform: scale(0.9, 0.9);
  }
}
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
}
/*--- アニメーション ---*/
/*-------------------------------
モーダルCSS
-------------------------------*/
.modal-div{
  position: absolute;
  top: 89%;
  width: 100%
}
/* モーダルを開くボタン */
.modal-open{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #4c4c4c;
  text-decoration:underline;
  border: none;
  cursor: pointer;
}
/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,75%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}
/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content{
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}
/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
  margin: 1em 0;
}
/* モーダルのコンテンツ部分の指定 返金保証 */
.modal-content-henkin{
  background: #fff;
  text-align: left;
  line-height: 1.25;
  padding: 4% 4% 4% 8%;
}
/* モーダルのコンテンツ部分のテキストの指定 返金保証 */
.modal-content-henkin p{
  margin: 1em 0;
}
/*-------------------------------
モーダルCSS
-------------------------------*/
