.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-7e515b3:#00040D;--e-global-color-b7c209d:#101318;--e-global-color-7f22b56:#FFFFFF;--e-global-typography-primary-font-family:"source-han-sans-jp-variable";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"source-han-sans-jp-variable";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"source-han-sans-jp-variable";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"source-han-sans-jp-variable";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-7e515b3 );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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: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 *//* レスポンシブ改行 */
@media screen and (min-width: 680px){   
  .sp { display:none; }
  .pc { display:inline; }
}
@media screen and (max-width: 680px){   
  .sp { display:inline; }
  .pc { display:none; }
}

/* 白い光る区切り線ウィジェット */
.elementor-divider-separator {
    position: relative;
    height: 2px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

/* 幅の調整クラス */
.width-small { max-width: 200px; }
.width-medium { max-width: 400px; }
.width-large { max-width: 600px; }
.width-xl { max-width: 800px; }
.width-full { max-width: 100%; }

/* 光の強度調整 */
.glow-soft { box-shadow: 0 0 5px rgba(255, 255, 255, 0.3); }
.glow-medium { box-shadow: 0 0 15px rgba(255, 255, 255, 0.4); }
.glow-strong { box-shadow: 0 0 25px rgba(255, 255, 255, 0.6); }

.elementor-divider-separator::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -120px;
    width: 100px;
    height: 8px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 10%,
        rgba(255, 255, 255, 0.8) 30%, 
        #ffffff 50%, 
        rgba(255, 255, 255, 0.8) 70%, 
        rgba(255, 255, 255, 0.4) 90%,
        transparent 100%
    );
    border-radius: 4px;
    animation: shootingStar 3s linear infinite;
    filter: blur(2px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

.elementor-divider-separator::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -120px;
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.6) 20%,
        rgba(255, 255, 255, 0.9) 40%, 
        #ffffff 50%, 
        rgba(255, 255, 255, 0.9) 60%,
        rgba(255, 255, 255, 0.6) 80%, 
        transparent 100%
    );
    border-radius: 3px;
    animation: shootingStar 3s linear infinite 0.1s;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

@keyframes shootingStar {
    0% {
        left: -120px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: calc(100% + 60px);
        opacity: 0;
    }
}/* End custom CSS */