/* CSS Document */

@charset "UTF-8";

.emifulls19th-instagram {
	margin-top: 40px;
}
a.btnInstagram {
	background-color: #E8649B;
}
a.btnInstagram:hover {
	background-color: #bb4174;
}


.youtube-tate {
	width: 100%;
	max-width: 320px;
	aspect-ratio: 9 / 16;
	position: relative;
	margin: 20px auto;
}
.youtube-tate iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.movie-tate {
	display: none;
}
@media screen and (min-width: 961px) {
	.movie-tate {
		display: none;
	}
}
@media all and (max-width: 640px) {
	.movie {
		display: none;
	}
	.movie-tate {
		display: block;
	}
}
