/* Smash Balloonのサムネイル画像のサイズ・アスペクト比を固定する */
.sbi_photo_wrap img,
.footersnsiconflex img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important; /* 正方形領域を最初から確保する */
}

.tokuchouitem imgf{
	width: 100% !important;
    height: auto !important;
    aspect-ratio: 1000 / 667 !important;
}