@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){
	.mv-txt h1 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation:sideways;
	}
}