/*コメント*/
@media screen and (max-width:3000px){
.over-container {
  position: relative;
  width: 100vw;
  aspect-ratio:3000/4245;
  overflow: hidden;grid-area: content;
  
}

.over-wrapper {
      position: absolute;
      width: 1200%; /* 5枚分の幅（4枚 + 最初のクローン） */
      height: 100%;
      display: flex;
      will-change: transform;
    }
    
    .overslide {
      position: relative;
      width: calc(100%/12); /* 全体の1/5 */
      height: 100%;
      overflow: hidden;
    }
    
    .parallax-bg {
  position: absolute;
  top: 0;
  left: 0; /* 左右に余裕を持たせる */
  width: 100%; /* 横幅を広くして、移動しても端が見えないようにする */
  height: 100%;
  background-size:cover; /* cover に変更してより自然な表示に */
  background-position: center center;
  will-change: transform;
  
}


.over_img01{background:url("../img/index11_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img02{background:url("../img/index12_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img03{background:url("../img/index13_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img04{background:url("../img/index14_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img05{background:url("../img/index15_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img06{background:url("../img/index16_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img07{background:url("../img/index17_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img08{background:url("../img/index18_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img09{background:url("../img/index19_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img10{background:url("../img/index20_LL.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

}

@media screen and (max-width:768px){
.over-container {
  position: relative;
  width: 100vw;
  aspect-ratio:800/1132;
  overflow: hidden;grid-area: content;
  background-color: rgba(223,228,74,0.5);
            background-blend-mode: overlay;

}

.over-wrapper {
      position: absolute;
      width: 1200%; /* 5枚分の幅（4枚 + 最初のクローン） */
      height: 100%;
      display: flex;
      will-change: transform;
    }
    
    .overslide {
      position: relative;
      width: calc(100%/12); /* 全体の1/5 */
      height: 100%;
      overflow: hidden;
    }
    
    .parallax-bg {
  position: absolute;
  top: 0;
  left: 0; /* 左右に余裕を持たせる */
  width: 100%; /* 横幅を広くして、移動しても端が見えないようにする */
  height: 100%;
  background-size:cover; /* cover に変更してより自然な表示に */
  background-position: center center;
  will-change: transform;
  background-color: rgba(223,228,74,0.5);
  background-blend-mode: overlay;
}


.over_img01{background:url("../img/index11_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img02{background:url("../img/index12_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img03{background:url("../img/index13_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img04{background:url("../img/index14_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img05{background:url("../img/index15_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img06{background:url("../img/index16_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img07{background:url("../img/index17_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img08{background:url("../img/index18_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img09{background:url("../img/index19_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}

.over_img10{background:url("../img/index20_s.jpg");background-size:100%;background-color: rgba(223,228,74,0.7);
  background-blend-mode: overlay;}



}