.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#076189;--e-global-color-text:#000000;--e-global-color-accent:#9F2261;--e-global-color-e9dad51:#2C530D;--e-global-color-6148075:#F7F2E9;--e-global-color-9846e9a:#FFFFFF;--e-global-typography-text-font-size:14px;background-color:var( --e-global-color-6148075 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* ===== Deep Green Semi-Transparent Cursor ===== */

:root{
  --cursor-color: 44,83,13;   /* #2C530D */
  --cursor-alpha: 0.28;       /* メイン透明度（少し上げると綺麗） */
  --trail-alpha: 0.14;        /* 残像透明度 */
  --cursor-size: 18px;
  --trail-size: 18px;
  --hover-scale: 1.8;
}

/* body { cursor: none; } */

.glow-cursor,
.glow-trail{
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 999999;
}

/* ===== メイン ===== */
.glow-cursor{
  width: var(--cursor-size);
  height: var(--cursor-size);
  border-radius: 50%;

  --cursor-scale: 1;
  transform: translate(-50%, -50%) scale(var(--cursor-scale));
  transform-origin: center;

  background: rgba(var(--cursor-color), var(--cursor-alpha));
  opacity: 1;

  transition: transform 0.28s cubic-bezier(.22,1,.36,1);
}

/* ===== 残像 ===== */
.glow-trail{
  width: 0;
  height: 0;
}

.glow-trail .t{
  position: absolute;
  width: var(--trail-size);
  height: var(--trail-size);
  border-radius: 50%;
  transform: translate(-50%, -50%);

  background: rgba(var(--cursor-color), var(--trail-alpha));
  opacity: 1;
}

/* ===== ホバー拡大 ===== */
body.cursor-hover .glow-cursor{
  --cursor-scale: var(--hover-scale);
}

/* ===== アクセシビリティ ===== */
@media (prefers-reduced-motion: reduce){
  .glow-cursor,
  .glow-trail{
    display: none !important;
  }
}

@media (pointer: coarse){
  .glow-cursor,
  .glow-trail{
    display: none !important;
  }
}/* End custom CSS */