
#ToppageSlider {
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
#ToppageSlider .swiper {
    width: 100%;
    overflow: hidden;
}


/* SP のみ(PC 側に対応する宣言が無いため max-width に残す) */
@media (max-width: 767px) {
    #ToppageSlider .swiper-slide img.SpItem{
        display: block;
        width: 100%;
        height: auto;
    }
}


@media (min-width: 768px){
    #ToppageSlider {
        aspect-ratio: 16 / 9;
    }
    
    #ToppageSlider .swiper-slide img.PcItem {
        display: block;
        width: 100%;
        height: auto;
    }
    

}


#AAAAAA____Common____AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA {
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  color: rgba(205, 0, 14, 0.7);
}
.swiper-pagination-bullet-active {
  background: rgba(205, 0, 14, 0.7);
}
