.elementor-kit-14{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#3D4F84;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:2em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:2em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:2em;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1024px){.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 *//* ========================================
   全ヘッダー共通
======================================== */

/* ヘッダー背景 */
.elementor-location-header .elementor-sticky {
  background-color: transparent;
  transition: background-color 0.6s ease;
}

/* スクロール後の背景 */
.elementor-location-header .elementor-sticky.elementor-sticky--effects {
  background-color: #FFFFFFCC;
}


/* ========================================
   メニュー文字色
======================================== */

/* 通常時：白 */
.elementor-location-header .elementor-sticky #header-nav a {
  color: #ffffff !important;
  transition: color 0.3s ease;
}

/* スクロール後：黒 */
.elementor-location-header .elementor-sticky.elementor-sticky--effects #header-nav a {
  color: #333333 !important;
}


/* ========================================
   ロゴ切り替え
======================================== */

.logo-scroll,
.logo-transparent {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

/* 通常時 */
.logo-transparent {
  opacity: 1;
  visibility: visible;
}

.logo-scroll {
  opacity: 0;
  visibility: hidden;
}

/* スクロール後 */
.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-transparent {
  opacity: 0;
  visibility: hidden;
}

.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-scroll {
  opacity: 1;
  visibility: visible;
}/* End custom CSS */