@charset "utf-8";  
 
/* Img */
.img { max-width:120rem }

#m24_img1 { max-width:80rem; }
#m24_img2, #m24_img3 { max-width:63rem }
#m24_img4, #m24_img5 { max-width:120rem; }

.imgs img, .gallery img { display:block; width:100%; height:auto; }


@media screen and (min-width:1024px){ 

#m24_img1 { width:62.5%; }
#m24_img2, #m24_img3 { width:49.2187% }
#m24_img4, #m24_img5 { width:100%; }

.gallery__group.col2 { display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; column-gap:1.5625%; }
.gallery__group.col2 #m24_img2, .gallery__group.col2 #m24_img3 { float:none; display:block; flex:0 0 49.21875%; width:49.21875%; max-width:none; margin:0; box-sizing:border-box; }
.gallery__group.col2 .gallery__caption { float:none; flex:0 0 100%; width:100%; }


}

@media print { } 