MENU

css「メインビジュアルの背景固定」

コードこちら

/*ここからフロントページカスタム*/
/* メインビジュアル領域を固定*/
.p-mainVisual .p-mainVisual__imgLayer,    /* メインビジュアル画像・動画 */
.p-mainVisual .c-filterLayer::before, .p-mainVisual .c-filterLayer::after,    /* メインビジュアルフィルタ */
.p-mainVisual .swiper-wrapper     /* スライド領域 */
{
  position: fixed;
}
.l-footer{z-index: 1;}

/* デフォルトの余白を削除 */
.top #content {
  padding-top: 0em; 
}
.l-content {
  margin: 0 auto;
}
/*ここまでフロントページカスタム*/
目次