#footer .footerline{
  padding-bottom:110px;
}
#wrapper.front-page #footer .footerline{
  padding-bottom: 110px;
}
.special_bannerarea.fixed{
  bottom:min(calc(45 * calc(100vw / 400)),110px);
}

/* 左下固定ボタン　資料請求・来場予約  */
.fix_contactButtonWrap{
  display: none;
}
.fix_contactButtonWrap {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0;`
    z-index: 89;
    width: min(950px, 85%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;
    z-index: 50;
}
/* ↑ 左下固定ボタン　資料請求・来場予約  */

/* LPのcopyrightに余白  */
#footer .copyright {
    padding-bottom: 100px;
}
/* // LPのcopyrightに余白  */

/* LP  */
#wrapper {
    z-index: 30;
}
/* // LP  */

@media screen and (max-width:769px){
.special_bannerarea.fixed {
    bottom: min(calc(65 * calc(100vw / 400)), 120px);
}
.fix_contactButtonWrap {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
}
    #wrapper.front-page #contents #footer .footerline {
        padding-bottom: 20%;
    }
}
@media screen and (max-width:500px){
#footer .footerline {
    padding-bottom: 80px;
}
}
