.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-6 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){--kit-widget-spacing: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 *//* サイト全体のスクロールの掟 */
html, body {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

/* 各動画セクション（一切の余白を排除） */
.scroll-section {
    height: 100vh !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
}


.back-to-top{

    position:fixed;
    right:20px;
    bottom:30px;
    z-index:9999;

    opacity:0;

    transform:translateY(120px);

    transition:
        opacity .6s ease,
        transform .6s cubic-bezier(.22,.61,.36,1);

    pointer-events:none;
}

.back-to-top.show{

    opacity:1;

    transform:translateY(0);

    pointer-events:auto;
}


/* ホバー時に少し拡大 */

.back-to-top img{
    transition:transform .3s ease;
}

.back-to-top:hover img{
    transform:scale(1.08);
}


.back-to-top{
    width:20px;
}

.back-to-top img,
.back-to-top svg{
    width:100%;
    height:auto;
}/* End custom CSS */