#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: 0;
    left: 0;
    width: 100%;
    margin: 0;`
    z-index: 89;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0%;
    z-index: 50;
    background-color: #ffffff85;
    backdrop-filter: blur(3px);
    padding: 20px 0 10px;
}
.fix_contactButton {
  width: 22%;
}
/* ↑ 左下固定ボタン　資料請求・来場予約  */

/* 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;
}
.fix_contactButton {
  width: 31%;
}
.fix_contactButtonWrap {
  padding: 10px 0 0;
}
}
