<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#html2 .kokoro-product-block{
    display: none;
}
#store-device-html2 .front-product-block{
    display:none !important;
}
#store-device-html2 .kokoro-product-block{
    display:block !important;
}

.maindesign .insert_container {
	margin: 50px 0;
}
.maindesign .movie_container {
	width: 100%;
	transition: 0.25s;
}
.maindesign .movie_container:hover {
	opacity: 0.75;
	cursor: pointer;
}
.maindesign .movie_container &gt; video {
	width: 100%;
	height: auto;
}


@media screen and (max-width:767px) {
	.maindesign .insert_container {
		margin: 30px 0;
	}
}</pre></body></html>