.elementor-387 .elementor-element.elementor-element-6356dd2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-387 .elementor-element.elementor-element-86091bc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-387 .dialog-widget-content{animation-duration:1.2s;background-color:#FFFFFF;border-style:none;margin:0px 0px 0px 0px;}#elementor-popup-modal-387 .dialog-message{width:540px;height:auto;padding:10px 10px 10px 10px;}#elementor-popup-modal-387{justify-content:center;align-items:flex-end;}@media(min-width:768px){.elementor-387 .elementor-element.elementor-element-6356dd2{--content-width:540px;}}/* Start custom CSS for image, class: .elementor-element-86091bc *//* Elementor Popup内のフォーカス枠線を完全に消す */
.elementor-popup *:focus {
    outline: none !important;
    box-shadow: none !important;
}

.elementor-popup .elementor-button::-moz-focus-inner {
    border: 0 !important;
}

/* Elementor が追加するフォーカス枠線を全部無効化 */
.elementor-button:focus,
.elementor-button:focus-visible,
.elementor-button:focus-within,
.elementor-button:active {
    outline: none !important;
    box-shadow: none !important;
}

.elementor-popup *:focus,
.elementor-popup *:focus-visible,
.elementor-popup *:focus-within {
    outline: none !important;
    box-shadow: none !important;
}

.elementor-popup .elementor-button::-moz-focus-inner {
    border: 0 !important;
}
.elementor-sticky--effects .elementor-button {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

.shine-effect {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.shine-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    /* 4秒に1回 / 1秒だけ動く */
    animation: shine 4s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
        opacity: 0;
    }
    5% {
        opacity: 1; /* 光が出現 */
    }
    25% {
        left: 150%; /* 1秒で右へ走る */
        opacity: 1;
    }
    26% {
        opacity: 0; /* 光を消す（逆方向に見えなくする） */
    }
    100% {
        opacity: 0; /* 次の周期まで待機 */
    }
}/* End custom CSS */
/* Start custom CSS */.elementor-popup .dialog-widget-content {
    padding: 0 !important;
}/* End custom CSS */