.elementor-kit-5{--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;overscroll-behavior:auto;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--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:1366px;}.e-con{--container-max-width:1366px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:414px;}.e-con{--container-max-width:414px;}}/* Start custom CSS *//* Elementor Slides / Media Carousel 内の背景を 1枚だけ・繰り返しなし に固定 */
.elementor-carousel .swiper-slide-bg{
  background-size: contain !important;   /* 常に全体表示 */
  background-repeat: no-repeat !important;/* ← 重複を防ぐ核心 */
  background-position: center top !important;
}

/* クローン（.swiper-slide-duplicate）を強制的に非表示にする安全策 */
.elementor-carousel .swiper-slide-duplicate{
  display:none !important;
}
/* ①スマホ縦長(16:9より細い) → 画像全体を優先して余白OK */
@media (max-aspect-ratio: 9/16) {
  .elementor-carousel .swiper-slide-bg{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }
}

/* ②タブレット縦持ち～PC横長(16:9より太い) → 余白を潰して幅いっぱい */
@media (min-aspect-ratio: 9/16) {
  .elementor-carousel .swiper-slide-bg{
    background-size: cover !important;      /* ←重複の原因を根本解消 */
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
}

/* ③複製スライドを見せない保険（Loop を切れない場合） */
.elementor-carousel .swiper-slide-duplicate{
  display:none !important;
}
/* 0.56～0.80（9:16～4:5 相当）は高さ優先＝contain、0.80 以上は cover */
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 4/5){
  .elementor-carousel .swiper-slide-bg{
    background-size: contain !important;     /* ★ここを contain に */
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }
}/* End custom CSS */