.elementor-kit-6{--e-global-color-primary:#000811;--e-global-color-secondary:#011832;--e-global-color-text:#000000;--e-global-color-accent:#13AEEB;--e-global-color-474e3aa:#FFFFFF;--e-global-color-a87a81a:#EF7B38;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h2{font-family:"Barlow", Sans-serif;font-size:75px;line-height:75px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1280px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* iOSでは background-attachment: fixed を強制OFF */
@supports (-webkit-touch-callout: none) {
  .has-parallax,
  .elementor-section.elementor-sticky--effects,
  .elementor-motion-effects-container,
  .elementor-motion-effects-layer {
    background-attachment: scroll !important;
    transform: none !important;
  }
}

/* タブレット以下はパララックスを全面停止（安全策） */
@media (max-width: 1024px) {
  .has-parallax,
  .elementor-motion-effects-container,
  .elementor-motion-effects-layer {
    background-attachment: scroll !important;
    transform: none !important;
  }
}



/* まず100dvhを優先 */
.hero, .fv, .section--fullheight {
  min-height: 100dvh;
}

/* 100dvhを未実装ブラウザ向けフォールバック */
@supports not (height: 100dvh) {
  :root { --vh: 1vh; }
  .hero, .fv, .section--fullheight { min-height: calc(var(--vh, 1vh) * 100); }
}



/* 通常画像 */
img, .elementor img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* 背景画像の基本 */
.elementor-section,
.elementor-column,
.elementor-widget-container,
.elementor-motion-effects-layer {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}


.hidden{display:none;}/* End custom CSS */