@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ファーストビューに重ねるメニュー */
.fv-overlay-menu {
    position: absolute;
    top: 0;          /* 上端にピタッと重ねる */
    left: 0;
    width: 100%;     /* 横幅いっぱいにする */
    z-index: 50;     /* 前面に表示 */
}

/* 重ねたことで下のコンテンツが隠れないよう調整 */
.home .l-content {
    padding-top: 100px; /* メニューの高さに合わせて調整 */
}

/*固定背景　iOS対応*/
.wp-block-cover .has-parallax {
	 -webkit-clip-path: inset(0);
	clip-path: inset(0);
}

.wp-block-cover__image-background.has-parallax {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.home .l-content {
  padding-top: 0;
}

.home .l-content .l-container {
  padding-top: 0;
}

.home .l-mainContent {
  padding-top: 0;
}


.top #content {
    padding-top: 0.5px;
}