.ContentsBlock.TsunaagPoint {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.ContentsBlock.TsunaagPoint a {
	height: auto;
}
.ContentsBlock.TsunaagPoint.SP {
	display: none;
}

/*SP*/
@media (max-width: 767px) {
	/* �c�����̏ꍇ�̃X�^�C�� */
	@media screen and (max-aspect-ratio: 11/10) {
		.ContentsBlock.TsunaagPoint a {
			width: 90%;
		}
		.ContentsBlock.TsunaagPoint a img {
			width: 90%;
		}
		.ContentsBlock.TsunaagPoint:not(.SP) {
			display: none;
		}
		.ContentsBlock.TsunaagPoint.SP {
			display: block;
			order: 3;
		}
	}
}