
/* ポップアップ */
.style_popup{
  width: 95vw;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  color: #181818;
  padding: 80px 30px;
  border-radius: 30px;
}
.style_popup_box1{
  width: 100%;
}
.style_popup_box2{
  width: 100%;
  margin-top: 20px;

}
.style_popup_box3{
  width: 100%;
}
.style_popup_imgs{

}
.style_popup_imgs .img,
.style_popup_imgs .img img{
  border-radius: 30px;
}
.style_popup_imgs_sub .img,
.style_popup_imgs_sub .img img{
  border-radius: 20px;
}
.style_popup_imgs .img.img_fit:before{
  padding-top: 88.75%;
}
.style_popup_imgs_sub .img.img_fit:before{
  padding-top: 89.16%;
}
.style_popup_title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 1px solid #1b2a74;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.style_popup_txt{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 2.5em;;
  text-align: justify;
}

.style_popup_imgs_wrap{
  position: relative;
  z-index: 1;
}
.popup_slider_btn_prev,
.popup_slider_btn_next{
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup_slider_btn_prev{
  left: -1.2em;
}
.popup_slider_btn_next{
  right: -1.2em;
}

.style_popup .read_more a:after{
  content: "";
  background-image: url(https://h2kikaku.co.jp/system_panel/uploads/images/ar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  aspect-ratio: 1;
}

.popup_close{
  width: 1.7rem;
  aspect-ratio:44 / 59;
  background-image: url(https://h2kikaku.co.jp/system_panel/uploads/images/product_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
.lity-close{
  display: none;
}
@media (min-width:768px){

  /* ポップアップ */
  .style_popup{
    width: 700px;
    padding: 100px 50px;
  }
  .style_popup_box1{
    width:51.53%;
  }
  .style_popup_box2{
    width: 41.83%;
    margin-top: 0;
  }
  .style_popup_imgs{

  }
  .style_popup_title{
    font-size: 20px;
    padding-bottom: 31px;
    margin-bottom: 27px;
  }
  .style_popup_txt{
    font-size: 18px;
  }
  .popup_slider_btn_prev{
    left: -2em;
  }
  .popup_slider_btn_next{
    right: -2em;
  }

  .style_popup_imgs_sub{
    margin-top: 14px;
  }

  .style_popup .read_more{
    margin-top: 42px;
  }

  .popup_close{
    width: 2.7rem;
  }
}
@media (min-width:1024px){

  /* 一覧 */


  /* ポップアップ */
  .style_popup{
    width: 920px;
  }

  .style_popup_title{
    font-size: 25px;
  }
}
@media (min-width:1200px){


  /* ポップアップ */
  .style_popup{
    padding: 57px 65px;
    width: 1110px;
  }

}